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

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

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


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


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

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

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



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

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

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

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

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

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(https://app.sophyapp.com/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(https://app.sophyapp.com/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.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(https://app.sophyapp.com/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(https://app.sophyapp.com/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(https://app.sophyapp.com/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(https://app.sophyapp.com/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(https://app.sophyapp.com/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
/*

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

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

 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

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

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

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

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

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

}

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

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

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

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

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

 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

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

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

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
/*

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

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

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
/*

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

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

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

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

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

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
/*

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

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

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




















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


 */
/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */


.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  /*display: inline;*/
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*!
Video.js Default Styles (http://videojs.com)
Version 4.4.3
Create your own skin at http://designer.videojs.com
*/.vjs-default-skin{color:#ccc}@font-face{font-family:VideoJS;src:url(https://app.sophyapp.com/assets/vjs-f5c103a13c9c27356f3d3a53196c44a128dfb7251eb9fd3f1a4b35fed8a4ab60.eot);src:url(https://app.sophyapp.com/assets/vjs-f5c103a13c9c27356f3d3a53196c44a128dfb7251eb9fd3f1a4b35fed8a4ab60.eot?#iefix) format('embedded-opentype'),url(https://app.sophyapp.com/assets/vjs-159941be5c29d2e6827937b05173d40cf3ee9aa3de8d0c0c8ac6c87ef840b328.woff) format('woff'),url(https://app.sophyapp.com/assets/vjs-1c246ce037735e020199c308a19ff568a5fcb8fd4f924b1abdb2708b2e71882b.ttf) format('truetype');font-weight:400;font-style:normal}.vjs-default-skin .vjs-slider{outline:0;position:relative;cursor:pointer;padding:0;background-color:#333;background-color:rgba(51,51,51,.9)}.vjs-default-skin .vjs-slider:focus{-webkit-box-shadow:0 0 2em #fff;-moz-box-shadow:0 0 2em #fff;box-shadow:0 0 2em #fff}.vjs-default-skin .vjs-slider-handle{position:absolute;left:0;top:0}.vjs-default-skin .vjs-slider-handle:before{content:"\e009";font-family:VideoJS;font-size:1em;line-height:1;text-align:center;text-shadow:0 0 1em #fff;position:absolute;top:0;left:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.vjs-default-skin .vjs-control-bar{display:none;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#07141e;background-color:rgba(7,20,30,.7)}.vjs-default-skin.vjs-has-started .vjs-control-bar{display:block;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{display:block;visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-default-skin.vjs-controls-disabled .vjs-control-bar{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-control-bar{display:none}@media \0screen{.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}}.vjs-default-skin .vjs-control{outline:0;position:relative;float:left;text-align:center;margin:0;padding:0;height:3em;width:4em}.vjs-default-skin .vjs-control:before{font-family:VideoJS;font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-control:focus:before,.vjs-default-skin .vjs-control:hover:before{text-shadow:0 0 1em #fff}.vjs-default-skin .vjs-control:focus{}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer}.vjs-default-skin .vjs-play-control:before{content:"\e001"}.vjs-default-skin.vjs-playing .vjs-play-control:before{content:"\e002"}.vjs-default-skin .vjs-mute-control,.vjs-default-skin .vjs-volume-menu-button{cursor:pointer;float:right}.vjs-default-skin .vjs-mute-control:before,.vjs-default-skin .vjs-volume-menu-button:before{content:"\e006"}.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before{content:"\e003"}.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before{content:"\e004"}.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before{content:"\e005"}.vjs-default-skin .vjs-volume-control{width:5em;float:right}.vjs-default-skin .vjs-volume-bar{width:5em;height:.6em;margin:1.1em auto 0}.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content{height:2.9em}.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.5em;background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-volume-bar .vjs-volume-handle{width:.5em;height:.5em}.vjs-default-skin .vjs-volume-handle:before{font-size:.9em;top:-.2em;left:-.2em;width:1em;height:1em}.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content{width:6em;left:-4em}.vjs-default-skin .vjs-progress-control{position:absolute;left:0;right:0;width:auto;font-size:.3em;height:1em;top:-1em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin:hover .vjs-progress-control{font-size:.9em;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}.vjs-default-skin .vjs-progress-holder{height:100%}.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress{position:absolute;display:block;height:100%;margin:0;padding:0;left:0;top:0}.vjs-default-skin .vjs-play-progress{background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-load-progress{background:#646464;background:rgba(255,255,255,.4)}.vjs-default-skin .vjs-seek-handle{width:1.5em;height:100%}.vjs-default-skin .vjs-seek-handle:before{padding-top:.1em}.vjs-default-skin .vjs-time-controls{font-size:1em;line-height:3em}.vjs-default-skin .vjs-current-time{float:left}.vjs-default-skin .vjs-duration{float:left}.vjs-default-skin .vjs-remaining-time{display:none;float:left}.vjs-time-divider{float:left;line-height:3em}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer;float:right}.vjs-default-skin .vjs-fullscreen-control:before{content:"\e000"}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before{content:"\e00b"}.vjs-default-skin .vjs-big-play-button{left:.5em;top:.5em;font-size:3em;display:block;z-index:2;position:absolute;width:4em;height:2.6em;text-align:center;vertical-align:middle;cursor:pointer;opacity:1;background-color:#07141e;background-color:rgba(7,20,30,.7);border:.1em solid #3b4249;-webkit-border-radius:.8em;-moz-border-radius:.8em;border-radius:.8em;-webkit-box-shadow:0 0 1em rgba(255,255,255,.25);-moz-box-shadow:0 0 1em rgba(255,255,255,.25);box-shadow:0 0 1em rgba(255,255,255,.25);-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button{left:50%;margin-left:-2.1em;top:50%;margin-top:-1.4000000000000001em}.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button{display:none}.vjs-default-skin.vjs-has-started .vjs-big-play-button{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-default-skin:hover .vjs-big-play-button,.vjs-default-skin .vjs-big-play-button:focus{outline:0;border-color:#fff;background-color:#505050;background-color:rgba(50,50,50,.75);-webkit-box-shadow:0 0 3em #fff;-moz-box-shadow:0 0 3em #fff;box-shadow:0 0 3em #fff;-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-default-skin .vjs-big-play-button:before{content:"\e001";font-family:VideoJS;line-height:2.6em;text-shadow:.05em .05em .1em #000;text-align:center;position:absolute;left:0;width:100%;height:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;font-size:4em;line-height:1;width:1em;height:1em;margin-left:-.5em;margin-top:-.5em;opacity:.75;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.vjs-default-skin .vjs-loading-spinner:before{content:"\e01e";font-family:VideoJS;position:absolute;top:0;left:0;width:1em;height:1em;text-align:center;text-shadow:0 0 .1em #000}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.vjs-default-skin .vjs-menu-button{float:right;cursor:pointer}.vjs-default-skin .vjs-menu{display:none;position:absolute;bottom:0;left:0;width:0;height:0;margin-bottom:3em;border-left:2em solid transparent;border-right:2em solid transparent;border-top:1.55em solid #000;border-top-color:rgba(7,40,50,.5)}.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;position:absolute;width:10em;bottom:1.5em;max-height:15em;overflow:auto;left:-5em;background-color:#07141e;background-color:rgba(7,20,30,.7);-webkit-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);-moz-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);box-shadow:-.2em -.2em .3em rgba(255,255,255,.2)}.vjs-default-skin .vjs-menu-button:hover .vjs-menu{display:block}.vjs-default-skin .vjs-menu-button ul li{list-style:none;margin:0;padding:.3em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-default-skin .vjs-menu-button ul li.vjs-selected{background-color:#000}.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover{outline:0;color:#111;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-default-skin .vjs-subtitles-button:before{content:"\e00c"}.vjs-default-skin .vjs-captions-button:before{content:"\e008"}.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before{-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js{background-color:#000;position:relative;padding:0;font-size:10px;vertical-align:middle;font-weight:400;font-style:normal;font-family:Arial,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js:-moz-full-screen{position:absolute}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important;_position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-poster{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer;height:100%;margin:0;padding:0;position:relative;width:100%}.vjs-poster img{display:block;margin:0 auto;max-height:100%;padding:0;width:100%}.video-js.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-text-track-display{text-align:center;position:absolute;bottom:4em;left:1em;right:1em}.video-js .vjs-text-track{display:none;font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.video-js .vjs-subtitles{color:#fff}.video-js .vjs-captions{color:#fc6}.vjs-tt-cue{display:block}.vjs-default-skin .vjs-hidden{display:none}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}
/*!
 *  Font Awesome 4.4.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(https://app.sophyapp.com/../fonts/fontawesome-webfont.eot?v=4.4.0);src:url(https://app.sophyapp.com/../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(https://app.sophyapp.com/../fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(https://app.sophyapp.com/../fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(https://app.sophyapp.com/../fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(https://app.sophyapp.com/../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.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)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(https://app.sophyapp.com/fonts/flexslider-icon.eot);
  src: url(https://app.sophyapp.com/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(https://app.sophyapp.com/fonts/flexslider-icon.woff) format("woff"), url(https://app.sophyapp.com/fonts/flexslider-icon.ttf) format("truetype"), url(https://app.sophyapp.com/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 25, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 37, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 43, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 51, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 55, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 69, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 75, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 107, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.carousel li {
  margin-right: 5px;
}

/* line 110, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 133, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 144, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 147, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 151, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 155, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 158, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 162, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 165, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 184, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 190, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 193, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 202, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 208, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 224, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 228, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 233, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 238, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 243, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 256, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 259, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 267, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  /* line 271, ../../shared/bundle/ruby/3.2.0/gems/flex-slider-rails-2.7.0/vendor/assets/stylesheets/flexslider.css.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.qq-gallery .qq-btn{float:right;border:none;padding:0;margin:0;box-shadow:none}.qq-gallery .qq-upload-button{display:inline;width:105px;padding:7px 10px;float:left;text-align:center;background:#00abc7;color:#fff;border-radius:2px;border:1px solid #37b7cc;box-shadow:0 1px 1px rgba(255,255,255,.37) inset,1px 0 1px rgba(255,255,255,.07) inset,0 1px 0 rgba(0,0,0,.36),0 -2px 12px rgba(0,0,0,.08) inset}.qq-gallery .qq-upload-button-hover{background:#33b6cc}.qq-gallery .qq-upload-button-focus{outline:1px dotted #000}.qq-gallery.qq-uploader{position:relative;min-height:200px;max-height:490px;overflow-y:hidden;width:inherit;border-radius:6px;border:1px dashed #ccc;background-color:#fafafa;padding:20px}.qq-gallery.qq-uploader:before{content:attr(qq-drop-area-text) " ";position:absolute;font-size:200%;left:0;width:100%;text-align:center;top:45%;opacity:.25}.qq-gallery .qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#f9f9f9;border-radius:4px;text-align:center}.qq-gallery .qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-gallery .qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-gallery .qq-upload-drop-area-active{background:#fdfdfd;border-radius:4px}.qq-gallery .qq-upload-list{margin:0;padding:10px 0 0;list-style:none;max-height:450px;overflow-y:auto;clear:both;box-shadow:none}.qq-gallery .qq-upload-list li{display:inline-block;position:relative;max-width:120px;margin:0 25px 25px 0;padding:0;line-height:16px;font-size:13px;color:#424242;background-color:#fff;border-radius:2px;box-shadow:0 1px 1px 0 rgba(0,0,0,.22);vertical-align:top;height:186px}.qq-gallery .qq-upload-continue,.qq-gallery .qq-upload-delete,.qq-gallery .qq-upload-failed-text,.qq-gallery .qq-upload-pause,.qq-gallery .qq-upload-retry,.qq-gallery .qq-upload-size,.qq-gallery .qq-upload-spinner{display:inline}.qq-gallery .qq-upload-continue:hover,.qq-gallery .qq-upload-delete:hover,.qq-gallery .qq-upload-pause:hover,.qq-gallery .qq-upload-retry:hover{background-color:transparent}.qq-gallery .qq-upload-cancel,.qq-gallery .qq-upload-continue,.qq-gallery .qq-upload-delete,.qq-gallery .qq-upload-pause{cursor:pointer}.qq-gallery .qq-upload-continue,.qq-gallery .qq-upload-delete,.qq-gallery .qq-upload-pause{border:none;background:0 0;color:#00a0ba;font-size:12px;padding:0}.qq-gallery .qq-upload-status-text{color:#333;font-size:12px;padding-left:3px;padding-top:2px;width:inherit;display:none;width:108px}.qq-gallery .qq-upload-fail .qq-upload-status-text{text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden;display:block}.qq-gallery .qq-upload-retrying .qq-upload-status-text{display:inline-block}.qq-gallery .qq-upload-retrying .qq-progress-bar-container{display:none}.qq-gallery .qq-upload-cancel{background-color:#525252;color:#f7f7f7;font-weight:700;font-family:Arial,Helvetica,sans-serif;border-radius:12px;border:none;height:22px;width:22px;padding:4px;position:absolute;right:-5px;top:-6px;margin:0;line-height:17px}.qq-gallery .qq-upload-cancel:hover{background-color:#525252}.qq-gallery .qq-upload-retry{cursor:pointer;position:absolute;top:30px;left:50%;margin-left:-31px;box-shadow:0 1px 1px rgba(255,255,255,.37) inset,1px 0 1px rgba(255,255,255,.07) inset,0 4px 4px rgba(0,0,0,.5),0 -2px 12px rgba(0,0,0,.08) inset;padding:3px 4px;border:1px solid #d2ddc7;border-radius:2px;color:inherit;background-color:#ebf6e0;z-index:1}.qq-gallery .qq-upload-retry:hover{background-color:#f7ffec}.qq-gallery .qq-file-info{padding:10px 6px 4px;margin-top:-3px;border-radius:0 0 2px 2px;text-align:left;overflow:hidden}.qq-gallery .qq-file-info .qq-file-name{position:relative}.qq-gallery .qq-upload-file{display:block;margin-right:0;margin-bottom:3px;width:auto;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden}.qq-gallery .qq-upload-spinner{display:inline-block;background:url(https://app.sophyapp.com/assets/loading-d158b489edd803436252ddce16ecae31e240a47a0b6dd8a8e40965393c0d73f4.gif);position:absolute;left:50%;margin-left:-7px;top:53px;width:15px;height:15px;vertical-align:text-bottom}.qq-gallery .qq-drop-processing{display:block}.qq-gallery .qq-drop-processing-spinner{display:inline-block;background:url(https://app.sophyapp.com/assets/processing-859eba71730f5bc6f1b652521824e01350475e416eadf4d8930982848a358f5d.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-gallery .qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-gallery .qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-gallery .qq-upload-fail .qq-upload-failed-text{display:inline}.qq-gallery .qq-upload-retrying .qq-upload-failed-text{display:inline}.qq-gallery .qq-upload-list li.qq-upload-success{background-color:#f2f7ed}.qq-gallery .qq-upload-list li.qq-upload-fail{background-color:#f5eded;box-shadow:0 0 1px 0 red;border:0}.qq-gallery .qq-progress-bar{display:block;background:#00abc7;width:0;height:15px;border-radius:6px;margin-bottom:3px}.qq-gallery .qq-total-progress-bar{height:25px;border-radius:9px}.qq-gallery .qq-total-progress-bar-container{margin-left:9px;display:inline;float:right;width:500px}.qq-gallery .qq-upload-size{float:left;font-size:11px;color:#929292;margin-bottom:3px;margin-right:0;display:inline-block}.qq-gallery INPUT.qq-edit-filename{position:absolute;opacity:0;z-index:-1}.qq-gallery .qq-upload-file.qq-editable{cursor:pointer;margin-right:20px}.qq-gallery .qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer;position:absolute;right:0;top:0}.qq-gallery INPUT.qq-edit-filename.qq-editing{position:static;height:28px;width:90px;width:-moz-available;padding:0 8px;margin-bottom:3px;border:1px solid #ccc;border-radius:2px;font-size:13px;opacity:1}.qq-gallery .qq-edit-filename-icon{display:none;background:url(https://app.sophyapp.com/assets/edit-cd4f3f252928a3c3ebdae6a3e60f5c0171979e136da6dda98fb113d7a76bbc55.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-gallery .qq-delete-icon{background:url(https://app.sophyapp.com/assets/trash-617314d1027b1eaeee852d02184bf3cc9d03def8865e8e6a79f9345f4e36bbba.gif);width:15px;height:15px;vertical-align:sub;display:inline-block}.qq-gallery .qq-retry-icon{background:url(https://app.sophyapp.com/assets/retry-0d01575d96ad118c2e0c772ba8bd5eb5bc63840c750dacd3e00e6a9f20599496.gif);width:15px;height:15px;vertical-align:sub;display:inline-block;float:none}.qq-gallery .qq-continue-icon{background:url(https://app.sophyapp.com/assets/continue-6465d9fc8c1edaae70f6d5032c7efd9ad67d4f9b93a61867851a2c1b03be9589.gif);width:15px;height:15px;vertical-align:sub;display:inline-block}.qq-gallery .qq-pause-icon{background:url(https://app.sophyapp.com/assets/pause-aab5441e2bfe60588fe45f6293b65b04a818700591d9cc1a53f6d9a19630a73c.gif);width:15px;height:15px;vertical-align:sub;display:inline-block}.qq-gallery .qq-hide{display:none}.qq-gallery .qq-in-progress .qq-thumbnail-wrapper{/* makes the spinner on top of the thumbnail more visible */opacity:.5}.qq-gallery .qq-thumbnail-wrapper{overflow:hidden;position:relative;height:120px;width:120px}.qq-gallery .qq-thumbnail-selector{border-radius:2px 2px 0 0;bottom:0;top:0;margin:auto;display:block}:root *>.qq-gallery .qq-thumbnail-selector{position:relative;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}.qq-gallery.qq-uploader DIALOG{display:none}.qq-gallery.qq-uploader DIALOG[open]{display:block}.qq-gallery.qq-uploader DIALOG{display:none}.qq-gallery.qq-uploader DIALOG[open]{display:block}.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-gallery.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-gallery .qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,.7)}/*# sourceMappingURL=fine-uploader-gallery.min.css.map */
/*!
 * FilePond 4.4.11
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Hard to override styles */
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
}

.filepond--drip-blob {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  will-change: transform, opacity;
}

.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform, opacity;
}

/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
}

.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}

/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}
.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}
.filepond--file-action-button.filepond--file-action-button::after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: '';
}

/* Soft styles */
.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.25s ease-in;
}
.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}
.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-info * {
  margin: 0;
}
.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}
.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}
.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}
.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #fff;
  border-radius: 0.5em;
}
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
  position: absolute;
}
.filepond--file [data-align*='left'] {
  left: 0.5625em;
}
.filepond--file [data-align*='right'] {
  right: 0.5625em;
}
.filepond--file [data-align*='center'] {
  left: calc(50% - 0.8125em);
}
.filepond--file [data-align*='bottom'] {
  bottom: 1.125em;
}
.filepond--file [data-align='center'] {
  top: calc(50% - 0.8125em);
}
.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*='right'] {
  margin-right: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*='left'] {
  margin-left: 0.1875em;
}

[data-filepond-item-state='cancelled'] .filepond--file-info,
[data-filepond-item-state*='invalid'] .filepond--file-info,
[data-filepond-item-state*='error'] .filepond--file-info {
  margin-right: 2.25em;
}

[data-filepond-item-state='processing-complete']
  .filepond--action-revert-item-processing
  svg {
  -webkit-animation: fall 0.5s 0.125s linear both;
  animation: fall 0.5s 0.125s linear both;
}

[data-filepond-item-state='processing-complete'] .filepond--file-info-sub,
[data-filepond-item-state='processing-complete'] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state='processing-complete']
  .filepond--action-revert-item-processing
  ~ .filepond--file-info
  .filepond--file-info-sub,
[data-filepond-item-state='processing-complete']
  .filepond--action-revert-item-processing
  ~ .filepond--file-status
  .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state*='invalid'] .filepond--panel,
[data-filepond-item-state*='invalid'] .filepond--file-wrapper,
[data-filepond-item-state*='error'] .filepond--panel,
[data-filepond-item-state*='error'] .filepond--file-wrapper {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}

[data-filepond-item-state*='busy'] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/**
 * States
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}

@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.filepond--hopper[data-hopper-state='drag-over'] > * {
  pointer-events: none;
}

.filepond--hopper[data-hopper-state='drag-over']::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.filepond--progress-indicator {
  z-index: 103;
}

.filepond--file-action-button {
  z-index: 102;
}

.filepond--file-status {
  z-index: 101;
}

.filepond--file-info {
  z-index: 100;
}

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
}
.filepond--item > .filepond--panel {
  z-index: -1;
}
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}

.filepond--item-panel {
  background-color: #64605e;
}

[data-filepond-item-state='processing-complete'] .filepond--item-panel {
  background-color: #369763;
}

[data-filepond-item-state*='invalid'] .filepond--item-panel,
[data-filepond-item-state*='error'] .filepond--item-panel {
  background-color: #c44e47;
}

.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}

.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

.filepond--list-scroller[data-state='overflow'] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(
    to bottom,
    #000 calc(100% - 0.5em),
    transparent 100%
  );
  mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
}
.filepond--list-scroller[data-state='overflow'] .filepond--list {
  bottom: 0;
  right: 0;
}

.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}

/* hard to overide styles on purpose */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}

/* used for padding so allowed to be restyled */
.filepond--list {
  left: 0.75em;
  right: 0.75em;
}

.filepond--root[data-style-panel-layout~='integrated'] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~='integrated']
  .filepond--panel-root
  > * {
  display: none;
}

.filepond--root[data-style-panel-layout~='circle'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.filepond--root[data-style-panel-layout~='circle'] .filepond--item-panel,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item-panel {
  display: none;
}

.filepond--root[data-style-panel-layout~='compact'] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~='integrated']
  .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.filepond--root[data-style-panel-layout~='compact'] .filepond--list,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}

.filepond--root[data-style-panel-layout~='compact'] .filepond--item,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item {
  margin: 0;
}

.filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper {
  height: 100%;
}

.filepond--root[data-style-panel-layout~='circle'] {
  border-radius: 99999rem;
  overflow: hidden;
}
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel {
  border-radius: inherit;
}
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel > * {
  display: none;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-info {
  display: none;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-status {
  display: none;
}

.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef;
}

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}

.filepond-panel:not([data-scalable='false']) {
  height: auto !important;
}

.filepond--panel[data-scalable='false'] > div {
  display: none;
}

.filepond--panel[data-scalable='true'] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}

.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.filepond--panel-top,
.filepond--panel-bottom {
  height: 0.5em;
}

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}
.filepond--panel-top::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

.filepond--panel-center,
.filepond--panel-bottom {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}
.filepond--panel-bottom::before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.filepond--panel-center:not([style]) {
  visibility: hidden;
}

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

.filepond--list-scroller {
  z-index: 6;
}

.filepond--drop-label {
  z-index: 5;
}

.filepond--drip {
  z-index: 3;
}

.filepond--root > .filepond--panel {
  z-index: 2;
}

.filepond--browser {
  z-index: 1;
}

.filepond--root {
  /* layout*/
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  /* base font size for whole component */
  font-size: 1rem;
  /* base line height */
  line-height: normal;
  /* up uses default system font family */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  /* will increase font weight a bit on Safari */
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}
.filepond--root * {
  font-size: inherit;
  box-sizing: inherit;
  line-height: inherit;
}
.filepond--root[data-disabled] {
  pointer-events: none;
}

/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr;max-width: 200px;}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/***常量***/
/***function***/
/***style***/
.perfect-datetimepicker {
  position: relative;
  width: 240px;
  margin: 2px 0 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  background-color: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 0;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}
.perfect-datetimepicker * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.perfect-datetimepicker table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 2px;
  background-color: white;
  padding: 3px;
}
.perfect-datetimepicker table td {
  border: 0;
  text-align: center;
  padding: 2px;
  width: 34px;
  height: 27px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.perfect-datetimepicker table td.weekend {
  color: #d9534f;
}
.perfect-datetimepicker table.mt tbody td {
  width: 58px;
  height: 38px;
}
.perfect-datetimepicker td.day {
  width: 14.28571429%;
}
.perfect-datetimepicker td.name {
  font-weight: bold;
}
.perfect-datetimepicker td.oday {
  color: #CCCCCC;
  cursor: auto;
}
.perfect-datetimepicker td.disabled {
  color: #999;
  cursor: auto;
}
.perfect-datetimepicker td i {
  font-size: 18px;
  font-weight: bold;
}
.perfect-datetimepicker td table.tt {
  border: 0;
  padding: 0;
}
.perfect-datetimepicker table.tt {
  padding: 5px;
}
.perfect-datetimepicker table.tt td.hover {
  border: 0;
}
.perfect-datetimepicker table.tt td.common {
  width: 5px;
}
.perfect-datetimepicker table.tt tbody td {
  width: 40px;
  height: 14px;
}
.perfect-datetimepicker table.tt input {
  outline: none;
  border: 1px solid #cccccc;
  margin: 0 auto;
  padding: 0 !important;
  width: 38px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  -ms-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  -webkit-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  -o-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
}
.perfect-datetimepicker table.tt input:focus {
  border-color: #66afe9;
  -webkit-box-shadow: 0 0 6px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 0 6px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 6px rgba(102, 175, 233, 0.6);
}
.perfect-datetimepicker table.tt input[type=number]::-webkit-inner-spin-button,
.perfect-datetimepicker table.tt input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.perfect-datetimepicker table.tt input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.perfect-datetimepicker .buttonpane {
  border-top: 1px solid #CCCCCC;
}
.perfect-datetimepicker tbody td.hover {
  background-color: #eee;
  padding: 1px;
  border: 1px solid #CCCCCC;
}
.perfect-datetimepicker tbody td.today {
  font-weight: bold;
  color: #178cdf;
}
.perfect-datetimepicker tbody td.selected {
  font-weight: bold;
  padding: 1px;
  color: white;
  border: 1px solid #178cdf;
  background-color: #178cdf;
}
.perfect-datetimepicker tfoot td.hover {
  background-color: #eee;
  padding: 1px;
  border: 1px solid #eee;
}
.perfect-datetimepicker thead td.hover {
  background-color: #eee;
  padding: 1px;
  border: 1px solid #eee;
}
.perfect-datetimepicker thead td.title {
  font-weight: bold;
  text-align: center;
  padding: 2px;
}
i {
  font-family: "finex";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'finex';
  src: url(https://app.sophyapp.com/../resources/fonts/iconfont.eot);
  /* IE9*/
  src: url(https://app.sophyapp.com/../resources/fonts/iconfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(https://app.sophyapp.com/assets/fonts/iconfont.woff) format('woff'), /* chrome、firefox */ url(https://app.sophyapp.com/assets/fonts/iconfont.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url(https://app.sophyapp.com/../resources/fonts/iconfont.svg#svgFontName) format('svg');
  /*  iOS 4.1- */
}
i.icon-datepicker-minus:before {
  content: '\e601';
}
i.icon-datepicker-plus:before {
  content: '\e603';
}
i.icon-datepicker-prev:before {
  content: '\e602';
}
i.icon-datepicker-next:before {
  content: '\e600';
}
/* line 1, app/assets/stylesheets/sessions.sass */
body {
  padding: 0;
  margin: 0;
  font-family: Kiro Regular;
}

/* line 5, app/assets/stylesheets/sessions.sass */
body a {
  color: black;
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/sessions.sass */
body a:hover {
  text-decoration: underline;
}

/* line 10, app/assets/stylesheets/sessions.sass */
body #login-page {
  background: url(https://app.sophyapp.com/assets/mann_smartphone20_small-f456cfcb8043467b1f616b727e7f38f3b6a753ba1dc8d5043c66324818182978.png);
  background-size: cover;
  height: 100%;
  min-height: 980px;
}

/* line 15, app/assets/stylesheets/sessions.sass */
body #login-page #login-header {
  overflow: auto;
  padding: 20px;
}

/* line 18, app/assets/stylesheets/sessions.sass */
body #login-page #login-header .logo {
  display: block;
  width: 150px;
  font-size: 18px;
  font-weight: 300;
  color: #5d5d5d;
  float: left;
}

/* line 25, app/assets/stylesheets/sessions.sass */
body #login-page #login-header .sign-up {
  background: url(https://app.sophyapp.com/assets/info-ico-9e64584f73e84f5ec97d272783cdf511909e309f20841d785ab59adfd872cd80.png) right top no-repeat;
  display: inline-block;
  padding-right: 40px;
  padding-top: 3px;
  height: 24px;
  float: right;
  color: #000000;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/sessions.sass */
body #login-page #login-box, body #login-page #signup-box {
  width: 400px;
  position: relative;
  margin: auto;
}

/* line 38, app/assets/stylesheets/sessions.sass */
body #login-page #login-box .logo, body #login-page #signup-box .logo {
  display: block;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
}

/* line 46, app/assets/stylesheets/sessions.sass */
body #login-page #login-box h1, body #login-page #signup-box h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}

/* line 52, app/assets/stylesheets/sessions.sass */
body #login-page #login-box h4, body #login-page #signup-box h4 {
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
}

/* line 58, app/assets/stylesheets/sessions.sass */
body #login-page #login-box h5, body #login-page #signup-box h5 {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 64, app/assets/stylesheets/sessions.sass */
body #login-page #login-box form, body #login-page #signup-box form {
  text-align: center;
}

/* line 66, app/assets/stylesheets/sessions.sass */
body #login-page #login-box form label, body #login-page #signup-box form label {
  display: block;
  text-align: left;
  color: #656565;
  font-size: 16px;
}

/* line 71, app/assets/stylesheets/sessions.sass */
body #login-page #login-box form input[type='email'], body #login-page #login-box form input[type='password'], body #login-page #signup-box form input[type='email'], body #login-page #signup-box form input[type='password'] {
  display: inline-block;
  width: 380px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dadada;
  box-shadow: inset 0 2px 4px rgba(204, 204, 204, 0.75);
  border-radius: 3px;
  font-size: 19px;
  margin-bottom: 10px;
}

/* line 81, app/assets/stylesheets/sessions.sass */
body #login-page #login-box form .pull-right, body #login-page #signup-box form .pull-right {
  text-align: right;
  margin-bottom: 10px;
  margin-top: -10px;
}

/* line 85, app/assets/stylesheets/sessions.sass */
body #login-page #login-box form .pull-center, body #login-page #signup-box form .pull-center {
  text-align: center;
}

/* line 89, app/assets/stylesheets/sessions.sass */
body #login-page #login-box form input[type='submit'], body #login-page #signup-box form input[type='submit'] {
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #7db302;
  border-radius: 5px;
  background-color: #84bd00;
  color: #ffffff;
  display: block;
  padding: 10px 0px;
  width: 100%;
  margin-top: 20px;
}

/* line 102, app/assets/stylesheets/sessions.sass */
body #login-page #login-footer {
  width: 100%;
  overflow: auto;
  bottom: 0;
  position: fixed;
  right: 40px;
}

/* line 108, app/assets/stylesheets/sessions.sass */
body #login-page #login-footer .logo {
  width: 31px;
  height: 31px;
  float: left;
  margin-left: 20px;
}

/* line 114, app/assets/stylesheets/sessions.sass */
body #login-page #login-footer .copy {
  line-height: 31px;
}

/* line 116, app/assets/stylesheets/sessions.sass */
body #login-page #login-footer.fixed-position {
  position: fixed;
  bottom: 0;
}

/* line 119, app/assets/stylesheets/sessions.sass */
body #human-tape, body #powered-by-ssa {
  float: left;
  margin: 10px;
}

/* line 123, app/assets/stylesheets/sessions.sass */
body #human-tape img {
  width: 70px;
}

/* line 126, app/assets/stylesheets/sessions.sass */
body #powered-by-ssa img {
  width: 90px;
}

/* line 128, app/assets/stylesheets/sessions.sass */
.logo-text {
  text-align: center;
  height: 100px;
  margin-bottom: -40px;
}

/* line 132, app/assets/stylesheets/sessions.sass */
.asterisk_input::after {
  content: ' *';
  color: #e32;
  position: absolute;
  margin: 0px 0px 0px -10px;
  font-size: large;
  padding: 0 5px 0 0;
}

/* line 139, app/assets/stylesheets/sessions.sass */
.patient_authorize_header {
  margin-top: 20px;
}

/* line 141, app/assets/stylesheets/sessions.sass */
.appstore_links {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 144, app/assets/stylesheets/sessions.sass */
.appstore_links a {
  color: blue;
}

/* line 146, app/assets/stylesheets/sessions.sass */
label[required]::after {
  content: " *";
  color: red;
}

/* line 149, app/assets/stylesheets/sessions.sass */
.bill {
  margin-top: 2rem;
}

/* line 151, app/assets/stylesheets/sessions.sass */
.modal {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 163, app/assets/stylesheets/sessions.sass */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* line 175, app/assets/stylesheets/sessions.sass */
.modal-add-exercise {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 187, app/assets/stylesheets/sessions.sass */
.modal-add-exercise-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
/* line 214, app/assets/stylesheets/sessions.sass */
.modal-add-favorite {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 226, app/assets/stylesheets/sessions.sass */
.modal-add-favorite-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* line 238, app/assets/stylesheets/sessions.sass */
.modal-add-favorite-header {
  padding: 2px 16px;
  color: white;
}

/* line 241, app/assets/stylesheets/sessions.sass */
#favorite_group_section {
  color: black;
}

/* line 243, app/assets/stylesheets/sessions.sass */
#favorite_group_section_header {
  margin-bottom: 2%;
}

/* line 245, app/assets/stylesheets/sessions.sass */
#favorites_selection_existing_groups {
  margin-top: 5%;
}

/* line 247, app/assets/stylesheets/sessions.sass */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 252, app/assets/stylesheets/sessions.sass */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* line 256, app/assets/stylesheets/sessions.sass */
.close-black {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 261, app/assets/stylesheets/sessions.sass */
.close-black:hover, .close-black:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* line 265, app/assets/stylesheets/sessions.sass */
.modal-header {
  padding: 2px 16px;
  background-color: #84bd00;
  color: white;
}

/* line 269, app/assets/stylesheets/sessions.sass */
#btn_add_to_fav_group {
  margin-top: 5%;
}

/* line 271, app/assets/stylesheets/sessions.sass */
.modal-body {
  padding: 2px 16px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* line 275, app/assets/stylesheets/sessions.sass */
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* line 279, app/assets/stylesheets/sessions.sass */
.modal-add-exercise-header {
  padding: 2px 16px;
  color: white;
}

/* line 282, app/assets/stylesheets/sessions.sass */
.modal-add-exercise-body {
  padding: 2px 16px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* line 286, app/assets/stylesheets/sessions.sass */
.modal-add-exercise-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* line 290, app/assets/stylesheets/sessions.sass */
.assign_program_checkbox {
  margin-left: 40%;
  width: 25%;
  text-align: left;
}

/* line 294, app/assets/stylesheets/sessions.sass */
.assign_program_submit {
  margin-top: 20px;
}

/* line 296, app/assets/stylesheets/sessions.sass */
.rns_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 300, app/assets/stylesheets/sessions.sass */
#reset_new_program {
  margin-right: 5px;
}

/* line 302, app/assets/stylesheets/sessions.sass */
#submit_template_button {
  margin-right: 5px;
}

/* line 304, app/assets/stylesheets/sessions.sass */
#filterpat {
  margin-top: 10px;
  border: 0;
  background: url(https://app.sophyapp.com/assets/icon-search-8d12eb9f2696716104e83c4c16b11d4349c0011a8cbbaeaa2209b5d35733d2a6.png) no-repeat;
  padding: 4px 4px 4px 30px;
  font-size: 12px;
  width: 150px;
}

/* line 311, app/assets/stylesheets/sessions.sass */
.kongress_location {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 315, app/assets/stylesheets/sessions.sass */
.program_uploads_index {
  margin-top: 10px;
}

/* line 317, app/assets/stylesheets/sessions.sass */
#favorite_groups_connections {
  color: #0c63e4;
  font-size: 11px;
  text-decoration: underline;
  text-align: right;
  font-style: italic;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new  require_tree .
 * file per style scope. See
 *
















 */
/*!
 * Font Awesome Free 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://app.sophyapp.com/assets/font-awesome/fa-solid-900-564795e9041cf10e4c34eebcc9fa5d4d4f71a1c4a79f554fa77eef9d9d401c8b.eot");
  src: url("https://app.sophyapp.com/assets/font-awesome/fa-solid-900-564795e9041cf10e4c34eebcc9fa5d4d4f71a1c4a79f554fa77eef9d9d401c8b.eot#iefix") format("embedded-opentype"), url("https://app.sophyapp.com/assets/font-awesome/fa-solid-900-87d374b4b26b68d4a4f577bbb70464f271fd6141b9566a0fc0980af1ab94144f.woff2") format("woff2"), url("https://app.sophyapp.com/assets/font-awesome/fa-solid-900-abb751acb60c97053a7e9dead72e44b948cfa83256f1bb0dbe608bbc10c1cfc8.woff") format("woff"), url("https://app.sophyapp.com/assets/font-awesome/fa-solid-900-7ac7d58d2625ac666cd7a130cbb38e2fe40e268813afa7d89ddd8fdce400b7dc.ttf") format("truetype"), url("https://app.sophyapp.com/assets/font-awesome/fa-solid-900-e43dc0fc9104e232bc5ff39ba3dda818a030a21a4e20e28db7247b21d72a2daa.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("https://app.sophyapp.com/assets/font-awesome/fa-regular-400-3d64ee0b462da10c476d04506f7de87581a7b579f268f94241b1db6d19e74dd9.eot");
  src: url("https://app.sophyapp.com/assets/font-awesome/fa-regular-400-3d64ee0b462da10c476d04506f7de87581a7b579f268f94241b1db6d19e74dd9.eot#iefix") format("embedded-opentype"), url("https://app.sophyapp.com/assets/font-awesome/fa-regular-400-c553c38d0e7df02eff9097eb4d54355a0cf8f2d1c3ed7b99cbf6bdb9802fb53a.woff2") format("woff2"), url("https://app.sophyapp.com/assets/font-awesome/fa-regular-400-c387f2631cc7cb58b3d639ed6161324107829f109c59629f8a5a2ef0a0254cab.woff") format("woff"), url("https://app.sophyapp.com/assets/font-awesome/fa-regular-400-eb266c07a7425cff0eff431dd0cb7c249ce69a21b9e8392227f9bd02d53fd051.ttf") format("truetype"), url("https://app.sophyapp.com/assets/font-awesome/fa-regular-400-3a886d4c73d53ee09e1bfabb0799588f0b105ba48462d59d6c67d2f55a173f87.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("https://app.sophyapp.com/assets/font-awesome/fa-brands-400-a463077c5b95e21546d33b205d30fe28712d75134428635b10a13efdbe84ef1c.eot");
  src: url("https://app.sophyapp.com/assets/font-awesome/fa-brands-400-a463077c5b95e21546d33b205d30fe28712d75134428635b10a13efdbe84ef1c.eot#iefix") format("embedded-opentype"), url("https://app.sophyapp.com/assets/font-awesome/fa-brands-400-62875dd4f1b007a1f7c892b3c576c09dae8641eab480265bcd4c27325edb0834.woff2") format("woff2"), url("https://app.sophyapp.com/assets/font-awesome/fa-brands-400-89cbdd0ccbe2883f27e6c0c69ad643720d049046a32f7a69036ccc5072e7516a.woff") format("woff"), url("https://app.sophyapp.com/assets/font-awesome/fa-brands-400-d1bccf3ba72f9dc24d5fa86ee42183dc63e93f3851787dd7418ee8db445af9c5.ttf") format("truetype"), url("https://app.sophyapp.com/assets/font-awesome/fa-brands-400-be6a8621e9f6076d8b5e0fed4ecd8526d82f9a696487d9cdd9a5e26d86e5ac59.svg#fontawesome") format("svg");
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_path.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_path.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 51, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_path.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_rotated-flipped.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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 15, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 91, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 93, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 97, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 98, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 100, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 102, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 105, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 106, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 107, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 110, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 111, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 112, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 114, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 116, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 120, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 121, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 122, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 124, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 126, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 127, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 128, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 130, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 131, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 132, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 133, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 135, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 136, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 137, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 138, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 139, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 140, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 142, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 143, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 144, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 145, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 146, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 147, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 148, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 150, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 151, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 152, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 153, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 154, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 155, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 156, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 157, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 158, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 159, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 160, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 161, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 162, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 163, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 164, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 165, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 166, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 167, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 168, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 169, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 170, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 172, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 173, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 174, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 175, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 176, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 177, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 178, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 179, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 180, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 181, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 182, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 184, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 185, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 186, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 187, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 188, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 189, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 190, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 191, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 192, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 193, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 194, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 195, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 197, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 198, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 199, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 200, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 201, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 202, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 203, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 204, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 205, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 206, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 207, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 208, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 209, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 210, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 211, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 212, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 213, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 214, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 215, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 216, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 217, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 218, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 219, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 220, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 221, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 222, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 223, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 224, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 225, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 226, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 227, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 228, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 229, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 230, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 231, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 232, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 233, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 234, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 235, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 236, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 237, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 238, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 239, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 240, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 241, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 242, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 243, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 244, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 245, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 246, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 247, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 248, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 249, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 250, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 251, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 252, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 253, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 254, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 255, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 256, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 257, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 258, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 259, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 260, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 261, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 262, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 263, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 264, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 265, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 266, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 267, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 268, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 269, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 270, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 271, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 272, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 273, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 274, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 275, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 276, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 277, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 278, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 279, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 280, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 281, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 282, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 283, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 284, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 285, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 286, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 287, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 288, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 289, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 290, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 291, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 292, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 293, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 294, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 295, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 296, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 297, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 298, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 299, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 300, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 301, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 302, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 303, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 304, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 305, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 306, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 307, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 308, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 309, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 310, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 311, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 312, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 313, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 314, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 315, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 316, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 317, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 318, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 319, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 320, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 321, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 322, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 323, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 324, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 325, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 326, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 327, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 328, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 329, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 330, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 331, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 332, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 333, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 334, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 335, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 336, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 337, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 338, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 339, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 340, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 341, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 342, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 343, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 344, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 345, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 346, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 347, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 348, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 349, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 350, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 351, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 352, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 353, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 354, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 355, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 356, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 357, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 358, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 359, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 360, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 361, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 362, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 363, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 364, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 365, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 366, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 367, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 368, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 369, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 370, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 371, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 372, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 373, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 374, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 375, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 376, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 377, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 378, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 379, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 380, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 381, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 382, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 383, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 384, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 385, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 386, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 387, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 388, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 389, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 390, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 391, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 392, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 393, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 394, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 395, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 396, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 397, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 398, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 399, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 400, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 401, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 402, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 403, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 404, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 405, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 406, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 407, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 408, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 409, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 410, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 411, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 412, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 413, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 414, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 415, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 416, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 417, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 418, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 419, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 420, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 421, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 422, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 423, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 424, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 425, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 426, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 427, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 428, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 429, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 430, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 431, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 432, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 433, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 434, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 435, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 436, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 437, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 438, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 439, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 440, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 441, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 442, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 443, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 444, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 445, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 446, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 447, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 448, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 449, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 450, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 451, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 452, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 453, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 454, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 455, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 456, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 457, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 458, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 459, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 460, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 461, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 462, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 463, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 464, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 465, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 466, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 467, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 468, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 469, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 470, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 471, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 472, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 473, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 474, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 475, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 476, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 477, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 478, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 479, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 480, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 481, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 482, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 483, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 484, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 485, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 486, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 487, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 488, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 489, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 490, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 491, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 492, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 493, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 494, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 495, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 496, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 497, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 498, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 499, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 500, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 501, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 502, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 503, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 504, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 505, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 506, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 507, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 508, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 509, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 510, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 511, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 512, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 513, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 514, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 515, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 516, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 517, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 518, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 519, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 520, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 521, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 522, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 523, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 524, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 525, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 526, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 527, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 528, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 529, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 530, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 531, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 532, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 533, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 534, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 535, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 536, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 537, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 538, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 539, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 540, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 541, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 542, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 543, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 544, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 545, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 546, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 547, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 548, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 549, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 550, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 551, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 552, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 553, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 554, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 555, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 556, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 557, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 558, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 559, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 560, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 561, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 562, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 563, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 564, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 565, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 566, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 567, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 568, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 569, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 570, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 571, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 572, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 573, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 574, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 575, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 576, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 577, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 578, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 579, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 580, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 581, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 582, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 583, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 584, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 585, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 586, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 587, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 588, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 589, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 590, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 591, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 592, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 593, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 594, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 595, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 596, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 597, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal:before {
  content: "\f666";
}

/* line 598, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 599, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 600, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 601, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 602, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 603, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 604, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 605, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 606, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 607, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 608, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 609, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 610, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 611, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 612, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 613, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 614, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 615, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 616, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 617, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 618, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 619, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 620, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 621, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 622, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 623, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 624, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 625, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 626, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 627, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 628, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 629, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 630, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 631, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 632, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 633, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 634, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 635, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 636, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 637, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 638, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 639, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 640, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 641, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 642, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 643, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 644, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 645, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 646, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 647, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 648, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 649, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 650, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 651, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 652, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 653, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 654, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 655, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 656, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 657, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 658, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 659, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 660, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 661, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 662, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 663, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 664, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 665, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 666, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 667, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 668, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 669, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 670, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 671, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 672, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 673, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 674, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 675, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 676, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 677, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 678, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 679, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 680, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 681, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 682, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 683, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 684, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 685, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 686, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 687, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 688, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 689, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 690, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 691, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 692, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 693, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 694, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 695, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 696, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 697, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 698, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 699, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 700, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 701, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 702, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 703, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 704, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 705, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 706, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 707, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 708, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 709, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 710, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 711, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 712, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 713, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 714, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 715, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 716, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 717, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 718, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 719, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 720, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 721, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 722, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 723, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 724, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 725, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 726, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 727, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 728, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 729, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 730, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 731, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 732, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 733, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 734, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 735, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 736, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 737, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 738, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 739, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 740, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 741, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 742, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 743, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 744, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 745, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 746, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 747, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 748, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 749, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 750, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 751, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 752, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 753, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 754, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 755, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 756, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 757, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 758, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 759, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 760, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 761, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 762, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 763, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 764, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 765, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 766, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 767, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 768, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 769, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 770, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 771, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 772, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 773, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 774, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 775, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 776, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 777, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 778, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 779, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 780, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 781, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 782, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 783, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 784, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 785, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 786, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 787, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 788, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 789, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 790, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 791, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 792, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 793, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 794, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 795, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 796, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 797, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 798, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 799, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 800, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 801, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 802, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 803, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 804, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 805, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 806, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 807, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 808, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 809, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 810, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 811, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 812, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 813, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 814, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 815, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 816, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 817, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 818, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 819, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 820, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 821, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 822, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 823, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 824, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 825, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 826, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 827, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 828, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 829, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 830, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 831, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 832, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 833, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 834, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 835, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 836, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 837, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 838, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 839, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 840, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 841, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 842, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 843, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 844, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 845, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 846, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 847, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 848, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 849, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 850, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 851, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 852, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 853, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 854, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 855, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 856, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 857, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 858, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 859, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 860, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 861, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 862, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 863, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 864, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 865, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 866, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 867, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 868, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 869, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 870, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 871, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 872, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 873, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 874, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 875, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 876, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 877, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 878, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 879, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 880, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 881, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 882, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 883, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 884, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 885, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 886, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 887, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 888, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 889, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 890, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 891, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 892, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 893, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 894, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 895, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 896, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 897, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 898, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 899, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 900, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 901, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 902, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 903, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 904, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 905, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 906, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 907, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 908, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 909, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 910, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 911, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 912, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 913, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 914, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 915, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 916, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 917, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 918, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 919, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 920, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 921, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 922, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 923, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 924, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 925, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 926, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 927, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 928, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 929, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 930, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 931, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 932, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 933, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 934, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 935, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 936, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 937, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 938, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 939, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 940, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 941, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 942, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 943, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 944, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 945, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 946, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 947, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 948, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 949, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 950, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 951, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 952, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 953, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 954, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 955, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 956, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 957, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 958, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 959, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 960, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 961, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 962, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 963, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 964, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 965, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 966, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 967, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 968, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 969, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 970, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 971, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 972, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 973, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 974, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 975, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 976, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 977, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 978, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 979, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 980, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 981, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 982, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 983, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 984, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 985, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 986, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 987, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 988, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 989, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 990, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 991, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 992, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 993, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 994, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 995, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 996, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 997, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 998, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 999, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1000, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1001, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1002, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1003, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1004, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1005, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1006, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1007, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1008, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1009, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1010, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1011, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1012, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1013, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1014, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1015, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1016, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1017, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1018, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1019, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1020, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1021, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1022, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1023, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1024, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1025, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1026, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1027, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1028, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1029, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1030, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1031, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1032, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1033, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1034, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1035, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1036, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1037, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1038, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1039, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1040, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1041, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1042, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1043, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1044, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1045, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1046, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1047, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1048, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1049, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1050, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1051, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1052, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1053, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1054, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1055, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1056, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1057, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1058, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1059, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1060, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1061, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1062, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1063, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1064, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1065, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1066, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1067, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1068, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1069, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1070, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1071, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1072, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1073, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1074, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1075, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1076, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1077, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1078, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1079, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1080, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1081, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1082, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1083, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1084, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1085, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1086, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1087, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1088, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1089, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1090, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1091, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1092, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1093, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1094, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1095, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1096, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1097, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1098, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1099, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1100, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1101, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1102, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1103, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1104, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1105, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1106, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1107, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1108, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1109, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1110, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1111, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1112, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1113, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1114, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1115, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1116, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1117, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1118, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1119, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1120, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1121, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1122, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1123, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1124, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1125, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1126, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1127, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1128, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1129, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1130, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1131, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1132, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1133, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1134, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1135, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1136, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1137, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1138, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1139, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1140, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1141, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1142, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1143, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1144, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1145, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1146, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1147, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1148, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1149, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1150, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1151, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1152, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1153, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1154, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1155, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1156, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1157, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1158, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1159, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1160, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1161, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1162, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1163, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1164, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1165, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1166, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1167, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1168, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1169, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1170, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1171, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1172, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1173, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1174, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1175, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1176, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1177, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1178, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1179, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1180, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1181, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1182, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1183, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1184, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1185, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1186, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1187, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1188, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1189, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1190, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1191, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1192, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1193, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1194, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1195, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1196, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1197, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1198, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1199, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1200, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1201, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1202, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1203, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1204, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1205, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1206, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1207, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1208, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1209, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1210, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1211, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1212, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1213, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1214, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1215, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1216, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1217, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1218, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1219, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1220, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1221, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1222, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1223, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1224, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1225, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1226, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1227, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1228, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1229, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1230, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1231, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1232, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1233, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1234, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1235, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1236, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1237, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1238, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1239, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1240, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1241, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1242, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1243, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1244, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1245, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1246, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1247, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1248, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1249, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1250, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1251, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1252, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1253, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1254, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1255, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1256, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1257, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1258, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1259, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1260, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1261, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1262, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1263, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1264, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1265, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1266, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1267, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1268, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1269, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1270, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1271, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1272, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1273, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1274, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1275, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1276, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1277, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1278, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1279, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1280, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1281, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1282, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1283, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1284, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1285, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1286, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1287, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1288, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1289, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1290, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1291, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1292, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1293, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1294, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1295, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1296, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1297, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1298, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1299, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1300, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1301, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1302, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1303, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1304, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1305, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1306, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1307, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1308, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1309, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1310, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1311, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1312, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1313, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1314, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1315, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1316, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1317, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1318, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1319, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1320, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1321, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1322, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1323, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1324, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1325, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1326, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1327, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1328, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1329, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1330, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1331, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1332, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 48, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-5.6.1/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 1, app/assets/stylesheets/fine-uploader.css */
.qq-uploader {
  position: relative;
  width: 100%;
}

/* line 5, app/assets/stylesheets/fine-uploader.css */
.qq-upload-button {
  display: block;
  width: 105px;
  padding: 7px 0;
  text-align: center;
  background: #880000;
  border-bottom: 1px solid #DDD;
  color: #FFF;
}

/* line 14, app/assets/stylesheets/fine-uploader.css */
.qq-upload-button-hover {
  background: #CC0000;
}

/* line 17, app/assets/stylesheets/fine-uploader.css */
.qq-upload-button-focus {
  outline: 1px dotted #000000;
}

/* line 20, app/assets/stylesheets/fine-uploader.css */
.qq-upload-drop-area, .qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
}

/* line 31, app/assets/stylesheets/fine-uploader.css */
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}

/* line 39, app/assets/stylesheets/fine-uploader.css */
.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px;
}

/* line 47, app/assets/stylesheets/fine-uploader.css */
.qq-upload-drop-area-active {
  background: #FF7171;
}

/* line 50, app/assets/stylesheets/fine-uploader.css */
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 55, app/assets/stylesheets/fine-uploader.css */
.qq-upload-list li {
  margin: 0;
  padding: 9px;
  line-height: 15px;
  font-size: 16px;
  background-color: #FFF0BD;
}

/* line 62, app/assets/stylesheets/fine-uploader.css */
.qq-upload-file, .qq-upload-spinner, .qq-upload-size,
.qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text,
.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
  margin-right: 12px;
  display: inline;
}

/* line 70, app/assets/stylesheets/fine-uploader.css */
.qq-upload-spinner {
  display: inline-block;
  background: url(https://app.sophyapp.com/assets/loading-d158b489edd803436252ddce16ecae31e240a47a0b6dd8a8e40965393c0d73f4.gif);
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 77, app/assets/stylesheets/fine-uploader.css */
.qq-drop-processing {
  display: block;
}

/* line 80, app/assets/stylesheets/fine-uploader.css */
.qq-drop-processing-spinner {
  display: inline-block;
  background: url(https://app.sophyapp.com/assets/processing-859eba71730f5bc6f1b652521824e01350475e416eadf4d8930982848a358f5d.gif);
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}

/* line 88, app/assets/stylesheets/fine-uploader.css */
.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
  display: inline;
}

/* line 92, app/assets/stylesheets/fine-uploader.css */
.qq-upload-retry, .qq-upload-delete, .qq-upload-cancel,
.qq-upload-pause, .qq-upload-continue {
  color: #000000;
}

/* line 97, app/assets/stylesheets/fine-uploader.css */
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry,
.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
  font-size: 12px;
  font-weight: normal;
}

/* line 102, app/assets/stylesheets/fine-uploader.css */
.qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: bold;
}

/* line 107, app/assets/stylesheets/fine-uploader.css */
.qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 113, app/assets/stylesheets/fine-uploader.css */
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}

/* line 116, app/assets/stylesheets/fine-uploader.css */
.qq-upload-retrying .qq-upload-failed-text {
  display: inline;
  color: #D60000;
}

/* line 120, app/assets/stylesheets/fine-uploader.css */
.qq-upload-list li.qq-upload-success {
  background-color: #5DA30C;
  color: #FFFFFF;
}

/* line 124, app/assets/stylesheets/fine-uploader.css */
.qq-upload-list li.qq-upload-fail {
  background-color: #D60000;
  color: #FFFFFF;
}

/* line 128, app/assets/stylesheets/fine-uploader.css */
.qq-progress-bar {
  display: block;
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* W3C */
  width: 0%;
  height: 15px;
  border-radius: 6px;
  margin-bottom: 3px;
}

/* line 142, app/assets/stylesheets/fine-uploader.css */
.qq-total-progress-bar {
  height: 25px;
  border-radius: 9px;
}

/* line 147, app/assets/stylesheets/fine-uploader.css */
.qq-total-progress-bar-container {
  margin: 9px;
}

/* line 151, app/assets/stylesheets/fine-uploader.css */
INPUT.qq-edit-filename {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 159, app/assets/stylesheets/fine-uploader.css */
.qq-upload-file.qq-editable {
  cursor: pointer;
}

/* line 163, app/assets/stylesheets/fine-uploader.css */
.qq-edit-filename-icon.qq-editable {
  display: inline-block;
  cursor: pointer;
}

/* line 168, app/assets/stylesheets/fine-uploader.css */
INPUT.qq-edit-filename.qq-editing {
  position: static;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 179, app/assets/stylesheets/fine-uploader.css */
.qq-edit-filename-icon {
  display: none;
  background: url(https://app.sophyapp.com/assets/edit-cd4f3f252928a3c3ebdae6a3e60f5c0171979e136da6dda98fb113d7a76bbc55.gif);
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

/* line 188, app/assets/stylesheets/fine-uploader.css */
.qq-hide {
  display: none;
}

/* <dialog> element styles */
/* line 193, app/assets/stylesheets/fine-uploader.css */
.qq-uploader DIALOG {
  display: none;
}

/* line 197, app/assets/stylesheets/fine-uploader.css */
.qq-uploader DIALOG[open] {
  display: block;
}

/* line 201, app/assets/stylesheets/fine-uploader.css */
.qq-uploader DIALOG {
  display: none;
}

/* line 205, app/assets/stylesheets/fine-uploader.css */
.qq-uploader DIALOG[open] {
  display: block;
}

/* line 209, app/assets/stylesheets/fine-uploader.css */
.qq-uploader DIALOG .qq-dialog-buttons {
  text-align: center;
  padding-top: 10px;
}

/* line 214, app/assets/stylesheets/fine-uploader.css */
.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 219, app/assets/stylesheets/fine-uploader.css */
.qq-uploader DIALOG .qq-dialog-message-selector {
  padding-bottom: 10px;
}

/* line 223, app/assets/stylesheets/fine-uploader.css */
.qq-uploader DIALOG::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

/*
    Common 
*/
/* line 5, app/assets/stylesheets/jquery-steps.css */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/jquery-steps.css */
.wizard a,
.tabcontrol a {
  outline: 0;
}

/* line 19, app/assets/stylesheets/jquery-steps.css */
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* line 27, app/assets/stylesheets/jquery-steps.css */
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */
/* line 35, app/assets/stylesheets/jquery-steps.css */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

/* line 42, app/assets/stylesheets/jquery-steps.css */
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/
/* line 55, app/assets/stylesheets/jquery-steps.css */
.wizard > .steps {
  position: relative;
  display: block;
  left: 10%;
  width: 100%;
  margin-top: 20px;
}

/* line 64, app/assets/stylesheets/jquery-steps.css */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

/* line 71, app/assets/stylesheets/jquery-steps.css */
.wizard > .steps .number {
  font-size: 1.429em;
}

/* line 76, app/assets/stylesheets/jquery-steps.css */
.wizard > .steps > ul > li {
  width: 25%;
}

/* line 81, app/assets/stylesheets/jquery-steps.css */
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

/* line 87, app/assets/stylesheets/jquery-steps.css */
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

/* line 93, app/assets/stylesheets/jquery-steps.css */
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 108, app/assets/stylesheets/jquery-steps.css */
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

/* line 117, app/assets/stylesheets/jquery-steps.css */
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #000000;
  color: #fff;
  cursor: default;
}

/* line 126, app/assets/stylesheets/jquery-steps.css */
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #4c4d4e;
  color: #fff;
}

/* line 134, app/assets/stylesheets/jquery-steps.css */
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

/* line 142, app/assets/stylesheets/jquery-steps.css */
.wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: 74%;
  left: 10%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 157, app/assets/stylesheets/jquery-steps.css */
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

/* line 165, app/assets/stylesheets/jquery-steps.css */
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 174, app/assets/stylesheets/jquery-steps.css */
.wizard > .content > .body ul {
  list-style: disc !important;
}

/* line 179, app/assets/stylesheets/jquery-steps.css */
.wizard > .content > .body ul > li {
  display: list-item;
}

/* line 184, app/assets/stylesheets/jquery-steps.css */
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

/* line 191, app/assets/stylesheets/jquery-steps.css */
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

/* line 197, app/assets/stylesheets/jquery-steps.css */
.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}

/* line 202, app/assets/stylesheets/jquery-steps.css */
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

/* line 209, app/assets/stylesheets/jquery-steps.css */
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

/* line 215, app/assets/stylesheets/jquery-steps.css */
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

/* line 222, app/assets/stylesheets/jquery-steps.css */
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  right: 15%;
}

/* line 231, app/assets/stylesheets/jquery-steps.css */
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

/* line 239, app/assets/stylesheets/jquery-steps.css */
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

/* line 245, app/assets/stylesheets/jquery-steps.css */
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

/* line 250, app/assets/stylesheets/jquery-steps.css */
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

/* line 255, app/assets/stylesheets/jquery-steps.css */
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 270, app/assets/stylesheets/jquery-steps.css */
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/*
    Tabcontrol
*/
/* line 292, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 299, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

/* line 307, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 321, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

/* line 328, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

/* line 337, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

/* line 347, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

/* line 352, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

/* line 357, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

/* line 368, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 377, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

/* line 382, app/assets/stylesheets/jquery-steps.css */
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

@font-face {
  font-family: 'Kiro Regular';
  src: url(https://app.sophyapp.com/assets/fonts/DharmaType-Kiro-Regular.otf) format("truetype");
}

@font-face {
  font-family: 'Kiro Thin';
  src: url(https://app.sophyapp.com/assets/fonts/DharmaType-Kiro-Thin.otf) format("truetype");
}

@font-face {
  font-family: 'Iconfont';
  src: url(https://app.sophyapp.com/asset-path(iconfont.ttf)") format("truetype");
}

@font-face {
  font-family: 'Iconfont2';
  src: url(https://app.sophyapp.com/asset-path(iconfont.woff)") format("woff");
}

/* line 54, app/assets/stylesheets/application.css.scss */
input {
  font-family: 'Kiro Regular';
}

/* line 57, app/assets/stylesheets/application.css.scss */
.test {
  font-family: 'Kiro Regular';
}

/*
 *= require range_slider.css
 *= require settings
 *= require sweet-alert
 *= require subscription
 *= require program_uploads
 *= require program
 *= require program_black_fhd+
 */
/* line 4, app/assets/stylesheets/account.sass */
#account {
  text-align: center;
}

/* line 5, app/assets/stylesheets/account.sass */
#account .breadcrumbs {
  text-align: left;
  padding-left: 125px;
  padding-top: 17px;
}

/* line 9, app/assets/stylesheets/account.sass */
#account .breadcrumbs a {
  font-size: 15px;
  color: #6b6b6b;
  font-weight: 400;
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/account.sass */
#account .breadcrumbs a:hover {
  opacity: 0.8;
}

/* line 17, app/assets/stylesheets/account.sass */
#account #profile-menu {
  margin-bottom: 20px;
}

/* line 19, app/assets/stylesheets/account.sass */
#account #profile-menu .switch-tab {
  display: inline-block;
  font-size: 15px;
  color: #439fff;
  font-weight: 100;
  cursor: pointer;
  padding: 20px;
  text-align: center;
}

/* line 27, app/assets/stylesheets/account.sass */
#account #profile-menu .switch-tab:hover, #account #profile-menu .switch-tab.active {
  font-weight: 400;
}

/* line 30, app/assets/stylesheets/account.sass */
#account #profile-menu .switch-tab a, #account #profile-menu .switch-tab input {
  display: inline-block;
  font-size: 15px;
  font-weight: 100;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/account.sass */
#account #profile-menu .switch-tab a:hover, #account #profile-menu .switch-tab a.active, #account #profile-menu .switch-tab input:hover, #account #profile-menu .switch-tab input.active {
  font-weight: 400;
}

/* line 39, app/assets/stylesheets/account.sass */
#account .action input {
  background: none;
  border: none;
  color: #3399ff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

/* line 46, app/assets/stylesheets/account.sass */
#account .action input:hover {
  text-decoration: underline;
}

/* line 48, app/assets/stylesheets/account.sass */
#account .tab {
  padding-top: 20px;
  display: none;
}

/* line 51, app/assets/stylesheets/account.sass */
#account .tab.active {
  display: block;
}

/* line 54, app/assets/stylesheets/account.sass */
#account .tab form .subtitle {
  margin-bottom: 20px;
}

/* line 56, app/assets/stylesheets/account.sass */
#account .tab form .field {
  margin-bottom: 10px;
}

/* line 58, app/assets/stylesheets/account.sass */
#account .tab form .field .field_with_errors {
  display: inline-block;
}

/* line 60, app/assets/stylesheets/account.sass */
#account .tab form .field label {
  width: 300px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  text-align: right;
  font-size: 17px;
  font-weight: 100;
  color: #afafaf;
}

/* line 69, app/assets/stylesheets/account.sass */
#account .tab form .field label.required:after {
  content: '*';
}

/* line 71, app/assets/stylesheets/account.sass */
#account .tab form .field input[type='text'], #account .tab form .field input[type='email'], #account .tab form .field input[type='password'] {
  width: 300px;
  margin-left: 20px;
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #dadada;
  padding: 10px;
  border-radius: 5px;
}

/* line 80, app/assets/stylesheets/account.sass */
#account .tab form .field .field-container {
  width: 320px;
  margin-left: 20px;
  display: inline-block;
  text-align: left;
}

/* line 85, app/assets/stylesheets/account.sass */
#account .tab form .field.checkbox {
  text-align: center;
}

/* line 87, app/assets/stylesheets/account.sass */
#account .tab form .field.checkbox input {
  margin-left: 360px;
}

/* line 89, app/assets/stylesheets/account.sass */
#account .tab form .field.checkbox label {
  font-size: 14px;
  text-align: left;
}

/* line 93, app/assets/stylesheets/account.sass */
#account .tab form .select {
  width: 90px;
  padding-right: 210px;
  display: inline-block;
  vertical-align: middle;
}

/* line 99, app/assets/stylesheets/account.sass */
#account .tab form .action input[type='submit'] {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 17px;
  color: #439fff;
  background: transparent;
  border: 0;
  padding: 10px 10px 10px 70px;
  cursor: pointer;
}

/* line 109, app/assets/stylesheets/account.sass */
a {
  text-transform: uppercase;
}

/* line 111, app/assets/stylesheets/account.sass */
a.active {
  color: black;
}

/* line 113, app/assets/stylesheets/account.sass */
.my_physio_section {
  margin-top: 30px;
  text-align: center;
}

/* line 116, app/assets/stylesheets/account.sass */
.asterisk_input::after {
  content: ' *';
  color: #e32;
  position: absolute;
  margin: 0px 0px 0px -10px;
  font-size: large;
  padding: 0 5px 0 0;
}
/*body #login-page #login-box form input[type='submit'], body #login-page #signup-box form input[type='submit'] {
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #b61f29 !important;
    border-radius: 5px;
    background-color: #b61f29 !important;
    color: white;
    display: block;
    padding: 10px 0px;
    width: 100%;
    margin-top: 20px;
}
/* line 4, app/assets/stylesheets/dashboard.sass */
#top-frame {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #b4cde1;
  height: 50px;
  background-color: #84bd00;
}

/* line 10, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav {
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
  width: auto;
  float: left;
  display: inline-block;
}

/* line 17, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav.right {
  float: right;
}

/* line 19, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav li {
  display: inline-block;
  float: left;
  max-height: 50px;
}

/* line 23, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav li a {
  padding-top: 28px;
  display: block;
  padding: 5px;
  padding-top: 25px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: white;
}

/* line 32, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav li a img {
  max-height: 37px;
  filter: invert(100%);
}

/* line 36, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav li a.logo img {
  margin-top: -19px;
  display: block;
}

/* line 40, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav li a.text img {
  height: 180px;
  max-height: 125px;
  margin-top: -58px;
  margin-left: -10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/* line 47, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav .upgrade_button {
  background-color: grey;
  color: black;
  border: 2px solid #FFFFFF;
}

/* line 51, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav .profile {
  background: url(https://app.sophyapp.com/assets/small-down-arrow-ca2be33347401e4374f947dfa1d5b9f2b68a6ea0328dc2a2accdd70cab5b1850.png) center right no-repeat;
  color: #5da9fe;
  padding-right: 10px;
  cursor: pointer;
  background-position-y: 54px;
}

/* line 57, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav .profile .menu {
  display: none;
  background: #84bd00;
  text-align: left;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  z-index: 5;
  color: white;
  padding: 5px 10px;
  margin-right: 5px;
}

/* line 70, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav .profile .menu a {
  padding-top: 5px;
}

/* line 72, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav .profile .menu a:hover {
  text-decoration: underline;
}

/* line 75, app/assets/stylesheets/dashboard.sass */
#top-frame ul.nav .profile:hover .menu {
  display: inline-block;
}

/* line 77, app/assets/stylesheets/dashboard.sass */
#dashboard {
  min-width: 1100px;
  background-size: cover;
  min-height: 1000px;
}

/* line 82, app/assets/stylesheets/dashboard.sass */
#dashboard .no-data {
  font-size: 18px;
}

/* line 84, app/assets/stylesheets/dashboard.sass */
#dashboard #side-bar {
  vertical-align: top;
  padding-left: 5%;
  border-right: 1px solid #c5c5c5;
  padding-top: 60px;
  text-align: left;
  min-height: 500px;
}

/* line 92, app/assets/stylesheets/dashboard.sass */
#dashboard #side-bar .top {
  height: 85px;
  border-bottom: 1px solid #c5c5c5;
}

/* line 95, app/assets/stylesheets/dashboard.sass */
#dashboard #side-bar .top a {
  text-decoration: none;
  font-weight: 600;
  display: block;
}

/* line 99, app/assets/stylesheets/dashboard.sass */
#dashboard #side-bar .top span {
  display: block;
  margin-top: 40px;
  font-size: 17px;
}

/* line 103, app/assets/stylesheets/dashboard.sass */
#dashboard #side-bar #filter {
  margin-top: 10px;
  border: 0;
  background: url(https://app.sophyapp.com/assets/icon-search-8d12eb9f2696716104e83c4c16b11d4349c0011a8cbbaeaa2209b5d35733d2a6.png) no-repeat;
  padding: 4px 4px 4px 30px;
  font-size: 12px;
  width: 150px;
}

/* line 110, app/assets/stylesheets/dashboard.sass */
#dashboard #side-bar .filtered {
  margin-top: 20px;
  padding-left: 10px;
}

/* line 113, app/assets/stylesheets/dashboard.sass */
#dashboard #side-bar .filtered a {
  font-size: 13px;
  color: #000000;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

/* line 119, app/assets/stylesheets/dashboard.sass */
#dashboard #side-bar .filtered a:hover, #dashboard #side-bar .filtered a.active {
  color: #439fff;
  font-weight: 600;
}

/* line 122, app/assets/stylesheets/dashboard.sass */
#dashboard #side-bar .filtered a.hidden {
  display: none;
}

/* line 124, app/assets/stylesheets/dashboard.sass */
#dashboard #content {
  display: inline-block;
  vertical-align: top;
  width: 79%;
  margin-left: -3px;
}

/* line 129, app/assets/stylesheets/dashboard.sass */
#dashboard #content #programs {
  padding: 20px;
  font-size: 15px;
}

/* line 132, app/assets/stylesheets/dashboard.sass */
#dashboard #content #programs .graph {
  width: 620px;
  height: 520px;
  margin: 0 0 20px;
  position: relative;
  cursor: pointer;
}

/* line 140, app/assets/stylesheets/dashboard.sass */
#dashboard #program #details {
  background: #f8f8f8;
  padding: 20px 0;
  border: 1px solid #c5c5c5;
  margin-top: 20px;
  border-radius: 8px;
}

/* line 146, app/assets/stylesheets/dashboard.sass */
#dashboard #program #details .breadcrumbs {
  padding-left: 125px;
}

/* line 148, app/assets/stylesheets/dashboard.sass */
#dashboard #program #details .breadcrumbs a {
  font-size: 15px;
  color: #6b6b6b;
  font-weight: 400;
  text-decoration: none;
}

/* line 153, app/assets/stylesheets/dashboard.sass */
#dashboard #program #details .breadcrumbs a:hover {
  opacity: 0.8;
}

/* line 155, app/assets/stylesheets/dashboard.sass */
#dashboard #program #details .attributes {
  text-align: center;
  margin: auto;
}

/* line 159, app/assets/stylesheets/dashboard.sass */
#dashboard #program .actions a, #dashboard #program .actions input {
  color: #439fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

/* line 166, app/assets/stylesheets/dashboard.sass */
#dashboard #program .actions a {
  width: 17%;
}

/* line 168, app/assets/stylesheets/dashboard.sass */
#dashboard #program .actions input {
  width: 48%;
}

/* line 170, app/assets/stylesheets/dashboard.sass */
#dashboard #program .actions input:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* line 173, app/assets/stylesheets/dashboard.sass */
#dashboard #program .actions input.delete {
  color: #ee383d;
}

/* line 175, app/assets/stylesheets/dashboard.sass */
#dashboard #program .actions .delete {
  color: red;
  text-align: center;
}

/* line 178, app/assets/stylesheets/dashboard.sass */
#dashboard #program .actions input {
  text-align: right;
  float: right;
  background: none;
  border: none;
  padding-top: 10px;
}

/* line 184, app/assets/stylesheets/dashboard.sass */
#dashboard #program #exercises {
  font-size: 0;
}

/* line 188, app/assets/stylesheets/dashboard.sass */
svg {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
}

/* line 193, app/assets/stylesheets/dashboard.sass */
.bold {
  width: 40%;
  font-size: 15px;
  font-weight: 800;
  color: #565656;
}

/* line 198, app/assets/stylesheets/dashboard.sass */
.lighter {
  font-weight: lighter;
}

/* line 200, app/assets/stylesheets/dashboard.sass */
.actions {
  margin-bottom: 10px;
}

/* line 202, app/assets/stylesheets/dashboard.sass */
.row_custom {
  width: 100%;
  overflow: visible;
}

/* line 205, app/assets/stylesheets/dashboard.sass */
.row_custom .left {
  float: left;
}

/* line 207, app/assets/stylesheets/dashboard.sass */
.row_custom .right {
  float: right;
}

/* line 209, app/assets/stylesheets/dashboard.sass */
.row_custom .right, .row_custom .left {
  width: 48%;
}

/* line 211, app/assets/stylesheets/dashboard.sass */
#search {
  background-color: transparent;
  color: black;
  font-size: 15px;
  border: 1px solid #999999;
  border-radius: 5px;
  display: block;
  width: 94%;
  padding: 4px 9px;
}

/* line 220, app/assets/stylesheets/dashboard.sass */
.selectize-input {
  padding: 4px;
}

/* line 223, app/assets/stylesheets/dashboard.sass */
#profile-menu a {
  text-transform: uppercase;
}

/* line 226, app/assets/stylesheets/dashboard.sass */
.patients a {
  text-transform: none;
}

/* line 228, app/assets/stylesheets/dashboard.sass */
.asteriks_input::after {
  content: ' *';
  color: #e32;
  position: absolute;
  margin: 0px 0px 0px -10px;
  font-size: large;
  padding: 0 5px 0 0;
}

/* line 235, app/assets/stylesheets/dashboard.sass */
.asteriks_input2::after {
  content: ' *';
  color: #e32;
  position: absolute;
  margin: 0px 0px 0px 5px;
  font-size: large;
  padding: 0 5px 0 0;
}

/* line 242, app/assets/stylesheets/dashboard.sass */
::placeholder {
  color: grey;
  opacity: 0.4;
}

/* line 245, app/assets/stylesheets/dashboard.sass */
.settings_item {
  visibility: hidden;
}

/* line 247, app/assets/stylesheets/dashboard.sass */
.sidebar_user_settings {
  margin-top: 50px;
}

/* line 249, app/assets/stylesheets/dashboard.sass */
.canvas_container {
  width: 46%;
  margin-bottom: 30px;
  margin-right: 20px;
  display: inline-block;
}

/* line 254, app/assets/stylesheets/dashboard.sass */
#dashboard_modal {
  min-width: 100px;
  min-height: 1300px;
  color: black;
  background: url(https://app.sophyapp.com/assets/mann_smartphone20_small-f456cfcb8043467b1f616b727e7f38f3b6a753ba1dc8d5043c66324818182978.png);
  background-size: cover;
}

/* line 260, app/assets/stylesheets/dashboard.sass */
#analysis_selections {
  margin-top: 10px;
  margin-left: 10px;
}

/* line 263, app/assets/stylesheets/dashboard.sass */
#analysis_teasers {
  margin-top: 10%;
}

/* line 266, app/assets/stylesheets/dashboard.sass */
#analysis_teaser_info {
  border-radius: 25px;
  padding: 20px;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  float: left;
  border: solid 5px;
}

/* line 275, app/assets/stylesheets/dashboard.sass */
#analysis_teaser_info .head {
  border-bottom: solid 2px;
  border-color: black;
}

/* line 279, app/assets/stylesheets/dashboard.sass */
#myCard {
  background-color: #fff;
  border-radius: 20px;
  color: var(--color-text);
  margin-bottom: 60px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: 50px;
  box-shadow: 0 5px 20px #000029;
  border: solid 1px;
  float: left;
}

/* line 291, app/assets/stylesheets/dashboard.sass */
#myCard .cardHead {
  background-color: #84bd00;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px;
  color: #fff;
  height: 30px;
}

/* line 298, app/assets/stylesheets/dashboard.sass */
#myCard .cardContent {
  padding-top: 20px;
  color: #7c878e;
  justify-content: center;
  font-size: 26px;
}

/* line 303, app/assets/stylesheets/dashboard.sass */
.form_sexuality {
  width: 250px;
  margin-top: 5px;
}
/* ---------------------------------------
/* Fine Uploader Gallery View Styles
/* ---------------------------------------


/* Buttons
------------------------------------------ */
.qq-gallery .qq-btn
{
    float: right;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

/* Upload Button
------------------------------------------ */
.qq-gallery .qq-upload-button {
    display: inline;
    width: 105px;
    padding: 7px 10px;
    float: left;
    text-align: center;
    background: #00ABC7;
    color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #37B7CC;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.37) inset,
    1px 0 1px rgba(255, 255, 255, 0.07) inset,
    0 1px 0 rgba(0, 0, 0, 0.36),
    0 -2px 12px rgba(0, 0, 0, 0.08) inset
}
.qq-gallery .qq-upload-button-hover {
    background: #33B6CC;
}
.qq-gallery .qq-upload-button-focus {
    outline: 1px dotted #000000;
}


/* Drop Zone
------------------------------------------ */
.qq-gallery.qq-uploader {
    position: relative;
    min-height: 200px;
    max-height: 490px;
    overflow-y: hidden;
    width: inherit;
    border-radius: 6px;
    border: 1px dashed #CCCCCC;
    background-color: #FAFAFA;
    padding: 20px;
}
.qq-gallery.qq-uploader:before {
    content: attr(qq-drop-area-text) " ";
    position: absolute;
    font-size: 200%;
    left: 0;
    width: 100%;
    text-align: center;
    top: 45%;
    opacity: 0.25;
    filter: alpha(opacity=25);
}
.qq-gallery .qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #F9F9F9;
    border-radius: 4px;
    text-align: center;
}
.qq-gallery .qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-gallery .qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-gallery .qq-upload-drop-area-active {
    background: #FDFDFD;
    border-radius: 4px;
}
.qq-gallery .qq-upload-list {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    max-height: 450px;
    overflow-y: auto;
    clear: both;
    box-shadow: none;
}


/* Uploaded Elements
------------------------------------------ */
.qq-gallery .qq-upload-list li {
    display: inline-block;
    position: relative;
    max-width: 120px;
    margin: 0 25px 25px 0;
    padding: 0;
    line-height: 16px;
    font-size: 13px;
    color: #424242;
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
    vertical-align: top;

    /* to ensure consistent size of tiles - may need to change if qq-max-size attr on preview img changes */
    height: 186px;
}

.qq-gallery .qq-upload-spinner,
.qq-gallery .qq-upload-size,
.qq-gallery .qq-upload-retry,
.qq-gallery .qq-upload-failed-text,
.qq-gallery .qq-upload-delete,
.qq-gallery .qq-upload-pause,
.qq-gallery .qq-upload-continue {
    display: inline;
}
.qq-gallery .qq-upload-retry:hover,
.qq-gallery .qq-upload-delete:hover,
.qq-gallery .qq-upload-pause:hover,
.qq-gallery .qq-upload-continue:hover {
    background-color: transparent;
}
.qq-gallery .qq-upload-delete,
.qq-gallery .qq-upload-pause,
.qq-gallery .qq-upload-continue,
.qq-gallery .qq-upload-cancel {
    cursor: pointer;
}
.qq-gallery .qq-upload-delete,
.qq-gallery .qq-upload-pause,
.qq-gallery .qq-upload-continue {
    border:none;
    background: none;
    color: #00A0BA;
    font-size: 12px;
    padding: 0;
}
/* to ensure consistent size of tiles - only display status text before auto-retry or after failure */
.qq-gallery .qq-upload-status-text {
    color: #333333;
    font-size: 12px;
    padding-left: 3px;
    padding-top: 2px;
    width: inherit;
    display: none;
    width: 108px;
}
.qq-gallery .qq-upload-fail .qq-upload-status-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    display: block;
}
.qq-gallery .qq-upload-retrying .qq-upload-status-text {
    display: inline-block;
}
.qq-gallery .qq-upload-retrying .qq-progress-bar-container {
    display: none;
}

.qq-gallery .qq-upload-cancel {
    background-color: #525252;
    color: #F7F7F7;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 12px;
    border: none;
    height: 22px;
    width: 22px;
    padding: 4px;
    position: absolute;
    right: -5px;
    top: -6px;
    margin: 0;
    line-height: 17px;
}
.qq-gallery .qq-upload-cancel:hover {
    background-color: #525252;
}
.qq-gallery .qq-upload-retry {
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -31px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.37) inset,
                1px 0 1px rgba(255, 255, 255, 0.07) inset,
                0 4px 4px rgba(0, 0, 0, 0.5),
                0 -2px 12px rgba(0, 0, 0, 0.08) inset;
    padding: 3px 4px;
    border: 1px solid #d2ddc7;
    border-radius: 2px;
    color: inherit;
    background-color: #EBF6E0;
    z-index: 1;
}
.qq-gallery .qq-upload-retry:hover {
    background-color: #f7ffec;
}

.qq-gallery .qq-file-info {
    padding: 10px 6px 4px;
    margin-top: -3px;
    border-radius: 0 0 2px 2px;
    text-align: left;
    overflow: hidden;
}

.qq-gallery .qq-file-info .qq-file-name {
    position: relative;
}

.qq-gallery .qq-upload-file {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
    width: auto;

    /* to ensure consistent size of tiles - constrain text to single line */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}
.qq-gallery .qq-upload-spinner {
    display: inline-block;
    background: url(https://app.sophyapp.com/assets/loading-d158b489edd803436252ddce16ecae31e240a47a0b6dd8a8e40965393c0d73f4.gif);
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 53px;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-gallery .qq-drop-processing {
    display: block;
}
.qq-gallery .qq-drop-processing-spinner {
    display: inline-block;
    background: url(https://app.sophyapp.com/assets/processing-859eba71730f5bc6f1b652521824e01350475e416eadf4d8930982848a358f5d.gif);
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.qq-gallery .qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}
.qq-gallery .qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-gallery .qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
.qq-gallery .qq-upload-retrying .qq-upload-failed-text {
    display: inline;
}
.qq-gallery .qq-upload-list li.qq-upload-success {
    background-color: #F2F7ED;
}
.qq-gallery .qq-upload-list li.qq-upload-fail {
    background-color: #F5EDED;
    box-shadow: 0 0 1px 0 red;
    border: 0;
}
.qq-gallery .qq-progress-bar {
    display: block;
    background: #00abc7;
    width: 0%;
    height: 15px;
    border-radius: 6px;
    margin-bottom: 3px;
}

.qq-gallery .qq-total-progress-bar {
    height: 25px;
    border-radius: 9px;
}

.qq-gallery .qq-total-progress-bar-container {
    margin-left: 9px;
    display: inline;
    float: right;
    width: 500px;
}

.qq-gallery .qq-upload-size {
    float: left;
    font-size: 11px;
    color: #929292;
    margin-bottom: 3px;
    margin-right: 0;
    display: inline-block;
}

.qq-gallery INPUT.qq-edit-filename {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.qq-gallery .qq-upload-file.qq-editable {
    cursor: pointer;
    margin-right: 20px;
}

.qq-gallery .qq-edit-filename-icon.qq-editable {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.qq-gallery INPUT.qq-edit-filename.qq-editing {
    position: static;
    height: 28px;
    width: 90px;
    width: -moz-available;
    padding: 0 8px;
    margin-bottom: 3px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;

    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.qq-gallery .qq-edit-filename-icon {
    display: none;
    background: url(https://app.sophyapp.com/assets/edit-cd4f3f252928a3c3ebdae6a3e60f5c0171979e136da6dda98fb113d7a76bbc55.gif);
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-gallery .qq-delete-icon {
    background: url(https://app.sophyapp.com/assets/trash-617314d1027b1eaeee852d02184bf3cc9d03def8865e8e6a79f9345f4e36bbba.gif);
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block;
}
.qq-gallery .qq-retry-icon {
    background: url(https://app.sophyapp.com/assets/retry-0d01575d96ad118c2e0c772ba8bd5eb5bc63840c750dacd3e00e6a9f20599496.gif);
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block;
    float: none;
}
.qq-gallery .qq-continue-icon {
    background: url(https://app.sophyapp.com/assets/continue-6465d9fc8c1edaae70f6d5032c7efd9ad67d4f9b93a61867851a2c1b03be9589.gif);
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block;
}
.qq-gallery .qq-pause-icon {
    background: url(https://app.sophyapp.com/assets/pause-aab5441e2bfe60588fe45f6293b65b04a818700591d9cc1a53f6d9a19630a73c.gif);
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block;
}

.qq-gallery .qq-hide {
    display: none;
}


/* Thumbnail
------------------------------------------ */
.qq-gallery .qq-in-progress .qq-thumbnail-wrapper {
    /* makes the spinner on top of the thumbnail more visible */
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.qq-gallery .qq-thumbnail-wrapper {
    overflow: hidden;
    position: relative;

    /* to ensure consistent size of tiles - should match qq-max-size attribute value on qq-thumbnail-selector IMG element */
    height: 120px;
    width: 120px;
}
.qq-gallery .qq-thumbnail-selector {
    border-radius: 2px 2px 0 0;
    bottom: 0;

    /* we will override this in the :root thumbnail selector (to help center the preview) for everything other than IE8 */
    top: 0;

    /* center the thumb horizontally in the tile */
    margin:auto;
    display: block;
}

/* hack to ensure we don't try to center preview in IE8, since -ms-filter doesn't mimic translateY as expected in all cases */
:root *> .qq-gallery .qq-thumbnail-selector {
    /* vertically center preview image on tile */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/* <dialog> element styles */
.qq-gallery.qq-uploader DIALOG {
    display: none;
}

.qq-gallery.qq-uploader DIALOG[open] {
    display: block;
}

.qq-gallery.qq-uploader DIALOG {
    display: none;
}

.qq-gallery.qq-uploader DIALOG[open] {
    display: block;
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons {
    text-align: center;
    padding-top: 10px;
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
    margin-left: 5px;
    margin-right: 5px;
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-message-selector {
    padding-bottom: 10px;
}

.qq-gallery .qq-uploader DIALOG::backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}
.qq-uploader {
    position: relative;
    width: 100%;
}
.qq-upload-button {
    display: block;
    width: 105px;
    padding: 7px 0;
    text-align: center;
    background: #880000;
    border-bottom: 1px solid #DDD;
    color: #FFF;
}
.qq-upload-button-hover {
    background: #CC0000;
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-upload-drop-area-active {
    background: #FF7171;
}
.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qq-upload-list li {
    margin: 0;
    padding: 9px;
    line-height: 15px;
    font-size: 16px;
    background-color: #FFF0BD;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size,
.qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text,
.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
    margin-right: 12px;
    display: inline;
}
.qq-upload-file {
}
.qq-upload-spinner {
    display: inline-block;
    background: url(https://app.sophyapp.com/assets/loading-d158b489edd803436252ddce16ecae31e240a47a0b6dd8a8e40965393c0d73f4.gif);
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-drop-processing {
    display: block;
}
.qq-drop-processing-spinner {
    display: inline-block;
    background: url(https://app.sophyapp.com/assets/processing-859eba71730f5bc6f1b652521824e01350475e416eadf4d8930982848a358f5d.gif);
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}

.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
    display: inline;
}

.qq-upload-retry, .qq-upload-delete, .qq-upload-cancel,
.qq-upload-pause, .qq-upload-continue {
    color: #000000;
}

.qq-upload-size, .qq-upload-cancel, .qq-upload-retry,
.qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
    font-size: 12px;
    font-weight: normal;
}
.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}
.qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color: #D60000;
}
.qq-upload-list li.qq-upload-success {
    background-color: #5DA30C;
    color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
    background-color: #D60000;
    color: #FFFFFF;
}
.qq-progress-bar {
    display: block;
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
    width: 0%;
    height: 15px;
    border-radius: 6px;
    margin-bottom: 3px;
}

.qq-total-progress-bar {
    height: 25px;
    border-radius: 9px;
}

.qq-total-progress-bar-container {
    margin: 9px;
}

INPUT.qq-edit-filename {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.qq-upload-file.qq-editable {
    cursor: pointer;
}

.qq-edit-filename-icon.qq-editable {
    display: inline-block;
    cursor: pointer;
}

INPUT.qq-edit-filename.qq-editing {
    position: static;
    margin-top: -5px;
    margin-right: 10px;
    margin-bottom: -5px;

    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.qq-edit-filename-icon {
    display: none;
    background: url(https://app.sophyapp.com/assets/edit-cd4f3f252928a3c3ebdae6a3e60f5c0171979e136da6dda98fb113d7a76bbc55.gif);
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.qq-hide {
    display: none;
}

/* <dialog> element styles */
.qq-uploader DIALOG {
    display: none;
}

.qq-uploader DIALOG[open] {
    display: block;
}

.qq-uploader DIALOG {
    display: none;
}

.qq-uploader DIALOG[open] {
    display: block;
}

.qq-uploader DIALOG .qq-dialog-buttons {
    text-align: center;
    padding-top: 10px;
}

.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
    margin-left: 5px;
    margin-right: 5px;
}

.qq-uploader DIALOG .qq-dialog-message-selector {
    padding-bottom: 10px;
}

.qq-uploader DIALOG::backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}
/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    left: 10%;
    width: 100%;
    margin-top: 20px;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #000000;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #4c4d4e;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: 74%;
    left: 10%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    right: 15%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}
/* line 4, app/assets/stylesheets/patients.sass */
#patient {
  height: 145px;
  background: #f8f8f8;
  border-bottom: 1px solid #c5c5c5;
}

/* line 9, app/assets/stylesheets/patients.sass */
#patient .no-data {
  padding-top: 60px;
  padding-left: 20px;
}

/* line 12, app/assets/stylesheets/patients.sass */
#patient .fields {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

/* line 17, app/assets/stylesheets/patients.sass */
#patient .fields input[type='text'], #patient .fields input[type='email'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 10px;
  border-radius: 5px;
}

/* line 24, app/assets/stylesheets/patients.sass */
#patient .fields input.big[type='text'], #patient .fields input.big[type='email'] {
  font-size: 35px;
  width: 600px;
}

/* line 27, app/assets/stylesheets/patients.sass */
#patient .fields input.medium[type='text'], #patient .fields input.medium[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  width: 600px;
  padding: 1px 10px;
}

/* line 32, app/assets/stylesheets/patients.sass */
#patient .fields input.small[type='text'], #patient .fields input.small[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  color: #6b6b6b;
  width: 600px;
  padding: 1px 10px;
}

/* line 38, app/assets/stylesheets/patients.sass */
#patient .actions {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 10px;
  text-align: right;
  padding-right: 20px;
}

/* line 45, app/assets/stylesheets/patients.sass */
#patient .actions a {
  color: black;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/patients.sass */
#patient .actions a:hover {
  opacity: 0.8;
}

/* line 56, app/assets/stylesheets/patients.sass */
#patient .actions a.delete {
  color: #ee383d;
}

/* line 58, app/assets/stylesheets/patients.sass */
#patient .actions input[type='submit'] {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin: 0 0 10px;
}

/* line 74, app/assets/stylesheets/patients.sass */
#patient .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 76, app/assets/stylesheets/patients.sass */
#patient .overview {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 83, app/assets/stylesheets/patients.sass */
#patient .details {
  width: 450px;
  display: inline-block;
  padding: 10px 20px;
  float: left;
}

/* line 89, app/assets/stylesheets/patients.sass */
#patient .details .name {
  font-size: 30px;
  color: black;
  font-weight: 600;
}

/* line 93, app/assets/stylesheets/patients.sass */
#patient .details .email {
  color: #000000;
  font-size: 17px;
  margin-top: 5px;
}

/* line 97, app/assets/stylesheets/patients.sass */
#patient .details .diagnostic {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 17px;
}

/* line 101, app/assets/stylesheets/patients.sass */
#program_upload_edit {
  height: 145px;
  background: #f8f8f8;
  border-bottom: 1px solid #c5c5c5;
  margin-right: -1%;
}

/* line 106, app/assets/stylesheets/patients.sass */
#program_upload_edit .no-data {
  padding-top: 60px;
  padding-left: 20px;
}

/* line 109, app/assets/stylesheets/patients.sass */
#program_upload_edit .fields {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

/* line 114, app/assets/stylesheets/patients.sass */
#program_upload_edit .fields input[type='text'], #program_upload_edit .fields input[type='email'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 10px;
  border-radius: 5px;
}

/* line 121, app/assets/stylesheets/patients.sass */
#program_upload_edit .fields input.big[type='text'], #program_upload_edit .fields input.big[type='email'] {
  font-size: 35px;
  width: 600px;
}

/* line 124, app/assets/stylesheets/patients.sass */
#program_upload_edit .fields input.medium[type='text'], #program_upload_edit .fields input.medium[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  width: 600px;
  padding: 1px 10px;
}

/* line 129, app/assets/stylesheets/patients.sass */
#program_upload_edit .fields input.small[type='text'], #program_upload_edit .fields input.small[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  color: #6b6b6b;
  width: 600px;
  padding: 1px 10px;
}

/* line 135, app/assets/stylesheets/patients.sass */
#program_upload_edit .actions {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 142, app/assets/stylesheets/patients.sass */
#program_upload_edit .actions a {
  color: black;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 151, app/assets/stylesheets/patients.sass */
#program_upload_edit .actions a:hover {
  opacity: 0.8;
}

/* line 153, app/assets/stylesheets/patients.sass */
#program_upload_edit .actions a.delete {
  color: #ee383d;
}

/* line 155, app/assets/stylesheets/patients.sass */
#program_upload_edit .actions input[type='submit'] {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin: 0 0 10px;
}

/* line 171, app/assets/stylesheets/patients.sass */
#program_upload_edit .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 173, app/assets/stylesheets/patients.sass */
#program_upload_edit .overview {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 180, app/assets/stylesheets/patients.sass */
#program_upload_edit .details {
  width: 450px;
  display: inline-block;
  padding: 10px 20px;
  float: left;
}

/* line 186, app/assets/stylesheets/patients.sass */
#program_upload_edit .details .name {
  font-size: 30px;
  color: #56a6ff;
  font-weight: 600;
}

/* line 190, app/assets/stylesheets/patients.sass */
#program_upload_edit .details .email {
  color: #000000;
  font-size: 17px;
  margin-top: 5px;
}

/* line 194, app/assets/stylesheets/patients.sass */
#program_upload_edit .details .diagnostic {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 17px;
}

/* line 198, app/assets/stylesheets/patients.sass */
#patient_edit_fields {
  width: 40%;
  display: inline-block;
}

/* line 201, app/assets/stylesheets/patients.sass */
.graphCont h2 {
  text-align: left;
}
/* line 1, app/assets/stylesheets/program.css.scss */
#program #details {
  z-index: 2;
  width: 407px;
}

/* line 4, app/assets/stylesheets/program.css.scss */
#program #details .attributes .field {
  text-align: left;
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/program.css.scss */
#program #details .attributes .field label {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  text-align: right;
  color: #565656;
  font-size: 15px;
  margin-right: 20px;
  width: 40%;
}

/* line 16, app/assets/stylesheets/program.css.scss */
#program #details .attributes .field input[type='text'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 4px 10px;
  border-radius: 5px;
  width: 300px;
}

/* line 24, app/assets/stylesheets/program.css.scss */
#program #details .attributes .field .select {
  display: inline-block;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/program.css.scss */
#program #details .attributes .field .select, #program #details .attributes .field #program_name {
  width: 50%;
}

/* line 29, app/assets/stylesheets/program.css.scss */
#program #details .attributes .field #program_name {
  width: 45%;
}

/* line 31, app/assets/stylesheets/program.css.scss */
#program #details .attributes .field span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 15px;
  padding: 1px;
  border-radius: 5px;
  width: 300px;
}

/* line 39, app/assets/stylesheets/program.css.scss */
#program #details .attributes .field .field_with_errors {
  display: inline-block;
}

/* line 41, app/assets/stylesheets/program.css.scss */
#program #details .actions input[type='submit'] {
  background: none;
  border: none;
  color: #439fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0 0 10px;
}

/* line 54, app/assets/stylesheets/program.css.scss */
#program #details .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 56, app/assets/stylesheets/program.css.scss */
#program #filters .fields {
  background: #f8f8f8;
  padding: 20px 0;
  border: 1px solid #c5c5c5;
  margin-top: 10px;
  padding: 20px;
  border-radius: 8px;
}

/* line 63, app/assets/stylesheets/program.css.scss */
#program #filters .fields .filter label, #program #filters .fields .filter .filter-select {
  display: block;
  width: 100%;
  color: #565656;
  margin-bottom: 3px;
}

/* line 68, app/assets/stylesheets/program.css.scss */
#program #filters .fields .filter .fav {
  background: url(https://app.sophyapp.com/assets/fav-off-0eaf2e88020abb52703d6c586b8f24035a6190b81772af8c754d1b6affa10a99.png) center center no-repeat;
  width: 23px;
  height: 22px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  margin-top: -4px;
}

/* line 78, app/assets/stylesheets/program.css.scss */
#program #filters .fields .filter .fav:active {
  opacity: 0.8;
}

/* line 80, app/assets/stylesheets/program.css.scss */
#program #filters .fields .filter .fav.on, #program #filters .fields .filter .fav:hover {
  background: url(https://app.sophyapp.com/assets/fav-on-7bd0eafd4cc7b0b3c4b1d5dcdcf777d71dc17284d8f503ce2cb9682d5e785620.png);
  background-size: cover;
  margin-top: -6px;
}

/* line 84, app/assets/stylesheets/program.css.scss */
#program #filters .fields .filter .fav input {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/program.css.scss */
#program #player {
  z-index: 1;
}

/* line 94, app/assets/stylesheets/program.css.scss */
#program #player .close-video {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(https://app.sophyapp.com/assets/close-button-b199d8161057072831b9b5cca0f5243a491fe7a25f596f41ff853c67c14473df.png);
  background-size: 50px 50px;
}

/* line 102, app/assets/stylesheets/program.css.scss */
#program #exercises {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 685px;
  margin: auto;
}

/* line 108, app/assets/stylesheets/program.css.scss */
#program #exercises .fields, #program #exercises .exercise {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  height: 550px;
  vertical-align: top;
  width: 300px;
  padding: 20px;
  border: 1px solid #c5c5c5;
  border-top: none;
  border-right: none;
  text-align: left;
  position: relative;
}

/* line 121, app/assets/stylesheets/program.css.scss */
#program #exercises .fields.visible, #program #exercises .exercise.visible {
  display: inline-block;
}

/* line 123, app/assets/stylesheets/program.css.scss */
#program #exercises .fields.hidden, #program #exercises .exercise.hidden {
  display: none;
}

/* line 125, app/assets/stylesheets/program.css.scss */
#program #exercises .fields.sticky, #program #exercises .exercise.sticky {
  display: inline-block !important;
}

/* line 127, app/assets/stylesheets/program.css.scss */
#program #exercises .fields.loading, #program #exercises .exercise.loading {
  border: none !important;
}

/* line 129, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .title, #program #exercises .exercise .title {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  height: 50px;
}

/* line 134, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .title span, #program #exercises .exercise .title span {
  font-size: 15px;
}

/* line 136, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .title .highlight_text, #program #exercises .exercise .title .highlight_text {
  background: yellow;
  font-size: 17px;
  color: #000000;
  font-weight: 400;
}

/* line 141, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .fav, #program #exercises .exercise .fav {
  background: url(https://app.sophyapp.com/assets/fav-off-0eaf2e88020abb52703d6c586b8f24035a6190b81772af8c754d1b6affa10a99.png) center center no-repeat;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  text-align: center;
  background-size: cover;
}

/* line 151, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .fav:active, #program #exercises .exercise .fav:active {
  opacity: 0.8;
}

/* line 153, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .fav.on, #program #exercises .fields .fav:hover, #program #exercises .exercise .fav.on, #program #exercises .exercise .fav:hover {
  background: url(https://app.sophyapp.com/assets/fav-on-7bd0eafd4cc7b0b3c4b1d5dcdcf777d71dc17284d8f503ce2cb9682d5e785620.png) center center no-repeat;
  background-size: cover;
}

/* line 156, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .fav input, #program #exercises .exercise .fav input {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/program.css.scss */
#program #exercises .fields a, #program #exercises .exercise a {
  outline: 0;
}

/* line 166, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .video, #program #exercises .exercise .video {
  margin: 40px auto 30px auto;
  background: #ffffff;
  position: relative;
  width: 300px;
  height: 169px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px 169px;
}

/* line 175, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .video .vjs-volume-control, #program #exercises .fields .video .vjs-mute-control, #program #exercises .fields .video .vjs-fullscreen-control, #program #exercises .fields .video .vjs-progress-control, #program #exercises .fields .video .vjs-time-controls, #program #exercises .fields .video .vjs-time-divider, #program #exercises .fields .video .vjs-big-play-button, #program #exercises .exercise .video .vjs-volume-control, #program #exercises .exercise .video .vjs-mute-control, #program #exercises .exercise .video .vjs-fullscreen-control, #program #exercises .exercise .video .vjs-progress-control, #program #exercises .exercise .video .vjs-time-controls, #program #exercises .exercise .video .vjs-time-divider, #program #exercises .exercise .video .vjs-big-play-button {
  display: none !important;
}

/* line 177, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .video .vjs-default-skin .vjs-control-bar, #program #exercises .exercise .video .vjs-default-skin .vjs-control-bar {
  background-color: transparent;
}

/* line 179, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .video .play-button, #program #exercises .exercise .video .play-button {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://app.sophyapp.com/assets/play-cb30c5ec45a89a0ddf5e4b2a540ad0e25d0ea87d7786da8a93bc3558154d457c.png") transparent no-repeat 20px 145px;
  background-size: 15px 15px;
  border: 0;
  box-shadow: 0;
  cursor: pointer;
  display: none;
}

/* line 192, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .video .play-button:before, #program #exercises .exercise .video .play-button:before {
  content: none !important;
}

/* line 194, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .video .expand, #program #exercises .exercise .video .expand {
  background-size: 15px 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 38px;
  height: 30px;
  z-index: 2;
}

/* line 202, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .video .expand:hover, #program #exercises .exercise .video .expand:hover {
  text-decoration: none !important;
}

/* line 204, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .video:hover .play-button, #program #exercises .exercise .video:hover .play-button {
  display: block;
}

/* line 206, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .detail, #program #exercises .exercise .detail {
  display: none;
}

/* line 208, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .text-left, #program #exercises .exercise .text-left {
  text-align: left;
}

/* line 210, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .text-right, #program #exercises .exercise .text-right {
  text-align: right;
}

/* line 212, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .text-center, #program #exercises .exercise .text-center {
  text-align: center;
}

/* line 214, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .checkbox input, #program #exercises .exercise .checkbox input {
  margin-right: 10px;
}

/* line 216, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .field, #program #exercises .exercise .field {
  margin-top: 10px;
}

/* line 218, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .field.hidden, #program #exercises .exercise .field.hidden {
  display: none;
}

/* line 220, app/assets/stylesheets/program.css.scss */
#program #exercises .fields .field input[type='text'], #program #exercises .exercise .field input[type='text'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 2px;
  border-radius: 5px;
  width: 30px;
  margin-right: 2px;
}

/* line 229, app/assets/stylesheets/program.css.scss */
#program #exercises .fields ul, #program #exercises .exercise ul {
  padding-left: 10px;
}

/* line 231, app/assets/stylesheets/program.css.scss */
#program #exercises .exercise:last-child, #program #exercises .exercise:nth-child(5n) {
  border-right: 1px solid #c5c5c5;
}

/* line 234, app/assets/stylesheets/program.css.scss */
#player-modal {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 640px;
  margin: 20px auto;
}

/* line 241, app/assets/stylesheets/program.css.scss */
#player-modal .video-js .vjs-big-play-button {
  display: none;
}

/* line 244, app/assets/stylesheets/program.css.scss */
.description {
  margin: 0px 20px;
}

/* line 247, app/assets/stylesheets/program.css.scss */
#added_exercises {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  marhin-top: 20px;
  margin: 20px;
  text-align: left;
}

/* line 254, app/assets/stylesheets/program.css.scss */
#added_exercises li {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}

/* line 259, app/assets/stylesheets/program.css.scss */
#added_exercises li .main {
  display: table-row;
}

/* line 261, app/assets/stylesheets/program.css.scss */
#added_exercises li .main div {
  display: table-cell;
  vertical-align: middle;
  background: linear-gradient(#ccc, #f1f1f1);
  background: -webkit-linear-gradient(#ccc, #f1f1f1);
  background: -o-linear-gradient(#ccc, #f1f1f1);
  background: -moz-linear-gradient(#ccc, #f1f1f1);
  transition: background-image, color 1s fade;
  -webkit-transition: background-image 1s fade;
  -moz-transition: background-image 1s fade;
  -o-transition: background-image 1s fade;
}

/* line 272, app/assets/stylesheets/program.css.scss */
#added_exercises li .main div, #added_exercises li .main div a {
  color: #565656;
}

/* line 274, app/assets/stylesheets/program.css.scss */
#added_exercises li .main .thumb {
  width: 20%;
  background: none;
  border-radius: 8px 0 0 0;
}

/* line 278, app/assets/stylesheets/program.css.scss */
#added_exercises li .main .thumb img {
  padding: 2px;
}

/* line 280, app/assets/stylesheets/program.css.scss */
#added_exercises li .main .title {
  /*width: 50%; */
  text-align: center;
}

/* line 283, app/assets/stylesheets/program.css.scss */
#added_exercises li .main .source_actions {
  width: 50%;
  text-align: right;
  padding-right: 10px;
  border-radius: 0 8px 8px 0;
}

/* line 288, app/assets/stylesheets/program.css.scss */
#added_exercises li .detail {
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease 0.15s;
}

/* line 293, app/assets/stylesheets/program.css.scss */
#added_exercises li .detail .field {
  display: inline-block;
  margin-right: 2px;
}

/* line 296, app/assets/stylesheets/program.css.scss */
#added_exercises li .detail .field input {
  width: 30px;
  text-align: center;
}

/* line 299, app/assets/stylesheets/program.css.scss */
#added_exercises li.highlight .main div {
  background: linear-gradient(#00c64f, #78DF8D);
  background: -webkit-linear-gradient(#00c64f, #78DF8D);
  background: -o-linear-gradient(#00c64f, #78DF8D);
  background: -moz-linear-gradient(#00c64f, #78DF8D);
}

/* line 304, app/assets/stylesheets/program.css.scss */
#added_exercises li.highlight .main div, #added_exercises li.highlight .main div a {
  color: #fff;
}

/* line 306, app/assets/stylesheets/program.css.scss */
#added_exercises li.highlight .main .thumb {
  background: none;
}

/* line 308, app/assets/stylesheets/program.css.scss */
#added_exercises li.highlight .main .source_actions {
  border-radius: 0 8px 0 0;
}

/* line 310, app/assets/stylesheets/program.css.scss */
#added_exercises li.highlight .detail {
  height: 27px;
  padding: 10px 6px;
  border-top: 1px solid #c5c5c5;
}

/* line 315, app/assets/stylesheets/program.css.scss */
#program.fixed-nav #left_pane {
  margin-top: 275px;
}

/* line 317, app/assets/stylesheets/program.css.scss */
#program.fixed-nav #left_pane #filters {
  position: fixed;
  top: 0;
  padding-top: 5px;
  height: auto;
  width: 684px;
  z-index: 4;
  background-color: #f8f8f8;
}

/* line 325, app/assets/stylesheets/program.css.scss */
#program.fixed-nav #left_pane #filters .fields {
  margin-bottom: 0;
}

/* line 328, app/assets/stylesheets/program.css.scss */
.selectize-control.single .selectize-input, .selectize-dropdown.single {
  font-size: 15px;
}

/* line 331, app/assets/stylesheets/program.css.scss */
#right_pane {
  width: 410px;
  float: right;
  border-radius: 8px;
  /* overflow-y: auto; */
  min-height: 450px;
}

/* line 338, app/assets/stylesheets/program.css.scss */
#right_pane.fixed-bottom {
  position: fixed;
  bottom: 10px;
}

/* line 342, app/assets/stylesheets/program.css.scss */
#right_pane.fixed-top {
  position: fixed;
  top: 0;
  padding-top: 5px;
}

/* line 347, app/assets/stylesheets/program.css.scss */
#left_pane {
  width: 684px;
  float: left;
}

/* line 351, app/assets/stylesheets/program.css.scss */
.clear {
  clear: both;
}

/* line 354, app/assets/stylesheets/program.css.scss */
#program {
  /* margin: 30px auto; */
  width: 1105px;
}

/* line 358, app/assets/stylesheets/program.css.scss */
.add_exercise {
  width: 23px;
  position: absolute;
  right: 5px;
  top: 46px;
}

/* line 364, app/assets/stylesheets/program.css.scss */
.video-js {
  z-index: 2;
}

/* line 367, app/assets/stylesheets/program.css.scss */
.pain_header_container {
  margin-top: 20px;
  text-align: center;
}

/* line 372, app/assets/stylesheets/program.css.scss */
.pain_level_container {
  margin-top: 20px;
  text-align: center;
}

/* line 377, app/assets/stylesheets/program.css.scss */
.send_pain_level {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1920px) {
#program{
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: auto !important;
}
#left_top_pane{
    width: 25%;
    float:left;
    border-radius: 8px;
    overflow-y: auto;
    min-height: 200px;
}
#left_pane{
    width: 22% !important;
    display: block !important;
    clear: both !important;
    left:20px;
    top: 300px;
    position: fixed;
}
#center_pane{
    width: 50%;
    float:left;
}
#right_pane{
    width: 20%;
    display:inline-block;
}
#exercises{
    max-width: none !important;
}
#program #exercises .fields{
    width: 27% !important;
    border: 1px solid #c5c5c5 !important;
}
#program #exercises .fields .video{
    width: 100% !important;
    max-width: 300px;
}

#right_pane.fixed-top {
    position: fixed;
    top: 0;
    left: 77.4% !important;
    padding-top: 5px; }

#program.fixed-nav #left_pane #filters {
    width: 22% !important;
}
#dashboard #program #details{
    position: absolute;
}
#added_exercises{
    max-height: 500px;
    overflow-y: auto;
}
}
@media (min-width: 1440px) and (max-width: 1919px) {
#program{
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: auto !important;
}
#left_top_pane{
    width: 26%;
    float:left;
    border-radius: 8px;
    overflow-y: auto;
    min-height: 200px;
}
#left_pane{
    width: 24% !important;
    display: block !important;
    clear: both !important;
    left:20px;
    top: 300px;
    position: fixed;
}
#center_pane{
    width: 49%;
    float:left;
}
.top_pane{
    width: 24% !important;
}
#right_pane{
    width: 25% !important;
    display:inline-block;
}
#exercises{
    max-width: none !important;
}
#program #exercises .fields{
    width: 27% !important;
    border: 1px solid #c5c5c5 !important;
}
#program #exercises .fields .video{
    width: 100% !important;
    max-width: 300px;
}

#right_pane.fixed-top {
    position: fixed;
    top: 0;
    left: 74.5% !important;
    padding-top: 5px; }

#program.fixed-nav #left_pane #filters {
    width: 24% !important;
}
#dashboard #program #details{
    position: absolute;
    width: auto;
}
#submit_template_button{
    transform: scale(0.8);
}
#submit_new_program{
    transform: scale(0.8);
}
#reset_new_program{
    transform: scale(0.8);
}
#added_exercises{
    max-height: 300px;
    overflow-y: auto;
}
}
@media (min-width: 961px) and (max-width: 1439px) {
    #program{
        margin-left: 20px !important;
        margin-right: 20px !important;
        width: auto !important;
    }
    #left_top_pane{
        width: 100%;
        float:left;
        border-radius: 8px;
        overflow-y: auto;
        min-height: 150px;
    }
    #program #details .attributes .field{
        display:inline-block;
    }
    #program #details .attributes .nbsd{
        display: block !important;
        margin-left: -60px;
        /*transform: scale(0.8); */
    }
    #left_pane{
        left: 0 !important;
        width: 58% !important;
        display: block !important;
        clear: both !important;
        left:20px;
        top: 210px;
        position: absolute;
    }
    #center_pane{
        margin-top: -100px;
        width: 60%;
        float:left;
        clear:both;
    }
    #right_pane{
        width: 40% !important;
        display:inline-block;
    }
    #exercises{
        max-width: none !important;
    }
    #program #exercises .fields{
        width: 40% !important;
        border: 1px solid #c5c5c5 !important;
    }
    #program #exercises .exercise{
        width: 260px !important;
        border-right:  1px solid #c5c5c5 !important;
    }
    #program #exercises .exercise .video{
        width: 260px !important;
    }
    #program #exercises .fields .video{
        width: 100% !important;
        max-width: 300px;
    }
    #template_selection{
        width: 100% !important;
    }
    .top_pane{
        width: 95% !important;
    }
    .right_pane{
        width: auto !important;
    }
    #right_pane.fixed-top {
        position: fixed;
        top: 0;
        left: 61% !important;
        padding-top: 5px; }

    #program.fixed-nav #left_pane #filters {
        visibility: hidden;
        /* width: 24% !important; */
    }
    #dashboard{
        min-width: 0;
    }

    #dashboard #program #details{
        position: absolute;
        width: auto ;
        margin-top: 0px;
    }
    #submit_template_button{
        transform: scale(0.8);
    }
    #submit_new_program{
        transform: scale(0.8);
    }
    #reset_new_program{
        transform: scale(0.8);
    }
    #added_exercises{
        max-height: 300px;
        overflow-y: auto;
    }
    .patient_name_label{
        padding-bottom: 0px !important;
    }
    #dashboard #side-bar .top span{
        margin-top: 20px;
    }
    .zopim{
        left: 0px;
    }
    .go_to_top{
        bottom: 25px !important;
    }
    #myCard{
        max-width: 110px;
    }
    #myCard .cardHead{
        font-size:  12px;
    }
    .overview_difficulty_upload, .overview_starting_upload, .overview_count_of_programs, .overview_body_region_upload{
        display: none;
    }
    #alpha-options{
      display: none;
    }
    #login-footer{
        display: none;
    }
}
#cameraButtonContainer
{
    position: relative;
    overflow: hidden;
    direction: ltr;
    display: none;
}

#cameraButtonContainer .ios
{
    display: block;
}

#cameraButton
{
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: Arial;
    font-size: 118px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 0;
}
#film_section{
    margin-top: 50px;
    margin-left:10%;
    width: 80%;
}
#patient_choice_section{
    margin-top: 30px;
    /*margin-left:10%;*/
    width: 17%;
}
#description_section_modal {
    background: #f8f8f8;
    border-bottom: 1px solid #c5c5c5;
    margin-right: -1%;
    width: 100%
}
#description_section {
    height: 145px;
    background: #f8f8f8;
    border-bottom: 1px solid #c5c5c5;
    margin-right: -1%;
    width: 100%
}
#description_section .name{
    font-size: 30px;
    color: black;
    font-weight: 600;
    margin-left: 10%;
}
#description_section .description_film{
    color: black;
    font-size: 17px;
    margin-top: 5px;
    margin-left: 10%;
}
.asterisk_input::after{
  content: ' *';
  color: #e32;
  position: absolute; 
  margin: 0px 0px 0px -10px; 
  font-size: large;
  padding: 0 5px 0 0;
}
/* line 5, app/assets/stylesheets/program_uploads.sass */
.asterisk_input::after {
  content: ' *';
  color: #e32;
  position: absolute;
  margin: 0px 0px 0px -10px;
  font-size: large;
  padding: 0 5px 0 0;
}
/* line 1, app/assets/stylesheets/programs.css.scss */
#program #details {
  z-index: 2;
  width: 407px;
}

/* line 4, app/assets/stylesheets/programs.css.scss */
#program #details .attributes .field {
  text-align: left;
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/programs.css.scss */
#program #details .attributes .field label {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  text-align: right;
  color: #565656;
  font-size: 15px;
  margin-right: 20px;
  width: 40%;
}

/* line 16, app/assets/stylesheets/programs.css.scss */
#program #details .attributes .field input[type='text'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 4px 10px;
  border-radius: 5px;
  width: 300px;
}

/* line 24, app/assets/stylesheets/programs.css.scss */
#program #details .attributes .field .select {
  display: inline-block;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/programs.css.scss */
#program #details .attributes .field .select, #program #details .attributes .field #program_name {
  width: 50%;
}

/* line 29, app/assets/stylesheets/programs.css.scss */
#program #details .attributes .field #program_name {
  width: 45%;
}

/* line 31, app/assets/stylesheets/programs.css.scss */
#program #details .attributes .field span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 15px;
  padding: 1px;
  border-radius: 5px;
  width: 300px;
}

/* line 39, app/assets/stylesheets/programs.css.scss */
#program #details .attributes .field .field_with_errors {
  display: inline-block;
}

/* line 41, app/assets/stylesheets/programs.css.scss */
#program #details .actions input[type='submit'] {
  background: none;
  border: none;
  color: #439fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0 0 10px;
}

/* line 54, app/assets/stylesheets/programs.css.scss */
#program #details .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 56, app/assets/stylesheets/programs.css.scss */
#program #filters .fields {
  background: #f8f8f8;
  padding: 20px 0;
  border: 1px solid #c5c5c5;
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
}

/* line 63, app/assets/stylesheets/programs.css.scss */
#program #filters .fields .filter label, #program #filters .fields .filter .filter-select {
  display: block;
  width: 100%;
  color: #565656;
  margin-bottom: 3px;
}

/* line 68, app/assets/stylesheets/programs.css.scss */
#program #filters .fields .filter .fav {
  background: url(https://app.sophyapp.com/assets/fav-off-0eaf2e88020abb52703d6c586b8f24035a6190b81772af8c754d1b6affa10a99.png) center center no-repeat;
  width: 23px;
  height: 22px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  margin-top: -4px;
}

/* line 78, app/assets/stylesheets/programs.css.scss */
#program #filters .fields .filter .fav:active {
  opacity: 0.8;
}

/* line 80, app/assets/stylesheets/programs.css.scss */
#program #filters .fields .filter .fav.on, #program #filters .fields .filter .fav:hover {
  background: url(https://app.sophyapp.com/assets/fav-on-7bd0eafd4cc7b0b3c4b1d5dcdcf777d71dc17284d8f503ce2cb9682d5e785620.png);
  background-size: cover;
  margin-top: -6px;
}

/* line 84, app/assets/stylesheets/programs.css.scss */
#program #filters .fields .filter .fav input {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/programs.css.scss */
#program #player {
  z-index: 1;
}

/* line 94, app/assets/stylesheets/programs.css.scss */
#program #player .close-video {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(https://app.sophyapp.com/assets/close-button-b199d8161057072831b9b5cca0f5243a491fe7a25f596f41ff853c67c14473df.png);
  background-size: 50px 50px;
}

/* line 102, app/assets/stylesheets/programs.css.scss */
#program #exercises {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 685px;
  margin: auto;
}

/* line 108, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields, #program #exercises .exercise {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  overflow: hidden;
  height: 550px;
  vertical-align: top;
  width: 300px;
  padding: 20px;
  border: 1px solid #c5c5c5;
  border-top: none;
  border-right: none;
  text-align: left;
  position: relative;
}

/* line 122, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields.visible, #program #exercises .exercise.visible {
  display: inline-block;
}

/* line 124, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields.hidden, #program #exercises .exercise.hidden {
  display: none;
}

/* line 126, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields.sticky, #program #exercises .exercise.sticky {
  display: inline-block !important;
}

/* line 128, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields.loading, #program #exercises .exercise.loading {
  border: none !important;
}

/* line 130, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .title, #program #exercises .exercise .title {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  height: 50px;
}

/* line 135, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .title span, #program #exercises .exercise .title span {
  font-size: 15px;
}

/* line 137, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .title .highlight_text, #program #exercises .exercise .title .highlight_text {
  background: yellow;
  font-size: 17px;
  color: #000000;
  font-weight: 400;
}

/* line 142, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .fav, #program #exercises .exercise .fav {
  background: url(https://app.sophyapp.com/assets/fav-off-0eaf2e88020abb52703d6c586b8f24035a6190b81772af8c754d1b6affa10a99.png) center center no-repeat;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  text-align: center;
  background-size: cover;
}

/* line 152, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .fav:active, #program #exercises .exercise .fav:active {
  opacity: 0.8;
}

/* line 154, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .fav.on, #program #exercises .fields .fav:hover, #program #exercises .exercise .fav.on, #program #exercises .exercise .fav:hover {
  background: url(https://app.sophyapp.com/assets/fav-on-7bd0eafd4cc7b0b3c4b1d5dcdcf777d71dc17284d8f503ce2cb9682d5e785620.png) center center no-repeat;
  background-size: cover;
}

/* line 157, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .fav input, #program #exercises .exercise .fav input {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

/* line 165, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields a, #program #exercises .exercise a {
  outline: 0;
}

/* line 167, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .video, #program #exercises .exercise .video {
  margin: 40px auto 30px auto;
  background: #ffffff;
  position: relative;
  width: 300px;
  height: 169px;
  background-size: 300px 169px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 177, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .video .vjs-volume-control, #program #exercises .fields .video .vjs-mute-control, #program #exercises .fields .video .vjs-fullscreen-control, #program #exercises .fields .video .vjs-progress-control, #program #exercises .fields .video .vjs-time-controls, #program #exercises .fields .video .vjs-time-divider, #program #exercises .fields .video .vjs-big-play-button, #program #exercises .exercise .video .vjs-volume-control, #program #exercises .exercise .video .vjs-mute-control, #program #exercises .exercise .video .vjs-fullscreen-control, #program #exercises .exercise .video .vjs-progress-control, #program #exercises .exercise .video .vjs-time-controls, #program #exercises .exercise .video .vjs-time-divider, #program #exercises .exercise .video .vjs-big-play-button {
  display: none !important;
}

/* line 179, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .video .vjs-default-skin .vjs-control-bar, #program #exercises .exercise .video .vjs-default-skin .vjs-control-bar {
  background-color: transparent;
}

/* line 181, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .video .play-button, #program #exercises .exercise .video .play-button {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://app.sophyapp.com/assets/play-cb30c5ec45a89a0ddf5e4b2a540ad0e25d0ea87d7786da8a93bc3558154d457c.png") transparent no-repeat 20px 145px;
  background-size: 15px 15px;
  border: 0;
  box-shadow: 0;
  cursor: pointer;
  display: none;
}

/* line 194, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .video .play-button:before, #program #exercises .exercise .video .play-button:before {
  content: none !important;
}

/* line 196, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .video .expand, #program #exercises .exercise .video .expand {
  background-size: 15px 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 38px;
  height: 30px;
  z-index: 2;
}

/* line 204, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .video .expand:hover, #program #exercises .exercise .video .expand:hover {
  text-decoration: none !important;
}

/* line 206, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .video:hover .play-button, #program #exercises .exercise .video:hover .play-button {
  display: block;
}

/* line 208, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .detail, #program #exercises .exercise .detail {
  display: none;
}

/* line 210, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .text-left, #program #exercises .exercise .text-left {
  text-align: left;
}

/* line 212, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .text-right, #program #exercises .exercise .text-right {
  text-align: right;
}

/* line 214, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .text-center, #program #exercises .exercise .text-center {
  text-align: center;
}

/* line 216, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .checkbox input, #program #exercises .exercise .checkbox input {
  margin-right: 10px;
}

/* line 218, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .field, #program #exercises .exercise .field {
  margin-top: 10px;
}

/* line 220, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .field.hidden, #program #exercises .exercise .field.hidden {
  display: none;
}

/* line 222, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields .field input[type='text'], #program #exercises .exercise .field input[type='text'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 2px;
  border-radius: 5px;
  width: 30px;
  margin-right: 2px;
}

/* line 231, app/assets/stylesheets/programs.css.scss */
#program #exercises .fields ul, #program #exercises .exercise ul {
  padding-left: 10px;
}

/* line 233, app/assets/stylesheets/programs.css.scss */
#program #exercises .exercise:last-child, #program #exercises .exercise:nth-child(5n) {
  border-right: 1px solid #c5c5c5;
}

/* line 236, app/assets/stylesheets/programs.css.scss */
#player-modal {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 640px;
  margin: 20px auto;
}

/* line 243, app/assets/stylesheets/programs.css.scss */
#player-modal .video-js .vjs-big-play-button {
  display: none;
}

/* line 246, app/assets/stylesheets/programs.css.scss */
.description {
  margin: 0px 20px;
}

/* line 249, app/assets/stylesheets/programs.css.scss */
#added_exercises {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  marhin-top: 20px;
  margin: 20px;
  text-align: left;
}

/* line 256, app/assets/stylesheets/programs.css.scss */
#added_exercises li {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}

/* line 261, app/assets/stylesheets/programs.css.scss */
#added_exercises li .main {
  display: table-row;
}

/* line 263, app/assets/stylesheets/programs.css.scss */
#added_exercises li .main div {
  display: table-cell;
  vertical-align: middle;
  background: linear-gradient(#ccc, #f1f1f1);
  background: -webkit-linear-gradient(#ccc, #f1f1f1);
  background: -o-linear-gradient(#ccc, #f1f1f1);
  background: -moz-linear-gradient(#ccc, #f1f1f1);
  transition: background-image, color 1s fade;
  -webkit-transition: background-image 1s fade;
  -moz-transition: background-image 1s fade;
  -o-transition: background-image 1s fade;
}

/* line 274, app/assets/stylesheets/programs.css.scss */
#added_exercises li .main div, #added_exercises li .main div a {
  color: #565656;
}

/* line 276, app/assets/stylesheets/programs.css.scss */
#added_exercises li .main .thumb {
  width: 20%;
  background: none;
  border-radius: 8px 0 0 0;
}

/* line 280, app/assets/stylesheets/programs.css.scss */
#added_exercises li .main .thumb img {
  padding: 2px;
}

/* line 282, app/assets/stylesheets/programs.css.scss */
#added_exercises li .main .title {
  /* width: 50%; */
  text-align: center;
}

/* line 285, app/assets/stylesheets/programs.css.scss */
#added_exercises li .main .source_actions {
  width: 30%;
  text-align: right;
  padding-right: 10px;
  border-radius: 0 8px 8px 0;
}

/* line 290, app/assets/stylesheets/programs.css.scss */
#added_exercises li .note {
  padding-top: 10px;
  padding-left: 40px;
  width: 80%;
  overflow: hidden;
  height: 0;
}

/* line 297, app/assets/stylesheets/programs.css.scss */
#added_exercises li .note .field {
  height: 50px;
}

/* line 299, app/assets/stylesheets/programs.css.scss */
#added_exercises li.highlight2 .note {
  height: 50px;
  padding: 10px 6px;
  border-top: 1px solid #c5c5c5;
}

/* line 303, app/assets/stylesheets/programs.css.scss */
#added_exercises li.highlight2 .main div {
  background: linear-gradient(#00c64f, #78DF8D);
  background: -webkit-linear-gradient(#00c64f, #78DF8D);
  background: -o-linear-gradient(#00c64f, #78DF8D);
  background: -moz-linear-gradient(#00c64f, #78DF8D);
}

/* line 308, app/assets/stylesheets/programs.css.scss */
#added_exercises li.highlight2 .main div, #added_exercises li.highlight2 .main div a {
  color: #fff;
}

/* line 310, app/assets/stylesheets/programs.css.scss */
#added_exercises li.highlight2 .main .thumb {
  background: none;
}

/* line 312, app/assets/stylesheets/programs.css.scss */
#added_exercises li.highlight2 .main .source_actions {
  border-radius: 0 8px 0 0;
}

/* line 314, app/assets/stylesheets/programs.css.scss */
#added_exercises li .detail {
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease 0.15s;
}

/* line 319, app/assets/stylesheets/programs.css.scss */
#added_exercises li .detail .field {
  display: inline-block;
  margin-right: 2px;
}

/* line 322, app/assets/stylesheets/programs.css.scss */
#added_exercises li .detail .field input {
  width: 30px;
  text-align: center;
}

/* line 325, app/assets/stylesheets/programs.css.scss */
#added_exercises li.highlight .main div {
  background: linear-gradient(#00c64f, #78DF8D);
  background: -webkit-linear-gradient(#00c64f, #78DF8D);
  background: -o-linear-gradient(#00c64f, #78DF8D);
  background: -moz-linear-gradient(#00c64f, #78DF8D);
}

/* line 330, app/assets/stylesheets/programs.css.scss */
#added_exercises li.highlight .main div, #added_exercises li.highlight .main div a {
  color: #fff;
}

/* line 332, app/assets/stylesheets/programs.css.scss */
#added_exercises li.highlight .main .thumb {
  background: none;
}

/* line 334, app/assets/stylesheets/programs.css.scss */
#added_exercises li.highlight .main .source_actions {
  border-radius: 0 8px 0 0;
}

/* line 336, app/assets/stylesheets/programs.css.scss */
#added_exercises li.highlight .detail {
  height: 27px;
  padding: 10px 6px;
  border-top: 1px solid #c5c5c5;
}

/* line 341, app/assets/stylesheets/programs.css.scss */
#program.fixed-nav #left_pane {
  margin-top: 275px;
}

/* line 343, app/assets/stylesheets/programs.css.scss */
#program.fixed-nav #left_pane #filters {
  position: fixed;
  top: 0;
  padding-top: 5px;
  height: auto;
  width: 684px;
  z-index: 4;
  background-color: #f8f8f8;
}

/* line 351, app/assets/stylesheets/programs.css.scss */
#program.fixed-nav #left_pane #filters .fields {
  margin-bottom: 0;
}

/* line 354, app/assets/stylesheets/programs.css.scss */
.selectize-control.single .selectize-input, .selectize-dropdown.single {
  font-size: 15px;
}

/* line 357, app/assets/stylesheets/programs.css.scss */
#right_pane {
  width: 410px;
  float: right;
  border-radius: 8px;
  /* overflow-y: auto; */
  min-height: 450px;
}

/* line 364, app/assets/stylesheets/programs.css.scss */
#right_pane.fixed-bottom {
  position: fixed;
  bottom: 10px;
}

/* line 368, app/assets/stylesheets/programs.css.scss */
#right_pane.fixed-top {
  position: fixed;
  top: 0;
  padding-top: 5px;
}

/* line 373, app/assets/stylesheets/programs.css.scss */
#left_pane {
  width: 684px;
  float: left;
}

/* line 377, app/assets/stylesheets/programs.css.scss */
.clear {
  clear: both;
}

/* line 380, app/assets/stylesheets/programs.css.scss */
#program {
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  /*margin: 30px auto;*/
  width: 1105px;
}

/* line 388, app/assets/stylesheets/programs.css.scss */
.add_exercise {
  width: 23px;
  position: absolute;
  right: 5px;
  top: 46px;
}

/* line 394, app/assets/stylesheets/programs.css.scss */
.video-js {
  z-index: 2;
}

/* line 397, app/assets/stylesheets/programs.css.scss */
.asterisk_input::after {
  content: ' *';
  color: #e32;
  position: absolute;
  margin: 0px 0px 0px -10px;
  font-size: large;
  padding: 0 5px 0 0;
}

/* line 405, app/assets/stylesheets/programs.css.scss */
.exercise {
  overflow: hidden;
}
/* line 2, app/assets/stylesheets/programs.sass */
#program #details {
  z-index: 2;
  width: 407px;
}

/* line 6, app/assets/stylesheets/programs.sass */
#program #details .attributes .field {
  text-align: left;
  margin-bottom: 10px;
}

/* line 10, app/assets/stylesheets/programs.sass */
#program #details .attributes .field label {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  text-align: right;
  color: #565656;
  font-size: 15px;
  margin-right: 20px;
  width: 40%;
}

/* line 19, app/assets/stylesheets/programs.sass */
#program #details .attributes .field input[type='text'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 4px 10px;
  border-radius: 5px;
  width: 300px;
}

/* line 27, app/assets/stylesheets/programs.sass */
#program #details .attributes .field .select {
  display: inline-block;
  vertical-align: middle;
}

/* line 30, app/assets/stylesheets/programs.sass */
#program #details .attributes .field .select, #program #details .attributes .field #program_name {
  width: 50%;
}

/* line 32, app/assets/stylesheets/programs.sass */
#program #details .attributes .field #program_name {
  width: 45%;
}

/* line 34, app/assets/stylesheets/programs.sass */
#program #details .attributes .field span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 15px;
  padding: 1px;
  border-radius: 5px;
  width: 300px;
}

/* line 42, app/assets/stylesheets/programs.sass */
#program #details .attributes .field .field_with_errors {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/programs.sass */
#program #details .actions input[type='submit'] {
  background: none;
  border: none;
  color: #439fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0 0 10px;
}

/* line 58, app/assets/stylesheets/programs.sass */
#program #details .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 61, app/assets/stylesheets/programs.sass */
#program #filters .fields {
  background: #f8f8f8;
  padding: 20px 0;
  border: 1px solid #c5c5c5;
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
}

/* line 69, app/assets/stylesheets/programs.sass */
#program #filters .fields .filter label, #program #filters .fields .filter .filter-select {
  display: block;
  width: 100%;
  color: #565656;
  margin-bottom: 3px;
}

/* line 74, app/assets/stylesheets/programs.sass */
#program #filters .fields .filter .fav {
  background: url(https://app.sophyapp.com/assets/fav-off-0eaf2e88020abb52703d6c586b8f24035a6190b81772af8c754d1b6affa10a99.png) center center no-repeat;
  width: 23px;
  height: 22px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  margin-top: -4px;
}

/* line 84, app/assets/stylesheets/programs.sass */
#program #filters .fields .filter .fav:active {
  opacity: 0.8;
}

/* line 86, app/assets/stylesheets/programs.sass */
#program #filters .fields .filter .fav.on, #program #filters .fields .filter .fav:hover {
  background: url(https://app.sophyapp.com/assets/fav-on-7bd0eafd4cc7b0b3c4b1d5dcdcf777d71dc17284d8f503ce2cb9682d5e785620.png);
  background-size: cover;
  margin-top: -6px;
}

/* line 90, app/assets/stylesheets/programs.sass */
#program #filters .fields .filter .fav input {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/programs.sass */
#program #player {
  z-index: 1;
}

/* line 100, app/assets/stylesheets/programs.sass */
#program #player .close-video {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(https://app.sophyapp.com/assets/close-button-b199d8161057072831b9b5cca0f5243a491fe7a25f596f41ff853c67c14473df.png);
  background-size: 50px 50px;
}

/* line 108, app/assets/stylesheets/programs.sass */
#program #exercises {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 685px;
  margin: auto;
}

/* line 114, app/assets/stylesheets/programs.sass */
#program #exercises .fields, #program #exercises .exercise {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  height: 550px;
  vertical-align: top;
  width: 300px;
  padding: 20px;
  border: 1px solid #c5c5c5;
  border-top: none;
  border-right: none;
  text-align: left;
  position: relative;
}

/* line 128, app/assets/stylesheets/programs.sass */
#program #exercises .fields.visible, #program #exercises .exercise.visible {
  display: inline-block;
}

/* line 130, app/assets/stylesheets/programs.sass */
#program #exercises .fields.hidden, #program #exercises .exercise.hidden {
  display: none;
}

/* line 132, app/assets/stylesheets/programs.sass */
#program #exercises .fields.sticky, #program #exercises .exercise.sticky {
  display: inline-block !important;
}

/* line 134, app/assets/stylesheets/programs.sass */
#program #exercises .fields.loading, #program #exercises .exercise.loading {
  border: none !important;
}

/* line 136, app/assets/stylesheets/programs.sass */
#program #exercises .fields .title, #program #exercises .exercise .title {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  height: 50px;
}

/* line 141, app/assets/stylesheets/programs.sass */
#program #exercises .fields .title span, #program #exercises .exercise .title span {
  font-size: 15px;
}

/* line 143, app/assets/stylesheets/programs.sass */
#program #exercises .fields .title .highlight_text, #program #exercises .exercise .title .highlight_text {
  background: yellow;
  font-size: 17px;
  color: #000000;
  font-weight: 400;
}

/* line 148, app/assets/stylesheets/programs.sass */
#program #exercises .fields .fav, #program #exercises .exercise .fav {
  background: url(https://app.sophyapp.com/assets/fav-off-0eaf2e88020abb52703d6c586b8f24035a6190b81772af8c754d1b6affa10a99.png) center center no-repeat;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  text-align: center;
  background-size: cover;
}

/* line 158, app/assets/stylesheets/programs.sass */
#program #exercises .fields .fav:active, #program #exercises .exercise .fav:active {
  opacity: 0.8;
}

/* line 160, app/assets/stylesheets/programs.sass */
#program #exercises .fields .fav.on, #program #exercises .fields .fav:hover, #program #exercises .exercise .fav.on, #program #exercises .exercise .fav:hover {
  background: url(https://app.sophyapp.com/assets/fav-on-7bd0eafd4cc7b0b3c4b1d5dcdcf777d71dc17284d8f503ce2cb9682d5e785620.png) center center no-repeat;
  background-size: cover;
}

/* line 163, app/assets/stylesheets/programs.sass */
#program #exercises .fields .fav input, #program #exercises .exercise .fav input {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/programs.sass */
#program #exercises .fields a, #program #exercises .exercise a {
  outline: 0;
}

/* line 173, app/assets/stylesheets/programs.sass */
#program #exercises .fields .video, #program #exercises .exercise .video {
  margin: 40px auto 30px auto;
  background: #ffffff;
  position: relative;
  width: 300px;
  height: 169px;
  background-size: 300px 169px;
}

/* line 180, app/assets/stylesheets/programs.sass */
#program #exercises .fields .video .vjs-volume-control, #program #exercises .fields .video .vjs-mute-control, #program #exercises .fields .video .vjs-fullscreen-control, #program #exercises .fields .video .vjs-progress-control, #program #exercises .fields .video .vjs-time-controls, #program #exercises .fields .video .vjs-time-divider, #program #exercises .fields .video .vjs-big-play-button, #program #exercises .exercise .video .vjs-volume-control, #program #exercises .exercise .video .vjs-mute-control, #program #exercises .exercise .video .vjs-fullscreen-control, #program #exercises .exercise .video .vjs-progress-control, #program #exercises .exercise .video .vjs-time-controls, #program #exercises .exercise .video .vjs-time-divider, #program #exercises .exercise .video .vjs-big-play-button {
  display: none !important;
}

/* line 182, app/assets/stylesheets/programs.sass */
#program #exercises .fields .video .vjs-default-skin .vjs-control-bar, #program #exercises .exercise .video .vjs-default-skin .vjs-control-bar {
  background-color: transparent;
}

/* line 184, app/assets/stylesheets/programs.sass */
#program #exercises .fields .video .play-button, #program #exercises .exercise .video .play-button {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://app.sophyapp.com/assets/play-cb30c5ec45a89a0ddf5e4b2a540ad0e25d0ea87d7786da8a93bc3558154d457c.png") transparent no-repeat 20px 145px;
  background-size: 15px 15px;
  border: 0;
  box-shadow: 0;
  cursor: pointer;
  display: none;
}

/* line 197, app/assets/stylesheets/programs.sass */
#program #exercises .fields .video .play-button:before, #program #exercises .exercise .video .play-button:before {
  content: none !important;
}

/* line 199, app/assets/stylesheets/programs.sass */
#program #exercises .fields .video .expand, #program #exercises .exercise .video .expand {
  background-size: 15px 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 38px;
  height: 30px;
  z-index: 2;
}

/* line 207, app/assets/stylesheets/programs.sass */
#program #exercises .fields .video .expand:hover, #program #exercises .exercise .video .expand:hover {
  text-decoration: none !important;
}

/* line 210, app/assets/stylesheets/programs.sass */
#program #exercises .fields .video:hover .play-button, #program #exercises .exercise .video:hover .play-button {
  display: block;
}

/* line 212, app/assets/stylesheets/programs.sass */
#program #exercises .fields .detail, #program #exercises .exercise .detail {
  display: none;
}

/* line 214, app/assets/stylesheets/programs.sass */
#program #exercises .fields .text-left, #program #exercises .exercise .text-left {
  text-align: left;
}

/* line 216, app/assets/stylesheets/programs.sass */
#program #exercises .fields .text-right, #program #exercises .exercise .text-right {
  text-align: right;
}

/* line 218, app/assets/stylesheets/programs.sass */
#program #exercises .fields .text-center, #program #exercises .exercise .text-center {
  text-align: center;
}

/* line 221, app/assets/stylesheets/programs.sass */
#program #exercises .fields .checkbox input, #program #exercises .exercise .checkbox input {
  margin-right: 10px;
}

/* line 223, app/assets/stylesheets/programs.sass */
#program #exercises .fields .field, #program #exercises .exercise .field {
  margin-top: 10px;
}

/* line 225, app/assets/stylesheets/programs.sass */
#program #exercises .fields .field.hidden, #program #exercises .exercise .field.hidden {
  display: none;
}

/* line 227, app/assets/stylesheets/programs.sass */
#program #exercises .fields .field input[type='text'], #program #exercises .exercise .field input[type='text'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 2px;
  border-radius: 5px;
  width: 30px;
  margin-right: 2px;
}

/* line 236, app/assets/stylesheets/programs.sass */
#program #exercises .fields ul, #program #exercises .exercise ul {
  padding-left: 10px;
}

/* line 238, app/assets/stylesheets/programs.sass */
#program #exercises .exercise:last-child, #program #exercises .exercise:nth-child(3n) {
  border-right: 1px solid #c5c5c5;
}

/* line 240, app/assets/stylesheets/programs.sass */
#player-modal {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 640px;
  margin: 20px auto;
}

/* line 248, app/assets/stylesheets/programs.sass */
#player-modal .video-js .vjs-big-play-button {
  display: none;
}

/* line 250, app/assets/stylesheets/programs.sass */
.description {
  margin: 0px 20px;
}

/* line 252, app/assets/stylesheets/programs.sass */
#added_exercises {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  marhin-top: 20px;
  margin: 20px;
  text-align: left;
}

/* line 259, app/assets/stylesheets/programs.sass */
#added_exercises li {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}

/* line 264, app/assets/stylesheets/programs.sass */
#added_exercises li .main {
  display: table-row;
}

/* line 266, app/assets/stylesheets/programs.sass */
#added_exercises li .main div {
  display: table-cell;
  vertical-align: middle;
  background: linear-gradient(#ccc, #f1f1f1);
  background: -webkit-linear-gradient(#ccc, #f1f1f1);
  background: -o-linear-gradient(#ccc, #f1f1f1);
  background: -moz-linear-gradient(#ccc, #f1f1f1);
  transition: background-image, color 1s fade;
  -webkit-transition: background-image 1s fade;
  -moz-transition: background-image 1s fade;
  -o-transition: background-image 1s fade;
}

/* line 277, app/assets/stylesheets/programs.sass */
#added_exercises li .main div, #added_exercises li .main div a {
  color: #565656;
}

/* line 279, app/assets/stylesheets/programs.sass */
#added_exercises li .main .thumb {
  width: 20%;
  background: none;
  border-radius: 8px 0 0 0;
}

/* line 283, app/assets/stylesheets/programs.sass */
#added_exercises li .main .thumb img {
  padding: 2px;
}

/* line 285, app/assets/stylesheets/programs.sass */
#added_exercises li .main .title {
  text-align: center;
}

/* line 288, app/assets/stylesheets/programs.sass */
#added_exercises li .main .source_actions {
  width: 30%;
  text-align: right;
  padding-right: 10px;
  border-radius: 0 8px 8px 0;
}

/* line 293, app/assets/stylesheets/programs.sass */
#added_exercises li .detail {
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: all .3s ease .15s;
}

/* line 299, app/assets/stylesheets/programs.sass */
#added_exercises li .detail .field {
  display: inline-block;
  margin-right: 2px;
}

/* line 302, app/assets/stylesheets/programs.sass */
#added_exercises li .detail .field input {
  width: 30px;
  text-align: center;
}

/* line 307, app/assets/stylesheets/programs.sass */
#added_exercises li.highlight .main div {
  background: linear-gradient(#00c64f, #78DF8D);
  background: -webkit-linear-gradient(#00c64f, #78DF8D);
  background: -o-linear-gradient(#00c64f, #78DF8D);
  background: -moz-linear-gradient(#00c64f, #78DF8D);
}

/* line 312, app/assets/stylesheets/programs.sass */
#added_exercises li.highlight .main div, #added_exercises li.highlight .main div a {
  color: #fff;
}

/* line 314, app/assets/stylesheets/programs.sass */
#added_exercises li.highlight .main .thumb {
  background: none;
}

/* line 316, app/assets/stylesheets/programs.sass */
#added_exercises li.highlight .main .source_actions {
  border-radius: 0 8px 0 0;
}

/* line 318, app/assets/stylesheets/programs.sass */
#added_exercises li.highlight .detail {
  height: 27px;
  padding: 10px 6px;
  border-top: 1px solid #c5c5c5;
}

/* line 323, app/assets/stylesheets/programs.sass */
#program.fixed-nav #left_pane {
  margin-top: 275px;
}

/* line 325, app/assets/stylesheets/programs.sass */
#program.fixed-nav #left_pane #filters {
  position: fixed;
  top: 0;
  padding-top: 5px;
  height: auto;
  width: 684px;
  z-index: 4;
  background-color: #f8f8f8;
}

/* line 333, app/assets/stylesheets/programs.sass */
#program.fixed-nav #left_pane #filters .fields {
  margin-bottom: 0;
}

/* line 335, app/assets/stylesheets/programs.sass */
.selectize-control.single .selectize-input, .selectize-dropdown.single {
  font-size: 15px;
}

/* line 337, app/assets/stylesheets/programs.sass */
#right_pane {
  width: 410px;
  float: right;
  border-radius: 8px;
  min-height: 450px;
}

/* line 342, app/assets/stylesheets/programs.sass */
#right_pane.fixed-bottom {
  position: fixed;
  bottom: 10px;
}

/* line 345, app/assets/stylesheets/programs.sass */
#right_pane.fixed-top {
  position: fixed;
  top: 0;
  padding-top: 5px;
}

/* line 349, app/assets/stylesheets/programs.sass */
#left_pane {
  width: 684px;
  float: left;
}

/* line 352, app/assets/stylesheets/programs.sass */
.clear {
  clear: both;
}

/* line 354, app/assets/stylesheets/programs.sass */
#program {
  width: 1105px;
}

/* line 357, app/assets/stylesheets/programs.sass */
.add_exercise {
  width: 23px;
  position: absolute;
  right: 5px;
  top: 46px;
}

/* line 362, app/assets/stylesheets/programs.sass */
.video-js {
  z-index: 2;
}
.pain_slider {
    -webkit-appearance: none;
    width: 50%;
    height: 15px;
    border-radius: 5px;
    background: linear-gradient(to right, green 0%, yellow 50%, red 100%);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .pain_slider:hover {
    opacity: 1;
  }
  
  .pain_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: grey;
    cursor: pointer;
  }
  
  .pain_slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: grey;
    cursor: pointer;
  }
.graphCont {
    border-radius: 6px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
    padding: 10px 20px;
    width: 500px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
}

.graphCont h1 {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    float:left;
}

.graphCont archive{
    text-align: right;
    float:right;
}
.graphCont h2 {
    clear:both;
    color: white;
    font-weight: normal;
    font-size: 18px;
}

.progessBar {
    overflow: auto;
    border: 1px solid black;
    border-radius: 8px;
}

.progessBar div {
    float: left;
    height: 10px;
}

.graph1 {
    background: #cde499; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZDAxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjliMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #cde499 0%, #b5d766 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cde499), color-stop(100%, #b5d766)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cde499 0%, #b5d766 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cde499 0%, #b5d766 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cde499 0%, #b5d766 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cde499 0%, #b5d766 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cde499', endColorstr='#b5d766', GradientType=0); /* IE6-8 */
}

.graph2 {
    background: #b5d766; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YzhjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ODk3OWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b5d766 0%, #9cca32 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5d766), color-stop(100%, #9cca32)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b5d766 0%, #9cca32 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b5d766 0%, #9cca32 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b5d766 0%, #9cca32 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b5d766 0%, #9cca32 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5d766', endColorstr='#9cca32', GradientType=0); /* IE6-8 */
}

.graph3 {
    background: #90c319; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiOGFmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTMzOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #90c319 0%, #76aa00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #90c319), color-stop(100%, #76aa00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #90c319 0%, #76aa00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #90c319 0%, #76aa00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #90c319 0%, #76aa00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #90c319 0%, #76aa00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90c319', endColorstr='#76aa00', GradientType=0); /* IE6-8 */

}

.graph4 {
    background: #84bd00; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1ZWQ0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMWE4MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #84bd00 0%, #4f7100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84bd00), color-stop(100%, #4f7100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #84bd00 0%, #4f7100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #84bd00 0%, #4f7100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #84bd00 0%, #4f7100 100%); /* IE10+ */
    background: linear-gradient(to bottom, #84bd00 0%, #4f7100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84bd00', endColorstr='#4f7100', GradientType=0); /* IE6-8 */
}

/* Tablet responsiveness */
@media only screen and (max-width: 599px){
    html, body {
      max-width: 100%;
      overflow-x: hidden;
    }
    /* ----- NAVIGATION ----- */
    text_home, text_archive, text_settings, client_name_label,user_name_label{
      display:none;
    }
    #top-frame{
      padding-bottom: 3px;
    }
    #top-frame ul.nav .profile{
      padding-right: 0px;
    }
    #top-frame ul.nav li a.text img{
      display:none;
      height: 5em;
      max-height: 1%;
      margin-top: -2em;
      margin-left: -2em;
    }
    #top-frame ul.nav li a.logo img{
      margin-left: -2em;
      margin-top: -1em;
      display:block;
    }
    #top-frame ul.nav.right{
      float: right;
      /* width: 6em; */
    }
    #side-bar{
      padding-left: 0% !important;
      padding-top: 0% !important;
      /*width: 10% !important;*/
      height: 97px !important;
      min-height: 0 !important;
    }
    #dashboard #side-bar .top{
      height: 91px;
      padding-top: 5px;
      text-align: center;
    }

    .favorite_icons_edit_text{
      display:none !important;
    }

    .favorite_icons_remove_text{
      display:none !important;
    }
    .modal-add-favorite-content{
      width: 80% !important;
    }

    /* ----- SETTINGS ----- */
    /* -- Overview -- */
    .type,.description,.count_of_programs,.difficulty_upload,.goal_upload,.modified_at_upload,.created_at_upload,.starting_upload,.body_region_upload, .program_name, .program_goal{
        display: none;
    }
    .programs_upload_table{
      width: auto;
    }
    .overview {
      display:inline-block !important;
      float:left !important;
      text-align:left !important;
    }
    #program_uploads_overview{
      width: auto !important;
    }
    .feature-3 {
      width: 50%;
    }
    #exercise_settings_table{
      width: 100% !important;
    }
    /* -- Names -- */
    .created_at_names,.modified_at_names,.org_name, .new_description{
      display:none;
    }
    .exercise_names_table{
      width: auto;
    }
    /* -- Templates -- */
    .description_templates,.goal_templates,.frequency_templates,.created_at_templates{
      display:none;
    }
    .templates_overview_table{
      width: auto;
    }
    /* -- Users -- */
    #programs_clients{
      width: 100%;
    }
    /* -- Glossary -- */
    #alpha-options{
      display: none;
    }
    a:active{
      color: black;
    }
    #create_new_exercise{
      float:right;
    }

    /* ----- PATIENTS ----- */
    #patient{
      height: initial;
    }
    #patient .details{
      width: 30% !important;
      padding-left: 10px;
    }
    #patient .details .name{
      font-size: 14px;
    }
    #patient .details .email{
      font-size: 12px;
    }
    #responsive_patient_settings{
      width: 120%;
    }
    #responsive_patient_settings .details{
      width: 70% !important;
      padding-left: 10px;
    }
    #responsive_patient_settings .details .name{
      font-size: 14px;
    }
    #responsive_patient_settings .details .email{
      font-size: 12px;
    }
    #responsive_program_upload{
      width: 120%;
    }
    #responsive_program_upload .details{
      width: 60% !important;
    }
    #responsive_program_upload .fields{
      float: left !important;
      width: 60% !important;
    }
    #responsive_program_upload .fields .big{
      width: 100% !important;
    }
    #responsive_program_upload .fields .medium{
      width: 100% !important;
    }
    #responsive_program_upload .fields .small{
      width: 100% !important;
    }
    #responsive_program_upload .details .email{
      font-size:  13px !important;
    }
    #r_templates_overview .details .email{
      width: 150%;
    }
    #r_exercise_names{
      width: 120%;
    }
    #r_exercise_names .details{
      width: 60% !important;
    }
    #r_exercise_names .fields{
      float: left !important;
      width: 60% !important;
    }
    #r_exercise_names .fields .big{
      width: 100% !important;
    }
    #programs.archived_programs{
      margin-left:50px;
    }
    #r_exercise_names .fields .medium{
      width: 100% !important;
    }
    #r_exercise_names .fields .small{
      width: 100% !important;
    }
    #r_exercise_names{
      width: 120%;
    }
    #r_templates_overview{
      width: 120%;
    }
    #r_templates_overview .details{
      width: 60% !important;
    }
    #r_templates_overview .fields{
      float: left !important;
      width: 60% !important;
    }
    #r_templates_overview .fields .big{
      width: 100% !important;
    }
    #r_templates_overview .fields .medium{
      width: 100% !important;
    }
    #r_templates_overview .fields .small{
      width: 100% !important;
    }
    #r_already_client .details{
      width: 60% !important;
    }
    #r_already_client .fields{
      float: left !important;
      width: 60% !important;
    }
    #r_already_client .fields .big{
      width: 100% !important;
    }
    #r_already_client .fields .medium{
      width: 100% !important;
    }
    #r_already_client .fields .small{
      width: 100% !important;
    }
    .duration_templates{
      display:none;
    }
    #r_already_client{
      width: 120%;
    }
    #r_exercise_settings .details{
      width: 60% !important;
    }
    #r_exercise_settings .fields{
      float: left !important;
      width: 60% !important;
    }
    #r_exercise_settings .fields .big{
      width: 100% !important;
    }
    #r_exercise_settings .fields .medium{
      width: 100% !important;
    }
    #r_exercise_settings .fields .small{
      width: 100% !important;
    }
    #r_glossary_index .details{
      width: 60% !important;
    }
    #r_glossary_index .fields{
      float: left !important;
      width: 60% !important;
    }
    #r_glossary_index .fields .big{
      width: 100% !important;
    }
    #r_glossary_index .fields .medium{
      width: 100% !important;
    }
    #r_glossary_index .fields .small{
      width: 100% !important;
    }
    #r_glossary_index{
      width: 120%;
    }
    #r_glossary_index .details .name{
      font-size: 20px !important;
    }
    #r_glossary_index .details .email{
      font-size: 14px !important;
    }
    #r_exercise_settings{
      width: 120%;
    }
    .glossary_description{
      display:none;
    }
    .program_uploads_index{
      margin-left: 20px;
    }
    #patient .actions{
      float: left !important;
      padding-top: 10px;
      padding-right: 1%;
      width: 50%;
    }
    #patient .actions a{
      font-size: 11px;
      margin-bottom: 1px;

    }
    #patient .fields{
      float: left !important;
      width: 60% !important;
    }
    #patient .fields .big{
      width: 100% !important;
    }
    #patient .fields .medium{
      width: 100% !important;
    }
    #patient .fields .small{
      width: 100% !important;
    }
    #dashboard{
      min-width: 100%;
    }
    #dashboard #content{
      width: 89%;
    }
    #sidebar_patient_title{
      display:none !important;
    }
    #dashboard #side-bar .filtered a {
      font-size: 10px;
      width: auto;
    }
    .customGraph{
      height:10% !important;
    }
    .customGraph svg{
      height: 130px;
      width: 250px;
    }
    .customGraphPatient svg{
      height: 130px;
      width: 330px;
      left: -110px !important
    }
    .graphCont{
      width: 80%;
    }
    .progessBar{
      width: 100%;
    }
    #dashboard #side-bar .filtered{
      display:none;
      background-color:  white;
      overflow:  overlay;
      z-index:  100;
      padding-top:  5px;
    }
    #dashboard #side-bar .filtered.settings{
      display:block;
    }
    #filter{
      display:none;
    }
    #patient_edit{
      height:120px;
    }
    /* ----- PROGRAMS ----- */
    #program #details .attributes{
      float:left !important;
      width: 100% !important;
    }
    #program #details .attributes .field label{
      text-align:left;
      margin-left: 10px;
    }
    #program #details .attributes .field span{
      margin-left: 10px;
    }
    #dashboard #program #details .actions{
      /*margin-right: 5px !important;
      width: 150px !important;
      right: 0px !important; */
    }
    #dashboard #program #details .actions a{
      font-size: 12px !important;
    }
    #details .actions{
      float: left !important;
    }
    .export_label{
      width: 30% !important;
    }
    #programs{
      padding-left: 0px !important;
    }
    .diagnostic{
      display:none;
    }
    .ui-menu { width: 150px; }

    #exercises{
      margin-left: -10px !important;
    }
    #program #exercises .fields{
      float:left;
      clear:both
    }
    #exercises .exercise{
      border: 1px solid #c5c5c5 !important;
      width:  290px !important;
    }
    #program #exercises .exercise .video{
      width:  290px !important;
    }
    #program #right_pane{
      width: 100%;
      float:left;
      min-height: 20px;
    }
    #program #left_pane{
      margin-top:30px;
      width: 290px !important;
    }
    .r_program_details{
      margin-left: -40px;
      transform:scale(0.8);
      min-height: 150px;
    }
    .row .right, .row .left{
      clear:both;
      float:left;
    }
    #new_program .button{
      display:inline-block;
    }
    #new_program .button .lighter{
      margin-left: 10px;
    }
    .go_to_top{
      z-index: 1;
    }
    #filters .actions .lighter{
      margin-left: 10px;
    }
    /* ----- FEEDBACK ----- */
    #anything_feedback{
      width: 90% !important;
    }

    /* ----- Landing Page -----*/
    #email,#password{
      width: 78% !important;
      margin-left: -10%;
    }
    #login-footer{
      width:150% !important;
      margin-left: -10%;
      font-size: 90%;
    }
    #login-page #login-footer .copy{
      text-align:center !important;
      float:initial !important;
    }
    #email_label_login{
      margin-left: 5%;
    }
    #password_label_login{
      margin-left: 5%;
    }
    #pull-right{
      float:none !important;
      text-align:center !important;
    }
    #account .tab .field label{
      text-align:center !important;
    }
    #patient_edit_fields{
      width:49%;
      display:inline-block;
      float:left;
    }
    #patient_edit_actions{
      width:20%;
      margin-left:100px;
      margin-top: -10px;
    }
    #account_patient_name{
      height: 6px;
      font-size: 12px !important;
    }
    #account_patient_email{
      font-size:11px !important;
    }
    #account_patient_diagnostic{
      font-size:11px !important;      
    }
    #cancel_edit_patient_button{
      margin-bottom: -2px !important;
      margin-top: -10px !important;
    }
    #film_section{
      margin-left:10%;
    }
    #patient_choice_section{
      margin-top: 30px;
      /*margin-left:10%;*/
      width: 65%;
    }
    #description_section{
      margin-left:3px; /* due to margin-left -3 in content -> fit screen */
    }
    #description_section .description_film{
      font-size: 14px;
    }
    #anything_source_translations_name{
      margin-left: 3px;
    }
    #anything_source_translations_steps{
      margin-top: 2px;
      margin-left: 3px;
    }
    body #login-page #login-box form input[type='submit'], body #login-page #signup-box form input[type='submit']{
      width: 80% !important;
      margin-left: 5%;
    }
    .edit_source{
      margin-left: 10px;
    }
    #program_upload_edit{
      height: 65px;
      width: 120%;
      background: #f8f8f8;
      border-bottom: 1px solid #c5c5c5;
      margin-right: -1%;
    }
    #program_upload_edit .details{
      display: inline-block;
      padding: 10px 20px;
      float: left;
    }
    #program_upload_edit .details .name{
      font-size: 14px;
    }
    #program_upload_edit .details .email{
      font-size: 12px;
    }
    .settings_item{
      visibility: initial;
    }
    .upgrade_button{
      visibility: hidden;
    }
    #login-logo{
      margin-left: -20px !important;
      height: 105px !important;
    }
    .form_sexuality{
      display: none
    }
    #analysis_charts{
      display: none;
    }
  #settings_menu_mobile{
    display: block !important;
  }
  #user_list_mobile{
    display: block !important;
  }
  /* -----PROGRAMUPLOADS ---- */
  /* -----OVERVIEW -----------*/
  .overview_difficulty_upload, .overview_starting_upload, .overview_count_of_programs, .overview_body_region_upload, .overview_modified_at_upload, .overview_type_upload, .overview_description_upload, .overview_goal_upload{
    display: none;
  }
  .button_to{
    display: none;
  }
  #side-bar{
    display:  none;
  }
  .client_profile_mobile{
    display: none !important;
  }
  /* -----ANALYSIS ---- */
  /* -----PROGRAM LIST--*/
  .program_goal_programlist, .program_created_at_programlist, .program_duration_programlist, .patient_name_programlist, .program_progress_programlist{
    display: none;
  }
  /* -----ANALYSIS ---- */
  /* -----PATIENT LIST--*/
  .patient_size_programs2, .patient_email_patientlist, .patient_size_programs3{
    display: none;
  }
  /* ----TESTVERSION----*/
  .upgrade_button{
    display: none;
  }
  #login-footer{
    display: none;
  }
}
/* line 4, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings {
  height: 145px;
  background: #f8f8f8;
  border-bottom: 1px solid #c5c5c5;
}

/* line 9, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .no-data {
  padding-top: 60px;
  padding-left: 20px;
}

/* line 12, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .fields {
  display: inline-block;
  width: 600px;
  vertical-align: top;
  padding: 10px;
}

/* line 17, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .fields input[type='text'], #responsive_patient_settings .fields input[type='email'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 10px;
  border-radius: 5px;
}

/* line 24, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .fields input.big[type='text'], #responsive_patient_settings .fields input.big[type='email'] {
  font-size: 35px;
  width: 600px;
}

/* line 27, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .fields input.medium[type='text'], #responsive_patient_settings .fields input.medium[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  width: 600px;
  padding: 1px 10px;
}

/* line 32, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .fields input.small[type='text'], #responsive_patient_settings .fields input.small[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  color: #6b6b6b;
  width: 600px;
  padding: 1px 10px;
}

/* line 38, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .actions {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 45, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .actions a {
  color: #439fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .actions a:hover {
  opacity: 0.8;
}

/* line 56, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .actions a.delete {
  color: #ee383d;
}

/* line 58, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .actions input[type='submit'] {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin: 0 0 10px;
}

/* line 74, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 76, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .overview {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 83, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .details {
  width: 450px;
  display: inline-block;
  padding: 10px 20px;
  float: left;
}

/* line 89, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .details .name {
  font-size: 30px;
  color: black;
  font-weight: 600;
}

/* line 93, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .details .email {
  color: #000000;
  font-size: 17px;
  margin-top: 5px;
}

/* line 97, app/assets/stylesheets/responsive_settings.sass */
#responsive_patient_settings .details .diagnostic {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 17px;
}

/* line 101, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload {
  height: 145px;
  background: #f8f8f8;
  border-bottom: 1px solid #c5c5c5;
  margin-right: -1%;
}

/* line 106, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .no-data {
  padding-top: 60px;
  padding-left: 20px;
}

/* line 109, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .fields {
  display: inline-block;
  width: 600px;
  vertical-align: top;
  padding: 10px;
}

/* line 114, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .fields input[type='text'], #responsive_program_upload .fields input[type='email'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 10px;
  border-radius: 5px;
}

/* line 121, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .fields input.big[type='text'], #responsive_program_upload .fields input.big[type='email'] {
  font-size: 35px;
  width: 600px;
}

/* line 124, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .fields input.medium[type='text'], #responsive_program_upload .fields input.medium[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  width: 600px;
  padding: 1px 10px;
}

/* line 129, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .fields input.small[type='text'], #responsive_program_upload .fields input.small[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  color: #6b6b6b;
  width: 600px;
  padding: 1px 10px;
}

/* line 135, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .actions {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 142, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .actions a {
  color: #439fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 151, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .actions a:hover {
  opacity: 0.8;
}

/* line 153, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .actions a.delete {
  color: #ee383d;
}

/* line 155, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .actions input[type='submit'] {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin: 0 0 10px;
}

/* line 171, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 173, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .overview {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 180, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .details {
  width: 450px;
  display: inline-block;
  padding: 10px 20px;
  float: left;
}

/* line 186, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .details .name {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

/* line 190, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .details .email {
  color: #000000;
  font-size: 17px;
  margin-top: 5px;
}

/* line 194, app/assets/stylesheets/responsive_settings.sass */
#responsive_program_upload .details .diagnostic {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 17px;
}

/* line 198, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names {
  height: 145px;
  background: #f8f8f8;
  border-bottom: 1px solid #c5c5c5;
  margin-right: -1%;
}

/* line 203, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .no-data {
  padding-top: 60px;
  padding-left: 20px;
}

/* line 206, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .fields {
  display: inline-block;
  width: 600px;
  vertical-align: top;
  padding: 10px;
}

/* line 211, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .fields input[type='text'], #r_exercise_names .fields input[type='email'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 10px;
  border-radius: 5px;
}

/* line 218, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .fields input.big[type='text'], #r_exercise_names .fields input.big[type='email'] {
  font-size: 35px;
  width: 600px;
}

/* line 221, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .fields input.medium[type='text'], #r_exercise_names .fields input.medium[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  width: 600px;
  padding: 1px 10px;
}

/* line 226, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .fields input.small[type='text'], #r_exercise_names .fields input.small[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  color: #6b6b6b;
  width: 600px;
  padding: 1px 10px;
}

/* line 232, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .actions {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 239, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .actions a {
  color: #439fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 248, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .actions a:hover {
  opacity: 0.8;
}

/* line 250, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .actions a.delete {
  color: #ee383d;
}

/* line 252, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .actions input[type='submit'] {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin: 0 0 10px;
}

/* line 268, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 270, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .overview {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 277, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .details {
  width: 450px;
  display: inline-block;
  padding: 10px 20px;
  float: left;
}

/* line 283, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .details .name {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

/* line 287, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .details .email {
  color: #000000;
  font-size: 17px;
  margin-top: 5px;
}

/* line 291, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_names .details .diagnostic {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 17px;
}

/* line 295, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview {
  height: 145px;
  background: #f8f8f8;
  border-bottom: 1px solid #c5c5c5;
  margin-right: -1%;
}

/* line 300, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .no-data {
  padding-top: 60px;
  padding-left: 20px;
}

/* line 303, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .fields {
  display: inline-block;
  width: 600px;
  vertical-align: top;
  padding: 10px;
}

/* line 308, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .fields input[type='text'], #r_templates_overview .fields input[type='email'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 10px;
  border-radius: 5px;
}

/* line 315, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .fields input.big[type='text'], #r_templates_overview .fields input.big[type='email'] {
  font-size: 35px;
  width: 600px;
}

/* line 318, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .fields input.medium[type='text'], #r_templates_overview .fields input.medium[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  width: 600px;
  padding: 1px 10px;
}

/* line 323, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .fields input.small[type='text'], #r_templates_overview .fields input.small[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  color: #6b6b6b;
  width: 600px;
  padding: 1px 10px;
}

/* line 329, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .actions {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 336, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .actions a {
  color: #439fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 345, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .actions a:hover {
  opacity: 0.8;
}

/* line 347, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .actions a.delete {
  color: #ee383d;
}

/* line 349, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .actions input[type='submit'] {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin: 0 0 10px;
}

/* line 365, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 367, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .overview {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 374, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .details {
  width: 450px;
  display: inline-block;
  padding: 10px 20px;
  float: left;
}

/* line 380, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .details .name {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

/* line 384, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .details .email {
  color: #000000;
  font-size: 17px;
  margin-top: 5px;
}

/* line 388, app/assets/stylesheets/responsive_settings.sass */
#r_templates_overview .details .diagnostic {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 17px;
}

/* line 392, app/assets/stylesheets/responsive_settings.sass */
#r_already_client {
  height: 145px;
  background: #f8f8f8;
  border-bottom: 1px solid #c5c5c5;
  margin-right: -1%;
}

/* line 397, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .no-data {
  padding-top: 60px;
  padding-left: 20px;
}

/* line 400, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .fields {
  display: inline-block;
  width: 600px;
  vertical-align: top;
  padding: 10px;
}

/* line 405, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .fields input[type='text'], #r_already_client .fields input[type='email'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 10px;
  border-radius: 5px;
}

/* line 412, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .fields input.big[type='text'], #r_already_client .fields input.big[type='email'] {
  font-size: 35px;
  width: 600px;
}

/* line 415, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .fields input.medium[type='text'], #r_already_client .fields input.medium[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  width: 600px;
  padding: 1px 10px;
}

/* line 420, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .fields input.small[type='text'], #r_already_client .fields input.small[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  color: #6b6b6b;
  width: 600px;
  padding: 1px 10px;
}

/* line 426, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .actions {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 433, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .actions a {
  color: #439fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 442, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .actions a:hover {
  opacity: 0.8;
}

/* line 444, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .actions a.delete {
  color: #ee383d;
}

/* line 446, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .actions input[type='submit'] {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin: 0 0 10px;
}

/* line 462, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 464, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .overview {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 471, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .details {
  width: 450px;
  display: inline-block;
  padding: 10px 20px;
  float: left;
}

/* line 477, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .details .name {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

/* line 481, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .details .email {
  color: #000000;
  font-size: 17px;
  margin-top: 5px;
}

/* line 485, app/assets/stylesheets/responsive_settings.sass */
#r_already_client .details .diagnostic {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 17px;
}

/* line 489, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings {
  height: 145px;
  background: #f8f8f8;
  border-bottom: 1px solid #c5c5c5;
}

/* line 494, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .no-data {
  padding-top: 60px;
  padding-left: 20px;
}

/* line 497, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .fields {
  display: inline-block;
  width: 600px;
  vertical-align: top;
  padding: 10px;
}

/* line 502, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .fields input[type='text'], #r_exercise_settings .fields input[type='email'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 10px;
  border-radius: 5px;
}

/* line 509, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .fields input.big[type='text'], #r_exercise_settings .fields input.big[type='email'] {
  font-size: 35px;
  width: 600px;
}

/* line 512, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .fields input.medium[type='text'], #r_exercise_settings .fields input.medium[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  width: 600px;
  padding: 1px 10px;
}

/* line 517, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .fields input.small[type='text'], #r_exercise_settings .fields input.small[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  color: #6b6b6b;
  width: 600px;
  padding: 1px 10px;
}

/* line 523, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .actions {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 530, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .actions a {
  color: #439fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 539, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .actions a:hover {
  opacity: 0.8;
}

/* line 541, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .actions a.delete {
  color: #ee383d;
}

/* line 543, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .actions input[type='submit'] {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin: 0 0 10px;
}

/* line 559, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 561, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .overview {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 568, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .details {
  width: 450px;
  display: inline-block;
  padding: 10px 20px;
  float: left;
}

/* line 574, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .details .name {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

/* line 578, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .details .email {
  color: #000000;
  font-size: 17px;
  margin-top: 5px;
}

/* line 582, app/assets/stylesheets/responsive_settings.sass */
#r_exercise_settings .details .diagnostic {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 17px;
}

/* line 586, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index {
  height: 145px;
  background: #f8f8f8;
  border-bottom: 1px solid #c5c5c5;
  margin-right: -1%;
}

/* line 591, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .no-data {
  padding-top: 60px;
  padding-left: 20px;
}

/* line 594, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .fields {
  display: inline-block;
  width: 600px;
  vertical-align: top;
  padding: 10px;
}

/* line 599, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .fields input[type='text'], #r_glossary_index .fields input[type='email'] {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  border: 1px solid #999999;
  padding: 10px;
  border-radius: 5px;
}

/* line 606, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .fields input.big[type='text'], #r_glossary_index .fields input.big[type='email'] {
  font-size: 35px;
  width: 600px;
}

/* line 609, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .fields input.medium[type='text'], #r_glossary_index .fields input.medium[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  width: 600px;
  padding: 1px 10px;
}

/* line 614, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .fields input.small[type='text'], #r_glossary_index .fields input.small[type='email'] {
  margin-top: 5px;
  font-size: 15px;
  color: #6b6b6b;
  width: 600px;
  padding: 1px 10px;
}

/* line 620, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .actions {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 627, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .actions a {
  color: #439fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 636, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .actions a:hover {
  opacity: 0.8;
}

/* line 638, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .actions a.delete {
  color: #ee383d;
}

/* line 640, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .actions input[type='submit'] {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin: 0 0 10px;
}

/* line 656, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .actions input[type='submit']:hover {
  opacity: 0.8;
}

/* line 658, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .overview {
  width: 180px;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 20px;
}

/* line 665, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .details {
  width: 450px;
  display: inline-block;
  padding: 10px 20px;
  float: left;
}

/* line 671, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .details .name {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

/* line 675, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .details .email {
  color: #000000;
  font-size: 17px;
  margin-top: 5px;
}

/* line 679, app/assets/stylesheets/responsive_settings.sass */
#r_glossary_index .details .diagnostic {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 17px;
}
/* Tablet responsiveness */
@media only screen and (min-width: 600px) and (max-width: 960px) {
  /* line 3, app/assets/stylesheets/responsive_tablet.css.scss */
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
  /* ----- NAVIGATION ----- */
  /* line 8, app/assets/stylesheets/responsive_tablet.css.scss */
  text_home, text_archive, text_settings {
    display: none;
  }
  /* line 11, app/assets/stylesheets/responsive_tablet.css.scss */
  #side-bar {
    padding-left: 2% !important;
  }
  /* ----- SETTINGS ----- */
  /* -- Overview -- */
  /* line 17, app/assets/stylesheets/responsive_tablet.css.scss */
  .type, .description, .count_of_programs, .difficulty_upload, .goal_upload, .modified_at_upload, .created_at_upload, .starting_upload {
    display: none;
  }
  /* line 20, app/assets/stylesheets/responsive_tablet.css.scss */
  .programs_upload_table {
    width: auto;
  }
  /* line 23, app/assets/stylesheets/responsive_tablet.css.scss */
  .overview {
    display: inline-block !important;
    float: left !important;
    text-align: left !important;
  }
  /* line 28, app/assets/stylesheets/responsive_tablet.css.scss */
  .feature-3 {
    width: 50%;
  }
  /* line 31, app/assets/stylesheets/responsive_tablet.css.scss */
  #exercises {
    margin-left: 0px !important;
  }
  /* line 34, app/assets/stylesheets/responsive_tablet.css.scss */
  #exercise_settings_table {
    width: 100% !important;
  }
  /* line 38, app/assets/stylesheets/responsive_tablet.css.scss */
  .favorite_icons_edit_text {
    display: none !important;
  }
  /* line 42, app/assets/stylesheets/responsive_tablet.css.scss */
  .favorite_icons_remove_text {
    display: none !important;
  }
  /* line 46, app/assets/stylesheets/responsive_tablet.css.scss */
  .modal-add-favorite-content {
    width: 60% !important;
  }
  /* -- Names -- */
  /* line 50, app/assets/stylesheets/responsive_tablet.css.scss */
  .created_at_names, .modified_at_names, .org_name {
    display: none;
  }
  /* line 53, app/assets/stylesheets/responsive_tablet.css.scss */
  .exercise_names_table {
    width: auto;
  }
  /* -- Templates -- */
  /* line 57, app/assets/stylesheets/responsive_tablet.css.scss */
  .description_templates, .goal_templates, .frequency_templates, .created_at_templates, .program_name {
    display: none;
  }
  /* line 60, app/assets/stylesheets/responsive_tablet.css.scss */
  .templates_overview_table {
    width: auto;
  }
  /* -- Users -- */
  /* line 64, app/assets/stylesheets/responsive_tablet.css.scss */
  #programs_clients {
    width: 100%;
  }
  /* -- Glossary -- */
  /* line 68, app/assets/stylesheets/responsive_tablet.css.scss */
  #alpha-options {
    display: none;
  }
  /* ----- PATIENTS ----- */
  /* line 72, app/assets/stylesheets/responsive_tablet.css.scss */
  #patient .details {
    width: 50% !important;
  }
  /* line 75, app/assets/stylesheets/responsive_tablet.css.scss */
  #patient .actions {
    /*float: left !important;*/
  }
  /* line 78, app/assets/stylesheets/responsive_tablet.css.scss */
  #patient .fields {
    float: left !important;
    /*width: 60% !important;*/
  }
  /* line 82, app/assets/stylesheets/responsive_tablet.css.scss */
  #patient .fields .big {
    width: 100% !important;
  }
  /* line 85, app/assets/stylesheets/responsive_tablet.css.scss */
  #patient .fields .medium {
    width: 100% !important;
  }
  /* line 88, app/assets/stylesheets/responsive_tablet.css.scss */
  #patient .fields .small {
    width: 100% !important;
  }
  /* line 91, app/assets/stylesheets/responsive_tablet.css.scss */
  #responsive_patient_settings .details {
    width: 60% !important;
  }
  /* line 94, app/assets/stylesheets/responsive_tablet.css.scss */
  #responsive_patient_settings .fields {
    float: left !important;
    width: 60% !important;
  }
  /* line 98, app/assets/stylesheets/responsive_tablet.css.scss */
  #responsive_patient_settings .fields .big {
    width: 100% !important;
  }
  /* line 101, app/assets/stylesheets/responsive_tablet.css.scss */
  #responsive_patient_settings .fields .medium {
    width: 100% !important;
  }
  /* line 104, app/assets/stylesheets/responsive_tablet.css.scss */
  #responsive_patient_settings .fields .small {
    width: 100% !important;
  }
  /* line 107, app/assets/stylesheets/responsive_tablet.css.scss */
  #responsive_program_upload .details {
    width: 60% !important;
  }
  /* line 110, app/assets/stylesheets/responsive_tablet.css.scss */
  #responsive_program_upload .fields {
    float: left !important;
    width: 60% !important;
  }
  /* line 114, app/assets/stylesheets/responsive_tablet.css.scss */
  #responsive_program_upload .fields .big {
    width: 100% !important;
  }
  /* line 117, app/assets/stylesheets/responsive_tablet.css.scss */
  #responsive_program_upload .fields .medium {
    width: 100% !important;
  }
  /* line 120, app/assets/stylesheets/responsive_tablet.css.scss */
  #responsive_program_upload .fields .small {
    width: 100% !important;
  }
  /* line 123, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_exercise_names .details {
    width: 60% !important;
  }
  /* line 126, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_exercise_names .fields {
    float: left !important;
    width: 60% !important;
  }
  /* line 130, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_exercise_names .fields .big {
    width: 100% !important;
  }
  /* line 133, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_exercise_names .fields .medium {
    width: 100% !important;
  }
  /* line 136, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_exercise_names .fields .small {
    width: 100% !important;
  }
  /* line 139, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_templates_overview .details {
    width: 60% !important;
  }
  /* line 142, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_templates_overview .fields {
    float: left !important;
    width: 60% !important;
  }
  /* line 146, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_templates_overview .fields .big {
    width: 100% !important;
  }
  /* line 149, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_templates_overview .fields .medium {
    width: 100% !important;
  }
  /* line 152, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_templates_overview .fields .small {
    width: 100% !important;
  }
  /* line 155, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_already_client .details {
    width: 60% !important;
  }
  /* line 158, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_already_client .fields {
    float: left !important;
    width: 60% !important;
  }
  /* line 162, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_already_client .fields .big {
    width: 100% !important;
  }
  /* line 165, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_already_client .fields .medium {
    width: 100% !important;
  }
  /* line 168, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_already_client .fields .small {
    width: 100% !important;
  }
  /* line 171, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_exercise_settings .details {
    width: 60% !important;
  }
  /* line 174, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_exercise_settings .fields {
    float: left !important;
    width: 60% !important;
  }
  /* line 178, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_exercise_settings .fields .big {
    width: 100% !important;
  }
  /* line 181, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_exercise_settings .fields .medium {
    width: 100% !important;
  }
  /* line 184, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_exercise_settings .fields .small {
    width: 100% !important;
  }
  /* line 187, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_glossary_index .details {
    width: 60% !important;
  }
  /* line 190, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_glossary_index .fields {
    float: left !important;
    width: 60% !important;
  }
  /* line 194, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_glossary_index .fields .big {
    width: 100% !important;
  }
  /* line 197, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_glossary_index .fields .medium {
    width: 100% !important;
  }
  /* line 200, app/assets/stylesheets/responsive_tablet.css.scss */
  #r_glossary_index .fields .small {
    width: 100% !important;
  }
  /* line 203, app/assets/stylesheets/responsive_tablet.css.scss */
  #dashboard {
    min-width: 100%;
  }
  /* line 206, app/assets/stylesheets/responsive_tablet.css.scss */
  #dashboard #content {
    width: 82%;
  }
  /* line 209, app/assets/stylesheets/responsive_tablet.css.scss */
  #sidebar_patient_title {
    display: none !important;
  }
  /* line 212, app/assets/stylesheets/responsive_tablet.css.scss */
  #dashboard #side-bar .filtered a {
    font-size: 10px;
  }
  /* line 215, app/assets/stylesheets/responsive_tablet.css.scss */
  #dashboard_modal {
    min-width: 100px;
    min-height: 1400px;
    color: black;
    background: url(https://app.sophyapp.com/assets/mann_smartphone20_small-f456cfcb8043467b1f616b727e7f38f3b6a753ba1dc8d5043c66324818182978.png);
    background-size: cover;
  }
  /* ----- PROGRAMS ----- */
  /* line 223, app/assets/stylesheets/responsive_tablet.css.scss */
  #program #details .attributes {
    /*float:left !important;
      width: 80% !important; */
  }
  /* line 227, app/assets/stylesheets/responsive_tablet.css.scss */
  #details .actions {
    /*float: left !important;*/
  }
  /* line 230, app/assets/stylesheets/responsive_tablet.css.scss */
  #dashboard #program #details .actions a {
    font-size: 12px !important;
    margin-bottom: 5px !important;
  }
  /* line 234, app/assets/stylesheets/responsive_tablet.css.scss */
  .export_label {
    width: 30% !important;
  }
  /* line 237, app/assets/stylesheets/responsive_tablet.css.scss */
  #program #right_pane {
    width: 100%;
    float: right;
    min-height: 20px;
    margin-left: 50px;
  }
  /* line 244, app/assets/stylesheets/responsive_tablet.css.scss */
  #patient_choice_section {
    width: 40%;
  }
  /* line 247, app/assets/stylesheets/responsive_tablet.css.scss */
  #description_section .name {
    font-size: 30px;
    color: #56a6ff;
    font-weight: 600;
    margin-left: 10%;
  }
  /* line 253, app/assets/stylesheets/responsive_tablet.css.scss */
  #description_section .description_film {
    color: black;
    font-size: 17px;
    margin-top: 5px;
    margin-left: 10%;
  }
  /* line 259, app/assets/stylesheets/responsive_tablet.css.scss */
  .settings_item {
    visibility: initial;
  }
  /* line 262, app/assets/stylesheets/responsive_tablet.css.scss */
  #left_pane {
    width: 300px;
    clear: both;
    top: 280px !important;
  }
  /* line 267, app/assets/stylesheets/responsive_tablet.css.scss */
  .r_program_details {
    min-height: 100px;
  }
  /* line 270, app/assets/stylesheets/responsive_tablet.css.scss */
  #program {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: auto !important;
  }
  /* line 275, app/assets/stylesheets/responsive_tablet.css.scss */
  #left_top_pane {
    width: 100%;
    float: left;
    border-radius: 8px;
    overflow-y: auto;
    min-height: 210px;
  }
  /* -----PROGRAM ---- */
  /* ----- CREATE------*/
  /* line 284, app/assets/stylesheets/responsive_tablet.css.scss */
  #program #details .attributes .field {
    /*display:inline-block;*/
  }
  /* line 287, app/assets/stylesheets/responsive_tablet.css.scss */
  #program #details .attributes .nbsd {
    display: block !important;
    margin-left: -60px;
    /* transform: scale(0.8); */
  }
  /* line 292, app/assets/stylesheets/responsive_tablet.css.scss */
  #left_pane {
    left: 0 !important;
    width: 40% !important;
    display: block !important;
    clear: both !important;
    left: 20px;
    top: 230px;
    position: absolute;
  }
  /* line 301, app/assets/stylesheets/responsive_tablet.css.scss */
  #center_pane {
    margin-top: 120px;
    /* width: 60%; */
    float: left;
    clear: both;
  }
  /* line 307, app/assets/stylesheets/responsive_tablet.css.scss */
  #right_pane {
    width: 59% !important;
    display: inline-block;
  }
  /* line 311, app/assets/stylesheets/responsive_tablet.css.scss */
  #exercises {
    max-width: none !important;
  }
  /* line 314, app/assets/stylesheets/responsive_tablet.css.scss */
  #exercises .exercise {
    border: 1px solid #c5c5c5 !important;
  }
  /* line 317, app/assets/stylesheets/responsive_tablet.css.scss */
  #program #exercises .fields {
    width: 40% !important;
    border: 1px solid #c5c5c5 !important;
  }
  /* line 321, app/assets/stylesheets/responsive_tablet.css.scss */
  #program #exercises .fields .video {
    width: 100% !important;
    max-width: 300px;
  }
  /* line 325, app/assets/stylesheets/responsive_tablet.css.scss */
  #template_selection {
    width: 100%;
  }
  /* line 328, app/assets/stylesheets/responsive_tablet.css.scss */
  .top_pane {
    width: 95% !important;
  }
  /* line 331, app/assets/stylesheets/responsive_tablet.css.scss */
  .right_pane {
    /* width: auto !important; */
  }
  /* line 334, app/assets/stylesheets/responsive_tablet.css.scss */
  #right_pane.fixed-top {
    position: initial !important;
    top: 0;
    left: 61% !important;
    padding-top: 5px;
  }
  /* line 340, app/assets/stylesheets/responsive_tablet.css.scss */
  #program.fixed-nav #left_pane #filters {
    visibility: hidden;
    /* width: 24% !important; */
  }
  /* line 344, app/assets/stylesheets/responsive_tablet.css.scss */
  #filters .actions {
    display: none;
  }
  /* line 347, app/assets/stylesheets/responsive_tablet.css.scss */
  #dashboard #program #details {
    /* position: absolute; */
    width: 450px;
    margin-top: 0px;
    min-height: 115px;
  }
  /* line 353, app/assets/stylesheets/responsive_tablet.css.scss */
  #submit_template_button {
    transform: scale(0.8);
    margin-right: -20px;
  }
  /* line 357, app/assets/stylesheets/responsive_tablet.css.scss */
  #submit_new_program {
    transform: scale(0.8);
    margin-right: -20px;
  }
  /* line 361, app/assets/stylesheets/responsive_tablet.css.scss */
  #reset_new_program {
    transform: scale(0.8);
    margin-right: -20px;
  }
  /* line 365, app/assets/stylesheets/responsive_tablet.css.scss */
  #added_exercises {
    max-height: 300px;
    overflow-y: auto;
  }
  /* line 369, app/assets/stylesheets/responsive_tablet.css.scss */
  .patient_name_label {
    padding-bottom: 0px !important;
  }
  /* line 372, app/assets/stylesheets/responsive_tablet.css.scss */
  .canvas_container {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 20px;
    display: block;
  }
  /* line 378, app/assets/stylesheets/responsive_tablet.css.scss */
  #program #details .attributes .field .select, #program #details .attributes .field #program_name {
    display: inline-block;
  }
  /* line 382, app/assets/stylesheets/responsive_tablet.css.scss */
  #analysis_charts {
    display: none;
  }
  /* -----PROGRAMUPLOADS ---- */
  /* -----OVERVIEW -----------*/
  /* line 387, app/assets/stylesheets/responsive_tablet.css.scss */
  .overview_difficulty_upload, .overview_starting_upload, .overview_count_of_programs, .overview_body_region_upload, .overview_modified_at_upload, .overview_type_upload {
    display: none;
  }
  /* line 390, app/assets/stylesheets/responsive_tablet.css.scss */
  .button_to {
    display: none;
  }
  /* -----ANALYSIS ---- */
  /* -----PROGRAM LIST--*/
  /* line 395, app/assets/stylesheets/responsive_tablet.css.scss */
  .program_goal_programlist, .program_created_at_programlist, .program_duration_programlist {
    display: none;
  }
  /* -----ANALYSIS ---- */
  /* -----PATIENT LIST--*/
  /* line 400, app/assets/stylesheets/responsive_tablet.css.scss */
  .patient_size_programs2, .patient_email_patientlist, .patient_size_programs3 {
    display: none;
  }
  /* ----TESTVERSION----*/
  /* line 404, app/assets/stylesheets/responsive_tablet.css.scss */
  .upgrade_button {
    display: none;
  }
  /* line 407, app/assets/stylesheets/responsive_tablet.css.scss */
  #login-footer {
    display: none;
  }
}
/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  /*display: inline;*/
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);*/
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);*/
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);*/
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.btn {
display: inline-block;
padding: 9px 12px;
padding-top: 7px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #5e5e5e;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #d1dade;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
background-image: none !important;
border: none;
text-shadow: none;
box-shadow: none;
transition: all 0.12s linear 0s !important;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-cons {
margin-right: 5px;
min-width: 120px;
margin-bottom: 8px;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-primary {
color: #fff;
background-color: #84bd00;
border-color: #7db302;
}
.btn-primary:disabled {
background: #F5F5F5;
color : #C3C3C3;
border-color: #84bd00;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-info {
color: #fff;
background-color: #000000;
border-color: #46b8da;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-white {
color: #5e5e5e;
background-color: #fff;
border: 1px solid #e5e9ec;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link {
color: #5e5e5e;
background-color: transparent;
border: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

#promotion_code, #phone {
display: inline-block;
    width: 380px;
    padding: 10px;
    background: white;
    border: 1px solid #dadada;
    box-shadow: inset 0 2px 4px rgba(204, 204, 204, 0.75);
    border-radius: 3px;
    font-size: 19px;
    margin-bottom: 10px;
}


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

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

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

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

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

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

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

table .table {
  background-color: #fff;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
  margin-left: 40px;
  margin-top: 20px;
  margin-right: 40px;
}

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

.export_label{
  display:inline-block;
  width: 10%;
}
.switch {
  margin-top: 0.4%;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 22px;
}

.slider.round:before {
  border-radius: 50%;
}
.tooltip{
  position:relative;
  }
  .tooltip:hover{
  text-decoration:none;
  }
  .tooltip:after{
  content: attr(tip);
  font-family:Arial, Helvetica, sans-serif;
  font-size:90%;
  line-height:1.2em;
  color:#fff;
  width:200px;
  padding:5px 10px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  background:#000000;
  background:-webkit-linear-gradient(black, black);
  background:-moz-linear-gradient(black, black);
  background:-o-linear-gradient(black, black);
  background:-ms-linear-gradient(black, black);
  background:linear-gradient(black, black);
  -moz-box-shadow: 3px 3px 4px rgba(0,0,0, .65);
  -webkit-box-shadow: 3px 3px 4px rgba(0,0,0, .65);
  box-shadow: 3px 3px 4px rgba(0,0,0, .65);
  position:absolute;
  top:-80px;
  left:-100px;
  display:none;
  }
  .tooltip:before{
  z-index:1000;
  position:absolute;
  content:"";
  top:15px;
  left:0px;
  border-right:7px transparent solid;
  border-left:7px transparent solid;
  display:none;
  }
  .tooltip:hover{
  z-index:1000;
  position:relative;
  color:grey;
  }
  .tooltip:hover:after{
  display:block;
  }
  .tooltip:hover:before{
  display:block;
  }

/* line 6, app/assets/stylesheets/subscription.sass */
#account .tab .field {
  margin-bottom: 10px;
}

/* line 9, app/assets/stylesheets/subscription.sass */
#account .tab .field .field-container label {
  width: auto;
  color: black;
}

/* line 12, app/assets/stylesheets/subscription.sass */
#account .tab .field label {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  text-align: right;
  font-size: 17px;
  font-weight: 100;
  color: #afafaf;
}

/* line 21, app/assets/stylesheets/subscription.sass */
#account .tab .field .field-container {
  display: inline-block;
  text-align: left;
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300");
/* line 7, app/assets/stylesheets/sweet-alert.scss */
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}

/* line 20, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}

@media all and (max-width: 540px) {
  /* line 20, app/assets/stylesheets/sweet-alert.scss */
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

/* line 50, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 25px;
  display: block;
}

/* line 63, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: normal;
}

/* line 74, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* line 92, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert button:hover {
  background-color: #a1d9f2;
}

/* line 95, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert button:active {
  background-color: #81ccee;
}

/* line 98, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}

/* line 100, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}

/* line 103, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert button.cancel:active {
  background-color: #b7b7b7;
}

/* line 107, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

/* line 112, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

/* line 118, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

/* line 123, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

/* line 138, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.error {
  border-color: #F27474;
}

/* line 141, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}

/* line 146, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

/* line 155, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

/* line 160, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

/* line 167, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.warning {
  border-color: #F8BB86;
}

/* line 170, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

/* line 180, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

/* line 191, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.info {
  border-color: #C9DAE1;
}

/* line 194, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

/* line 205, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

/* line 216, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.success {
  border-color: #A5DC86;
}

/* line 219, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 229, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

/* line 239, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

/* line 250, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

/* line 263, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 277, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

/* line 286, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 295, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 306, app/assets/stylesheets/sweet-alert.scss */
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-moz-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

/* line 352, app/assets/stylesheets/sweet-alert.scss */
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

/* line 355, app/assets/stylesheets/sweet-alert.scss */
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-moz-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-moz-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@-moz-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 383, app/assets/stylesheets/sweet-alert.scss */
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -moz-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

/* line 386, app/assets/stylesheets/sweet-alert.scss */
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -moz-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

/* line 389, app/assets/stylesheets/sweet-alert.scss */
.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -moz-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 400, app/assets/stylesheets/sweet-alert.scss */
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  -moz-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@-moz-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

/* line 409, app/assets/stylesheets/sweet-alert.scss */
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  -moz-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

@-moz-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

/* line 417, app/assets/stylesheets/sweet-alert.scss */
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  -moz-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

@-moz-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

/* line 425, app/assets/stylesheets/sweet-alert.scss */
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  -moz-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
