/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *









 */

div.row.row-offcanvas.row-offcanvas-left { margin-left: 0px; margin-right: 0px; }

/* The Rails flash message (after an update for example...) */
.flash{
  background-color:#ffeeaa;
  padding:.5em;
  color:darkred;
  border:solid 1px gray;
  margin-bottom:.5em;
  font-weight:bold;
}

/* Fix the Drag handle in the searchbox to fit inside the gray box */
.page-places .input-section .toggle-link.advanced-link {
  display:block;
  padding: 0px 0px 10px 0px;
}

.menu-main .user-prefs li:hover, .menu-main .user-prefs li:active {
    background: #fafafa;
    color: #555;
}

/* The class non-capitalizable is applied when content should not be capitalized, e.g. for names in ortographic transliterations. */
.breadcrumb li .non-capitalizable {
  text-transform: none;
}
/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *






 */
/* line 19, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/application.css.scss */
.item-icon-delete, .item-icon-edit, .item-icon-manage, .item-icon-new, .item-icon-view {
  padding: 0 0 0 18px;
  display: inline-block;
  background-color: transparent;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  height: 16px;
}

/* line 27, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/application.css.scss */
.item-icon-delete {
  background-image: url(/assets/interface_utils/item-delete-3974fadf3d5e56e5fb7fce6c62b3694db54f54fbcc04222b2b2de6702ca895a5.png);
}

/* line 30, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/application.css.scss */
.item-icon-edit {
  background-image: url(/assets/interface_utils/item-edit-1c54436a10400b42dc9c8e8f9d5221a7445d15ec10451fe9bbaeebeb007d3d77.png);
}

/* line 33, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/application.css.scss */
.item-icon-manage {
  background-image: url(/assets/interface_utils/item-manage-3092a793939494221f61793dbec48dd1006d4680ab0a76f13d51d758eb2315b4.png);
}

/* line 36, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/application.css.scss */
.item-icon-new {
  background-image: url(/assets/interface_utils/item-new-b4c753b6ea5d99ca26ac2827e4859ee7cf1aa8de249d7bd401d5012b9530fcfa.png);
}

/* line 39, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/application.css.scss */
.item-icon-view {
  padding: 0 0 0 22px;
  background-image: url(/assets/interface_utils/item-view-604c7429d7db8e5bc435ffdc97307cb4d4cfc5570d7fa477c50b5ef8774bac3a.png);
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



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

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

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

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

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

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/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(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/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(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/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}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

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

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


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


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

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

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

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

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

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

	/* Support: IE <= 11 */
	overflow: visible;
}

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

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

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

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

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

}

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

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

 */

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

 */

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

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

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

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

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

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

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

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

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

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

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

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

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

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

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

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

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

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

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

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

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

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

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




















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


 */
/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
#login-status {
border-bottom-width:0pt;
color:#606060;
font-family:helvetica,arial,sans-serif;
font-size:100%;
margin:0pt;
padding:0pt 80px 0pt 0pt;
position:absolute;
right:0px;
top:92px;
z-index:1;
}

#login, #password, #password_confirmation {
	width: 200px;
	color: #555555;
    padding: 3px 4px;
    font-size: 1em; }

.login-box {
	    background-color: #FCFCFC !important;
	    border: 1px solid #EEEEEE;
	    border-radius: 8px 8px 8px 8px;
	    box-shadow: 0 1px 8px #CCCCCC;
	    margin: 0 0 10px;
	    padding: 10px !important;
	    width: 600px;
	}
	
.left-column {
	    float: left;
	    width: 39%;
}

.center-column {
	    float: left;
	    width: 20%;
}

.right-column {
    float: right;
    width: 39%;
}

a.emphasize:link, a.emphasize:visited {
    background: none repeat scroll 0 0 #990000;
    color: #FFFFFF;
    padding: 5px !important;
}

.red-caption {
    color: #990000;
    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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
.dz, .bo, .bigger input {
  font-size: 140%;
  font-family: "Jomolhari", "Kailasa", "XenoType Tibetan New", "Tibetan Machine Uni"!important;
  line-height: 150%;
  text-align: left;
  font-weight: normal;
}

.ne {
  font-size: 120%;
  font-family: "Arial Unicode MS"!important;
  text-align: left;
  font-weight: normal;
}
/* line 1, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/scaffolds.css.scss */
#notice {
  color: green;
}

/* line 5, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/scaffolds.css.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 11, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/scaffolds.css.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 18, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/scaffolds.css.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

/* line 28, ../bundler/ruby/3.2.0/bundler/gems/interface_utils-a42303056fe2/app/assets/stylesheets/interface_utils/scaffolds.css.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 204, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 323, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 349, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 107, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 120, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../bundler/ruby/3.2.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
.essays-form-fields input#text_title {
    padding-left: 0;
    width: 90%;
}
.essays-form-fields .row, .twitter-typeahead {
 margin: 0 0 0.2rem 1rem;
}
.essays-form-fields .row {
  padding-top: 10px;
}
#NodeTree{
}

#NodeTree ul{
  margin: 0 0 0 0;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

#NodeTree ul li{
    list-style:none;
    margin:0.3em 0;
    padding:0;
}

#NodeTree .selected-node{
  background-color:#faffa2;
}

#NodeTree .loading-node{
  margin-left:3px;
  padding-left:16px;
  background:transparent url(http://thlib.org/global/images/ajax-loader.gif);
}

#NodeTree .node-plus, #NodeTree .node-minus, #NodeTree .node-empty{
  float:left;
  width:11px;
  height:11px;
  margin:3px 6px 0 0;
  border:0;
}

#NodeTree .node-plus{
  background:transparent no-repeat url(http://thlib.org/global/images/btn-plus-lg.gif);
}

#NodeTree .node-minus{
  background:transparent no-repeat url(http://thlib.org/global/images/btn-minus-lg.gif);
}

#NodeTree .node-empty{
  background:transparent no-repeat url(http://thlib.org/global/images/btn-empty-lg.gif);
}
/**
* Mandala KMAPS Places-Subjects - Development
*
* version 1.x - shanti-main-kmaps.css
* -------------------------------------------------
* University of Virginia / SHANTI MANDALA / KMAPS
* -------------------------------------------------
*
*/
/* BEGIN (Places) colors */
/* line 12, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places .titlearea,
.page-places .breadcrumb .icon,
.page-places .fixed-action-button a,
.page-places .bx-controls-direction a,
.page-places .nav-tabs.nav-justified > li.active > a,
.page-places .nav-tabs.nav-justified > li.active > a:focus,
.page-places .nav-tabs.nav-justified > li.active > a:hover,
.page-places .ui-resizable-handle.ui-resizable-nw.active,
.page-places .ui-resizable-handle.ui-resizable-nw:active {
  background: #3297f7 !important;
}

/* line 24, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places .view-section .fancytree-container .glyphicon,
.page-places .view-section .fancytree-container .fancytree-node:hover > .glyphicon,
.page-places .view-section .fancytree-container .fancytree-node:active > .glyphicon,
.page-places .view-section .fancytree-node.fancytree-active > .glyphicon,
.page-places .view-section .fancytree-node.fancytree-selected > .glyphicon,
.page-places .carousel-feature-slides li.active div a::before,
.page-places .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a .check-mark,
.page-places .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a:active .check-mark,
.page-places .kmaps-sources-summary ul.summary-list > li span.icon.shanticon-essays {
  color: #3297f7 !important;
}

/* line 36, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places .carousel-feature-slides li div a:hover,
.page-places .carousel-feature-slides li div a:active,
.page-places .carousel-feature-slides li.active div a,
.page-places #tab-main .each-photo a.thumbnail:hover,
.page-places #tab-main .each-text a.thumbnail:hover {
  border-color: #3297f7 !important;
}

/* line 44, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places .input-section .toggle-link,
.page-places .input-section .toggle-link:hover,
.page-places .input-section .toggle-link .icon::before,
.page-places .input-section .toggle-link:hover .icon::before,
.page-places .input-section .selectpicker .caret::before,
.page-places .view-section .nav-tabs > li.active > a,
.page-places .view-section .nav-tabs > li.active > a:hover,
.page-places .view-section .nav-tabs > li.active > a:active {
  color: #3297f7 !important;
}

/* line 55, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places .kmaps-tt-menu .kmaps-tt-suggestion:hover::before,
.page-places .kmaps-tt-menu .kmaps-tt-suggestion.kmaps-tt-cursor::before,
.page-places .carousel-indicators li:hover,
.page-places .carousel-indicators li.active,
.page-places .kmaps-tt-menu .kmaps-tt-suggestion:hover::before {
  border-color: #3297f7 !important;
  /* set subtheme color */
  background: #3297f7 !important;
}

/* line 64, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places #sidebar-first .nav-pills li.active {
  border-color: #3297f7 !important;
  /* Darker shade of red for shadow blend */
}

/* line 68, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places .view-section .nav-tabs > li.active > a,
.page-places .nav-tabs.nav-justified > li.active {
  /*border-top-color: #4ca6fb !important;*/
  border-top-color: #3297f7 !important;
}

/* line 74, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places .texts-list li:hover::before {
  /*background: #4ca6fb !important;*/
}

/* line 78, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places .ui-resizable-handle.ui-resizable-w,
.page-places .ui-resizable-handle.ui-resizable-w:hover,
.page-places .ui-resizable-handle.ui-resizable-w:active {
  border-color: #3297f7 transparent transparent transparent;
}

@media screen and (min-width: 500px) {
  /* line 83, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
  .page-places .navbar-header .site-slogan {
    color: #3676b2 !important;
  }
  /* Darker shade for banner site-slogan text */
  /* line 84, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
  .page-places .navbar-brand:hover .site-slogan {
    color: #555 !important;
  }
  /* line 85, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
  .page-places .navbar-header:active .site-slogan {
    color: #3676b2 !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 89, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
  .nav-tabs.nav-justified > li.active::before {
    color: #3297f7 !important;
  }
}

/* line 92, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places ::-moz-selection {
  background: #B35904 !important;
}

/* line 93, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places ::selection {
  background: #B35904 !important;
}

/**
* BEGIN (Subjects) colors
*/
/* line 101, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-subjects .titlearea,
.page-subjects .carousel-control,
.page-subjects .breadcrumb .icon,
.page-subjects .fixed-action-button a,
.page-subjects .bx-controls-direction a,
.page-subjects .nav-tabs.nav-justified > li.active > a,
.page-subjects .nav-tabs.nav-justified > li.active > a:focus,
.page-subjects .nav-tabs.nav-justified > li.active > a:hover,
.page-subjects .ui-resizable-handle.ui-resizable-nw.active,
.page-subjects .ui-resizable-handle.ui-resizable-nw:active {
  background: #cc4c39 !important;
}

/* line 114, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-subjects .view-section .fancytree-container .glyphicon,
.page-subjects .view-section .fancytree-container .fancytree-node:hover > .glyphicon,
.page-subjects .view-section .fancytree-container .fancytree-node:active > .glyphicon,
.page-subjects .view-section .fancytree-node.fancytree-active > .glyphicon,
.page-subjects .view-section .fancytree-node.fancytree-selected > .glyphicon,
.page-subjects .carousel-feature-slides li.active div a::before,
.page-subjects .input-section a.toggle-link,
.page-subjects .input-section a.toggle-link:hover,
.page-subjects .input-section .toggle-link .icon::before,
.page-subjects .input-section .toggle-link:hover .icon::before,
.page-subjects .input-section .selectpicker .caret::before,
.page-subjects .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a .check-mark,
.page-subjects .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a:active .check-mark,
.page-subjects .view-section .nav-tabs > li.active > a,
.page-subjects .view-section .nav-tabs > li.active > a:hover,
.page-subjects .view-section .nav-tabs > li.active > a:active,
.page-subjects .kmaps-sources-summary ul.summary-list > li span.icon.shanticon-essays {
  color: #cc4c39 !important;
}

/* line 134, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-subjects .carousel-feature-slides li div a:hover,
.page-subjects .carousel-feature-slides li div a:active,
.page-subjects .carousel-feature-slides li.active div a,
.page-subjects #tab-main .each-photo a.thumbnail:hover,
.page-subjects #tab-main .each-text a.thumbnail:hover {
  border-color: #cc4c39 !important;
}

/* line 142, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-subjects .kmaps-tt-menu .kmaps-tt-suggestion:hover::before,
.page-subjects .kmaps-tt-menu .kmaps-tt-suggestion.kmaps-tt-cursor::before,
.page-subjects .carousel-indicators li:hover,
.page-subjects .carousel-indicators li.active,
.page-subjects .kmaps-tt-menu .kmaps-tt-suggestion:hover::before {
  border-color: #cc4c39 !important;
  /* set subtheme color */
  background: #cc4c39 !important;
}

/* line 151, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-subjects #sidebar-first .nav-pills li.active {
  border-color: #b24232 !important;
  /* Darker shade of red for shadow blend */
}

/* line 155, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-subjects .view-section .nav-tabs > li.active > a,
.page-subjects .nav-tabs.nav-justified > li.active {
  border-top-color: #cc4c39 !important;
}

/* line 160, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-subjects .texts-list li:hover::before {
  /*background: #cc4c39 !important;*/
}

/* line 164, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-subjects .ui-resizable-handle.ui-resizable-w,
.page-subjects .ui-resizable-handle.ui-resizable-w:hover,
.page-subjects .ui-resizable-handle.ui-resizable-w:active {
  border-color: #cc4c39 transparent transparent transparent;
}

@media screen and (min-width: 500px) {
  /* line 169, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
  .page-subjects .navbar-header .site-slogan {
    color: #b24231 !important;
  }
  /* Darker shade for banner site-slogan text */
  /* line 170, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
  .page-subjects .navbar-brand:hover .site-slogan {
    color: #555 !important;
  }
  /* line 171, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
  .page-subjects .navbar-header:active .site-slogan {
    color: #b24231 !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 176, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
  .page-subjects .nav-tabs.nav-justified > li.active::before {
    color: #cc4c39 !important;
  }
}

/* line 181, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-subjects ::-moz-selection {
  background: #2A974B !important;
}

/* line 182, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-subjects ::selection {
  background: #2A974B !important;
}

/* line 184, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.page-places .shanti-thumbnail-image .icon,
.page-subjects .shanti-thumbnail-image .icon {
  background-color: #8e752e !important;
}

/* BEGIN Mandala Homepage colors */
/* line 190, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.front.home-carousel .ui-resizable-handle.ui-resizable-nw:active {
  background-color: #4d59ca !important;
}

/* custom theme color change under Search Flyout Tabs Places - Subjects */
/* line 194, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.front .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-2 > a,
.front .view-section .shanti-kmaps-faceted-search-kmaps-2 .fancytree-container .glyphicon,
.front .view-section .shanti-kmaps-faceted-search-kmaps-2 .fancytree-container .fancytree-node:hover > .glyphicon,
.front .view-section .shanti-kmaps-faceted-search-kmaps-2 .fancytree-container .fancytree-node:active > .glyphicon,
.front .view-section .shanti-kmaps-faceted-search-kmaps-2 .fancytree-node.fancytree-active > .glyphicon,
.page-places .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-2 > a,
.page-places .view-section .shanti-kmaps-faceted-search-kmaps-2 .fancytree-container .glyphicon,
.page-places .view-section .shanti-kmaps-faceted-search-kmaps-2 .fancytree-container .fancytree-node:hover > .glyphicon,
.page-places .view-section .shanti-kmaps-faceted-search-kmaps-2 .fancytree-container .fancytree-node:active > .glyphicon,
.page-places .view-section .shanti-kmaps-faceted-search-kmaps-2 .fancytree-node.fancytree-active > .glyphicon {
  color: #cc4c39 !important;
}

/* line 206, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.front .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-1 > a,
.front .view-section .shanti-kmaps-faceted-search-kmaps-1 .fancytree-container .glyphicon,
.front .view-section .shanti-kmaps-faceted-search-kmaps-1 .fancytree-container .fancytree-node:hover > .glyphicon,
.front .view-section .shanti-kmaps-faceted-search-kmaps-1 .fancytree-container .fancytree-node:active > .glyphicon,
.front .view-section .shanti-kmaps-faceted-search-kmaps-1 .fancytree-node.fancytree-active > .glyphicon,
.page-subjects .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-1 > a,
.page-subjects .view-section .shanti-kmaps-faceted-search-kmaps-1 .fancytree-container .glyphicon,
.page-subjects .view-section .shanti-kmaps-faceted-search-kmaps-1 .fancytree-container .fancytree-node:hover > .glyphicon,
.page-subjects .view-section .shanti-kmaps-faceted-search-kmaps-1 .fancytree-container .fancytree-node:active > .glyphicon,
.page-subjects .view-section .shanti-kmaps-faceted-search-kmaps-1 .fancytree-node.fancytree-active > .glyphicon {
  color: #49a0f2 !important;
}

/* line 218, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.front .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-1 > a,
.page-subjects .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-1 > a {
  border-top-color: #49a0f2 !important;
}

/* line 222, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.front .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-2 > a,
.page-places .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-2 > a {
  border-top-color: #cc4c39 !important;
}

/* line 226, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.front .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-facets > a,
.page-places .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-facets > a,
.page-subjects .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-facets > a {
  color: #4d59ca !important;
}

/* line 231, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.front .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-facets > a,
.page-subjects .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-facets > a,
.page-places .view-section .nav-tabs > li.active.shanti-kmaps-faceted-search-kmaps-facets > a {
  border-top-color: #4d59ca !important;
}

/* line 237, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.front .ui-resizable-handle.ui-resizable-w,
.front .ui-resizable-handle.ui-resizable-w:hover,
.front .ui-resizable-handle.ui-resizable-w:active {
  border-color: #4d59ca transparent transparent transparent;
}

/* line 244, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.sidebar-first .ajax-progress,
.sidebar-first .ajax-progress .throbber {
  display: inline-block !important;
}

/** Quick fix for visual teasers in kmaps  (ndg8f) */
/* line 250, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/sarvaka_kmaps/shanti-main-kmaps.css.scss */
.kmaps-visuals-grid li.shanti-thumbnail.visual .shanti-field-agent a,
.kmaps-visuals-grid li.shanti-thumbnail.visual .shanti-field-created,
.kmaps-visuals-grid li.shanti-thumbnail.visual .shanti-field-type * {
  font-size: 1.25rem !important;
}

/**
*
* END - KMAPS/css/shanti-main-kmaps.css
*
*/
/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
/*
* gallery images
*/
/* line 18, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/main.css.scss */
.og-details .tab-pane {
  padding: 1rem 0 0;
}

/* line 21, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/main.css.scss */
.og-details h3 {
  margin: 0.5em 0;
}

/* line 24, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/main.css.scss */
.og-details #info li,
.og-details #download li {
  margin: 1rem 0 0;
}

/* line 29, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/main.css.scss */
article table.pagerer:last-child {
  margin: 2rem 0 7rem;
}

/* popups */
/* line 35, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/main.css.scss */
.popover h2 {
  margin-top: 3px;
}

/* END - popups */
/*
* associated media no image
*/
/* line 44, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/main.css.scss */
.item-no-img {
  display: list-item !important;
  clear: both;
  list-style: square inside none;
  text-align: left;
}

/* search flyout */
/* line 52, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/main.css.scss */
#search-note p {
  font-size: x-small;
  font-style: italic;
}

/* line 56, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/main.css.scss */
#goto-fid.input-group {
  display: table;
  float: none;
}

/* END - search flyout */
/*.view-section {*/
/*float: right;*/
/*width: 50%;*/
/*}*/
/*******************************************************************************
 * Tree container

 Lion colors:
  gray highlight bar: #D4D4D4
  blue highlight-bar and -border #3875D7


 */
/* line 15, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.ui-helper-hidden {
  display: none;
}

/* line 19, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-hide {
  display: none;
}

/* line 24, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-container {
  font-family: tahoma, arial, helvetica;
  font-size: 10pt;
  /* font size should not be too big */
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  /* issue 201 */
  background-color: white;
  border: 1px dotted gray;
  overflow: auto;
  height: 100%;
  /* issue 263 */
}

/* line 37, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-container .glyphicon {
  color: #4d59ca;
  font-family: 'Glyphicons Halflings';
  font-size: 15px;
  margin-right: 1.2rem;
  position: relative;
  top: .5rem;
  -webkit-transform: scale(1.175);
  transform: scale(1.175);
  filter: alpha(opacity=80);
  opacity: .8;
  background-image: none !important;
}

/* line 51, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-node:hover > .glyphicon {
  opacity: 1;
}

/* line 55, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
ul.fancytree-container ul {
  padding: 0 0 0 16px;
  margin: 0;
}

/* line 61, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
ul.fancytree-container li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat-y;
  background-image: none;
  /* no v-lines */
  margin: 0;
  padding: 0 0 0 0;
}

/* Suppress lines for last child node */
/* line 78, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
ul.fancytree-container li.fancytree-lastsib {
  background-image: none;
}

/* Suppress lines if level is fixed expanded (option minExpandLevel) */
/* line 83, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
ul.fancytree-no-connector > li {
  background-image: none;
}

/* Style, when control is disabled */
/* line 89, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.ui-fancytree-disabled ul.fancytree-container {
  opacity: 0.5;
  /*  filter: alpha(opacity=50); /* Yields a css warning */
  background-color: silver;
}

/*******************************************************************************
 * Common icon definitions
 */
/* line 100, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-empty,
span.fancytree-vline,
span.fancytree-expander,
span.fancytree-icon,
span.fancytree-checkbox,
span.fancytree-radio,
span.fancytree-drag-helper-img,
#fancytree-drop-marker {
  width: 16px;
  height: 16px;
  display: inline-block;
  /* Required to make a span sizeable */
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left;
  /*    background-image: image-url(/icons.gif); */
  background-position: 0 0;
}

/** Used by 'icon' node option: */
/* line 121, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-container img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  vertical-align: top;
  border-style: none;
}

/*******************************************************************************
 * Lines and connectors
 */
/* span.fancytree-connector
{
  background-image: none;
}
 */
/*******************************************************************************
 * Expander icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *     so we create combined class names that can be used in the CSS.
 *
 * Prefix: fancytree-exp-
 * 1st character: 'e': expanded, 'c': collapsed, 'n': no children
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 */
/* line 150, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-expander {
  background-position: 0px -80px;
  cursor: pointer;
}

/* line 155, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-expander:hover {
  background-position: -16px -80px;
}

/* line 156, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-exp-n span.fancytree-expander:hover {
  background-position: -16px -80px;
}

/* line 169, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-exp-e span.fancytree-expander,
.fancytree-exp-ed span.fancytree-expander,
.fancytree-exp-el span.fancytree-expander,
.fancytree-exp-edl span.fancytree-expander {
  background-position: -32px -80px;
}

/* line 176, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-exp-e span.fancytree-expander:hover,
.fancytree-exp-ed span.fancytree-expander:hover,
.fancytree-exp-el span.fancytree-expander:hover,
.fancytree-exp-edl span.fancytree-expander:hover {
  background-position: -48px -80px;
}

/* line 183, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-loading span.fancytree-expander {
  background-position: 0 0;
  background-image: url(/assets/loading-bcb24857cea0d14378191dbbb38c3a4a65dce5476006eda645f3d67769bc50b9.gif);
}

/* line 189, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-exp-n span.fancytree-expander,
.fancytree-exp-nl span.fancytree-expander {
  background-image: none;
  cursor: default;
}

/*******************************************************************************
 * Checkbox icon
 */
/* line 200, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-checkbox {
  margin-left: 3px;
  background-position: 0px -32px;
}

/* line 204, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-checkbox:hover {
  background-position: -16px -32px;
}

/* line 205, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-partsel span.fancytree-checkbox {
  background-position: -64px -32px;
}

/* line 206, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-partsel span.fancytree-checkbox:hover {
  background-position: -80px -32px;
}

/* line 207, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-selected span.fancytree-checkbox {
  background-position: -32px -32px;
}

/* line 208, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-selected span.fancytree-checkbox:hover {
  background-position: -48px -32px;
}

/*******************************************************************************
 * Radiobutton icon
 */
/* line 213, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-radio span.fancytree-checkbox {
  margin-left: 3px;
  background-position: 0px -48px;
}

/* line 217, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-radio span.fancytree-checkbox:hover {
  background-position: -16px -48px;
}

/* line 218, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-radio .fancytree-partsel span.fancytree-checkbox {
  background-position: -64px -48px;
}

/* line 219, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-radio .fancytree-partsel span.fancytree-checkbox:hover {
  background-position: -80px -48px;
}

/* line 220, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-radio .fancytree-selected span.fancytree-checkbox {
  background-position: -32px -48px;
}

/* line 221, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-radio .fancytree-selected span.fancytree-checkbox:hover {
  background-position: -48px -48px;
}

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *     so we create combined class names that can be used in the CSS.
 *
 * Prefix: fancytree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */
/* line 232, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-icon {
  margin-left: 3px;
  background-position: 0px 0px;
}

/* line 237, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-ico-cf span.fancytree-icon {
  background-position: 0px -16px;
}

/* Collapsed Folder */
/* line 238, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-ico-ef span.fancytree-icon {
  background-position: -64px -16px;
}

/* Expanded Folder */
/* line 239, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-statusnode-wait span.fancytree-icon {
  background-image: url(/assets/loading-bcb24857cea0d14378191dbbb38c3a4a65dce5476006eda645f3d67769bc50b9.gif);
}

/* Status node icons */
/* line 240, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-statusnode-error span.fancytree-icon {
  background-position: 0px -112px;
}

/*******************************************************************************
 * Node titles
 */
/* line 245, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-title {
  display: inline-block;
  /* Better alignment, when title contains <br> */
  padding-left: 3px;
  padding-right: 3px;
  /* Otherwise italic font will be outside bounds */
  color: black;
  /* inherit doesn't work on IE */
  vertical-align: top;
  margin: 0px;
  margin-left: 3px;
  /*    border: 1px solid white; /* reserve some space for status borders (Note: 'transparent' would not work in IE6) */
  border: 1px solid transparent;
  /* reserve some space for status borders */
  border-radius: 0;
  text-decoration: none;
}

/* line 258, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
a.fancytree-title:focus,
span.fancytree-focused a:link,
span.fancytree-focused .fancytree-title {
  /*outline: 1px dotted black;
    color: white;*/
}

/* line 264, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-selected .fancytree-title {
  background-color: #D4D4D4;
  /*gray*/
  font-style: italic;
}

/* line 268, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-active .fancytree-title {
  /*color: white;
    background-color: #3875D7;*/
  /*blue*/
}

/*******************************************************************************
 * 'table' extension
 */
/*
table.fancytree-ext-table {
  border-collapse: collapse;
  width: 100%;
}
table.fancytree-ext-table tbody tr:nth-child(even){
  background-color: #f4f4f8;
}
table.fancytree-ext-table tbody tr td {
  border: 1px solid lightgray;
}
*/
/* line 289, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-table tbody tr.fancytree-focused {
  background-color: #99DEFD;
}

/* line 292, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-table tbody tr.fancytree-active {
  background-color: royalblue;
}

/* line 295, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-table tbody tr.fancytree-selected {
  background-color: #99FDDE;
}

/*******************************************************************************
 * 'columnview' extension
 */
/*
table.fancytree-ext-columnview {
  border-collapse: collapse;
  width: 100%;
}
*/
/* line 309, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-columnview td > ul {
  padding: 0;
}

/* line 313, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-columnview td > ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat-y;
  background-image: none;
  /* no v-lines */
  margin: 0;
  padding: 1px 0 0 0;
}

/*
table.fancytree-ext-columnview tbody tr[0] {
  height: 200px;
}
*/
/* line 335, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-columnview tbody tr td {
  border: 1px solid gray;
  vertical-align: top;
  overflow: auto;
}

/* line 340, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-columnview span.fancytree-node {
  display: inline-block;
  position: relative;
  /* allow positioning of embedded spans*/
  width: 100%;
}

/* line 345, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-columnview span.fancytree-node a {
  border: 1px solid transparent;
  background-color: transparent;
}

/* line 349, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
  background-color: #ccc;
}

/* line 352, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-columnview span.fancytree-node.fancytree-active {
  background-color: royalblue;
}

/* line 355, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
table.fancytree-ext-columnview span.fancytree-cv-right {
  background-position: 0px -80px;
  position: absolute;
  right: 3px;
}

/*******************************************************************************
 * 'filter' extension
 */
/* line 365, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-ext-filter span.fancytree-node .fancytree-title {
  color: silver;
  font-weight: lighter;
}

/* line 369, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-ext-filter span.fancytree-node.fancytree-submatch .fancytree-title {
  color: black;
  font-weight: normal;
}

/* line 373, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
.fancytree-ext-filter span.fancytree-node.fancytree-match .fancytree-title {
  color: black;
  font-weight: bold;
}

/*******************************************************************************
 * Drag'n'drop support
 */
/*** Helper object ************************************************************/
/* line 387, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
div.fancytree-drag-helper a {
  border: 1px solid gray;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.8;
}

/* line 395, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-drag-helper-img {
  /*
    position: relative;
    left: -16px;
    */
}

/* line 402, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
div.fancytree-drag-helper {
  /*    border-color: green;
        background-color: red;*/
}

/* line 407, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
div.fancytree-drop-accept span.fancytree-drag-helper-img {
  background-position: -32px -112px;
}

/* line 411, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
div.fancytree-drag-helper.fancytree-drop-reject {
  border-color: red;
}

/* line 415, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
div.fancytree-drop-reject span.fancytree-drag-helper-img {
  background-position: -16px -112px;
}

/*** Drop marker icon *********************************************************/
/* line 422, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
#fancytree-drop-marker {
  width: 24px;
  position: absolute;
  background-position: 0 -128px;
  margin: 0;
}

/* line 429, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
#fancytree-drop-marker.fancytree-drop-after,
#fancytree-drop-marker.fancytree-drop-before {
  width: 64px;
  background-position: 0 -144px;
}

/* line 435, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
#fancytree-drop-marker.fancytree-drop-copy {
  background-position: -64px -128px;
}

/* line 439, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
#fancytree-drop-marker.fancytree-drop-move {
  background-position: -64px -128px;
}

/*** Source node while dragging ***********************************************/
/* line 446, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-drag-source {
  /* border: 1px dotted gray; */
  background-color: #e0e0e0;
}

/* line 451, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-drag-source a {
  color: gray;
}

/*** Target node while dragging cursor is over it *****************************/
/* line 458, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-drop-target {
  /*border: 1px solid gray;*/
}

/* line 465, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-drop-target.fancytree-drop-accept a {
  /*border: 1px solid green;*/
  background-color: #3169C6 !important;
  color: white !important;
  /* @ IE6 */
  text-decoration: none;
}

/* line 472, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/vendor/assets/stylesheets/kmaps_tree/kmapstree.css.scss */
span.fancytree-drop-target.fancytree-drop-reject {
  /*border: 1px solid red;*/
}
/* KMaps Fields CSS */
.kmaps-value {
    font-weight: bold;
}
.kmaps-ancestors {
    display: inline-block;
    margin-left: 3px;
    font-size: .8em;
    color: #999;
}
.twitter-typeahead {
    width: 100%;
}
.twitter-typeahead .kmaps-tt-input {
    color: black;
}
.twitter-typeahead .kmaps-tt-hint {
    color: #999;
}
.kmaps-tt-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
.kmaps-tt-suggestion {
    padding: 3px 20px;
}
.kmaps-tt-suggestion:hover:not(.kmaps-tt-selected):not(.kmaps-tt-zero-facet) {
    color: #fff;
    background-color: #428bca;
}
.kmaps-tt-suggestion.kmaps-tt-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
.kmaps-tt-suggestion p {
    margin: 0;
}
.kmaps-tt-selected {
    text-decoration: line-through;
    color: gray;
}
.kmaps-tt-zero-facet {
    color: gray;
}
.kmaps-tt-zero-facet .kmaps-term{
    text-decoration: line-through;
}
.kmaps-tt-header {
    padding: 4px 20px 4px 14px;
    background-color: #eee;
    font-weight: bold;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.kmaps-tt-footer {
  border-top: 1px solid #ddd;
}
.kmaps-tt-message {
    padding: 3px 14px;
}
.kmaps-tt-dataset:not(:empty) + .kmaps-tt-dataset button.close {
    display: none;
}
/* END - KMaps Fields CSS */
/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
/* line 14, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/kmaps_typeahead.css.scss */
.advanced-view .kmaps-tt-hint {
  padding-left: 30px;
}
.kmap-typeahead-picker {
    clear: both;
}
.kmaps-tt-menu{
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0.7rem;
}
.kmaps-tt-menu,
.twitter-typeahead {
    padding-top: 0 !important;
    text-rendering: optimizeSpeed;
    width:100%;
}
.kmaps-tt-header{
    padding: .8rem 2rem .4rem 1.4rem !important; 
    font-weight:normal !important;
}
.kmaps-tt-header:first-of-type {
    border-top: none;
    margin-top: 0;
}
.kmap-typeahead-picker .kmaps-tt-header:first-of-type{
    position: relative;
    height: 60px !important;
    margin-bottom: 0.4rem;
}
.kmaps-tt-header .close{
    border: 0 none;
    cursor: pointer;
    padding: 0;
    float: right;
    position: relative;
    top: -0.5rem;
    left: 0.7rem;
    font-size: 2em;
    /* font-size: 2.12em; */
    font-weight:normal;
    background: none;
    opacity: 0.2;
}
.kmaps-tt-header .close:hover,
.kmaps-tt-header .close:focus{
    opacity: 0.5;
}
.kmaps-tt-footer.kmaps-tt-results{
    padding: 0.5rem;
    background-color: #eee;
    position: relative;
    /*top: 0.5rem;*/
}
.kmap-typeahead-picker label{
    /*text-transform: capitalize;
    padding-left:1rem;
    font-weight: normal;*/
}
.kmap-typeahead-picker label span{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 0.3rem;
}
.kmaps-tt-suggestion{
    padding: 0.2rem 2rem;
    /*margin-left: 10px;*/
}
.kmaps-tt-suggestion:nth-of-type(2){
    padding-top: 0.7rem;
}
/*.kmaps-tt-menu .kmaps-tt-suggestion.kmaps-tt-selected:not(.kmaps-tt-zero-facet):hover,*/
.kmaps-tt-suggestion:hover:not(.kmaps-tt-selected):not(.kmaps-tt-zero-facet){
    cursor: pointer;
    color:#444;
    background-color: #eee !important;
}
.kmaps-tt-suggestion .kmaps-count{
    font-size: 90%;
}
.kmaps-ancestors{
    display:inline;
}
.kmaps-tt-suggestion .kmaps-count,
.kmaps-tt-suggestion .kmaps-term,
.kmaps-tt-suggestion .kmaps-ancestors{
    color:gray;
}
/* hover effect for using arrow keys to navigate menu */
.kmaps-tt-menu .kmaps-tt-suggestion.kmaps-tt-cursor{
    background-color:transparent !important;
    background-image:none !important;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; - Note: if needed for overriding library css in IE, but below may suffice, and it should  work in SCSS */
    filter:none !important;
    color:#000 !important;
}
.kmaps-tt-menu .kmaps-tt-suggestion::before{
    content: '';
    width: 9px;
    height: 9px;
    border: 1px solid #777;
    background: transparent;
    position: relative;
    right: 8px;
    bottom: 0;
    display: inline-block;
    /*margin-left: 10px;*/
}
.kmaps-tt-menu .kmaps-tt-suggestion::before{
  margin-left:0;
}
.kmaps-tt-suggestion:hover:not(.kmaps-tt-selected)::before,
.kmaps-tt-suggestion.kmaps-tt-cursor::before{
    border-color: #555;
    background-color: #555;  /* set custom colors in subtheme css */
}

.kmaps-tt-suggestion.kmaps-tt-selectable .kmaps-count,
.kmaps-tt-suggestion.kmaps-tt-selectable .kmaps-term,
.kmaps-tt-suggestion.kmaps-tt-selectable .kmaps-ancestors,
.kmaps-tt-suggestion.kmaps-tt-selectable:hover .kmaps-count,
.kmaps-tt-suggestion.kmaps-tt-selectable:hover .kmaps-term,
.kmaps-tt-suggestion.kmaps-tt-selectable:hover .kmaps-ancestors,
.kmaps-tt-suggestion.kmaps-tt-selectable.kmaps-tt-cursor .kmaps-count,
.kmaps-tt-suggestion.kmaps-tt-selectable.kmaps-tt-cursor .kmaps-term,
.kmaps-tt-suggestion.kmaps-tt-selectable.kmaps-tt-cursor .kmaps-ancestors{
    color:#000 !important;
}

.kmaps-tt-suggestion.kmaps-tt-selected:hover .kmaps-count,
.kmaps-tt-suggestion.kmaps-tt-selected:hover .kmaps-term,
.kmaps-tt-suggestion.kmaps-tt-selected:hover .kmaps-ancestors{
    color:grey !important;
}
/* remove strike-through on feature-type menus null assets */
.kmap-filter .kmaps-tt-menu .kmaps-tt-zero-facet .kmaps-term{
  text-decoration:none;
}

/*----------------------*/
/*---- BEGIN Paging ----*/
/*----------------------*/
.typeahead-pager{
  font-size: 70%;
  text-align: right;
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}
.typeahead-pager li {
  display: inline;
  color: #707070;
  padding: 0 1px;
  line-height: 1em;
  font-weight: bold;
}
.typeahead-pager .pager-input {
  width: 4rem;
  text-align:center;
}
.kmaps-tt-header .typeahead-pager{
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
}
.typeahead-pager .pager-item > form,
.typeahead-pager .pager-item > form div,
.typeahead-pager .pager-item > form input {
  display: inline !important;
}
.typeahead-pager li .ajax-loading{
  display: none !important;
}
.typeahead-pager li > a {
  border: none;
  color: #aaa;
  padding: 5px 0;
  margin: 0;
  background: transparent;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  top: 0;
}
.typeahead-pager li>a:hover,
.typeahead-pager li>a:active {
  color: #333;
  box-shadow: 0 0 3px rgba(50, 50, 50, 0.4);
  border-collapse: separate;
  cursor: pointer;
}
.typeahead-pager li>a:active {
  color: #000;
  box-shadow: none;
}
.typeahead-pager li>a:hover .icon,
.typeahead-pager li>a:active .icon {
  color: #444;
}
.typeahead-pager .pager-first .icon,
.typeahead-pager .pager-previous .icon,
.typeahead-pager .pager-next .icon,
.typeahead-pager .pager-last .icon {
  font-size: 1em;
  color: #222;
  display: inline-block;
  background: transparent;
}
.pager-first .icon::before {
  content: '|<';
}
.typeahead-pager .pager-previous .icon::before {
  content: '<<';
}
.typeahead-pager .pager-next .icon::before {
  content: '>>';
}
.typeahead-pager .pager-last .icon::before {
  content: '>|';
}
.typeahead-pager li.icon::before {
  position: relative;
  top: 0.1rem;
}
/*-- Pager changing active to black and inactive to grey --*/
.typeahead-pager .pager-first .icon,
.typeahead-pager .pager-previous .icon,
.typeahead-pager .pager-next .icon,
.typeahead-pager .pager-last .icon {
  color: #c0c0c0;
}
.typeahead-pager .pager-first.active .icon,
.typeahead-pager .pager-previous.active .icon,
.typeahead-pager .pager-next.active .icon,
.typeahead-pager .pager-last.active .icon {
  color: #222;
}
.typeahead-pager li span {
  padding: 0 8px;
}
.typeahead-pager li>span {
  border: none;
}
/*----------------------*/
/*----- END paging -----*/
/*----------------------*/
/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
/**
* Mandala KMAPS-Explorer Module (Places-Subjects) - Development
*
* version 1.x - kmaps-explorer.css
* -------------------------------------------------
* University of Virginia / SHANTI MANDALA / KMAPS
* -------------------------------------------------
*
*/

.page-places .front-list .shanticon-places::before{
  color: #4598e5 !important; /* slightly darker places-blue */
}

.page-subjects .front-list .shanticon-subjects::before{
  color: #cc4c39 !important;
}

/* Places Homepage */
.page-places .page-title .icon::before{
  /*content: "\e62c";*/
}
/* Subjects Homepage */
.page-subjects .page-title .icon::before{
  /*content: "\e635";*/
}

.page-places .carousel-control{
  background-color: #4ca6fb !important;
}

.page-subjects .carousel-control{
  background-color: #cc4c39 !important;
}
/* END theme colors */




.summary-overview{
  max-width: 950px;
}
.summary-overview p{
  max-width: 800px;
}

/* Page Layout */
.page-places article.main-col,
.page-subjects article.main-col,
.page-places- article.main-col,
.page-subjects- article.main-col {
  max-width: 100% !important;
  padding-top:0;
}

.home-carousel article.main-col,
.home-carousel article.main-col{
  max-width: 950px !important;
}


/*
article#tab-main > h6:first-of-type{
  font-family: 'museo-sans-700', helvetica, arial, sans-serif;
  font-size: 1.18em;
  text-transform: capitalize;
}
*/

/*
.front.kmaps.home-carousel article.main-col{
  max-width: 1050px !important;
}
*/

.row-offcanvas .btn.btn-default.view-offcanvas-sidebar .icon{
  position: relative;
  left: 0.5rem;
}

.kmaps.home-carousel .carousel-header{
  margin-top: 0.8rem !important;
}
/* main mandala homepage */
.kmaps.front.home-carousel .carousel-header{
  margin-top: -1rem !important;
}

/* hide mobile button on homepage */
.home-carousel .btn.btn-default.view-offcanvas-sidebar,
.front .btn.btn-default.view-offcanvas-sidebar{
  display:none;
}


/* space between Map and accordions on Overview section */
.not-front .panel-group{ margin: 20px 0 50px !important; }

.tab-content.container-fluid,
.no-sidebars article.main-col{ padding-bottom:0 !important; }

.tab-content.container-fluid{
  padding-left:15px;
  padding-right:15px;
}



@media (min-width:992px) {

  .carousel .carousel-main-image{
    width: 32% !important;
  }

  .carousel .carousel-main-content{
    width: 68% !important;
  }

  .front .carousel .carousel-main-image{
    width: 28% !important;
  }

  .front .carousel .carousel-main-content{
    width: 72% !important;
  }
}





/**
* -----------------------------------------------
* KMaps Search Flyout
* -----------------------------------------------
*/

.extruder .input-section .input-group .form-control,
.extruder .input-section .form-item-search-block-form{
  margin:0;
}

.input-section .input-group{
  height: 65px;
  padding: 0 !important;
}
.page-subjects .input-section .input-group{
  height: 53px;
}

.extruder .input-section .input-group .input-group-btn{
  position: absolute;
  top: 1.9rem;
  right: 0.1rem;
}

.extruder .input-section .input-group .btn.btn-default{
  font-size:17px;
}

.extruder .input-section .input-group .glyphicon{
  position: relative;
  top: .25rem;
}

.extruder .input-section .input-group .shanticon-magnify{
  position: absolute;
  left: 1.05rem;
  top: 2.8rem;
}

.extruder .input-section label{
  margin-left: 2.5rem;
  font-size: 1em;
  color: #444;
  letter-spacing: 0.03rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1rem;
}

.extruder .input-section label span{
  text-transform: uppercase;
  font-weight: bold;
  font-size: .93em;
}




.kmaps .view-section .tab-content{
  padding-top:0;
}

.kmaps .view-wrap .kmaps-tt-header:first-of-type{
  height: 35px !important;
  color:transparent;
  /* padding-top: 1rem; */
}

.kmaps .view-section .tab-content .tab-pane.listview{
  border-top: 10px solid #eee;
}

.kmaps .view-section .tab-content .tab-pane.treeview{
  padding-top:1rem;
}

/* custom left-edge padding for Subjects Tab - since Places has Earth node that sets up an imbalance */
.kmaps .view-section .tab-content .shanti-kmaps-faceted-search-kmaps-2.tab-pane.treeview{
  padding-left:.75rem
}
/*
.kmaps .view-section .nav-tabs>li.listview{
  width: 38%;
}

.kmaps .view-section .nav-tabs>li.treeview{
  width: 75%;
  max-width: 170px;
}

.kmaps .view-section .nav-tabs>li.listview.active > a{
  background-color: #eee;
  font-size: 0.88em;
}
*/
.kmaps .search-section .nav-tabs>li,
.kmaps .view-section .nav-tabs>li{
  width:23%;
}

.kmaps .view-section .nav-tabs>li.shanti-kmaps-faceted-search-kmaps-2{
  width:27%;
}

.kmaps .input-section .search-group {
  height:auto;
}

.input-section {
  padding: 1.3rem 2.5rem 0;
  height: 8.8rem;
}

.view-section .kmaps-tt-footer{
  border-bottom: 1px solid #ddd;
}

.view-section .kmaps-tt-footer{
  padding: 0.5rem 0;
}

.page-places .input-section .toggle-link.advanced-link {
  display: inline-block;
  float: right;
  margin-bottom: 3px;
}







article table.pagerer:last-child{
  margin: 2rem 0 7rem;
}






/* Kmaps - Subject Overview image subsection */
figcaption .center-caption {
  text-align: center;
  margin-bottom: 0.50em;
}

.resource-overview-image figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
}

.resource-overview-image figure::before {
  content: '?';
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255,255,255,0.75);
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-clip: padding-box;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.resource-overview-image figure:hover::before {
  filter: alpha(opacity=0);
  opacity: 0;
}

.resource-overview-image .cap-bot::before {
  bottom: 10px;
  left: 10px;
}

.resource-overview-image figcaption {
  position: absolute;
  background: black;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 10px 20px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.resource-overview-image figure:hover figcaption {
  filter: alpha(opacity=100);
  opacity: 1;
}

.resource-overview-image .cap-bot figcaption {
  left: 0;
  bottom: -30%;
}

.resource-overview-image .cap-bot:hover figcaption {
  bottom: 0;
}
.resource-overview-image .cap-bot figcaption:empty,
.resource-overview-image .cap-bot:hover figcaption:empty{
  display:none;
}


/* Kmaps - Google maps */
#map-canvas {
  height: 600px;
  margin: 0px;
  padding: 0px;
}

/**
* Edit Button for Kmaps Nodes
*/
.fixed-action-button {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  z-index: 1;
  display:inline-block;
}

.round-btn-fixed {
  color: #fff;
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  border: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-collapse: separate;
  filter: alpha(opacity=85);
  opacity:0.85;
}

.content-section .round-btn-fixed:hover,
.content-section .round-btn-fixed:active {
  filter: alpha(opacity=100);
  opacity:1;
  color:white;
}

.glyphicon.glyphicon-pencil {
  font-size: 1.9rem;
}

.glyphicon.glyphicon-pencil::before {
  position: relative;
  top: 0.9rem;
}

/**
* -------------------
* Columnizer Lists
* -------------------
*/
.kmaps-list-columns .texts-list li{
  /* letter-spacing: 0.015em; */
  margin-left: 1rem;
}

/*--- headers ---*/
/*.kmaps-list-columns h6{
  text-transform: capitalize;
}*/

.places-in-places.kmaps-list-columns h6,
.subjects-in-places.kmaps-list-columns h6{
  font-size: 0.88em;
  /* border: 2px solid #ddd; */
  border-top: 2px double #ccc;
  border-bottom: 1px double #ddd;
  background: #fff;
  padding: 7px 12px 5px;
  margin-right:1.5rem;

  text-transform: capitalize;
}

/*--- anchors ---*/
.content-section .texts-list li a,
.content-section .kmaps-list-columns ul li a{
  border-bottom: none;
  color: #373f83;
}

.content-section .kmaps-list-columns ul li .popover-footer-button a{
  color:#f0f0f0;
}


.content-section .kmaps-list-columns li .popover-footer-button a:hover{
  color:#fff !important;
}

/*--- bullets ---*/
/*.texts-list li::before,*/
.kmaps-list-columns:not(.subjects-in-subjects):not(.terms-in-terms):not(.places-in-places) ul li::before,
.places-in-subjects.kmaps-list-columns li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #373f83;
  filter: alpha(opacity=90);
  opacity: 0.9;
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 0px 0px 2px #555;
  display: inline-block;
  margin-right: .4rem;
  margin-left: -2rem;
  position: relative;
  top: -0.2rem;
}
/* list bullet hover remove shadow */
.kmaps-list-columns ul.texts-list li:hover::before{
  filter: alpha(opacity=100);
  opacity:1;
  box-shadow:none;
}

.kmaps-list-columns ul li.split:not(.dontend)::before,
.places-in-subjects.kmaps-list-columns li.split:not(.dontend)::before{
  display:none;
}

.places-in-places.kmaps-list-columns li::before{
  margin-left: -1.3rem;
}

.places-in-subjects.kmaps-list-columns li::before,
.subjects-in-places.kmaps-list-columns ul li::before{
  margin-left: -0.5rem;
}

.subjects-in-subjects.kmaps-list-columns ul li::before{
  margin-left: -2.5rem;
}

.terms-in-terms.kmaps-list-columns ul li::before{
  margin-left: -2.5rem;
}

/*.texts-list li.dontend::before,*/
/*.places-in-places.kmaps-list-columns ul > li::before,*/
.places-in-places.kmaps-list-columns ul li.dontend::before,
  /*.subjects-in-places.kmaps-list-columns > ul > li::before,*/
.subjects-in-places.kmaps-list-columns ul li.dontend::before{
  display:none;
  width:0;
  height:0;
}

/*--- column dividers ---*/
/*.texts-list .column:not(.first),*/
.kmaps-list-columns .column:not(.first){
  padding-left: 1rem;
  border-left: 1px solid #ddd;
}

.places-in-subjects.kmaps-list-columns .column:not(.first){
  padding-left:2.5rem;
}

/*--- list wrappers ---*/
.subjects-in-places.kmaps-list-columns .column > ul > li.split.dontsplit.dontend > ul{
  -webkit-padding-start: 10px;
  padding-left: 10px;
}

.subjects-in-subjects.kmaps-list-columns ul{
  margin-bottom: 0;
}

.terms-in-terms.kmaps-list-columns ul{
  margin-bottom: 0;
}

.places-in-subjects.kmaps-list-columns ul,
.subjects-in-subjects.kmaps-list-columns ul,
.terms-in-terms.kmaps-list-columns ul {
  margin-left:1.5rem;
}

.places-in-places.kmaps-list-columns .column > ul > li > ul{
  margin-top: 0.3rem;
}

/*--- list items ---*/
/*.texts-list li,*/
.kmaps-list-columns ul li{
  list-style-type: none;
  margin-bottom: 0.5em;
  margin-right:1rem;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;

  /*line-height: 1.32em;*/
}

.kmaps-list-columns ul li{
  line-height: 1.32em;
}

.subjects-in-places.kmaps-list-columns .column > ul > li,
.subjects-in-subjects.kmaps-list-columns .column > ul > li,
.terms-in-terms.kmaps-list-columns .column > ul > li {
  margin-bottom:0.5rem;
}

.places-in-subjects.kmaps-list-columns .column > li{
  list-style-type: none;
  margin-bottom: 0.5rem;
}

.places-in-places.kmaps-list-columns .column > ul > li,
.terms-in-terms.kmaps-list-columns .column > ul > li,
.subjects-in-places.kmaps-list-columns .column > ul > li {
  list-style-type: none;
  font-weight: bold;
  margin-top: 1rem;
  font-size: 0.88em;
  letter-spacing: 0.035em;
  text-transform: capitalize;
}

.places-in-places.kmaps-list-columns .column > ul > li ul li,
.subjects-in-places.kmaps-list-columns .column > ul > li ul li {
  font-weight:normal;
  font-size: 1.06em;
}

.subjects-in-subjects.kmaps-list-columns ul:nth-child(1) > li{
  margin-left:0;
}

.terms-in-terms.kmaps-list-columns ul:nth-child(1) > li{
  margin-left:0;
}

/*--- list popovers ---*/
.places-in-places.kmaps-list-columns .popover-kmaps,
.subjects-in-places.kmaps-list-columns .popover-kmaps,
.subjects-in-subjects.kmaps-list-columns .popover-kmaps,
.terms-in-terms.kmaps-list-columns .popover-kmaps {
  position: relative;
  top: .35rem;
}

.places-in-places.kmaps-list-columns .popover-kmaps-tip,
.subjects-in-places.kmaps-list-columns .popover-kmaps-tip{
  position: relative;
  bottom: 1.3rem;
  font-size: 0.1rem;
}

.places-in-places.kmaps-list-columns .popover-kmaps-tip{
  position: relative;
  bottom: 1.1rem;
}

.subjects-in-places.kmaps-list-columns .popover-kmaps-tip{
  position: relative;
  bottom: 1.2rem;
}

.subjects-in-subjects.kmaps-list-columns .popover-kmaps-tip{
  position: relative;
  bottom: 1.3rem;
}

.terms-in-terms.kmaps-list-columns .popover-kmaps-tip{
  position: relative;
  bottom: 1.3rem;
}

/* New - fancytree use in content-section for Places-inPlaces and Subjects-in-Subjects, etc */
.relation_tree_container .fancytree-container .popover.related-resources-popover{
  font-size:78%;
}

.relation_tree_container .fancytree-container .popover.related-resources-popover{
  font-size:78%;
}

.relation_tree_container .fancytree-container .popover-kmaps{
  position: relative;
  top: .7rem;
}
.relation_tree_container .fancytree-container .popover-kmaps-tip{
  position: relative;
  bottom: 1.4rem;
}




/**
* -------------------------------------------------------------------------------
* Page Layouts - the width of content-resource column - maximizes map viewing
* -------------------------------------------------------------------------------
*/
body:not(.front) .content-section.col-md-9,
body:not(.home-carousel) .content-section.col-md-9 { width: 99%; padding-left:10px; padding-right:15px; padding-top:0.5rem;}

@media screen and (min-width: 992px) {
  body:not(.front) .content-section.col-md-9,
  body:not(.home-carousel) .content-section.col-md-9 { padding-left:210px; padding-right:0; }
}
/**
*** END Layouts */







/**
* Temporary: popover class name inconsistent with Sarvaka
*/

/* Popovers for subjects and places  */
.popover-kmaps,
.kmaps-images-popover {
  background: #5a65d1;
  border: none;
  /*height: 1rem;*/
  width: 1.2rem;
  color: white;
  padding: 0;
  display: inline-block;
  position: relative;
  left: 0;
  top: .1rem;
  margin-left: .6rem;
  margin-right: .4rem;
  font-size: 1rem;
  cursor:pointer;
  filter: alpha(opacity=95);
  opacity: 0.95;

    height: 1.12em;
}

.popover-kmaps:hover,
.kmaps-images-popover:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.popover-kmaps-tip {
  border-bottom: .5rem solid transparent;
  border-top: 0 solid transparent;
  border-right: .5rem solid #5a65d1;
  font-size: 0;
  position: relative;
  bottom: 1rem;
  right: .5rem;
  height: 0;
  width: 0;
}

.popover-kmaps .icon,
.kmaps-images-popover .icon {
  position: absolute;
  left: 0.23rem;
  font-size: 0.75em;
  margin: 0.175rem 0 0;
}




.popover-kmaps .popover-footer-button a,
.kmaps-images-popover .popover-footer-button a {
  color: #ddd;
  font-weight: normal;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif !important;
  border-bottom: none;
  display: block;
  width: 100%;
  font-size: 1.06em;
  line-height: 2.25em;
  height: 2.75em;
}

.popover-kmaps .parents strong,
.kmaps-images-popover .parents strong {
  color: #555;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
}




















/**
* BEGIN Overview Page
*/

.openlayermap {
  margin-bottom: 1rem;
}

.openlayermap #sidebar_wrapper {
  position: absolute;
  z-index: 100;
  display: none;
}

#controlPanelWrapper {
  float: left;
  width: 100%;
  left: 0;
}


.feature-type-wrapper{
  padding: 1rem 0 0.75rem;
}

.feature-type-wrapper h6{
  text-transform:uppercase;
  font-size:90%;
}

.feature-type-wrapper h6 ~ span{
  font-style:italic;
}

.resource-overview-image {
  margin: 0 0 1rem;
  /*-webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;*/
}

.resource-overview-image img {
  max-width: 100%;
}



.olControlCustomToggle.olControlNoSelect {
  width: 160px !important;
} /* openLayerMap text */

.olControlCustomToggle.olControlNoSelect .custom_toggle_text {
  width: 160px !important;
  font-size: 0.75em;
  white-space: nowrap;
}

/* --- gmaps-buttons is example of class set on div wrapper ---*/
.map-renditions {
  position: relative;
  height: 600px;
}

.map-renditions > div:nth-of-type(1) {
  box-shadow: 0 0 5px rgba(0,0,0, 0.125);
  border-collapse: separate;
}

.btn-group-gmaps {
  display: inline-block;
  position: absolute;
  bottom: 65px;
  left: 30px;
  box-shadow: 0 0 12px 0 rgba(50, 50, 50, 0.4);
  border-collapse: separate;
}

.btn-group-gmaps.btn-group > .btn.btn-default {
  color: #000;
  background: #eee;
  border: none;
  font-size: 0.68em;
  font-family: 'droidserif',palatino,'Palatino Linotype',georgia,serif;
  font-weight: bold;
}

.btn-group-gmaps.btn-group > .btn.btn-default span {
  background:transparent;
}

.btn-group-gmaps.btn-group > .btn.btn-default:not(.active):hover{
  background: #fff;
}

.btn-group-gmaps.btn-group > .btn.btn-default.active {
  color: #fff;
  background: #333;
  padding-left: 2.5rem;
  cursor:default;
}

.btn-group-gmaps.btn-group > .btn.btn-default.active span {
  border-radius: 0;
  width: 0;
  height: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -.85rem;
}

.btn-group-gmaps.btn-group > .btn.btn-default.active span::before {
  content: '\e642';
  font-size: 1.32em;
}

.btn-group-gmaps.btn-group .btn+.btn {
  margin-left: 0;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  /* aspect ratio fix - temp */
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*------ END from kmaps */
/*----------------------*/







/* temp fix for icon change on banner */
.page-places .page-title .shanticon-subjects::before {
  content: '\e62c';
  font-size: 95%;
}






.modal img {
  margin-bottom: 1rem;
  max-width:100%;
  height:auto;
}

.modal-header {
  min-height: 5.5rem;
}

.modal-header button.close {
  color: #777;
  font-size: 4em !important;
  position: relative;
  top: -1rem;
}

p.modal-title {
  font-size: 110%;
}




/**
* BEGIN Kmaps Sidebar
*/

.sidebar-first .nav-pills {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.sidebar-first .nav-pills > li {
  border-left: 10px solid transparent;
  margin: 0;
  padding: 0;
  font-size: 1.12em;
  line-height: 3em;
  height: 3em;
  position: relative;
  white-space: nowrap;
}

.sidebar-first .nav-pills > li.active { /* see custom theme colors */ }

.sidebar-first .nav-pills > li > a {
  display: block;
  padding: 0 0 0 1.2rem;
  /*background: #fff;*/
  font-size: .75em;
  color: #707070;
  line-height: 4.4em;
  height: 4em;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  font-family: 'museo-sans-700',helvetica,arial,sans-serif;
  font-weight: bold;
}

.sidebar-first .nav-pills > li > a:hover,
.sidebar-first .nav-pills > li > a:active {
  color: #555;
  border-bottom: 1px solid #e0e0e0;
}

.sidebar-first .nav-pills > li > a:hover,
.sidebar-first .nav-pills > li > a:active,
.sidebar-first .nav-pills > li.active > a,
.sidebar-first .nav-pills > li.active > a:hover,
.sidebar-first .nav-pills > li.active > a:focus {
  position: relative;
  left: 1px;
  padding-left:1.1rem;
}

.sidebar-first .nav-pills > li.active > a,
.sidebar-first .nav-pills > li.active > a:hover,
.sidebar-first .nav-pills > li.active > a:focus{
  background: #eee;
  color: #555;
}

.sidebar-first .nav-pills > li > a .icon {
  margin-right: 0.2em;
  font-size: 1.88em;
  position: relative;
  top: 4px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar-first .nav-pills > li > a .icon:before {
  position: relative;
  top: 0;
  font-size: 1.75rem;
}

.sidebar-first .nav-pills > li.visuals > a .icon:before {
  font-size: 2rem;
}

.sidebar-first .nav-pills > li .ajax-progress {
  position: absolute;
  right: 0.2rem;
  top: 1.15rem;
}

.sidebar-first .nav-pills > li > a .icon.shanticon-overview{
  margin-right: .5em;
}



/**
* BEGIN Mobile Sidebar
*/
.sidebar-first {
  max-width: 200px; /* 10px wider than for mobile */
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0;
  margin-left: -1.5rem;
  background-image: -webkit-linear-gradient(left, #ccc 0, #ccc .9rem, #fff 1rem);
  background-image: -moz-linear-gradient(left, #ccc 0, #ccc .9rem, #fff 1rem);
  background-image: -o-linear-gradient(left, #ccc 0, #ccc .9rem, #fff 1rem);
  background-image: linear-gradient(left,#ccc 0,#ccc .9rem,#fff 1rem);
}

.sidebar-first.sidebar-offcanvas{
  min-height:650px;
  background-color: #fff;
  border-right: 1px solid #e0e0e0;
  position: absolute;
  top: 60px;
  bottom: 0;
  z-index: 1;
}

/* added by ys2n to implement in-page search results */
.sidebar-first .search-hint {
  display: block;
  position: absolute;
  bottom: -1.4em;
  right: 1em;
  margin-left: 1em;
  text-transform: none;
  font-family: sans-serif;
  font-style: italic;
  font-weight: lighter;
  font-size: x-small;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.sidebar-first .search-hint:not(:empty)::before {
  content: open-quote;
}

.sidebar-first .search-hint:not(:empty)::after {
  content: close-quote;
}

.sidebar-first .nav-pills > li.search > a .badge {
  background-color: #4ca6fb !important;
}
.page-subjects .sidebar-first .nav-pills > li.search > a .badge {
  background-color: #cc4c39 !important;
  filter: alpha(opacity=85);
  opacity: .85;
}

.sidebar,
.main-wrapper{
  min-height:600px;
}

/**
* LEFT BUTTON - Note: simplified class selector to just 'row-offcanvas' for Kmaps template
*/
.row-offcanvas .btn.btn-default.view-offcanvas-sidebar { left: -8px; }

.row-offcanvas.active .btn.btn-default.view-offcanvas-sidebar {
  position: absolute;
  left: -3.6rem;
  top: -0.7rem;
  color: #000;
  filter: alpha(opacity=100);
  opacity: 1;
  background: transparent;
  border: none;
  box-shadow: none;
}

.row-offcanvas.active .btn.btn-default.view-offcanvas-sidebar .icon {
  color: #777;
  font-size: 1.5rem;
  position: relative;
  top: 0.4rem;
  left: -1.3rem;
}

.row-offcanvas.active .btn.btn-default.view-offcanvas-sidebar .icon::before,
.row-offcanvas.active .btn.btn-default.view-offcanvas-sidebar .icon::after {
  background: #aaa;
  position: absolute;
  top: 0rem;
  left: .2rem;
  width: 1.5rem;
  height: 0.2rem;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.row-offcanvas.active .btn.btn-default.view-offcanvas-sidebar .icon::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.row-offcanvas.active .btn.btn-default.view-offcanvas-sidebar:hover .icon::before,
.row-offcanvas.active .btn.btn-default.view-offcanvas-sidebar:hover .icon::after{
  background: #777;
}


@media screen and (max-width: 991px) {

  .sidebar-first { margin-left:0; }
  .row-offcanvas { position:relative; right:0; left:0; /*-webkit-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out;*/ }
  .row-offcanvas.active { position:relative; left:190px; }
  .row-offcanvas .sidebar-first.sidebar-offcanvas { position:absolute; left:-190px; top:0; min-width:190px; max-width:190px; width:25%; }
  .row-offcanvas .btn.btn-default.view-offcanvas-sidebar { display: inline-block !important; position:absolute; left: -1.25rem; top:-0.5rem; border-radius: 0 0.4rem 0.4rem 0; background-clip: padding-box; background: #333; color: #fff; border: none;}
  .row-offcanvas.active .btn.btn-default.view-offcanvas-sidebar { position:absolute; top:-0.5rem; left:-3.6rem; }
  .row-offcanvas .btn.btn-default.view-offcanvas-sidebar .icon{ position:relative; top:0; left:-0.3rem; float:right; }
  .kmaps .row-offcanvas .btn.btn-default.view-offcanvas-sidebar .icon{ left: 0.5rem; }
  .row-offcanvas.active .btn.btn-default.view-offcanvas-sidebar .icon{ position:relative; top:0; }

  .page-node-edit .row-offcanvas .btn.btn-default.view-offcanvas-sidebar{ display:none; }

  body:not(.front) .content-section.col-md-9{
    padding-left:1.5rem;
    padding-right:1.5rem;
  }
  /* END mobile sidebar */

  .sidebar-first ul.nav-pills > li {
    font-size: 1em;
    line-height: 1em;
    height: 2.75em;
  }
  .sidebar-first ul.nav-pills > li > a {
    font-size: 0.75em;
    line-height: 4.5em;
    height: 4em;
  }
  .sidebar-first ul.nav-pills > li.active:first-child > a {
    margin-top: 0;
  }
  .sidebar-first ul.nav-pills > li > a .icon {
    position: relative;
    top: .4rem;
  }
  .sidebar-first .nav-pills > li .ajax-progress {
    position: absolute;
    top: 0.8rem;
  }
}
/**
* END Kmaps Sidebar */






/** Fix for accordion in images modal **/
.images-info-tabs .panel-group .panel {
  margin: inherit;
  padding: inherit;
}
.images-info-tabs .panel-default .panel-heading {
  padding: 10px 15px;
}

.images-info-tabs .panel-body {
  padding: 15px;
}

.images-info-tabs .panel-heading .accordion-toggle::after,
.images-info-tabs .panel-heading .accordion-toggle.collapsed::after {
  left: -1.15rem;
}


/**
* Related Sources
*/
h6.sources-title {
  margin-left: 0;
}
.kmaps-sources-summary {
  margin-top: 10px;
}
.kmaps-sources-summary ul.summary-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.kmaps-sources-summary ul.summary-list > li {
  padding: 1.5rem 0 1.5rem 1rem;
  border-bottom: 1px solid hsla(0, 0%, 81%, 1);
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
}
.kmaps-sources-summary ul.summary-list > li:first-child {
  border-top: 1px solid hsla(0, 0%, 81%, 1);
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
}
.kmaps-sources-summary ul.summary-list > li span.icon.shanticon-essays {
  margin-right:0.4rem;
}
.node-biblio > h2 > a,
.node-biblio .submitted,
.kmaps-sources-summary ul.summary-list .ajax-progress{
  display:none !important;
}
.node-biblio #biblio-node {
  margin: 20px 0;
}
.node-biblio #biblio-node table td {
  padding: 15px;
}
.node-biblio .field-items-span ul {
  list-style: none;
}




/**
* Related Visuals
*/
.shanti-thumbnail-image a .overlay::before {
  content: '\e63c';
  position: relative;
  top: 3.5rem;
}

.shanti-thumbnail-image a:active .overlay::before {
  font-size: 3.5em !important;
}

.shanti-thumbnail-image.shanti-field-collection a .overlay::before {
  content: '\e61b';
  position: relative;
  top: 3.5rem;
}

.shanti-field-content,
.shanti-field-created {
  color: #222;
  font-family: 'droidserif',palatino,'Palatino Linotype',georgia,serif;
}
/* thumbnail footer */
.shanti-field-agent > span::before,
.shanti-field-author span::before,
.shanti-field-type span::before {
  font-family: 'shanticon';
  font-size: 1.32em;
  font-weight: normal;
  position: relative;
  top: 0.35rem;
  margin-right: 0.5rem;
}

.shanti-field-agent > span::before,
.shanti-field-author span::before {
  content: '\e600';
  float: left;
  top: 0.2rem;
  left: 0.07rem;
  margin-right:.7rem;
  /* force agent text as anchor tag to not wrap */
}

.kmaps-visuals-grid .shanti-field-type span::before {
  content: '\e63c' !important;
  color: #111;
  margin-left: 0.04rem;
  font-size: 1.5em;
}

.shanti-thumbnail.collection .shanti-field-type span::before {
  content: '\e61b' !important;
  position: relative;
  top: 0.3rem;
  font-size: 140%;
}

.shanti-field-type span {
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.88em;
}

.shanti-thumbnail .body-wrap .shanti-field-agent,
.shanti-thumbnail .body-wrap .shanti-field-author {
  line-height: 2.5rem;
  font-size: 1.06em;
}

.shanti-thumbnail .body-wrap .title,
.shanti-thumbnail .body-wrap ul.links li {
  font-size: 1em;
  line-height: 1.38em;
  font-weight: bold;
  margin: 0;
}

.visinfo .popover {
  z-index: 1200;
}

.vis-infoshare > div {
  display: inline-block;
  margin: 0;
  width: 4.5rem;
}

.popover .related-resources-popover .desc p {
  margin-left: -1rem;
}

.vis-infoshare .popover-link {
  background: transparent;
  border: none;
  height: 1rem;
  width: 1.25rem;
  color: #5a9017;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1.75rem;
}

.vis-infoshare .popover-link .icon {
  background: transparent;
  border: none;
  height: 1rem;
  width: 1.25rem;
  color: #5a9017;
  display: inline-block;
  font-size: 1.5rem;
}

.vis-infoshare .popover .popover-content {
  margin-bottom: 1rem;
}

.vis-infoshare .visinfo .popover.related-resources-popover {
  background-color: #fff !important;
  min-width: 300px;
  margin-top: 18px;
  margin-left: 4px;
  font-size: 65%;
}

/*.vis-infoshare .visinfo .popover h5.popover-title { color: white; }*/
.visinfo .popover h5.popover-title {
  background: #f7f7f7;
  font-size: 1.5rem;
  padding: 16px 14px 16px 22px;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  background: #f7f7f7;
  font-size: 1.38rem;
  padding: 16px 14px 10px 22px;
  line-height: 1.38em;
}

.visinfo .popover-content {
  background-color: #fff;
  padding: 0;
}

.visinfo .popover-content .info {
  margin: 0px;
  padding: 0px;
}

.visinfo .popover-content .info li {
  list-style-type: none;
  padding: 3px 10px;
}

.visinfo .popover-content .shanticon-visuals {
  font-size: 125%;
}

.visinfo .popover-content .info li span::before {
  font-size: 130%;
  position: relative;
  top: 0.3rem;
  margin-right: .5rem;
}

.visinfo .popover-content .info li span:nth-of-type(2){
  margin-left:1rem;
}

.visinfo .popover.bottom > .arrow::after {
  border-bottom-color: #f7f7f7;
}

.vis-infoshare {
  margin-left: 3rem;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: -1.2rem;
  font-size:140%;
}

.vis-infoshare a,
.vis-infoshare a:hover{
  border:none;
}

.vis-infoshare .shanticon-share{
  position: relative;
  top: .3rem;
  color: #5a9017;
}

.vis-infoshare > .field-name-field-subjects,
.vis-infoshare > .field-name-field-places {
  margin: 0px;
}

.vis-infoshare .fa-info-circle {
  position: relative;
  top: 0.15rem;
  font-size: 140%;
  filter: alpha(opacity=85);
  opacity: .85;
}

.visinfo .popover-content .popover-body {
  padding: 1rem 1rem 2rem;
}

.visinfo .popover-content .popover-body .desc {
  margin: 1rem;
}

.visinfo .popover-content .popover-body .desc p {
  font-size: 1em;
  line-height:1.44em;
}

.page-places .vis-kmaps,
.page-subjects .vis-kmaps {
  display: inline-block;
  top: -0.8rem;
  position: relative;
  font-size: 1.18em;
  font-family: 'Helvetica Neue',helvetica, arial, sans-serif;
}

.vis-kmaps .field-type-shanti-kmaps-fields-default .field-label{
  margin-bottom: 1rem;
  font-size: 1.18em;
}

.vis-kmaps a.vis-kmaps-show-link,
.vis-kmaps a.vis-kmaps-show-link:hover{
  color: #5a9017;
  border:none;
  cursor:pointer;
  font-size: 140%;
}

.vis-kmaps .popover-link-tip{
  position: relative;
  bottom: 1.1rem;
}

.popover-link .icon{
  position: relative;
  bottom: 0.23rem;
}

.vis-kmaps .kmap-content {
  position: absolute;
  top: 28px;
  box-shadow:0 0 7px #d0d0d0;
  left: 1.5rem;
  font-size: 80%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background-clip: padding-box;
  padding: 1.25rem 1.7rem 1.6rem;
}

.vis-subjects,
.vis-places {
  display: inline-block;
  margin-right: 2rem;
}

.vis-kmaps .kmap-content a.vis-kmaps-close {
  position: absolute;
  right: .8rem;
  top: 0.5rem;
  filter: alpha(opacity=25);
  opacity: 0.25;
  font-size: 120%;
  border:none;
}

.vis-kmaps .kmap-content a.vis-kmaps-close:hover{
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.vis-kmaps .kmap-content .field-item {
  white-space: nowrap;
  margin-bottom: .3rem;
}

.page-places .node-shivanode,
.page-subjects .node-shivanode {
  margin-top: 2em;
}










/**
* -------------------
* Kmaps Homepage
* -------------------
*/

.front-list{
  max-width: 950px !important;
  /*float: left;*/
  /*box-shadow: inset rgb(153, 153, 153) 0px 0px 5px;*/
  box-shadow: inset 0 .05rem .5rem rgba(0, 0, 0, 0.35);
  padding: 0 4rem 7rem 3rem;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  margin: -3.5rem auto 7rem;
  width: 100%;
}

.front-list .place {
  border-bottom: 2px solid #8c7553;
  border-bottom: 2px solid rgba(140, 117, 83, 0.16);
  position: relative;
  overflow: visible;
  margin-left: 1.5rem;
  padding: 0.5rem 0 .8rem;
  float: left;
  width: 100%;
}

.front-list .place:first-child {
  border-top: 2px solid rgba(140, 117, 83, 0.16);
}

.front-list .shanticon-subjects::before{
  color: #cc4c39 !important;
}

.front-list .shanticon-texts::before{
  color: #834d9c !important;
}

.front-list .shanticon-sources::before{
  color: #645f9d !important;
}

.front-list .shanticon-places::before{
  color: #4ca6fb !important;
}

.front-list .shanticon-visuals::before{
  color: #3d9218 !important;
  font-size: 1.38em !important;
  position: relative !important;
  top: 0.3rem !important;
}

.front-list .shanticon-audio-video::before{
  color: #31acb6 !important;
}

.front-list .shanticon-images::before{
  color: #b5953b !important;
  font-size: 1.18em !important;
}

.front-list p.related-label{
  /*font-family: 'museo-sans-700', helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.88em;
  float: left;
  display: inline;
  margin: 0.35rem 0 0 0.5rem;
  color: #808080;*/

  /* TEMP - remove in templte if perm */
  display: none;
}

.front-list .place-link{
  margin-left: -0.5rem;
}

.front-list .place-link .icon::before{
  position: relative;
  left: .3rem;
}

.front-list .place .parents-path{
  width: 100%;
  display: block;
  padding-left: 3.5rem;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  letter-spacing: 0.03rem;
  font-size: .93em;
}

.front-list .place-title{
  font-family: 'museo-sans-500', arial, helvetica, sans-serif;
  font-size: 1.12em;
  font-weight: normal;
  letter-spacing: 0.065rem;
}

.front-list .place-title-wrapper{
  display: inline;
}

.front-list .place-title-wrapper span{
  font-style: italic;
  font-size: 0.88em;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  color: #606060;
  letter-spacing: 0.025rem;
  position: relative;
  top: -0.1rem;
}

.front-list .place-title-wrapper span::before{
  content: '- ';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
}



.front-list .no-results {
  text-align: center;
  padding: 75px 0 0px;
}

.front-list .place span.icon {
  margin-right: 1rem;
  position: relative;
  top: .15rem;
  left: 0.6rem;
  font-size: 1.12em;
}

.front-list .place span.fa-plus {
  font-size: 1rem;
  border-radius: 50%;
  /* color: #fff; */
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0.4rem;
  left: -2.5rem;
  z-index: 1;
  padding: 3px;
  /* width: 2.5rem; */
  /* height: 2.5rem; */
  /* background: #c0c0c0; */
  filter: alpha(opacity=15);
  opacity: 0.15;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.front-list .place span.fa-plus:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.front-list .place span.fa-plus::before{
  position: relative;
  /* top: 0.075rem;
  left: 0.125rem; */
  font-size: 1.75em;
}

.front-list .place span.fa-plus.open-task {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}










.front-list .pop-content {
  /*margin: 0 4%;*/
}

.front-list .pop-content.closeup {
  display: none;
}

.front-list .pop-content .popover-body {
  margin-top: 5px;
  margin-left: -.5rem;
}

.front-list .pop-content .popover-body .desc p{
  margin: 0 0 5px 3.5rem;
}

.front-list .pop-content .popover-footer {
  margin: 0 0 0 .5rem;
}

.front-list .popover-footer .popover-footer-button{
  background: transparent;
  border: none;
  float: left;
  margin-bottom: 0.1rem;
  height:2em;
  color: #454fa4 !important;
}

.front-list .popover-footer .popover-footer-button:first-child .icon::before{
  margin-right: 0;
}

.front-list .popover-footer .popover-footer-button:active{
  box-shadow: none;
}

.front-list .popover-footer-button a{
  color: #454fa4 !important;
  display: inline-block;
  float: left;
  font-weight:bold;
  font-family: 'museo-sans-500', helvetica, sans-serif;
  height: auto;
  font-size: 0.93em;
  line-height: 1em;
  width: auto;
  margin: 0;
  letter-spacing: 0.003rem;
  padding: 0.4rem .5rem 0;
  border-top: 2px dotted transparent;
  float: left;
  -webkit-transition: border 350ms ease-out;
  transition: border 350ms ease-out;
}

.front-list .popover-footer-button a:hover{
  border-top: 2px dotted #df3d26;
}

.front-list .popover-footer-button a:active{
  border-top: 2px solid #ddd;
}

.front-list .popover-footer-button:hover,
.front-list .popover-footer-button a:hover{
  background-color: transparent;
  color: #454fa4 !important;
}

.front-list .popover-footer-button a::before{
  margin: .25rem 0;
}

.front-list .popover-footer-button a.icon::before{
  color: #555;
  margin-right: 1px;
  font-size: 1.32em;
  position: relative;
  top: 0.25rem;
}

.front-list .popover-footer-button:first-child{
  font-size: 90%;
  margin-top:.2rem;
}

.front-list .popover-footer-button:first-child a{
  text-transform: uppercase;
  line-height: 0.75em;
}

.front-list .popover-footer-button:first-child a.icon::before{
  color: #454fa4 !important;
  font-size: 1.25em;
}

.front-list .popover-footer-button .shanticon-image::before{
  font-size: 1.18em;
}





/* homepage search */
.front-search {
  position: relative;
  display: inline-block;
  top: 2.5rem;
  left: 5rem;
  display:inline-block;
}

.front-search p {
  color: #454fa4;
  margin-top: 2rem;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.front-search .wrap .shanticon-magnify {
  position: absolute;
  top: 21px;
  left: 9px;
  color: #999;
}

.front-search .wrap input.page-input {
  padding-left: 32px;
}

.front-list .ajax-progress,
.front-list .ajax-progress-throbber,
.front-list .ajax-loading{
  display:none !important;
}
/* homepage search */
.page-subjects.home-carousel .front-search input.form-control{
  max-width: 33rem;
}

.page-places.home-carousel .front-search input.form-control{
  max-width: 26rem;
}

.front-search .form-item-landing-search .ajax-progress {
  display:none;
}


.front-list .front-pager {
  overflow: auto;
}

.front-list table.pagerer:last-child {
  margin: 2rem 0 2rem 2rem;
}


/* special css rules to override .front-list */
.inpage-results-list {
  max-width: 100% !important;
  box-shadow: inset 0 .05rem .5rem rgba(0, 0, 0, 0.35);
  padding: 1rem 4rem 7rem 3rem;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  margin: 0rem auto 7rem;
  width: 100%;
}

/* Places and Subjects Sections Download Button */
.content-section a.btn.kmaps-btn-down{
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  line-height: 1.18em;
  padding-top: 0.68em;
  margin-left: 0;
  background-color: transparent;
  color: #555;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  box-shadow: none;
  border: 1px solid transparent !important;
}

.content-section a.btn.kmaps-btn-down:hover{
  background-color: #f9f9f9;
  border-color: #d0d0d0 !important;
  box-shadow: 0 0 7px #d0d0d0 inset;
}

.content-section a.btn.kmaps-btn-down:active{
  background-color: #f5f5f5;
  border-color: #c0c0c0 !important;
  box-shadow: 0 0 10px 2px #ccc inset;
}

.content-section a.btn.kmaps-btn-down::before{
  content: '\e616';
  font-size: 1.32em;
  font-family: 'shanticon';
  position: relative;
  top: .2rem;
  margin-right: .6rem;
}

/* Overview tab new tabs layout for realtional tree */
#relation_tree .panel-body,
#relation_details .panel-body{
  padding-bottom:5rem;
}

/* drupal system messages */

/* .kmaps:not(.page-user) .content-section > .messages,
.kmaps:not(.front) .content-section > .messages */
.kmaps:not(.home-carousel) .content-section > .messages {
  margin-left: 22rem;
}

/* Summary tab for related places/subjects */
.collapsibleList li {
  cursor: auto
}

li.collapsibleListOpen,li.collapsibleListClosed,.collapsible_all_btn {
  cursor: pointer
}

.collapsible_all_btn {
  color: #454fa4
}

.collapsible_all_btn:hover,.collapsible_all_btn_selected {
  color: #df3d26
}

li.collapsibleListOpen .glyphicon:before {
  content: "\e082"
}

li.collapsibleListClosed .glyphicon:before {
  content: "\e081"
}

li.collapsibleListOpen:before,li.collapsibleListClosed:before {
  display: none !important
}

.collapsibleList span.glyphicon {
  padding-right: 5px;
  color: #4ca6fb !important
}

#relation_details .tab-content-loading {
  position: relative;
  top: 0;
  right: 0;
  background-image: none
}

/** Fix for popovers in related places/subjects */
.search-popover>.popover-content {
    padding: 5px 12px !important;
}

@media (max-width:500px) {

  .page-places.home-carousel .front-search input.form-control{
    max-width: 100%;
  }

  .view-section .nav-tabs>li.km-facet-tab,
  .view-section .nav-tabs>li:first-child{
    /* width: 29%; */
  }

  .front-list .pop-content .popover-body{
    margin-left: .5rem;
  }
}

@media (max-width:768px) {

  .front-list{
    padding-top:3rem !important;
  }

  .front-list .front-pager:first-child{
    position: relative;
    top: 1rem;
  }

  body:not(.front) .content-section.col-md-9{
    padding-left:0;
    padding-right:0;
  }

  .front-list .place{
    margin-left:0;
  }

  .front-list .place span.fa-plus{
    left: -1.5rem;
  }

  .front-list{
    padding-right:2rem;
  }

  .front-list .pop-content .popover-footer{
    margin-left: 0.75rem;
  }


  .front-list .pop-content .popover-footer{
    margin-left: 1rem;
  }

  .front-list .place-link .icon::before{
    position: relative;
    left: .5rem;
  }
}

@media (max-width:992px) {

  body.kmaps:not(.home-carousel) .content-section > .messages{
    margin-left: 2rem;
  }
}


@media (min-width:992px) {

}


/**
*
* END - KMAPS/css/kmaps-explorer.css
*
*/
/* greyed out hint is apparently confusing (MANU-2571) */
.block-kmaps-explorer .kmap-typeahead-picker .kmaps-tt-hint {
    display: none;
}

/* List view results cannot be closed */
.view-wrap .kmaps-tt-header button.close{
    display: none;
    /* visibility: hidden; */
}
.view-wrap .kmaps-tt-header:first-of-type{
    position: relative;
    height: 60px !important;
    padding-top:1rem;
}

/* List results cursor should be a hand */
.view-wrap .kmaps-tt-suggestion{
    cursor: pointer;
}
/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *



 */
/* fix rails search section */
/* line 18, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/kmaps-explorer.css.scss */
.input-section {
  height: auto;
  padding: 1.3rem 0.5rem 0;
}

/* fix for Go button on advance search */
/* line 23, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/kmaps-explorer.css.scss */
.extruder .input-section .input-group .input-group-btn {
  position: absolute;
  top: 1px;
}

/* set size for tabs in search flyout tabs */
/* line 29, ../bundler/ruby/3.2.0/bundler/gems/kmaps_engine-bdae97643584/app/assets/stylesheets/kmaps_engine/kmaps-explorer.css.scss */
.kmaps .search-section .nav-tabs > li,
.kmaps .view-section .nav-tabs > li {
  width: 35%;
}
/* ---------------------------------------------
 * SHANTI Default plugins
 * ---------------------------------------------
 * NAV: Multilevelpushmenu
 * SEARCH: Extruder Panel
 * FORMS: Boostrap Select
 * FORMS: iCheck
 * ----------------------------*/
/* line 11, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper {
  position: absolute;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* line 20, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper .levelHolderClass {
  position: absolute;
  overflow: hidden;
  top: 0;
  background: #336ca6;
  width: auto;
  min-height: 100%;
  /* font-family: 'Open Sans Condensed', sans-serif; */
  font-size: 1em;
  zoom: 1;
}

/* line 32, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper .ltr {
  margin-left: -100%;
  left: 0;
  -moz-box-shadow: 5px 0 5px -5px #1f4164;
  -webkit-box-shadow: 5px 0 5px -5px #1f4164;
  box-shadow: 5px 0 5px -5px #1f4164;
}

/* line 40, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper .rtl {
  margin-right: -100%;
  right: 0;
  -moz-box-shadow: 5px 0 5px 5px #1f4164;
  -webkit-box-shadow: 5px 0 5px 5px #1f4164;
  box-shadow: 5px 0 5px 5px #1f4164;
}

/* line 48, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
  background: #2e6196;
}

/* line 52, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper h2 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  color: #1f4164;
  padding: 0 .4em 0 .4em;
}

/* line 60, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 66, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper li {
  cursor: pointer;
  border-top: 1px solid #295685;
  padding: .4em .4em .4em .4em;
}

/* line 72, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper li:last-child {
  border-bottom: 1px solid #295685;
}

/* line 76, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper li:hover {
  background-color: #295685;
}

/* line 80, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper a {
  display: block;
  outline: none;
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1em;
  padding: .2em .2em;
  text-decoration: none;
  color: #fff;
}

/* line 91, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper a:hover {
  color: #ffe;
}

/* line 95, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper .backItemClass {
  display: block;
  padding: .4em .4em .4em .4em;
  background: #2e6196;
  border-top: 1px solid #295685;
}

/* line 102, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper .floatRight {
  float: right;
}

/* line 106, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper .floatLeft {
  float: left;
}

/* line 110, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper .cursorPointer {
  cursor: pointer;
}

/* line 114, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper .iconSpacing_ltr {
  padding: 0 .4em 0 0;
}

/* line 118, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.multilevelpushmenu_wrapper .iconSpacing_rtl {
  padding: 0 0 0 .4em;
}

/*----------------------*/
/***** END Top Menu ******/
/*----------------------*/
/*-----------------------------------------*/
/***** START Extruder for Search Panel ******/
/*-----------------------------------------*/
/*--- KMAP plugin ops --- MIT GPL Copyright(c)2001-2014 /www_pupunzi_com Matteo Bicocchi * last modified: 07/01/14 ---*/
/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder {
  position: fixed;
  cursor: default;
  background: url(/assets/shanti_sarvaka_theme/extruder/extruder_blank-7d96784f576e1a992058a0fa7b7b4f9d80ad171866d156cbeb6c740b2ef72385.png);
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .header {
  height: 27px;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .extruder-content {
  display: none;
  background: #000;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.open .extruder-content {
  -moz-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .footer {
  display: none;
  height: 10px;
  background: #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.top .flap {
  color: #fff;
  font: 18px/28px Arial,Helvetica,sans-serif;
  text-align: center;
  display: block;
  margin: auto;
  padding: 0 5px 5px 5px;
  height: 30px;
  width: 180px;
  background: #000;
  cursor: pointer;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
  text-shadow: 2px 2px 2px #333;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.top .extruder-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.bottom .flap {
  position: relative;
  color: white;
  font: 18px/28px Arial,Helvetica,sans-serif;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 1px;
  padding: 0 5px 5px 5px;
  height: 30px;
  width: 180px;
  background: #000;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-shadow: 2px 2px 2px #333;
  -moz-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.bottom .footer {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  margin-top: -5px;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.bottom .extruder-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.bottom .ext_wrapper {
  bottom: 0;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.left {
  height: 100%;
  background: url(/images/shanti_integration/extruder/extruder_blank.png);
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.left.open .extruder-content {
  -moz-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.left .extruder-content {
  border-right: 3px solid #000;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.left .ext_wrapper {
  height: 100%;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.left .footer {
  display: none;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.left .flap {
  font-size: 18px;
  color: white;
  top: 0;
  padding: 10px 0 10px 10px;
  margin-right: -37px;
  background: #000;
  width: 30px;
  position: absolute;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  -moz-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.left .flap .flapLabel {
  background: #000;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.right {
  height: 100%;
  background: url(/images/shanti_integration/extruder/extruder_blank.png);
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.right .extruder-content {
  border-left: 3px solid #000;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.right.open .extruder-content {
  -moz-box-shadow: -2px 0 5px #999;
  box-shadow: -2px 0 5px #999;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.right .ext_wrapper {
  height: 100%;
  right: 0;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.right .footer {
  display: none;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.right .flap {
  font-size: 18px;
  color: white;
  top: 0;
  padding: 10px 0 10px 10px;
  background: #000;
  width: 30px;
  position: absolute;
  left: -37px;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
  -moz-box-shadow: -2px 0 5px #999;
  box-shadow: -2px 0 5px #999;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder.right .flap .flapLabel {
  background: #000;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .voice {
  font: 18px/24px Arial,Helvetica,sans-serif;
  color: white;
  padding: 5px;
  padding-left: 10px;
  height: 27px;
  border-bottom: 1px solid #333;
  text-shadow: 2px 2px 2px #333;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .voice:last-child {
  border-bottom: 0;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .voice .disabled {
  cursor: default;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .text {
  background: #222;
  font: 14px/16px Arial,Helvetica,sans-serif;
  color: gray;
  padding: 10px;
  border-bottom: 1px solid #333;
  text-shadow: 2px 2px 2px #333;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .voice.hover {
  background: url(/images/shanti_integration/extruder/extruder_voiceHover.png) no-repeat top;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .voice.sel {
  background: url(/images/shanti_integration/extruder/extruder_voiceHover.png) no-repeat top;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .voice img {
  float: left;
  margin-right: 15px;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .voice a.label {
  display: block;
  height: 30px;
  color: white;
  padding-top: 0;
  text-decoration: none;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .voice span.label {
  display: block;
  height: 30px;
  color: #d0cfcf;
  padding-top: 0;
  text-decoration: none;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .voice {
  position: relative;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .settingsBtn {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(/images/shanti_integration/extruder/settingsBtn.png) no-repeat bottom;
  cursor: pointer;
  right: -3px;
  top: -4px;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .optionsPanel {
  background: url(/images/shanti_integration/extruder/fuzz.gif);
  display: none;
  border-bottom: 1px solid #333;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.extruder .voice.sel {
  background: url(/images/shanti_integration/extruder/extruder_voiceHover.png) no-repeat top;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.optionsPanel .panelVoice a {
  text-decoration: none;
  display: block;
  color: #ccc;
  padding: 8px;
  padding-left: 20px;
  font-size: 16px;
  text-shadow: 2px 2px 2px #333;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.optionsPanel .panelVoice a:hover {
  color: #fff;
  background: url(/images/shanti_integration/extruder/red_op_50.png);
}

/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
:focus {
  outline: 0;
}

/*-----------------------------------------*/
/***** END Extruder for Search Panel ******/
/*-----------------------------------------*/
/*-------------------------------------------*/
/***** START Bootstrap Select Form Menu ******/
/*-------------------------------------------*/
/* bootstrap-select v1.5.4 http://silviomoreto.github.io/bootstrap-select/ */
/* line 143, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
  position: relative;
  margin-top: -13.9%;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group.pull-right[class*="span"], .row-fluid .bootstrap-select.btn-group.pull-right[class*="span"] {
  float: right;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select {
  width: 220px\0;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select .btn:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select-searchbox, .bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 153, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}

/*-------------------------------------------*/
/***** END Bootstrap Select Form Menu ******/
/*-------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/***** START graphic form element replacement iCheck plugin Minimal skin ******/
/*---------------------------------------------------------------------------*/
/* iCheck plugin Minimal skin
----------------------------------- */
/* DEFAULT */
/* line 170, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.icheckbox_minimal-red,
.iradio_minimal-red {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/shanti_sarvaka_theme/check/grey-11bca13af711bddfe4c4eb26c1738dcf07fcf582033ad94b92c11e21e06293a1.png) no-repeat;
  border: none;
  cursor: pointer;
}

/* line 182, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.icheckbox_minimal-red {
  background-position: 0 0;
}

/* line 185, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

/* line 188, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

/* line 191, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 195, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

/* line 199, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.iradio_minimal-red {
  background-position: -100px 0;
}

/* line 202, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.iradio_minimal-red.hover {
  background-position: -120px 0;
}

/* line 205, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.iradio_minimal-red.checked {
  background-position: -140px 0;
}

/* line 208, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

/* line 212, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 218, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
  .icheckbox_minimal-red,
.iradio_minimal-red {
    background-image: url(/assets/shanti_sarvaka_theme/check/grey@2x-1e3112f520386d29caf03ac2cfadf62b65b8a68509bd23ee8d8e73b63510bc70.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

/* SUBJECTS */
/* line 230, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .icheckbox_minimal-red,
.page-subjects .iradio_minimal-red {
  background: url(/assets/shanti_sarvaka_theme/check/subjects-0d1065d129162166c255c42b58ca78c7fe8265922eb591d969753ee56715e916.png) no-repeat;
}

/* line 235, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .icheckbox_minimal-red {
  background-position: 0 0;
}

/* line 238, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

/* line 241, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

/* line 244, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 248, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

/* line 252, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .iradio_minimal-red {
  background-position: -100px 0;
}

/* line 255, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .iradio_minimal-red.hover {
  background-position: -120px 0;
}

/* line 258, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .iradio_minimal-red.checked {
  background-position: -140px 0;
}

/* line 261, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

/* line 265, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-subjects .iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 271, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
  .page-subjects .icheckbox_minimal-red,
.page-subjects .iradio_minimal-red {
    background-image: url(/assets/shanti_sarvaka_theme/check/subjects@2x-0d6cab0cef48a2c1059c22c2ad5d520805cd57f172eb959bd4c59cbf29b9a012.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

/* line 281, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .icheckbox_minimal-red,
.page-places .iradio_minimal-red {
  background: url(/assets/shanti_sarvaka_theme/check/places-e229bdb64cd9e589d3a1e32aed15be62a9fa22b8461d9c9f3cbe3e1f44b84852.png) no-repeat;
}

/* line 286, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .icheckbox_minimal-red {
  background-position: 0 0;
}

/* line 289, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

/* line 292, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

/* line 295, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 299, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

/* line 303, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .iradio_minimal-red {
  background-position: -100px 0;
}

/* line 306, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .iradio_minimal-red.hover {
  background-position: -120px 0;
}

/* line 309, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .iradio_minimal-red.checked {
  background-position: -140px 0;
}

/* line 312, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

/* line 316, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.page-places .iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 322, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
  .page-places .icheckbox_minimal-red,
.page-places .iradio_minimal-red {
    background-image: url(/assets/shanti_sarvaka_theme/check/places@2x-cf10ab066e41df5792284fd9551821599ca9bd0b6fe7fe83d9dc5f98f6691a13.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

/* line 332, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .icheckbox_minimal-red,
.audio-video .iradio_minimal-red {
  background: url(/assets/shanti_sarvaka_theme/check/audio-video-93df02dcffdd65ee9202207aed9683b89fcfc0c67da3bd6a521ba41e58e4e2ae.png) no-repeat;
}

/* line 337, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .icheckbox_minimal-red {
  background-position: 0 0;
}

/* line 340, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

/* line 343, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

/* line 346, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 350, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

/* line 354, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .iradio_minimal-red {
  background-position: -100px 0;
}

/* line 357, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .iradio_minimal-red.hover {
  background-position: -120px 0;
}

/* line 360, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .iradio_minimal-red.checked {
  background-position: -140px 0;
}

/* line 363, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

/* line 367, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.audio-video .iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 373, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
  .audio-video .icheckbox_minimal-red,
.audio-video .iradio_minimal-red {
    background-image: url(/assets/shanti_sarvaka_theme/check/audio-video@2x-271430f4bca82e1cd680b5a0a4e5b21f97a7f4d779d3f04135db5be892bf6652.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

/* line 383, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .icheckbox_minimal-red,
.texts .iradio_minimal-red {
  background: url(/assets/shanti_sarvaka_theme/check/texts-6cabae79095db5b3eb69ee45272392d66c75835dfc600ce5d47de70caa7fa2cf.png) no-repeat;
}

/* line 388, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .icheckbox_minimal-red {
  background-position: 0 0;
}

/* line 391, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

/* line 394, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

/* line 397, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 401, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

/* line 405, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .iradio_minimal-red {
  background-position: -100px 0;
}

/* line 408, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .iradio_minimal-red.hover {
  background-position: -120px 0;
}

/* line 411, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .iradio_minimal-red.checked {
  background-position: -140px 0;
}

/* line 414, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

/* line 418, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.texts .iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 424, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
  .texts .icheckbox_minimal-red,
.texts .iradio_minimal-red {
    background-image: url(/assets/shanti_sarvaka_theme/check/texts@2x-d6e6ab61a1626d79e0ad763ad69fa407f0ddcaad1f1565edad601a86621761c4.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

/* line 434, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .icheckbox_minimal-red,
.images .iradio_minimal-red {
  background: url(/assets/shanti_sarvaka_theme/check/images-f8d5d0bd2d6cc941f5c6797779424bbd0d23310d645d48cf38c978f0605eb2ec.png) no-repeat;
}

/* line 439, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .icheckbox_minimal-red {
  background-position: 0 0;
}

/* line 442, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

/* line 445, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

/* line 448, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 452, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

/* line 456, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .iradio_minimal-red {
  background-position: -100px 0;
}

/* line 459, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .iradio_minimal-red.hover {
  background-position: -120px 0;
}

/* line 462, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .iradio_minimal-red.checked {
  background-position: -140px 0;
}

/* line 465, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

/* line 469, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.images .iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 475, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
  .images .icheckbox_minimal-red,
.images .iradio_minimal-red {
    background-image: url(/assets/shanti_sarvaka_theme/check/images@2x-9c227bb8d163fb3abc7a73ebf7b0b93f045d0b2663e9bcefbcae1cc91bfc9b50.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

/* line 485, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .icheckbox_minimal-red,
.sources .iradio_minimal-red {
  background: url(/assets/shanti_sarvaka_theme/check/sources-f7b98c00bbe2800e24d6300da8943dc799b89b9cb9240b938ff6b948be182e48.png) no-repeat;
}

/* line 490, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .icheckbox_minimal-red {
  background-position: 0 0;
}

/* line 493, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

/* line 496, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

/* line 499, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 503, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

/* line 507, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .iradio_minimal-red {
  background-position: -100px 0;
}

/* line 510, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .iradio_minimal-red.hover {
  background-position: -120px 0;
}

/* line 513, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .iradio_minimal-red.checked {
  background-position: -140px 0;
}

/* line 516, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

/* line 520, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.sources .iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 526, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
  .sources .icheckbox_minimal-red,
.sources .iradio_minimal-red {
    background-image: url(/assets/shanti_sarvaka_theme/check/sources@2x-67e1256ff0c329c7f86186eb5f4bb1b01c1d2586b0bccd3732d286042e2cc457.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

/* line 537, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .icheckbox_minimal-red,
.visuals .iradio_minimal-red {
  background: url(/assets/shanti_sarvaka_theme/check/visuals-2426771e2f24470805c1792c19f5fe573666ed8c536fff6f5206d1d604fa405f.png) no-repeat;
}

/* line 542, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .icheckbox_minimal-red {
  background-position: 0 0;
}

/* line 545, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

/* line 548, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

/* line 551, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 555, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

/* line 559, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .iradio_minimal-red {
  background-position: -100px 0;
}

/* line 562, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .iradio_minimal-red.hover {
  background-position: -120px 0;
}

/* line 565, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .iradio_minimal-red.checked {
  background-position: -140px 0;
}

/* line 568, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

/* line 572, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
.visuals .iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 578, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/utils.css.scss */
  .visuals .icheckbox_minimal-red,
.visuals .iradio_minimal-red {
    background-image: url(/assets/shanti_sarvaka_theme/check/visuals@2x-1ad632f267441d96e5ada4437963df6a34cc96d77366ac73efa6e35881708352.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

/*-----------------------------------------------*/
/***** END graphic form element replacement ******/
/*-----------------------------------------------*/
/**
*
* END - Sarvaka/css/utils.css
*
*/
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/font-awesome/fontawesome-webfont-7fc398ba2a82f8fa833a168ff4c5ed53cd78d6e40f54aaa604c30d70c11fb2e8.eot?v=4.0.3);
  src: url(/assets/font-awesome/fontawesome-webfont-7fc398ba2a82f8fa833a168ff4c5ed53cd78d6e40f54aaa604c30d70c11fb2e8.eot?#iefix&v=4.0.3) format("embedded-opentype"), url(/assets/font-awesome/fontawesome-webfont-f7179b393ce4880a132a225dce6eec385ba76db12ec20e9dc08aab0160df6699.woff?v=4.0.3) format("woff"), url(/assets/font-awesome/fontawesome-webfont-592bcbeba492fda4886dbd58c586814201cd58daf15eadc2183445f3828eb824.ttf?v=4.0.3) format("truetype"), url(/assets/font-awesome/fontawesome-webfont-ae7c3dba534ba4a7e33fba327dcb08f3e6d534634c0db40a274f9f3ed2621657.svg?v=4.0.3#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 24, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 29, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-2x {
  font-size: 2em;
}

/* line 32, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-3x {
  font-size: 3em;
}

/* line 35, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-4x {
  font-size: 4em;
}

/* line 38, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-5x {
  font-size: 5em;
}

/* line 41, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

/* line 45, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 50, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-ul > li {
  position: relative;
}

/* line 53, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

/* line 60, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

/* line 63, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 68, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.pull-right {
  float: right;
}

/* line 71, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.pull-left {
  float: left;
}

/* line 74, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 77, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 80, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-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);
  }
}

@-ms-keyframes spin {
  /* line 111, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
  0% {
    -ms-transform: rotate(0deg);
  }
  /* line 114, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

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

/* line 126, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 134, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 142, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 150, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 158, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 166, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 174, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 181, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 184, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 187, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 192, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 195, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-music:before {
  content: "\f001";
}

/* line 198, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-search:before {
  content: "\f002";
}

/* line 201, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 204, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 207, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-star:before {
  content: "\f005";
}

/* line 210, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 213, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-user:before {
  content: "\f007";
}

/* line 216, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-film:before {
  content: "\f008";
}

/* line 219, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 222, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 225, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 228, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 231, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 234, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 237, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 240, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 243, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 246, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 250, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 253, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-home:before {
  content: "\f015";
}

/* line 256, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 259, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 262, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-road:before {
  content: "\f018";
}

/* line 265, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-download:before {
  content: "\f019";
}

/* line 268, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 271, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 274, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 277, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 280, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 284, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 287, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 290, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 293, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 296, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 299, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 302, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 305, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 308, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 311, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 314, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 317, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 320, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 323, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 326, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 329, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 332, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-font:before {
  content: "\f031";
}

/* line 335, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 338, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 341, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 344, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 347, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 350, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 353, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 356, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 359, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 362, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 366, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 369, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 372, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 561, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 564, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 567, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 570, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-key:before {
  content: "\f084";
}

/* line 573, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 577, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 580, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 583, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 586, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 589, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 592, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 595, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 598, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 601, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 604, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 607, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 610, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 613, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 616, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 619, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 622, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 625, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 628, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 631, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 634, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 637, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 640, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 643, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 646, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 649, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 652, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 655, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 658, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 661, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 664, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 667, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 670, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 673, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 676, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 679, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 682, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 685, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 688, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 691, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 694, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 697, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 700, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 703, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 707, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 711, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 714, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 717, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 721, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 725, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 728, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 732, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 735, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 738, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 741, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 744, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 747, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 750, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 753, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 756, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 759, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 762, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 765, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 768, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 771, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 774, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 780, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 783, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 786, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 789, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

/* line 797, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

/* line 801, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 804, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 811, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 815, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 819, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 822, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 825, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 829, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 832, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 839, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 842, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 845, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 848, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 851, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 854, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 857, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 860, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 863, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 866, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 869, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 872, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 875, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 878, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 881, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 884, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 887, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 890, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 893, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 896, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 899, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 902, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 905, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 908, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 911, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 914, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 917, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 920, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 923, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 926, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 933, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 936, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 939, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 942, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 945, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 948, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 952, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 955, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 958, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 961, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 964, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 967, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 970, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 973, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 976, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 979, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 982, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 985, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-code:before {
  content: "\f121";
}

/* line 988, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 991, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-mail-reply-all:before {
  content: "\f122";
}

/* line 994, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 999, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1002, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1005, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1008, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1012, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1015, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1018, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1021, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1024, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1027, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1030, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1033, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1036, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1039, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1042, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1045, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1048, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1051, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1054, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1057, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1060, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1063, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1066, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1069, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1072, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1075, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1078, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1081, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1084, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1087, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1090, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1093, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1096, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1099, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1102, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1105, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1108, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1111, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1114, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1117, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1120, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1123, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1127, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1131, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1135, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1139, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1142, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1146, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1150, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1156, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1161, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1165, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1169, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1172, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1175, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1178, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1181, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1184, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1187, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1190, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1193, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1196, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1199, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1202, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1205, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1208, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1211, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1214, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1217, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1220, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1223, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1226, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1229, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1232, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1235, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1238, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1241, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1244, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1247, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1250, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1253, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1256, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1259, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1262, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1265, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1268, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1271, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1274, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1277, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1280, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1283, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 1286, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1289, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1292, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1295, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1298, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1301, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1304, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1307, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1310, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1313, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1316, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1319, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1323, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1326, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1329, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1332, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1336, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/font-awesome.css.scss */
.fa-plus-square-o:before {
  content: "\f196";
}
@font-face {
  font-family: 'shanticon';
  src: url(/assets/shanticon/shanticon-4e05e36c8c0553c530d44b81ae17a2bb308f6bed41b2df1dc5a8311f849695ed.eot?-vz2s19);
  src: url(/assets/shanticon/shanticon-4e05e36c8c0553c530d44b81ae17a2bb308f6bed41b2df1dc5a8311f849695ed.eot?#iefix-vz2s19) format("embedded-opentype"), url(/assets/shanticon/shanticon-1de05d8740b91090563889a2a06fd620c5bb83754472938696707a0faf02f8d1.woff?-vz2s19) format("woff"), url(/assets/shanticon/shanticon-bab399983a9477e71924ce1bcc912ef9ef1a8d71a6e6292690f3dcec0445da91.ttf?-vz2s19) format("truetype"), url(/assets/shanticon/shanticon-10d59258c559147a0c87c679e63b25f06c062af4f15156c3cdadd85f923cb2c1.svg?-vz2s19#shanticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
[class^="shanticon-"], [class*="shanticon-"] {
  font-family: 'shanticon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-logo-shanti:before {
  content: "\e60b";
}

/* line 29, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-end-left:before {
  content: "\e63d";
}

/* line 32, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-end-right:before {
  content: "\e63e";
}

/* line 35, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-dbl-right:before {
  content: "\e63f";
}

/* line 38, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-dbl-left:before {
  content: "\e640";
}

/* line 41, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-tri-left:before {
  content: "\e641";
}

/* line 44, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-tri-right:before {
  content: "\e642";
}

/* line 47, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-tip-right:before {
  content: "\e643";
}

/* line 50, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-tip-left:before {
  content: "\e644";
}

/* line 53, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-tip-up:before {
  content: "\e645";
}

/* line 56, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-tip-down:before {
  content: "\e646";
}

/* line 59, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-empty-right:before {
  content: "\e647";
}

/* line 62, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-empty-left:before {
  content: "\e648";
}

/* line 65, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-agents:before {
  content: "\e600";
}

/* line 68, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-left_2:before {
  content: "\e601";
}

/* line 71, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-left:before {
  content: "\e602";
}

/* line 74, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-right_2:before {
  content: "\e603";
}

/* line 77, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow-right:before {
  content: "\e604";
}

/* line 80, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow3-down:before {
  content: "\e605";
}

/* line 83, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow3-left:before {
  content: "\e606";
}

/* line 86, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow3-right:before {
  content: "\e607";
}

/* line 89, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrow3-up:before {
  content: "\e608";
}

/* line 92, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-arrowselect:before {
  content: "\e609";
}

/* line 95, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-audio:before {
  content: "\e60a";
}

/* line 98, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-calendar:before {
  content: "\e60c";
}

/* line 101, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-audio-video:before {
  content: "\e649";
}

/* line 104, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-cancel:before {
  content: "\e60d";
}

/* line 107, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-check:before {
  content: "\e60e";
}

/* line 110, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-close2:before {
  content: "\e60f";
}

/* line 113, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-close2b:before {
  content: "\e610";
}

/* line 116, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-community:before {
  content: "\e611";
}

/* line 119, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-create:before {
  content: "\e612";
}

/* line 122, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-directions:before {
  content: "\e613";
}

/* line 125, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-disc:before {
  content: "\e614";
}

/* line 128, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-disc2:before {
  content: "\e615";
}

/* line 131, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-download:before {
  content: "\e616";
}

/* line 134, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-editor:before {
  content: "\e617";
}

/* line 137, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-essays:before {
  content: "\e618";
}

/* line 140, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-events:before {
  content: "\e619";
}

/* line 143, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-explore:before {
  content: "\e61a";
}

/* line 146, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-grid:before {
  content: "\e61b";
}

/* line 149, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-hourglass:before {
  content: "\e61c";
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-images:before {
  content: "\e62b";
}

/* line 155, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-link-external:before {
  content: "\e61d";
}

/* line 158, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-list:before {
  content: "\e61e";
}

/* line 161, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-list2:before {
  content: "\e61f";
}

/* line 164, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-list4:before {
  content: "\e620";
}

/* line 167, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-lock-open:before {
  content: "\e621";
}

/* line 170, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-lock:before {
  content: "\e622";
}

/* line 173, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-logo:before {
  content: "\e623";
}

/* line 176, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-magnify:before {
  content: "\e624";
}

/* line 179, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-map-marker:before {
  content: "\e625";
}

/* line 182, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-maps:before {
  content: "\e626";
}

/* line 185, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-menu:before {
  content: "\e627";
}

/* line 188, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-menu3:before {
  content: "\e628";
}

/* line 191, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-multiply:before {
  content: "\e629";
}

/* line 194, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-overview:before {
  content: "\e62a";
}

/* line 197, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-photos:before {
  content: "\e62b";
}

/* line 200, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-places:before {
  content: "\e62c";
}

/* line 203, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-play-transcript:before {
  content: "\e62d";
}

/* line 206, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-play-video:before {
  content: "\e62e";
}

/* line 209, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-preview:before {
  content: "\e62f";
}

/* line 212, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-registrar:before {
  content: "\e63a";
}

/* line 215, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-search:before {
  content: "\e630";
}

/* line 218, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-share:before {
  content: "\e631";
}

/* line 221, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-sources:before {
  content: "\e632";
}

/* line 224, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-spin3:before {
  content: "\e633";
}

/* line 227, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-stack:before {
  content: "\e634";
}

/* line 230, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-subjects:before {
  content: "\e635";
}

/* line 233, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-terms:before {
  content: "\e636";
}

/* line 236, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-texts:before {
  content: "\e637";
}

/* line 239, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-trash:before {
  content: "\e638";
}

/* line 242, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-tree:before {
  content: "\e639";
}

/* line 245, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-upload:before {
  content: "\e63a";
}

/* line 248, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-video:before {
  content: "\e63b";
}

/* line 251, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-visuals:before {
  content: "\e63c";
}

/* line 254, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-mail:before {
  content: "\e64a";
}

/* line 257, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-googleplus:before {
  content: "\e64b";
}

/* line 260, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-facebook:before {
  content: "\e64c";
}

/* line 263, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanticon.css.scss */
.shanticon-twitter:before {
  content: "\e64d";
}
/**
* Mandala Sarvaka - Development
*
* version 1.x - shanti-search.css
* ------------------------------------------
* University of Virginia / SHANTI MANDALA
* ------------------------------------------
*
*/
/* clearing default styles (extruder default in utils.css) */
/* line 12, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder, .extruder, .extruder .extruder-content, .extruder .flap .flapLabel, .extruder .text, .extruder .voice.hover, .extruder .voice.sel, .extruder .settingsBtn, .extruder .optionsPanel, .optionsPanel .panelVoice a:hover {
  overflow: visible;
  background-image: none;
  background: transparent;
}

/* line 18, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder.open .extruder-content, .extruder.open .extruder-content, .extruder .flap, .extruder .voice, .extruder .text, .optionsPanel .panelVoice a {
  box-shadow: none;
  text-transform: none;
}

/* line 23, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .extruder-content, .extruder .panel-default .panel-heading, .extruder .panel-heading, .extruder .panel-group, .extruder .panel-group .panel, .extruder .panel-default > .panel-heading {
  border: none;
}

/**
* ---------------
* Search Panel
* ---------------
*/
/* line 32, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder {
  padding: 0;
  background: transparent !important;
}

/* line 37, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.ext_wrapper {
  height: auto;
  padding: 0;
}

/* line 42, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .extruder-content {
  background: transparent !important;
  border: none;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 5px rgba(153, 153, 153, 0.75);
}

/* line 50, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder.isOpened .extruder-content {
  border-right-width: 12px;
  background: transparent !important;
}

/* line 55, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder {
  margin-top: 8px;
  position: absolute;
  top: -0.25rem !important;
  z-index: 300;
}

/* hide the search tab on the user profile page */
/* line 63, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.page-user #search-flyout.extruder {
  /*display:none !important;*/
}

/* line 67, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout .ext_wrapper {
  height: auto;
  padding: 0;
  background: #f8f8f8;
}

/* line 73, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder .extruder-content {
  background: transparent !important;
  /*overflow:visible !important;*/
  border: 7px solid #fff;
  border-right-width: 0px;
  padding: 0;
  width: 100%;
  box-shadow: -4px 4px 5px rgba(153, 153, 153, 0.2);
}

/* line 83, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder.isOpened .extruder-content {
  border-right-width: 13px;
}

/* line 87, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder .text {
  border: none;
  padding: 0;
  text-shadow: none;
  /* default panel container width is set */
  width: 277px;
  min-width: 277px !important;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}

/* line 97, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder .text,
#search-flyout.extruder .text .region-search-flyout {
  background: #f8f8f8;
  color: #333;
}

/* line 104, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .btn-collapse-flyout {
  width: 2.8rem;
  height: 2.8rem;
  background: #555;
  color: #ddd;
  padding: .5rem .55rem;
  border-radius: .3rem;
  margin: .2rem .2rem 0 0;
  text-align: center;
  cursor: default;
  background: #888;
  font-size: 1.75rem;
}

/* line 117, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .btn-collapse-flyout:hover {
  color: #fff;
  background: #555;
}

/* line 121, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
body:not(.kmaps) .extruder .btn-collapse-flyout {
  position: absolute;
  z-index: 90;
  top: 0.6rem;
  right: 1.2rem;
  display: none;
}

/**
* BEGIN extruder button for opening-closing
*/
/* line 132, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .flap,
.extruder.isOpened .flap,
.extruder .flap .flapLabel,
.extruder .flap.on-flap .flapLabel,
.extruder.isOpened .flap.on-flap .flapLabel,
.extruder .flap > span,
.extruder .flap.on-flap > span,
.extruder .flap.on-hover > span,
.extruder .flap.on-hover.on-flap > span {
  width: 0;
  padding: 0;
  border: none;
  background: transparent;
}

/**
* Note: object.flip_label has to do with a built-in extruder
* tab label feature of extruder library we are not using
*/
/* line 150, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
object.flip_label {
  display: none;
}

/* line 154, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder.open-collections {
  margin-top: 280px;
}

/**
* BEGIN UI-Resize Search Flyout
* left edge handle
*/
/* line 164, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .text.ui-resizable,
.extruder .isOpened .text.ui-resizable {
  position: static;
  /* Important for keeping the right edge pinned while expanding flyout width */
  overflow-y: visible;
}

/*
.ui-resizable-handle.ui-resizable-w {
  cursor: col-resize;
  position: absolute;
  left: -1.2rem;
  top: 6.2rem;
  z-index: 290;
  width: 1.2rem;
  height: 5rem;
  border-radius: .4rem 0 0 .4rem;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-width: 2px 1px 2px 2px;
  top: 5.6rem;
}

.ui-resizable-handle.ui-resizable-w::before{
  content: '';
  width: 1rem;
  height: 4rem;
  display: inline-block;
  position: relative;
  top: .3rem;
  left: .3rem;
  border-left: 3px double #aaa;
}

.ui-resizable-handle.ui-resizable-w:active {
  background-color: #777;
  border-color:#eee;
}
*/
/* line 203, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.ui-resizable-handle.ui-resizable-w {
  cursor: col-resize;
  position: absolute;
  z-index: 90;
  top: .8rem;
  left: .8rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 39px 0 0;
  border-color: #aaa transparent transparent transparent;
  opacity: 0.8;
}

/* line 216, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.ui-resizable-handle.ui-resizable-w:hover {
  opacity: 1 !important;
}

/* line 219, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.ui-resizable-handle.ui-resizable-w.active,
.ui-resizable-handle.ui-resizable-w:active {
  opacity: 0.8;
  border-color: #aaa transparent transparent transparent;
}

/* line 225, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.ui-resizable-handle.ui-resizable-w::before {
  content: '\f047';
  font-family: 'FontAwesome';
  font-size: 1.12em;
  display: inline-block;
  color: #fff;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  bottom: 3.4rem;
  left: .4rem;
}

/* line 237, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.ui-resizable-handle.ui-resizable-w:hover::before,
.ui-resizable-handle.ui-resizable-w.active::before,
.ui-resizable-handle.ui-resizable-w:active::before {
  color: #fff;
}

/* ----- left edge handle -nw */
/* line 244, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.ui-resizable-handle.ui-resizable-nw {
  cursor: col-resize;
  z-index: 99;
  position: absolute;
  top: .7rem;
  left: .1rem;
  height: 98.7%;
  width: .5rem;
  background-color: #fff;
  border: none;
  opacity: 0.85;
}

/* line 257, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.ui-resizable-handle.ui-resizable-nw:hover {
  background-color: #fff;
}

/* line 261, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.ui-resizable-handle.ui-resizable-nw::before {
  display: none;
}

/* line 265, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.ui-resizable-handle.ui-resizable-nw:active {
  background-color: #f5f5f5;
}

/* line 273, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .edit-advanced-option label {
  margin-left: 0;
}

/* line 277, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder #sources-views-advanced-search-form .radio-inline {
  padding-left: 0;
  margin-left: 0;
}

/**
* top banner search button inline styles are loaded via main.js with icon markup
*/
/* line 286, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder .flap {
  background: #fff;
  height: 49px;
  width: 50px;
  padding: 0.62rem 0 0.62rem 0.62rem;
  margin: 0 0 0 -1.2rem;
  cursor: default;
  display: block;
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px;
  background-clip: padding-box;
  box-shadow: -0.4rem 0 0.4rem rgba(0, 0, 0, 0.125);
}

/* line 300, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder .flap .flapLabel,
#search-flyout.extruder .flap.on-flap .flapLabel {
  background: #333;
  height: 37px;
  width: 44px !important;
  padding: 15px 38px 15px 0;
  margin: 0;
  display: block;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-clip: padding-box;
}

/* line 313, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder.isOpened .flap {
  width: 48px;
  margin: 0 0 0 -8px;
}

/* line 318, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder.isOpened .flap.on-flap .flapLabel {
  width: 30px !important;
  /* on-flap is opened state */
}

/*----- css for the flap is inserted inline, see js/main ---*/
/* line 323, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder .flap > span,
#search-flyout.extruder .flap.on-flap > span {
  color: #eee;
}

/* line 328, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder .flap.on-hover > span,
#search-flyout.extruder .flap.on-hover.on-flap > span {
  color: #fff;
  background: #222;
}

/* line 334, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder .flap > span .icon {
  /*position: absolute;
  font-size: 2.88rem;
  left: 1.5rem;
  top: 1.21rem;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;*/
}

/* line 344, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder .flap.on-flap > span .icon {
  font-size: 1.18em;
  position: absolute;
  left: 1.9rem;
  top: 1.45rem;
  z-index: 10;
}

/* line 352, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder.isOpened .flap.on-flap > span .icon {
  position: absolute;
  font-size: 2.75rem;
  left: 1.3rem;
  top: 1.1rem;
  color: #c0c0c0;
}

/* line 360, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder.isOpened .flap.on-flap > span .icon:hover {
  color: #ddd;
}

/* line 364, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder.isOpened .flap.on-hover > span .icon,
#search-flyout.extruder.isOpened .flap.on-hover.on-flap > span .icon {
  color: #fff;
  background: transparent;
}

/* line 370, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder.isOpened .flap.on-flap > span .icon.shanticon-search::before {
  /*-webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;*/
}

/* line 375, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout.extruder.isOpened .flap.on-flap > span .icon.shanticon-search::before,
#search-flyout.extruder.isOpened .flap.on-flap > span .icon.shanticon-search:hover::before {
  content: '\e610';
}

/**
*** END - Sliding Panel */
/**
* --------------------------------------
* BEGIN  Search / Input & View
* --------------------------------------
*/
/* line 393, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section {
  /* padding-top:1rem;  coordinate with contextual-links-region below */
  border: 1px solid #e0e0e0;
  display: block;
  width: 100%;
}

/* line 400, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .contextual-links-region {
  /*margin-top:-1rem;*/
}

/* line 404, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .form-control:first-child {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  background-clip: padding-box;
}

/* line 410, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group {
  padding: 0 15px;
  display: block;
  width: 100%;
  background: #f8f8f8;
  float: left;
}

/* line 418, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .form-control {
  color: #777;
  border: 1px solid #ccc;
  border-radius: 25px;
  background-clip: padding-box;
  font-size: 1.06em;
  height: 35px;
  /* coordinate with button height below */
  line-height: 1.44em;
  margin: 14px 0 0;
  padding: 2px 75px 0 32px;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  vertical-align: middle;
  box-shadow: 0 2px 5px #eee inset;
  background: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

/* line 440, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .form-control:hover {
  border: 1px solid #ccc;
  color: #777;
}

/* line 445, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .form-control:focus {
  border: 1px solid #9097d3;
  box-shadow: 0 0 4px #949bd8;
}

/* line 450, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .input-group-btn {
  width: 45px !important;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 16px;
  z-index: 10;
  background: transparent;
  padding: 0;
  margin: 0;
}

/*--- button ---*/
/* line 463, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .btn.btn-default {
  display: block;
  /* 2px less input-group-btn above */
  height: 33px;
  color: #aaa;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-width: 0 0 0 1px;
  border-radius: 0;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  background-clip: padding-box;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
}

/* line 485, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .btn.btn-default:hover {
  background: #eee;
  color: #777;
}

/* line 490, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .btn.btn-default:active,
.input-section .input-group .btn-default.active {
  background: transparent;
  border-color: #fff;
}

/* line 496, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .btn.btn-default .icon {
  font-family: 'Glyphicons Halflings' !important;
  background: transparent;
}

/* line 501, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .btn.btn-default .icon::before {
  content: '\e080';
  position: relative;
  right: 0.25rem;
  top: -0.56rem;
}

/* line 508, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .input-group .btn.btn-default:active .icon,
.input-section .input-group .btn.btn-default.active .icon {
  color: #777;
}

/**
* BEGIN Search Reset
*/
/* line 519, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .searchreset,
.kmap-typeahead-picker .searchreset,
.kmap-tree-picker .searchreset {
  background: transparent;
  background-image: none;
  box-shadow: none;
  border-radius: 50%;
  background-clip: padding-box;
  border: none;
  padding: 0;
  margin: 0;
}

/* line 532, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .searchreset,
.kmap-tree-picker .searchreset {
  position: absolute;
  right: 5.4rem;
  top: 0.9rem;
  z-index: 10;
}

/* line 540, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .kmap-typeahead-picker .searchreset {
  position: absolute;
  right: 2.7rem;
  top: 2.75rem;
  z-index: 10;
}

/* line 547, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .searchreset:hover, .extruder .searchreset:active,
.kmap-typeahead-picker .searchreset:hover, .kmap-typeahead-picker .searchreset:active,
.kmap-tree-picker .searchreset:hover, .kmap-tree-picker .searchreset:active {
  color: transparent;
  background-image: none;
  background: transparent;
  border: none;
}

/* line 556, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .searchreset:active, .extruder .searchreset.active,
.kmap-typeahead-picker .searchreset:active, .kmap-typeahead-picker .searchreset.active,
.kmap-tree-picker .searchreset:active, .kmap-tree-picker .searchreset.active {
  background: transparent;
  background-image: none;
  box-shadow: none;
  border: none;
}

/* line 565, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .searchreset .icon,
.kmap-typeahead-picker .searchreset .icon,
.kmap-tree-picker .searchreset .icon {
  background: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 50%;
  background-clip: padding-box;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  position: relative;
  left: 0.25rem;
  top: -0.15rem;
}

/* line 581, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .searchreset .icon::before, .extruder .searchreset .icon::after,
.kmap-typeahead-picker .searchreset .icon::before, .kmap-typeahead-picker .searchreset .icon::after,
.kmap-tree-picker .searchreset .icon::before, .kmap-tree-picker .searchreset .icon::after {
  background: #c0c0c0;
  content: '';
  position: absolute;
  top: 0.95rem;
  left: 0.35rem;
  width: 1.3rem;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 596, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .searchreset .icon::after,
.kmap-typeahead-picker .searchreset .icon::after,
.kmap-tree-picker .searchreset .icon::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 604, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .searchreset:hover .icon, .extruder .searchreset:active .icon,
.kmap-typeahead-picker .searchreset:hover .icon, .kmap-typeahead-picker .searchreset:active .icon,
.kmap-tree-picker .searchreset:hover .icon, .kmap-tree-picker .searchreset:active .icon {
  background-color: #ddd;
}

/* line 610, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .searchreset:hover .icon::before, .extruder .searchreset:hover .icon::after,
.kmap-typeahead-picker .searchreset:hover .icon::before, .kmap-typeahead-picker .searchreset:hover .icon::after,
.kmap-tree-picker .searchreset:hover .icon::before, .kmap-tree-picker .searchreset:hover .icon::after {
  background: #fff;
}

/* line 617, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .shanticon-magnify {
  left: 2rem;
  top: 1.45rem;
  z-index: 10;
  font-size: 1.12em;
  color: #999;
}

/* line 626, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .kmap-typeahead-picker .shanticon-magnify {
  position: absolute;
  top: 2.8rem;
  font-size: 1.12em;
}

/**
* BEGIN Feature Reset
*/
/* line 638, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .feature-group .feature-reset {
  border: none;
  background: transparent;
  background-image: none;
  width: 15px;
  height: 15px;
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 23px;
  right: 11px;
}

/* line 652, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .feature-group .feature-reset .icon {
  font-size: 1.25em;
  color: #c0c0c0;
}

/* line 657, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .feature-group .feature-reset .icon::before {
  font-family: 'shanticon';
  content: '\e610';
}

/* search errors */
/* line 663, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .notification-wrapper {
  padding: 0 15px;
}

/* line 667, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .alert {
  margin: 0 10px 10px;
  padding: 10px 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* line 673, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .alert-danger {
  color: #dc3c47;
  background-image: none;
  border-radius: 0 9px;
  background-clip: padding-box;
  border: 1px solid #ddd;
  background-color: #fffffc;
}

/* line 682, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .alert-danger .close {
  position: relative;
  top: -0.5rem;
  right: -0.5rem;
}

/* line 688, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .form-group {
  margin-bottom: 2px;
  /*padding-left: 0;*/
}

/* line 693, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .search-group {
  height: 86px;
  position: relative;
}

/* line 698, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .search-group .form-group {
  padding-left: 1em;
}

/* line 702, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .search-group .checkbox-inline:first-child {
  margin-right: 5px;
}

/* line 706, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .search-group .checkbox-inline > div {
  margin-right: 4px;
}

/* line 710, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .search-group .radio-inline:first-child {
  width: auto;
  margin-right: 5px;
}

/* line 715, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .search-group .radio-inline > d iv {
  margin-right: 4px;
}

/* line 719, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section label {
  font-size: 0.88em;
  text-transform: capitalize;
}

/* line 724, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .search-group .kmap-typeahead-picker label {
  margin-left: 3.9rem;
  font-size: 0.93em;
  color: #444;
  letter-spacing: 0.03rem;
}

/* line 731, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .search-group .kmap-filter label {
  margin-left: 2.3rem;
}

/**
* Advanced Options
*/
/* line 738, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .advanced-view {
  /*** height:275px;  height can help control cross-browser issues ***/
  /*padding: 0 .9rem;
  background: #f8f8f8;*/
  width: 100%;
  /*margin-right: 0.3rem;*/
}

/* line 746, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .advanced-view .form-group {
  border-top: 1px solid #e0e0e0;
  margin: 0;
}

/* line 751, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .advanced-view .form-group.last {
  padding-bottom: 0;
}

/**
* advanced toggle for search panel */
/* line 757, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .toggle-link {
  /*background: #f8f8f8;
  color: #555 !important;*/
  font-size: 0.88em;
  display: block;
  text-align: right;
  font-weight: bold;
  /*line-height: 0.93em;*/
  margin: .5rem 2.5rem 0 0;
  /*padding: 0;
  text-decoration: none;
  font-family: 'droidserif',georgia,palatino,'Palatino Linotype',serif;*/
}

/* line 771, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .toggle-link:hover {
  text-decoration: none !important;
}

/* line 775, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .toggle-link .icon {
  font-family: 'FontAwesome';
}

/* line 779, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .toggle-link .icon::before {
  color: #555 !important;
  font-family: 'FontAwesome';
  content: '\f067';
  font-size: 0.82em;
  margin-right: 0.25em;
}

/* line 787, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .toggle-link:hover .icon::before {
  color: #555 !important;
}

/* line 791, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .feature-group .toggle-link.feature-toggle {
  float: right;
  padding: 0 10px 0 0;
  margin: 0;
  position: relative;
  top: -1px;
}

/* line 799, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .toggle-link.advanced-link {
  /*margin: 0;
  padding: 0;
  position: relative;
  top: 23px;
  left: -12px;
  float: right;*/
  display: none;
}

/* line 809, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .feature-group .toggle-link.show-features .icon::before,
.input-section .toggle-link.show-advanced .icon::before {
  content: '\f068';
}

/***
.input-section .feature-group .toggle-link.feature-toggle{ float:right;padding:0 10px 0 0;margin:0;display:inline;position:relative;top:-1px;}
.input-section .toggle-link.advanced-link{ margin-bottom:4px;}
.input-section .feature-group .toggle-link.show-features i{ content:'\f068';}
.input-section .toggle-link.advanced-link.show-options i.icon::before,
.input-section .feature-group .toggle-link.feature-toggle.show-features i.icon::before{ fcontent:'\f068';}
***/
/*--- iCheck / radio and checkbox style overrides ---*/
/* line 823, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .icheckbox_minimal-red,
.input-section .iradio_minimal-red {
  height: 1.5em;
  margin-right: 4px;
}

/* line 829, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .radio-inline input,
.input-section .radio input[type='radio'],
.input-section .radio-inline input[type='radio'] {
  margin-left: 5px;
}

/* line 835, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .checkbox-inline,
.input-section .radio-inline {
  padding: 0 0 0 3px;
}

/* .input-section .checkbox-inline{ margin-left:1px;} */
/* line 840, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .radio-inline + .radio-inline,
.input-section .checkbox-inline + .checkbox-inline {
  margin-left: 0.06em;
}

/* line 845, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .radio-inline > div,
.input-section .checkbox-inline > div {
  position: relative;
  top: -2px;
  margin: 0;
  padding: 0;
}

/* graphic icon */
/* line 852, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section label.radio-inline:first-child {
  width: 6.62em;
  min-width: 6.62em;
  max-width: 15em;
  padding-left: 3px;
}

/**
* BEGIN select dropdown
*/
/* line 863, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .bootstrap-select.btn-group:not(.input-group-btn),
.input-section .bootstrap-select.btn-group[class*="span"] {
  margin-top: 1rem;
}

/* line 868, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .bootstrap-select.btn-group li a span {
  background: transparent !important;
  color: #444;
}

/* line 873, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .bootstrap-select.btn-group li a span:hover {
  color: #fff;
}

/* line 877, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .bootstrap-select.btn-group .popover-title .close {
  line-height: .75;
  font-weight: normal;
}

/* line 882, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .bootstrap-select.btn-group .dropdown-menu > li > a .glyphicon:not(.glyphicon-ok) {
  font-size: 1.18em;
  position: absolute;
  left: 0.8em;
  top: 0.6rem;
  color: #555;
}

/* line 890, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .bootstrap-select.btn-group .dropdown-menu > li > a .glyphicon:not(.glyphicon-ok) ~ span.text {
  padding-left: 2.8rem;
}

/* line 894, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.advanced-view .form-group.advanced-input.select-type {
  padding: 2px 1.2rem 2px;
}

/* line 898, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.advanced-view .form-group.advanced-input .form-control {
  line-height: 27px;
  height: 27px;
  padding: 0 1.5rem;
  margin: 2px 0;
  width: 100% !important;
  color: #666;
  background: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 18px;
  background-clip: padding-box;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: 0 2px 5px #eee inset;
}

/* line 915, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.advanced-view > .form-group:last-of-type .form-group {
  border-top: none;
  padding: 0 !important;
}

/* line 920, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.advanced-view .form-group.advanced-input .form-control:hover {
  border: 1px solid #ccc;
  color: #777;
}

/* line 925, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.advanced-view .form-group.advanced-input .form-control:focus {
  border: 1px solid #9097d3;
  box-shadow: 0 0 4px #949bd8;
}

/* line 930, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.advanced-view .form-group.advanced-input.select-type > span {
  font-size: 0.93em;
  position: relative;
  top: 6px;
  left: 12px;
}

/* line 937, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .kmaps-tt-header .close {
  position: relative;
  top: -1rem;
}

/* line 942, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .bootstrap-select.btn-group .btn:focus,
.extruedr .bootstrap-select.btn-group .btn.active {
  border: 1px solid #ccc;
  box-shadow: inset 0 0 4px 0 #eee;
  background: #fdfdfd;
}

/**
*** END / Input & Advanced */
/**
* --------------------------------------------
*  START View Section / Tabs - Table - Tree
* --------------------------------------------
*/
/* line 959, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-section {
  background: #fff;
  border-top: 5px solid #fff;
}

/* line 964, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section {
  display: none;
  background: #fff;
  border-top: 5px solid #fff;
}

/* line 970, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .tab-content {
  background: #f8f8f8;
  padding: 1rem 0 0;
  border: 1px solid #ddd;
  border-width: 0 1px;
}

/* line 977, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-section .tab-content .tab-pane,
.view-section .tab-content .tab-pane {
  padding: 0;
}

/* line 982, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-section .nav-tabs,
.view-section .nav-tabs {
  margin-top: 0 !important;
}

/* line 987, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-section .nav-tabs > li,
.view-section .nav-tabs > li {
  width: 35%;
  max-width: 130px;
  font-size: 1.06em;
  line-height: 1.5em;
  letter-spacing: 0.01rem;
}

/* line 996, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-section .nav-tabs > li > a {
  color: #777;
  font-size: 14px;
  line-height: 20px;
  margin-right: 4px;
  font-weight: bold;
  padding: 10px 0 7px 0;
  text-align: center;
  background: #fcfcfc;
  border: 1px solid #eee;
  border-bottom-color: #ddd;
  border-top: 2px solid #ddd;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

/* line 1013, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .nav-tabs > li > a {
  color: #777;
  font-size: 14px;
  line-height: 20px;
  margin-right: 4px;
  font-weight: bold;
  padding: 10px 0 7px 0;
  /* display:none prevents flash on load */
  display: none;
  text-align: center;
  background: #fcfcfc;
  border: 1px solid #eee;
  border-bottom-color: #ddd;
  border-top: 2px solid #ddd;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

/* line 1031, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-section .nav-tabs > li > a:hover,
.search-section .nav-tabs > li > a:active,
.view-section .nav-tabs > li > a:hover,
.view-section .nav-tabs > li > a:active {
  border-color: #ddd;
  border-top: 2px solid #ccc;
  color: #333;
  background: white;
}

/* line 1041, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-section .nav-tabs > li.active > a,
.search-section .nav-tabs > li.active > a:hover,
.search-section .nav-tabs > li.active > a:active,
.view-section .nav-tabs > li.active > a,
.view-section .nav-tabs > li.active > a:hover,
.view-section .nav-tabs > li.active > a:active {
  color: #444;
  font-size: 14px;
  background: #f8f8f8;
  text-decoration: none;
  border-color: #ddd;
  border-top: 2px solid #888;
  border-bottom-color: transparent;
}

/* line 1056, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-section .nav-tabs > li > .icon,
.view-section .nav-tabs > li > .icon {
  width: 16px;
  height: 16px;
}

/* line 1062, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-section .nav-tabs > li > a .icon::before,
.view-section .nav-tabs > li > a .icon::before {
  font-size: 13px;
  position: relative;
  top: 1px;
  right: 6px;
}

/* line 1070, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-section .nav-tabs > li.active > a .icon::before,
.view-section .nav-tabs > li.active > a .icon::before {
  font-size: 15px;
  position: relative;
  right: 5px;
}

/* line 1081, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .listview > div,
.view-section .treeview > div {
  padding: 0;
  overflow-y: scroll;
}

/* line 1087, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .treeview .tab-content {
  padding-top: 10px;
  padding-bottom: 0;
}

/*---- END tabs -----*/
/*---- START list table view ----*/
/* line 1094, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section div.table-responsive {
  text-align: center;
  border: none;
  overflow: hidden;
}

/* line 1100, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results {
  border: none;
  font-size: 13px;
  line-height: 20px;
  margin: 0 2%;
  width: 96%;
  font-family: palatino,'Palatino Linotype',georgia,serif;
}

/* line 1109, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results a {
  font-style: italic;
}

/* line 1113, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results tr {
  margin-right: 0;
}

/* line 1117, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results tr.row_selected {
  background: #fff;
  box-shadow: 0 0 3px 0 #aaa;
}

/* line 1122, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results > thead > tr > th {
  border-bottom: none;
  color: #333;
}

/* line 1127, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results > thead > tr {
  background: #e7e7e7;
  border-bottom: 2px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
}

/* line 1136, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results tbody > tr:nth-of-type(even) {
  background: #eee;
}

/* line 1140, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results tbody > tr:nth-of-type(odd) {
  background: #f5f5f5;
}

/* line 1144, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results tbody > tr:hover {
  background: #fff !important;
}

/* line 1148, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results tbody > tr:last-child {
  border-bottom: 1px solid #ddd;
}

/*
.view-section table.table-results > .ajax-progress {
  position: absolute;
  background-image: none;
}
*/
/* line 1157, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .table-results .progress-disabled ~ .ajax-progress:nth-of-type(1) {
  height: 20px;
  width: 20px;
  /*background:transparent image-url(/assets/shanti_integration/ajax-loader-d5478e14293e0e8ffe7b1515d427e3029675394e368198e668b2bf1b86301ef6.gif) no-repeat center center;*/
  position: absolute;
  display: inline-block;
  background: transparent;
  margin-top: -2.5rem;
  margin-left: -6rem;
}

/*
.view-section table.table-results tbody>tr.progress-disabled.row_selected {
  height: 20px;
  width: 20px;
  background:transparent image-url(/assets/shanti_integration/ajax-loader-d5478e14293e0e8ffe7b1515d427e3029675394e368198e668b2bf1b86301ef6.gif) no-repeat center center;
  z-index: 501;
}
*/
/* line 1176, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results tbody > tr > td {
  cursor: pointer;
}

/* line 1180, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results tbody > tr > td,
.view-section table.table-results tbody > tr > td > div,
.view-section table.table-results tbody > tr > td > span {
  display: table-cell;
  white-space: nowrap;
  position: static;
  line-height: 20px;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  text-align: left;
  width: 50% !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1195, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section table.table-results tbody > tr > td blockquote,
.view-section table.table-results tbody > tr > td quote {
  font-size: 0.5em !important;
}

/* line 1200, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .pagination {
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  margin-right: -0.5em;
}

/* line 1207, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .pagination > li > a,
.view-section .pagination > li > span {
  padding: 0.5em 0.8em;
}

/* bottom text below table */
/* line 1212, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section div#pager-header {
  font-size: 0.88em;
  padding: 0.2rem 0 0 2rem;
  text-align: left;
  color: #555;
}

/**
* search view-section scrollbars
*/
/* line 1223, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .view-wrap::-webkit-scrollbar {
  width: 0.6rem;
  border-radius: 0.6rem;
  background-clip: padding-box;
}

/* line 1229, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .view-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/* line 1233, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .view-wrap::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 0.6rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

/* line 1239, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .view-wrap:hover::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/*.view-section ul.fancytree-container::-webkit-scrollbar {
  width: 0.6rem;
  border-radius: 0.6rem;
}

.view-section ul.fancytree-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}

.view-section ul.fancytree-container::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 0.6rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

.view-section ul.fancytree-container:hover::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/
/**
* bootstrap-select scrollbars
*/
/* line 1265, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.bootstrap-select .dropdown-menu.selectpicker::-webkit-scrollbar {
  width: 0.6rem;
  border-radius: 0.6rem;
  background-clip: padding-box;
}

/* line 1271, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.bootstrap-select .dropdown-menu.selectpicker::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/* line 1275, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.bootstrap-select .dropdown-menu.selectpicker::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 0.6rem;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

/* line 1282, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.bootstrap-select .dropdown-menu.selectpicker:hover::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/**
* Tooltip popovers
*/
/* line 1290, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .title-field {
  position: static;
  float: none;
}

/* line 1295, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content {
  font-family: sans-serif;
  font-size: 10px;
}

/* line 1300, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content > blockquote p {
  font-size: 13px;
}

/* line 1304, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content > blockquote {
  border-left: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

/* line 1312, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content .kmapid-display,
.view-section .counts-display {
  display: block;
  float: right;
  clear: both;
  font-size: smaller;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  color: #888;
}

/* line 1324, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content .info-wrap {
  min-width: 18em;
}

/* line 1328, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content .counts-display {
  display: block;
  height: 40px;
  padding: 5px;
}

/* line 1334, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content .kmap-caption p {
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}

/* line 1338, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-title .kmapid-display {
  display: block;
  float: right;
  clear: both;
  font-size: 1em;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  color: #888;
}

/* line 1349, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-title .kmapid-display::before {
  color: #888;
}

/* line 1353, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content .badge {
  margin: 0 5px;
  position: relative;
  top: 19px;
  font-size: 10px;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
  letter-spacing: 0.06em;
  border: 1px solid #c0c0c0;
  background: #f9f9f9;
  color: #444;
  padding: 2px 6px;
  line-height: 8px;
  height: 15px;
}

/* line 1368, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content span.associated {
  text-align: center;
  float: right;
  position: relative;
  top: -4px;
  height: 35px !important;
  margin: 0 0 5px 0;
  border-left: 1px solid #ddd;
}

/* line 1378, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content span.associated:first-child {
  margin-right: -15px;
}

/* line 1382, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .listview h3.popover-title {
  font-size: medium;
}

/* line 1386, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-section .popover-content span.associated i {
  font-size: 1.68em;
  position: absolute;
  bottom: 19px;
  color: #777;
  margin: 0 6px;
}

/**
* END View Table */
/**
* --------------------------
* START / Search Tree-Nav
* --------------------------
*/
/* line 1403, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-container {
  margin: 0;
  background-color: transparent !important;
  border: none !important;
  font-family: 'droidserif',georgia,palatino,'Palatino Linotype',serif !important;
}

/* line 1410, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .fancytree-container {
  background-color: #f8f8f8 !important;
  overflow: visible;
}

/* line 1415, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-container ul {
  padding: 0 0 0 1rem !important;
  margin: 0;
}

/* line 1420, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-container li {
  padding: 0;
  line-height: 1.68em;
  overflow: hidden;
  position: relative;
}

/* line 1427, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-icon {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  /* remove checkbox */
  display: none;
}

/* line 1437, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-node {
  border: 1px solid transparent !important;
  display: block;
}

/* line 1442, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-node:hover,
.fancytree-node:active,
.fancytree-node.fancytree-active,
.fancytree-node.fancytree-selected,
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active {
  background-color: #fff !important;
  border-color: #eee !important;
}

/* line 1451, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active,
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active {
  border-color: #ccc !important;
}

/* line 1456, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-node .ajax-progress {
  position: absolute;
  right: 0.6rem;
  background: transparent;
  /*padding-right:1rem;*/
}

/* line 1457, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-node.fancytree-has-children .ajax-progress {
  right: 0.1rem;
}

/*
.fancytree-container li > .ajax-progress {
  position: absolute;
  left: 0;
  /----- top: 0.15rem;
  right: 0.1rem; ---------/
  background: transparent;
  padding: 0.1rem 0.5rem;
}
*/
/* line 1468, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-title a {
  color: #444;
}

/* line 1472, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-title a:hover,
.fancytree-title a:active {
  color: #111;
}

/* line 1477, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-title {
  line-height: 1.68em;
  margin-left: .3rem;
  height: 1.62em;
  /*box-sizing: content-box;*/
}

/* line 1484, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-node .fancytree-expander {
  background-image: none !important;
}

/* line 1488, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-exp-nl .fancytree-icon,
.fancytree-exp-nl .fancytree-expander,
.fancytree-exp-n .fancytree-icon,
.fancytree-exp-n .fancytree-expander {
  display: none;
}

/*
.fancytree-title:hover,
.fancytree-title:active {
  color: #111;
}
*/
/* line 1500, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-title::before {
  background: #fff;
  color: transparent;
  font-family: 'shanticon';
  content: '\e625';
  font-size: 1em;
  float: left;
  position: relative;
  top: 0.55rem;
  right: 0.426rem;
  border-radius: 50%;
  background-clip: padding-box;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: .7rem;
  box-shadow: 0 0 2px 1px #aaa;
}

/* line 1519, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-title:hover::before {
  background: #777;
  box-shadow: none;
}

/* line 1524, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-statusnode-wait .fancytree-title::before,
.fancytree-statusnode-error .fancytree-title::before {
  width: 0;
  height: 0;
  display: none;
  color: transparent;
  box-shadow: none;
  background: transparent;
}

/* line 1534, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-has-children > span.fancytree-title {
  padding-left: 0;
  margin-left: -2.5rem;
}

/* line 1539, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-has-children span.fancytree-title::before {
  content: none;
  position: relative;
  top: 0;
}

/* line 1545, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-active .fancytree-title,
.fancytree-selected .fancytree-title {
  color: #000;
}

/* line 1550, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-active.fancytree-has-children .fancytree-title::before,
.fancytree-selected.fancytree-has-children .fancytree-title::before {
  content: none;
  text-shadow: none;
  display: none;
}

/* line 1557, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-active .fancytree-title::before,
.fancytree-selected .fancytree-title::before {
  background: #888;
  box-shadow: none;
}

/* line 1563, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-container .glyphicon {
  color: #666;
  font-family: 'Glyphicons Halflings';
  font-size: 15px;
  margin-right: 1.2rem;
  position: relative;
  top: .4rem;
}

/* line 1572, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-node:hover > .glyphicon {
  color: #888;
}

/* line 1576, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-node.fancytree-active:active > .glyphicon,
.fancytree-node.fancytree-active .glyphicon,
.fancytree-node.fancytree-selected:active > .glyphicon,
.fancytree-node.fancytree-selected .glyphicon {
  color: #666;
  background: transparent;
}

/*--- hihglight search text ---*/
/*.view-section span.fancytree-title > em,
.view-section mark {
    color: #ff0;
    font-style: normal;
    padding: 0;
    background: transparent;
}
*/
/* line 1595, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.fancytree-plain .fancytree-active .fancytree-title,
.fancytree-plain .fancytree-selected .fancytree-title,
.fancytree-plain .fancytree-has-children > .fancytree-title,
.fancytree-plain .fancytree-container.fancytree-treefocus .fancytree-focused .fancytree-title,
.fancytree-plain .fancytree-node:hover .fancytree-title {
  background-color: transparent !important;
  border-color: transparent !important;
}

/**
*** END treeview */
/**
* Search Loading
*/
/* line 1615, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#search-flyout .overlay-mask {
  position: absolute;
  z-index: 310;
  background: #fff;
  filter: alpha(opacity=75);
  opacity: 0.75;
}

/* line 1623, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.loading-container,
.loading {
  height: 150px;
  position: relative;
  left: 2.7rem;
  width: 15rem;
  border-radius: 100%;
  background-clip: padding-box;
  z-index: 320;
}

/* line 1634, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.loading-container {
  position: relative;
  top: 22rem;
  margin: 0 auto;
}

/* line 1640, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.loading {
  border: 2px solid transparent;
  border-color: transparent #aaa transparent #aaa;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 1656, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.loading-container:hover .loading {
  border-color: transparent #999 transparent #999;
}

/* line 1660, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 1666, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
#loading-text {
  -webkit-animation: loading-text-opacity 1s linear 0s infinite normal;
  animation: loading-text-opacity 1s linear 0s infinite normal;
  color: #000;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
  font-size: 1.18em;
  text-transform: capitalize;
  font-weight: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 330;
  top: -15px;
  left: 40px;
  width: 120px;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-text-opacity {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  20% {
    filter: alpha(opacity=30);
    opacity: .3;
  }
  50% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@keyframes loading-text-opacity {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  20% {
    filter: alpha(opacity=30);
    opacity: .3;
  }
  50% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

/**
*** END search loading */
/**
* BEGIN tooltip popover on search view-section
*/
/* line 1770, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover {
  display: none;
  border: 1px solid #ddd;
  padding-bottom: .5rem;
}

/* line 1776, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-title {
  background: #f0f0f0;
  font-size: 1.06em;
  line-height: 1.12em;
  padding: 12px 12px 7px;
  position: relative;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  font-weight: normal;
}

/* line 1786, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-title .kmapid-display {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 0.68em;
  white-space: nowrap;
  letter-spacing: .1rem;
  margin: 0;
  color: #555;
}

/* line 1797, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-title .kmapid-display::before {
  /* content: '' */
}

/* line 1801, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-content {
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  font-size: 0.75em;
  padding: 0.5rem 0 0.5rem;
}

/* line 1807, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-content .kmap-caption p {
  padding: 0 1rem;
  margin: 2.3rem 0 0 1rem;
  font-size: 1.25em;
  border-left: 4px solid #f0f0f0;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
}

/* line 1815, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-content > .kmap-path {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.32em;
  word-break: break-all;
  margin: 0.5rem 0 0.2rem 0;
  padding-right: 1.5rem;
  float: left;
}

/* line 1826, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .counts-display {
  display: block;
  float: right;
  clear: both;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  color: #888;
}

/* line 1836, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-content .info-wrap {
  min-width: 19em;
}

/* line 1840, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-content .counts-display {
  display: block;
  height: 4.12em;
  padding: 5px;
  margin-top: 2px;
}

/* line 1847, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-content .badge {
  margin: 0 5px;
  position: relative;
  top: 22px;
  font-size: 0.88em;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
  line-height: 1.18em;
  height: 1.56em;
  letter-spacing: 0.06em;
  border: 1px solid #c0c0c0;
  background: #f9f9f9;
  color: #111;
  padding: 1px 6px;
  font-weight: normal;
}

/* line 1863, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-content .associated {
  /* background:#f0f0f0; */
  text-align: center;
  float: right;
  position: relative;
  top: 5px;
  height: 36px;
  margin: 0 0 5px 0;
  border-left: 1px solid #ddd;
}

/* line 1874, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-content .associated:first-child {
  margin-right: -17px;
}

/* line 1878, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.search-popover > .popover-content .associated i {
  font-size: 1.56em;
  position: absolute;
  bottom: 17px;
  color: #808080;
  margin: 0 0 0 7px;
}

/* line 1886, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.popover.left {
  margin-left: -1.5rem;
}

/**
*** END View Section */
/* ---------------- */
/* END SEARCH PANEL */
/* ---------------- */
/* target kmaps-typeahead-picker = kmap-search-term input */
/* line 1903, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .kmap-typeahead-picker .twitter-typeahead {
  display: block;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}

/* line 1910, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .kmap-search-term {
  background-color: #fff !important;
  border-radius: 2em;
  background-clip: padding-box;
  font-size: 1.06em;
  height: 35px;
  max-width: 100%;
  padding-left: 3rem;
}

/* line 1920, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .kmap-search-filter {
  max-width: 30rem;
  margin-bottom: 0.3rem;
}

/* line 1925, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .kmap-filter {
  padding-top: .5rem;
}

/* line 1929, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .kmap-filter:first-of-type {
  /* margin-top: 1.5rem;
  padding-top: .1rem;*/
  border-top: 1px solid #ddd;
}

/* line 1935, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .kmap-filter:last-of-type .kmap-filter-box {
  padding-bottom: 2rem;
}

/* line 1939, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.input-section .search-filters {
  padding: 0 1.5rem 1rem;
}

/* line 1943, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-wrap .kmaps-tt-suggestion:hover:not(.kmaps-tt-selected):not(.kmaps-tt-zero-facet) {
  background-color: #d1e2f3 !important;
}

/* line 1947, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-wrap .kmaps-tt-suggestion:hover .kmaps-count,
.view-wrap .kmaps-tt-suggestion:hover .kmaps-term,
.view-wrap .kmaps-tt-suggestion:hover .kmaps-ancestors {
  color: #fff !important;
}

/* line 1953, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-wrap .kmaps-tt-header:first-of-type,
.view-wrap .kmaps-tt-footer.kmaps-tt-results {
  border-radius: 0;
}

/* line 1958, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-wrap .kmaps-tt-suggestion {
  margin-left: 0;
  padding: 6px 12px;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}

/* line 1964, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-wrap .kmaps-tt-dataset .kmaps-tt-suggestion:nth-chld(1) {
  padding-top: 1rem;
}

/* line 1968, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-wrap .kmaps-tt-suggestion .kmaps-term {
  color: #505050 !important;
  font-weight: bold;
}

/* line 1973, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.view-wrap .kmaps-tt-suggestion .kmaps-ancestors {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  line-height: 1.32rem;
  font-weight: normal !important;
  color: #333 !important;
}

/**
* -----------------------------------------------
* Typeahead Feature Types - Places
* -----------------------------------------------
*/
/* line 1987, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.listview .kmaps-tt-header .typeahead-pager {
  position: absolute;
  right: 0rem;
}

/* begin: column headers */
/* line 1992, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.listview .kmaps-place-results-header {
  border-bottom: 1px solid #ddd;
}

/* line 1996, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.listview .kmaps-place-results-header .kmaps-place-name {
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: .5rem 1rem .3rem 1.5rem;
  max-width: 20rem;
  width: 45%;
}

/* line 2004, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.listview .kmaps-place-results-header .kmaps-feature-type {
  display: inline-block;
  padding: .5rem 1rem .3rem 1rem;
  max-width: 9rem;
  width: 40%;
  white-space: nowrap;
}

/* begin: search results rows */
/* line 2012, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.listview .kmaps-place-result {
  background: white;
  border-bottom: 1px solid #eee;
  padding: 0.45rem 0;
  white-space: nowrap;
  height: 24px;
  color: #000;
}

/* line 2021, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.listview .kmaps-place-result .kmaps-place-name {
  max-width: 20rem;
  width: 45%;
  display: inline-block;
  padding-left: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}

/* line 2031, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.listview .kmaps-place-result .kmaps-feature-type {
  padding-left: 1rem;
}

/* line 2035, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.listview .kmaps-tt-dataset-places {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 2040, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.listview .kmaps-tt-dataset {
  font-size: 13px;
}

/**
* KMaps Facet dark-theme UI for search flyout selection
*/
/* dark background for labels display in search flyout */
/* line 2056, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .active-kmfacets-list {
  border: none;
  border-radius: 0.2rem;
  padding: .6rem .4rem .7rem 1.2rem;
  background: #777;
  color: #fff !important;
}

/* line 2064, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .active-kmfacets-list .facet-item {
  margin: 1px 2px 3px 0;
}

/* in active state remove default blue background and outline */
/* line 2069, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .fancytree-active .fancytree-title {
  outline: none;
  background-color: transparent;
}

/* line 2073, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .active-kmfacets-list .selected-kmap {
  text-shadow: 0 1px 2px #555;
  font-family: 'museo-sans-700', helvetica, arial, sans-serif;
  text-align: left;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2081, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .active-kmfacets-list .selected-kmap,
.extruder .view-section .selected-kmap .shanticon-close2::before {
  color: #eee;
}

/* line 2085, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .active-kmfacets-list .selected-kmap:hover,
.extruder .view-section .selected-kmap:hover .shanticon-close2::before {
  color: #fff;
}

/* filter by transcript language */
/* line 2091, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
ul.facetapi-facet-transcript-languages li {
  padding: 0;
  /* otherwise hidden anchors are padded */
}

/* line 2094, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
ul.facetapi-facet-transcript-languages li > a {
  display: inline-block;
  padding: .2em .5em 0 0;
  /* move <li> padding to anchors */
}

/* line 2098, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
ul.facetapi-facet-transcript-languages li > a[href$="_wylie"],
ul.facetapi-facet-transcript-languages li > a[href$="_empty_"] {
  display: none;
  /* hide tiers we don't want to filter on */
}

/* line 2102, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .kmfacets-list-clear {
  position: absolute;
  right: 0.75rem;
  top: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: transparent;
  background-image: none;
  box-shadow: none;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  padding: 0;
  margin: 0;
}

/* line 2119, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .kmfacets-list-clear:hover,
.extruder .view-section .kmfacets-list-clear:active {
  /*background: transparent;
  background-image: none;
  box-shadow: none;
  border: none;*/
}

/* line 2127, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .kmfacets-list-clear .icon {
  font-size: 1.75em;
  border: 1px solid #aaa;
  border-width: 0 0 1px 1px;
  box-shadow: -1px 1px 4px #666;
  color: #ccc;
  padding: 0;
  background-color: #666;
  line-height: 1em;
  width: auto;
  border-radius: 0;
}

/* line 2140, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .kmfacets-list-clear:hover .icon {
  border-color: #ccc;
  color: #eee;
}

/* line 2145, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
.extruder .view-section .kmfacets-list-clear .icon::before {
  content: '\e610';
}

@media (max-width: 400px) {
  /* line 2151, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-search.css.scss */
  body:not(.kmaps) .extruder .btn-collapse-flyout {
    display: block;
  }
}

/**
*
* END - Sarvaka/css/shanti-main.css
*
*/
/**
* Mandala Sarvaka - Development
* 
* version 1.x - shanti-main.css
* ------------------------------------------
* University of Virginia / SHANTI MANDALA
* ------------------------------------------
* 
*/
@font-face {
  font-family: 'museo-sans-300';
  src: url(/assets/Museosans/museosans-300-webfont-a8701e136ea54bcebf1f146e316bc5ea10f2bcba1347eec9a2bfc980ad7be0e4.eot);
  src: url(/assets/Museosans/museosans-300-webfont-a8701e136ea54bcebf1f146e316bc5ea10f2bcba1347eec9a2bfc980ad7be0e4.eot?#iefix) format("embedded-opentype"), url(/assets/Museosans/museosans-300-webfont-6bb5d26d1839209a06c454113c72008a2b86662713351c2e5d7b9de52cfe5118.woff2) format("woff2"), url(/assets/Museosans/museosans-300-webfont-70f1e1e2ab26216705cfb89d3f160306ec8ca1f14af691567fc76338d9a0d5ce.woff) format("woff"), url(/assets/Museosans/museosans-300-webfont-148e542cd0c58389e2ec44893968236c9306100bda2c6568ba9f453499c2cf58.ttf) format("truetype"), url(/assets/Museosans/museosans-300-webfont-72f2c08f6eeb5825c2a71777c9375f6a9bfba94e66b46777bec87423208d1038.svg#svgFontName) format("svg");
}

@font-face {
  font-family: 'museo-sans-500';
  src: url(/assets/Museosans/museosans-500-webfont-1a9799298d37c22e25081b0a7476555f7bdc73e605afffb7088b414bb2a2b2ee.eot);
  src: url(/assets/Museosans/museosans-500-webfont-1a9799298d37c22e25081b0a7476555f7bdc73e605afffb7088b414bb2a2b2ee.eot?#iefix) format("embedded-opentype"), url(/assets/Museosans/museosans-500-webfont-ffb1a66ee1b935f130aa28443e1cb1ceac314ce29ce6e936acd5b73e95bcb301.woff2) format("woff2"), url(/assets/Museosans/museosans-500-webfont-b0bbd59c8570f6fae86fcccbc737631b4bc466f8029e7292286b7f80b479f7e8.woff) format("woff"), url(/assets/Museosans/museosans-500-webfont-cfbd857fb743f84214c281ba45da0c8c7f7735ab8a98aeab4dd7e1a619df0027.ttf) format("truetype"), url(/assets/Museosans/museosans-500-webfont-7bebc9dd2ae33548a1602935354010c63cff6fc435b9d23f226687fe225dae8f.svg#svgFontName) format("svg");
}

@font-face {
  font-family: 'museo-sans-700';
  src: url(/assets/Museosans/museosans-700-webfont-8b2ddb31bc04662390b2b814336c883462725ab49c977d65ccde97a273b304a8.eot);
  src: url(/assets/Museosans/museosans-700-webfont-8b2ddb31bc04662390b2b814336c883462725ab49c977d65ccde97a273b304a8.eot?#iefix) format("embedded-opentype"), url(/assets/Museosans/museosans-700-webfont-23c768ee85a790fcd94d24a76da2eccef1be8df21a35e7eacb8f77f7bedd6afb.woff2) format("woff2"), url(/assets/Museosans/museosans-700-webfont-8de21ae2cd77f883e319345d94f4d599b05ddb309de9baa799c7dfef8fcfe7c5.woff) format("woff"), url(/assets/Museosans/museosans-700-webfont-0c41507ebecf4b4cf540dc448064bb21d7c2f87a2611a34a46f8ae07fba54f42.ttf) format("truetype"), url(/assets/Museosans/museosans-700-webfont-5334553f33e17f83a1d769a71cf1dc4be36c3bf055c4fe116478c703cfb465aa.svg#svgFontName) format("svg");
}

@font-face {
  font-family: 'droidserif';
  src: url(/assets/Droidserif/droidserif-webfont-fed233c147afcb72546781bab53126bf6c0f4ee619eecdbbaedd4095bf0726b7.eot);
  src: url(/assets/Droidserif/droidserif-webfont-fed233c147afcb72546781bab53126bf6c0f4ee619eecdbbaedd4095bf0726b7.eot?#iefix) format("embedded-opentype"), url(/assets/Droidserif/droidserif-webfont-a0a36ba202be7d419cc484f65bf2e7d286a3199b681aa3b1239c4ce361c5147e.woff2) format("woff2"), url(/assets/Droidserif/droidserif-webfont-0fd7952467d6489e8577ec10e9e9535bed6900dc0cc7117e2ce6f47c2eafdd83.woff) format("woff"), url(/assets/Droidserif/droidserif-webfont-5210edb6917aa6aab57cc39a5707927328ea1a39a6432f9f156cee9853cde109.ttf) format("truetype"), url(/assets/Droidserif/droidserif-webfont-c62169f87713f8d2404cb09c051fc4028efbd330555d4fa7478ed148866211a4.svg#svgFontName) format("svg");
}

/* line 34, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  font-family: serif;
}

/* line 41, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
body {
  color: #333;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  /* Chrome fonts assist */
  -moz-osx-font-smoothing: grayscale;
  /* FF fonts assist */
  font-family: 'droidserif',georgia,palatino,'Palatino Linotype',serif;
  letter-spacing: 0.01em;
  font-weight: normal;
}

/* line 52, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
body.html {
  background-color: #222;
  color: #ccc;
}

/* reset modal popups, lightboxes, iframe backgrounds to white */
/* line 54, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
body.html .main-col body,
body.page-media-browser,
body.lightbox-processed {
  background-color: #fff;
  color: #333;
}

/* line 58, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h1, h1 {
  font-size: 1.56em;
}

/* line 59, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h2, h2 {
  font-size: 1.44em;
}

/* line 60, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h3, h3 {
  font-size: 1.32em;
}

/* line 61, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h4, h4 {
  font-size: 1.18em;
}

/* line 62, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h5, h5 {
  font-size: 1.06em;
}

/* line 63, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h6, h6 {
  font-size: 1em;
}

/* Note: header classes & elements */
/* line 66, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
  color: #505050;
  text-rendering: optimizeLegibility;
}

/* line 67, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.015rem;
  font-weight: normal;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}

/* line 75, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h4, .h5, .h6, h4, h5, h6 {
  color: #444;
  letter-spacing: 0.0125rem;
  font-family: 'museo-sans-700',helvetica,arial,sans-serif;
}

/* line 81, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h4, h4 {
  margin-top: 15px;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
}

/* line 86, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.h5, .h6, h5, h6 {
  margin-top: 10px;
}

/* line 90, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
ul {
  /*list-style: square inside none;*/
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 20px;
  padding-left: 20px;
}

/* line 100, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
label {
  font-weight: normal;
  font-size: 1em;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.2rem 1rem;
  display: block;
}

/* line 109, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
mark {
  color: #333;
  background: transparent;
  font-weight: bold;
  padding: 0;
}

/* line 116, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
blockquote {
  padding: 5px 25px;
  margin: 0 0 10px 20px;
  font-size: 1.06em;
  border-left: 5px solid #ddd;
}

/* line 123, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
input.form-text,
input.form-control,
textarea.form-textarea {
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1em;
  background-clip: padding-box;
  font-size: 1em;
  letter-spacing: 0.035rem;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
  height: 27px;
  line-height: 1.25em;
  padding: 0.3rem 1.5rem 0.2rem;
  max-width: 47rem;
  overflow: auto;
  box-shadow: 0 2px 5px #eee inset;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  background-position: 99% .62em !important;
}

/* line 148, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
html.js input.throbbing {
  background-repeat: no-repeat;
}

/* line 152, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
textarea.form-textarea {
  max-width: 100%;
  height: auto;
  padding: .6rem 1.2rem 1.2rem;
  border-radius: 0.5em;
  background-clip: padding-box;
}

/* line 160, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
textarea.form-textarea::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}

/* line 165, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
textarea.form-textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #ccc;
  border-radius: 1rem;
  background-clip: padding-box;
  width: 0.8rem;
}

/* line 172, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
textarea.form-textarea::-webkit-scrollbar-thumb {
  background-color: #aaa;
  cursor: pointer;
  width: 0.8rem;
}

/* line 178, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
textarea.form-textarea::-webkit-scrollbar-thumb:hover {
  background-color: #888;
  cursor: pointer;
}

/* line 185, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
input.form-control:hover,
textarea.form-textarea:hover {
  background: #f9f9f9;
  border: 1px solid #c0c0c0;
}

/* line 191, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
input.form-control:focus,
textarea.form-textarea:focus {
  background: #fff;
  border: 1px solid #9097d3;
  box-shadow: 0 0 4px #949bd8;
}

/* line 198, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
fieldset.form-wrapper {
  margin-bottom: 1em;
  border: none;
}

/* line 203, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
fieldset.form-wrapper legend {
  border-bottom: 2px solid #ddd;
  border-color: #ddd;
  color: #444;
  margin-bottom: 0.8rem !important;
  font-size: 1.06em;
  margin-top: 1em;
  margin-left: 0.5rem;
  font-weight: bold;
  line-height: 3rem;
}

/* line 215, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
article ul,
article ul ul,
article ul ul ul,
article ul ul ul ul {
  -webkit-margin-before: 0;
  margin-top: 0;
}

/* additional properties to bootstrap list-inline class */
/* line 223, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
ul.list-inline {
  margin-bottom: 0;
}

/* line 227, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
ul.list-inline > li {
  padding: 0 !important;
}

/* Drupal User login page */
/* line 232, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-user form#user-login {
  margin-left: 10%;
  margin-top: 4rem;
}

/* line 236, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-user form#user-login input.form-control.required {
  max-width: 35rem;
  height: 32px;
  font-size: 1.06em;
}

/* line 242, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-user form#user-login label {
  margin: 0 0 0 2rem;
}

/* line 246, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-user form#user-login .form-item .description {
  padding: 0.2rem 0 0 2rem;
}

/* line 249, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-user .profile .user-picture {
  margin-top: 3rem;
}

/* anchors */
/* line 254, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
a {
  text-decoration: none;
  color: #454fa4;
  color: darkblue;
}

/* line 260, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #df3d26;
}

/* line 265, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.content-section a {
  border-bottom: 1px solid transparent;
}

/* line 269, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.content-section a:hover {
  color: #df3d26;
  /* warm orange */
  border-bottom-color: #99bafb;
  /*border-bottom-color: rgba(90, 101, 209, .3000);*/
}

/* line 275, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.content-section a:active {
  border-bottom-color: transparent !important;
}

/**
* Responsive Image display - Set exceptions here - Current rule excludes: (1)Images-Gallery, (2)Shanti-Media Gallery, (3) Images-Lightbox, Google Custom Map (4)
*/
/* map-renditions targets the google/custom maps in places / PSWP is associated with the Image Gallery Lightbox */
/* line 282, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.content-section img:not(.og-grid img):not(.shanti-thumbnail-image img):not(.pswp__container img):not(.map-renditions img) {
  border-radius: 0;
  border: 2px solid #fff;
  margin: 0 auto;
  background: #fff;
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 292, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.content-section .pull-left > img,
.content-section img.pull-left {
  margin: 0 1.5rem 0.5rem 0.2rem !important;
}

/* line 297, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.content-section .pull-right > img,
.content-section img.pull-right {
  margin: 0.2rem 0.2rem 0.5rem 1.5rem !important;
  padding: 0.1rem !important;
}

/* line 303, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.show-more a,
.go-to-link a {
  border: none;
  font-size: 1em;
  display: inline;
  text-transform: uppercase;
  font-family: 'museo-sans-700',helvetica,arial,sans-serif;
}

/* line 312, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.go-to-link a:hover, .show-more a:hover,
.go-to-link a:active, .show-more a:active {
  color: #cf2f1e;
}

/* line 317, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.show-more a::after {
  color: #5a65d1;
  font-size: 0.82em;
  margin-left: 0.7rem;
  font-family: 'Glyphicons Halflings';
  content: '\002b';
  /*-- plus icon */
  filter: alpha(opacity=75);
  opacity: 0.75;
}

/* line 327, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.show-more.less a::after {
  content: '\2212';
}

/* line 331, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.go-to-link a::after {
  color: #5a65d1;
  font-size: 1.38em;
  margin-left: 0.32em;
  font-family: 'FontAwesome';
  content: '\f18e';
  position: relative;
  top: 0.15rem;
  filter: alpha(opacity=75);
  opacity: 0.75;
}

/* line 343, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.show-more a:hover::after,
.go-to-link a:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* drupal block admin link */
/* line 349, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
div.contextual-links-wrapper {
  z-index: 10;
}

/* line 352, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.content-section a.contextual-links-trigger,
.content-section a.contextual-links-trigger:hover {
  border: none !important;
  text-decoration: none !important;
}

/* line 359, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.icon {
  font-family: 'shanticon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ajax Loading */
/* line 374, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.throbber,
.ajax-progress-throbber,
.ajax-progress .throbber,
.ajax-progress-throbber .throbber {
  /*
  margin: 0;
  padding: 0;
  background: image-url(/assets/shanti_integration/ajax-loader-d5478e14293e0e8ffe7b1515d427e3029675394e368198e668b2bf1b86301ef6.gif) center center no-repeat !important;
  background-color: transparent !important;
  width: 3.5rem !important;
  height: 2.5rem !important;
  display: inline-block !important;
  */
  display: none !important;
}

/* line 391, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.form-type-radio label,
.form-type-checkbox label {
  text-transform: capitalize;
}

/* line 396, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.custom-inline {
  display: inline;
}

/* line 400, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.container-narrow > hr {
  margin: 3% 0;
}

/* line 404, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.summary-overview {
  max-width: 800px;
  padding-top: 1rem;
}

/* line 409, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.summary-overview p {
  margin-bottom: 0;
}

/* line 413, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
::-moz-selection {
  background: #fb8c4c !important;
  text-shadow: none !important;
  color: white !important;
}

/* line 419, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
::selection {
  background: #fb8c4c !important;
  text-shadow: none !important;
  color: white !important;
}

/**
* layout containers 
*/
/* line 428, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.wrap-all {
  position: relative;
  color: #333;
}

/* line 433, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper {
  background: #eee;
  position: relative;
}

/* line 438, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-content {
  position: relative;
  margin: 0 auto;
}

/* line 443, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.content-section .container {
  width: auto;
}

/* matching container-fluid for now, correct for changes in BStrap */
/* line 447, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.has-tabs-secondary .row-offcanvas > section.content-section .tab-content:nth-of-type(1) {
  margin-top: 2rem;
}

/* see breakpoints - this allows for two rows of tabs on tablets. */
/*----------------------------------*/
/*----- BEGIN header section -------*/
/*----------------------------------*/
/* line 455, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar {
  min-height: 42px;
}

/* line 459, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar.navbar-default {
  padding: 0;
  margin: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  overflow: visible;
}

/* line 468, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar.navbar-default .navbar-collapse,
.navbar.navbar-default.navbar-static-top {
  border-bottom: none;
}

/* line 472, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header {
  font-size: 1.62em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.18rem;
  font-family: 'museo-sans-500', arial, sans-serif;
}

/* line 482, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-nav > li > a {
  text-shadow: none;
}

/* line 486, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .navbar-brand {
  border: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #333;
  height: 42px;
  line-height: 2.75em;
}

/* line 496, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .navbar-brand:hover,
.navbar-header .navbar-brand:active {
  color: #222;
}

/* line 501, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .navbar-brand.logo-brand {
  padding-right: 1rem;
}

/* line 505, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .mandala {
  display: inline-block;
  font-size: 1.38em;
  line-height: 1.75em;
  color: #555;
  font-family: 'museo-sans-300', arial, sans-serif;
}

/* line 513, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.kmaps.front .navbar-header .mandala {
  font-size: 1.25em;
}

/* line 517, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .mandala em {
  display: none;
}

/* line 521, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .site-slogan {
  display: none;
  padding: 0 1rem 0 0;
  margin-left: 0;
  white-space: nowrap;
  color: #404aa9 !important;
  font-family: 'museo-sans-300', arial, sans-serif;
  font-size: 1.38em;
}

/* line 531, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-brand:hover .site-slogan {
  color: #555 !important;
}

/* line 535, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-brand:active .site-slogan {
  color: #404aa9 !important;
}

/* line 539, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .site-slogan::before {
  content: '> ';
  margin-right: 0.5rem;
  position: relative;
  bottom: 0.3rem;
  font-size: 0.75em;
  color: #555;
}

/* line 548, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .navbar-brand .site-slogan.development {
  /* xtra selector to overwrite theme colors */
  color: #555 !important;
  font-size: 1em;
  position: relative;
  bottom: 0.2rem;
  font-style: italic;
}

/* line 556, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .site-slogan.development::before {
  content: '- on -';
  margin-right: 0.9rem;
  position: relative;
  bottom: 0.25rem;
  font-size: 0.5em;
  color: #555;
}

/* line 565, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .site-slogan.development:empty {
  display: none;
}

/* line 569, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-brand .shanticon-logo {
  position: relative;
  top: 0.4rem;
  font-size: 1.62em;
  margin-right: 0.1rem;
  margin-left: 1.18rem;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 579, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-brand:hover .shanticon-logo {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 584, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-brand .shanticon-logo::before {
  content: "\e60b";
}

/* line 588, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-header .navbar-buttons.btn-group {
  display: block;
}

/*--- menu toggle buttons ---*/
/* line 595, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  padding: 0;
  border-left: 1px solid #d0d0d0;
}

/* line 605, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-icon a {
  text-align: center;
  background: #eee;
  color: #444;
  display: inline-block;
  width: 47px;
  height: 42px;
  vertical-align: middle;
  padding: 9px 0 0 0;
  margin: 0;
}

/* line 617, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-icon a:hover,
.menu-icon a:active {
  background: #fff;
  border: none;
}

/* line 623, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-icon .icon {
  padding: 0 0 0 0.4rem;
  margin: 0;
  color: #444;
  font-size: 2em;
  line-height: 0.88em;
}

/* line 631, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-icon .icon::before {
  content: '\e627';
}

/* line 635, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-icon.show-topmenu a {
  background: #39373f;
  color: #fff;
}

/* line 640, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-icon.show-topmenu a .icon::before {
  color: #fff;
}

/* line 644, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-collapse {
  padding: 0;
}

/* line 649, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin-right: 43px;
}

/* line 653, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > li {
  background: #eee;
  border-left: 1px solid #ddd;
}

/* line 658, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > li a {
  color: #606060;
  display: inline-block;
  font-size: 1em;
  line-height: 3.32em;
  height: 42px;
  margin: 0;
  padding: 0 0 0 15px;
  background: #fff;
  font-family: 'museo-sans-700',helvetica,arial,sans-serif;
  text-transform: uppercase;
  -webkit-transition: background 200ms ease 0s;
  transition: background 200ms ease 0s;
}

/* line 673, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > .open a,
.navbar-default .navbar-nav > li a:hover,
.navbar-default .navbar-nav > li a:active {
  background: #f0f0f0;
  color: #444;
}

/* line 680, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > .login a {
  padding-top: 20px;
}

/*
.navbar-default .navbar-nav>.highlight a {
  background: #eee;
}
*/
/* line 688, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > .highlight a:hover,
.navbar-default .navbar-nav > .highlight a:active {
  background: #fff;
}

/* line 693, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > .highlight.show-topmenu a {
  background: #555;
  color: #fff;
}

/* line 698, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > .highlight.show-topmenu a .icon::before {
  color: #fff;
}

/* line 702, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > .highlight.lang:active,
.navbar-default .navbar-nav > .highlight:active {
  background: #fff;
}

/* line 707, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > .highlight:last-child {
  border-left-color: #d0d0d0;
}

/* line 711, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > .lang > a {
  padding-right: 0.8rem;
  color: #555;
}

/* line 716, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav .explore a {
  padding-right: 1.8rem;
  letter-spacing: 0.01rem;
  color: #444;
}

/* line 722, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav .explore .icon {
  font-size: 1.44em;
  position: relative;
  top: 0.4rem;
  left: 0.4rem;
}

/* line 729, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav li a .shanticon-arrowselect {
  font-size: 1.62em;
  position: relative;
  top: .5rem;
}

/* line 735, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .menu-explore {
  position: absolute;
  right: 42px;
  border-left: 1px solid #ddd;
}

/* line 741, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .menu-explore a {
  color: #505050;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  line-height: 1em;
  height: 42px;
  margin: 0;
  padding: 11px 30px 0 16px;
  background: #fff;
  text-transform: uppercase;
  -webkit-transition: background 200ms ease 0s;
  transition: background 200ms ease 0s;
}

/* line 757, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .menu-explore .open a,
.navbar-default .menu-explore a:hover,
.navbar-default .menu-explore a:active {
  color: #555;
  background: #f0f0f0;
  text-decoration: none;
}

/* line 765, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .menu-explore .icon {
  font-size: 17px;
  position: relative;
  left: 6px;
  top: 2px;
}

/* line 772, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar-default .navbar-nav > .open > a {
  box-shadow: none;
}

/*override bootstrap */
/*--- END navbar tabs ---*/
/*--- BEGIN dropdown menu ---*/
/* line 778, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar.navbar-default .dropdown-menu {
  background: #fff;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 2000;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-clip: padding-box;
  border-top: 1px solid #ddd;
  border-top-color: #ddd;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0, #f7f7f7 3px, #fff 12px);
  background-image: -moz-linear-gradient(top, #f0f0f0 0, #f7f7f7 3px, #fff 12px);
  background-image: -o-linear-gradient(top, #f0f0f0 0, #f7f7f7 3px, #fff 12px);
  background-image: linear-gradient(top, #f0f0f0 0, #f7f7f7 3px, #fff 12px);
}

/* line 798, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navbar .lang .dropdown-menu {
  /* language dropdown */
  left: -32px;
  width: 130px;
  min-width: 130px;
}

/* line 805, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navtop .dropdown-menu li {
  font-size: 1em;
  line-height: 2.5em;
  height: 2.25em;
  margin: 0;
  padding: 0;
  border-left: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-color: transparent;
}

/* line 817, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navtop .dropdown-menu li:hover,
.navtop .dropdown-menu li:active {
  background: #f9f9f9;
  color: #333;
  border-color: #ededed;
  /* background:  linear-gradient(to bottom, #ddd 0%, #fafafa 50%,  #f5f5f5 65%,  #ddd 100%); */
}

/* line 825, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navtop .dropdown-menu > li > label {
  font-size: 0.88em;
  line-height: 2.75em;
  height: 2.25em;
  margin: 0;
  display: block;
  padding: 0 0 0 13px;
}

/* line 834, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navtop .dropdown-menu .last {
  padding-bottom: 15px;
}

/* line 838, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navtop .dropdown-menu li .radio-inline {
  padding-left: 20px;
}

/*--- graphic replacement --*/
/* line 841, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navtop .dropdown-menu label > div {
  position: relative;
  top: -1px;
  right: 6px;
}

/*--- class drop-hdr is small header on the Preferences Menu ---*/
/* line 847, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navtop .dropdown-menu .drop-hdr {
  font-size: 0.93em;
  text-transform: uppercase;
  line-height: 2.5em;
  height: 2.5em;
  font-weight: normal;
  color: #555;
  background: #eee;
  padding: 1px 0 0 14px;
  margin: 8px 0 2px;
}

/* line 859, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.navtop .dropdown-menu .drop-hdr:first-child {
  margin-top: 0;
}

/*--- END dropdown menu ---*/
/*--- BEGIN collections panel ---*/
/* line 868, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections {
  background: #222;
  margin: 0 0 .2rem 0;
  padding: 1rem 0 1.8rem 0.8rem;
  position: relative;
  width: 100%;
  display: none;
}

/* line 877, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections .row {
  margin: 0;
}

/* line 881, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul {
  text-align: center;
  list-style-type: none;
  max-width: 1050px;
  margin: 1rem auto;
  padding-left: 0;
}

/* line 889, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul li {
  margin: 0;
  float: left;
  line-height: 2.12em;
  height: 2.25em;
  width: 50%;
}

/* line 897, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul li a {
  color: #d0d0d0;
  text-decoration: none;
  letter-spacing: 0.08em;
  margin-left: 0;
  float: left;
  font-size: 0.68em;
  font-family: 'museo-sans-700', helvetica, arial, sans-serif;
  font-weight: normal;
  white-space: nowrap;
  text-transform: uppercase;
}

/* line 910, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul li a.disabled, .site-banner .collections ul li a.disabled:hover, .site-banner .collections ul li a.disabled:active,
.site-banner .collections ul li a.disabled .icon, .site-banner .collections ul li a.disabled:hover .icon {
  color: #707070;
  cursor: default;
}

/* line 916, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul li a:hover,
.site-banner .collections ul li a:active {
  text-decoration: none;
  color: #fff;
}

/* line 922, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul .icon {
  color: #aaa !important;
  margin-right: 8px;
  font-size: 1.88em;
  position: relative;
  top: 0.4rem;
}

/* line 930, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul .icon.shanticon-visuals {
  top: 0.54rem;
}

/* line 934, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul .icon.shanticon-logo-shanti {
  color: #f0f0f0;
}

/* line 938, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul li a:hover .icon::before {
  color: #e0e0e0;
}

/* line 941, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul li a:active .icon::before {
  color: #fff;
}

/* line 945, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul .icon.shanticon-visuals::before {
  font-size: 120%;
  position: relative;
  left: -0.15rem;
  margin-right: -0.25rem;
}

/* line 951, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections ul .icon.shanticon-logo-shanti::before {
  font-size: 110%;
}

/* line 955, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections h4 {
  color: #eee;
  text-align: center;
  margin: 10px 0 18px;
  letter-spacing: 0.4rem;
  display: none;
}

/* line 963, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections .close {
  color: #ccc;
  background: transparent;
  background-image: none;
  font-size: 1.75em;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10 !important;
  filter: alpha(opacity=35);
  opacity: 0.35;
  padding: 0;
  margin: 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 200ms ease 0s;
  transition: color 200ms ease 0s;
}

/* line 987, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections .close:hover,
.site-banner .collections .close:active {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

/* adjust icon fonts for consistency in Explore menu and elsewhere */
/* line 993, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections .shanticon-visuals {
  font-size: 110%;
}

/* line 997, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.site-banner .collections .shanticon-images {
  font-size: 90%;
}

/*--- END collections panel ---*/
/*--- BEGIN banner header ---*/
/* line 1003, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.titlearea {
  color: #f9f9f9;
  background: #4d59ca !important;
  /* default login/account color violet */
  height: 6.7rem;
  height: 60px;
  position: relative;
  /* left: -0.5rem; */
  padding: 0;
  margin: 0 -0.5rem 0 0;
  box-shadow: inset 0 1px 5px 3px rgba(50, 50, 50, 0.125);
}

/* line 1015, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.titlearea > div {
  height: 60px;
  /* bottom shadow here, top banner shadow is off site-banner */
  box-shadow: inset 0 -2px 10px -4px rgba(0, 0, 0, 0.14);
  position: relative;
  z-index: 1;
}

/* line 1023, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-title {
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.93em;
  text-shadow: 0 0 3px rgba(50, 50, 50, 0.225);
  margin: 0;
  padding: 0;
  color: #f9f9f9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 4rem;
}

/* line 1037, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-title .page-title-text em::after {
  content: ':';
  position: relative;
  display: inline-block;
  color: #fff;
}

/* line 1044, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-title .icon {
  font-size: 125%;
  margin: 0.7rem 0.7rem 0.8rem 1.45rem;
  color: #f5f5f5;
  float: left;
}

/* line 1051, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-title .icon::before {
  background: transparent !important;
  position: relative;
  left: 0;
  z-index: 15;
}

/* line 1058, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadwrap {
  margin: -0.2rem 0 0 1.8rem;
  padding: 0;
  display: block;
  height: 1.18em;
  overflow: hidden;
  width: 96%;
  background: transparent;
}

/* line 1068, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  background: transparent;
  font-size: .75em;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  font-weight: normal;
  border: none;
  height: 1.5rem;
}

/* line 1082, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb::before,
.breadcrumb::after {
  content: ' ';
  display: table;
}

/* line 1088, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb::after {
  clear: both;
}

/* line 1092, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb li {
  display: inline-block;
  float: left;
  position: relative;
  font-size: 1.25em;
  height: 1.75em;
  line-height: 1.32em;
  overflow: hidden;
  margin: 0;
  padding: 0 18px 0 0;
  text-shadow: 0 0 1px rgba(50, 50, 50, 0.225);
  text-transform: capitalize;
}

/* line 1106, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb li:first-child {
  padding: 0;
}

/* line 1110, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb li:last-child {
  color: #fff;
  font-size: 1.06em;
  cursor: default;
  position: relative;
  top: -0.1rem;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}

/* line 1119, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb li a {
  display: block;
  float: left;
  font-size: .82em;
  color: #fff;
  text-decoration: none;
  height: 1.18em;
  line-height: 1.32em;
  overflow: hidden;
  font-weight: normal;
}

/* line 1131, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb li a:hover,
.breadcrumb li a:active {
  text-decoration: underline;
}

/* this :last-child breadcrumb anchor ruleset is for Kmaps */
/* line 1136, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb li:last-child a {
  font-size: 1em;
  line-height: 1.38em;
  cursor: default;
}

/* line 1142, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb li:last-child a:hover,
.breadcrumb li:last-child a:active {
  text-decoration: none;
}

/* Revive point on last breadcrumb when search result replace node */
/* Not clear what this is - 
.breadcrumb li:last-child a.revive-pointer:hover {
  cursor: pointer !important;
}*/
/* line 1153, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb li:first-child a {
  margin-right: 0.4rem;
  font-size: 0.82em;
  line-height: 1.12em;
  color: #f5f5f5;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

/* line 1164, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb .icon {
  color: #eee;
  background: transparent;
  position: absolute;
  right: 5px;
  top: -3px;
  z-index: 10;
  font-family: 'FontAwesome';
  font-size: 1.68em;
  font-weight: normal;
  line-height: .88em;
  height: 1em;
  width: .38em;
  overflow: visible;
  display: inline-block;
}

/* line 1181, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb .icon::before {
  content: '\f105';
  position: relative;
  top: 0;
  left: 0;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* line 1190, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb li:last-child .icon {
  background: transparent;
}

/* line 1194, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb li:last-child .icon::before,
.breadcrumb li:first-child .icon::before {
  content: ' ';
  display: none;
  background: transparent;
  width: 0;
  height: 0;
}

/* line 1203, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb > li + li::before {
  content: ' ';
  padding: 0 5px;
  color: #999;
  display: none;
}

/* line 1210, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.breadcrumb .ajax-progress-throbber {
  display: none !important;
}

/* hide breadcrumbs for homepages and user profile */
/* line 1215, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-user .breadcrumb,
.front .breadcrumb,
.homepage-carousel .breadcrumb {
  display: none !important;
}

/*-------------------------------------*/
/*----- END header -----*/
/*-------------------------------------*/
/*----------------------------*/
/*----- BEGIN navigation -----*/
/*----------------------------*/
/**** Titlebar Tabs ****/
/* line 1232, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.titlearea.has-tabs {
  margin-bottom: 2.5rem;
}

/* line 1236, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.titlearea.has-tabs > div > .banner-tabs {
  border-bottom: 1px solid #ccc;
  width: 100%;
  background: #ddd !important;
  height: 2.2rem;
  margin-top: 0.65rem;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* line 1246, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.tabs.primary,
.tabs.secondary {
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 1254, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.tabs.primary {
  float: right;
  margin-right: 5.5rem;
  color: #000;
}

/* line 1260, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.tabs.secondary {
  float: left;
  margin-left: 2rem;
  text-transform: lowercase;
}

/* line 1266, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.has-tabs-secondary .tabs.secondary {
  margin-top: 0.2rem;
}

/* line 1270, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.tabs.primary li,
.tabs.secondary li {
  float: left;
  margin-right: 0.2rem !important;
  border: none;
  padding: 0;
  margin-bottom: .25rem;
  border-top: 1px solid #aaa;
}

/* line 1280, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.tabs.primary li a,
.tabs.secondary li a {
  background-color: #c0c0c0 !important;
  /*background-color: rgba(0,0,0,.2000) !important;*/
  color: #111 !important;
  font-size: 0.68em !important;
  line-height: 1.25em !important;
  height: 2.18em !important;
  padding: 0.5rem 1.5rem 0 !important;
  border: none !important;
  border-width: 0 !important;
  border-radius: 0 !important;
  margin-right: 0 !important;
  display: inline-block;
  box-shadow: none;
  text-transform: uppercase;
  font-family: 'museo-sans-700', helvetica, arial, sans-serif !important;
  font-weight: bold !important;
}

/* line 1300, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.tabs.secondary li a {
  /*line-height: 2em !important;
  font-size: 0.56em !important;*/
}

/* line 1305, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.tabs.primary li a:hover,
.tabs.secondary li a:hover {
  background: #444 !important;
  color: #f0f0f0 !important;
}

/* line 1311, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.tabs.primary li a:active,
.tabs.secondary li a:active {
  background: #333 !important;
  color: #fff !important;
}

/* line 1317, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.tabs.primary li.active a,
.tabs.secondary li.active a {
  background: #eee !important;
  cursor: pointer;
  border-color: #eee !important;
  /*position:relative;
  top:0;*/
  line-height: 1.38em !important;
  height: 2.32em !important;
}

/* line 1328, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.tabs.primary li.active a:hover,
.tabs.secondary li.active a:hover,
.tabs.primary li.active a:active,
.tabs.secondary li.active a:active {
  background: #eee !important;
  color: #111 !important;
  cursor: pointer;
}

/** Vertical Tabs rulesets 
* ---> Moved to shanti-admin-edit-forms.css 
*/
/**** Horizontal Tabs Bootstrap *****/
/* line 1344, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified {
  margin: 1.12em 0 1.75rem;
}

/* line 1348, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li {
  background: #fff;
  border-right: none;
  font-size: 1.06em;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  font-weight: bold;
  -webkit-transition: background 0.25s ease 0s;
  transition: background 0.25s ease 0s;
}

/* line 1358, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li:hover:not(.active) {
  background: #fefefe;
  box-shadow: 0 0 2px 1px #ddd;
}

/* line 1363, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li:active {
  box-shadow: 0 0 2px 1px #c0c0c0;
}

/* line 1367, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li:last-child,
.nav-tabs.nav-justified > li.active {
  border-right: none;
}

/* line 1372, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li.active {
  border-top: 5px double #FFF;
  /* subtheme colors override this */
}

/* line 1376, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li.active::before {
  font-family: 'shanticon';
  font-size: 2em;
  content: '\e646';
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -0.56em 0 0 -0.5em;
  color: transparent;
  /* see subtheme for arrow-indicator color */
}

/* line 1387, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li > a {
  border: none !important;
  border-radius: 0;
  color: #777;
  font-size: 0.93em;
  text-transform: uppercase;
  line-height: 1.32em;
  padding-top: 1.1rem;
}

/* line 1397, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li > a:hover {
  background: transparent;
  color: #555;
}

/* line 1402, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li > a:active {
  background: transparent;
  color: #555;
}

/* line 1407, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li.active > a {
  border-radius: 0;
  color: #fff;
}

/* line 1412, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.nav-tabs.nav-justified > li.active > a:focus,
.nav-tabs.nav-justified > li.active > a:hover {
  color: #fff;
}

/*---------------------------------*/
/* BEGIN top-right menu navigation */
/*---------------------------------*/
/* line 1421, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main {
  border-top: 1px solid #ddd;
  width: 250px;
  position: absolute;
  z-index: 500;
  right: 0;
  top: 42px;
  padding: 0;
  overflow: visible;
}

/* line 1432, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main h3,
.menu-main h2 {
  color: #222;
  background: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c0c0c0;
  font-size: 1.32em;
  line-height: 3.32em;
  line-height: 3em;
  height: 3.12em;
  font-family: 'droidserif',georgia,palatino,'Palatino Linotype',serif !important;
  font-weight: normal;
  font-style: italic;
  text-indent: 1.4rem;
  position: relative;
  z-index: 200;
  padding: 0;
  margin: 0;
  border-top: 4px solid #444;
  overflow: visible;
}

/* line 1455, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main h2 a {
  cursor: default;
  background: #fff;
  color: #444;
  display: block;
  font-size: 1.56em;
  font-weight: normal;
  font-style: italic;
  line-height: 2.75em;
  height: 2.63em;
  padding: 0;
  margin: 0;
}

/* line 1469, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .link-blocker {
  cursor: default;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 501;
  width: 100%;
  height: 54px;
  background: transparent;
}

/* prevent clicking the search button through the h3 */
/* line 1479, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.multilevelpushmenu_wrapper,
.menu-main div {
  overflow: visible;
}

/* line 1484, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main ul {
  box-shadow: 0 1px 4px rgba(153, 153, 153, 0.4);
}

/* line 1488, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main ul.hideshadow {
  box-shadow: none;
}

/* line 1492, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main li {
  border-top: none;
  background: #fafafa;
  display: block;
  font-size: 1em;
  line-height: 3em;
  height: 4em;
  padding: 0 !important;
  color: #555;
}

/* line 1503, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main li:hover {
  background: #444;
  color: #f0f0f0;
  color: #fff;
}

/* line 1509, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main li:active {
  background: #333;
  color: #fff;
}

/* line 1514, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main #user-prefs li {
  padding-left: 0.3rem !important;
}

/* line 1518, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main #user-prefs li:hover,
.menu-main #user-prefs li:active {
  background: #fafafa;
  color: #555;
}

/* line 1524, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main li a {
  color: #555;
  border-top: 1px solid #ddd;
  display: block;
  font-size: .88em;
  line-height: 2.88em;
  height: 4.5em;
  padding: 0.93em .25em .1em 1.75em;
  text-transform: uppercase;
}

/* line 1535, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main li a:hover {
  color: #f0f0f0;
  background-color: #444;
}

/* line 1540, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main li a:active {
  color: #fff;
  background-color: #333;
}

/* line 1545, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main li:first-of-type a,
.menu-main .myaccount > a {
  border-top: none;
}

/* line 1550, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main li:first-of-type a:hover,
.menu-main li:first-of-type a:active {
  background-color: transparent;
  color: #fff;
}

/* line 1556, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main li .icon {
  font-size: 2em;
  line-height: 1.18em;
  height: 4em;
  margin-right: 7px;
}

/* line 1563, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .form-group {
  font-size: 0.88em;
  line-height: 1em;
  height: 2.1em;
  padding: 1px 5px 1px 25px;
  margin: 0;
  display: block;
}

/* line 1572, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main li:last-child {
  /*border-bottom: none;*/
  border-bottom: 2px solid #999;
}

/* line 1577, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .form-group.last {
  line-height: 0.5em;
  height: 0.5em;
}

/* line 1582, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .form-group.last:hover,
.menu-main .form-group.last:active {
  background: #fafafa;
}

/* line 1587, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .form-group .radio-inline {
  padding: 0 0 0 0.5rem;
  display: block;
  font-size: 0.82em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 250px !important;
  padding-right: 15px;
}

/* line 1599, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .form-group .radio-inline > div {
  position: relative;
  top: 0;
  right: 0.5rem;
}

/* line 1605, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .drop-hdr {
  border-top: 1px solid #ddd;
  cursor: default;
  color: #707070;
  font-size: 0.88em;
  font-weight: bold;
  line-height: 1em;
  height: 2.25em;
}

/* line 1615, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .drop-hdr em {
  display: block;
  font-style: normal;
  padding: .7rem 0 .2rem 0.8rem;
}

/* line 1621, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .drop-hdr:hover,
.menu-main .drop-hdr:active {
  background: #fafafa;
  color: #555;
}

/* line 1627, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .drop-hdr:first-child {
  box-shadow: none;
  border-top: none;
}

/* line 1632, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .levelHolderClass.rtl .backItemClass {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 202;
}

/* line 1639, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .levelHolderClass.rtl .backItemClass a {
  color: #5360c6 !important;
  font-size: .83em;
  line-height: .15em;
  height: 2rem;
  position: relative;
  top: 1.5rem;
  background: none;
  padding-right: 2rem;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1653, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .levelHolderClass.rtl .backItemClass a:hover {
  color: red !important;
}

/* line 1657, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .levelHolderClass.rtl .backItemClass a:active {
  color: #5360c6 !important;
}

/* line 1661, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .levelHolderClass.rtl .backItemClass .floatLeft.fa.fa-angle-left {
  position: relative;
  top: -1.25rem;
  left: 0;
  height: 2rem;
  width: 2rem;
}

/* line 1669, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .levelHolderClass.rtl .backItemClass .floatLeft.fa.fa-angle-left::before {
  font-size: 2.1rem;
}

/* line 1673, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .levelHolderClass.rtl .floatRight.iconSpacing_rtl.fa.fa-angle-right {
  font-size: 1.75em;
  position: relative;
  top: 0.5rem;
  right: 1.3rem;
}

/* line 1680, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .levelHolderClass.rtl .backItemClass .icon {
  font-size: 1.38em;
  line-height: 1.75em;
  height: 3em;
  font-weight: bold;
  margin-right: 5px;
}

/* line 1688, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .backItemClass,
.menu-main .levelHolderClass.rtl {
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  font-weight: bold;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* line 1697, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.menu-main .levelHolderClass.rtl {
  padding-left: 4px;
}

/***** END main-menu *****/
/*--------------------*/
/*-- END NAVIGATION --*/
/*--------------------*/
/*----------------------------*/
/*----- BEGIN Popovers -------*/
/*----------------------------*/
/* line 1715, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-link {
  background: #5a65d1;
  border: none;
  height: 1.08rem;
  width: 1.25rem;
  color: white;
  padding: 0;
  display: inline-block;
  position: relative;
  left: 0;
  top: 0.1rem;
  margin-left: 0.8rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-family: 'droidserif', georgia, palatino, 'Palatino Linotype', serif;
}

/* line 1732, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-link-tip {
  border-bottom: 0.5rem solid transparent;
  border-top: 0 solid transparent;
  border-right: .5rem solid #5a65d1;
  font-size: 0;
  position: relative;
  bottom: 1rem;
  right: 0.5rem;
  height: 0;
  width: 0;
}

/* line 1744, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-link .icon {
  color: white;
  font-size: 0.7rem;
  position: relative;
  bottom: 0.15rem;
  right: 0.25rem;
}

/* line 1752, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover {
  position: absolute;
  z-index: 400;
  color: #333;
  font-size: 0.88em;
  line-height: 1.18em;
  width: 320px;
  max-width: 320px;
  font-style: normal;
}

/* line 1763, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover.fade.in {
  /*filter: alpha(opacity=98);
  opacity:0.98;*/
}

/* line 1768, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover .popover-title .kmid {
  float: right;
  font-size: 0.8em;
  padding-top: 2px;
}

/* line 1774, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.content-section .related-resources-popover {
  border: none;
  /*padding: 0;*/
}

/* line 1779, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .popover-content {
  padding: 0.5rem 1.4rem 1rem;
}

/* line 1783, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .popover-body {
  border-top: 1px solid #ccc;
  padding-top: 0.5rem;
}

/* line 1788, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .popover-title {
  /*font-size: 1.32rem;*/
  padding: 12px 14px 0 !important;
  margin: 0 !important;
  border: none !important;
  font-family: 'museo-sans-500',Helvetica,Arial,sans-serif !important;
  background: transparent;
  border: none;
  color: #333;
  text-transform: capitalize;
}

/* line 1800, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .desc p {
  font-size: 0.88em;
  line-height: 1.25em;
  color: #333;
}

/* line 1806, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .parents {
  line-height: 1em;
  margin-top: 0.75rem;
}

/* line 1811, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .parents p {
  line-height: 1.12em;
  margin-bottom: 0;
  font-family: Arial,'Helvetica Neue',Helvetica, sans-serif;
}

/* line 1817, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .parents strong {
  color: #454fa4;
  font-size: 1em;
  margin-top: -0.12em;
  /*display:inline;*/
  /*font-family: 'museo-sans-500',helvetica,arial,sans-serif;*/
}

/* line 1825, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .parents strong::after {
  content: ':';
  margin-right: 0.18em;
}

/* line 1830, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .parents a {
  font-size: 0.88em;
  line-height: 0.75em;
  border-bottom-width: 0;
  display: inline;
  white-space: normal;
  color: #454fa4;
  letter-spacing: 0.035rem;
}

/* line 1840, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .parents a::after {
  content: ' / ';
}

/* line 1844, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .parents a:last-child::after {
  content: '';
}

/* line 1848, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.related-resources-popover .parents a:hover,
.related-resources-popover .parents a:active {
  color: #cf2f1e;
}

/* line 1853, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer {
  margin: 8px -14px -10px;
  background: #333;
  border-radius: 0 0 0.8rem 0.8rem;
  background-clip: padding-box;
}

/* line 1860, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer-button {
  background: #333;
  height: 2.5em;
  padding: 0 0 0 1.3rem;
  margin: 0;
}

/* line 1867, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer-button:hover {
  color: #fff;
  background: #5a65d1;
}

/* line 1872, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer-button:active {
  background-color: #424a9a;
}

/* line 1876, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer-button a {
  font-weight: normal;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  color: #ddd;
  border-bottom: none;
  display: block;
  width: 100%;
  font-size: 1.12em;
  line-height: 2em;
  height: 3em;
  letter-spacing: 0.05rem;
}

/* line 1889, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer-button a:hover {
  color: #f0f0f0;
}

/* line 1893, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer-button a:active {
  color: #fff;
}

/* line 1897, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer-button a.icon::before {
  color: #fff;
  margin-right: 12px;
  font-size: 1.12em;
  position: relative;
  top: 0.25rem;
  left: .1rem;
  font-family: 'shanticon';
}

/* line 1907, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer-button:hover .icon,
.popover-footer-button:active .icon {
  color: #fff;
}

/* line 1912, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer-button:first-child .icon {
  text-transform: uppercase;
  font-size: 1.06em;
  line-height: 2.25em;
}

/* line 1918, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer .popover-footer-button:first-child .icon::before {
  margin-right: 1.2rem;
}

/* line 1922, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.popover-footer-button:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
  background-clip: padding-box;
  height: 3.4rem;
}

/*------------------*/
/*-- END Popovers --*/
/*------------------*/
/*--------------------------------*/
/*----- BEGIN Video Thumbnails ---*/
/*--------------------------------*/
/* line 1943, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-gallery, .shanti-gallery2 {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

/* line 1956, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-gallery a, .shanti-gallery2 a {
  /*color: #222;*/
  border: none !important;
  display: block;
  font-family: 'museo-sans-700',helvetica,arial,sans-serif;
}

/* line 1963, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail {
  color: #222;
  background: #fff;
  float: left;
  width: 100%;
  max-width: 190px;
  height: 18em;
  padding: 0;
  margin: 0;
  border-radius: 0 0 0.4rem 0.4rem;
  background-clip: padding-box;
  list-style-type: none;
  z-index: 1;
  box-shadow: 0 2px 5px #ccc;
  border-top: 1px solid #cda942 !important;
}

/*
.shanti-thumbnail:hover {
  box-shadow: 0 4px 7px #aaa;
}

.shanti-thumbnail:active {
  box-shadow: 0 3px 3px #c0c0c0;
}
*/
/* line 1988, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background-clip: padding-box;
}

/* line 1995, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image > a {
  height: 9rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  border-radius: 0;
  background-clip: padding-box;
  background: #000;
  /*border: 2px solid #fff !important;
  border-radius:.4rem !important;*/
}

/* line 2009, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image > a:hover,
.shanti-thumbnail-image > a:active {
  /*border: 1px solid #fff !important;
  border-width:1px 0 0;*/
}

/* line 2016, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image > a .icon {
  filter: alpha(opacity=90);
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background: #31acb6;
  width: 2em;
  height: 1.88em;
  border-radius: 0 .2rem 0 .3rem;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-width: 0 0 1px 1px;
  text-shadow: 0 0 1px #555;
  color: white;
  font-size: 1em;
  line-height: 1.88em;
  font-weight: normal;
  text-align: center;
  box-shadow: 0 0 3px rgba(24, 24, 24, 0.25);
}

/* line 2039, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image > a:hover .icon {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 2044, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image.shanti-field-audio .icon {
  background: #4850bd !important;
}

/* line 2048, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image img {
  /* min-width:170px;height:10rem;*/
  max-width: 100%;
  margin: 0 auto;
  border: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 2059, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image img:active {
  -webkit-animation: obounce 1.5s;
  animation: obounce 1.5s;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@-webkit-keyframes obounce {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes obounce {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/* Circle */
/* line 2077, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image a {
  position: relative;
}

/* line 2080, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 2096, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image a:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  40% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  40% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

/* line 2137, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image.shanti-field-audio img {
  position: relative;
  height: 9rem;
}

/* line 2142, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image > a .overlay {
  /*position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  line-height: 1.68em;
  height: 9em;
  margin: 0 auto;
  background: transparent;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'shanticon';
    font-family: 'FontAwesome';*/
  /* testing new link icon */
  /* display: block;
     for testing the new hover effect on the img element above mf8yk - 02/17/2018 */
  display: none;
}

/* line 2166, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image a:hover .overlay {
  /*background: rgba(0,0,0,0.5); removed for new hover testing mf8yk - 02/17/2018 */
}

/* line 2170, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image a .overlay::before {
  content: '\e60a';
  content: '\f0c1';
  /* testing new link icon */
  color: rgba(255, 255, 255, 0);
  font-size: 2.5em;
  text-align: center;
  position: relative;
  top: 3.5rem;
  top: 3.75rem;
  /* testing new link icon */
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 2183, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image a:hover .overlay::before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 4em;
  font-size: 3em !important;
  /* testing new link icon */
}

/* line 2189, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-image a:active .overlay::before {
  color: rgba(255, 255, 255, 0.9);
  font-size: 3.5em;
  font-size: 2.25em !important;
  /* testing new link icon */
}

/*
.shanti-thumbnail-image.shanti-field-video a .overlay::before {
  content: '\e63b' !important;
}
.shanti-thumbnail-image.shanti-field-audio a:hover .overlay::before {
  font-size: 3.5em !important;
}

.shanti-thumbnail-image.shanti-field-audio a:active .overlay::before {
  font-size: 3em !important;
}
*/
/* line 2206, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-info,
.shanti-thumbnail-info a {
  font-size: .82em;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}

/* line 2212, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .body-wrap {
  padding: 0 .6rem;
  overflow: auto;
  height: 13.5rem;
  border-top: 1px solid #cda942 !important;
}

/* line 2219, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .body-wrap::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

/* line 2224, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .body-wrap::-webkit-scrollbar-track {
  width: 0.5rem;
  background-color: #ddd;
}

/* line 2229, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .body-wrap::-webkit-scrollbar-thumb {
  background-color: #aaa;
  width: 0.5rem;
}

/* line 2234, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .body-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #888;
  cursor: pointer;
}

/*
.shanti-thumbnail .body-wrap .shanti-field-author a::before,
.shanti-thumbnail .body-wrap .shanti-field-creator a::before{
  content: '\e600';
  font-family: 'shanticon';
  margin-right: .4rem;
  margin-left: 0.09rem;
  font-size:1.3rem;
  position: relative;
}
*/
/* line 2250, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-title {
  padding: 0.5rem .5rem .1rem .2rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid rgba(205, 169, 66, 0.6) !important;
}

/* line 2256, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-title a {
  /* video title */
  font-size: 1.06em;
  line-height: 1.18em;
  padding: 0 0 0.3rem 0.2rem;
  letter-spacing: -0.015rem;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.012rem;
  word-break: break-word;
  color: #333;
}

/* line 2269, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-link:hover,
.shanti-thumbnail-link:active {
  color: rgba(90, 101, 209, 0.9);
  box-shadow: none;
  text-decoration: none;
}

/* Tibetan in teaser titles */
/* line 2277, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-field.shanti-field-title.bo {
  font-size: 120%;
}

/* line 2281, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-group-audience .shanti-thumbnail-link + a::before {
  font-family: 'Glyphicons Halflings';
  content: '\e144';
  color: #666;
  font-size: 1.25em;
  width: 1.32em;
  height: 1.32em;
  display: inline-block;
  margin-right: 0.2rem;
  position: relative;
  left: 0.1rem;
  top: 0.05rem;
}

/* line 2295, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-itemcount,
.shanti-field-type,
.shanti-field-author,
.shanti-field-creator,
.shanti-field-registrar,
.shanti-field-languages,
.shanti-field-duration,
.shanti-field-created,
.shanti-field-place {
  color: #000;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  font-size: 1.06em;
  line-height: 1.68em;
  padding-left: .4rem;
}

/* line 2311, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-author a,
.shanti-field-creator a,
.shanti-field-registrar a {
  font-size: 1em;
}

/* line 2317, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-languages span:empty,
.shanti-thumbnail .body-wrap span:empty {
  display: none;
}

/* line 2322, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-itemcount span::before,
.shanti-field-type span::before,
.shanti-field-author > span::before,
.shanti-field-creator > span::before,
.shanti-field-registrar > span::before,
.shanti-field-languages span::before,
.shanti-field-duration span::before,
.shanti-field-created span::before,
.shanti-field-place > span::before {
  font-family: 'shanticon';
  content: '\e63b';
  font-size: 120%;
  font-weight: normal;
  position: relative;
  left: 0.1rem;
  top: 0.1rem;
  margin-right: 0.8rem;
  color: #333;
}

/* line 2342, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-languages span::before {
  content: '\f0e6';
  font-family: 'FontAwesome';
  font-size: 150%;
  position: relative;
  left: -.1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
}

/* line 2352, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-duration span::before {
  content: '\e61c';
  top: 0.1rem;
  left: 0.13rem;
  margin-right: 0.5rem;
}

/* line 2359, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-created span::before {
  content: '\e60c';
  position: relative;
  top: 0.15rem;
  color: #222;
  margin-right: 0.8rem;
}

/* line 2367, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-author > span::before,
.shanti-field-creator > span::before,
.shanti-field-registrar > span::before {
  content: '\e600';
  float: left;
  position: relative;
  top: -0.05rem;
}

/* line 2376, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-registrar > span::before {
  content: '\e63a';
  top: -0.2rem;
}

/* line 2381, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-type span::before {
  content: '\e634' !important;
  position: relative;
  top: 0.3rem;
  left: 0.03rem;
  font-size: 130%;
  margin-right: 0.6rem;
  color: #555;
}

/* line 2391, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-itemcount span::before {
  content: '\e649';
  position: relative;
  top: 0.25rem;
  left: 0.2rem;
}

/* line 2399, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-field-place > span::before {
  content: '\e62c';
  position: relative;
  top: 0.15rem;
  color: #222;
}

/* line 2408, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .footer-wrap {
  background: #f6f6f6;
  /* light-grey */
  background: #8c7553;
  /* brown */
  background: #8e752e;
  /* golden brown more aligned with the Images theme color */
  background: rgba(142, 117, 46, 0.85);
  /*border-top: 1px solid #e6e6e6;*/
  border-radius: 0 0 .5rem .5rem;
  background-clip: padding-box;
  width: 100%;
  display: block;
  padding: 0.35rem 0.9rem 0 .9rem;
  height: 2.32em;
}

/* line 2423, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .footer-wrap a {
  font-size: 1.06em;
  line-height: 1.18em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'museo-sans-500', helvetica, arial, sans-serif;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.37);
  letter-spacing: -0.02rem;
  color: #eee;
  border: none !important;
}

/* line 2437, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .footer-wrap a:hover,
.shanti-thumbnail .footer-wrap a:active {
  text-decoration: underline;
  background-color: transparent;
}

/* line 2443, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .footer-wrap a::before {
  content: '\e634';
  font-family: 'shanticon';
  display: inline-block;
  font-size: 1.32em;
  color: #eee;
  margin-right: .5rem;
  position: relative;
  top: 0.225rem;
}

/* line 2453, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .footer-wrap a:empty {
  display: none;
}

/* line 2457, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail .footer-wrap .icon {
  font-size: 1.32em;
  position: relative;
  top: 2px;
}

/* line 2463, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-field.shanti-field-type {
  /*line-height: 1.88em;*/
  font-size: 1.06em;
}

/* line 2472, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-field.shanti-field-body {
  padding-top: 0.3rem;
  line-height: 1.12em;
}

/* line 2477, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-thumbnail-field.shanti-field-body p {
  margin-bottom: 0;
}

/* line 2484, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.shanti-gallery .ajax-progress {
  display: none;
  /*position: absolute;
  top: 5rem;
  left: 50%;*/
}

/*-------------------------*/
/*--- END video gallery ---*/
/*-------------------------*/
/*-------------------------*/
/*----- BEGIN Buttons -----*/
/*-------------------------*/
/* line 2501, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
html input.form-submit[type='button'] {
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: .68em 1.5em;
  margin: .75em;
  height: 2.88em;
  line-height: 1.88em;
  border-radius: .18em;
  background-clip: padding-box;
  background: #fff;
  color: #555;
  font-size: .75em;
  width: auto;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.1rem;
}

/* line 2520, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
html input.form-submit[type='button']:hover, html input.form-submit[type='button']:focus {
  color: #333;
  background: #f0f0f0;
}

/* line 2525, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
html input.form-submit[type='button']:active {
  background-image: none;
  background: #fff;
  box-shadow: none;
}

/* line 2531, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
html input.form-file[type=file] {
  margin-bottom: 1.5rem;
}

/* for design development, if users require greater accessibility, remove this */
/* line 2535, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn:focus, .btn:active, .btn.active, .btn:focus:active {
  /*background-image: none;*/
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2542, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group > .btn {
  box-shadow: none;
  border-left: none;
}

/* line 2547, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  text-shadow: none;
  box-shadow: none;
  background-image: none;
}

/* line 2553, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn:active, .btn.active {
  background-image: none;
}

/* line 2557, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-default {
  border: 1px solid #ddd;
  box-shadow: 0 0 10px 0 #ccc;
}

/* line 2562, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-default.no-shadow, .btn-default.no-shadow:hover, .btn-default.no-shadow:focus, .btn-default.no-shadow:active {
  box-shadow: none;
}

/* line 2566, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-default:active, .btn-default.active {
  background: #d0d0d0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}

/* line 2571, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn {
  background-image: none;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  border-radius: .3rem;
  background-clip: padding-box;
  color: #eee;
  padding: .7rem 1.8rem .5rem;
  margin: 1rem;
  line-height: 2em;
  font-size: .83em;
  letter-spacing: 0.075em;
  font-family: 'museo-sans-700',helvetica,arial,sans-serif;
}

/* line 2588, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
a.btn, a.btn:hover, a.btn:active {
  border: none !important;
}

/* line 2592, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-black, .btn-red, .btn-default, .btn-primary {
  border: none;
  background-image: none;
  background: transparent;
}

/* line 2598, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-black:hover, .btn-black:focus, .btn-black.focus, .btn-red:hover, .btn-red:focus, .btn-red.focus, .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-image: none;
  background: transparent;
}

/* line 2603, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-primary {
  background: #5b68ce;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 2609, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-primary:hover {
  color: #fff;
  background: #4850bd;
  filter: alpha(opacity=100);
  opacity: 1.0;
}

/* line 2616, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #3c47b7;
  filter: alpha(opacity=100);
  opacity: 1.0;
}

/* line 2623, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-primary.active {
  background: #434bb1;
  filter: alpha(opacity=100);
  opacity: 1.0;
}

/* line 2629, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-icon {
  padding: 0;
  margin: .75em 0;
  width: auto;
  line-height: 2em;
  text-transform: uppercase;
  color: #eee;
  font-size: .88em;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  letter-spacing: .06em;
  overflow: hidden;
  position: relative;
}

/* line 2645, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn .icon {
  text-align: center;
  width: 3.12em;
  font-size: 130%;
  font-size: 140%;
  /* testing */
  line-height: 2.75em;
  display: inline-block;
  padding: .12em;
  background: #4954bb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: .25em 0 0 .25em;
  background-clip: padding-box;
}

/* line 2662, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-icon span:last-child {
  padding: 1em 2em .75em 7em;
  margin: 0;
  line-height: 2.88em;
  font-size: 80%;
  background: transparent;
  display: block;
}

/* line 2671, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-icon:hover, .btn.btn-icon:focus {
  background: #4c54c7;
}

/* line 2675, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-icon:hover .icon, .btn.btn-icon:focus .icon {
  background: #373d91;
}

/* line 2679, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-icon:active span:last-child, .btn.btn-icon.active span:last-child {
  background: rgba(255, 255, 255, 0.08);
}

/* line 2683, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.image-widget .btn.btn-primary.btn-icon {
  margin: 0;
  width: 3.75rem;
  height: 3.5rem;
  position: relative;
  top: -.5rem;
  left: .5rem;
}

/* line 2691, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.image-widget .btn.btn-primary.btn-icon .icon {
  font-size: 140%;
  line-height: 3.25em;
  width: 3.8rem;
}

/* line 2697, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-primary .icon {
  background: #4954bb;
}

/* line 2701, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-primary.btn-icon:hover, .btn.btn-primary.btn-icon:focus {
  background: #4c54c7;
}

/* line 2705, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-primary.btn-icon:hover .icon, .btn.btn-primary.btn-icon:focus .icon {
  background: #373d91;
}

/* line 2709, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-primary.btn-icon:active span:last-child, .btn.btn-primary.btn-icon.active span:last-child {
  background: rgba(255, 255, 255, 0.08);
}

/* line 2713, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.btn-icon {
  color: #777;
}

/* line 2717, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default .icon {
  background: #fff;
}

/* line 2721, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.btn-icon:hover, .btn.btn-default.btn-icon:focus {
  background: #ddd;
}

/* line 2725, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.btn-icon:hover .icon, .btn.btn-default.btn-icon:focus .icon,
.btn.btn-default.btn-icon:hover .fa, .btn.btn-default.btn-icon:focus .fa {
  background: #f5f5f5;
}

/* line 2730, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.btn-icon:active span:last-child, .btn.btn-default.btn-icon.active span:last-child {
  background: #ccc;
}

/* line 2734, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-primary.btn-icon.btn-wrap span:last-child {
  padding: 1.32em 3em 1.12em 8em;
  margin: 0;
  line-height: 1.5em;
  font-size: 70%;
  background: transparent;
  display: block;
}

/* line 2743, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-sm.btn-icon.btn-delete {
  max-width: 3em;
  max-height: 3em;
  min-height: 22px;
  margin: 0.5em 1.5em 0 0;
  float: right;
}

/* line 2751, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-sm.btn-icon.btn-delete span.icon {
  position: relative;
  left: -0.78rem;
  top: -1.45rem;
  font-size: 1.56em;
  border-radius: .25em;
  background-clip: padding-box;
}

/* line 2760, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-sm.btn-icon.btn-delete span.icon:hover {
  background-color: red !important;
}

/* line 2764, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default {
  background: #fff;
  color: #555;
  border-radius: .25em;
  background-clip: padding-box;
  border: 1px solid transparent;
}

/* line 2772, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default:hover, .btn.btn-default:focus
.btn-group .btn.btn-default.btn-icon:hover, .btn-group .btn.btn-default.btn-icon:focus {
  background: #ddd;
}

/* line 2777, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default:active, .btn.btn-default.active, .btn-group .btn.btn-default:active, .btn-group .btn.btn-default.active, .btn-group .btn.btn-default.btn-icon:active, .btn.btn-default.btn-icon.active {
  background: #ccc;
  box-shadow: none;
}

/* line 2782, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group > .btn {
  border-radius: 0;
  margin: 0;
}

/* line 2787, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group > .btn-primary + .btn-primary {
  border-left: 1px solid #4e5ab4;
}

/* line 2791, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group > .btn.btn-default {
  border: 1px solid #ddd;
  border-left: none;
}

/* line 2796, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group:nth-of-type(1) > .btn.btn-default {
  border-left: 1px solid #ddd;
}

/* line 2800, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-sm {
  font-size: 0.62em;
  line-height: 180%;
  padding-top: .88em;
  font-weight: bold;
}

/* line 2807, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-lg {
  line-height: 3em;
  padding: .82em 3em;
}

/* line 2812, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-sm, .btn-group-lg, .btn-group-xlg {
  margin: 0;
}

/* line 2816, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn {
  line-height: 3em;
  padding: 1em 1.5em;
  border-radius: 0;
}

/* line 2822, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn.btn-primary {
  width: 100%;
  margin: 0;
  padding-top: .18em;
  padding-bottom: .18em;
}

/* line 2829, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn.btn-default.btn-icon {
  font-size: .62em;
  padding: .56em;
  line-height: 1.5em;
  background: white;
}

/* line 2836, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn.btn-default.btn-icon .icon {
  font-size: 2.25em;
  line-height: 2em;
  height: 2em;
  padding: 0;
  position: relative;
  background: transparent;
}

/* line 2845, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn.btn-default.btn-icon:active {
  color: #222;
}

/* line 2849, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-sm > .btn {
  line-height: 3em;
  padding: .82em 3em;
}

/* line 2854, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-xlg .btn.btn-primary .icon {
  padding: 0;
  font-size: 1.68em;
  position: static;
  float: left;
  line-height: 2.75em;
  background: transparent;
}

/* line 2863, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-xlg > .btn.btn-primary {
  padding: .75em .5em .62em;
  border-radius: .25em;
  background-clip: padding-box;
}

/* line 2869, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn-primary.btn-icon {
  padding: 0;
  width: 100%;
  line-height: 2em;
  text-transform: uppercase;
  color: #eee;
  font-size: .88em;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  letter-spacing: .06em;
  overflow: hidden;
  position: relative;
}

/* line 2884, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn-primary.btn-icon .icon {
  text-align: center;
  width: 3.12em;
  font-size: 130%;
  line-height: 2.5em;
  display: inline-block;
  padding: .06em;
  background: #4954bb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: .25em 0 0 .25em;
  background-clip: padding-box;
}

/* line 2900, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn-primary.btn-icon span:last-child {
  padding: 1.25em 1.5em 1.25em 7em;
  margin: 1px 0 0;
  line-height: 1.62em;
  font-size: 70%;
  background: transparent;
  display: block;
  letter-spacing: .12em;
  width: 100%;
}

/* line 2911, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn-primary.btn-icon:hover, .btn-group-lg .btn-primary.btn-icon:focus {
  background: #4c54c7;
}

/* line 2915, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn-primary.btn-icon:hover .icon, .btn-group-lg .btn-primary.btn-icon:focus .icon {
  background: #373d91;
}

/* line 2919, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group-lg .btn-primary.btn-icon:active span, .btn-group-lg .btn-primary.btn-icon.active span {
  background: rgba(255, 255, 255, 0.07);
}

/* line 2923, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.btn-red {
  filter: alpha(opacity=80);
  opacity: 0.8;
  background: #dc3c47 !important;
  color: #fff;
  box-shadow: none;
}

/* line 2931, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.btn-red:hover, .btn.btn-default.btn-red:focus {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 2936, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.btn-red:active {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 2941, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.btn-black {
  filter: alpha(opacity=80);
  opacity: 0.8;
  background: #555 !important;
  color: #fff;
  box-shadow: none;
}

/* line 2949, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.btn-black:hover, .btn.btn-default.btn-black:focus {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 2954, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.btn-black:active {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 2959, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-plain {
  color: #454fa4;
  line-height: normal;
  padding: 0;
  margin: 1px 0;
  border-bottom: none;
}

/* line 2967, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-plain, .btn-plain:hover, .btn-plain:focus {
  background: transparent;
  box-shadow: none;
}

/* line 2972, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-plain:hover, .btn-plain:focus {
  color: #3e4793;
  border-bottom-color: rgba(90, 101, 209, 0.3);
}

/* line 2977, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-plain.btn-lg {
  font-size: 1.12em;
}

/* line 2981, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-block {
  width: 100% !important;
}

/* line 2985, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-stacked {
  margin: 1px 5px !important;
}

/* line 2989, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.dfn,
.btn.italic {
  font-family: 'droidserif',georgia,palatino,'Palatino Linotype',serif;
}

/* line 2994, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-stacked {
  margin: 0 5px;
}

/* line 2998, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-capitalize {
  text-transform: capitalize;
}

/* line 3002, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-anchor .btn {
  padding: 0;
}

/* line 3006, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group.btn-anchor > .btn.btn-default {
  border: 1px solid #ddd !important;
  border-left: none !important;
}

/* line 3014, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn-group.btn-anchor:nth-of-type(1) > .btn.btn-default {
  border-left: 1px solid #ddd !important;
}

/*-------------------------*/
/*----- END Buttons -----*/
/*-------------------------*/
/*------------------------*/
/*----- BEGIN Carousel ---*/
/*------------------------*/
/* line 3036, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-header,
.carousel-inner,
.carousel-inner > .item,
.front .block-system-main p,
.front .main-col .block-views {
  /*max-width: 1050px;
  margin: 0 auto;*/
}

/* line 3045, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-header {
  margin-top: -1rem;
}

/* line 3049, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
div.block-shanti-carousel > h2 {
  display: none;
  /* hides carousel block title because included in block markup */
}

/* line 3053, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel {
  margin-bottom: 0.5rem;
  padding: 2.3rem 1.75em .2rem 3.5rem;
  background: #fff;
  /*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.175);
  box-shadow: inset 0 .05rem .5rem rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 8px 6px -6px rgba(50, 50, 50, 0.15);
  display: block;
  position: relative;
  border: 1px solid #ddd;
  min-height: 18em;
}

/* line 3066, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-header span {
  font-style: italic;
  font-size: 1.12em;
  position: relative;
  top: -0.15rem;
  left: 1.5rem;
}

/* line 3074, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-header a {
  font-size: 0.93em;
  float: right;
  margin-top: 0.2rem;
  margin-right: 2rem;
}

/* line 3081, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-inner {
  overflow: visible;
  margin: 0 auto;
}

/* line 3086, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-main-content {
  float: left;
  padding-left: 0 !important;
}

/* line 3091, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-title {
  font-size: 1.38em;
  font-weight: normal;
  margin: 0 0 0.8rem -0.75rem;
}

/* line 3097, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-title a {
  color: #404040;
}

/* line 3101, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-title .shanticon-stack:before {
  position: relative;
  top: .25rem;
  margin-right: .3rem;
}

/* line 3107, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel .byline {
  font-size: 0.93em;
  margin: -0.1em 0 .38em;
  display: block;
  color: #777;
  font-style: italic;
  display: none;
  /* temporarily setup to hide author and date byline */
}

/* line 3117, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-title,
.carousel .byline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 3124, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-description,
.carousel-description p {
  line-height: 1.5em;
  overflow: hidden;
  letter-spacing: 0.0107rem;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  font-size: 1.12em;
  color: #444;
  margin: 0 0 1rem .1rem;
  border-left: 0.6rem solid #f0f0f0;
  border-left: 0.6rem solid rgba(140, 117, 83, 0.11);
  padding-left: 1.75rem;
  padding-right: 1rem;
}

/* line 3139, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-description p {
  font-size: 1em;
  border: none;
  padding-left: 0;
}

/* line 3145, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel .carousel-main-content {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
}

/* line 3151, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel .carousel-main-image {
  height: auto;
  width: 100%;
  padding: 1rem 1.5rem 0 0;
  margin-bottom: 3.5rem;
  overflow: hidden;
}

/* line 3159, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-main-image img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  display: block;
  margin-bottom: 1rem !important;
}

/* line 3170, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-main-image a {
  border: none !important;
}

/* line 3174, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-control {
  top: 50%;
  margin-top: -0.9em;
  width: 1.75em;
  font-size: 2em;
  height: 1.75em;
  line-height: 1.68em;
  color: #fff;
  background-image: none !important;
  text-shadow: none;
  text-align: center;
  border-radius: 0;
  border: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 3191, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-control:hover,
.carousel-control:active {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 3197, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-control.left {
  margin-left: -2rem;
}

/* line 3201, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-control.right {
  margin-right: -2rem;
}

/* line 3205, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-control .icon {
  font-family: 'shanticon';
  font-style: normal;
}

/* line 3210, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-control .icon::before {
  /*position: relative;
  top: -0.5rem;*/
}

/* line 3215, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-control.left .icon::before {
  content: '\e641';
  position: relative;
  right: 0;
  top: 0.4rem;
  text-shadow: -3px 0 7px rgba(0, 0, 0, 0.2);
}

/* line 3223, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-control.right .icon::before {
  content: '\e642';
  position: relative;
  left: 0rem;
  top: 0.4rem;
  text-shadow: 3px 0 7px rgba(0, 0, 0, 0.2);
}

/* line 3231, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-control:hover .icon {
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* line 3237, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-control:active .icon {
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 3243, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
div#carousel-buttons {
  display: inline-block;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  margin-left: -1.75rem;
}

/* line 3251, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-pause.btn.btn-sm,
#carousel-buttons #pause-play-btn {
  /*box-shadow: 0 0 10px 0 rgba(50,50,50,0.125);*/
  font-size: 1.44rem;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0.5rem;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: none;
  border: 2px solid #eee;
}

/* line 3266, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-pause.btn.btn-sm:hover,
#carousel-buttons #pause-play-btn:hover,
.carousel-pause.btn.btn-sm:active,
#carousel-buttons #pause-play-btn:active {
  background-color: white;
}

/* line 3273, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-pause .glyphicon-pause::before,
#carousel-buttons #pause-play-btn span::before {
  position: relative;
  left: 0.1rem;
  top: -0.3rem;
  color: #aaa;
}

/* line 3281, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-pause .glyphicon-pause:hover::before,
#carousel-buttons #pause-play-btn:hover span::before {
  color: #888;
}

/* line 3285, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-pause .glyphicon-pause:active::before,
#carousel-buttons #pause-play-btn:active span::before {
  color: #aaa;
}

/*.carousel-pause.btn.btn-sm:hover{ color: rgb(207, 47, 30) !important;background:#fff !important;}*/
/* line 3291, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-pause.btn.btn-sm:active {
  color: #fff !important;
}

/* line 3295, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-indicators {
  position: absolute;
  bottom: -3.5rem;
  z-index: 1;
  width: 30rem;
  margin-left: -15rem;
}

/* line 3303, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0 0.8rem;
  border-color: #999;
  background-color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
  padding: 1px;
  position: relative;
}

/* line 3314, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel-indicators li:hover,
.carousel-indicators li.active {
  width: 8px;
  height: 8px;
  top: 0.05rem;
  margin: 0 0.8rem;
  background: #777;
  filter: alpha(opacity=80);
  opacity: 0.8;
  cursor: default;
}

/* line 3326, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel .go-to-link {
  position: absolute;
  bottom: -0.1rem;
  left: 5rem;
  display: none;
  white-space: nowrap;
}

/*-------------------------*/
/***** BEGIN min-width *****/
/*-------------------------*/
@media (min-width: 768px) {
  /* line 3351, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel .carousel-main-content {
    width: 65%;
  }
  /* line 3355, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel .carousel-main-image {
    width: 35%;
    padding-left: 0;
    height: 14em;
    overflow: hidden;
  }
  /* line 3363, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-main-image img {
    margin-bottom: 0 !important;
    margin-top: 0;
  }
  /* line 3368, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-description {
    margin-bottom: 4rem;
  }
  /* line 3372, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-pause {
    position: relative;
    top: -1rem;
  }
  /* line 3377, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-pause .glyphicon-pause::before {
    position: relative;
    left: 0rem;
  }
  /* line 3382, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-pause.btn.btn-sm {
    padding: 0.55rem 0.9rem !important;
    width: 3.2rem;
    height: 3rem;
    font-size: 1em !important;
    margin: 0 50%;
  }
  /* line 3390, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel.carousel-fade .control-box-2 {
    left: -1.7rem;
    top: -1rem;
  }
  /* line 3397, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel .carousel-main-image,
.carousel .carousel-main-content {
    /*padding-left: 15px;*/
    padding-right: 15px;
  }
  /* line 3403, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-control.left {
    margin-left: -1.25rem;
  }
  /* line 3407, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-control.right {
    margin-right: -1.25rem;
  }
}

@media (min-width: 850px) {
  /* line 3416, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-title {
    font-size: 1.56em;
  }
  /* line 3420, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel .carousel-main-image {
    width: 31%;
  }
  /* line 3424, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel .carousel-main-content {
    width: 69%;
  }
  /* line 3428, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-description,
.carousel-description p {
    /*font-size: 1.06em;*/
  }
}

@media (min-width: 992px) {
  /* line 3437, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-title {
    font-size: 1.63em;
  }
  /* line 3441, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel .carousel-main-image {
    width: 28%;
  }
  /* line 3445, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel .carousel-main-content {
    width: 72%;
  }
  /* line 3449, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .sources .carousel .carousel-main-image {
    width: 33%;
  }
  /* line 3452, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .sources .carousel .carousel-main-content {
    width: 67%;
  }
  /* line 3456, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-control.left {
    margin-left: -2.5rem;
  }
  /* line 3460, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-control.right {
    margin-right: -2.5rem;
  }
}

@media (min-width: 1150px) {
  /* line 3467, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .logged-in.audio-video .carousel .carousel-main-image {
    width: 35%;
  }
  /* line 3470, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .logged-in.audio-video .carousel .carousel-main-content {
    width: 65%;
  }
}

@media (min-width: 1250px) {
  /* line 3477, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .logged-in.audio-video .carousel .carousel-main-image {
    width: 30%;
  }
  /* line 3480, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .logged-in.audio-video .carousel .carousel-main-content {
    width: 70%;
  }
}

/* ---------------------- */
/* carousel - fade styles */
/* ---------------------- */
/* line 3496, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel.carousel-fade .carousel-inner .item {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 3503, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel.carousel-fade .carousel-inner .active {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 3508, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
}

/* line 3516, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* keep the next-prev button under the right white column for logged in */
/* line 3523, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel.carousel-fade .carousel-control {
  z-index: 1;
  width: 4rem;
  background-clip: padding-box;
}

/* line 3528, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel.carousel-fade .carousel-control.left {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 3532, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel.carousel-fade .carousel-control.right {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: 0.5rem;
}

/* play- pause button */
/* line 3537, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.carousel.carousel-fade .control-box-2 {
  position: relative;
  top: 0;
  left: 0;
  width: 4rem;
  margin: 0 auto;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 3546, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel.carousel-fade .carousel-inner > .item.next,
.carousel.carousel-fade .carousel-inner > .item.active.right {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3554, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel.carousel-fade .carousel-inner > .item.prev,
.carousel.carousel-fade .carousel-inner > .item.active.left {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3562, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel.carousel-fade .carousel-inner > .item.next.left,
.carousel.carousel-fade .carousel-inner > .item.prev.right,
.carousel.carousel-fade .carousel-inner > .item.active {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*------------------------*/
/*----- END carousel ---*/
/*------------------------*/
/* JIRA feedback button bottom-right */
/* line 3579, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.atlwdg-trigger.atlwdg-SUBTLE {
  border-radius: 2px 2px 0 0 !important;
  background-clip: padding-box;
  border-right: 1px solid #ccc !important;
  /*box-shadow: none !important;*/
  box-shadow: 0px 0px 1px 2px rgba(50, 50, 50, 0.1) !important;
  padding: 6px 12px;
  position: fixed;
  /*right: 10rem !important; */
  z-index: 1;
  /* help firefox */
}

/* Scroll to Top */
/* line 3592, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.back-to-top {
  position: fixed;
  bottom: 9.5rem;
  right: 1rem;
  z-index: 500;
  height: 4rem;
  width: 4rem;
  color: #aaa;
  background: #f0f0f0;
  filter: alpha(opacity=20);
  opacity: 0.2;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #888;
  display: none;
  text-align: center;
}

/* line 3610, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.back-to-top:hover,
.back-to-top:active {
  background: #fff;
  filter: alpha(opacity=60);
  opacity: 0.6;
  border-color: #aaa;
}

/* line 3618, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.back-to-top .fa {
  color: #444;
  font-size: 2em;
  font-family: 'FontAwesome';
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
}

/* line 3627, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.back-to-top:hover .fa,
.back-to-top:active .fa {
  color: #555;
}

/* line 3632, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.back-to-top .fa::before {
  content: '\f077';
  position: relative;
  top: .4rem;
}

/*-- filtered message after body tag to upgrade older browsers --*/
/*-- Changine from .progressive to .ie-progressive so it does not conflict with progressive-image JS and CSS --*/
/* line 3641, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.ie-progressive {
  color: #fff;
  background: #5a65d1;
  padding: 0.2em 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
  margin: 0 auto;
  display: none;
}

/* line 3652, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.ie-progressive a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}

/* line 3658, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.ie-progressive a:hover,
.ie-progressive a:active {
  text-decoration: none;
}

/*------------------------------------*/
/*---- Bootstrap Select dropdown -----*/
/*------------------------------------*/
/* line 3671, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group {
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 27px;
  background: transparent;
  box-shadow: none;
}

/* line 3681, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='span'] {
  margin-top: 0;
}

/* line 3686, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group > .btn {
  /* padding: 0 2.38em 0 0;*/
}

/* line 3690, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .popover-title {
  font-size: 0.93em;
  padding: 0.5rem 1.2rem 0.2rem;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
}

/* line 3697, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .btn {
  margin: 0;
  font-size: .75em;
  padding: 0.3rem 2.38em 0.2rem 1.5rem;
  color: #606060;
  background: transparent;
  background-image: none;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 45%, #f0f0f0 55%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 45%, #f0f0f0 55%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 45%, #f0f0f0 55%, #e0e0e0 100%);
  background-image: linear-gradient(top, #fff 0%, #f7f7f7 45%, #f0f0f0 55%, #e0e0e0 100%);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  border-radius: 25px;
  background-clip: padding-box;
  overflow: hidden;
  box-shadow: none;
}

/* line 3716, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .btn:hover,
.bootstrap-select.btn-group .btn:focus {
  border: 1px solid #ccc;
  background: #eee;
}

/* line 3722, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .btn:focus,
.bootstrap-select.btn-group .btn.active {
  outline: none !important;
  border: 1px solid #9097d3;
  box-shadow: 0 0 4px 0 #5764de;
  background: #f5f5f5;
  background-image: none;
}

/*--- dropdown ---*/
/* line 3732, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu {
  list-style-type: none;
}

/* line 3736, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu.open {
  border-radius: 0.8rem;
  background-clip: padding-box;
  margin-top: 0.2rem;
  overflow: scroll !important;
}

/* line 3743, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 400px !important;
}

/* line 3747, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .btn .caret {
  border: none;
  font-family: 'shanticon';
  content: '\e609';
  position: absolute;
  top: 5px;
  right: 2.5rem;
}

/* line 3756, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .btn .caret::before {
  color: #5b68ce;
  font-size: 1.7rem;
  font-family: 'shanticon';
  content: '\e609';
}

/* line 3763, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  /*padding: 0;
  overflow: hidden;*/
}

/* line 3768, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu li > a {
  padding: 0 1.25rem;
  overflow: hidden;
  display: block;
  line-height: 0.88em;
  height: 2em;
  font-size: 1em;
  font-weight: normal;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}

/* line 3779, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu li > a,
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  padding-left: 2.8rem;
}

/* line 3784, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu li > a,
.bootstrap-select.btn-group .dropdown-menu li > a:hover,
.bootstrap-select.btn-group .dropdown-menu li > a:active {
  border: none !important;
  text-transform: capitalize;
}

/* line 3791, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.bootstrap-select.btn-group .dropdown-menu li > a:hover,
.bootstrap-select.btn-group .dropdown-menu li > a:active {
  /*background: #e0e0e0;*/
  color: #000;
}

/* line 3799, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu li > a:hover,
.bootstrap-select.btn-group .dropdown-menu li > a:active {
  background-color: #f7f7f7;
}

/*
.bootstrap-select.btn-group .dropdown-menu li>a:focus {
    background-color: #fff;
    background-image: none !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d0d0d0 !important;
}
*/
/* line 3813, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu > li > a span.text {
  margin-right: 0;
  padding-left: 0.4rem;
  overflow: hidden;
}

/* line 3819, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu li.selected > a,
.bootstrap-select.btn-group .dropdown-menu li.selected > a > span.text {
  background-color: #f7f7f7;
  outline: none;
}

/*----- checkmark styles -----*/
/* line 3826, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li > a .glyphicon-ok {
  font-size: 90%;
  color: #ddd;
  position: absolute;
  top: 0.85rem;
  right: 1.5rem;
  margin-top: 0 !important;
  display: inline-block;
}

/* line 3836, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li > a .glyphicon-ok,
.bootstrap-select.btn-group.show-tick .dropdown-menu li > a:hover .glyphicon-ok,
.bootstrap-select.btn-group.show-tick .dropdown-menu li > a:active .glyphicon-ok {
  color: #ccc;
}

/* line 3842, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected > a .glyphicon-ok,
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected > a:hover .glyphicon-ok,
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected > a:active .glyphicon-ok {
  color: #444;
  /* reference sub-theme colors for unique variations of color */
}

/* line 3848, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .btn .filter-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 3854, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .btn .filter-option .icon,
.bootstrap-select.btn-group .btn .filter-option span {
  font-weight: normal;
  font-size: 1.18em;
  margin-right: 0;
  color: #444;
  position: relative;
  top: 2px;
}

/* line 3864, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .btn .filter-option em {
  color: #444;
  font-weight: normal;
  font-style: normal;
  font-size: 1.06em;
  display: inline-block;
}

/* line 3872, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group.show-tick .icon:first-child {
  position: relative;
  top: 2px;
}

/* previous;y had :not([class*='span']) - removed for speed issues since it's not needed most likely */
/* line 3880, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.form-control {
  max-width: 25em;
}

/* previous;y had :not([class*='span']) - removed for speed issues since it's not needed most likely */
/* line 3884, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.view-filters .bootstrap-select.form-control {
  padding-right: 0;
  width: 100%;
}

/*--- END selectpicker ---*/
/**
* TESTING
*/
/* line 3896, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu dt {
  padding: 6px 20px 4px 14px;
  background-color: #eee;
  font-weight: bold;
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #ddd;
  /* target collection smenu single top header , but will look for exceptions to this model and address those seperately */
  padding: 8px 20px 4px 14px;
  border-top: none;
  border-radius: 0;
}

/* line 3909, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu .divider {
  margin: 0;
}

/* line 3913, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu li > a::before {
  content: '';
  width: 9px;
  height: 9px;
  background: transparent;
  border: 1px solid #444;
  margin-right: 0.6rem;
  display: block;
  position: relative;
  top: 1.1rem;
  right: 1.5rem;
}

/* line 3926, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu li:hover > a::before {
  background: #555;
  border-color: #555;
}

/* line 3931, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group .dropdown-menu li:hover > a::before {
  background: #fff !important;
}

/* line 3935, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu > li > a::before {
  width: 0;
  height: 0;
  display: none;
}

/* line 3942, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-image: none;
  background-color: transparent;
}

/* END TESTING select */
/*----------------------*/
/*---- BEGIN Paging ----*/
/*----------------------*/
/* line 3956, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
table.pagerer {
  float: right;
  font-size: 0.82em;
  white-space: nowrap;
}

/* line 3962, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
table.pagerer tbody {
  border-top: none !important;
}

/* line 3966, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
ul.pager {
  text-align: right;
  margin: 0;
}

/* line 3971, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
ul.pager li input {
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #ddd;
  padding: 0.2rem 0.2rem 0.3rem;
  line-height: 1em !important;
  color: #6d7afc;
  height: 18px !important;
  width: 3.5rem !important;
  box-shadow: 0 0 3px #ccc;
  text-align: center;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
}

/* line 3984, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
ul.pager li input:hover,
ul.pager li input:focus {
  background: #fff;
  border: 1px solid #ccc;
  color: #6d7afc;
}

/* import from KMaps Aug 17, 2016 mf8yk */
/* line 3991, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
li.pager-item > form,
li.pager-item > form div,
li.pager-item > form input {
  display: inline !important;
}

/* line 3997, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li {
  color: #555;
  padding: 0 0.2rem;
  line-height: 1em;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 4006, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li .ajax-loading {
  display: none !important;
}

/* line 4010, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li > a {
  border: none;
  color: #ccc;
  padding: 5px 0;
  margin: 0;
  background: transparent;
  border-radius: 0.3rem;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  top: -0.05rem;
}

/* line 4023, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li > a:hover,
.main-wrapper ul.pager li > a:active {
  color: #333;
  box-shadow: 0 0 3px rgba(50, 50, 50, 0.4);
}

/* line 4029, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li > a.active {
  /*color: #000;
  box-shadow: none;*/
}

/* .pager li>a .icon{ color:#999; position:relative; top: 0;} */
/* line 4034, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li > a:hover .icon,
.main-wrapper ul.pager li > a:active .icon {
  color: #444;
}

/* line 4039, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li.pager-first > a,
.main-wrapper ul.pager li.pager-last > a {
  padding: 2px 0 5px;
}

/* line 4044, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li.pager-first .icon,
.main-wrapper ul.pager li.pager-last .icon {
  position: relative;
  top: 0.32rem !important;
}

/* line 4050, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li.pager-previous .icon,
.main-wrapper ul.pager li.pager-next .icon {
  position: relative;
  top: 0.15rem !important;
  background: transparent;
}

/* line 4056, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.typeahead-pager li.pager-first .icon,
.main-wrapper ul.typeahead-pager li.pager-last .icon {
  position: relative;
  top: 0.37rem !important;
}

/* line 4062, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.typeahead-pager li.pager-previous .icon,
.main-wrapper ul.typeahead-pager li.pager-next .icon {
  position: relative;
  top: 0.2rem !important;
}

/* .pager .pager-last>a{ margin-right:1rem;} */
/* line 4069, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li.icon {
  font-family: 'shanticon';
  font-size: 1em;
  color: #c0c0c0;
  display: inline-block;
  background: transparent;
}

/*-- Pager changing active to black and inactive to grey --*/
/* line 4078, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li.active .icon {
  color: #222;
}

/* line 4082, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li.pager-first .icon,
.main-wrapper ul.pager li.pager-last .icon {
  font-size: 1.32em;
}

/* line 4087, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li .icon::before {
  position: relative;
  top: -0.05rem;
}

/* line 4092, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li.pager-first .icon::before {
  content: '\e63d' !important;
}

/* line 4096, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li.pager-previous .icon::before {
  content: '\e640' !important;
}

/* line 4100, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li.pager-next .icon::before {
  content: '\e63f' !important;
}

/* line 4104, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li.pager-last .icon::before {
  content: '\e63e' !important;
}

/* line 4108, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li span {
  padding: 0 8px;
}

/* line 4112, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.main-wrapper ul.pager li > span {
  border: none;
  border-radius: 0;
  color: #c0c0c0;
  background: transparent;
}

/*----------------------*/
/*----- END paging -----*/
/*----------------------*/
/***** BEGIN System Messages *****/
/* line 4125, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.content-section > .messages {
  padding: 0;
  border: none !important;
  margin: 0 2rem;
}

/* line 4131, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.messages {
  margin: 0.32em 0 0.5em;
  padding: 0;
  border: none;
  box-shadow: 0 0 3px #ccc;
}

/* line 4138, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.messages ul {
  margin: 0 0 0 2em !important;
  /* LTR */
  padding: 0;
}

/* line 4144, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.messages ul li {
  list-style-image: none !important;
}

/* line 4148, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.messages > div {
  padding: 10px 20px 10px 40px;
  background-position: 8px 8px;
}

/* line 4153, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.messages a {
  font-weight: bold;
}

/* line 4160, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.warning,
.status,
.error {
  border: 3px solid #fff;
  padding: 0 0.6rem 0.1rem;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4168, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.warning {
  color: #840;
  background: #fffce5;
}

/* line 4173, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.status {
  color: #234600;
  background: #BAC9A9;
}

/* line 4178, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.error {
  color: #8c2e0b;
  background: #fef5f1;
  border: 3px solid #fff;
}

/* line 4184, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.error p.error {
  color: #333;
}

/* line 4188, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
table tr.ok {
  color: #234600;
  background: #f8fff0;
}

/*---------------------------*/
/*--- END System Messages ---*/
/*---------------------------*/
/*-------------------------*/
/*----- BEGIN accordion ---*/
/*-------------------------*/
/* line 4200, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-body {
  background: #f9f9f9;
  border-radius: 0;
  width: 100%;
  padding: 2rem 2.5rem;
}

/* line 4207, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-default .panel-heading + .panel-collapse .panel-body {
  box-shadow: inset 0 0 0.25rem 0 #ccc;
}

/* line 4211, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-group,
.panel-default .panel-heading + .panel-collapse .panel-body,
.panel-group .panel-heading + .panel-collapse .panel-body {
  margin: 0;
  border: none;
  width: 100%;
}

/* line 4219, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel.panel-default {
  overflow: visible;
  background: transparent !important;
  margin-bottom: 1rem;
}

/* line 4225, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-default .panel-heading {
  background-image: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

/* line 4232, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-default > .panel-heading {
  background: transparent !important;
  border-bottom: none;
}

/* line 4237, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-group .panel + .panel {
  margin-top: 0;
}

/* line 4241, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-group .panel {
  border: none;
  border-radius: 0;
  color: #111;
  width: 100%;
  /* background:white; */
  margin: 0;
  padding: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
}

/*--- for larger toggle panels ---*/
/* line 4253, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel.panel-default .panel-heading h6 {
  text-transform: uppercase;
  font-size: 1.06em;
  line-height: 4.25em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  margin: 0;
  height: 65px;
  letter-spacing: 0.075rem;
}

/* line 4264, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel.panel-default .panel-heading h6 a {
  color: #555;
  border: none;
  display: block;
  padding-left: 2rem;
  background: #e0e0e0;
}

/* line 4272, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel.panel-default .panel-heading h6 a.collapsed {
  background: transparent;
}

/* line 4276, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel.panel-default .panel-heading h6 a:hover,
.panel.panel-default .panel-heading h6 a.collapsed:hover,
.panel.panel-default .panel-body .panel-heading h6 a:hover,
.panel.panel-default .panel-body .panel-heading h6 a.collapsed:hover {
  background: #e0e0e0;
}

/* testing - toggle darker color for highlighting active panel */
/* line 4285, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel.panel-default .panel-heading h6 a:not(.collapsed),
.panel.panel-default .panel-heading h6 a:hover:not(.collapsed) {
  background: #888;
  color: #fff;
  letter-spacing: 0.075rem;
  /*text-shadow: 0 0 2px #777;*/
}

/* line 4296, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel.panel-default .panel-heading h6 .glyphicon {
  margin-right: 0.33rem;
  background: #fff;
  color: #444;
  width: 25px;
  height: 25px;
  float: left;
  position: relative;
  top: 1.9rem;
  left: 0;
  display: block;
  border: 1px solid transparent;
  border-radius: 50%;
  background-clip: padding-box;
}

/* line 4312, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-heading h6 .accordion-toggle.collapsed .glyphicon {
  border-color: #d0d0d0;
}

/* line 4316, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel.field-group-fieldset {
  margin-bottom: 0.3rem;
}

/* line 4320, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel.panel-default .accordion-toggle .glyphicon-plus::before,
.panel.panel-default .accordion-toggle .glyphicon-minus::before {
  content: '';
}

/* line 4325, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-heading .accordion-toggle::after {
  font-family: 'Glyphicons Halflings';
  content: '\2212';
  float: left;
  color: #777;
  position: relative;
  left: -2.15rem;
  font-size: 0.75em;
}

/* line 4335, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-heading .accordion-toggle.collapsed::after {
  content: '\2b';
  position: relative;
  left: -2.075rem;
  top: 0;
}

/* line 4342, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel-body .field-collection-container {
  border-bottom: none;
}

/* line 4347, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel .collapse.in .panel-heading h6 a {
  background: #ddd;
  color: #555;
  text-shadow: none;
}

/* line 4352, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.panel .collapse.in .panel-heading h6 a:hover {
  background: #d0d0d0;
  color: #555;
  text-shadow: none;
}

/*---------------*/
/* END accordion */
/*---------------*/
/* line 4366, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.search-results a,
.search-results a:hover {
  color: #555;
  border: none !important;
  display: block;
}

/*--- testing - transcripts search results but should apply across site */
/* line 4374, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .form-item.form-type-checkbox.form-item-retain-filters {
  display: none;
  /* temporary hide */
  margin: 0;
  position: relative;
  top: -0.8rem;
}

/* line 4382, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .container-inline.form-wrapper div {
  display: inline-block;
}

/* line 4386, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .container-inline.form-wrapper .btn {
  padding: .44em 2em .32em;
}

/* line 4390, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .form-control.form-text {
  height: 2.2em;
}

/* line 4394, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .form-item.form-type-textfield.form-item-keys {
  margin-top: -0.5rem;
}

/**
* footer 
*/
/* line 4405, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.footer {
  background: #222;
  color: #ddd;
  width: 100%;
  height: 50px;
  padding: 9px 25px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #999;
  letter-spacing: 0.03rem;
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}

/* line 4419, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.footer a {
  color: #ccc;
}

/* line 4423, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.footer p {
  font-size: 0.75em;
  color: #777;
}

/* line 4428, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.footer p.rights {
  font-size: 0.62em;
  margin-top: 0.5rem;
}

/* line 4433, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
#block-system-powered-by {
  font-size: 0.75em;
}

/* line 4437, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.region-admin-footer div#block-user-online {
  overflow-y: scroll;
}

/**
* Hiding 'Federated Log In' link since it seems to do nothing. */
/* line 4443, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
#block-simplesamlphp-auth-0 {
  display: none;
}

/*-- REVIEW THIS - Prevent views dialog transparency --*/
/* line 4450, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.views-ui-dialog,
.views-ui-dialog *,
#views-ajax-popup {
  background-color: white;
}

/********************************/
/*----- BEGIN Layout Corrections -----*/
/********************************/
/* broad range need to watch */
/* .page-node-devel article.main-col > div.region-content */
/* line 4469, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
article.main-col {
  max-width: 1050px !important;
  padding: 1.7rem 0 0;
  margin: 0 auto !important;
}

/* line 4475, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.no-sidebars article.main-col {
  padding-bottom: 50px;
}

/* line 4479, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
article.main-col > div.region-content::after {
  /* clearfix application */
  display: table;
  content: ' ';
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 4488, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-mydata article.main-col,
.page-mygallery article.main-col,
.page-user-contact article.main-col {
  max-width: 940px !important;
}

/* line 4494, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-user-contact article.main-col {
  max-width: 850px !important;
}

/* line 4498, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
html body {
  margin-top: 0 !important;
}

/* line 4502, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
#block-system-main.block.block-system {
  float: left;
  /* removed mf8yk oct 29, 2015 & readded May 2016 */
  width: 100%;
}

/* this targets the Overview text on AV home above carousel, not sure yet if it's needed on other homepages */
/* line 4507, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.front #block-system-main.block.block-system,
.home-carousel #block-system-main.block.block-system {
  float: none;
}

/********************************/
/*----- END Layout Corrections -----*/
/********************************/
/*----------------------------*/
/*----- BEGIN sideabars -----*/
/*----------------------------*/
/* line 4542, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.row.row-offcanvas,
.row-offcanvas.row-offcanvas-right {
  -webkit-transition: all .25s ease-out !important;
  -o-transition: all .25s ease-out !important;
  transition: all .25s ease-out !important;
}

/* line 4549, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.view-offcanvas-sidebar > .header,
.btn.btn-default.view-offcanvas-sidebar > .badge {
  display: none;
}

/* BEGIN Sidebar Button */
/* toggle button for sidebar resources, xtra-widths for overflow during animation */
/* line 4556, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.view-offcanvas-sidebar {
  background: #fff;
  color: #777;
  border: 1px solid #ccc;
  font-size: 1rem;
  width: 2.6rem;
  line-height: 3.5rem;
  height: 3.5rem;
  display: none;
  padding: 0;
  position: absolute;
  top: 0.7rem;
  z-index: 10;
  background-image: none;
  border-radius: 0 0.4rem 0.4rem 0;
  background-clip: padding-box;
  text-shadow: none;
  font-weight: normal;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
  -webkit-transition: background .100ms ease-out;
  transition: background .100ms ease-out;
}

/* line 4579, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.view-offcanvas-sidebar:hover,
.btn.btn-default.view-offcanvas-sidebar:active {
  background: #000;
  color: #fff;
}

/* line 4585, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.has-tabs .btn.btn-default.view-offcanvas-sidebar {
  position: relative;
  top: -1.5rem;
}

/* line 4590, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.view-offcanvas-sidebar .icon {
  background: transparent;
  line-height: 1;
  font-size: 1.68rem;
  width: 3.2rem;
  position: relative;
  top: 0rem;
}

/* line 4599, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.row-offcanvas .btn.btn-default.view-offcanvas-sidebar .icon {
  float: right;
  left: -0.5rem;
}

/* line 4604, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.row-offcanvas-right .btn.btn-default.view-offcanvas-sidebar .icon {
  float: left;
  right: -0.3rem;
}

/* line 4609, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-default.view-offcanvas-sidebar .icon::before {
  font-family: 'shanticon';
  content: '\e63e';
}

/* line 4618, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-first .nav-pills > li > a .badge {
  font-size: .68em;
  line-height: 1.38em;
  position: relative;
  top: -0.2rem;
  padding: .3rem .7rem .175rem;
  background-clip: padding-box;
}

/* line 4627, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-first .nav-pills > li.active > a .badge {
  background-color: #777;
  color: #fff;
}

/**
* RIGHT BUTTON 
*/
/* line 4636, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.row-offcanvas.row-offcanvas-right.active .btn.btn-default.view-offcanvas-sidebar {
  position: absolute;
  right: -3.2rem;
  top: -0.7rem;
  color: #000;
  filter: alpha(opacity=80);
  opacity: .8;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* line 4648, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.row-offcanvas.row-offcanvas-right.active .btn.btn-default.view-offcanvas-sidebar:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 4653, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.row-offcanvas.row-offcanvas-right.active .btn.btn-default.view-offcanvas-sidebar .icon {
  color: #777;
  font-size: 1.5rem;
  position: relative;
  top: 0.4rem;
  right: -0.3rem;
}

/* 
* replace following button with icon 
*/
/* line 4663, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.row-offcanvas.row-offcanvas-right.active .btn.btn-default.view-offcanvas-sidebar .icon::before,
.row-offcanvas.row-offcanvas-right.active .btn.btn-default.view-offcanvas-sidebar .icon::after {
  background: #777;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 0.2rem;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 4677, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.row-offcanvas.row-offcanvas-right.active .btn.btn-default.view-offcanvas-sidebar .icon::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 4683, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.row-offcanvas.row-offcanvas-right.active .btn.btn-default.view-offcanvas-sidebar:hover .icon::before,
.row-offcanvas.row-offcanvas-right.active .btn.btn-default.view-offcanvas-sidebar:hover .icon::after {
  background: #444;
}

/* line 4688, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.front .btn.btn-default.view-offcanvas-sidebar,
.home-carousel .btn.btn-default.view-offcanvas-sidebar,
.page-user .row-offcanvas .btn.btn-default.view-offcanvas-sidebar {
  display: none !important;
}

/* END Sidebar Button */
/* line 4711, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas ul {
  padding-left: 0;
  margin-left: 0.7rem;
}

/* line 4716, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas ul li a {
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}

/* line 4720, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas ul > li > a > .badge {
  margin-left: 0.3rem;
  position: relative;
  top: -0.1rem;
  display: inline-block;
  color: #fff;
  background: #4e5aba;
  filter: alpha(opacity=80);
  opacity: 0.8;
  border: 1px solid #454fa4;
  font-size: 0.68em;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  line-height: 1em;
  height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: normal;
  border-radius: 0.7rem;
  background-clip: padding-box;
  padding: .25rem 0.6rem;
}

/* line 4741, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas ul > li > a > .badge:empty {
  display: none;
}

/* line 4745, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas ul > li > a .glyphicon {
  filter: alpha(opacity=85);
  opacity: 0.85;
  font-size: 0.88em;
  position: relative;
  top: 0.05rem;
  margin-right: .2rem;
}

/* line 4754, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas a:hover .glyphicon-unchecked:before {
  content: '\e067';
  color: #454fa4;
}

/* line 4759, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas a:hover .glyphicon-check:before {
  content: '\e157';
  color: #454fa4;
}

/* line 4764, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.front.sidebar-second .btn.btn-default.view-offcanvas-sidebar,
.sidebar-second .btn.btn-default.view-offcanvas-sidebar,
.node-type-collection .btn.btn-default.view-offcanvas-sidebar,
.node-type-subcollection .btn.btn-default.view-offcanvas-sidebar {
  background: #fff;
  color: #555 !important;
  width: 3.7rem;
}

/* line 4773, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.node-type-collection .btn.btn-default.view-offcanvas-sidebar,
.node-type-subcollection .btn.btn-default.view-offcanvas-sidebar {
  width: 3rem;
}

/* line 4778, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second .btn.btn-default.view-offcanvas-sidebar:hover,
.node-type-collection .btn.btn-default.view-offcanvas-sidebar:hover,
.node-type-collection .btn.btn-default.view-offcanvas-sidebar:active,
.sidebar-second .btn.btn-default.view-offcanvas-sidebar:hover,
.node-type-subcollection .btn.btn-default.view-offcanvas-sidebar:hover,
.node-type-subcollection .btn.btn-default.view-offcanvas-sidebar:active {
  background: #fff;
  color: #333 !important;
  /*border: none;*/
  box-shadow: none;
}

/* line 4790, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.group-edit-member-nav {
  position: absolute;
  right: 15%;
  top: 100px;
  width: 100px;
}

/* line 4797, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.group-edit-member-nav.back {
  right: 5%;
  top: 130px;
  width: 200px;
}

/**
* ---------------------------
* BEGIN Mobile Breakpoints
* ---------------------------
*/
/**
* BEGIN - MAX-WIDTH settings (first) */
@media screen and (max-width: 991px) {
  /* line 4819, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
  }
  /* line 4824, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .row-offcanvas,
.row-offcanvas.row-offcanvas-right {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  /* line 4834, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  article.main-col {
    padding: 1.7rem 2rem 0 1.5rem;
  }
  /* line 4838, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .titlearea .page-title {
    font-size: 1.25em;
    line-height: 2.25em;
  }
  /* line 4843, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .content-section.col-md-9 {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 4848, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel-title .shanticon-stack:before {
    position: relative;
    top: .35rem;
    margin-right: .1rem;
    font-size: 1.25em;
  }
}

@media screen and (max-width: 599px) {
  /* line 4859, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .navbar-header .site-slogan.development {
    display: none;
  }
  /* line 4863, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections ul li {
    line-height: 3em;
  }
  /* line 4867, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .shanti-thumbnail {
    max-width: 220px;
  }
}

@media screen and (max-width: 549px) {
  /* line 4875, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .navbar-default .menu-explore a {
    padding: 15px 24px 0 15px;
  }
  /* line 4879, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .navbar-default .menu-explore a span {
    display: none;
  }
  /* line 4883, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .navbar-default .menu-explore .icon {
    font-size: 1.56em;
    left: 0.1rem;
    top: -0.4rem;
    color: #606060;
    display: block;
  }
}

@media screen and (max-width: 499px) {
  /* line 4895, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections h4 {
    font-size: 1em;
  }
  /* line 4899, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections > nav > div {
    padding-right: 0;
    padding-left: 0;
  }
}

/**
* ----------------------------------
* BEGIN - MIN-WIDTH
* ----------------------------------
*/
@media screen and (min-width: 500px) {
  /* line 4923, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections ul li {
    width: 40%;
    margin-left: 10%;
  }
  /* line 4928, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .sidebar,
.main-wrapper {
    min-height: 550px;
  }
}

@media screen and (min-width: 600px) {
  /* line 4936, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .navbar-header .site-slogan {
    display: inline-block;
    font-size: 1.38em;
    line-height: 1.44em;
  }
  /* line 4942, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections ul li {
    width: 20%;
  }
  /* line 4946, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections ul li a.disabled,
.site-banner .collections ul li a.disabled:hover,
.site-banner .collections ul li a.disabled:active,
.site-banner .collections ul li a.disabled .icon,
.site-banner .collections ul li a.disabled:hover .icon {
    color: #707070;
    cursor: default;
  }
}

@media screen and (min-width: 768px) {
  /* line 4959, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .page-title .icon {
    margin-left: 1.95rem;
  }
  /* line 4963, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .navbar-header .navbar-brand {
    margin-left: 0;
  }
  /* line 4967, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .navbar-brand .shanticon-logo {
    margin-left: 1.82rem;
  }
  /* line 4971, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .navbar-default .menu-explore {
    display: none;
  }
  /* line 4975, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .menu-toggle {
    display: inline-block;
  }
  /* line 4979, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections h4 {
    font-size: 1.06em;
    letter-spacing: 0.25em;
    margin-top: 8px !important;
  }
  /* line 4985, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections ul li {
    width: 15%;
    margin-left: 7%;
  }
  /* line 4990, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .nav-tabs.nav-justified > li {
    border-right: 1px solid #ddd;
  }
  /* line 4994, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .page-user form#user-login {
    margin-left: 20%;
  }
}

@media screen and (min-width: 920px) {
  /* line 5002, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .carousel .go-to-link {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  /* line 5009, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .titlearea.has-tabs-secondary ul.tabs.secondary,
.titlearea.has-tabs-secondary .row-offcanvas > section.content-section .tab-content:nth-of-type(1) {
    margin-top: 0;
  }
  /* line 5014, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections h4 {
    font-size: 1.12em;
  }
  /* line 5018, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections ul li {
    width: 12%;
    margin-left: 7%;
  }
  /* line 5023, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .site-banner .collections ul li a.disabled,
.site-banner .collections ul li a.disabled:hover, .site-banner .collections ul li a.disabled:active,
.site-banner .collections ul li a.disabled .icon, .site-banner .collections ul li a.disabled:hover .icon, .site-banner .collections ul li a.disabled:active .icon {
    color: #707070;
    cursor: default;
  }
}

@media screen and (min-width: 1440px) {
  /* line 5035, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .sidebar,
.main-wrapper {
    min-height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 5043, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .sidebar,
.main-wrapper {
    min-height: 900px;
  }
}

/**
* BEGIN Right Sidebar
*/
/* line 5090, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second {
  padding: 0;
  margin-top: 1rem;
  background-color: #fff;
  min-height: auto;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

/* hide carousel nav arrows underneath */
/* line 5099, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.front .sidebar-second {
  z-index: 1;
}

/* inner sidebar wrapper see AV */
/* line 5103, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.region-sidebar-second {
  padding: 1rem 2rem 0rem 2rem;
  border-width: 1px 0 0 1px;
  min-height: 800px;
}

/**
* sidebar content
*/
/* line 5112, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas ul li a,
.sidebar-second.sidebar-offcanvas ul li a:hover,
.sidebar-second.sidebar-offcanvas ul li a:active {
  border-bottom-width: 1px !important;
}

/* line 5118, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas .bootstrap-select.form-control {
  max-width: 100% !important;
}

/* line 5122, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas .bootstrap-select.form-control .selectpicker {
  width: 100% !important;
}

/* line 5126, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas .bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 3px;
  right: 2.5rem;
}

/* sidebar content-action button -- upload video-audio - block-mb-structure */
/* line 5133, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas .block-mb-structure .btn.btn-icon {
  letter-spacing: 0.03rem;
  font-size: 1em;
  line-height: 2.25em;
  padding-left: 4.5rem;
}

/* line 5140, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas .block-mb-structure .btn.btn-primary.btn-icon .icon {
  width: 2.5em;
  line-height: 2.32em;
}

/* line 5145, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.btn.btn-primary:active .icon,
.btn.btn-primary:focus .icon {
  background-color: #373d91;
}

/* line 5150, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas .block-mb-structure .btn.btn-icon span:last-child {
  line-height: 2.5em;
  font-size: 85%;
  padding-left: 0;
}

/* line 5156, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas .bootstrap-select.btn-group .dropdown-menu.open {
  max-width: 90%;
}

/* line 5160, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas .block-mb-structure form > div {
  font-size: 0.93em;
}

/**
* Sidebar filter search results
*/
/* line 5167, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .sidebar-second.sidebar-offcanvas ul,
.page-search .sidebar-second.sidebar-offcanvas ul li {
  list-style: none;
  color: #222;
}

/* line 5173, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .sidebar-second.sidebar-offcanvas ul li a.active {
  color: #555;
}

/* line 5177, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .sidebar-second.sidebar-offcanvas .block-current-search ul li.first {
  float: none;
  width: 100%;
  margin-bottom: 0.5rem;
}

/* .sidebar-second #block-current-search-standard ul li::before{ */
/* line 5184, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas #block-current-search-standard span.search-term::before {
  content: '';
  width: .9rem;
  height: .9rem;
  background: transparent;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #555;
  display: inline-block;
  margin-right: 0.9rem;
  position: relative;
  left: .1rem;
  top: 0.02rem;
}

/* line 5199, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas #block-current-search-standard span.search-term {
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
}

/* BEGIN List: search filter links */
/* line 5206, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas #block-apachesolr-search-sort ul li {
  list-style-type: none;
}

/* line 5210, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas #block-apachesolr-search-sort ul li img {
  display: none;
  width: 0;
  height: 0;
}

/* line 5216, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas #block-apachesolr-search-sort ul li a {
  background: transparent;
  font-weight: normal;
  display: block;
}

/* line 5222, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas #block-apachesolr-search-sort ul li a.active {
  font-weight: bold;
}

/* line 5226, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas #block-apachesolr-search-sort ul li a::before {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: transparent;
  border: 2px solid #5b68ce;
  display: inline-block;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 8px;
  position: relative;
  top: 0.1rem;
}

/* line 5240, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas #block-apachesolr-search-sort ul li a:hover::before {
  background: #5b68ce;
}

/* line 5244, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.sidebar-second.sidebar-offcanvas #block-apachesolr-search-sort ul li a.active::before {
  background: #5b68ce;
}

/* line 5248, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .region-sidebar-second h3,
.page-search .region-sidebar-second h4 {
  color: #444;
  font-size: 1em;
  font-family: 'museo-sans-500', helvetica, arial, sans-serif;
  font-weight: bold;
}

/* line 5256, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .region-sidebar-second h4 {
  margin-bottom: 0.5rem;
  margin-top: 3.5rem;
  text-transform: uppercase;
  font-size: 1.18em;
}

/* line 5263, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
.page-search .region-sidebar-second .block-current-search h4 {
  margin-top: 1.5rem;
  text-transform: capitalize;
}

/**
*** END Right Column */
/*-------------------------*/
/***** BEGIN max-width *****/
/*-------------------------*/
@media screen and (max-width: 991px) {
  /*.btn.btn-default.view-offcanvas-sidebar { display: inline-block !important; }*/
}

@media screen and (max-width: 1170px) {
  /**
  * BEGIN: custom right-sidebar breakpoint styles - 1170px here in Audio-Video is a wider breakpoint than in Kmaps
  */
  /* line 5289, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .content-section.col-md-9 {
    width: 100%;
  }
  /* line 5290, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .row-offcanvas.row-offcanvas-right {
    position: relative;
    right: 0;
  }
  /* line 5291, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .row-offcanvas.row-offcanvas-right.active {
    position: relative;
    right: 300px;
  }
  /* line 5292, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .row-offcanvas.row-offcanvas-right .sidebar-second.sidebar-offcanvas {
    position: absolute;
    right: -300px;
    min-width: 300px;
    width: 25%;
  }
  /* line 5293, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .row-offcanvas.row-offcanvas-right .btn.btn-default.view-offcanvas-sidebar {
    display: inline-block !important;
    position: absolute;
    right: -18px;
    top: -1rem;
    border-radius: 0.4rem 0 0 0.4rem;
  }
  /* line 5294, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .row-offcanvas.row-offcanvas-right.active .btn.btn-default.view-offcanvas-sidebar {
    position: absolute;
    right: -5.25rem;
    top: -0.5rem;
  }
  /* line 5295, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .row-offcanvas.row-offcanvas-right .btn.btn-default.view-offcanvas-sidebar .icon {
    position: relative;
    left: -0.3rem;
    top: 0;
    float: left;
    /* reverse arrow icon */
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 5296, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/shanti_sarvaka_theme/shanti-main.css.scss */
  .row-offcanvas.row-offcanvas-right.active .btn.btn-default.view-offcanvas-sidebar .icon {
    position: relative;
    top: 0;
    left: 0;
  }
}

/**
*** END max-width ***/
/**
* 
* END - Sarvaka/css/shanti-main.css
*
*/
/**
* Admin Edit (taken from Sources BODY tag)
* BODY Class Structure Guide for CSS Selectors
* -----------------------------------------------------------------
* Collections View Page - class= 'node-type-collection'
* - Collections Edit Page - class= 'node-type-collection page-node-edit'
* Collections Group View Page - class= 'page-node-group'
* - Collections Group Edit Page (Add Group Members) - class= 'page-group page-group-node page-group-node-admin page-group-node-admin-people page-group-node-admin-people-add-user'
* - Collections Group Edit Page (Manage Group Members) - class= 'page-group page-group-node page-group-node-admin page-group-node-admin page-group-node-admin-people'
* Collections Group Edit Page - class= 'page-group-node page-group-node-admin'
* Collections Log Page - class= 'page-node-log'
* - Collections Log Edit Page - (there is no Log edit page)
*/

.media-wrapper.ui-dialog .ui-dialog-titlebar-close::before{
  content:'X';
  display:inline-block;
  color:#555;
  position:relative;
}

.page-node-add .content-section a,
.page-node-edit .content-section a {
  /*font-weight: bold;*/
  font-family: 'museo-sans-700', helvetica, arial, sans-serif;
}

.twitter-typeahead .kmaps-tt-input{
  padding-left: 3rem;
}

.sticky-table.field-multiple-table{
  margin-bottom: 1rem;
  width: 100%;
  text-transform: capitalize;
}

.sticky-table tr{
  border-bottom: 1px solid #ccc;
}

.sticky-table tr .form-item{
  min-height: 3.5rem;
}

.sticky-table .form-autocomplete{
  margin-top: .7rem;
}


/* AV - testing - removing required asterisk after first form field */
.audio-video.page-node-edit .sticky-table.field-multiple-table tbody tr .form-required{
  display:none;
}
.audio-video.page-node-edit .sticky-table.field-multiple-table thead .form-required,
.audio-video.page-node-edit .sticky-table.field-multiple-table tbody tr:first-child .form-required{
  display:inline-block;
  font-size: 120%;
}

.field-multiple-table thead label{
  font-size: 1.06em;
  color: #666;
}



.kmap-search-term.form-control{
  padding-left:3rem;
}

.node-collection-form .form-item-field-general-featured-image-und-0{
  margin-bottom:0;
}

.kmap-search-button{
  margin-top: 1rem;
  position: relative;
  top: 0;
}

.sidebar-second .block-shanti-collections .btn.btn-primary .icon{
  line-height: 2.5em;
}


/**
* Page layout
*/
.page-node-add .tab-pane.main-col,
.page-node-group .tab-pane.main-col,
.page-group-node-admin .tab-pane.main-col {
  max-width: 920px !important;
}

.page-node-add.no-sidebars .tab-pane.main-col,
.page-node-edit.no-sidebars .tab-pane.main-col,
.page-node-group.no-sidebars .tab-panel.main-col{
    max-width: 870px !important;
}

@media (min-width:1150px) {

  .page-node-edit .tab-pane.main-col,
  .visuals.page-node-edit .tab-pane.main-col {
      max-width: 920px !important;
  }
}

.page-mycontent-workflow .tab-pane.main-col {
  max-width:1200px;
}

.page-group-node-admin .tab-pane.main-col{
  padding-top:3rem;
}

.page-node-edit table.field-multiple-table tr,
.page-node-edit table.field-multiple-table tbody {
  /*border:none !important;*/
}



/* powerful, careful */
.page-node-add .main-content .fieldset-wrapper .form-item,
.page-node-edit .main-content .fieldset-wrapper .form-item{
  margin:0;
}

/* My Stuff Account Collections page - 50% columns for drop-select */
.view-my-workflow .field-accordion .form-item {
 /*display:inline;*/
  width: 50%;
  float: left;
}

.view-my-workflow .field-accordion .form-item label {
  display: block;
}



/* under input */
.form-wrapper .description {
  font-size: 0.93em;
  margin-bottom: .75em;
  padding-left: 1.75em;
  max-width: 50em;
  font-style: italic;
  color: #222;
  text-transform: none;
}

.form-wrapper .form-item > table.field-multiple-table ~ .description{
  float:left;
  max-width: 65%;
}

.form-wrapper .form-item.form-type-textfield .description {
    margin-bottom: 0;
    padding-left: 0.75em;
    text-transform:lowercase;
}

.form-wrapper .form-item.form-type-select .description {
    margin-top: -6px;
    margin-bottom: 0;
    padding-left: 0.75em;
}

.form-wrapper .description p{
  font-style: italic;
  color: #222;
}






/* form table td.label styles address the 'Group Space' fields on ...node/add/collection*/
form table td.label {
 /* display:inline-block;font-size: 100%; */
  padding: 1rem 0;
}

form table td.label strong::after {
  content: ':';
  padding-right: 0.5rem;
}

form table td.label .description {
  display: inline;
}

.form-type-password-confirm {
  position: relative;
}

.password-strength {
  margin-top: 0;
}

.password-indicator {
  margin-top: 1em;
}

.password-indicator div {
  position: relative;
  top: -0.68em;
}

.form-type-password .error {
  color: #f00;
}

.form-type-password-confirm .password-strength-title {
  position: relative;
  top: 0.62em;
}

.form-type-password-confirm .password-strength-text {
  position: relative;
  top: 0.62em;
}

html.js .form-autocomplete {
  background-position: 98% center !important;
}

.form-item .description .warning,
.fieldset-description .error {
  padding: 0.12em 0.38em;
  margin-top: 0.25em;
  float: left;
  box-shadow: none;
}

tr.region-title td {
  color: #555;
  padding-top: 0.5em;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
}

#edit-filters-order {
  padding-bottom: 15px;
}

table.tabledrag-processed {
  width: 100%;
}

table .draggable a.tabledrag-handle {
  height: 1.5em;
  margin-top: .25em;
}

table .draggable a.tabledrag-handle:hover,
table .draggable a.tabledrag-handle:active {
  border: none !important;
}

table .draggable a.tabledrag-handle .handle {
  background: none;
  height: 1em;
  width: 1em;
  font-family: 'Glyphicons Halflings';
  color: #999;
  font-size: 0.86em;
  line-height: 1em;
  padding: 0;
  margin: 0 2em;
  display: inline-block;
  position: relative;
  top: 0;
}

a.tabledrag-handle .handle::before {
  content: '\e068';
}

a.tabledrag-handle,
a.tabledrag-handle:hover,
a.tabledrag-handle:active {
  border: none !important;
}

a.admin-update,
a.features-storage,
.features-storage,
.features-component-list span {
  border-radius: 0;
}

.file-widget.form-managed-file {
  float: left;
  padding-left:1.5rem;
}

.exposed-filters .form-item label {
  float: none;
}


.page-group-node-admin fieldset.form-wrapper {
  margin-left:0;
  font-size: 1.06em;
}

.page-group-node-admin .placeholder{
font-size: 1.12em;
}



/* shade interior nested accordions as in AV for contrast */
.panel.panel-default .panel-collapse .panel-heading h6 a.collapsed{
  background: #f0f0f0;
}





/**
* --------------------------------------------------
* KMAPS Type-Ahead - Search & Filter & Tree-Picker
* --------------------------------------------------
*/
.kmap-filter-box,
.kmap-result-box{
  position: relative;
  left: 0.7rem;
  padding-top:0.2rem;
}
.kmap-filter-box{ 
  position: relative; 
  left: 0; 
}
.kmap-filter label{
  font-size: .88em;
}
.kmap-tree-picker label,
.kmap-typeahead-picker label{
  margin-left: 1.5rem;
  text-transform: capitalize;
}
.kmap-tree-picker label span,
.kmap-typeahead-picker label span{
  text-transform: uppercase;
  font-weight: bold;
}

/* Keyword w/(x) cancel buttons */
.selected-kmap{
  color: #333;
  font-size: 0.93em;
  font-family: 'museo-sans-500', helvetica, arial, sans-serif;
  border: none;
  padding: 0 0 0 0.4rem;
  background-color: transparent;
  /*white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.selected-kmap:hover{
  color: #555;
  background-color: transparent;
}
.selected-kmap .shanticon-close2:before{
  color: #888;
  position: relative;
  top: 0.15rem;
  font-size: 1.12em;
  cursor:pointer;
  content: '\e60f';
  font-family:'shanticon';
}
.selected-kmap:hover .shanticon-close2:before{
  color: red;
}
/* END keyword labels */




.kmap-tree-picker, /* --------- testing consolidation of above declarations */
.kmap-typeahead-picker{
  position:relative;
}

.field-name-field-subject .kmap-tree-picker,
.field-name-field-subject .kmap-typeahead-picker,
.field-name-field-subcollection-root .kmap-tree-picker,
.field-name-field-recording-location-new .kmap-tree-picker{
  width: 38rem;
}

.field-name-field-subject .kmap-tree-picker{
  width: 42rem;
}






.kmap-tree-picker .shanticon-magnify,
.kmap-typeahead-picker .shanticon-magnify{
  position: absolute;
  left: 1rem;
  top:3rem;
  color: #999;
  font-size: 1em;
}

.kmap-typeahead-picker .shanticon-magnify{
  position: absolute;
  top: 2.95rem;
}





.kmap-search-button,
.kmap_search_button{
  background-color: #5b68ce;
  color: #eee;
  display: inline-block;
  padding: 0.7rem 1.5rem 0.5rem;
  border-radius: .3rem;
  border: 1px solid #777;
  font-family: 'museo-sans-500', helvetica, sans-serif;
  font-size: 0.93em;
  margin-left: 0.5rem;
  position: relative;
  top: -0.3rem;
}

.kmap-search-button:hover,
.kmap_search_button:hover,
.kmap_search_button:focus,
.kmap-search-button:focus{
  background: #4850bd;
  border-color:#4850bd;
  color:#fff;
}

/*
.kmap-pick-tree::-webkit-scrollbar {
    -webkit-appearance: none;
}
*/

.kmap-lazy-tree,
.kmap-pick-tree{
  font-size: 0.93em;
  font-weight: normal !important;
  /*border-top: 2px solid #e0e0e0;
  border-radius: 0.5rem 0.5rem 1rem 1rem;
  box-shadow: inset 0 0 7px #ddd;*/
  padding: 0;
  background: #f5f5f5;
  margin-top:1rem;

  padding: 0 0 0 1rem;
  background:#f7f7f7;
  border:1px solid #ddd;
  border-width: 3px 2px 2px;
  border-top-color:#ccc;
  max-height: 450px;
  overflow: auto;
}

.page-node-edit .kmap-pick-tree{ margin-top:3rem; padding: 0 1rem;}


.kmap-pick-tree p{
  margin: 10px;
  font-size: 1em;
}
.kmap-pick-tree ul{
  list-style: circle inside none;
}
.kmap-pick-tree ul ul{
  -webkit-padding-start: 9px;
  padding-left: 9px;
}
/* tree results list items */
.kmap-pick-tree .matching,
/* tree results list items */
.kmap-pick-tree .matching.terminal{
  color:#333;
  line-height: 1.75em;
}


/**
* ----------------------
* END: KMAPS Type-Ahead
* ----------------------
*/









/**
* add more row fields 
*/
.btn.field-add-more-submit {
  font-size: 0.82em;
  padding: .1em 1.5em .3em;

  float: right;
  margin-left: 1em;
  margin-bottom: 1rem;
}

.btn.field-add-more-submit > span::before{
  content: '+';
  font-size: 2em;
  position: relative;
  top: 0.2rem;
  left: -0.6rem;
}



.views-exposed-form label{
  font-size:0.88em;
}


/* Selector target - body class=page-group-node-admin */
.page-group-node-admin fieldset.form-wrapper legend{
  font-size: 1em;
}
/* Selector target - TABLE class=views-table */
table.views-table{
  width:100%;
}

table.views-table a{
  border-bottom: none;
  /* font-weight: bold; */
}
/* removes transcript icon */
table.views-table img.file-icon{
  display:none !important;
}

table.views-table .views-field-edit-membership a{
  padding-left: .75rem
}

table.views-table tr.odd{
  background: #f5f5f5;
}

table.views-table tr.even{
  background: #fff;
}

table.views-table tr.odd:hover,
table.views-table tr.even:hover{
  background: transparent;
}

table.views-table .form-type-checkbox{
  padding: 0.5rem 0;
}

table.views-table .form-type-checkbox input.icheck-input{
  position: absolute;
  left:0;
}

table.views-table thead .icheckbox_minimal-red{
  margin-left: 0.55rem;
}
/* column sorting arrow img */
table.views-table thead a > img{
  display: inline-block !important;
  margin-left: .5rem !important;
}

.view-og-members-admin .view-header{
  padding-left: 1rem;
}

.view-og-members-admin .view-filters{
  padding-left: 3rem;
}

.view-og-members-admin .form-item{
  margin-top:0;
}

.view-og-members-admin .form-item.form-type-select{
  padding-right:1rem;
}





/** 
* My Content Pages - @new from mb-main @June 3, 2016 @question - vbo-views-form ?
*/
/* Selector target - fieldset #edit-select */
.view-my-content .vbo-views-form fieldset#edit-select {
  float: right;
  width: 65%;
}

.view-my-content .vbo-views-form fieldset#edit-select legend {
  color: #555;
  font-size: 80%;
  font-family: 'museo-sans-700',helvetica,arial,sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  padding: 12px 0px 0px;
}

.view-my-content .vbo-views-form fieldset#edit-select .fieldset-wrapper > .form-item {
  margin-top: -0.3em;
}

.view-my-content .vbo-views-form fieldset#edit-select .fieldset-wrapper > .form-item + button {
  margin-top: -8px;
}

.view-my-content .vbo-views-form fieldset#edit-select .btn-group {
  margin: 0px;
}

.view-collections .view-my-content .views-exposed-widgets {
  float: left;
  margin-bottom: 0;
}

.view-collections .views-exposed-form .views-exposed-widgets {
  min-width: 24rem;
  margin: 0 auto;
  display: inline-block;
}

.view-collections .view-my-workflow .views-exposed-widget {
  float: left;
  padding: 0px 12px;
}
/* widget singular not plural */
.view-collections .views-exposed-form .views-exposed-widget { 
  height: 5.5rem;
  margin: 0;
  text-align: left;
  padding: 0 0.5em 0 0;
}

.view .form-item-operation {
  float: left;
}

.view .form-item-operation + button {
  margin: 0 0 0 8px;
  vertical-align: top;
}


.views-table th{
  font-size: 0.88em;
  padding: 0 0.3rem;
  min-width: 75px;
}

.views-table tr td{
  padding: 6px 12px 6px 3px;
  min-width: 75px;
  font-size: 0.88em;
  text-transform: capitalize;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
}
.views-table tr td.views-field-name,
.views-table tr td.views-field-title {
  font-size: 0.93em;
  font-weight: bold;
  max-width: 30rem;
}



/* view My Content in My Workflow etc */
.views-field {
  padding: 0 0.5rem 0 0;
  font-size: 0.93em;
}

.views-table td.active {
  background: transparent;
}

.views-field td img {
  margin: 0.2rem;
}

.views-field-realname,
td.views-field-created,
td.views-field-changed,
td.views-field-type {
  font-size: 0.82em;
}

.views-table.cols-8 .views-field.views-field-title {
  width: 40%;
}

/* end new migration from mb-main */








.page-node-add .form-type-checkbox,
.page-node-edit .form-type-checkbox,
.page-group-node-admin .form-type-checkbox { padding: 1rem 0;}

.page-node-add .form-type-checkbox .description,
.page-node-edit .form-type-checkbox .description,
.page-group-node-admin .form-type-checkbox .description { margin-top: 0; margin-left: 0; }

.page-node-add .icheckbox_minimal-red,
.page-node-add .iradio_minimal-red,
.page-node-edit .icheckbox_minimal-red,
.page-node-edit .iradio_minimal-red,
.page-group-node-admin .icheckbox_minimal-red,
.page-group-node-admin .iradio_minimal-red {
  margin-right: 0.75rem !important;
    margin-left: 1.5rem;
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
  left: 0;
}

.page-node-add .iradio_minimal-red,
.page-node-edit .iradio_minimal-red,
.page-group-node-admin .iradio_minimal-red{ 
  border-radius: 50%;
  background-clip: padding-box;
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  margin-right: 0.5rem !important;
}
/* adds a little contrast */
.page-node-add .iradio_minimal-red,
.page-node-add .icheckbox_minimal-red,
.page-node-edit .iradio_minimal-red,
.page-node-edit .icheckbox_minimal-red,
.page-group-node-admin .iradio_minimal-red,
.page-group-node-admin .icheckbox_minimal-red { 
  box-shadow: 0 0 2px #999; 
  border-collapse: separate; 
  background-color: #f7f7f7;
}







/**  
* Textarea Edit block (example Edit Summary, frontpage )
*/
.form-disabled input.form-autocomplete, 
.form-disabled input.form-text, 
.form-disabled input.form-file, 
.form-disabled textarea.form-textarea, 
.form-disabled select.form-select{ background-color: #fafafa; }

a.link-edit-summary,
a.link-edit-summary{
  font-size: 90%;
  text-transform: capitalize;
  padding: 0 0.5rem;
}

table.field-multiple-table .field-widget-text-textarea{ padding-top:1rem; }
/* toggle text editor link text under textarea */
.ckeditor_links{ margin-left:2rem; }
/* Help text and dropdown menu width for Editor - Full HTML, etc */
.filter-wrapper .form-item-body-en-0-format{ width: 22rem; }
/* Text Formats Label */
.filter-wrapper .form-item label{ display: block; }
/* format rich-text editor dropdown selector */
.filter-wrapper .form-item{ margin-top: -1em; }

.text-format-wrapper .description{ margin-left:1rem; }

.text-format-wrapper .form-item{
  margin-bottom: 0.5rem;
}
/**  
*** END Textarea Edit block ***/






/* Form Buttons w/ID selectors - at very bottom */

/* other than Save & Delete button gets white/grey */
button#edit-preview-changes,
button#edit-preview,
button#edit-draft,
button#edit-cancel{
  box-shadow: none;
  color: #606060;
  letter-spacing: .05em;
  background:#fff;
  border:1px solid #ddd;
}

button#edit-preview-changes:hover,
button#edit-preview:hover,
button#edit-draft:hover,
button#edit-cancel:hover{
  background: #888;
  box-shadow: none;
  border-color: #888;
  color: #fff;
  text-shadow: 0 0 1px #444;
}

/* Delete button gets white/red */
button#edit-delete{
  float: right;
  padding: .38em 1.5em .25em;
  font-size: 0.68em;
  background: #fff;
  color: #606060;
  font-weight:bold;
  border:1px solid #ddd;
}

button#edit-delete:hover{
  background: red;
  color:#fff;
}

/**
*** END Textarea block ***/










/**
* Collections-Main Edit Form 
*/

/* featured image thumbnail buttons: Select, Edit, Remove */
.icheck-label.option{ margin-left: 0; }
.node-collection-form .radio-inline,
.node-collection-form .checkbox-inline{ padding-left: 0; }
.media-widget{ position: relative; }

.media-widget a{ 
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  /*position: relative;
  bottom: 40px;*/
  background-color: #5b68ce;
  color: #fff;
  display: inline-block;
  padding: 0.7rem 1.2rem 0.3rem;
  border-radius: .3rem;
  font-family: 'museo-sans-500', helvetica, sans-serif;
  font-weight:normal;
  font-size: 0.82em;
}
.media-widget a.button:hover,
.node-type-collection .media-widget a:hover{
  box-shadow: none;
  color: #fff;
  background-color: #4850bd;
}
.media-widget a.button:active,
.node-type-collection .media-widget a:active{
  background-color: #5b68ce;
  color: #fff;
}
.media-widget .media-item{
  padding: 0 0 40px;
}

.media-widget .preview{
  float:left;
}

.media-widget .media-item .media-thumbnail > a{
  position:relative;
  bottom: 0;
  display: block;
  padding: 1.5rem 1.5rem 2rem;
  border-radius:0;
}
/* adjust position of featured image thumbnail to label text */
.node-type-collection .media-widget .preview .media-item{
  margin: 0 10px;
}

.node-type-collection .media-widget .form-item{
  margin-bottom: 0;
}


.field-type-image.field-name-field-general-featured-image{
  position: relative;
  min-height: 6rem;
}

.form-type-media.form-item-field-general-featured-image-und-0 a.browse{
  /*display: inline;*/
  top: 0.5rem;
  left: 1rem;
  height: 2.75rem;
}

.form-type-media.form-item-field-general-featured-image-und-0 a.browse:hover{
  color:#fff;
}



/**
* Collection-Group Page (not Edit page - which has slightly different body class="page-group-node")
*/
.page-node-group .admin-list dt{ margin-top:1.5rem; }
.page-node-group .admin-list dd{ margin-left: 1rem; font-style:italic; font-size: 90%; }
.page-node-group .admin-list dd::before{ content:'-'; display:inline-block; position:relative; margin-right:0.4rem;}

/**
* Collection-Log Edit Form 
*/
.page-node-log .btn.btn-primary.form-submit { padding: .32em 1.5em .12em; }
.page-node-log .views-exposed-form .views-exposed-widget .form-submit{ margin-top: 1.62em; }
.page-node-log .bootstrap-select.btn-group .dropdown-menu.open{ min-width: 110px; }




/***** BEGIN Vertical Tabs *****/
.vertical-tabs {
  margin-top: 0;
  background: #fdfdfd;
}

.vertical-tabs-pane{
  padding:1rem;
}

.vertical-tabs-panes {
  margin-bottom: 2em;
  font-size: 1em;
}

.vertical-tab-button a,
.vertical-tab-button.selected a {
  border-bottom: none;
  outline: none !important;
  font-family: 'museo-sans-700',helvetica,arial,sans-serif;
  font-weight: bold;
}

.vertical-tab-button a:hover,
.vertical-tab-button a:active,
.vertical-tab-button.selected a:hover,
.vertical-tab-button.selected a:active {
  border-bottom: none;
  text-decoration: none !important;
}

.vertical-tabs a {
  border-bottom: none;
}

.vertical-tabs a:hover,
.vertical-tabs a:active {
  text-decoration: underline;
  border-bottom: none;
}

.vertical-tabs .vertical-tab-button.selected a:hover,
.vertical-tabs .vertical-tab-button.selected a:active,
.vertical-tabs .vertical-tab-button.selected a:-webkit-any-link:hover,
.vertical-tabs .vertical-tab-button.selected a:-webkit-any-link:active {
  text-decoration: none;
}

.vertical-tabs-panes.vertical-tabs-processed {
  padding:1rem 1.5rem;
  /* border-top: 1px solid #ddd; */
 /* border-bottom:1px solid #fff; */
}


/* Selector target UL.vertical-tabs-list */
.vertical-tabs ul.vertical-tabs-list .selected strong {
  color: inherit;
}

.vertical-tabs ul.vertical-tabs-list li a:hover strong {
  text-decoration: none;
}

.vertical-tab-container .nav-tabs>li {
  border-right: 1px solid  #ddd;
}

.vertical-tabs ul.vertical-tabs-list li.selected {
  border-right: 1px solid  transparent;
  background: #fdfdfd;
}

.vertical-tabs ul.vertical-tabs-list li.selected:hover{
  background: #fff;
}

.vertical-tab-container .nav-tabs>li>a {
  border: none !important;
}

.vertical-tab-container .nav-tabs>li>a:hover {
  border: none !important;
}

.vertical-tabs ul.vertical-tabs-list .summary{
  font-weight: normal;
  font-size: 90%;
  color: #707070;
}

.vertical-tabs .radio-inline{
  padding-left:0;
  margin-left:0;
}

.vertical-tabs .form-type-radio .description{
  margin-left: 2.4em;
  margin-top: -0.5rem;
}

.vertical-tabs .form-type-textfield{
  padding-left: 1rem;
}

.vertical-tabs .form-item-date input{
  max-width:18em;
}

.vertical-tabs .form-item-name input{
  max-width:22em;
}

.vertical-tabs .form-wrapper label{
  font-size:0.93em;
}

.vertical-tabs .form-wrapper .form-type-radio label,
.vertical-tabs .form-wrapper .form-type-checkbox label{
  font-size:1.06em;
}

.vertical-tabs .form-wrapper .form-item-date > div{
  padding-left:0;
}

.vertical-tabs .form-wrapper .form-item-date > label{
  /*margin-left: 2rem;*/
  /*margin-top: 1rem;
  margin-bottom: -0.5rem;*/
}

.vertical-tabs table.redirect-list{
  margin-left:1rem
}

.vertical-tabs table.redirect-list tbody td{
  padding-left: 1rem;
}

.vertical-tabs table.redirect-list thead th:first-of-type img{
  display: inline-block !important;
  margin-left: 0.5rem !important;
  margin-bottom:0.2rem !important;
}

/**
*** END vertical tabs ***/










/**
* --------------
* Modal Popup
* --------------
*/
#modalContent{
  box-shadow: 0 0 10px #aaa;
  border-radius: .2rem;
  z-index: 1000 !important;
  /*min-width: 550px;
  max-height: 700px;*/
  overflow:hidden;
  /*margin-left:-200px;*/
}
/* target edit collection page only w/height for now to be safe */
.node-type-collection #modalContent{
  max-height: 700px;
}

@media (max-width: 600px) { 
    
    #modalContent {
      position: fixed !important;
      min-width: 320px;
      top: 12% !important;
      bottom: 12% !important;
      right: 4% !important;
      left: 4% !important;
    }
}

/* kaltura upload video */
div.ctools-modal-content {
  margin: 0 auto;
  width: 100% !important;
  /*max-width: 550px !important;
  max-height: 350px !important;*/
  border: 1px solid #ccc;
  border-radius: .2rem;
  min-width: 40rem;
}

div.ctools-modal-content .modal-content {
  width: 100% !important;
  max-width: 450px !important;
  padding: 2rem 7%;
  box-shadow:none !important;
  border:none !important;
  background:transparent;
}

div.ctools-modal-content .btn.btn-delete.btn-primary{
  /*margin-top:0 !important;*/
}

div.ctools-modal-content button#edit-submit--5.btn.btn-primary.form-submit{
  padding: 0.4rem 1.8rem 0.2rem;
  font-size: 0.75em;
}

div.ctools-modal-content button#edit-media-remove-button.btn.btn-primary{
  /*padding: 0.7rem 0.5rem 0.7rem;
  margin-top:-0.5rem !important;*/
}

div.ctools-modal-content #edit-actions--3.form-actions.form-wrapper{
  margin-top:2rem;
}
/*
.modal-header button.close{
  position: relative;
  top: -1.5rem;
  left: 1rem;
}

.modal-content .messages.status{
  display:none;
}
*/
div.ctools-modal-content .modal-header{
  padding: 1.5rem 2rem;
  background-color: transparent !important;
  background-color: #2fbebc !important; /* subtheme color setting */
  border-radius: .2rem 0.2rem 0 0;
}

div.ctools-modal-content .modal-title{
  font-size: 150%;
  font-weight: normal;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  text-shadow: 0 0 5px #888;
}

div.ctools-modal-content a.close{
  position: relative;
  right: 0;
  top: -3rem;
  font-size: 0.5em;
  text-shadow: 0 0 3px #888;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  filter: alpha(opacity=75);
  opacity: 0.75;
  margin:0;
  width: 0;
  height: 0;
}

div.ctools-modal-content a.close:hover{
  filter: alpha(opacity=90);
  opacity: 0.9;
}

div.ctools-modal-content a.close::after{
  content: 'X';
  position: relative;
  font-size: 3em;
  top: 2.3rem;
  right:2rem;
}

div.ctools-modal-content a.close:hover::after{
  border:1px solid #fff;
  padding:.15rem .7rem;
  border-radius:50%;
  top: 2.3rem;
  right: 2.8rem;
}

div.ctools-modal-content a.close img{
  display:none;
  position: absolute;
  z-index: -10;
  height: 0;
  width: 0;
}
/* radio button labels input position */
div.ctools-modal-content .vertical-tabs label.radio-inline{
  width: auto !important;
  padding-left: 0;
}
div.ctools-modal-content .form-item{
  margin-top:0;
  margin-bottom:0;
}
div.ctools-modal-content .form-item label{
  float:none;
  width:100%;
}

.modal-content .ctools-close-modal{
  font-family: 'museo-sans-700', helvetica, sans-serif;
  margin-left: 3rem;
}

.modal-content .ctools-close-modal::after{
  content: 'X';
  position:relative;
  left: 0.5rem;
  display: inline-block;
}

.modal-content .form-type-file .description{
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}

.modal-content .field-widget-text-textfield.form-wrapper input.form-text.form-control{
  width:100% !important;
}

.modal-content input.form-control.required{
  max-width:auto;
}

.modal-content .progress .message{
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}
/**
*** END modal ***/




/* Edit Featured Image : From Create Collection modal popup */
.media-wrapper.ui-dialog .ui-dialog-titlebar-close{
position: relative;
right: 0;
top: 0;
width: 28px;
margin: 0;
padding: 1px;
height: 26px;
float: right;
}







/*-------------------------------*/
/*--- ADMIN topbar and footer ---*/
/*-------------------------------*/
/* accounts for height of black admin bar */
#admin-menu input.admin-menu-search.form-text {
  background: #eee;
  font-size: 1em;
  line-height: 1.56em;
  height: 1.5em;
  padding: 0.82em 1em 0.62em;
}

#admin-menu .admin-menu-search input {
  width: 108px;
  border-radius: 1em;
  background-clip: padding-box;
}

#admin-menu .dropdown .admin-menu-toolbar-category > a {
  text-shadow: none;
  color: #ccc;
}

#admin-menu .dropdown .admin-menu-toolbar-category > a:hover {
  color: #fff;
}

#admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail {
  background: #f5f5f5;
  color: #000;
  text-shadow: none;
}

#admin-menu .dropdown .admin-menu-toolbar-category.admin-menu-icon > a.active-trail {
  background: #777;
}

#admin-menu #edit-filters--2.filters.form-wrapper {
  float: none;
} /*--- admin page viewing / adding users ---*/

#admin-menu {
  box-shadow: 0 1px 2px hsla(0, 0%, 0.0000%, 0.3250);
  border-collapse: separate;
  background: #222;
  background-image: none;
  z-index: 900;
  /* Necessary because header-banner has z-index: 30000 */
}

#admin-menu > div > .dropdown > li > a {
  padding: 2px 7px 3px;
}

body.page-admin-modules #block-system-main.block.block-system {
  float: none;
}

/* Admin */
@media screen and (max-width: 1040px) {
  #admin-menu .dropdown .admin-menu-search {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  #admin-menu .dropdown .admin-menu-account,
  #admin-menu .dropdown .admin-menu-users,
  #admin-menu .dropdown .admin-menu-search {
    display: none;
  }
}
/* adjust height of admin bar target body clas admin-menu */
html body.admin-menu {
  margin-top: 5.4rem !important;
} 

@media screen and (min-width: 660px) {
  
  html body.admin-menu {
    margin-top: 3rem !important;
  }
}  

.region-admin-footer h1,
.region-admin-footer h2 {
  color: #ddd;
  font-size: 1em;
}

.region-admin-footer {
  padding: 1rem 1rem 1rem 2.5rem;
  background: #707070;
  color: #eee;
  border-top: 1px solid #aaa;
  height:140px;
}

.region-admin-footer a,
.region-admin-footer a.active{
  color:#ddd;
}

.region-admin-footer a:hover,
.region-admin-footer a:active{
  color:#fff;
  /*border-bottom:1px solid #eee;*/
}

.region-admin-footer a:hover{
  text-decoration:underline;
}

.region-admin-footer > .block {
  display: inline-block;
  padding: 0 3rem 0 2rem;
  border-right: 1px solid #808080;
  vertical-align: top;
  min-height: 118px;
}

.region-admin-footer .block.block-user {
  padding-right: 3rem;
}

.region-admin-footer .form-control.form-text{
  height: 1.75em;
}

.region-admin-footer .block p,
.region-admin-footer .block li {
  font-size: 0.88em;
  color:#ddd;
}

.region-admin-footer .description{
  margin:0 0 0 -1rem;
  padding:0;
  color: #eee;
  font-size: 0.75em;
}

.region-admin-footer .form-control,
.region-admin-footer .form-textarea {
  max-width: 95%;
  background-position: 97% 0.56em !important;
}

.region-admin-footer .block-masquerade h2{
  margin-left:1.5rem;
}

.region-admin-footer .block-masquerade .form-control{
  max-width: 14rem;
}

.region-admin-footer .block-masquerade .btn{
  padding: 0.2em .8em 0.1rem;
  margin: -0.4rem 0 0.5rem 0.75rem;
  border: 1px solid #999;
  position: absolute;
  right: 0;
  top: 0.2rem;
}

.region-admin-footer .block-masquerade form{
  position:relative;
}

/**
*** END Admin topbar and footer ***/













/**
* -----------------------------------------------
* Typeahead Feature Menu - Location/Places
* -----------------------------------------------
*/
/*
.field-name-field-places-kmap .kmaps-tt-header .typeahead-pager,
.field-name-field-location .kmaps-tt-header .typeahead-pager{
  position: absolute;
  right: 0rem;
}
------  begin: column headers -----
.field-name-field-places-kmap .kmaps-place-results-header,
.field-name-field-location .kmaps-place-results-header{
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}
.field-name-field-places-kmap .kmaps-place-results-header .kmaps-place-name,
.field-name-field-location .kmaps-place-results-header .kmaps-place-name{
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: 0.2rem 1rem 0 1.5rem;
  max-width: 20rem;
  width: 45%;
}
.field-name-field-places-kmap .kmaps-place-results-header .kmaps-feature-type,
.field-name-field-location .kmaps-place-results-header .kmaps-feature-type{
  display: inline-block;
  padding: 0 1rem;
  max-width: 9rem;
  width: 40%;
  white-space: nowrap;
}
------ begin: search results rows ------
.field-name-field-places-kmap .kmaps-place-result,
.field-name-field-location .kmaps-place-result{
  background: white;
  border-bottom: 1px solid #eee;
  padding: 0.5rem 0;
  white-space: nowrap;
  height: 27px;
}
.field-name-field-places-kmap .kmaps-place-result .kmaps-place-name,
.field-name-field-location .kmaps-place-result .kmaps-place-name{
  max-width: 20rem;
  width: 45%;
  float: left;
  padding-left: 2rem;
  text-overflow: ellipsis;
  overflow:hidden;
}
.field-name-field-places-kmap .kmaps-place-result.kmaps-tt-selected .kmaps-place-name,
.field-name-field-places-kmap .kmaps-place-result.kmaps-tt-selected .kmaps-feature-type,
.field-name-field-location .kmaps-place-result.kmaps-tt-selected .kmaps-place-name,
.field-name-field-location .kmaps-place-result.kmaps-tt-selected .kmaps-feature-type{
  text-decoration: line-through;
  color:grey;
}
.field-name-field-places-kmap .kmaps-place-result .kmaps-feature-type,
.field-name-field-location .kmaps-place-result .kmaps-feature-type{
  padding-left: 1rem;
}
.field-name-field-places-kmap .kmaps-tt-dataset-places,
.field-name-field-location .kmaps-tt-dataset-places{
  overflow-x: hidden;
  overflow-y: auto;
}
.field-name-field-places-kmap .kmap-typeahead-picker .kmaps-tt-header:first-of-type,
.field-name-field-location .kmap-typeahead-picker .kmaps-tt-header:first-of-type{
  margin-bottom: 0;
}
.field-name-field-places-kmap .kmaps-tt-suggestion:hover:not(.kmaps-tt-selected):not(.kmaps-tt-zero-facet),
.field-name-field-location .kmaps-tt-suggestion:hover:not(.kmaps-tt-selected):not(.kmaps-tt-zero-facet){
  color: #000;
  background-color: #eee !important;
}
.field-name-field-places-kmap .kmaps-tt-suggestion,
.field-name-field-location .kmaps-tt-suggestion{
  margin-left:0;
}

*/
.field-name-field-places-kmap .kmaps-tt-menu .kmaps-tt-suggestion::before,
.field-name-field-location .kmaps-tt-menu .kmaps-tt-suggestion::before{
  /*display:none;*/
}





.kmaps-tt-header .typeahead-pager{
  position: absolute;
  right: 0rem;
}
/* begin: column headers */
.kmaps-place-results-header{
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}
.kmaps-place-results-header .kmaps-place-name{
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: 0.2rem 1rem 0 1.5rem;
  max-width: 20rem;
  width: 45%;
}
.kmaps-place-results-header .kmaps-feature-type{
  display: inline-block;
  padding: 0 1rem;
  max-width: 9rem;
  width: 40%;
  white-space: nowrap;
}
/* begin: search results rows */
.kmaps-place-result{
  background: white;
  border-bottom: 1px solid #eee;
  padding: 0.5rem 0;
  white-space: nowrap;
  height: 27px;
}
.kmaps-place-result .kmaps-place-name{
  max-width: 20rem;
  width: 45%;
  float: left;
  padding-left: 2rem;
  text-overflow: ellipsis;
  overflow:hidden;
}

.kmaps-place-result.kmaps-tt-selected .kmaps-place-name,
.kmaps-place-result.kmaps-tt-selected .kmaps-feature-type{
  text-decoration: line-through;
  color:grey;
}
.kmaps-place-result .kmaps-feature-type{
  padding-left: 1rem;
}
.kmaps-tt-dataset-places{
  overflow-x: hidden;
  overflow-y: auto;
}
.kmap-typeahead-picker .kmaps-tt-header:first-of-type{
  margin-bottom: 0;
}
.kmaps-tt-suggestion:hover:not(.kmaps-tt-selected):not(.kmaps-tt-zero-facet){
  color: #000;
  background-color: #eee !important;
}
.kmaps-tt-suggestion{
  margin-left:0;
}
.kmaps-tt-menu .kmaps-tt-suggestion::before{
  display: inline-block;
  float: left;
  position:relative;
  right: 1rem;
  bottom: -0.5rem;
  margin-left: 0.5rem;
}

.kmaps-tt-dataset-places .kmaps-tt-selectable .kmaps-place-name{
  padding-left: -1rem;
}

.kmaps-tt-dataset-places .kmaps-tt-selectable.kmaps-tt-suggestion::before{
  margin-left:1.5rem;
}


.field-name-field-location #field_location-typeahead-wrapper .kmaps-tt-menu .kmaps-tt-suggestion::before{
  right: -1rem;
}




.field-name-field-recording-location-new .kmaps-tt-menu .kmaps-tt-suggestion::before{
   right: -1rem;
}


.container-inline-date .form-item input{
  max-width:23rem;
}
/**
* ----------------------
* END - Edit Form CSS
* ----------------------
*/

/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *







 */
/* fix for top menu to not propagete clicks to elements on the main wrapper */
/* line 21, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.disabled-by-top-menu-open {
  pointer-events: none;
}

/* END - fix for top menu to not propagete clicks to elements on the main wrapper */
/* shanti_sarvaka_theme/search  adds fixes to advance search only on Rails*/
/* line 26, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.ui-resizable-handle {
  font-size: inherit;
}

/* line 29, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.ui-resizable-handle.ui-resizable-w::before {
  font-size: 1.12em;
}

/* line 32, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.input-section .advanced-view .form-group {
  padding: 10px;
}

/* line 35, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.advanced-view label span {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 39, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
#searchScopeGroup hr {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* line 43, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
#searchScopeGroup label {
  display: inline;
}

/* line 46, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.view-section .tab-content .tab-pane {
  overflow-y: scroll;
  border-bottom: 1px solid #ddd;
}

/* line 51, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.view-section .listview > div,
.view-section .treeview > div {
  padding: 0;
  overflow-y: inherit;
}

/* line 57, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.page-places .input-section a.toggle-link.advanced-link {
  width: 90%;
  padding: 0px 0px 0px 0px;
}

/* END - shanti_sarvaka_theme/search */
/* shanti_sarvaka_theme/shanti-main */
/* Gallery */
/* line 68, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.content-section img:not(.og-grid img):not(.shanti-thumbnail-image img):not(.pswp__container img):not(.map-renditions img):not(.view-on-map img) {
  /* box-shadow: 0 0 2px 1px #ccc; */
  border-radius: 0;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0.1rem;
  background: #fff;
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 81, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.no-sidebars article.main-col {
  padding-bottom: inherit;
}

/* END - Gallery */
/* line 86, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.tab-content-loading {
  width: 20px;
  height: 20px;
  background-image: url(/assets/shanti_integration/ajax-loader-d5478e14293e0e8ffe7b1515d427e3029675394e368198e668b2bf1b86301ef6.gif);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 14px;
  right: 12px;
}

/* line 97, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.navbar-header .mandala {
  margin-left: 8px;
}

/* Panels for admin section */
/* line 101, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.panel.panel-content {
  overflow: visible;
  background: transparent !important;
  margin-bottom: 1rem;
}

/* line 106, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.panel-content > .panel-heading {
  background: transparent !important;
  border-bottom: none;
}

/* line 111, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.panel-content .panel-heading {
  background-image: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

/* line 117, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.panel.panel-content .panel-heading h6 {
  text-transform: uppercase;
  font-size: 1.06em;
  line-height: 4.25em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  margin: 0;
  min-height: 65px;
  letter-spacing: 0.075rem;
}

/* line 127, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.panel.panel-content .panel-heading h6:not(.collapsed), .panel.panel-content .panel-heading h6:hover:not(.collapsed) {
  background: #a0a0a0;
  color: #fff;
  letter-spacing: 0.075rem;
  text-shadow: 0 0 2px #777;
}

/* line 133, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.panel.panel-content .panel-heading h6 {
  color: #555;
  border: none;
  display: block;
  padding-left: 2rem;
  background: #e0e0e0;
}

/* END - Panels for admin section */
/* line 141, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.btn .icon {
  height: 100%;
  /* END - shanti_sarvaka_theme/shanti-main */
}

/* shanti_integration/explorer */
/* line 147, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.page-places .input-section .toggle-link.advanced-link {
  width: 100%;
  float: none;
  padding: 0px 10px 0px 0px;
}

@media screen and (max-width: 991px) {
  /* line 154, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
  .row-offcanvas.active .btn.btn-default.view-offcanvas-sidebar {
    top: 1.1rem;
  }
}

@media screen and (min-width: 1440px) {
  /* line 159, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
  .sidebar, .main-wrapper {
    min-height: 687px;
  }
}

/* custom image gallery for kmaps display */
/* line 164, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.og-expander {
  margin-left: 1.3rem;
  width: 99%;
}

/* line 168, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
li.pagination::before {
  display: none !important;
}

/* END - shanti_integration/explorer */
/* popup-css */
/* line 174, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/app/assets/stylesheets/shanti_integration/shanti_sarvaka_theme.css.scss */
.popup-link-icon {
  padding: 4px;
}

/* END - popup-css */
/* line 1, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/jquery.draggable.popup.css.scss */
.draggable-popup {
  display: none;
  border: 1px solid #999;
  background-color: #eee;
  padding: 7px 12px 7px 12px;
  z-index: 5000;
}

/* line 8, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/jquery.draggable.popup.css.scss */
.draggable-popup-header {
  font-size: 12px;
  color: #222;
  margin: 4px 20px 0px 0;
  height: 20px;
}

/* line 14, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/jquery.draggable.popup.css.scss */
.draggable-popup-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: transparent url(/assets/jquery.draggable/draggable-popup-close-52dcaf6496c56fd125ff4e6267318fc3a7a0d12f1c1902294d6486639bec8829.png) no-repeat scroll 0 0;
  cursor: pointer;
}

/* line 25, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/jquery.draggable.popup.css.scss */
.draggable-popup-close:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

/* line 29, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/jquery.draggable.popup.css.scss */
.draggable-popup-content {
  margin: 0;
  overflow: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
}

/* line 36, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/jquery.draggable.popup.css.scss */
.draggable-popup-content > div {
  margin: 5px;
}

/* line 39, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/jquery.draggable.popup.css.scss */
.draggable-popup-content > iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  background: url(/assets/jquery.draggable/draggable-popup-ajax-loader-c87848d77895b0996e2207a734670e2adc9aed81126f574c11453e91ccf6fc44.gif) no-repeat scroll center center;
}

/* line 46, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/jquery.draggable.popup.css.scss */
.draggable-popup-content > .conx-content {
  margin: 0;
}

/* line 49, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/jquery.draggable.popup.css.scss */
.draggable-popup-footer {
  text-align: right;
  font-size: 11px;
  color: #999;
  margin-right: 12px;
  margin-top: 5px;
}

/* line 56, ../bundler/ruby/3.2.0/bundler/gems/shanti_integration-2c443f408896/vendor/assets/stylesheets/jquery.draggable.popup.css.scss */
.draggable-popup-footer a {
  color: #666;
}
/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *





 */

body.page-terms .content-section {
  padding-left: 0 !important;
}

.titlearea{
  background-color: #3270d6 !important;
}

.fancytree-container .glyphicon{
  color: #3270d6 !important;
  opacity:.9;
}

body.page-terms .main-col {
  max-width: 950px !important;
}

.kmaps .view-section .nav-tabs>li.treeview{
  width: 35%;
  max-width: 120px;
}

.navbar-header .mandala{
  margin-left:7px;
}

@media (min-width: 768px), all{
.page-terms #place > .col-sm-9{
    width:100%;
}
}

.ui-resizable-handle.ui-resizable-w{
  border-color: #3270d6 transparent transparent transparent;
}

.page-terms .input-section a.toggle-link.advanced-link {
  display: inline-block;
  width: 90%;
  padding: 0px 0px 0px 0px;
}

/* fancytree */
.fancytree-title{
    padding-left: 8px;
}

.fancytree-title::before {
 top: 0.65rem;
 width: 8px;
 height: 8px;
}

.fancytree-title:hover::before {
 background: #707070;
 /* box-shadow:none; */
}

.fancytree-active .fancytree-title::before,
.fancytree-selected .fancytree-title::before {
 background: #777;
 /* box-shadow:none; */
}
/* END - fancytree */

.breadcrumb li:first-child a {
  display: none;
}
/* this hides the HOME item in the breadcrumbs for terms app only */

.sticky-row {
  position: sticky;
  top: 0; /* Sticks to the top */
  z-index: 1000; /* Ensures it stays above other content */
	background-color: #eeeeee; /* Prevents text overlap */
	padding: 10px 0;
	border-bottom: 2px solid #ccc; /* Optional visual separation */
}

.matrix-row {
  display: flex; /* Aligns items in a row */
  gap: 20px; /* Adds spacing between columns */
}

.matrix-column {
  display: flex;
  flex-direction: column; /* Stack label above textarea */
  flex: 1; /* Ensures both columns take equal space */
}
/* BEGIN (Terms) colors */
.page-terms .titlearea,
.page-terms .breadcrumb .icon,
.page-terms .fixed-action-button a,
.page-terms .bx-controls-direction a,
.page-terms .ui-resizable-handle.ui-resizable-nw.active,
.page-terms .ui-resizable-handle.ui-resizable-nw:active {
  background: #a57546 !important;
}

.page-terms .view-section .fancytree-container .glyphicon,
.page-terms .view-section .fancytree-container .fancytree-node:hover > .glyphicon,
.page-terms .view-section .fancytree-container .fancytree-node:active > .glyphicon,
.page-terms .view-section .fancytree-node.fancytree-active > .glyphicon,
.page-terms .view-section .fancytree-node.fancytree-selected > .glyphicon,
.page-terms .carousel-feature-slides li.active div a::before,
.page-terms .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a .check-mark,
.page-terms .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a:active .check-mark,
.page-terms .kmaps-sources-summary ul.summary-list > li span.icon.shanticon-essays {
  color: #a57546 !important;
}

.page-terms .carousel-feature-slides li div a:hover,
.page-terms .carousel-feature-slides li div a:active,
.page-terms .carousel-feature-slides li.active div a,
.page-terms #tab-main .each-photo a.thumbnail:hover,
.page-terms #tab-main .each-text a.thumbnail:hover {
  border-color: #a57546 !important;
}

.page-terms .input-section .toggle-link,
.page-terms .input-section .toggle-link:hover,
.page-terms .input-section .toggle-link .icon::before,
.page-terms .input-section .toggle-link:hover .icon::before,
.page-terms .input-section .selectpicker .caret::before,
.page-terms .search-section .nav-tabs>li.active>a,
.page-terms .search-section .nav-tabs>li.active>a:hover,
.page-terms .search-section .nav-tabs>li.active>a:active,
.page-terms .view-section .nav-tabs>li.active>a,
.page-terms .view-section .nav-tabs>li.active>a:hover,
.page-terms .view-section .nav-tabs>li.active>a:active {
  color: #a57546 !important;
}

.page-terms .kmaps-tt-menu .kmaps-tt-suggestion:hover::before,
.page-terms .kmaps-tt-menu .kmaps-tt-suggestion.kmaps-tt-cursor::before,
.page-terms .carousel-indicators li:hover, 
.page-terms .carousel-indicators li.active,
.page-terms .kmaps-tt-menu .kmaps-tt-suggestion:hover::before{
    border-color: #a57546 !important; /* set subtheme color */
    background: #a57546 !important;
}

.page-terms #sidebar-first .nav-pills li.active {
  border-color: #a57546 !important; /* Darker shade of red for shadow blend */
}

.page-terms .search-section .nav-tabs>li.active>a,
.page-terms .view-section .nav-tabs>li.active>a,
.page-terms .nav-tabs.nav-justified>li.active{
  /*border-top-color: #4ca6fb !important;*/
  border-top-color: #a57546 !important;
}

.page-terms .texts-list li:hover::before{
  /*background: #4ca6fb !important;*/
}

.page-terms .ui-resizable-handle.ui-resizable-w,
.page-terms .ui-resizable-handle.ui-resizable-w:hover,
.page-terms .ui-resizable-handle.ui-resizable-w:active { border-color: #a57546 transparent transparent transparent; }

@media screen and (min-width: 500px) {
  .page-terms .navbar-header .site-slogan{ color:#a57546 !important; } /* Darker shade for banner site-slogan text */
  .page-terms .navbar-brand:hover .site-slogan{ color: #555 !important; } 
  .page-terms .navbar-header:active .site-slogan{ color:#3676b2 !important; } 
}

@media screen and (min-width: 768px) {
  .nav-tabs.nav-justified>li.active::before{color: #a57546 !important; }
}

.page-terms ::-moz-selection {background: #B35904 !important;}
.page-terms ::selection{background: #B35904 !important;}
/* END (Terms) colors */



/**
* - Page Layout */
body.page-terms article.main-col{
  max-width: 950px !important;
}

.terms-node-wrapper section{
  padding: 0;
}

.terms-node-wrapper .tab-pane.terms-intro,
.terms-node-wrapper .tab-pane.terms-intro-details,
.terms-node-wrapper .tab-pane.terms-intro-citations,
.terms-node-wrapper .tab-pane.terms-relations,
.terms-node-wrapper .tab-pane.terms-translations {
  padding: 3rem 2.5rem 7rem;
}

.dz, .bo, .bigger input {
    font-size: 160%; /* convert percentage with testing */
}


/**
* - Top Page Tabs 
*/
.terms-introduction-tabs{
  padding:0;
  background: #fff;
  margin-bottom: 7rem;
}

.terms-introduction-tabs .nav-tabs.nav-justified{
  margin-top:0;
  margin-bottom: 0;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li>a{
  font-size: 1.06em;
  text-transform:uppercase;
  font-weight: normal;
  line-height: 1.44em;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li>a .bo{
  font-size: 200%;
  padding-right: .5rem;
  position: relative;
  top: .2rem;
  font-weight: normal;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li:first-of-type>a{
  /*text-align: left;
  padding-left: 4.5rem;
  text-transform:none;*/
  padding-top:1.5rem;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li.active > a{
  color:#333 !important;
  background-color:#fff;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li.active::before{
  color:#a57546 !important;
  font-family: 'shanticon';
  font-size: 2em;
  content: '\e646';
  display:none;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li{
  background: #f5f5f5;
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li:hover{
  border-top: 2px solid #a57546;
  box-shadow: none;
  background: #eee;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li.active{
  border-top: 2px solid #a57546;
  background:#fff;
  border-bottom-color:#fff;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li.active:hover{
  background:#fff;
}
.terms-introduction-tabs .nav-tabs.nav-justified>li:active{
  box-shadow: none;
}
.terms-introduction-tabs .nav-tabs.nav-justified>li.active:first-of-type{
  border-right:1px solid #ddd;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li.active:last-of-type{
  border-left:1px solid #ddd;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li:not(.active):first-of-type + li:not(.active){
  border-left:1px solid #ddd;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li:not(.active):first-of-type:hover{
  border-right:1px solid #ddd;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li:not(.active):last-of-type:hover{
  border-left:1px solid #ddd;
  border-left:none;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li:first-of-type + li.active{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li.active + li:last-of-type{
  border-right:none;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li.active:first-of-type + li{
  border-right: 1px solid #ddd;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li:first-of-type:not(.active){
  border-left:1px solid #ddd;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li:last-of-type:not(.active){
  border-right:1px solid #ddd !important;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li:first-of-type:not(.active) + li:not(.active){
  border-left:none;
  border-right:none;
}

.terms-introduction-tabs .nav-tabs.nav-justified>li:first-of-type:not(.active) + li.active{
  border-left:none;
}


/**
* - Definition Tabs 
*/
.terms-definition-list-wrapper{
  padding: 0;
  margin: 3rem 0 0;
  background:#fff;
}

.terms-definition-node{ 
  margin-left:0;
  margin-bottom: 1rem;
}

.terms-definition-node .tab-pane{
  padding: 1.75rem 2.5rem 0.25rem .5rem;
}

.terms-definition-node .tab-pane.terms-resources-tab-content h4{
  font-family: 'Helvetica-Neue',helvetica,arial,sans-serif;
  color: #000;
  letter-spacing: 0.08rem;
  font-size: 1.12em;
}

.terms-definition-node.terms-def-child{
  margin-left:2.5rem;
}

.terms-definition-node.terms-def-child-2{
  margin-left:4.5rem;
}


.terms-definition-node .tab-content{
  /*border-left: 1px solid #ddd;*/
}

/* page and line number */
.terms-node-wrapper .terms-definition-node .tab-pane ul li b:nth-of-type(2) {
  padding-left:1rem;
}



.terms-definition-node > ul.nav-tabs{
  margin-left:0;
}

.terms-definition-node .nav-tabs li{
  background: #f5f5f5;
  border:1px solid #ddd;
  border-width: 2px 1px 1px 1px;
  border-color: #ddd transparent #ddd transparent;
}
.terms-definition-node .nav-tabs li:hover{
  border-top: 2px solid #a57546;
  box-shadow: none;
  background: #eee;
}
.terms-definition-node .nav-tabs li:active{
  box-shadow: none;
}
.terms-definition-node .nav-tabs li.active{
  border-color: #a57546 transparent transparent transparent;
  background:#fff;
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.terms-definition-node .nav-tabs li:first-of-type:not(.active){
  border-left-color: #ddd;
}
.terms-definition-node .nav-tabs li:last-of-type:not(.active){
  border-right-color: #ddd;
}

.terms-definition-node .nav-tabs>li>a{
  color:#333;
  font-family: 'Helvetica-Neue',helvetica,arial,sans-serif;
  font-size: 1em;
  letter-spacing:0.0125rem;
  padding: 1.2rem 4rem 1rem;
  border:none;
}
.terms-definition-node .nav-tabs>li.active>a{
  font-weight: 600;
  color:#606060;
}
.terms-definition-node .nav-tabs li.active>a,
.terms-definition-node .nav-tabs li.active>a:focus,
.terms-definition-node .nav-tabs li.active>a:hover{
  border:none;
}
.terms-definition-node .nav-tabs>li:first-child>a{
  text-transform: uppercase;
}

.terms-definition-node .nav-tabs>li{
  background: #f5f5f5;
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.terms-definition-node .nav-tabs>li:hover{
  border-top: 2px solid #a57546;
  box-shadow: none;
  background: #eee;
}

.terms-definition-node .nav-tabs>li.active{
  border-top: 2px solid #a57546;
  background:#fff;
  border-bottom-color:#fff;
}

.terms-definition-node .nav-tabs>li.active:hover{
  background:#fff;
}
.terms-definition-node .nav-tabs>li:active{
  box-shadow: none;
}
.terms-definition-node .nav-tabs>li.active:first-of-type{
  border-right:1px solid #ddd;
}

.terms-definition-node .nav-tabs>li.active:last-of-type{
  border-left:1px solid #ddd;
}

.terms-definition-node .nav-tabs>li:not(.active):first-of-type + li:not(.active){
  border-left:1px solid #ddd;
}

.terms-definition-node .nav-tabs>li:not(.active):first-of-type:hover{
  border-right:1px solid #ddd;
}

.terms-definition-node .nav-tabs>li:not(.active):last-of-type:hover{
  border-left:1px solid transparent;
}

.terms-definition-node .nav-tabs>li:first-of-type + li.active{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.terms-definition-node .nav-tabs>li.active + li:last-of-type{
  border-right:none;
}

.terms-definition-node .nav-tabs>li.active:first-of-type + li{
  border-right: 1px solid #ddd;
}

.terms-definition-node .nav-tabs>li:first-of-type:not(.active){
  border-left:1px solid #ddd;
}

.terms-definition-node .nav-tabs>li:last-of-type:not(.active){
  border-right:1px solid #ddd !important;
}

.terms-definition-node .nav-tabs>li:first-of-type:not(.active) + li:not(.active){
  border-left:1px solid #ddd;
  border-right:none;
}

.terms-definition-node .nav-tabs>li:first-of-type:not(.active) + li.active{
  border-left:1px solid #ddd;
}

/**
* - Other Dictionaries 
*/
.terms-dictionaries-other{
  padding: 0 .5rem 7rem;
}

.terms-dictionaries-other h3{
  background: #a57546;
  color: #fff;
  margin-top:0;
  margin-bottom:2rem;
  line-height: 1.32em;
  letter-spacing: 0.0275;
  color: #fff;
  padding: .8rem 3.5rem .6rem;
  text-transform: uppercase;
  border-top: 5px double #fff;
  font-family: 'museo-sans-500',helvetica,arial,sans-serif;
}

.terms-dictionaries-other h3::before{
  content:'';
  width:2rem;
  height:2rem;
  background:#fff;
  display:block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0.3rem;
}

.terms-dictionaries-other-node{
  margin-left:1.5rem;
  margin-bottom: 4.75rem;
  border-top: 2px solid rgba(165, 117, 70, 0.45);
}

.terms-dictionaries-other-node h4{
  font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
  font-style:normal;
  margin-top:1rem;
}

.terms-dictionaries-other-node dl{
  margin-top:0rem;
}



/**
* - Common Text Elements  
*/
.terms-node-wrapper dl{
  list-style-type: none;
  margin-left: 1.5rem;
  margin-bottom:1rem;
  width: 100%;
}

.terms-node-wrapper dl > dl{
  clear:both;
}

.terms-node-wrapper dl > div{
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.terms-node-wrapper dl > div::before,
.terms-node-wrapper dl > div::after{
  display: table;
  content: " ";
}
.terms-node-wrapper dl > div::after{
  clear:both;
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



.terms-node-wrapper dl > div > div{
  margin-left:2rem;
}


.terms-node-wrapper dl dd{
  line-height: 2em;
  font-size: 1.06em;
  color:#222;
  position: relative;
  /*top: -.2rem;*/
}

.terms-node-wrapper dl dt{
  font-weight:bold;
  padding-right: .4rem;
  font-family: 'museo-sans-700',helvetica,arial,sans-serif;
  float:left;
  font-size: 1.12em;
  color: #333;
  line-height: .88em;
  text-transform:capitalize;
}

.terms-node-wrapper dl > div > dt{
  width:100%;
  text-transform:uppercase;
}

.terms-node-wrapper dl > div > dl{
  margin-bottom:.5rem;
}

.terms-node-wrapper dl dt em{
  font-weight:normal;
  font-size:90%;
  margin-left:.3rem;
  font-style:normal;
}

.terms-node-wrapper dl dt span{
  font-weight:normal;
  font-size:90%;
  margin-right: 1.5rem;
  padding-left: .3rem;
}

.terms-intro dl .terms-kmaps-id{
  float:right;
  margin:0 6rem 0 0;
  white-space: nowrap;
}

.terms-node-wrapper dl > div.terms-kmaps-id > dt{
  width: auto;
}

.terms-node-wrapper dl .term-definition-title{
  display:inline;
}

.terms-node-wrapper dl .term-definition-title dt span:last-of-type{
  font-weight:normal;
}

.terms-node-wrapper dl dd .bo{
  font-size: 150%;
}

.terms-node-wrapper dl dd .bo + span{
  position: relative;
  top: -.3rem;
}

.terms-node-wrapper dl dt{
font-weight: normal;
text-transform: uppercase !important;
padding-right: .6rem;
font-family: 'Helvetica-Neue',helvetica,arial,sans-serif;
float: left;
font-size: 0.93em;
color: #000;
line-height: 1.18em;
letter-spacing: 0.0575rem;
}

.terms-node-wrapper dl dd{
  line-height: 1em;
  font-size: 1.06em;
  color: #222;
  margin-bottom: 1.25rem;
}

.terms-node-wrapper .tab-pane p{
  margin:0 2rem 2.5rem 1.75rem;
  font-size: 1.06em;
  color: #111;
  line-height: 1.56em;
}

.terms-definition-node .definition-details-control,
.terms-dictionaries-other-node .definition-details-control{
    float: right;
    margin-top: -2rem;
    font-family: 'museo-sans-500',helvetica,arial,sans-serif;
}

.terms-definition-node .definition-details-control .glyphicon,
.terms-dictionaries-other-node .definition-details-control .glyphicon{
    -webkit-transform: scale(1.175);
    transform: scale(1.1);
    filter: alpha(opacity=80);
    opacity: .8;
}

.terms-definition-node .definition-details-control:hover .glyphicon,
.terms-dictionaries-other-node .definition-details-control:hover .glyphicon{
  -webkit-transform: scale(1.175);
  transform: scale(1.175);
  filter: alpha(opacity=100);
  opacity: 1;
}
.terms-definition-node .definition-details-control:active .glyphicon,
.terms-dictionaries-other-node .definition-details-control:active .glyphicon{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: alpha(opacity=80);
  opacity: .8;
}

.definition-details-control.expanded > span.glyphicon:before{
  content: "\e082";
}
.definition-details-control.collapsed > span.glyphicon:before{
  content: "\e081";
}
.definition-details-control > span.glyphicon:before{
  margin-right:0.5rem;
  color: #a57546;
}
.definition-details-control,.definition-details-control:active,.definition-details-control:focus {
  color: #222;
}
.definition-details-control:hover{
  border:none;
}

/* -- search -- */
.fancytree-node{
    padding-left: .8rem;
}
.fancytree-title{
    line-height: 1.5em;
    font-family: 'Helvetica Neue',helvetica,arial,sans-serif;
}
audio{
  width:40px;
}

.recording-play-button {
  width: 3rem;
  height: 3rem;
  background-color: #a2733f;
  border: .3rem double #fff;
  border-radius: 50%;
  color: white;
  margin-right: 1.5rem;
  cursor: pointer;
  text-align: center;
  margin-top: -.15rem;
  opacity:.85;
  -webkit-transform: scale(1.175);
  transform: scale(1.175);
  -webkit-transition: all .3s ease-in-out;
  transition: all .15s ease-in-out;
}
.recording-play-button:hover {
  opacity:1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.recording-play-button:focus,
.recording-play-button:active {
  -webkit-transform: scale(1.225);
  transform: scale(1.225);
}
.recording-play-button .icon{
    position: relative;
    top: .15rem;
    right: .05rem;
}
.recording-play-button .icon:before {
  position: relative;
  top: 0.1rem;
  left: .025rem
}

.recording-controls, .recording-list {
  float:left;
}

.terms-audio-pronunciation-container{
  position: relative;
  left: 2rem;
  height: 3.2rem;
  display: inline;
}

.recording-wrapper{
  margin-top: 2rem;
}

.terms-audio-pronunciation-container .terms-audio-player-selector{
  position: absolute;
  top: -0.2rem;
  left: 1.25rem;
  display: inline;
  width: 40px;
}


.bootstrap-select.btn-group .dropdown-menu li > a::before {
    content: '';
    width: 9px;
    height: 9px;
    background: transparent;
    border: 1px solid #444;
    margin-right: 0.6rem;
    display: block;
    position: relative;
    top: 1.1rem;
    right: 1.5rem;
}

.bootstrap-select.btn-group .dropdown-menu li.selected > a::before {
    background-color: #a57546;
    border-color: #a57546;
}

.bootstrap-select.btn-group .dropdown-menu li:hover > a::before,
.bootstrap-select.btn-group .dropdown-menu li.selected:hover > a::before {
    background: #a57546;
    border-color: #a57546;
}

/* following selectors uses the bootstrap-select library - and ".bootstrap-select"
* - class name "selectpicker" is called by javascript library on <select> element. this generates new html leveraging Bootstrap resources
*/
.terms-audio-pronunciation-container .btn-group.bootstrap-select{
  margin-left: 1.5rem;
}

/* Admin - Editorial interface */
.recordings-form-fields input#dialect_name {
    padding-left: 0;
}
.recordings-form-fields .row, #audio_file, .twitter-typeahead {
 margin: 0 0 0.2rem 1rem;
}
.recordings-form-fields .row {
  padding-top: 10px;
}
/* END - Admin - Editorial interface */
.subject-term-associations-form-fields input#branch_name, input#subject_name {
    padding-left: 0;
}
.subject-term-associations-form-fields .row, .twitter-typeahead {
 margin: 0 0 0.2rem 1rem;
 display: inline !important;
}
.subject-term-associations-form-fields .row {
  padding-top: 10px;
}
ul.subject-term-associations-list li {
  list-style: disc outside;
}
.subject-term-associations-form-fields p {
  margin: 0.8rem;
}
.definition-subject-associations-form-fields input#branch_name, input#subject_name {
  padding-left: 0;
}
.definition-subject-associations-form-fields .row, .twitter-typeahead {
  margin: 0 0 0.2rem 1rem;
  display: inline !important;
}
.definition-subject-associations-form-fields .row, .twitter-typeahead {
  margin: 0 0 0.2rem 1rem;
}
.definition-subject-associations-form-fields .row {
  padding-top: 10px;
}
.definition-subject-associations-form-fields p {
  margin: 0.8rem;
}
/*
 * 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, or any plugin's
 * vendor/assets/stylesheets directory 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 other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
