/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT AWESOME CORE
 * -------------------------- */

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

div.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
/* From https://github.com/jharding/typeahead.js-bootstrap.css */


.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 25px;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #2c4452;
}

.tt-suggestion.tt-cursor a, .tt-suggestion:hover a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
/*

*/
/*
 * jQuery File Upload UI Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 14, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}

/* line 18, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url(/assets/progressbar.gif) !important;
  filter: none;
}

/* line 23, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-process {
  float: right;
  display: none;
}

/* line 27, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/assets/loading.gif) center no-repeat;
  background-size: contain;
}

/* line 35, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  /* line 41, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .fileupload-buttonbar .toggle,
.files .toggle,
.files .btn span {
    display: none;
  }
  /* line 46, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  /* line 50, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files audio,
.files video {
    max-width: 80px;
  }
  /* line 54, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files img,
.files canvas {
    max-width: 100%;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  }
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/

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

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


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


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

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

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

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

/*






 */



/* Component containers
----------------------------------*/

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

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

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

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

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

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

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

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


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

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

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

 */

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

 */

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

 */

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

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

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

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 5, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 12, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 26, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 57, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 61, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 73, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 77, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 89, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 94, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/select2.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 111, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 115, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 120, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 138, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 156, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 167, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 172, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 176, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 181, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 202, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 211, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2.png) no-repeat 0 1px;
}

/* line 218, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 222, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 235, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url(/assets/select2.png) no-repeat 100% -22px;
  background: url(/assets/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 259, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(/assets/select2.png) no-repeat -37px -22px;
  background: url(/assets/select2.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 269, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search input.select2-active {
  background: #fff url(/assets/select2-spinner.gif) no-repeat 100%;
  background: url(/assets/select2-spinner.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 277, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 286, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 302, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 314, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 319, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 323, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 327, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 331, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 343, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 353, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 358, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 363, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 369, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 373, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 387, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 388, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 389, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 390, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 391, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 392, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 393, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 395, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 400, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 405, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 409, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 414, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 426, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 432, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 438, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 442, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner.gif) no-repeat 100%;
}

/* line 446, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 450, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 457, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 464, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 470, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 477, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 495, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 499, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 503, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 507, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 514, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 518, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 522, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 528, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

/* line 542, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2-spinner.gif) no-repeat 100% !important;
}

/* line 546, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 550, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 580, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 585, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 588, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 592, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/select2.png) right top no-repeat;
}

/* line 604, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 609, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 613, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 618, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 621, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 626, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 633, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 640, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 646, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 651, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 665, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-display-none {
  display: none;
}

/* line 669, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  /* line 681, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 690, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* Cal-HeatMap CSS */


.cal-heatmap-container {
	display: block;
}

.cal-heatmap-container .graph
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.cal-heatmap-container .graph-label
{
	fill: #999;
	font-size: 10px
}

.cal-heatmap-container .graph, .cal-heatmap-container .graph-legend rect {
	shape-rendering: crispedges
}

.cal-heatmap-container .graph-rect
{
	fill: #ededed
}

.cal-heatmap-container .graph-subdomain-group rect:hover
{
	stroke: #000;
	stroke-width: 1px
}

.cal-heatmap-container .subdomain-text {
	font-size: 8px;
	fill: #999;
	pointer-events: none
}

.cal-heatmap-container .hover_cursor:hover {
	cursor: pointer
}

.cal-heatmap-container .qi {
	background-color: #999;
	fill: #999
}

/*
Remove comment to apply this style to date with value equal to 0
.q0
{
	background-color: #fff;
	fill: #fff;
	stroke: #ededed
}
*/

.cal-heatmap-container .q1
{
	background-color: #dae289;
	fill: #dae289
}

.cal-heatmap-container .q2
{
	background-color: #cedb9c;
	fill: #9cc069
}

.cal-heatmap-container .q3
{
	background-color: #b5cf6b;
	fill: #669d45
}

.cal-heatmap-container .q4
{
	background-color: #637939;
	fill: #637939
}

.cal-heatmap-container .q5
{
	background-color: #3b6427;
	fill: #3b6427
}

.cal-heatmap-container rect.highlight
{
	stroke:#444;
	stroke-width:1
}

.cal-heatmap-container text.highlight
{
	fill: #444
}

.cal-heatmap-container rect.now
{
	stroke: red
}

.cal-heatmap-container text.now
{
	fill: red;
	font-weight: 800
}

.cal-heatmap-container .domain-background {
	fill: none;
	shape-rendering: crispedges
}

.ch-tooltip {
	padding: 10px;
	background: #222;
	color: #bbb;
	font-size: 12px;
	line-height: 1.4;
	width: 140px;
	position: absolute;
	z-index: 99999;
	text-align: center;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	display: none;
	box-sizing: border-box;
}

.ch-tooltip::after{
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: "";
	padding: 0;
	display: block;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #222;
}
/*











*/

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1 {
    font-size: 2.5rem;
  }
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2 {
    font-size: 2rem;
  }
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3 {
    font-size: 1.75rem;
  }
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4 {
    font-size: 1.5rem;
  }
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h5 {
  font-size: 1.25rem;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6 {
  font-size: 1rem;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 0.875em;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 260, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 282, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 291, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 304, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 316, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 328, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 335, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 361, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 418, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 425, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 443, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 452, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 459, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 467, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 497, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 497, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 524, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 555, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 561, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 569, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 576, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 582, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 590, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 600, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 609, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 127, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 152, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 214, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 116, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 137, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 191, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 285, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 133, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 147, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 177, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  /* line 183, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 189, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 202, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 41, app/assets/stylesheets/bootstrap_examtime.sass */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 44, app/assets/stylesheets/bootstrap_examtime.sass */
.hide {
  display: none !important;
}

/* line 46, app/assets/stylesheets/bootstrap_examtime.sass */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 48, app/assets/stylesheets/bootstrap_examtime.sass */
.navbar-nav {
  flex-direction: row;
}

/* line 50, app/assets/stylesheets/bootstrap_examtime.sass */
.navbar {
  padding: 0;
}

/* line 52, app/assets/stylesheets/bootstrap_examtime.sass */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

/* line 63, app/assets/stylesheets/bootstrap_examtime.sass */
.modal-dialog {
  max-width: unset;
}

/* line 65, app/assets/stylesheets/bootstrap_examtime.sass */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 74, app/assets/stylesheets/bootstrap_examtime.sass */
.nav-tabs {
  align-items: center;
}

/* line 76, app/assets/stylesheets/bootstrap_examtime.sass */
.nav-tabs > li > a {
  display: inline-block;
}

/* line 78, app/assets/stylesheets/bootstrap_examtime.sass */
.dropdown-menu > li > a {
  display: block;
  clear: both;
  white-space: nowrap;
  color: #333333;
}

/* line 83, app/assets/stylesheets/bootstrap_examtime.sass */
.dropdown-toggle::after {
  display: none;
}

/* line 85, app/assets/stylesheets/bootstrap_examtime.sass */
.btn-warning {
  background-color: #f0ad4e;
}

/* line 87, app/assets/stylesheets/bootstrap_examtime.sass */
.btn-danger {
  background-color: #d9534f;
}

/* line 91, app/assets/stylesheets/bootstrap_examtime.sass */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 99, app/assets/stylesheets/bootstrap_examtime.sass */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 103, app/assets/stylesheets/bootstrap_examtime.sass */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 107, app/assets/stylesheets/bootstrap_examtime.sass */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 111, app/assets/stylesheets/bootstrap_examtime.sass */
  .container {
    max-width: 1140px;
  }
}

/* line 114, app/assets/stylesheets/bootstrap_examtime.sass */
a, .btn-link {
  text-decoration: none;
}

/* line 117, app/assets/stylesheets/bootstrap_examtime.sass */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 123, app/assets/stylesheets/bootstrap_examtime.sass */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

/* line 132, app/assets/stylesheets/bootstrap_examtime.sass */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/bootstrap_examtime.sass */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 139, app/assets/stylesheets/bootstrap_examtime.sass */
.text-center {
  text-align: center;
}

/* line 142, app/assets/stylesheets/bootstrap_examtime.sass */
.form-control {
  height: calc(1.5em + 0.75rem + 2px);
}
/* CUSTOM FONTS */
@font-face {
  font-family: 'ExamTimeWebFont';
  src: url("/fonts/ExamTimeWebFont.eot");
  src: url("/fonts/ExamTimeWebFont.eot?#iefix") format("embedded-opentype"), url("/fonts/ExamTimeWebFont.svg#icomoon") format("svg"), url("/fonts/ExamTimeWebFont.woff") format("woff"), url("/fonts/ExamTimeWebFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 12, app/assets/stylesheets/fonts/examtime_icons.sass */
[class^="examtime-icon-"]:before, [class*=" examtime-icon-"]:before {
  font-family: 'ExamTimeWebFont';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* line 19, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-google:before {
  content: "\e600";
}

/* line 22, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-up-left:before {
  content: "\e01d";
}

/* line 25, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-up:before {
  content: "\e01e";
}

/* line 28, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-up-right:before {
  content: "\e01f";
}

/* line 31, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-left:before {
  content: "\e020";
}

/* line 34, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-down-left:before {
  content: "\e021";
}

/* line 37, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-down:before {
  content: "\e022";
}

/* line 40, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-down-right:before {
  content: "\e023";
}

/* line 43, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-right:before {
  content: "\e024";
}

/* line 46, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-art:before {
  content: "\e777";
}

/* line 49, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-chemistry:before {
  content: "\e006";
}

/* line 52, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-create:before {
  content: "\e007";
}

/* line 55, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-default-subject:before {
  content: "\e008";
}

/* line 58, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-english-literature:before {
  content: "\e009";
}

/* line 61, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-facebook:before {
  content: "\e00a";
}

/* line 64, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-history:before {
  content: "\e00d";
}

/* line 67, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-languages:before {
  content: "\e00e";
}

/* line 70, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-maths:before {
  content: "\e00f";
}

/* line 73, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-mind_map:before {
  content: "\e01a";
}

/* line 76, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-mind_map-create:before {
  content: "\e000";
}

/* line 79, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-note:before {
  content: "\e003";
}

/* line 82, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-physcology:before {
  content: "\e010";
}

/* line 85, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-physics:before {
  content: "\e011";
}

/* line 88, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-quiz:before {
  content: "\e004";
}

/* line 91, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-quizzes-create:before {
  content: "\e666";
}

/* line 94, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-settings:before {
  content: "\e012";
}

/* line 97, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-sport:before {
  content: "\e013";
}

/* line 100, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-uniE014:before {
  content: "\e014";
}

/* line 103, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-uniE01B:before {
  content: "\e01b";
}

/* line 106, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-twitter:before {
  content: "\e015";
}

/* line 109, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-youtube:before {
  content: "\e016";
}

/* line 112, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-pie:before {
  content: "\e025";
}

/* line 115, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-down-2:before {
  content: "\e026";
}

/* line 118, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-left-2:before {
  content: "\e028";
}

/* line 121, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-right-2:before {
  content: "\e029";
}

/* line 124, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-flash_card_deck:before {
  content: "\e019";
}

/* line 127, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-arrow-up-2:before {
  content: "\e027";
}

/* line 130, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-geography:before {
  content: "\e00b";
}

/* line 133, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-key:before {
  content: "\e04b";
}

/* line 136, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-switch:before {
  content: "\e04a";
}

/* line 139, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-power-cord:before {
  content: "\e049";
}

/* line 142, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-globe:before {
  content: "\e048";
}

/* line 145, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-uniE046:before {
  content: "\e046";
}

/* line 148, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-equalizer:before {
  content: "\e044";
}

/* line 151, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-wrench:before {
  content: "\e043";
}

/* line 154, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-cogs:before {
  content: "\e042";
}

/* line 157, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-settings-2:before {
  content: "\e041";
}

/* line 160, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-reorder:before {
  content: "\f0c9";
}

/* line 163, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-tools:before {
  content: "\e040";
}

/* line 166, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-flow-line:before {
  content: "\e03e";
}

/* line 169, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-flow-tree:before {
  content: "\e03d";
}

/* line 172, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-flow-branch:before {
  content: "\e03c";
}

/* line 175, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-flow-cascade:before {
  content: "\e03b";
}

/* line 178, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 181, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 184, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-dot:before {
  content: "\e03a";
}

/* line 187, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-dots:before {
  content: "\e039";
}

/* line 190, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-plus:before {
  content: "\e037";
}

/* line 193, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-pie-2:before {
  content: "\e036";
}

/* line 196, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-rocket:before {
  content: "\e035";
}

/* line 199, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-reply-all:before {
  content: "\e032";
}

/* line 202, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-reply:before {
  content: "\e034";
}

/* line 205, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-search:before {
  content: "\e030";
}

/* line 208, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-twitter-2:before {
  content: "\e02c";
}

/* line 211, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-facebook-2:before {
  content: "\e02b";
}

/* line 214, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-google-plus:before {
  content: "\e02a";
}

/* line 217, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-group:before {
  content: "\f0c0";
}

/* line 220, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-cog:before {
  content: "\e045";
}

/* line 223, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-page-turn:before {
  content: "\e005";
}

/* line 226, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-monitor:before {
  content: "\e01c";
}

/* line 229, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-lightbulb:before {
  content: "\e02e";
}

/* line 232, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-knife-fork:before {
  content: "\e04c";
}

/* line 235, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-gymnast:before {
  content: "\e04d";
}

/* line 238, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-graph:before {
  content: "\e04e";
}

/* line 241, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-gavel:before {
  content: "\e04f";
}

/* line 244, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-flask:before {
  content: "\e050";
}

/* line 247, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-earth::before {
  content: "\e051";
}

/* line 250, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-aeroplane:before {
  content: "\e052";
}

/* line 253, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-bar-chart:before {
  content: "\e053";
}

/* line 256, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-basketball:before {
  content: "\e054";
}

/* line 259, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-pallete:before {
  content: "\e055";
}

/* line 262, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-pantheon:before {
  content: "\e056";
}

/* line 265, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-bone:before {
  content: "\e057";
}

/* line 268, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-bookmark:before {
  content: "\e058";
}

/* line 271, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-record-deck:before {
  content: "\e059";
}

/* line 274, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-rosette:before {
  content: "\e05a";
}

/* line 277, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-briefcase:before {
  content: "\e05b";
}

/* line 280, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-whale:before {
  content: "\e05c";
}

/* line 283, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-think-bubble:before {
  content: "\e05d";
}

/* line 286, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-speech:before {
  content: "\e05e";
}

/* line 289, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-signal:before {
  content: "\e05f";
}

/* line 292, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-scissors:before {
  content: "\e060";
}

/* line 295, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-sad-happy:before {
  content: "\e061";
}

/* line 298, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-crate:before {
  content: "\e062";
}

/* line 301, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-connection:before {
  content: "\e063";
}

/* line 304, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-limb-arrow:before {
  content: "\e064";
}

/* line 307, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-clapper:before {
  content: "\e065";
}

/* line 310, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-camera:before {
  content: "\e066";
}

/* line 313, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-calculator:before {
  content: "\e067";
}

/* line 316, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-cog-2:before {
  content: "\e047";
}

/* line 319, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-facebook-3:before {
  content: "\e02d";
}

/* line 322, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-flow-parallel:before {
  content: "\e03f";
}

/* line 325, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-forward:before {
  content: "\e031";
}

/* line 328, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-forward-2:before {
  content: "\e033";
}

/* line 331, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-google-plus-2:before {
  content: "\e02f";
}

/* line 334, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-questions-create:before {
  content: "\e017";
}

/* line 337, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-ellipsis:before {
  content: "\e038";
}

/* line 340, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-flash-create:before {
  content: "\e002";
}

/* line 343, app/assets/stylesheets/fonts/examtime_icons.sass */
.examtime-icon-unread:before {
  content: "\e068";
}
/* line 5, app/assets/stylesheets/global/loading_spinner.sass */
#et_loading_spinner, .et_loading_spinner {
  text-align: center;
  position: fixed;
  left: 50%;
  top: 200px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  z-index: 10000;
  margin-left: -38px;
  width: 76px;
  height: 76px;
  background: #f9f9f9 url(/assets/loading_turbolink.gif) 10px 10px no-repeat;
}
/* line 2, app/assets/stylesheets/global/pricing_table.sass */
#plan_comparison_table .btn.confirm_upgrade {
  margin: 0;
}

/* line 4, app/assets/stylesheets/global/pricing_table.sass */
#plan_comparison_table .btn.btn-danger {
  color: white;
}

/* line 8, app/assets/stylesheets/global/pricing_table.sass */
#subscription_dialog .modal-content {
  align-items: stretch;
}

/* line 10, app/assets/stylesheets/global/pricing_table.sass */
#subscription_dialog .modal-content .modal-header {
  justify-content: space-around;
}

/* line 12, app/assets/stylesheets/global/pricing_table.sass */
#subscription_dialog #plan_comparison_table {
  font-size: 100%;
}

/* line 15, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table {
  /* BASIC BUTTON */
  /* PREMIUM BUTTON */
}

/* line 16, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .header-pricing, #pricing_table .scroll_wrapper {
  width: 100%;
}

/* line 18, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table #plan_comparison_table {
  margin-top: -2em;
}

/* line 21, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table ul {
  padding: 0;
}

/* line 24, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table strong {
  font-family: 'museo_sans900', sans-serif;
}

/* line 27, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table h1 {
  font-size: 36px;
  color: #fff;
  font-family: 'museo_sans_rounded700', sans-serif;
}

/* line 32, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan h2 {
  color: #fff;
  font-size: 2.6rem;
  padding-top: 15px;
}

/* line 36, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan p {
  color: black;
}

/* line 38, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan p, #pricing_table .plan a {
  font-family: 'museo_sans_rounded300';
}

/* line 42, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan-title {
  font-size: 1.5em;
}

/* line 45, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan-price {
  color: #a8a8a8;
}

/* line 48, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .container {
  background-color: #fff;
  box-shadow: 0px 0px 40px -5px rgba(0, 0, 0, 0.3);
}

/* line 54, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .header-pricing {
  background-image: url(/assets/pricing_table/bg-header-pricing.png);
  background-size: cover;
  text-align: center;
  padding: 80px 50px;
  margin: 0 0 40px 0;
}

/* line 61, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan {
  width: 330px;
  margin: 0 auto 40px auto;
  text-align: center;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
}

/* line 69, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .prompt {
  font-family: 'museo_sans_rounded700', sans-serif !important;
  color: #e45151 !important;
  font-size: 1.2em;
  margin: 14px 0 6px 0;
}

/* line 75, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .price {
  margin: 20px 0;
}

/* line 78, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .header-pricing .btn {
  padding: 2px 40px;
}

/* line 81, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .cta-pricing {
  width: 70%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin: auto auto;
  font-family: 'museo_sans_rounded700', sans-serif;
  text-align: center;
  padding: 20px 30px 10px 30px;
}

/* line 90, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .cta-pricing-header {
  font-size: 1.5em;
}

/* line 94, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-basic {
  color: #ffffff;
  background-color: #A0C64D;
  border-color: #A0C64D;
}

/* line 98, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-basic:hover, #pricing_table .btn-basic:focus, #pricing_table .btn-basic:active, #pricing_table .btn-basic.active {
  color: #ffffff;
  background-color: #98BD48;
  border-color: #98BD48;
  outline: 0 !important;
}

/* line 106, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-premium {
  color: #ffffff;
  background-color: #e45151;
  border-color: #e45151;
}

/* line 110, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-premium:hover, #pricing_table .btn-premium:focus, #pricing_table .btn-premium:active, #pricing_table .btn-premium.active {
  color: #ffffff;
  background-color: #ce4646;
  border-color: #ce4646;
  outline: 0 !important;
}

/* line 117, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table table .btn, #pricing_table .plan .btn {
  border-radius: 4px !important;
  text-shadow: none !important;
}

/* line 121, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .table {
  width: 90%;
  margin: 1em auto;
  font-family: 'museo_sans_rounded700', sans-serif;
}

/* line 126, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td, #pricing_table th {
  padding: 12px !important;
}

/* line 129, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .what-you-get {
  font-size: 1.5em;
}

/* line 132, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .tick {
  width: 14px;
}

/* line 135, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .cross {
  width: 11px;
}

/* line 140, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table table td:nth-child(2), #pricing_table table td:nth-child(3), #pricing_table table td:nth-child(4), #pricing_table table td:nth-child(5) {
  text-align: center;
}

/* line 143, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table table th:nth-child(2), #pricing_table table th:nth-child(3), #pricing_table table th:nth-child(4), #pricing_table table th:nth-child(5) {
  text-align: center;
}

/* line 146, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td.green {
  color: #9CC250;
}

/* line 149, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td.red {
  color: #D9545E;
}

/* line 153, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .asterisk:after {
  content: "*";
}

/* line 155, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td.asterisk {
  padding-right: 0px !important;
}

/* line 158, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table tfoot {
  font-size: 10px;
  font-weight: 100;
  font-style: italic;
}

/* line 165, app/assets/stylesheets/global/pricing_table.sass */
#institution_contact_modal h2 {
  margin-bottom: 0px !important;
}

/* line 167, app/assets/stylesheets/global/pricing_table.sass */
#institution_contact_modal .contact_logo {
  float: left;
}
/* line 3, app/assets/stylesheets/global/modal.sass */
.modal-dialog {
  width: 1125px;
  margin-left: auto;
  margin-top: 65px;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/global/modal.sass */
.modal-dialog .actions {
  margin: 40px 0 0 0;
}

/* line 10, app/assets/stylesheets/global/modal.sass */
.modal-dialog .actions_inline {
  text-align: right;
}

/* line 12, app/assets/stylesheets/global/modal.sass */
.modal-dialog .confirm {
  float: left;
}

/* line 16, app/assets/stylesheets/global/modal.sass */
.modal-dialog h2 {
  font-size: 26px;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 0.5em;
}

/* line 22, app/assets/stylesheets/global/modal.sass */
.modal-dialog p {
  margin: 10px 0;
}

/* line 25, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-footer {
  border: none;
  margin: 0;
}

/* line 28, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-footer .alert {
  text-align: left;
}

/* line 31, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-header {
  border: none;
  padding: 40px 40px 0 40px;
}

/* line 35, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-body {
  padding: 20px 40px 40px 40px;
}

/* line 38, app/assets/stylesheets/global/modal.sass */
.modal-cta {
  display: inline-block;
  min-height: 175px;
  padding: 20px;
  text-align: center;
}

/* line 43, app/assets/stylesheets/global/modal.sass */
.modal-cta .cta {
  margin: -5px 0 16px 0;
  font-size: 26px;
  letter-spacing: 0;
}

/* line 47, app/assets/stylesheets/global/modal.sass */
.modal-cta .btn-cta {
  font-size: 24px;
  width: 100%;
  margin: 10px 0px 10px 0px;
  color: #FFFFFF;
}

/* line 52, app/assets/stylesheets/global/modal.sass */
.modal-cta .cta-footer-text {
  font-size: 18px;
  line-height: 36px;
}

/* line 57, app/assets/stylesheets/global/modal.sass */
.modal-content.sign_up {
  margin: 10% 25%;
  width: 50%;
  padding: 2% 0% 2% 2%;
}

/* line 63, app/assets/stylesheets/global/modal.sass */
.danger_prompt #reason {
  width: 100%;
  height: 70px;
}

/* line 68, app/assets/stylesheets/global/modal.sass */
#sign_up_message.modal .modal-dialog {
  width: 768px;
  margin-left: auto;
}

/* line 71, app/assets/stylesheets/global/modal.sass */
#sign_up_message.modal .modal-cta {
  width: 100%;
}

/* line 75, app/assets/stylesheets/global/modal.sass */
.video_modal .modal-header {
  padding: 0 !important;
}

/* line 77, app/assets/stylesheets/global/modal.sass */
.video_modal .modal-body {
  padding: 15px 30px 25px 30px !important;
}

/* line 79, app/assets/stylesheets/global/modal.sass */
.video_modal .close_modal {
  top: 2px;
  right: 7px;
  font-size: 30px;
  z-index: 1041;
}

/* line 84, app/assets/stylesheets/global/modal.sass */
.video_modal .video_embed_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 90, app/assets/stylesheets/global/modal.sass */
.video_modal .video_embed_container .video_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 97, app/assets/stylesheets/global/modal.sass */
.fieldset {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1250px) {
  /* line 103, app/assets/stylesheets/global/modal.sass */
  .modal-dialog {
    width: 90%;
    margin-left: auto;
  }
}

@media screen and (max-width: 800px) {
  /* line 109, app/assets/stylesheets/global/modal.sass */
  #sign_up_message.modal .modal-dialog {
    width: 80%;
    margin-left: auto;
  }
}

/* line 115, app/assets/stylesheets/global/modal.sass */
.small_modal .modal-dialog {
  width: 600px;
  margin-left: auto;
}

@media screen and (max-width: 650px) {
  /* line 119, app/assets/stylesheets/global/modal.sass */
  .small_modal .modal-dialog {
    width: 555px;
  }
}

/* line 123, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog {
  min-width: 450px;
  width: 450px;
  margin-left: auto;
}

/* line 127, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog .modal-body {
  padding: 0 20px 20px 20px;
}

/* line 129, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog .modal-header {
  padding: 20px;
}

/* line 131, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog .modal-footer {
  padding: 10px 20px 20px 20px;
}

@media screen and (max-width: 570px) {
  /* line 135, app/assets/stylesheets/global/modal.sass */
  .modal-dialog {
    width: 100% !important;
    margin-left: 0 !important;
  }
  /* line 139, app/assets/stylesheets/global/modal.sass */
  .modal-dialog input[type=text],
.modal-dialog textarea,
.modal-dialog select {
    width: 100%;
  }
  /* line 144, app/assets/stylesheets/global/modal.sass */
  .modal-dialog .fieldset {
    width: 100%;
  }
  /* line 147, app/assets/stylesheets/global/modal.sass */
  .modal-dialog .modal-body,
.modal-dialog .modal-header,
.modal-dialog .modal-footer {
    padding: 10px;
  }
}

/* line 152, app/assets/stylesheets/global/modal.sass */
.delete_subject_dialog {
  padding: 30px;
}

/* line 154, app/assets/stylesheets/global/modal.sass */
.delete_subject_dialog .modal-header {
  padding: 0;
  margin: 0 0 20px -3px;
}

/* line 158, app/assets/stylesheets/global/modal.sass */
.copy_clipboard_button {
  position: relative;
}

/* line 160, app/assets/stylesheets/global/modal.sass */
.copy_clipboard_complete {
  padding: 4px 10px 4px;
  line-height: 15px;
}

/* line 164, app/assets/stylesheets/global/modal.sass */
.copy_clipboard_complete i, .copy_clipboard_button i {
  margin-right: 5px;
}

/* line 167, app/assets/stylesheets/global/modal.sass */
.my_clip_button {
  display: block;
  width: auto;
  height: 30px;
  border-color: #e5e5e5;
  box-shadow: none;
}

/* line 174, app/assets/stylesheets/global/modal.sass */
.embed_success_label, .url_success_label, .embed_popup_success_label {
  color: #9aad30;
  float: right;
  margin-top: 10px;
}

/* line 179, app/assets/stylesheets/global/modal.sass */
.sign_title {
  font-size: 26px;
  margin: 20px auto;
  text-align: center;
}

/* line 185, app/assets/stylesheets/global/modal.sass */
.modal-dialog {
  min-width: 690px;
}

/* line 189, app/assets/stylesheets/global/modal.sass */
.welcome_icon img {
  height: 75px;
}

/* line 192, app/assets/stylesheets/global/modal.sass */
.welcome_heading {
  font-size: 1.2em;
  font-weight: 700;
}

/* line 196, app/assets/stylesheets/global/modal.sass */
.embed_popup_header {
  padding-right: 35px;
  line-height: 24px;
}

/* line 201, app/assets/stylesheets/global/modal.sass */
.embed_study_aid .modal-header {
  min-height: 54px;
}

/* line 204, app/assets/stylesheets/global/modal.sass */
.close_modal {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 46px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
}

/* line 218, app/assets/stylesheets/global/modal.sass */
.close_modal:hover {
  color: #000;
  opacity: 0.5;
}

/* line 223, app/assets/stylesheets/global/modal.sass */
.blockUI.blockOverlay {
  z-index: 1050 !important;
}

/* line 225, app/assets/stylesheets/global/modal.sass */
.blockUI.blockMsg.blockPage {
  z-index: 1061 !important;
}

/* line 228, app/assets/stylesheets/global/modal.sass */
.loading_modal h2 {
  width: 100%;
  text-align: center;
  color: #999;
  padding-top: 20px;
}

/* line 233, app/assets/stylesheets/global/modal.sass */
.loading_modal h2 img {
  margin-left: 10px;
}

/* line 236, app/assets/stylesheets/global/modal.sass */
.modal-content {
  background: #ededed;
  border: none;
  border-radius: 0px;
}

/* line 240, app/assets/stylesheets/global/modal.sass */
.modal-content label {
  margin: 10px 0 3px 0;
}

/* line 243, app/assets/stylesheets/global/modal.sass */
.after_rating {
  margin-top: 15px;
}

/* line 247, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .modal-body {
  padding-bottom: 10px;
}

/* line 249, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .well {
  background-color: #fcfcfc;
  margin-top: -2px;
  box-shadow: none;
}

/* line 253, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .well .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 256, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .nav-tabs {
  border-width: 3px 3px 3px 1px;
}

/* line 258, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .sa_type_icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

/* line 264, app/assets/stylesheets/global/modal.sass */
.well {
  border-color: #cccccc;
  border-radius: 0;
}

/* line 271, app/assets/stylesheets/global/modal.sass */
.delete_topic_modal ul li {
  list-style-type: disc;
  display: list-item;
}

/* line 276, app/assets/stylesheets/global/modal.sass */
#topic_info li {
  height: 20px;
}

/* line 280, app/assets/stylesheets/global/modal.sass */
#move_study_aid_popup label {
  display: block;
}

/* line 284, app/assets/stylesheets/global/modal.sass */
.frame_body .share_asset_modal .modal-content {
  max-height: 350px;
  overflow: auto;
}

/* line 288, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput,
#admin_tags_container .tagsinput,
#suggested_tags_container,
.choice_list_container .tagsinput,
.edit_course_module .tagsinput {
  height: auto !important;
  overflow: visible;
  width: 100%;
}

/* line 296, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput div,
#admin_tags_container .tagsinput div,
#suggested_tags_container div,
.choice_list_container .tagsinput div,
.edit_course_module .tagsinput div {
  float: none;
  display: inline-block;
}

/* line 299, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput input,
#admin_tags_container .tagsinput input,
#suggested_tags_container input,
.choice_list_container .tagsinput input,
.edit_course_module .tagsinput input {
  padding: 2px 4px;
}

/* line 301, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput input::-ms-clear,
#admin_tags_container .tagsinput input::-ms-clear,
#suggested_tags_container input::-ms-clear,
.choice_list_container .tagsinput input::-ms-clear,
.edit_course_module .tagsinput input::-ms-clear {
  display: none;
}

/* line 305, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag, #admin_tags_container .tagsinput span.tag, #suggested_tags_container span.tag,
.choice_list_container .tagsinput span.tag, .library_active_filters span.tag {
  font-family: 'OpenSans', sans-serif;
  border: 1px solid #e5e5e5;
  background: whitesmoke;
  color: grey;
  padding: 2px 4px;
  display: inline-block;
  float: none;
  font-size: 12px;
  line-height: 14px;
}

/* line 315, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag span, #admin_tags_container .tagsinput span.tag span, #suggested_tags_container span.tag span,
.choice_list_container .tagsinput span.tag span, .library_active_filters span.tag span {
  vertical-align: top;
  word-break: break-word;
}

/* line 318, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag a, #admin_tags_container .tagsinput span.tag a, #suggested_tags_container span.tag a,
.choice_list_container .tagsinput span.tag a, .library_active_filters span.tag a {
  color: rgba(0, 0, 0, 0);
  width: 9px;
  height: 9px;
  margin-top: -3px;
  margin-left: 2px;
  background: url(/assets/icon_tag_remove.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

/* line 327, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu, #admin_tags_container .tagsinput .tt-menu, #suggested_tags_container .tt-menu,
.choice_list_container .tagsinput .tt-menu, .library_active_filters .tt-menu {
  position: absolute !important;
}

/* line 329, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu div, #admin_tags_container .tagsinput .tt-menu div, #suggested_tags_container .tt-menu div,
.choice_list_container .tagsinput .tt-menu div, .library_active_filters .tt-menu div {
  float: none;
  display: block !important;
}

/* line 332, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu div.tt-suggestion, #admin_tags_container .tagsinput .tt-menu div.tt-suggestion, #suggested_tags_container .tt-menu div.tt-suggestion,
.choice_list_container .tagsinput .tt-menu div.tt-suggestion, .library_active_filters .tt-menu div.tt-suggestion {
  display: block;
}

/* line 335, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu .tt-suggestions p, #admin_tags_container .tagsinput .tt-menu .tt-suggestions p, #suggested_tags_container .tt-menu .tt-suggestions p,
.choice_list_container .tagsinput .tt-menu .tt-suggestions p, .library_active_filters .tt-menu .tt-suggestions p {
  margin: 0px;
}

/* line 337, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu .tt-dataset-0, #admin_tags_container .tagsinput .tt-menu .tt-dataset-0, #suggested_tags_container .tt-menu .tt-dataset-0,
.choice_list_container .tagsinput .tt-menu .tt-dataset-0, .library_active_filters .tt-menu .tt-dataset-0 {
  width: 100%;
}

/* line 340, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag a {
  opacity: 0.5;
}

/* line 342, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag a:focus {
  opacity: 1.0;
}

/* line 345, app/assets/stylesheets/global/modal.sass */
.choice_list_container {
  position: relative;
}

/* line 347, app/assets/stylesheets/global/modal.sass */
.choice_list_container .tagsinput {
  min-height: 37px;
  border-radius: 3px;
  margin-bottom: 10px;
}

/* line 351, app/assets/stylesheets/global/modal.sass */
.choice_list_container .tagsinput .tags_clear {
  display: none;
}

/* line 354, app/assets/stylesheets/global/modal.sass */
.choice_input_container {
  padding-right: 40px;
  transition: padding .5s;
}

/* line 357, app/assets/stylesheets/global/modal.sass */
.choice_input_container .tagsinput {
  padding-top: 7px;
  padding-bottom: 3px;
}

/* line 360, app/assets/stylesheets/global/modal.sass */
.choice_input_container.expanded {
  padding-right: 0;
}

/* line 364, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list {
  display: block;
}

/* line 366, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list span.tag {
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #fff;
}

/* line 373, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list span.tag img {
  margin-left: 2px;
}

/* line 375, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list #add_all_suggested_tags {
  text-decoration: underline;
  margin-left: 5px;
  display: block;
}

/* line 381, app/assets/stylesheets/global/modal.sass */
.popular_tag {
  line-height: normal;
}

/* line 383, app/assets/stylesheets/global/modal.sass */
.tag_10 {
  font-size: 0.8em;
}

/* line 385, app/assets/stylesheets/global/modal.sass */
.tag_9 {
  font-size: 0.9em;
}

/* line 387, app/assets/stylesheets/global/modal.sass */
.tag_8 {
  font-size: 1.0em;
}

/* line 389, app/assets/stylesheets/global/modal.sass */
.tag_7 {
  font-size: 1.1em;
}

/* line 391, app/assets/stylesheets/global/modal.sass */
.tag_6 {
  font-size: 1.2em;
}

/* line 393, app/assets/stylesheets/global/modal.sass */
.tag_5 {
  font-size: 1.3em;
}

/* line 395, app/assets/stylesheets/global/modal.sass */
.tag_4 {
  font-size: 1.4em;
}

/* line 397, app/assets/stylesheets/global/modal.sass */
.tag_3 {
  font-size: 1.5em;
}

/* line 399, app/assets/stylesheets/global/modal.sass */
.tag_2 {
  font-size: 1.6em;
}

/* line 401, app/assets/stylesheets/global/modal.sass */
.tag_1 {
  font-size: 1.7em;
}

/* line 404, app/assets/stylesheets/global/modal.sass */
.tag_results, .popular_tags {
  clear: both;
  margin-bottom: 30px;
}

/* line 408, app/assets/stylesheets/global/modal.sass */
.popular_tags {
  overflow: auto;
}

/* line 411, app/assets/stylesheets/global/modal.sass */
.tag_title {
  color: #464e4f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

/* line 419, app/assets/stylesheets/global/modal.sass */
.tag_results #tagged_study_aids_container .searchresult {
  padding-bottom: 20px;
}

/* line 421, app/assets/stylesheets/global/modal.sass */
.tag_results #tagged_study_aids_container .row {
  margin: 0;
}

/* line 424, app/assets/stylesheets/global/modal.sass */
.icon_picker_container {
  width: 100%;
}

/* line 427, app/assets/stylesheets/global/modal.sass */
#share_box_status_messages {
  padding: 10px;
}

/* line 430, app/assets/stylesheets/global/modal.sass */
.performance_results .vert_cent_centred {
  min-height: 550px;
}

/* line 434, app/assets/stylesheets/global/modal.sass */
#performance_results ul.scores {
  margin-top: 10px;
  margin: 0 auto;
  display: table;
}

/* line 438, app/assets/stylesheets/global/modal.sass */
#performance_results ul.scores li {
  float: left;
  margin-right: 5px;
  text-align: center;
  width: 150px;
  border-right: 1px #ccc solid;
}

/* line 444, app/assets/stylesheets/global/modal.sass */
#performance_results ul.scores li:last-child {
  border: 0;
}

/* line 446, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts_chart_title, #performance_results .completion_metrics_chart_title {
  font-size: 18px;
  font-weight: bold;
  color: #909090;
  margin-bottom: 25px;
}

/* line 451, app/assets/stylesheets/global/modal.sass */
#performance_results .chart_header {
  border-bottom: none;
  text-align: center;
  margin: -20px 0 10px 0px;
}

/* line 455, app/assets/stylesheets/global/modal.sass */
#performance_results .attempt_results_navigation {
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: right;
}

/* line 459, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts_chart {
  width: 100%;
  overflow: hidden;
}

/* line 462, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts_chart .chart_title {
  font-size: 18px;
  font-weight: bold;
}

/* line 465, app/assets/stylesheets/global/modal.sass */
#performance_results .completion_metrics_chart {
  text-align: center;
}

/* line 468, app/assets/stylesheets/global/modal.sass */
#performance_results #legend h3 {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

/* line 472, app/assets/stylesheets/global/modal.sass */
#performance_results #legend span {
  float: left;
  margin: 10px 0px 0px 0px;
  line-height: 25px;
}

/* line 476, app/assets/stylesheets/global/modal.sass */
#performance_results #legend .previous, #performance_results #legend .next {
  border: 1px solid #cccccc;
  line-height: 20px;
  height: 20px;
  width: 20px;
  padding: 4px 10px;
  margin-right: 5px;
}

/* line 483, app/assets/stylesheets/global/modal.sass */
#performance_results #legend .previous {
  background: rgba(220, 220, 220, 0.5);
}

/* line 485, app/assets/stylesheets/global/modal.sass */
#performance_results #legend .next {
  background: #97bbcd;
}

/* line 488, app/assets/stylesheets/global/modal.sass */
#performance_results .completion_metrics_info {
  font-size: 46px;
  text-align: center;
  margin: 37px 0 0 0;
}

/* line 492, app/assets/stylesheets/global/modal.sass */
#performance_results .completion_metrics_sub_info {
  font-size: 28px;
  text-align: center;
}

/* line 496, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts {
  text-align: center;
  margin: 0 0 20px 0;
}

/* line 500, app/assets/stylesheets/global/modal.sass */
#performance_results .resource_version {
  float: left;
}

/* line 503, app/assets/stylesheets/global/modal.sass */
#performance_results .note_study_aid_clippings_title {
  text-align: center;
  margin-bottom: 20px;
}

/* line 506, app/assets/stylesheets/global/modal.sass */
#performance_results .note_study_aid_clippings_title.no_embeds {
  margin: 0;
}

/* line 508, app/assets/stylesheets/global/modal.sass */
#performance_results .attempt_score {
  font-weight: 700;
}

/* line 510, app/assets/stylesheets/global/modal.sass */
#performance_results .attempt_popup {
  margin-left: 1em;
  font-size: small;
  text-decoration: underline;
}

/* line 515, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph, .global_attempt_graph {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

/* line 519, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph .upgrade_btn, .global_attempt_graph .upgrade_btn {
  float: none;
}

/* line 521, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph .boxed, .global_attempt_graph .boxed {
  border-width: 0 0 1px 0;
  padding: 5px;
}

/* line 524, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph h3, .global_attempt_graph h3 {
  margin: 0 30px 30px 30px;
}

/* line 527, app/assets/stylesheets/global/modal.sass */
.embedded_content .score_container {
  margin: 20px 0 40px 0;
}

/* line 530, app/assets/stylesheets/global/modal.sass */
.extra_menu_container {
  height: 24px;
}

/* line 533, app/assets/stylesheets/global/modal.sass */
.publicmeta .score_container {
  margin-top: 10px;
}

/* line 536, app/assets/stylesheets/global/modal.sass */
#performance_results #chart_all_toggle {
  margin-bottom: 10px;
}

/* line 538, app/assets/stylesheets/global/modal.sass */
#performance_results #chart_all_toggle div {
  margin: 0;
}

/* line 543, app/assets/stylesheets/global/modal.sass */
#share_action {
  margin: 0;
}

/* line 547, app/assets/stylesheets/global/modal.sass */
#divCursor {
  z-index: 1041;
  font-size: 12px !important;
}

/* line 551, app/assets/stylesheets/global/modal.sass */
.join_after_box {
  margin: 20px auto 0px auto;
  text-align: center;
  font-size: 22px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
}

/* line 558, app/assets/stylesheets/global/modal.sass */
.join_after_box.quiz {
  background: white;
}

/* line 560, app/assets/stylesheets/global/modal.sass */
.join_after_box .get_started {
  font-size: 25px;
  margin-top: 7px;
}

/* line 564, app/assets/stylesheets/global/modal.sass */
.quiz_ratings, .fc_ratings {
  padding: 10px;
  margin-top: 5%;
  border-top: 1px solid #ddd;
}

/* line 568, app/assets/stylesheets/global/modal.sass */
.quiz_ratings .rating_title, .fc_ratings .rating_title {
  font-weight: 700;
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: -10px;
}

/* line 574, app/assets/stylesheets/global/modal.sass */
.quiz_ratings .average_rating, .fc_ratings .average_rating {
  float: left;
}

/* line 577, app/assets/stylesheets/global/modal.sass */
.result_info {
  font-size: 16px;
  margin: 15px 0 10px 0;
}

/* line 580, app/assets/stylesheets/global/modal.sass */
.result_info img {
  margin-right: 5px;
}

/* line 584, app/assets/stylesheets/global/modal.sass */
.show_performance #performance_results {
  margin: 0;
  padding: 0;
}

/* line 587, app/assets/stylesheets/global/modal.sass */
.show_performance .loading_spinner {
  text-align: center;
}

/* line 590, app/assets/stylesheets/global/modal.sass */
.modal_sub {
  font-size: 12px;
  margin-top: 5px;
}

/* line 593, app/assets/stylesheets/global/modal.sass */
.modal_sub .title {
  font-weight: bold;
}

/* line 596, app/assets/stylesheets/global/modal.sass */
.completion_marker.icon-check, .completion_marker.icon-check-empty {
  font-size: 1.4em;
}

/* line 599, app/assets/stylesheets/global/modal.sass */
.completion_markers_results {
  text-align: center;
}

/* line 602, app/assets/stylesheets/global/modal.sass */
.completion_markers_results h3 {
  margin: 50px 0 20px 0px;
  font-weight: 400;
}

/* line 605, app/assets/stylesheets/global/modal.sass */
.completion_markers_results .chart {
  height: 100%;
}

/* line 607, app/assets/stylesheets/global/modal.sass */
.completion_markers_results .percentage, .completion_markers_results .information {
  font-size: 16px;
  color: #3a99ad;
  font-weight: 400;
  border: 1px solid #3a99ad;
  border-radius: 5px;
  padding: 5px;
  margin: auto;
  margin-top: 10px;
  width: 300px;
  background: #FFF;
}

/* line 620, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup .tag_error {
  padding: 5px;
  margin-top: 2px;
}

/* line 623, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup #save_and_publish_asset_btn:not(.publish_inline) {
  float: left;
}

/* line 625, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup label.error {
  margin: 0;
}

/* line 627, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup #confirm_set_private_btn:focus {
  outline: none;
}

/* line 629, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup .boxed {
  margin: 0;
}

/* line 631, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup .subject_picker label.control-label {
  display: block;
}

/* line 636, app/assets/stylesheets/global/modal.sass */
.examtime_share_flag a {
  background: #fff;
  padding: 2px 15px;
  border-radius: 5px;
  border: 1px solid #ededed;
  color: #444;
  font-size: 12px;
}

/* line 643, app/assets/stylesheets/global/modal.sass */
.examtime_share_flag a:hover {
  color: #909090;
  border: 1px solid #cccccc;
}

/* line 647, app/assets/stylesheets/global/modal.sass */
.sharing_area, #sharing_area {
  margin-top: 10px;
}

/* line 651, app/assets/stylesheets/global/modal.sass */
.call_to_action_sign_in .error_message {
  margin-bottom: 20px;
}

/* line 654, app/assets/stylesheets/global/modal.sass */
.share_with_list {
  border: none;
}

/* line 659, app/assets/stylesheets/global/modal.sass */
#recent-anouncements li {
  margin: 10px 0;
}

/* line 662, app/assets/stylesheets/global/modal.sass */
#subject_name_change {
  margin-top: 20px;
}

/* line 665, app/assets/stylesheets/global/modal.sass */
.modal-dialog .deleted_info p {
  margin: 0 0 10px 0;
}

/* line 667, app/assets/stylesheets/global/modal.sass */
.modal-dialog .deleted_info p:last-of-type {
  margin: 0;
}

/* line 670, app/assets/stylesheets/global/modal.sass */
.attempts_view_switch .btn {
  border: 1px solid transparent;
  background-color: transparent;
}

/* line 673, app/assets/stylesheets/global/modal.sass */
.attempts_view_switch .btn.active {
  background-color: #62b1cc;
  border-color: #62b1cc;
  color: #fff;
}

/* line 679, app/assets/stylesheets/global/modal.sass */
.attempts_tabs i {
  margin-right: 5px;
}

/* line 683, app/assets/stylesheets/global/modal.sass */
.subject_popup .twitter-typeahead input {
  background-color: #fff !important;
}

/* line 685, app/assets/stylesheets/global/modal.sass */
.subject_popup .modal-header {
  flex-direction: column;
}

/* line 688, app/assets/stylesheets/global/modal.sass */
#user_progress .loading_spinner {
  text-align: center;
  margin: 20px 0 30px 0;
}

/* line 694, app/assets/stylesheets/global/modal.sass */
.frame_body .share_asset_modal .modal-dialog {
  margin-top: 0px;
}

/* line 696, app/assets/stylesheets/global/modal.sass */
.frame_body .share_asset_modal .modal-content {
  max-height: none;
}

/* line 701, app/assets/stylesheets/global/modal.sass */
.share_asset_modal .nav-tabs li, #attach_study_aids_popup .nav-tabs li, .publicmeta .nav-tabs li {
  margin: 0 0 0 -1px;
}

/* line 705, app/assets/stylesheets/global/modal.sass */
.share_asset_modal .modal-dialog {
  overflow: visible;
}

/* line 707, app/assets/stylesheets/global/modal.sass */
.share_asset_modal #friend_share_message, .share_asset_modal #public_share_custom_message {
  height: 88px;
}

/* line 710, app/assets/stylesheets/global/modal.sass */
.share_asset_modal #share_study_aid_popup.single_tab #shareTabs, .share_asset_modal #share_study_aid_popup.single_tab h3 {
  display: none;
}

/* line 712, app/assets/stylesheets/global/modal.sass */
.share_asset_modal #share_study_aid_popup.single_tab .modal-title {
  float: none;
  margin-bottom: 20px;
}

/* line 716, app/assets/stylesheets/global/modal.sass */
.share_buddy, .share_group {
  max-height: 25px;
  padding: 7px;
}

/* line 719, app/assets/stylesheets/global/modal.sass */
.share_buddy .buddy_name, .share_group .buddy_name {
  margin-left: 5px;
}

/* line 721, app/assets/stylesheets/global/modal.sass */
.share_buddy .prompt, .share_group .prompt {
  color: #909090;
  font-size: 10px;
  font-style: italic;
  margin-left: 5px;
}

/* line 726, app/assets/stylesheets/global/modal.sass */
.share_buddy .icon-arrow-right, .share_group .icon-arrow-right {
  color: #cccccc;
}

/* line 728, app/assets/stylesheets/global/modal.sass */
.share_buddy .buddy_name, .share_buddy .group_name, .share_group .buddy_name, .share_group .group_name {
  display: inline;
  cursor: pointer;
}

/* line 731, app/assets/stylesheets/global/modal.sass */
.share_buddy .share_type, .share_group .share_type {
  cursor: pointer;
}

/* line 734, app/assets/stylesheets/global/modal.sass */
.btn.show_choices {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
}

/* line 740, app/assets/stylesheets/global/modal.sass */
.popover .ubadge-avatar-symbol {
  display: none;
}

/* line 744, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .tab-content, .publicmeta .tab-content {
  border: 1px solid #cccccc;
  border-width: 1px 0;
}

/* line 747, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs, .publicmeta .nav-tabs {
  position: relative;
  border-width: 3px 3px 3px 1px;
}

/* line 750, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs li, .publicmeta .nav-tabs li {
  height: 40px;
  padding: 10px 0 0 0;
}

/* line 753, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs li a, .publicmeta .nav-tabs li a {
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 758, app/assets/stylesheets/global/modal.sass */
.publicmeta .tab-content {
  margin-top: 13px;
}

/* line 760, app/assets/stylesheets/global/modal.sass */
.publicmeta #tab_performance .tab-content {
  padding: 0;
  border: 0;
  margin: 0;
}

/* line 764, app/assets/stylesheets/global/modal.sass */
.publicmeta #tab_performance .tab-content .boxed {
  border: 0;
}

/* line 766, app/assets/stylesheets/global/modal.sass */
.publicmeta .nav-tabs .sprite {
  display: block;
  margin: auto;
  margin-top: -16px;
}

/* line 772, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .tab-content {
  border: 1px solid #cccccc;
}

/* line 774, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs {
  top: -13px;
}

/* line 776, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs a .sprite {
  display: block;
  margin: auto;
  margin-top: -16px;
}

/* line 780, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .modal-title {
  float: left;
}

/* line 783, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .share_asset_modal li {
  padding: 11px 0 0 0;
}

/* line 785, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .modal-body {
  padding: 0px 40px 0px 40px;
}

/* line 787, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .tagsinput {
  width: 100%;
}

/* line 790, app/assets/stylesheets/global/modal.sass */
.show_performance.modal .tab-content {
  margin-top: -1px;
}

/* line 793, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .nav-tabs li a {
  top: 4px;
}

/* line 796, app/assets/stylesheets/global/modal.sass */
.share_embed {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 800, app/assets/stylesheets/global/modal.sass */
.share_embed input {
  border-width: 1px;
  height: 30px;
}

/* line 803, app/assets/stylesheets/global/modal.sass */
.share_embed label {
  width: auto;
}

/* line 805, app/assets/stylesheets/global/modal.sass */
.no_zc_width {
  width: 100%;
}

/* line 810, app/assets/stylesheets/global/modal.sass */
body.mobile .modal .modal-dialog, body.mobile_layout .modal .modal-dialog {
  min-width: 0px;
  margin-top: 1em;
}
/* line 5, app/assets/stylesheets/global/navigation_popovers.sass */
.popover.create_popover li a {
  padding-left: 45px;
}

/* line 9, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_mind_map {
  background: url(/assets/icons/mindmap.png) 20px 13px no-repeat;
}

/* line 11, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_quiz {
  background: url(/assets/icons/quiz.png) 20px 13px no-repeat;
}

/* line 13, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_flash_card_deck {
  background: url(/assets/icons/flashcards.png) 20px 13px no-repeat;
}

/* line 15, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_slide_set {
  background: url(/assets/icons/slide_set.png) 20px 13px no-repeat;
}

/* line 17, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_note {
  background: url(/assets/icons/note.png) 20px 13px no-repeat;
}

/* line 19, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_course {
  background: url(/assets/icons/course.png) 20px 13px no-repeat;
  border-top: 1px solid #7596a7;
}

/* line 22, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_flowchart {
  background: url(/assets/icons/flowchart.png) 20px 13px no-repeat;
  border-bottom: 1px solid #7596a7;
}
/* line 3, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs {
  border: 3px solid transparent;
  padding: 0;
}

/* line 6, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs li {
  margin: 0 0 0 10px;
}

/* line 8, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs li a {
  color: #444;
  font-size: 12px;
  padding: 20px 20px 6px 20px;
  font-weight: 300;
  border: 3px solid transparent;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  margin: 0;
  opacity: .6;
}

/* line 19, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs li a:hover {
  background-color: none;
  border: 3px solid transparent;
  color: #909090;
  border-bottom: none;
  opacity: 1;
}

/* line 25, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs li a.active {
  background-color: #ededed;
  border: none;
  border-bottom: 4px solid #3a99ad;
  font-weight: 500;
  z-index: 1000;
  opacity: 1;
}

/* line 32, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs li a.active:hover, .nav-tabs li a.active:focus {
  background-color: #ededed;
  border: none;
  border-bottom: 4px solid #3a99ad;
  z-index: 1000;
  position: relative;
  opacity: 1;
  text-decoration: none;
}

/* line 40, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .badge {
  vertical-align: text-top;
  margin-top: 2px;
  margin-left: 1px;
}

/* line 45, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .resources_tab .sprite, .nav-tabs .analytics_tab .sprite, .nav-tabs .overview_tab .sprite, .nav-tabs .members_tab .sprite, .nav-tabs .courses_tab .sprite {
  display: block;
  margin: auto;
  margin-top: -16px;
}

/* line 49, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .data_capture_summary_tab, .nav-tabs .data_capture_resource_tab, .nav-tabs .data_capture_course_tab {
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 52, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .data_capture_summary_tab {
  background-image: url(/assets/icons/link.png);
}

/* line 54, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .data_capture_resource_tab {
  background-image: url(/assets/sprites/document-link.png);
}

/* line 56, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .data_capture_course_tab {
  background-image: url(/assets/icons/course-link.png);
}

/* line 59, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/global/nav_tabs.sass */
.single_subject_header .nav-tabs {
  border-bottom: 5px solid #cccccc;
}

/* line 65, app/assets/stylesheets/global/nav_tabs.sass */
.single_subject_header .nav-tabs li {
  position: relative;
  top: 1px;
}
/* line 1, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch {
  position: relative;
  width: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 8, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
}

/* line 12, app/assets/stylesheets/global/onoffswitch.sass */
input.onoffswitch-checkbox:focus + label {
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 15, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FCFCFC;
  border-radius: 20px;
}

/* line 22, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 28, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 41, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-inner:before {
  content: " ";
  padding-left: 10px;
  background-color: #F76161;
  color: #FFFFFF;
}

/* line 47, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-inner:after {
  content: " ";
  padding-right: 10px;
  background-color: #9AAD30;
  color: #FFFFFF;
  text-align: right;
}

/* line 54, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-switch {
  display: block;
  width: 20px;
  margin: 5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 46px;
  border: 2px solid #FCFCFC;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 67, app/assets/stylesheets/global/onoffswitch.sass */
label.onoffswitch-label {
  margin: 0;
}

/* line 70, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 73, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* line 1, app/assets/stylesheets/global/ratings.sass */
.after_rating .title {
  font-weight: bold;
}

/* line 5, app/assets/stylesheets/global/ratings.sass */
.publicmeta .rating_container {
  display: inline-block;
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/global/ratings.sass */
.publicmeta .user_rating_message {
  margin-bottom: 10px;
}

/* line 12, app/assets/stylesheets/global/ratings.sass */
.study_aid_rating_breakdown .ratings_breakdown {
  margin: 15px auto 0 auto;
  width: 60%;
  font-weight: 900;
}

/* line 18, app/assets/stylesheets/global/ratings.sass */
.study_aid_rating_breakdown .ratings_breakdown .total_ratings {
  padding-right: 10px;
}

/* line 20, app/assets/stylesheets/global/ratings.sass */
.study_aid_rating_breakdown .ratings_breakdown .spacer {
  height: 10px;
}

/* line 22, app/assets/stylesheets/global/ratings.sass */
.study_aid_rating_breakdown .ratings_breakdown .bar_wrapper {
  height: 18px;
  width: 60%;
  padding: 7px 0;
}

/* line 26, app/assets/stylesheets/global/ratings.sass */
.study_aid_rating_breakdown .ratings_breakdown .bar_bg {
  background: #EEEEEE;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 31, app/assets/stylesheets/global/ratings.sass */
.study_aid_rating_breakdown .ratings_breakdown .percentage {
  float: left;
  height: 100%;
  width: 0%;
  background: #F1D35D;
}

/* line 36, app/assets/stylesheets/global/ratings.sass */
.study_aid_rating_breakdown .ratings_breakdown .total_ratings {
  text-align: right;
  min-width: 1px;
}

/* line 39, app/assets/stylesheets/global/ratings.sass */
.study_aid_rating_breakdown .ratings_breakdown .no_ratings {
  color: #C6C6C6;
}

/* line 41, app/assets/stylesheets/global/ratings.sass */
.study_aid_rating_breakdown .ratings_breakdown .total_ratings, .study_aid_rating_breakdown .ratings_breakdown .star_rating {
  line-height: 15px;
}

/* line 43, app/assets/stylesheets/global/ratings.sass */
.study_aid_rating_breakdown .ratings_breakdown .total_ratings img, .study_aid_rating_breakdown .ratings_breakdown .star_rating img {
  margin-left: 10px;
}

/* line 47, app/assets/stylesheets/global/ratings.sass */
.rating_container.small_icon_size {
  min-width: 60px;
}

/* line 49, app/assets/stylesheets/global/ratings.sass */
.rating_container.large_icon_size {
  min-width: 100px;
}

/* line 54, app/assets/stylesheets/global/ratings.sass */
.tile_meta .social_meta .rating_container img {
  display: inline-block;
  margin: 2px 3px 0 0;
  vertical-align: middle;
}

/* line 58, app/assets/stylesheets/global/ratings.sass */
.tile_meta .social_meta .rating_container img:last-child {
  margin: 0;
}

/* line 60, app/assets/stylesheets/global/ratings.sass */
.tile_meta .social_meta .rating_container .average_rating {
  color: #cadef1;
  float: left;
  margin-top: 2px;
}

/* line 64, app/assets/stylesheets/global/ratings.sass */
.tile_meta .social_meta .rating_container .total_ratings {
  margin-left: 2px;
}
/* line 1, app/assets/stylesheets/global/../shared/all_sprites.scss */
.sprite {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -229px;
}

/* line 9, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-lock {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -265px;
}

/* line 13, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-users, #examtime_header .tt-menu .group_heading .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -301px;
}

/* line 17, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-users_plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -346px;
}

/* line 21, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-users_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -130px;
}

/* line 25, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -346px;
}

/* line 29, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user_white_female {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -346px;
}

/* line 33, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user_silhouette_question {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -346px;
}

/* line 37, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user_black_female, #examtime_header .tt-menu .user_heading .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -346px;
}

/* line 41, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-ui_check_boxes_list {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -346px;
}

/* line 45, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-ui_check_box {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -346px;
}

/* line 49, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-ui_check_box_uncheck {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -346px;
}

/* line 53, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-trash {
  width: 19px;
  height: 19px;
  background: url(/assets/sprites/all_sprites.png) -353px -190px;
}

/* line 57, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-trash_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -130px;
}

/* line 61, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-tick {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -346px;
}

/* line 65, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-thumb_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -346px;
}

/* line 69, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-thumb_small_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -10px;
}

/* line 73, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-stickman {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -46px;
}

/* line 77, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-stickman_run {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -82px;
}

/* line 81, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-star {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -118px;
}

/* line 85, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-star_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -154px;
}

/* line 89, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-speaker_volume {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -190px;
}

/* line 93, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-shopping_basket_white {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -226px;
}

/* line 97, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-share_balloon {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -262px;
}

/* line 101, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-selection_input {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -298px;
}

/* line 105, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-reports {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -334px;
}

/* line 109, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-quiz_ellipse_light {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -130px;
}

/* line 113, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-question {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -382px;
}

/* line 117, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-printer {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -382px;
}

/* line 121, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-printer_color_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -10px;
}

/* line 125, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-price_tag {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -382px;
}

/* line 129, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -382px;
}

/* line 133, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -64px;
}

/* line 137, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-plus_24 {
  width: 24px;
  height: 24px;
  background: url(/assets/sprites/all_sprites.png) -353px -102px;
}

/* line 141, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -382px;
}

/* line 145, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -382px;
}

/* line 149, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin_plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -118px;
}

/* line 153, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin_minus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -184px;
}

/* line 157, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -382px;
}

/* line 161, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pencil_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -382px;
}

/* line 165, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pencil_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -184px;
}

/* line 169, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-paste {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -382px;
}

/* line 173, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-palette {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -382px;
}

/* line 177, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-order_front {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -382px;
}

/* line 181, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-order_back {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -10px;
}

/* line 185, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-new_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -46px;
}

/* line 189, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-money_coin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -82px;
}

/* line 193, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-medal_premium {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -118px;
}

/* line 197, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -154px;
}

/* line 201, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -190px;
}

/* line 205, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_plus_32 {
  width: 41px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -130px -10px;
}

/* line 209, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_open {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -226px;
}

/* line 213, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -64px -292px;
}

/* line 217, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-lock_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -262px;
}

/* line 221, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-lifebuoy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -298px;
}

/* line 225, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-layer_arrow_down {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -334px;
}

/* line 229, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-institution {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -370px;
}

/* line 233, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-information_italic {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -418px;
}

/* line 237, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-information_italic_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -184px;
}

/* line 241, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-inbox_document_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -418px;
}

/* line 245, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -418px;
}

/* line 249, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image_plus_md {
  width: 36px;
  height: 27px;
  background: url(/assets/sprites/all_sprites.png) -220px -292px;
}

/* line 253, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image_empty {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -418px;
}

/* line 257, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image__plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -418px;
}

/* line 261, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_published_resource {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -418px;
}

/* line 265, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_private_resource {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -418px;
}

/* line 269, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_more {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -172px -184px;
}

/* line 273, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_goconqr_embed {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -10px;
}

/* line 277, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_star_small_on {
  width: 12px;
  height: 12px;
  background: url(/assets/sprites/all_sprites.png) -544px -190px;
}

/* line 281, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_note_board_action {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -64px;
}

/* line 285, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_cart_remove {
  width: 35px;
  height: 35px;
  background: url(/assets/sprites/all_sprites.png) -130px -62px;
}

/* line 289, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-hand_shake {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -418px;
}

/* line 293, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-globe_green {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -418px;
}

/* line 297, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-gear {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -418px;
}

/* line 301, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-gear_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -418px;
}

/* line 305, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-gear_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -118px;
}

/* line 309, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-footprint_plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -172px;
}

/* line 313, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-footprint_minus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -238px;
}

/* line 317, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_tree_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -238px;
}

/* line 321, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_open_document_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -418px;
}

/* line 325, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_horizontal_arrow_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -238px;
}

/* line 329, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_export {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -10px;
}

/* line 333, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-flash_card_deck_icon {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -46px;
}

/* line 337, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-eye {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -82px;
}

/* line 341, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-eye__exclamation {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -118px;
}

/* line 345, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -154px;
}

/* line 349, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -190px;
}

/* line 353, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_circle {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -226px;
}

/* line 357, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_circle_small {
  width: 9px;
  height: 10px;
  background: url(/assets/sprites/all_sprites.png) -544px -222px;
}

/* line 361, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -116px -292px;
}

/* line 365, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-eps {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -262px;
}

/* line 369, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-embed {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -298px;
}

/* line 373, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_underline {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -334px;
}

/* line 377, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_style {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -370px;
}

/* line 381, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_scale_vertical {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -406px;
}

/* line 385, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_list {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -454px;
}

/* line 389, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_list_order {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -454px;
}

/* line 393, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_italic {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -454px;
}

/* line 397, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_color {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -454px;
}

/* line 401, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_bold {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -454px;
}

/* line 405, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -454px;
}

/* line 409, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment_right {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -454px;
}

/* line 413, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment_justify {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -454px;
}

/* line 417, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment_center {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -454px;
}

/* line 421, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-door_open_out {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -454px;
}

/* line 425, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_view, #examtime_header .tt-menu .resource_heading .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -454px;
}

/* line 429, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_tick {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -454px;
}

/* line 433, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_share {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -442px -454px;
}

/* line 437, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_list_pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -10px;
}

/* line 441, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_link {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -46px;
}

/* line 445, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_copy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -82px;
}

/* line 449, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document__minus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -118px;
}

/* line 453, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-cross {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -154px;
}

/* line 457, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-cross_tick_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -190px;
}

/* line 461, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-courses, #examtime_header .tt-menu .course_heading .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -226px;
}

/* line 465, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-copy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -262px;
}

/* line 469, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_skip {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -298px;
}

/* line 473, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_refresh {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -276px -292px;
}

/* line 477, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_pause_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -172px -238px;
}

/* line 481, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -226px -238px;
}

/* line 485, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-close_resource {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -10px;
}

/* line 489, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-clock {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -334px;
}

/* line 493, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-clock_24 {
  width: 24px;
  height: 24px;
  background: url(/assets/sprites/all_sprites.png) -353px -146px;
}

/* line 497, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-clipboard {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -370px;
}

/* line 501, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -406px;
}

/* line 505, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_pie_separate {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -442px;
}

/* line 509, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_alt {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -490px;
}

/* line 513, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_alt_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -64px;
}

/* line 517, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chain_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -118px;
}

/* line 521, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chain__plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -490px;
}

/* line 525, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-cert {
  width: 100px;
  height: 100px;
  background: url(/assets/sprites/all_sprites.png) -10px -10px;
}

/* line 529, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-calendar_day {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -490px;
}

/* line 533, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-box {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -490px;
}

/* line 537, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-binocular {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -490px;
}

/* line 541, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-bell {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -490px;
}

/* line 545, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloons {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -490px;
}

/* line 549, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloon_small_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -490px;
}

/* line 553, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloon_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -490px;
}

/* line 557, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloon_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -168px -292px;
}

/* line 561, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -490px;
}

/* line 565, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_resize {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -490px;
}

/* line 569, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_move {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -490px;
}

/* line 573, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -172px;
}

/* line 577, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_curve_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -226px;
}

/* line 581, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_circle_315 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -442px -490px;
}

/* line 585, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_circle_225_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -478px -490px;
}

/* line 589, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_180 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -10px;
}

/* line 593, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_180_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -46px;
}

/* line 597, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_180_medium_ellipse {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -353px -10px;
}

/* line 601, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_090 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -82px;
}

/* line 605, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_000_medium_ellipse {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -353px -56px;
}

/* line 609, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-application_task {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -118px;
}

/* line 613, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-application__pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -154px;
}

/* line 617, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-actions_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -292px;
}

/* line 9, app/assets/stylesheets/global/typeahead.sass */
#examtime_header input.typeahead {
  background-color: #fff !important;
}

/* line 11, app/assets/stylesheets/global/typeahead.sass */
#examtime_header input[type="text"], #examtime_header select {
  background-color: #385360;
  color: #333;
  border-color: #fff;
  font-weight: 300;
}

/* line 16, app/assets/stylesheets/global/typeahead.sass */
#examtime_header input[type="text"]:focus, #examtime_header select:focus {
  outline-color: white;
}

/* line 18, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu {
  border: 1px solid #dadada;
  background: #fff;
  box-shadow: 5px 5px 11px -4px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 0;
  color: #333;
}

/* line 27, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu a {
  color: #62b1cc;
}

/* line 30, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu .resource_heading .sprite, #examtime_header .tt-menu .user_heading .sprite, #examtime_header .tt-menu .group_heading .sprite, #examtime_header .tt-menu .course_heading .sprite {
  padding: 0 0 10px 25px;
}

/* line 40, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu .tt-dataset-resources, #examtime_header .tt-menu .tt-dataset-users, #examtime_header .tt-menu .tt-dataset-groups {
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dadada;
}

/* line 44, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu .see_more {
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 9px;
  padding: 0 5px;
  position: relative;
  bottom: 2px;
  left: 10px;
}

/* line 53, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu .see_more:hover {
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/global/typeahead.sass */
.search_link {
  display: block;
}

/* line 60, app/assets/stylesheets/global/typeahead.sass */
.search_link i {
  color: #cccccc;
  margin-right: 5px;
  width: 15px;
  display: inline-block;
}

/* line 65, app/assets/stylesheets/global/typeahead.sass */
.search_link:hover {
  text-decoration: none;
}

/* line 69, app/assets/stylesheets/global/typeahead.sass */
.tt-suggestion p.search_description {
  text-align: left;
  font-size: 0.8em;
  margin-left: 20px;
}

/* line 75, app/assets/stylesheets/global/typeahead.sass */
.twitter-typeahead h2 {
  margin: 15px;
  font-size: 20px;
}

/* line 79, app/assets/stylesheets/global/typeahead.sass */
.tt-menu {
  box-shadow: none;
  border: 1px solid #e0e0e0;
}

/* line 83, app/assets/stylesheets/global/typeahead.sass */
.tt-hint {
  display: none;
}

/* line 86, app/assets/stylesheets/global/typeahead.sass */
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  background-color: #f7f7f7;
  background-image: none;
  cursor: pointer;
  color: #333;
}

/* line 92, app/assets/stylesheets/global/typeahead.sass */
.twitter-typeahead {
  width: 100%;
}

/* line 94, app/assets/stylesheets/global/typeahead.sass */
.twitter-typeahead input.typeahead {
  background-color: white !important;
}
/* line 2, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page #privacy_and_policy_section, body.gc-static-page #terms_and_conditions_section, body.gc-static-page #acceptable_use_policy_section, body.gc-static-page #company_info_section, body.gc-static-page #group_guidelines_section {
  padding: 0;
}

/* line 4, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page #privacy_and_policy_section h2, body.gc-static-page #terms_and_conditions_section h2, body.gc-static-page #acceptable_use_policy_section h2, body.gc-static-page #company_info_section h2, body.gc-static-page #group_guidelines_section h2 {
  font-size: 2.5em;
}

/* line 7, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page #advertise_section, body.gc-static-page #refund_policy_section, body.gc-static-page #pricing_section {
  padding: 30px 0;
}

/* line 11, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page #terms_and_conditions_section li {
  line-height: 1em;
  font-size: 1em;
}

/* line 14, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page p.small {
  font-size: 80%;
}

/* line 19, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ul li, #privacy_and_policy_section ol li {
  display: list-item;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

/* line 24, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ol li {
  list-style: decimal inside none;
}

/* line 26, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ul li {
  list-style: disc inside none;
}

/* line 30, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section, #terms_and_conditions_section, #group_guidelines_section, #acceptable_use_policy_section, #company_info_section {
  font-family: 'museo_sans_rounded100', sans-serif;
}

/* line 32, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section .boxed, #terms_and_conditions_section .boxed, #group_guidelines_section .boxed, #acceptable_use_policy_section .boxed, #company_info_section .boxed {
  padding: 70px;
}

/* line 34, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section h1, #terms_and_conditions_section h1, #group_guidelines_section h1, #acceptable_use_policy_section h1, #company_info_section h1 {
  margin-bottom: 50px;
  color: #29ABE2;
  font-family: 'museo_sans_rounded100', sans-serif;
}

/* line 38, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section h2, #terms_and_conditions_section h2, #group_guidelines_section h2, #acceptable_use_policy_section h2, #company_info_section h2 {
  margin-top: 80px;
  margin-bottom: 40px;
  color: #29ABE2;
  font-family: 'museo_sans_rounded100', sans-serif;
}

/* line 43, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section h3, #terms_and_conditions_section h3, #group_guidelines_section h3, #acceptable_use_policy_section h3, #company_info_section h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #29ABE2;
  font-family: 'museo_sans_rounded100', sans-serif;
}

/* line 48, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ul, #privacy_and_policy_section ol, #terms_and_conditions_section ul, #terms_and_conditions_section ol, #group_guidelines_section ul, #group_guidelines_section ol, #acceptable_use_policy_section ul, #acceptable_use_policy_section ol, #company_info_section ul, #company_info_section ol {
  margin-left: 30px;
  margin-bottom: 30px;
}

/* line 51, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ul ul, #privacy_and_policy_section ul ol, #privacy_and_policy_section ol ul, #privacy_and_policy_section ol ol, #terms_and_conditions_section ul ul, #terms_and_conditions_section ul ol, #terms_and_conditions_section ol ul, #terms_and_conditions_section ol ol, #group_guidelines_section ul ul, #group_guidelines_section ul ol, #group_guidelines_section ol ul, #group_guidelines_section ol ol, #acceptable_use_policy_section ul ul, #acceptable_use_policy_section ul ol, #acceptable_use_policy_section ol ul, #acceptable_use_policy_section ol ol, #company_info_section ul ul, #company_info_section ul ol, #company_info_section ol ul, #company_info_section ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 55, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ol li, #terms_and_conditions_section ol li, #group_guidelines_section ol li, #acceptable_use_policy_section ol li, #company_info_section ol li {
  list-style-type: decimal;
  display: list-item;
}

/* line 59, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ul li, #terms_and_conditions_section ul li, #group_guidelines_section ul li, #acceptable_use_policy_section ul li, #company_info_section ul li {
  list-style-type: disc;
  display: list-item;
}

/* line 65, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page.mobile_layout #terms_and_conditions_section h1 {
  font-size: 2.5em;
}

/* line 67, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page.mobile_layout #terms_and_conditions_section h2 {
  font-size: 2em;
}

/* line 69, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page.mobile_layout #terms_and_conditions_section h3 {
  font-size: 1.5em;
  line-height: unset;
}

/* line 72, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page.mobile_layout #terms_and_conditions_section p {
  text-align: justify;
}
/* line 1, app/assets/stylesheets/shared/action_sprites.scss */
.action_sprite {
  display: inline-block;
  vertical-align: middle;
  zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
}

/* line 8, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-view {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -10px -10px;
}

/* line 12, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-unpin {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -94px -10px;
}

/* line 16, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-social {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -10px -94px;
}

/* line 20, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-share {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -94px -94px;
}

/* line 24, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-sell {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -178px -10px;
}

/* line 28, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-review {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -178px -94px;
}

/* line 32, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-resume {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -10px -178px;
}

/* line 36, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-reports {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -94px -178px;
}

/* line 40, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-print {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -178px -178px;
}

/* line 44, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-preview {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -262px -10px;
}

/* line 48, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-play {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -262px -94px;
}

/* line 52, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-pin {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -262px -178px;
}

/* line 56, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-move {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -10px -262px;
}

/* line 60, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-eps {
  width: 57px;
  height: 56px;
  background: url(/assets/actions/action_sprites.png) -346px -262px;
}

/* line 64, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-email {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -94px -262px;
}

/* line 68, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-edit {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -178px -262px;
}

/* line 72, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-delete {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -262px -262px;
}

/* line 76, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-data_capture {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -346px -10px;
}

/* line 80, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-copy {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -346px -94px;
}

/* line 84, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-assign {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -346px -178px;
}
/* line 3, app/assets/stylesheets/shared/comment.sass */
#comments_container {
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment, #comments_container .poll {
  letter-spacing: -0.5px;
  background: #fcfcfc;
  border-bottom: 1px solid #cccccc;
  min-height: 100px;
  font-size: 14px;
  overflow: auto;
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment .author_info, #comments_container .poll .author_info {
  float: left;
  width: 20%;
  padding: 16px 5px 16px 23px;
}

/* line 17, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment .author_info img, #comments_container .poll .author_info img {
  border-radius: 100%;
  margin: 11px 0;
}

/* line 20, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment .author_info .name, #comments_container .poll .author_info .name {
  font-weight: 900;
  line-height: 16px;
}

/* line 23, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment .author_info .author_meta, #comments_container .poll .author_info .author_meta {
  font-size: 11px;
}

/* line 25, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment .author_info .author_meta .metalabel, #comments_container .poll .author_info .author_meta .metalabel {
  font-weight: 500;
}

/* line 28, app/assets/stylesheets/shared/comment.sass */
.comment_content {
  position: relative;
  padding: 16px 23px 60px 23px;
  float: right;
  width: 80%;
  border-left: 1px solid #cccccc;
}

/* line 34, app/assets/stylesheets/shared/comment.sass */
.comment_content .comment_title {
  word-wrap: break-word;
}

/* line 36, app/assets/stylesheets/shared/comment.sass */
.comment_content .comment_header {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #cccccc;
  line-height: 14px;
  vertical-align: top;
}

/* line 42, app/assets/stylesheets/shared/comment.sass */
.comment_content .comment_time, .comment_content .comment_edited {
  font-size: 11px;
}

/* line 44, app/assets/stylesheets/shared/comment.sass */
.comment_content .post_controls {
  position: absolute;
  bottom: 23px;
  right: 16px;
}

/* line 48, app/assets/stylesheets/shared/comment.sass */
.comment_content .respect_line_breaks {
  text-wrap: normal;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  font-size: 14px;
}

/* line 53, app/assets/stylesheets/shared/comment.sass */
.comment_content .respect_line_breaks img {
  max-width: 100%;
}

/* line 55, app/assets/stylesheets/shared/comment.sass */
.comment_content .respect_line_breaks .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 59, app/assets/stylesheets/shared/comment.sass */
.comment_wrapper {
  margin: 20px 0 0 0;
}

/* line 61, app/assets/stylesheets/shared/comment.sass */
.comment_wrapper #comments_head {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/shared/comment.sass */
.comment_wrapper #comments_list {
  margin: 10px 0 0 0;
}

/* line 66, app/assets/stylesheets/shared/comment.sass */
.comment_wrapper #comments_list .name {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 71, app/assets/stylesheets/shared/comment.sass */
#public_comment_form {
  margin: 30px 0 0 0;
}

/* line 73, app/assets/stylesheets/shared/comment.sass */
#public_comment_form textarea {
  padding: 10px;
  width: 100%;
  margin: 0 0 20px 0;
}

/* line 78, app/assets/stylesheets/shared/comment.sass */
.create_study_aid_comment {
  float: right;
}
/* line 3, app/assets/stylesheets/shared/forms.sass */
input.btn {
  outline: none !important;
}

/* line 7, app/assets/stylesheets/shared/forms.sass */
.control-group .control input[type=text], .control-group .control input[type=select], .control-group .control input[type=email], .control-group .control input[type=password], .control-group .control textarea {
  width: 100%;
}

/* line 10, app/assets/stylesheets/shared/forms.sass */
.control-group .control li {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/shared/forms.sass */
.control-group .control li .selected_icon {
  display: none;
  color: green;
}

/* line 17, app/assets/stylesheets/shared/forms.sass */
.control-group .control li .selected_icon.icon-remove {
  color: red;
}

/* line 19, app/assets/stylesheets/shared/forms.sass */
.control-group .control li:hover {
  background-color: white;
}

/* line 23, app/assets/stylesheets/shared/forms.sass */
.control-group .control li.selected .selected_icon {
  display: block;
}

/* line 26, app/assets/stylesheets/shared/forms.sass */
select {
  width: 257px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 5px;
}

/* line 33, app/assets/stylesheets/shared/forms.sass */
label {
  font-weight: 300;
}

/* line 37, app/assets/stylesheets/shared/forms.sass */
input.invalid[type=text], input.invalid[type=select], input.invalid[type=email], input.invalid[type=password], textarea.invalid {
  border: 2px solid #FFCFCF !important;
}

/* line 40, app/assets/stylesheets/shared/forms.sass */
input[type="text"], textarea, input[type="search"],
input[type="password"], input[type="tel"], input[type="email"] {
  padding: 5px 10px;
  width: 100%;
  background: #fff;
  border: 1px solid #cccccc;
  color: #444;
  font-weight: 300;
}

/* line 48, app/assets/stylesheets/shared/forms.sass */
input[type="text"]:focus, textarea:focus, input[type="search"]:focus,
input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus {
  outline: none;
}
/* line 3, app/assets/stylesheets/shared/public_meta.sass */
.meta_info, .meta_revision {
  position: relative;
  font-size: 12px;
}

/* line 6, app/assets/stylesheets/shared/public_meta.sass */
.meta_info .avatar img, .meta_revision .avatar img {
  border-radius: 100%;
}

/* line 10, app/assets/stylesheets/shared/public_meta.sass */
.meta_revision td.avatar {
  width: 42px;
}

/* line 14, app/assets/stylesheets/shared/public_meta.sass */
.meta_info a {
  display: inline !important;
}

/* line 18, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .meta_stat_container {
  margin: 10px 0 15px 0;
}

/* line 20, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .meta_stat {
  display: inline-block;
  margin-right: 15px;
  min-width: 60px;
}

/* line 24, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .meta_stat img {
  margin-right: 2px;
}

/* line 27, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .avatar img {
  border-radius: 100%;
}

/* line 29, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .details {
  margin-left: 20px;
}

/* line 31, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .details .average_rating {
  float: left;
  margin-left: 50px;
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/shared/public_meta.sass */
  .publicmeta .details .average_rating {
    float: none;
  }
}

/* line 36, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .meta_extra_info {
  margin-right: 15px;
}

/* line 38, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #study_aid_description {
  margin: 15px 15px 15px 0;
}

/* line 40, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #study_aid_description h2 {
  font-size: 13px;
  letter-spacing: 0;
  margin: 17px 0 17px 0;
  color: #333333;
  -webkit-text-stroke: 0px;
  word-wrap: break-word;
}

/* line 47, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #study_aid_description h2 .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 50, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .no_tags_placeholder {
  font-style: italic;
  font-weight: lighter;
}

/* line 53, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .publicmeta_sub {
  padding: 20px 30px;
  background: #F7F7F7;
  border-top: 1px solid #DADADA;
}

/* line 57, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .chart_header {
  padding: 30px 30px 0 30px;
  text-align: center;
}

/* line 60, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .total_ratings {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

/* line 64, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container {
  margin: 2em 0;
  padding: 1.0em;
  border: 1px solid lightgray;
  border-radius: 0.5em;
}

/* line 69, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container .review_heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 73, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container .review_heading .title {
  margin-top: -3.0em;
  width: 75%;
}

/* line 76, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container .review_heading .title h3 {
  padding: 1.0em;
  background: #EEEEEE;
  display: inline-block;
  font-size: 125%;
  font-weight: bold;
}

/* line 82, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container .review_heading .hide_link, .publicmeta #admin_review_container .review_heading .unhide_link, .publicmeta #admin_review_container .review_heading .what_is_this {
  margin-left: 1.0em;
  display: inline-block;
}

/* line 85, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container.inactive .hide_link {
  display: none;
}

/* line 87, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container.active .unhide_link {
  display: none;
}

/* line 90, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container.inactive h3, .publicmeta #admin_review_container.inactive #admin_review {
  color: lightgray;
}

/* line 93, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta_performance {
  margin: 0;
}

/* line 96, app/assets/stylesheets/shared/public_meta.sass */
.performance_metrics {
  margin-bottom: 25px;
}

/* line 99, app/assets/stylesheets/shared/public_meta.sass */
.revision_audit_list {
  padding-bottom: 10px;
}

/* line 101, app/assets/stylesheets/shared/public_meta.sass */
.revision_audit_list .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 106, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li {
  display: list-item;
  vertical-align: top;
  margin: 0px 0px 10px 0px;
}

/* line 111, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li a:hover {
  background-color: #ededed;
}

/* line 113, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .avatar {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}

/* line 117, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .details {
  width: 82%;
  display: inline-block;
  color: #272727;
}

/* line 121, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .action {
  display: inline-block;
  width: 40%;
}

/* line 124, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .action i {
  font-size: 14px;
}

/* line 126, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .date_action {
  text-align: right;
  width: 60%;
  padding-right: 18px;
  vertical-align: top;
  display: inline-block;
  position: relative;
}

/* line 133, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .version {
  position: absolute;
  margin-left: 10px;
  top: 0;
  right: 0;
}
/* line 4, app/assets/stylesheets/shared/resource.sass */
.resource-tile {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/shared/resource.sass */
.resource-tile.deleted_resource {
  opacity: 0.6;
}

/* line 8, app/assets/stylesheets/shared/resource.sass */
.resource-tile.deleted_resource .resource-tile__button--info {
  margin-top: 12px;
}

/* line 11, app/assets/stylesheets/shared/resource.sass */
.resource-tile__content {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  white-space: nowrap;
}

/* line 16, app/assets/stylesheets/shared/resource.sass */
.resource-tile__content:hover {
  border-color: #9c9c9c;
}

/* line 19, app/assets/stylesheets/shared/resource.sass */
.resource-tile__img {
  height: 56px;
}

/* line 22, app/assets/stylesheets/shared/resource.sass */
.resource-tile__body {
  margin: 10px 0 0 10px;
  width: calc(100% - 56px - 47px);
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/shared/resource.sass */
.resource-tile__img, .resource-tile__body {
  display: inline-block;
  vertical-align: middle;
}

/* line 31, app/assets/stylesheets/shared/resource.sass */
.resource-tile__author {
  display: inline-block;
  max-width: 250px;
  vertical-align: top;
}

/* line 37, app/assets/stylesheets/shared/resource.sass */
.resource-tile__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 40, app/assets/stylesheets/shared/resource.sass */
.resource-tile__buttons {
  display: inline-block;
  float: right;
  max-width: 0;
  margin: 6px 6px 0 10px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.2s ease-in-out, max-width 0.2s linear;
  vertical-align: top;
  z-index: 101;
}

/* line 51, app/assets/stylesheets/shared/resource.sass */
.resource-tile:hover .resource-tile__buttons {
  max-width: 100%;
  opacity: 1;
}

/* line 54, app/assets/stylesheets/shared/resource.sass */
.resource-tile__drag ~ .resource-tile__buttons {
  margin-right: 25px;
}

/* line 57, app/assets/stylesheets/shared/resource.sass */
.resource-tile:hover .resource-tile__buttons {
  max-width: 100%;
  opacity: 1;
}

/* line 62, app/assets/stylesheets/shared/resource.sass */
.resource-tile.course .resource-tile__buttons {
  max-width: 100%;
  opacity: 1;
}

/* line 66, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button {
  background-color: #9aad30;
  border: none;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 12px;
  margin-bottom: 3px;
  outline: none;
  width: 100%;
}

/* line 77, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button:hover {
  background-color: #8d9e2c;
}

/* line 80, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button--info {
  background-color: #62b1cc;
}

/* line 82, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button--info:hover {
  background-color: #53a2bd;
}

/* line 85, app/assets/stylesheets/shared/resource.sass */
.resource-tile__title {
  color: #3a99ad;
  font-weight: 300;
}

/* line 90, app/assets/stylesheets/shared/resource.sass */
.resource-tile__desc:empty {
  display: none;
}

/* line 93, app/assets/stylesheets/shared/resource.sass */
.resource-tile__drag {
  position: absolute;
  top: 13px;
  right: 5px;
  cursor: pointer;
  z-index: 1000;
  padding: 5px;
  cursor: move;
}

/* line 102, app/assets/stylesheets/shared/resource.sass */
.resource-tile__handles {
  left: -19px;
  margin: auto;
  position: absolute;
  top: 17px;
  bottom: 0;
}

/* line 107, app/assets/stylesheets/shared/resource.sass */
.resource-tile__handles > input {
  margin: 0;
}

/* line 110, app/assets/stylesheets/shared/resource.sass */
.resource-tile__pin {
  background: url(/assets/icons/resource-pinned.png) no-repeat 0 0;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -9px;
  right: -10px;
}

/* line 116, app/assets/stylesheets/shared/resource.sass */
.resource-tile__tick {
  background: url(/assets/icons/tick-small.png) no-repeat 0 0;
  background-size: cover;
  height: 24px;
  width: 24px;
  position: absolute;
  bottom: -12px;
  right: -12px;
}

/* line 124, app/assets/stylesheets/shared/resource.sass */
.resource-tile__dismiss {
  height: 16px;
  width: 16px;
  position: absolute;
  top: -9px;
  right: -10px;
}

/* line 130, app/assets/stylesheets/shared/resource.sass */
.resource-tile {
  transition: all 0.5s;
}

/* line 132, app/assets/stylesheets/shared/resource.sass */
.resource-tile.selected {
  transition: all 0s;
}

/* line 134, app/assets/stylesheets/shared/resource.sass */
.resource-tile .dismiss {
  opacity: 0;
}

/* line 136, app/assets/stylesheets/shared/resource.sass */
.resource-tile:hover .dismiss {
  opacity: 1;
}

/* line 138, app/assets/stylesheets/shared/resource.sass */
.resource-tile.collapsed {
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transform: scale(0.8);
}

/* line 145, app/assets/stylesheets/shared/resource.sass */
.resource-tile.collapsed:hover .resource-tile__content {
  border: none;
}

/* line 148, app/assets/stylesheets/shared/resource.sass */
.resource-tile__actions {
  display: inline-block;
}

/* line 151, app/assets/stylesheets/shared/resource.sass */
.sidebar_topics li {
  position: relative;
}

/* line 154, app/assets/stylesheets/shared/resource.sass */
.sidebar_topics li a {
  border-bottom: 1px solid #dadada;
  margin-bottom: 2px;
  cursor: pointer;
}

/* line 159, app/assets/stylesheets/shared/resource.sass */
#topics_sidebar .gpt-ad {
  margin-top: 30px;
}

/* line 162, app/assets/stylesheets/shared/resource.sass */
.topic_drag_handle {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  cursor: move;
  height: 100%;
}

/* line 169, app/assets/stylesheets/shared/resource.sass */
.topic_drag_handle .icon_subjects_handle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 177, app/assets/stylesheets/shared/resource.sass */
.resource.checkbox-selected .resource-tile__content {
  border: 2px solid #a1b0b3;
}

/* line 179, app/assets/stylesheets/shared/resource.sass */
.resource.disabled, .resource.no_data_capture, .resource.copy_not_permitted {
  opacity: 0.4;
}

/* line 181, app/assets/stylesheets/shared/resource.sass */
.resource.disabled .select_resource, .resource.no_data_capture .select_resource, .resource.copy_not_permitted .select_resource {
  opacity: 0;
  cursor: default;
}

/* line 184, app/assets/stylesheets/shared/resource.sass */
.resource.disabled .tile_overlay, .resource.no_data_capture .tile_overlay, .resource.copy_not_permitted .tile_overlay {
  cursor: default;
}

/* line 186, app/assets/stylesheets/shared/resource.sass */
.resource.disabled .resource-tile__content, .resource.no_data_capture .resource-tile__content, .resource.copy_not_permitted .resource-tile__content {
  border: 1px solid #ddd;
}

/* line 189, app/assets/stylesheets/shared/resource.sass */
.resource-tile__buttons {
  width: 67px;
}

/* line 192, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}

/* line 196, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings img {
  height: 12px;
  position: relative;
  top: -1px;
}

/* line 200, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings .ratings_wrapper, .resource_search_ratings .rating_container {
  display: inline;
}

/* line 202, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings .ratings_wrapper .user_rating, .resource_search_ratings .rating_container .user_rating {
  position: relative;
  top: 1px;
}

/* line 206, app/assets/stylesheets/shared/resource.sass */
.results_container .resource-tile {
  padding-right: 0;
  padding-left: 0;
}
/* line 3, app/assets/stylesheets/shared/tags.sass */
ul.tag_list, .breadcrumb_action_bar .container ul.context_aware_bar li ul.tag_list {
  display: inline;
}

/* line 5, app/assets/stylesheets/shared/tags.sass */
ul.tag_list li, .breadcrumb_action_bar .container ul.context_aware_bar li ul.tag_list li {
  font-size: 12px;
  border: 1px solid #dadada;
  border-radius: 3px;
  padding: 0 6px;
  margin-left: 6px;
  margin-bottom: 6px;
  color: #3a99ad;
  display: inline-block;
}

/* line 14, app/assets/stylesheets/shared/tags.sass */
ul.tag_list li:hover, .breadcrumb_action_bar .container ul.context_aware_bar li ul.tag_list li:hover {
  box-shadow: 1px 1px 1px #cccccc;
}

/* line 16, app/assets/stylesheets/shared/tags.sass */
ul.tag_list li a, .breadcrumb_action_bar .container ul.context_aware_bar li ul.tag_list li a {
  text-decoration: none;
  color: #909090;
  word-break: break-word;
}
/* line 1, app/assets/stylesheets/shared/table.sass */
.share_list_table,
.advertisers_table,
.change_institution_admins,
.report_table_container table,
.course_results_table,
.data_capture_links_table,
.data_capture_forms_table,
.links_list_table,
.individual_data_capture_details_table,
.eps_item_table,
.teams_report_table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
}

/* line 17, app/assets/stylesheets/shared/table.sass */
.share_list_table td, .share_list_table th,
.advertisers_table td,
.advertisers_table th,
.change_institution_admins td,
.change_institution_admins th,
.report_table_container table td,
.report_table_container table th,
.course_results_table td,
.course_results_table th,
.data_capture_links_table td,
.data_capture_links_table th,
.data_capture_forms_table td,
.data_capture_forms_table th,
.links_list_table td,
.links_list_table th,
.individual_data_capture_details_table td,
.individual_data_capture_details_table th,
.eps_item_table td,
.eps_item_table th,
.teams_report_table td,
.teams_report_table th {
  padding: 3px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* line 21, app/assets/stylesheets/shared/table.sass */
.share_list_table td:first-child, .share_list_table th:first-child,
.advertisers_table td:first-child,
.advertisers_table th:first-child,
.change_institution_admins td:first-child,
.change_institution_admins th:first-child,
.report_table_container table td:first-child,
.report_table_container table th:first-child,
.course_results_table td:first-child,
.course_results_table th:first-child,
.data_capture_links_table td:first-child,
.data_capture_links_table th:first-child,
.data_capture_forms_table td:first-child,
.data_capture_forms_table th:first-child,
.links_list_table td:first-child,
.links_list_table th:first-child,
.individual_data_capture_details_table td:first-child,
.individual_data_capture_details_table th:first-child,
.eps_item_table td:first-child,
.eps_item_table th:first-child,
.teams_report_table td:first-child,
.teams_report_table th:first-child {
  border-left: none;
}

/* line 23, app/assets/stylesheets/shared/table.sass */
.share_list_table th,
.advertisers_table th,
.change_institution_admins th,
.report_table_container table th,
.course_results_table th,
.data_capture_links_table th,
.data_capture_forms_table th,
.links_list_table th,
.individual_data_capture_details_table th,
.eps_item_table th,
.teams_report_table th {
  background: #dbdbdb;
}

/* line 25, app/assets/stylesheets/shared/table.sass */
.share_list_table tr:nth-child(odd),
.advertisers_table tr:nth-child(odd),
.change_institution_admins tr:nth-child(odd),
.report_table_container table tr:nth-child(odd),
.course_results_table tr:nth-child(odd),
.data_capture_links_table tr:nth-child(odd),
.data_capture_forms_table tr:nth-child(odd),
.links_list_table tr:nth-child(odd),
.individual_data_capture_details_table tr:nth-child(odd),
.eps_item_table tr:nth-child(odd),
.teams_report_table tr:nth-child(odd) {
  background: #f4f4f4;
}
/* line 3, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile {
  padding: 5px;
}

/* line 5, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__link {
  z-index: 2;
}

/* line 7, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__content {
  height: calc( 50px + 2px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 13, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__body {
  margin: 0;
  margin-left: 0.5em;
  padding: 0.5em 0;
  width: calc(100% - 50px - 40px);
}

/* line 18, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__title {
  color: unset;
}

/* line 20, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__author {
  width: 100%;
}

/* line 22, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__actions {
  display: inline-block;
  font-size: 150%;
  opacity: 0.7;
  color: #477591;
  vertical-align: middle;
  max-width: 40px;
  padding: 0 0.4em;
  z-index: 3;
}

/* line 31, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__actions:hover {
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__actions .fa {
  line-height: calc( 50px + 2px);
}

/* line 35, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__description {
  font-size: 90%;
  height: 100%;
  white-space: normal;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 44, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__img {
  height: unset;
}

/* line 46, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__img .link_images {
  width: 50px;
  height: 50px;
  background-position: calc( ( 50 / 100 ) * var(--x)) calc( ( 50 / 100 ) * var(--y));
}
/* line 4, app/assets/stylesheets/shared/group_selection.sass */
.choice_container {
  padding-top: 10px;
}

/* line 6, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .boxed {
  padding: 10px;
  margin-bottom: 20px;
  max-height: 225px;
  overflow: auto;
}

/* line 11, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .add_choice {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 5px;
  border: 1px solid transparent;
}

/* line 17, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .add_choice:hover {
  background-color: whitesmoke;
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .add_choice.selected {
  background-color: whitesmoke;
  border-color: #e5e5e5;
}

/* line 23, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .add_choice.member, .choice_container .add_choice.invited {
  opacity: 0.5;
}

/* line 25, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .add_choice.member:hover, .choice_container .add_choice.invited:hover {
  background-color: transparent;
}

@media screen and (max-width: 540px) {
  /* line 11, app/assets/stylesheets/shared/group_selection.sass */
  .choice_container .add_choice {
    width: 45%;
  }
}

/* line 30, app/assets/stylesheets/shared/group_selection.sass */
.add_choice {
  position: relative;
  padding: 4px 5px 5px 47px;
  min-height: 42px;
  font-size: 13px;
}

/* line 35, app/assets/stylesheets/shared/group_selection.sass */
.add_choice .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
}

/* line 38, app/assets/stylesheets/shared/group_selection.sass */
.add_choice img {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  background-color: #ddd;
  width: 32px;
  height: 32px;
}

/* line 46, app/assets/stylesheets/shared/group_selection.sass */
.add_choice .already {
  font-size: 10px;
  color: #909090;
}

/* line 52, app/assets/stylesheets/shared/group_selection.sass */
.medium_modal .choice_container .add_choice {
  width: 23%;
}

@media screen and (max-width: 900px) {
  /* line 52, app/assets/stylesheets/shared/group_selection.sass */
  .medium_modal .choice_container .add_choice {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  /* line 52, app/assets/stylesheets/shared/group_selection.sass */
  .medium_modal .choice_container .add_choice {
    width: 47%;
  }
}

@media screen and (max-width: 450px) {
  /* line 52, app/assets/stylesheets/shared/group_selection.sass */
  .medium_modal .choice_container .add_choice {
    width: 40%;
  }
}
/* line 1, app/assets/stylesheets/shared/pulsate.css */
.pulsate {
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.1;
}

/* line 6, app/assets/stylesheets/shared/media_library.sass */
.media_library .search_criteria {
  padding: 10px 15px 10px 15px;
  min-height: 52px;
}

/* line 9, app/assets/stylesheets/shared/media_library.sass */
.media_library .type_label {
  margin-top: 7px;
}

/* line 11, app/assets/stylesheets/shared/media_library.sass */
.media_library .advanced_fields {
  margin-top: 2px;
  display: inline-block;
}

/* line 14, app/assets/stylesheets/shared/media_library.sass */
.media_library #fileupload .tab-header {
  height: 48px;
}

/* line 17, app/assets/stylesheets/shared/media_library.sass */
.media_library.no_audio #fileupload .tab-header li.record-audio {
  display: none;
}

/* line 20, app/assets/stylesheets/shared/media_library.sass */
.ml_items {
  margin-top: 5px;
}

/* line 22, app/assets/stylesheets/shared/media_library.sass */
.ml_items li {
  width: 146px;
  min-height: 170px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}

/* line 31, app/assets/stylesheets/shared/media_library.sass */
.ml_items .audio_player {
  position: relative;
  height: 45px;
}

/* line 34, app/assets/stylesheets/shared/media_library.sass */
.ml_items .audio_player audio {
  right: auto;
  left: 0;
  width: 250px;
}

/* line 39, app/assets/stylesheets/shared/media_library.sass */
#ml_confirm_delete .ml_items li {
  cursor: auto;
}

/* line 42, app/assets/stylesheets/shared/media_library.sass */
#center_container #ml_items li {
  width: 140px;
  padding: 8px 0;
}

/* line 46, app/assets/stylesheets/shared/media_library.sass */
.ml_overlay {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 12px;
  left: 13px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: 36px 36px;
}

/* line 57, app/assets/stylesheets/shared/media_library.sass */
#center_container .ml_overlay {
  left: 10px;
}

/* line 60, app/assets/stylesheets/shared/media_library.sass */
.ml_ol_polling {
  background-image: url(/assets/loading.gif) !important;
  background-size: 48px 48px !important;
  background-position: 36px 36px !important;
}

/* line 65, app/assets/stylesheets/shared/media_library.sass */
.ml_ol_deleting {
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(/assets/loading.gif);
  background-size: 48px 48px;
  background-position: 36px 36px;
}

/* line 71, app/assets/stylesheets/shared/media_library.sass */
.ml_thumbnail {
  width: 120px;
  height: 120px;
  vertical-align: middle;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eaeaea;
  margin: 4px auto 4px auto;
}

/* line 81, app/assets/stylesheets/shared/media_library.sass */
.ml_thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 88, app/assets/stylesheets/shared/media_library.sass */
.ml_thumbnail img.portrait {
  height: 100%;
  width: auto;
}

/* line 91, app/assets/stylesheets/shared/media_library.sass */
.ml_thumbnail img.landscape {
  height: auto;
  width: 100%;
}

/* line 94, app/assets/stylesheets/shared/media_library.sass */
.ml_thumbnail .ml_error_message {
  display: none;
}

/* line 97, app/assets/stylesheets/shared/media_library.sass */
.error .ml_error_message {
  display: inline;
  color: red;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 107, app/assets/stylesheets/shared/media_library.sass */
.error .ml_play_icon {
  display: none;
}

/* line 110, app/assets/stylesheets/shared/media_library.sass */
.selected .ml_thumbnail {
  width: 128px;
  height: 128px;
  border: 5px solid #62b1cc;
  margin: 0 auto;
}

/* line 118, app/assets/stylesheets/shared/media_library.sass */
#ml_footer .search_results_controls {
  display: inline-block;
}

/* line 120, app/assets/stylesheets/shared/media_library.sass */
#ml_footer .search_ok_cancel {
  float: right;
}

/* line 122, app/assets/stylesheets/shared/media_library.sass */
#ml_footer .page_info, #ml_footer .pagination {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

/* line 126, app/assets/stylesheets/shared/media_library.sass */
#ml_footer .pagination {
  margin-left: 5px;
}

/* line 128, app/assets/stylesheets/shared/media_library.sass */
#ml_footer .pagination .btn {
  padding: 2px 5px;
}

/* line 131, app/assets/stylesheets/shared/media_library.sass */
#ml_upload {
  clear: both;
  margin: 10px;
  position: relative;
}

/* line 136, app/assets/stylesheets/shared/media_library.sass */
#ml_add_close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 26px;
  color: #aaa;
  height: 20px;
  display: block;
  line-height: 20px;
  cursor: pointer;
  z-index: 200;
}

/* line 148, app/assets/stylesheets/shared/media_library.sass */
#ml_footer {
  overflow: hidden;
  padding: 10px;
}

/* line 152, app/assets/stylesheets/shared/media_library.sass */
#ml_add_btn, #ml_delete_btn {
  float: right;
}

/* line 155, app/assets/stylesheets/shared/media_library.sass */
#ml_delete_btn {
  margin-right: 5px;
}

/* line 158, app/assets/stylesheets/shared/media_library.sass */
.ml_name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 163, app/assets/stylesheets/shared/media_library.sass */
.ml_remove {
  position: absolute;
  top: 2px;
  right: 3px;
  width: 24px;
  height: 24px;
  z-index: 200;
  background: red;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  color: white;
}

/* line 176, app/assets/stylesheets/shared/media_library.sass */
.ml_name_edit input {
  text-align: center;
}

/* line 179, app/assets/stylesheets/shared/media_library.sass */
.editable .ml_name {
  cursor: text;
}

/* line 182, app/assets/stylesheets/shared/media_library.sass */
#fileupload form {
  transition: background-color .5s;
}

/* line 184, app/assets/stylesheets/shared/media_library.sass */
#fileupload form.hover {
  background-color: #FFFBCC;
}

/* line 187, app/assets/stylesheets/shared/media_library.sass */
#ml_header {
  padding: 10px;
}

/* line 189, app/assets/stylesheets/shared/media_library.sass */
.ml_stats {
  overflow: hidden;
}

/* line 191, app/assets/stylesheets/shared/media_library.sass */
#ml_quota {
  float: left;
}

/* line 193, app/assets/stylesheets/shared/media_library.sass */
.ml_over_quota {
  color: red;
}

/* line 195, app/assets/stylesheets/shared/media_library.sass */
#ml_selected {
  float: right;
}

/* line 197, app/assets/stylesheets/shared/media_library.sass */
#ml_quota_message {
  color: red;
  padding: 10px 15px 0 10px;
}

/* line 201, app/assets/stylesheets/shared/media_library.sass */
.fileupload_insert_url {
  padding: 20px;
}

/* line 203, app/assets/stylesheets/shared/media_library.sass */
.fileupload_insert_url .media_supported {
  display: block;
  text-align: left;
  left: 20px;
  position: absolute;
  padding-top: 5px;
}

/* line 209, app/assets/stylesheets/shared/media_library.sass */
.fileupload_insert_url .supported, .fileupload_insert_url .embed_media_icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

/* line 213, app/assets/stylesheets/shared/media_library.sass */
.fileupload_insert_url .embed_media_icons {
  margin-left: 5px;
}

/* line 215, app/assets/stylesheets/shared/media_library.sass */
.fileupload_insert_url input[type="submit"] {
  float: right;
  margin-top: 5px;
}

/* line 218, app/assets/stylesheets/shared/media_library.sass */
.fileupload_insert_url label {
  font-size: 14px;
}

/* line 220, app/assets/stylesheets/shared/media_library.sass */
.fileupload_insert_url label.error {
  display: block;
  font-size: 12px;
}

/* line 224, app/assets/stylesheets/shared/media_library.sass */
.video-js .vjs-big-play-button {
  width: 2.5em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #29ABE2;
  border: 0;
}

/* line 233, app/assets/stylesheets/shared/media_library.sass */
.video-js:hover .vjs-big-play-button {
  background-color: #1988b8;
}

/* line 235, app/assets/stylesheets/shared/media_library.sass */
.video-js .vjs-big-play-button:before {
  font-size: 1.3em;
  top: -1px;
}

/* line 239, app/assets/stylesheets/shared/media_library.sass */
.ml_play_icon {
  position: absolute;
  top: 13px;
  right: 11px;
  width: 28px;
  height: 28px;
  display: block;
  background-color: #333;
  color: #fff;
  border-radius: 0 0 0 5px;
  line-height: 26px;
  padding-left: 1px;
  opacity: 0.5;
  transition: background-color .5s;
  background: rgba(0, 0, 0, 0.3);
}

/* line 254, app/assets/stylesheets/shared/media_library.sass */
.ml_play_icon:hover {
  background-color: #333;
  opacity: 1;
}

/* line 258, app/assets/stylesheets/shared/media_library.sass */
.ml_play_video:hover {
  background-color: #29ABE2;
}

/* line 261, app/assets/stylesheets/shared/media_library.sass */
.ml_play_embed_media:hover {
  background-color: #FFA500;
}

/* line 264, app/assets/stylesheets/shared/media_library.sass */
.lightbox_modal, .loading_lightbox_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
}

/* line 269, app/assets/stylesheets/shared/media_library.sass */
.lightbox_modal .modal-dialog, .loading_lightbox_modal .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  display: table;
  left: 0;
  padding: 0;
}

/* line 278, app/assets/stylesheets/shared/media_library.sass */
.lightbox_modal .modal-body, .loading_lightbox_modal .modal-body {
  padding: 0;
}

/* line 280, app/assets/stylesheets/shared/media_library.sass */
.lightbox_modal .modal-content, .loading_lightbox_modal .modal-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  padding: 0;
  background: transparent;
  text-align: center;
  width: auto;
  height: 100%;
  max-width: 90%;
  max-height: 100%;
  box-shadow: none;
}

/* line 295, app/assets/stylesheets/shared/media_library.sass */
.lightbox_modal .media_close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  z-index: 2000;
  height: 24px;
  line-height: 20px;
}

/* line 305, app/assets/stylesheets/shared/media_library.sass */
.lightbox_modal img {
  max-height: 500px;
  max-width: 100%;
}

@media screen and (min-height: 700px) {
  /* line 305, app/assets/stylesheets/shared/media_library.sass */
  .lightbox_modal img {
    max-height: 600px;
  }
}

@media screen and (min-height: 800px) {
  /* line 305, app/assets/stylesheets/shared/media_library.sass */
  .lightbox_modal img {
    max-height: 700px;
  }
}

@media screen and (min-height: 900px) {
  /* line 305, app/assets/stylesheets/shared/media_library.sass */
  .lightbox_modal img {
    max-height: 800px;
  }
}

@media screen and (min-height: 1000px) {
  /* line 305, app/assets/stylesheets/shared/media_library.sass */
  .lightbox_modal img {
    max-height: 900px;
  }
}

/* line 317, app/assets/stylesheets/shared/media_library.sass */
.ml_thumbnail img.ml_placeholder {
  width: 50%;
}

/* line 321, app/assets/stylesheets/shared/media_library.sass */
.ml_items li:not(.editable):not(.error) .ml_ol_video, .ml_items li:not(.editable):not(.error) .ml_ol_embed_media {
  background-size: 48px 34px;
  background-position: 36px 44px;
  background-image: url(/assets/icons/video_play.png);
}

/* line 326, app/assets/stylesheets/shared/media_library.sass */
.ml_items li:not(.editable):not(.error) .ml_ol_embed_media {
  filter: hue-rotate(180deg);
}

/* line 330, app/assets/stylesheets/shared/media_library.sass */
.ml_filesize {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  background: black;
  color: white;
}

/* line 337, app/assets/stylesheets/shared/media_library.sass */
.ml_type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  color: white;
  width: 20px;
}

/* line 345, app/assets/stylesheets/shared/media_library.sass */
iframe.pdf_media_preview {
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 350, app/assets/stylesheets/shared/media_library.sass */
.lightbox_modal .modal-body.document {
  height: 100%;
  padding-top: 60px;
}

/* line 354, app/assets/stylesheets/shared/media_library.sass */
.ml_document_name {
  height: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 366, app/assets/stylesheets/shared/media_library.sass */
#ml_context_warning {
  margin: 10px;
}

/* line 370, app/assets/stylesheets/shared/media_library.sass */
#ml_menu .context_disabled {
  opacity: 0.5;
}

/* line 375, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .nav-tabs li.record-audio a {
  padding-top: 0;
}

/* line 377, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .nav-tabs li.record-audio a .record_audio_label {
  margin-top: 3px;
}

/* line 380, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .unsupported, #ml_upload .tab-pane.record_audio .safari {
  margin-top: 1em;
}

/* line 382, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .unsupported .code, #ml_upload .tab-pane.record_audio .safari .code {
  font-family: Monaco,Courier New;
  margin-left: 0.5em;
  font-weight: bold;
}

/* line 386, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .canvas_wrapper {
  min-height: 5em;
  text-align: center;
  position: relative;
  width: 50%;
  margin: auto;
}

/* line 389, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .canvas_wrapper .recording_indicator {
  display: none;
  width: 100%;
  position: absolute;
  top: 2em;
  color: red;
  font-size: 110%;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 398, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .canvas_wrapper .recording_indicator.recording {
  display: block;
}

/* line 403, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .canvas_wrapper canvas.visualizer {
  width: 100%;
  height: 8em;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin: 2em auto;
}

/* line 409, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .manage_clips {
  width: 85%;
  text-align: center;
  margin: 1em auto;
}

/* line 413, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .manage_clips .intro {
  margin: 1em auto;
}

/* line 415, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .manage_clips ul.audio_clips li {
  margin: 0.5em auto;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 416, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .manage_clips ul.audio_clips li .audio_player {
  position: relative;
  width: auto;
}

/* line 425, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .manage_clips ul.audio_clips li .btn {
  margin-left: 1em;
}

/* line 427, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .manage_clips ul.audio_clips li .audio_player audio {
  position: relative;
  margin: 0;
}

/* line 430, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .manage_clips ul.audio_clips li .loading_indicator {
  position: absolute;
  right: 0;
}

/* line 433, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .manage_clips ul.audio_clips li .clip_name_wrapper {
  font-size: 85%;
  text-align: center;
  margin: auto;
  width: 20%;
  min-width: 100px;
}

/* line 439, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .manage_clips ul.audio_clips li .clip_name_wrapper input {
  text-align: center;
}

/* line 441, app/assets/stylesheets/shared/media_library.sass */
#ml_upload .tab-pane.record_audio .manage_clips .record_audio_controls, #ml_upload .tab-pane.record_audio .manage_clips .audio_clips {
  margin-bottom: 3em;
}

/* line 444, app/assets/stylesheets/shared/media_library.sass */
form#direct_file_upload {
  padding: 20px;
}

/* line 447, app/assets/stylesheets/shared/media_library.sass */
#fileupload {
  text-align: center;
}

/* line 449, app/assets/stylesheets/shared/media_library.sass */
#fileupload .fileupload-failed {
  text-align: center;
  margin-bottom: 0;
}

/* line 452, app/assets/stylesheets/shared/media_library.sass */
#fileupload .tab-header {
  height: 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

/* line 456, app/assets/stylesheets/shared/media_library.sass */
#fileupload .tab-header .nav-tabs {
  float: right;
}

/* line 458, app/assets/stylesheets/shared/media_library.sass */
#fileupload .tab-header .nav-tabs li {
  margin: 0;
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 462, app/assets/stylesheets/shared/media_library.sass */
#fileupload .tab-header .nav-tabs li a {
  display: inline-block;
}

/* line 464, app/assets/stylesheets/shared/media_library.sass */
#fileupload .tab-header .nav-tabs li a.active, #fileupload .tab-header .nav-tabs li a:hover, #fileupload .tab-header .nav-tabs li a:focus {
  background-color: transparent;
}

/* line 466, app/assets/stylesheets/shared/media_library.sass */
#fileupload .tab-header .nav-tabs li.upload-file {
  background-image: url("/assets/sprites/arrow-090.png");
}

/* line 468, app/assets/stylesheets/shared/media_library.sass */
#fileupload .tab-header .nav-tabs li.import-file {
  background-image: url("/assets/icons/chain.png");
}

/* line 472, app/assets/stylesheets/shared/media_library.sass */
#fileupload .tab-content {
  margin-top: 1px;
  border: 2px dashed #cccccc;
  background: transparent;
  transition: none;
  position: relative;
}

/* line 478, app/assets/stylesheets/shared/media_library.sass */
#fileupload .fileinput-button {
  margin-top: 10px;
  margin-bottom: 30px;
}

/* line 481, app/assets/stylesheets/shared/media_library.sass */
#fileupload .fileinput-button input {
  width: 100%;
  height: 100%;
}

/* line 484, app/assets/stylesheets/shared/media_library.sass */
#fileupload .download_upload_table {
  margin: 0;
  table-layout: fixed;
}

/* line 487, app/assets/stylesheets/shared/media_library.sass */
#fileupload .download_upload_table td.name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 491, app/assets/stylesheets/shared/media_library.sass */
#fileupload .download_upload_table .progress {
  width: auto;
}

/* line 493, app/assets/stylesheets/shared/media_library.sass */
#fileupload .download_upload_table td.start {
  display: none;
}

@media (max-width: 780px) {
  /* line 497, app/assets/stylesheets/shared/media_library.sass */
  #fileupload .download_upload_table td.cancel span {
    display: none;
  }
}

/* line 499, app/assets/stylesheets/shared/media_library.sass */
#fileupload .download_upload_table td.progress_bar {
  width: 30%;
  position: relative;
}

/* line 502, app/assets/stylesheets/shared/media_library.sass */
#fileupload .download_upload_table td.progress_bar .progress {
  margin: 0;
}

/* line 504, app/assets/stylesheets/shared/media_library.sass */
#fileupload .download_upload_table td.error {
  text-align: left;
}

/* line 506, app/assets/stylesheets/shared/media_library.sass */
#fileupload .drag-message, #fileupload .remote-image-message {
  font-size: 14px;
}

/* line 508, app/assets/stylesheets/shared/media_library.sass */
#fileupload .supported-files {
  font-size: 12px;
}

/* line 510, app/assets/stylesheets/shared/media_library.sass */
#fileupload .remote-image-message {
  margin-bottom: 5px;
}

/* line 512, app/assets/stylesheets/shared/media_library.sass */
#fileupload .remote_upload {
  float: right;
  margin-top: 5px;
}

/* line 516, app/assets/stylesheets/shared/media_library.sass */
.tab-pane.fileupload_insert_url {
  padding: 20px;
}

/* line 519, app/assets/stylesheets/shared/media_library.sass */
#media_search {
  text-align: right;
  color: #444;
}

/* line 522, app/assets/stylesheets/shared/media_library.sass */
#media_search input {
  margin-left: 0.5em;
}

/* line 524, app/assets/stylesheets/shared/media_library.sass */
#media_search input::-moz-placeholder {
  opacity: 0.5;
}
#media_search input::placeholder {
  opacity: 0.5;
}
/* line 3, app/assets/stylesheets/pages_other/account.sass */
form.password_reset {
  margin-top: 15px;
}

/* line 5, app/assets/stylesheets/pages_other/account.sass */
form.password_reset label.error {
  display: block;
}

/* line 8, app/assets/stylesheets/pages_other/account.sass */
.account_section {
  margin-bottom: 30px;
}

/* line 10, app/assets/stylesheets/pages_other/account.sass */
.account_section i {
  margin: 0px 5px 0px 0px;
}

/* line 13, app/assets/stylesheets/pages_other/account.sass */
.account_section form {
  margin: 0;
}

/* line 15, app/assets/stylesheets/pages_other/account.sass */
.account_section form .btn-custom {
  margin: 0;
}

/* line 17, app/assets/stylesheets/pages_other/account.sass */
.account_section form .clearfix {
  margin-bottom: 10px;
}

/* line 19, app/assets/stylesheets/pages_other/account.sass */
.account_section form .field_info {
  font-size: 11px;
}

/* line 22, app/assets/stylesheets/pages_other/account.sass */
.account_section form .input-prepend i {
  margin: 0;
}

/* line 24, app/assets/stylesheets/pages_other/account.sass */
.account_section form #user_current_password {
  margin-bottom: 3px;
}

/* line 27, app/assets/stylesheets/pages_other/account.sass */
#accept_pm_from_friends_false,
#accept_share_from_friends_false,
#notification_instant_false,
#notification_summary_false,
#recurring_payment_receipts_false {
  margin-left: 30px;
}

/* line 35, app/assets/stylesheets/pages_other/account.sass */
.account_section .tooltip-inner {
  max-width: 500px;
}

/* line 37, app/assets/stylesheets/pages_other/account.sass */
.account_section h3 img {
  margin-top: -4px;
}

/* line 40, app/assets/stylesheets/pages_other/account.sass */
.pref_section {
  margin-bottom: 20px;
}

/* line 43, app/assets/stylesheets/pages_other/account.sass */
.pref_sub {
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 14px;
}

/* line 49, app/assets/stylesheets/pages_other/account.sass */
.pref_sub label {
  vertical-align: middle;
}

/* line 52, app/assets/stylesheets/pages_other/account.sass */
.pref_sub.disabled .pref_entry {
  opacity: 0.5;
}

/* line 54, app/assets/stylesheets/pages_other/account.sass */
.pref_sub .pref_tooltip {
  padding-right: 0.5em;
}

/* line 57, app/assets/stylesheets/pages_other/account.sass */
.social_google_oauth2, .social_microsoft_graph_auth {
  margin-top: 5px;
  padding-left: 25px;
  margin-left: 2px;
}

/* line 61, app/assets/stylesheets/pages_other/account.sass */
.social_google_oauth2 button, .social_microsoft_graph_auth button {
  border: 0;
  color: #3a99ad;
  background: none;
  font-weight: 300;
}

/* line 67, app/assets/stylesheets/pages_other/account.sass */
.social_google_oauth2 {
  background: url(/assets/icon_social_google.png) no-repeat;
}

/* line 69, app/assets/stylesheets/pages_other/account.sass */
.social_microsoft_graph_auth {
  background: url(/assets/icon_social_microsoft.png) no-repeat;
}

/* line 73, app/assets/stylesheets/pages_other/account.sass */
#quotas table.summary {
  table-layout: fixed;
}

/* line 75, app/assets/stylesheets/pages_other/account.sass */
#quotas table.summary thead {
  display: table-header-group;
}

/* line 78, app/assets/stylesheets/pages_other/account.sass */
#quotas table.summary thead th i {
  display: block;
}

/* line 80, app/assets/stylesheets/pages_other/account.sass */
#quotas table.summary th, #quotas table.summary td {
  text-align: center;
}

/* line 82, app/assets/stylesheets/pages_other/account.sass */
#quotas table.summary td.description {
  text-align: left;
}

/* line 85, app/assets/stylesheets/pages_other/account.sass */
#quotas table.summary tr.usage td {
  padding-top: 20px !important;
}

/* line 88, app/assets/stylesheets/pages_other/account.sass */
#quotas table.summary .increment, #quotas table.summary .available {
  color: #7db727;
}

/* line 91, app/assets/stylesheets/pages_other/account.sass */
#quotas table.summary .full {
  color: #FF3823;
}

/* line 94, app/assets/stylesheets/pages_other/account.sass */
#quotas table.summary td.tally {
  vertical-align: bottom;
}

/* line 96, app/assets/stylesheets/pages_other/account.sass */
#quotas table.summary td.tally .used {
  font-size: 18px;
}

/* line 99, app/assets/stylesheets/pages_other/account.sass */
#quotas .links {
  padding-top: 20px;
  clear: both;
}

/* line 104, app/assets/stylesheets/pages_other/account.sass */
.account_section .box {
  background-color: #f7f7f7;
  border-bottom: 1px solid #cccccc;
  padding: 30px;
}

/* line 108, app/assets/stylesheets/pages_other/account.sass */
.account_section .box h3 {
  color: #333;
  margin-bottom: 20px;
  font-weight: 400;
}

/* line 112, app/assets/stylesheets/pages_other/account.sass */
.account_section .box h3 img {
  margin-right: 5px;
}

/* line 115, app/assets/stylesheets/pages_other/account.sass */
.cancel_account {
  width: 300px;
}

/* line 118, app/assets/stylesheets/pages_other/account.sass */
#sidebar {
  word-wrap: break-word;
}

/* line 120, app/assets/stylesheets/pages_other/account.sass */
#sidebar ul {
  padding: 0;
  margin: 0;
}

/* line 123, app/assets/stylesheets/pages_other/account.sass */
#sidebar ul li {
  display: block;
}

/* line 125, app/assets/stylesheets/pages_other/account.sass */
#sidebar .btn {
  margin-bottom: 5px;
}

/* line 131, app/assets/stylesheets/pages_other/account.sass */
#sidebar .box ul {
  border-bottom: 1px solid #dadada;
}

/* line 134, app/assets/stylesheets/pages_other/account.sass */
#sidebar .box ul li .active {
  background-color: #fff;
  text-decoration: none;
}

/* line 137, app/assets/stylesheets/pages_other/account.sass */
#sidebar .box ul li:hover {
  background-color: #f7f7f7;
}

/* line 139, app/assets/stylesheets/pages_other/account.sass */
#sidebar .box ul li:hover a {
  text-decoration: none;
}

/* line 144, app/assets/stylesheets/pages_other/account.sass */
#payment_history .entry {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 0px 0px 0px;
  border-top: 2px solid #cccccc;
}

/* line 149, app/assets/stylesheets/pages_other/account.sass */
#payment_history .entry .label {
  padding: 0;
  color: inherit;
  font-weight: inherit;
  display: block;
  text-align: left;
  font-size: 12px;
}

/* line 156, app/assets/stylesheets/pages_other/account.sass */
#payment_history .entry .reference {
  font-size: 0.75em;
  color: #909090;
  display: block;
}

/* line 160, app/assets/stylesheets/pages_other/account.sass */
#payment_history .entry .value {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
}

/* line 171, app/assets/stylesheets/pages_other/account.sass */
.institution_details .your_plan_details tr td:first-child {
  vertical-align: top;
}

/* line 177, app/assets/stylesheets/pages_other/account.sass */
.account_links_container {
  margin-top: 30px;
}

/* line 180, app/assets/stylesheets/pages_other/account.sass */
.account_link {
  border-top: 1px solid #dadada;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

/* line 186, app/assets/stylesheets/pages_other/account.sass */
.account_link .sprite {
  margin-right: 0.5em;
}

/* line 190, app/assets/stylesheets/pages_other/account.sass */
.dashboard_section_heading .btn {
  margin-top: 20px;
  float: right;
}

/* line 193, app/assets/stylesheets/pages_other/account.sass */
.dashboard_section_heading .upgrade_btn {
  margin-left: 20px;
}

/* line 197, app/assets/stylesheets/pages_other/account.sass */
#payment_plan_page h2 {
  font-size: 20px;
}

/* line 199, app/assets/stylesheets/pages_other/account.sass */
.subscription_section {
  margin: 30px 0 40px 0;
}

/* line 201, app/assets/stylesheets/pages_other/account.sass */
.subscription_section h2 {
  margin: 0;
}

/* line 204, app/assets/stylesheets/pages_other/account.sass */
.graph_resource_type_usage, .graph_resource_type_legend {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  width: 48%;
}

/* line 209, app/assets/stylesheets/pages_other/account.sass */
.graph_resource_type_usage .plot, .graph_resource_type_legend .plot {
  width: 100%;
  height: auto;
}

/* line 213, app/assets/stylesheets/pages_other/account.sass */
.graph_resource_type_usage {
  padding-right: 10px;
}

/* line 216, app/assets/stylesheets/pages_other/account.sass */
.graph_resource_type_legend {
  margin-top: 20px;
}

/* line 219, app/assets/stylesheets/pages_other/account.sass */
.legend_entry {
  margin-bottom: 5px;
}

/* line 223, app/assets/stylesheets/pages_other/account.sass */
.account_checkboxes input[type="checkbox"] {
  display: none;
}

/* line 226, app/assets/stylesheets/pages_other/account.sass */
.account_checkboxes input[type="checkbox"] + label:not(.onoffswitch-label) {
  background: url(/assets/icons/checkbox_unchecked.png) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin: 0 3px 3px 0;
  cursor: pointer;
  vertical-align: middle;
}

/* line 235, app/assets/stylesheets/pages_other/account.sass */
.account_checkboxes input[type="checkbox"]:checked + label:not(.onoffswitch-label) {
  background: url(/assets/icons/checkbox_checked.png) no-repeat;
  background-size: 12px;
}

/* line 239, app/assets/stylesheets/pages_other/account.sass */
.account_checkboxes input[type="checkbox"]:disabled + label:not(.onoffswitch-label) {
  display: none;
}

/* line 242, app/assets/stylesheets/pages_other/account.sass */
.account_checkboxes input[type="checkbox"]:checked:disabled + label:not(.onoffswitch-label) {
  display: inline-block;
  background-image: url("icons/check.png");
  cursor: not-allowed;
  filter: hue-rotate(180deg);
}

/* line 250, app/assets/stylesheets/pages_other/account.sass */
#account_notifications h3 .what_is_this {
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 2px;
}

/* line 257, app/assets/stylesheets/pages_other/account.sass */
#account_upgrade_box.pricing.container {
  background: none;
}

/* line 259, app/assets/stylesheets/pages_other/account.sass */
#account_upgrade_box.pricing.container .btn {
  float: none;
  margin: 0;
}

/* line 263, app/assets/stylesheets/pages_other/account.sass */
#ac_change_password, #ac_change_email {
  font-size: 13px;
}

/* line 266, app/assets/stylesheets/pages_other/account.sass */
.account_checkboxes #premium_privacy input[type="checkbox"]:disabled + label:not(.onoffswitch-label) {
  display: inline-block;
}

/* line 269, app/assets/stylesheets/pages_other/account.sass */
#premium_privacy .study_aid_privacy_toggle {
  margin: 0 0 10px 0;
}

/* line 271, app/assets/stylesheets/pages_other/account.sass */
#premium_privacy .study_aid_privacy_toggle .toggle_switch {
  padding-right: 10px;
}

/* line 273, app/assets/stylesheets/pages_other/account.sass */
#premium_privacy .study_aid_privacy_toggle p {
  margin: 0;
}

/* line 275, app/assets/stylesheets/pages_other/account.sass */
#premium_privacy .study_aid_privacy_toggle .toggle_switch, #premium_privacy .study_aid_privacy_toggle .state_message {
  vertical-align: middle;
}

/* line 279, app/assets/stylesheets/pages_other/account.sass */
#account_notifications .no_push_subscriptions {
  margin-bottom: 2em;
}
/* line 7, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas h3 .percentage {
  float: right;
}

/* line 11, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .quota-bar .container {
  height: 3em;
  width: 100%;
  background-color: #BDC3C7;
  padding: 0;
  vertical-align: middle;
}

/* line 17, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .quota-bar .container .bar {
  height: 100%;
  opacity: 0.8;
  float: left;
}

/* line 21, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .quota-bar .container .bar.MindMap {
  background-color: #dc85ac;
}

/* line 23, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .quota-bar .container .bar.FlashCardDeck {
  background-color: #5595c9;
}

/* line 25, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .quota-bar .container .bar.Note {
  background-color: #f16243;
}

/* line 27, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .quota-bar .container .bar.Quiz {
  background-color: #97a14b;
}

/* line 29, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .quota-bar .container .bar.SlideSet {
  background-color: #f1eb41;
}

/* line 31, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .quota-bar .container .bar.Flowchart {
  background-color: #ffa500;
}

/* line 33, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .quota-bar .container .bar.Subject {
  background-color: #97a14b;
}

/* line 37, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend .container {
  background: none;
  display: inline-block;
  font-size: 1.25em;
  margin: 3em;
  width: 27%;
}

/* line 43, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend .container .box {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1em;
}

/* line 49, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend .container .box.MindMap, #quotas .legend_box.MindMap {
  background-color: #dc85ac;
}

/* line 51, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend .container .box.FlashCardDeck, #quotas .legend_box.FlashCardDeck {
  background-color: #5595c9;
}

/* line 53, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend .container .box.Note, #quotas .legend_box.Note {
  background-color: #f16243;
}

/* line 55, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend .container .box.Quiz, #quotas .legend_box.Quiz {
  background-color: #97a14b;
}

/* line 57, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend .container .box.SlideSet, #quotas .legend_box.SlideSet {
  background-color: #f1eb41;
}

/* line 59, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend .container .box.Flowchart, #quotas .legend_box.Flowchart {
  background-color: #ffa500;
}

/* line 61, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend .container .box.Subject, #quotas .legend_box.Subject {
  background-color: #97a14b;
}

/* line 63, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend .container .box.unused, #quotas .legend_box.unused {
  background-color: #BDC3C7;
}

/* line 65, app/assets/stylesheets/pages_other/account_quotas.sass */
#quotas .legend_box {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

/* line 70, app/assets/stylesheets/pages_other/account_quotas.sass */
.quotas {
  text-align: center;
}

/* line 73, app/assets/stylesheets/pages_other/account_quotas.sass */
.quota_box {
  font-family: inherit, Arial;
  background-color: #fff;
  width: 100px;
  height: 100px;
  border: 1px solid grey;
  margin-right: 3px;
  overflow: hidden;
}

/* line 82, app/assets/stylesheets/pages_other/account_quotas.sass */
.quota_box .quota_percentage_box {
  width: 15px;
  border-right: 1px solid grey;
  height: 100%;
  float: left;
}

/* line 87, app/assets/stylesheets/pages_other/account_quotas.sass */
.quota_box .quota_content {
  float: left;
  width: 84px;
  text-align: center;
}

/* line 91, app/assets/stylesheets/pages_other/account_quotas.sass */
.quota_box .quota_content .quota_number {
  height: 30px;
  font-size: 50px;
  padding-top: 20px;
}

/* line 95, app/assets/stylesheets/pages_other/account_quotas.sass */
.quota_box .quota_content .quota_separator {
  height: 20px;
  font-weight: bold;
}

/* line 98, app/assets/stylesheets/pages_other/account_quotas.sass */
.quota_box .quota_content .quota_amount {
  height: 20px;
}

/* line 101, app/assets/stylesheets/pages_other/account_quotas.sass */
.quota_percentage_denote {
  width: 15px;
  height: 100%;
  background-color: white;
  position: absolute;
  bottom: 0px;
}

/* line 107, app/assets/stylesheets/pages_other/account_quotas.sass */
.quota_box:last-child {
  margin-right: 0px;
}

/* line 110, app/assets/stylesheets/pages_other/account_quotas.sass */
.quota_percentage_box {
  position: relative;
}

/* line 114, app/assets/stylesheets/pages_other/account_quotas.sass */
.mindmap_quota {
  color: orange;
}

/* line 115, app/assets/stylesheets/pages_other/account_quotas.sass */
.mindmap_quota .quota_percentage_box {
  background-color: #FCEFD9;
}

/* line 118, app/assets/stylesheets/pages_other/account_quotas.sass */
.flashcard_quota {
  color: green;
}

/* line 119, app/assets/stylesheets/pages_other/account_quotas.sass */
.flashcard_quota .quota_percentage_box {
  background-color: #E3FCE1;
}

/* line 122, app/assets/stylesheets/pages_other/account_quotas.sass */
.question_quota {
  color: purple;
}

/* line 123, app/assets/stylesheets/pages_other/account_quotas.sass */
.question_quota .quota_percentage_box {
  background-color: #F9F2FA;
}

/* line 126, app/assets/stylesheets/pages_other/account_quotas.sass */
.quiz_quota {
  color: blue;
}

/* line 127, app/assets/stylesheets/pages_other/account_quotas.sass */
.quiz_quota .quota_percentage_box {
  background-color: #F2FAF9;
}

/* line 131, app/assets/stylesheets/pages_other/account_quotas.sass */
#mindmap_percent {
  height: 10%;
}

/* line 133, app/assets/stylesheets/pages_other/account_quotas.sass */
#flashcard_percent {
  height: 60%;
}

/* line 135, app/assets/stylesheets/pages_other/account_quotas.sass */
#question_percent {
  height: 30%;
}

/* line 137, app/assets/stylesheets/pages_other/account_quotas.sass */
#quiz_percent {
  height: 50%;
}

/* line 140, app/assets/stylesheets/pages_other/account_quotas.sass */
#percent_mindmap {
  background-color: orange;
}

/* line 142, app/assets/stylesheets/pages_other/account_quotas.sass */
#percent_flashcard {
  background-color: green;
}

/* line 144, app/assets/stylesheets/pages_other/account_quotas.sass */
#percent_question {
  background-color: purple;
}

/* line 146, app/assets/stylesheets/pages_other/account_quotas.sass */
#percent_quiz {
  background-color: blue;
}

/* line 150, app/assets/stylesheets/pages_other/account_quotas.sass */
#quota_summary i {
  margin-top: 4px;
}
/* line 1, app/assets/stylesheets/pages_other/faq.sass */
#faq_container {
  background-color: #f7f7f7;
  padding: 20px;
  font-size: 15px;
}

/* line 5, app/assets/stylesheets/pages_other/faq.sass */
#faq_container pre {
  background: white;
  font-size: 85%;
  border: 1px solid #dadada;
  padding: 1em;
}

/* line 11, app/assets/stylesheets/pages_other/faq.sass */
#faq_title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-top: 10px;
  color: #787f82;
  letter-spacing: -2px;
}

/* line 19, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar {
  font-size: 15px;
  margin-top: 26px;
  padding: 10px;
  background-color: #fff;
}

/* line 24, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar ul li {
  display: block;
}

/* line 26, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar ul li:not(:first-of-type) {
  border-top: 1px solid #dadada;
}

/* line 28, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar .group > a, #faq_sidebar .subgroup > a {
  color: #333;
  padding: 10px;
  display: block;
  font-weight: 400;
}

/* line 33, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar .group > a:hover, #faq_sidebar .group > a:focus, #faq_sidebar .subgroup > a:hover, #faq_sidebar .subgroup > a:focus {
  text-decoration: none;
  background-color: #62b1cc;
  color: #fff;
}

/* line 37, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar .group.with_subgroups > a {
  background-image: url(/assets/icons/icon-faq-expand-off.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px 6px;
}

/* line 42, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar .group.with_subgroups > a:hover, #faq_sidebar .group.with_subgroups.active > a {
  background-image: url(/assets/icons/icon-faq-expand-on.png);
}

/* line 45, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar .subgroup > a {
  padding-left: 25px;
}

/* line 49, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar ul li.active a {
  background-color: #62b1cc;
  background-image: none;
  color: #fff;
}

/* line 53, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar ul li.active a:hover, #faq_sidebar ul li.active a:focus {
  background-image: none;
}

/* line 59, app/assets/stylesheets/pages_other/faq.sass */
.faq_question h2 {
  font-size: 30px;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}

/* line 63, app/assets/stylesheets/pages_other/faq.sass */
.faq_question h1, .faq_question h2, .faq_question h3, .faq_question h4 {
  text-transform: none;
}

/* line 65, app/assets/stylesheets/pages_other/faq.sass */
.faq_question h4 {
  margin: 30px 0 20px 0;
}

/* line 67, app/assets/stylesheets/pages_other/faq.sass */
.faq_question ul, .faq_question ol {
  margin-bottom: 10px;
}

/* line 69, app/assets/stylesheets/pages_other/faq.sass */
.faq_question ul li {
  list-style-type: disc;
  display: list-item;
  margin-left: 2em;
}

/* line 73, app/assets/stylesheets/pages_other/faq.sass */
.faq_question ol li {
  list-style: decimal outside;
  display: list-item;
  margin-left: 2em;
}

/* line 77, app/assets/stylesheets/pages_other/faq.sass */
.faq_question .aligncenter {
  clear: both;
  display: block;
}

/* line 80, app/assets/stylesheets/pages_other/faq.sass */
.faq_question img {
  margin: 10px auto;
  max-width: 100%;
}

/* line 84, app/assets/stylesheets/pages_other/faq.sass */
.faq_sg_name {
  margin-bottom: 10px;
  font-weight: 600;
}

/* line 89, app/assets/stylesheets/pages_other/faq.sass */
.faq_g_name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #787f82;
}

/* line 95, app/assets/stylesheets/pages_other/faq.sass */
.faq_sg_questions {
  margin-bottom: 30px;
  color: #787f82;
}

/* line 98, app/assets/stylesheets/pages_other/faq.sass */
.faq_sg_questions ul li {
  position: relative;
  display: list-item;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* line 106, app/assets/stylesheets/pages_other/faq.sass */
#faq_breadcrumb {
  padding: 5px 0;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
  margin-top: 20px;
}

/* line 111, app/assets/stylesheets/pages_other/faq.sass */
#faq_breadcrumb a:last-child {
  color: #333;
  font-weight: 400;
}

/* line 115, app/assets/stylesheets/pages_other/faq.sass */
#faq_opening_blurb {
  margin-bottom: 40px;
}
/* line 2, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams #teams_create {
  width: 80%;
  max-width: 800px;
  margin: auto;
}

/* line 6, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams #teams_create .create_list {
  margin-left: 1.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

/* line 13, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams #teams_create .create_list .tile-sprite {
  margin: 1em 1.5em;
}

/* line 15, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams #teams_create input[type=submit] {
  border: none;
}

/* line 17, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams #teams_create .title, body.ms_teams #teams_create .instructions {
  text-align: center;
}

/* line 19, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams #teams_create .title {
  font-size: 120%;
  font-weight: bold;
}

/* line 23, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams .dashboard #teams_create {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* line 29, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams .dashboard #teams_create .title {
  margin-left: 0 2em;
}

/* line 31, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams #teams_create_landing {
  padding: 5em;
  text-align: center;
}

/* line 34, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams #teams_create_landing .message {
  margin: 2em auto;
}

/* line 36, app/assets/stylesheets/pages_other/ms_teams/create.sass */
body.ms_teams #teams_create_landing .create_item {
  display: none;
}
/* line 3, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams.mobile_layout #account_popup .modal-dialog {
  max-width: 500px;
}

/* line 5, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams.mobile_layout #account_popup .modal-body {
  padding: 2em;
}

/* line 7, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams.mobile_layout #account_popup .modal-body ul > li {
  display: none;
  padding: 0;
  text-align: center;
}

/* line 11, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams.mobile_layout #account_popup .modal-body ul > li:last-child {
  display: block;
}

/* line 13, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams.mobile_layout #account_popup .modal-footer ul > li:last-child {
  display: none;
}

/* line 18, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams #ms_linking_options .intro {
  font-size: 120%;
}

/* line 20, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams #ms_linking_options .btn {
  font-weight: 700;
  margin: 1em 2em;
  font-size: 90%;
}

/* line 24, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams #regular_sign_in {
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams .slideup, body.ms_teams .slidedown {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.5s ease-in-out;
}

/* line 33, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams .slidedown {
  max-height: 9999px;
}

/* line 38, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams.teams_client_web #share_study_aid_popup .modal-body .tab-content, body.ms_teams.teams_client_desktop #share_study_aid_popup .modal-body .tab-content {
  border: 1px solid #cccccc;
  padding: 1em;
}

/* line 41, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body.ms_teams.teams_client_web #resource_actions.active, body.ms_teams.teams_client_desktop #resource_actions.active {
  margin-top: 40vh;
}

/* line 46, app/assets/stylesheets/pages_other/ms_teams/personal.sass */
body#ms_teams .resource_search_ratings {
  display: none;
}
/* line 3, app/assets/stylesheets/pages_other/polls.sass */
.poll_editable_container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

/* line 6, app/assets/stylesheets/pages_other/polls.sass */
.poll_editable_container .preview_remove {
  float: right;
}

/* line 8, app/assets/stylesheets/pages_other/polls.sass */
.poll_editable_container h3 {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/pages_other/polls.sass */
.poll_editable_container .poll_field {
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/pages_other/polls.sass */
.poll_editable_container .poll_field label {
  font-weight: 500;
  font-size: 14px;
}

/* line 18, app/assets/stylesheets/pages_other/polls.sass */
.poll_editable_container .poll_actions {
  margin-top: 30px;
}

/* line 20, app/assets/stylesheets/pages_other/polls.sass */
.poll_editable_container .poll_actions #loading_icon {
  display: inline;
}

/* line 24, app/assets/stylesheets/pages_other/polls.sass */
.poll_field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* line 27, app/assets/stylesheets/pages_other/polls.sass */
.poll_field input.error[type="text"] {
  border-color: #ff0000;
}

/* line 31, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choice_wrapper {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  width: 100%;
  background-color: #fff;
}

/* line 37, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choice_wrapper .poll_choice_input {
  margin-right: 90px;
}

/* line 39, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choice_wrapper .poll_choice_actions {
  float: right;
  margin-top: -3px;
}

/* line 40, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choice_wrapper .poll_choice_actions .btn {
  margin: 0;
}

/* line 45, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choice_wrapper .poll_choice_actions #remove_choice:hover {
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choice_wrapper .poll_choice_actions #remove_choice i {
  margin: 0;
  font-size: 14px;
  line-height: 12px;
}

/* line 51, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choice_wrapper .poll_choice_actions .drag_icon {
  margin-left: 20px;
}

/* line 53, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choice_wrapper .poll_choice_actions .drag_icon i {
  font-size: 18px;
  color: #bbbbbb;
  vertical-align: middle;
}

/* line 57, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choices_title_add {
  margin: 25px 0 10px 0;
}

/* line 59, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choices_title_add a {
  margin-left: 15px;
}

/* line 61, app/assets/stylesheets/pages_other/polls.sass */
.poll_choices .poll_choices_title_add a:hover {
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/pages_other/polls.sass */
.preview_poll {
  cursor: pointer;
  margin-bottom: 15px;
}

/* line 67, app/assets/stylesheets/pages_other/polls.sass */
.preview_poll .poll_intro {
  display: table;
  font-size: 16px;
  table-layout: fixed;
  width: 100%;
}

/* line 72, app/assets/stylesheets/pages_other/polls.sass */
.preview_poll .poll_icon, .preview_poll .poll_preview_text {
  display: table-cell;
  vertical-align: middle;
}

/* line 75, app/assets/stylesheets/pages_other/polls.sass */
.preview_poll .poll_icon {
  width: 55px;
  padding: 10px 5px;
}

/* line 78, app/assets/stylesheets/pages_other/polls.sass */
.preview_poll .poll_icon img {
  width: 32px;
  height: 32px;
}

/* line 83, app/assets/stylesheets/pages_other/polls.sass */
.poll_intro_title {
  color: #666;
  margin-right: 5px;
}

/* line 87, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container {
  padding: 5px 0 5px 0;
}

/* line 89, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_instructions {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 92, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_description {
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 95, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_description .text {
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_info_wraper {
  min-height: 30px;
}

/* line 100, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_info_wraper .poll_left_info .poll_description {
  font-weight: 500;
}

/* line 102, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_info_wraper .poll_right_info {
  text-align: right;
}

/* line 104, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_info_wraper .poll_right_info .poll_total_votes {
  font-weight: 500;
}

/* line 106, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_info_wraper .poll_right_info .poll_closed, .poll_view_container .poll_info_wraper .poll_right_info .poll_end {
  margin-left: 15px;
}

/* line 109, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_results .poll_result_choice_text {
  word-wrap: break-word;
}

/* line 112, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_choices .poll_choice_error {
  margin-bottom: 10px;
}

/* line 114, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_choices .poll_choice_error .alert {
  margin: 0;
  padding: 5px 0 5px 5px;
}

/* line 118, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_choices .poll_choice_actions #loading_icon {
  display: inline;
}

/* line 120, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_choices .poll_choice_entry {
  margin: 10px 0;
}

/* line 122, app/assets/stylesheets/pages_other/polls.sass */
.poll_view_container .poll_choices .poll_choice_entry .poll_choice {
  margin-right: 5px;
}

/* line 125, app/assets/stylesheets/pages_other/polls.sass */
.poll_result_entry {
  min-height: 30px;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 130, app/assets/stylesheets/pages_other/polls.sass */
.poll_result_entry .poll_result_total_votes, .poll_result_entry .poll_result_percentage {
  text-align: right;
}

/* line 132, app/assets/stylesheets/pages_other/polls.sass */
.poll_result_entry .poll_result_bar_wrapper {
  border: 1px dashed #2980B9;
}

/* line 134, app/assets/stylesheets/pages_other/polls.sass */
.poll_result_entry .poll_result_bar_wrapper .poll_result_bar {
  min-height: 20px;
  background: #6fcbe1;
}

/* line 138, app/assets/stylesheets/pages_other/polls.sass */
.new_poll_vote {
  margin-top: 5px;
}

/* line 141, app/assets/stylesheets/pages_other/polls.sass */
.poll_choice_entry {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 145, app/assets/stylesheets/pages_other/polls.sass */
.poll_choice_entry .pce_radio, .poll_choice_entry .pce_text {
  display: table-cell;
  vertical-align: top;
}

/* line 148, app/assets/stylesheets/pages_other/polls.sass */
.poll_choice_entry .pce_radio label, .poll_choice_entry .pce_text label {
  display: block;
}

/* line 150, app/assets/stylesheets/pages_other/polls.sass */
.poll_choice_entry .pce_radio {
  width: 20px;
}

/* line 153, app/assets/stylesheets/pages_other/polls.sass */
.poll_result_entry {
  margin: 15px 0;
}

/* line 155, app/assets/stylesheets/pages_other/polls.sass */
.poll_row {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 5px;
}

/* line 160, app/assets/stylesheets/pages_other/polls.sass */
.poll_col {
  display: table-cell;
  vertical-align: top;
}

/* line 163, app/assets/stylesheets/pages_other/polls.sass */
.poll_result_bar_wrapper {
  width: 100%;
}

/* line 165, app/assets/stylesheets/pages_other/polls.sass */
.poll_result_bar_col {
  width: 65%;
}

/* line 167, app/assets/stylesheets/pages_other/polls.sass */
.poll_result_total_votes {
  width: 15%;
}

/* line 169, app/assets/stylesheets/pages_other/polls.sass */
.poll_result_percentage {
  width: 20%;
}

/* line 172, app/assets/stylesheets/pages_other/polls.sass */
#poll_controls {
  text-align: right;
}

/* line 174, app/assets/stylesheets/pages_other/polls.sass */
#poll_controls #delete_poll {
  color: #e63a3a;
}

/* line 176, app/assets/stylesheets/pages_other/polls.sass */
#poll_controls #delete_poll:hover {
  color: #f76161;
}

/* line 179, app/assets/stylesheets/pages_other/polls.sass */
.poll_view {
  border: 1px solid #ddd;
  padding: 10px;
  display: block;
  margin-bottom: 15px;
}

/* line 184, app/assets/stylesheets/pages_other/polls.sass */
.poll_view.preview {
  cursor: pointer;
}

/* line 188, app/assets/stylesheets/pages_other/polls.sass */
.mobile_layout .poll_editable_container {
  margin-bottom: 1.5em;
}

/* line 190, app/assets/stylesheets/pages_other/polls.sass */
.mobile_layout .poll_editable_container .poll_field label {
  font-size: 100%;
  font-weight: bold;
}

/* line 193, app/assets/stylesheets/pages_other/polls.sass */
.mobile_layout .poll_choices .poll_choice_wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* line 197, app/assets/stylesheets/pages_other/polls.sass */
.mobile_layout .poll_choices .poll_choice_wrapper .poll_choice_actions .drag_icon {
  display: none;
}

/* line 199, app/assets/stylesheets/pages_other/polls.sass */
.mobile_layout .poll_choices .poll_choice_wrapper .poll_choice_input {
  margin-right: 0.5em;
}
/* line 1, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.sprite {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chart_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -229px;
}

/* line 9, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-lock {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -265px;
}

/* line 13, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-users, #group_results_summary .sprite, .panel_heading_groups .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -301px;
}

/* line 17, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-users_plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -346px;
}

/* line 21, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-users_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -130px;
}

/* line 25, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-user {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -346px;
}

/* line 29, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-user_white_female {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -346px;
}

/* line 33, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-user_silhouette_question {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -346px;
}

/* line 37, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-user_black_female, #user_results_summary .sprite, .panel_heading_users .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -346px;
}

/* line 41, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-ui_check_boxes_list {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -346px;
}

/* line 45, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-ui_check_box {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -346px;
}

/* line 49, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-ui_check_box_uncheck {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -346px;
}

/* line 53, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-trash {
  width: 19px;
  height: 19px;
  background: url(/assets/sprites/all_sprites.png) -353px -190px;
}

/* line 57, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-trash_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -130px;
}

/* line 61, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-tick {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -346px;
}

/* line 65, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-thumb_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -346px;
}

/* line 69, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-thumb_small_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -10px;
}

/* line 73, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-stickman {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -46px;
}

/* line 77, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-stickman_run {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -82px;
}

/* line 81, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-star {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -118px;
}

/* line 85, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-star_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -154px;
}

/* line 89, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-speaker_volume {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -190px;
}

/* line 93, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-shopping_basket_white {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -226px;
}

/* line 97, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-share_balloon {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -262px;
}

/* line 101, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-selection_input {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -298px;
}

/* line 105, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-reports {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -334px;
}

/* line 109, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-quiz_ellipse_light {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -130px;
}

/* line 113, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-question {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -382px;
}

/* line 117, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-printer {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -382px;
}

/* line 121, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-printer_color_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -10px;
}

/* line 125, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-price_tag {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -382px;
}

/* line 129, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -382px;
}

/* line 133, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -64px;
}

/* line 137, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-plus_24 {
  width: 24px;
  height: 24px;
  background: url(/assets/sprites/all_sprites.png) -353px -102px;
}

/* line 141, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -382px;
}

/* line 145, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pin_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -382px;
}

/* line 149, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pin_plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -118px;
}

/* line 153, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pin_minus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -184px;
}

/* line 157, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -382px;
}

/* line 161, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pencil_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -382px;
}

/* line 165, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pencil_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -184px;
}

/* line 169, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-paste {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -382px;
}

/* line 173, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-palette {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -382px;
}

/* line 177, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-order_front {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -382px;
}

/* line 181, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-order_back {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -10px;
}

/* line 185, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-new_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -46px;
}

/* line 189, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-money_coin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -82px;
}

/* line 193, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-medal_premium {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -118px;
}

/* line 197, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-mail {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -154px;
}

/* line 201, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-mail_plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -190px;
}

/* line 205, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-mail_plus_32 {
  width: 41px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -130px -10px;
}

/* line 209, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-mail_open {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -226px;
}

/* line 213, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-mail_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -64px -292px;
}

/* line 217, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-lock_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -262px;
}

/* line 221, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-lifebuoy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -298px;
}

/* line 225, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-layer_arrow_down {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -334px;
}

/* line 229, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-institution {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -370px;
}

/* line 233, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-information_italic {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -418px;
}

/* line 237, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-information_italic_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -184px;
}

/* line 241, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-inbox_document_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -418px;
}

/* line 245, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-image {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -418px;
}

/* line 249, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-image_plus_md {
  width: 36px;
  height: 27px;
  background: url(/assets/sprites/all_sprites.png) -220px -292px;
}

/* line 253, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-image_empty {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -418px;
}

/* line 257, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-image__plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -418px;
}

/* line 261, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_published_resource {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -418px;
}

/* line 265, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_private_resource {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -418px;
}

/* line 269, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_more {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -172px -184px;
}

/* line 273, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_goconqr_embed {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -10px;
}

/* line 277, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_star_small_on {
  width: 12px;
  height: 12px;
  background: url(/assets/sprites/all_sprites.png) -544px -190px;
}

/* line 281, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_note_board_action {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -64px;
}

/* line 285, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_cart_remove {
  width: 35px;
  height: 35px;
  background: url(/assets/sprites/all_sprites.png) -130px -62px;
}

/* line 289, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-hand_shake {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -418px;
}

/* line 293, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-globe_green {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -418px;
}

/* line 297, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-gear {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -418px;
}

/* line 301, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-gear_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -418px;
}

/* line 305, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-gear_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -118px;
}

/* line 309, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-footprint_plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -172px;
}

/* line 313, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-footprint_minus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -238px;
}

/* line 317, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-folder_tree_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -238px;
}

/* line 321, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-folder_open_document_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -418px;
}

/* line 325, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-folder_horizontal_arrow_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -238px;
}

/* line 329, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-folder_export {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -10px;
}

/* line 333, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-flash_card_deck_icon {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -46px;
}

/* line 337, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-eye {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -82px;
}

/* line 341, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-eye__exclamation {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -118px;
}

/* line 345, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-exclamation {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -154px;
}

/* line 349, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-exclamation_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -190px;
}

/* line 353, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-exclamation_circle {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -226px;
}

/* line 357, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-exclamation_circle_small {
  width: 9px;
  height: 10px;
  background: url(/assets/sprites/all_sprites.png) -544px -222px;
}

/* line 361, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-exclamation_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -116px -292px;
}

/* line 365, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-eps {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -262px;
}

/* line 369, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-embed {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -298px;
}

/* line 373, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_underline {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -334px;
}

/* line 377, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_style {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -370px;
}

/* line 381, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_scale_vertical {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -406px;
}

/* line 385, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_list {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -454px;
}

/* line 389, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_list_order {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -454px;
}

/* line 393, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_italic {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -454px;
}

/* line 397, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_color {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -454px;
}

/* line 401, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_bold {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -454px;
}

/* line 405, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_alignment {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -454px;
}

/* line 409, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_alignment_right {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -454px;
}

/* line 413, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_alignment_justify {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -454px;
}

/* line 417, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_alignment_center {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -454px;
}

/* line 421, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-door_open_out {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -454px;
}

/* line 425, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_view, #resource_results_summary .sprite, .panel_heading_resources .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -454px;
}

/* line 429, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_tick {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -454px;
}

/* line 433, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_share {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -442px -454px;
}

/* line 437, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_list_pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -10px;
}

/* line 441, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_link {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -46px;
}

/* line 445, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_copy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -82px;
}

/* line 449, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document__minus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -118px;
}

/* line 453, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-cross {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -154px;
}

/* line 457, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-cross_tick_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -190px;
}

/* line 461, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-courses, #course_results_summary .sprite, .panel_heading_courses .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -226px;
}

/* line 465, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-copy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -262px;
}

/* line 469, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-control_skip {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -298px;
}

/* line 473, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-control_refresh {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -276px -292px;
}

/* line 477, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-control_pause_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -172px -238px;
}

/* line 481, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-control_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -226px -238px;
}

/* line 485, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-close_resource {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -10px;
}

/* line 489, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-clock {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -334px;
}

/* line 493, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-clock_24 {
  width: 24px;
  height: 24px;
  background: url(/assets/sprites/all_sprites.png) -353px -146px;
}

/* line 497, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-clipboard {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -370px;
}

/* line 501, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chart {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -406px;
}

/* line 505, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chart_pie_separate {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -442px;
}

/* line 509, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chart_alt {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -490px;
}

/* line 513, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chart_alt_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -64px;
}

/* line 517, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chain_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -118px;
}

/* line 521, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chain__plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -490px;
}

/* line 525, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-cert {
  width: 100px;
  height: 100px;
  background: url(/assets/sprites/all_sprites.png) -10px -10px;
}

/* line 529, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-calendar_day {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -490px;
}

/* line 533, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-box {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -490px;
}

/* line 537, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-binocular {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -490px;
}

/* line 541, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-bell {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -490px;
}

/* line 545, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-balloons {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -490px;
}

/* line 549, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-balloon_small_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -490px;
}

/* line 553, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-balloon_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -490px;
}

/* line 557, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-balloon_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -168px -292px;
}

/* line 561, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -490px;
}

/* line 565, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_resize {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -490px;
}

/* line 569, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_move {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -490px;
}

/* line 573, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -172px;
}

/* line 577, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_curve_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -226px;
}

/* line 581, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_circle_315 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -442px -490px;
}

/* line 585, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_circle_225_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -478px -490px;
}

/* line 589, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_180 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -10px;
}

/* line 593, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_180_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -46px;
}

/* line 597, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_180_medium_ellipse {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -353px -10px;
}

/* line 601, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_090 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -82px;
}

/* line 605, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_000_medium_ellipse {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -353px -56px;
}

/* line 609, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-application_task {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -118px;
}

/* line 613, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-application__pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -154px;
}

/* line 617, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-actions_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -292px;
}

/* line 3, app/assets/stylesheets/pages_other/search.sass */
#search_view {
  display: flex;
}

/* line 8, app/assets/stylesheets/pages_other/search.sass */
.sidebar_container .search_button {
  display: block;
  position: absolute;
  top: 0.3em;
  right: 1.5em;
  opacity: 0.6;
  font-size: 120%;
}

/* line 15, app/assets/stylesheets/pages_other/search.sass */
.sidebar_container .search_button:hover {
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/pages_other/search.sass */
.searchfilters {
  border-top: 1px solid #dadada;
  margin-bottom: 50px;
}

/* line 21, app/assets/stylesheets/pages_other/search.sass */
.searchfilter {
  border-bottom: 1px solid #dadada;
}

/* line 24, app/assets/stylesheets/pages_other/search.sass */
.searchfilter a {
  font-size: 13px;
  color: #3999ae;
  display: block;
  padding: 10px;
}

/* line 29, app/assets/stylesheets/pages_other/search.sass */
.searchfilter a:hover {
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/pages_other/search.sass */
.searchfilter a.collapsed {
  background-color: transparent;
}

/* line 35, app/assets/stylesheets/pages_other/search.sass */
.searchfilter a:hover {
  background-color: #f7f7f7;
}

/* line 38, app/assets/stylesheets/pages_other/search.sass */
.resultcount {
  color: #a4a4a4;
  font-size: 11px;
}

/* line 42, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter {
  border: 0;
  border-top: 1px solid #dadada;
  margin-bottom: 30px;
}

/* line 47, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .panel {
  margin: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: none;
}

/* line 55, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .panel-collapse {
  background-color: #f7f7f7;
  padding: 10px 20px;
}

/* line 59, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .panel-collapse label {
  color: #646464;
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding: 0 0 0 40px;
}

/* line 66, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .panel-default > .panel-heading {
  border-left: 0;
  background: #ededed;
}

/* line 70, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .panel-heading {
  padding: 0;
  border: 0;
}

/* line 74, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .profiles_radio, .sidebar_filter .resources_radio {
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 79, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="radio"] {
  display: none;
}

/* line 82, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="radio"] + label {
  background: url(/assets/icons/radio_unchecked.png) no-repeat;
  background-size: 12px;
  background-position: 20px 2px;
}

/* line 87, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="radio"]:checked + label {
  background: url(/assets/icons/radio_checked.png) no-repeat;
  background-size: 12px;
  background-position: 20px 2px;
}

/* line 92, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="checkbox"] {
  display: none;
}

/* line 95, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="checkbox"] + label {
  background: url(/assets/icons/checkbox_unchecked.png) no-repeat;
  background-size: 12px;
  background-position: 20px 2px;
}

/* line 100, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="checkbox"]:checked + label {
  background: url(/assets/icons/checkbox_checked.png) no-repeat;
  background-size: 12px;
  background-position: 20px 2px;
}

/* line 105, app/assets/stylesheets/pages_other/search.sass */
.resources_check, .profiles_check {
  border-top: 1px solid #dadada;
  padding-top: 15px;
  margin-top: 15px;
}

/* line 110, app/assets/stylesheets/pages_other/search.sass */
.searchfilter {
  margin-bottom: 10px;
  background-color: #f7f7f7;
  border: 1px solid #dadada;
}

/* line 119, app/assets/stylesheets/pages_other/search.sass */
.results_type_filter {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
  padding: 5px;
  position: relative;
}

/* line 125, app/assets/stylesheets/pages_other/search.sass */
.results_type_filter:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}

/* line 128, app/assets/stylesheets/pages_other/search.sass */
.results_type_filter .show_all {
  position: absolute;
  top: 6px;
  right: 0;
}

/* line 133, app/assets/stylesheets/pages_other/search.sass */
.results_heading {
  font-size: 14px;
  width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

/* line 140, app/assets/stylesheets/pages_other/search.sass */
.results_heading.library {
  width: 100%;
  background-size: 600px;
  border: 1px solid #ddd;
  background-position: 0px 0px;
  margin: 0 0 20px 0;
  padding: 15px;
}

/* line 147, app/assets/stylesheets/pages_other/search.sass */
.results_heading.library h1 {
  font-family: 'museo_sans_rounded700', sans-serif;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
}

/* line 152, app/assets/stylesheets/pages_other/search.sass */
.results_heading.library {
  background-image: url(/assets/marketplace/bg-masthead-library@1200.png);
}

/* line 154, app/assets/stylesheets/pages_other/search.sass */
.results_heading.library h1 {
  text-shadow: 2px 2px 0px #a4b73d;
}

/* line 158, app/assets/stylesheets/pages_other/search.sass */
.results_type_filter .sprite, .panel-heading .sprite {
  vertical-align: top;
  margin-top: 4px;
  margin-right: 10px;
}

/* line 179, app/assets/stylesheets/pages_other/search.sass */
.search_results_summary {
  margin-bottom: 50px;
}

/* line 182, app/assets/stylesheets/pages_other/search.sass */
.no_results_container {
  background-color: #f7f7f7;
  border: 1px dashed #bfbfbf;
  padding: 15px;
}

/* line 187, app/assets/stylesheets/pages_other/search.sass */
.expecting_to_find {
  font-weight: 600;
  margin-bottom: 10px;
}
/* Main welcome block */
/* line 5, app/assets/stylesheets/pages_other/welcome.sass */
.welcome_to_goconqr {
  margin-bottom: 20px;
}

/* Header */
/* line 12, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_header {
  padding: 12px 10px 15px 10px;
  background-color: #5FB1CD;
  color: #fff;
  text-align: center;
  border: 1px solid #ddd;
  border-width: 1px 1px 0 1px;
  min-height: 83px;
}

/* line 20, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_h1 {
  font-size: 24px;
}

/* line 22, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_h2 {
  font-size: 14px;
}

/* Feature boxes */
/* line 27, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_feat {
  display: block;
  background-color: #f3f3f3;
  color: #000;
  padding: 10px 10px 15px 160px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 1px;
  background-position: 15px 5px;
  background-size: 120px auto;
  background-repeat: no-repeat;
  min-height: 83px;
}

/* line 38, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_feat:hover, .wtg_feat:focus {
  text-decoration: none;
  background-color: #fff;
}

/* line 41, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_feat:hover .wtg_f_head, .wtg_feat:focus .wtg_f_head {
  text-decoration: underline;
}

/* line 43, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_feat:hover .wtg_f_text, .wtg_feat:focus .wtg_f_text {
  color: #000;
}

/* line 45, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_feat.premium {
  background-image: url(/assets/courses/product-image-laptop@306.png);
  background-size: 120px auto;
}

/* line 48, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_feat.smartshares {
  background-image: url(/assets/courses/product-image-tablet@306.png);
  background-size: auto 70px;
  background-position-x: 23px;
}

/* line 52, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_feat.campus {
  background-image: url(/assets/courses/product-image-phone@306.png);
  background-position-y: 0;
}

/* line 55, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_feat.student {
  background-image: url(/assets/goconqr/create.png);
  background-size: 90px auto;
  background-position-x: 30px;
}

/* line 59, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_feat.teacher {
  background-image: url(/assets/goconqr/mortar.png);
  background-size: 90px auto;
  background-position-x: 30px;
}

/* line 65, app/assets/stylesheets/pages_other/welcome.sass */
.wtg_f_head {
  color: #5FB1CD;
  font-weight: 400;
  font-size: 15px;
}
/* line 3, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile h1 {
  letter-spacing: -1px;
}

/* line 6, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__header {
  position: relative;
  background: #fff;
  border-bottom: 1px dashed #e4e4e4;
  padding: 25px 25px 25px 140px;
  word-wrap: break-word;
}

/* line 12, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__header h1 {
  font-weight: 200;
  font-size: 26px;
  margin: 5px 0 10px;
}

/* line 16, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__header .user_type_label {
  font-size: 9px;
  font-weight: 200;
  text-transform: lowercase;
  vertical-align: top;
}

/* line 22, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__avatar {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 25px;
  left: 25px;
}

/* line 27, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__avatar img {
  border-radius: 100%;
}

/* line 30, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__avatar-edit {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(80, 80, 80, 0.7);
  border: 0;
  border-radius: 100%;
  color: #fff;
  opacity: 0;
  text-align: center;
  line-height: 100px;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__avatar-edit:hover {
  opacity: 1;
}

/* line 46, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__classification {
  font-size: 12px;
}

/* line 49, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__numbers b {
  font-size: 24px;
  font-weight: 800;
}

/* line 53, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 9px 25px 11px;
}

/* line 58, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .btn {
  background: 10px center no-repeat;
  background-size: auto 10px;
  font-size: 11px;
  padding: 3px 10px 3px 25px;
}

/* line 63, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .btn-msg {
  background-image: url(/assets/icons/message.png);
  margin-right: 8px;
}

/* line 66, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .btn-invite {
  background-image: url(/assets/icons/group.png);
}

/* line 68, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .btn-actions {
  background-image: url(/assets/icons/settings.png);
}

/* line 70, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .delete_friend, .user-profile__actions #edit_profile {
  padding: 3px 10px;
}

/* line 72, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .delete_friend .sprite, .user-profile__actions #edit_profile .sprite {
  margin-right: 0.5em;
  zoom: 0.7;
}

/* line 76, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions .popover {
  width: 150px;
}

/* line 80, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__more {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
  padding: 25px;
  position: relative;
}

/* line 86, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__privacy {
  float: right;
}

/* line 88, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__privacy.btn {
  background: 10px center no-repeat;
  background-size: auto 10px;
  font-size: 11px;
  padding: 3px 10px 3px 25px;
  background-image: url(/assets/icons/settings.png);
}

/* line 95, app/assets/stylesheets/pages/profile/user_profile.sass */
.privacy_popover {
  width: 230px;
}

/* line 97, app/assets/stylesheets/pages/profile/user_profile.sass */
.privacy_popover .intro {
  font-weight: 600;
  padding: 10px 5px;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}

/* line 107, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__points > li {
  display: block;
  line-height: 28px;
  margin-top: 15px;
}

/* line 111, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__points > li > p {
  line-height: normal;
}

/* line 114, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__points.private > li {
  margin-top: 0;
}

/* line 117, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__tabs {
  margin-top: 30px;
}

/* line 120, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__tabs .nav-tabs a {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 124, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__tabs-content h3 {
  margin: 0 0 15px;
}

/* line 128, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__tags__add > input {
  border-radius: 0;
  font-size: 10px;
  line-height: 1.5;
  padding: 2px 10px;
  width: 130px;
}

/* line 134, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__tags__add > button {
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 10px;
}

/* line 140, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__tags__list > li {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 5px 5px 0;
  padding: 2px 10px;
  position: relative;
  max-width: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 153, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__tags__list > li:hover i {
  display: block;
}

/* line 155, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__tags__list i {
  background: url(/assets/icon_interest_cross.png) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: none;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* line 166, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 168, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li {
  float: right;
}

/* line 170, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 0px;
}

/* line 174, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .groups {
  background-image: url(/assets/sprites/users.png);
}

/* line 176, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .announcements {
  background-image: url(/assets/icons/megaphone.png);
}

/* line 178, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .profile {
  background-image: url(/assets/icons/book-open-list.png);
}

/* line 180, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .friends {
  background-image: url(/assets/sprites/user-black-female.png);
}

/* line 182, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .resources {
  background-image: url(/assets/sprites/document-view.png);
}

/* line 184, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .certificates {
  background-image: url(/assets/icons/certificate.png);
}

/* line 186, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .courses {
  background-image: url(/assets/sprites/courses.png);
}

/* line 188, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .tab-content {
  background: transparent;
}

/* line 191, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin-top: 30px;
  padding: 15px 15px 15px 75px;
  position: relative;
}

/* line 197, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert img {
  width: 50px;
  position: absolute;
  top: 15px;
  left: 15px;
}

/* line 202, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert .cert_header {
  margin: 0 0 10px 0;
}

/* line 204, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert .cert_desc {
  font-size: 12px;
  color: #B9B9B9;
}

/* line 207, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert .cert_footer {
  margin: 10px 0 0 0;
  font-size: 12px;
}

/* line 210, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert .delete {
  display: none;
  width: 16px;
  height: 16px;
  float: right;
  background: url(/assets/sprites/trash.png);
  cursor: pointer;
}

/* line 218, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert:hover .delete {
  display: block;
}

/* line 221, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__friends, .user-profile__resources, .user-profile__groups, .user-profile__courses {
  margin-top: 20px;
}

/* line 225, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__friends .not_mine {
  padding-top: 20px;
}

/* line 227, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__friends #fetch_more_updates {
  margin-bottom: 15px;
}

/* line 231, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__invites__more #fetch_more_updates {
  padding: 25px 0 26px;
}

/* line 234, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend-tile {
  background-color: #f7f7f7;
  border: solid #ddd;
  border-width: 1px 0;
  color: inherit;
  display: block;
  height: 71px;
  margin-bottom: 15px;
  padding: 18px 20px 0 70px;
  position: relative;
}

/* line 245, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend-tile > a:hover ~ .friend-tile__name {
  text-decoration: underline;
}

/* line 248, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend-tile__avatar {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 14px;
  left: 20px;
}

/* line 253, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend-tile__usertype {
  color: #b9b9b9;
  font-size: 11px;
}

/* line 257, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend__tile__actions {
  margin-left: 5px;
  margin-top: -0.5em;
}

/* line 261, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend__tile__actions > button {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-top: 2px;
  position: relative;
  width: 100%;
  padding: 0.4em;
}

/* line 270, app/assets/stylesheets/pages/profile/user_profile.sass */
.actions_bar--profile {
  background: #f7f7f7;
  margin-top: 0;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #ddd;
}
/* line 3, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper {
  padding-top: 1em;
}

/* line 5, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper .section {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
}

/* line 6, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper .section .dashboard_title_container {
  align-self: stretch;
}

/* line 8, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper .section .dashboard_title_container h1, #ms_teams_reports_wrapper .section .dashboard_title_container h2 {
  padding: 0 0.75em;
}

/* line 10, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper .section .dashboard_title_container h3 {
  font-weight: 300;
  font-size: 120%;
  text-decoration: underline;
}

/* line 19, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper .section ul li {
  display: block;
}

/* line 22, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper h1#ms_teams_reports_title {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

/* line 26, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper h1#ms_teams_reports_title .title {
  white-space: nowrap;
}

/* line 28, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper h1#ms_teams_reports_title #teams_class_select.control-group {
  margin-left: 3em;
}

/* line 30, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper h1#ms_teams_reports_title #report_interval_select.control-group {
  margin-left: auto;
}

/* line 32, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #custom_report {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 37, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users {
  padding-top: 0;
}

/* line 39, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #class_users_summary {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* line 43, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #class_users_summary .stat {
  margin: 1em 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 48, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #class_users_summary .stat .label {
  font-weight: 700;
}

/* line 51, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #users_list .present:before {
  color: green;
  content: "\2713";
}

/* line 54, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #users_list .absent:before {
  color: red;
  content: "\2717";
}

/* line 57, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #users_list .see_more, #ms_teams_reports_wrapper #class_users #users_list .see_less {
  text-align: center;
}

/* line 59, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #users_list .see_more {
  display: none;
}

/* line 61, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #users_list .see_less {
  display: block;
  margin-top: 1em;
}

/* line 64, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #users_list ul {
  max-height: 300px;
  transition: max-height 1s;
  overflow: hidden;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 4em;
       column-gap: 4em;
}

/* line 71, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #users_list.collapsed .see_more {
  display: block;
}

/* line 73, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #users_list.collapsed .see_less {
  display: none;
}

/* line 75, app/assets/stylesheets/pages/ms_teams/reports.sass */
#ms_teams_reports_wrapper #class_users #users_list.collapsed ul {
  max-height: 0;
}

/* line 80, app/assets/stylesheets/pages/ms_teams/reports.sass */
body.mobile_layout #ms_teams_reports_wrapper h1#ms_teams_reports_title #teams_class_select.control-group {
  margin-left: 1.5em;
}

/* line 82, app/assets/stylesheets/pages/ms_teams/reports.sass */
body.mobile_layout #ms_teams_reports_wrapper h1#ms_teams_reports_title select {
  width: 200px;
}

/* line 85, app/assets/stylesheets/pages/ms_teams/reports.sass */
body.mobile_layout #ms_teams_reports_wrapper #class_users #users_list ul {
  -moz-column-gap: 2em;
       column-gap: 2em;
}

/* line 89, app/assets/stylesheets/pages/ms_teams/reports.sass */
body.mobile_layout .consumption_reports_filter_form label {
  min-width: 60px;
}
/* line 1, app/assets/stylesheets/pages/payments/progress.sass */
.progress_label {
  display: inline-block;
  width: 20%;
  text-align: center;
}

/* line 6, app/assets/stylesheets/pages/payments/progress.sass */
.progress_totals {
  display: inline-block;
  width: 20%;
  text-align: center;
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/pages/payments/progress.sass */
.progress_wrapper {
  display: inline-block;
  width: 60%;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 21, app/assets/stylesheets/pages/payments/progress.sass */
.progress_inner {
  display: inline-block;
  height: 100%;
  margin-bottom: 10px;
  background: #3C5A99;
  border-radius: 5px;
}
/* line 1, app/assets/stylesheets/pages/payments/upgrade.sass */
.slide-left {
  animation: slide-left 0.5s forwards;
  -webkit-animation: slide-left 0.5s forwards;
}

/* line 5, app/assets/stylesheets/pages/payments/upgrade.sass */
.slide-right {
  animation: slide-right 0.5s forwards;
  -webkit-animation: slide-right 0.5s forwards;
}

@keyframes slide-left {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* line 29, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options {
  font-size: 120%;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options.boxed {
  padding: 0;
}

/* line 36, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .blurb {
  font-weight: 700;
}

/* line 38, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options #step_1, #subscription_options #step_2 {
  position: absolute;
  min-height: 500px;
  width: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 46, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options #step_1 .actions, #subscription_options #step_2 .actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 50, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options #step_1 .actions .btn-success, #subscription_options #step_2 .actions .btn-success {
  min-width: 6rem;
}

/* line 52, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options #step_2 {
  right: -100%;
}

/* line 54, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options #step_2 .actions {
  justify-content: space-between;
}

/* line 56, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options #step_2 .price {
  margin-left: 0.2rem;
}

/* line 58, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options #step_2 .price span.amount {
  margin-left: -0.2rem;
}

/* line 60, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options p, #subscription_options ul {
  font-family: "museo_sans900", sans-serif;
  color: #6d6d6d;
}

/* line 63, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}

/* line 69, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .header .plan-price {
  flex: 1;
}

/* line 71, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .header a.prompt, #subscription_options .header a.btn {
  flex: 0 1 20%;
  margin: 0;
  color: white;
}

/* line 75, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .header a.btn {
  white-space: nowrap;
}

/* line 77, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .details {
  background: white;
  padding: 0;
  padding-bottom: 2rem;
}

/* line 81, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .details ul {
  list-style-type: none;
  height: 100%;
}

/* line 84, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .details ul li {
  display: block;
  padding-left: 0;
}

/* line 88, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .details ul li:not(.footnote):before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/assets/pricing_table/tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.3em 0.5em 0 0;
}

/* line 97, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .details ul .footnote {
  font-size: 60%;
  margin-top: 0.5rem;
}

/* line 100, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .details ul [data-bs-toggle="tooltip"] .title {
  width: 160px;
  font-size: 70%;
}

/* line 103, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .footnotes {
  font-size: 60%;
}

/* line 105, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .footnotes ul li {
  display: block;
}

/* line 107, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options #pricing_options li {
  display: block;
}

/* line 109, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 113, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .pricing_label {
  text-align: right;
  padding-right: 1rem;
}

/* line 116, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .pricing_label .price {
  margin-left: 1rem;
  font-weight: 700;
}

/* line 120, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options #teacher_bundle label {
  margin-top: 3rem;
}

/* line 122, app/assets/stylesheets/pages/payments/upgrade.sass */
#subscription_options .btn-success {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /* line 126, app/assets/stylesheets/pages/payments/upgrade.sass */
  #plan_details .details ul {
    -moz-columns: 2;
         columns: 2;
  }
}

@media screen and (max-width: 767px) {
  /* line 130, app/assets/stylesheets/pages/payments/upgrade.sass */
  .flash.alert {
    z-index: 2;
  }
  /* line 132, app/assets/stylesheets/pages/payments/upgrade.sass */
  #subscription_options {
    min-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  /* line 136, app/assets/stylesheets/pages/payments/upgrade.sass */
  #subscription_options label {
    justify-content: flex-start;
  }
  /* line 138, app/assets/stylesheets/pages/payments/upgrade.sass */
  #subscription_options #step_1, #subscription_options #step_2 {
    min-height: unset;
    padding: 3rem 1rem;
  }
  /* line 141, app/assets/stylesheets/pages/payments/upgrade.sass */
  #subscription_options #step_1 .actions, #subscription_options #step_2 .actions {
    margin: 0;
    margin-top: 2rem;
  }
  /* line 144, app/assets/stylesheets/pages/payments/upgrade.sass */
  #subscription_options #step_1 .actions .btn, #subscription_options #step_2 .actions .btn {
    padding: 0.5rem 1rem;
  }
}
/* line 1, app/assets/stylesheets/mobile/account.sass */
.account_links_container {
  margin-top: 0;
}

/* line 4, app/assets/stylesheets/mobile/account.sass */
.pricing.container .btn-premium {
  background: #f15a24;
  color: #fff;
}

/* line 9, app/assets/stylesheets/mobile/account.sass */
.subscription_section .box {
  margin-top: 1em;
}

/* line 13, app/assets/stylesheets/mobile/account.sass */
#payment_plan_page h2, #payment_plan_page .subscription_info {
  margin: 0 0.5em;
}

/* line 17, app/assets/stylesheets/mobile/account.sass */
.account_section .box h3 {
  font-size: 120%;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

/* line 22, app/assets/stylesheets/mobile/account.sass */
.account_section .account_field {
  margin-bottom: 15px;
}

/* line 26, app/assets/stylesheets/mobile/account.sass */
.account_section .btn, .cancel_account_dialog .btn {
  display: block;
  width: 100%;
  float: unset;
  margin: auto;
}

/* line 32, app/assets/stylesheets/mobile/account.sass */
#quotas .box h3 {
  font-size: 105%;
}

/* line 37, app/assets/stylesheets/mobile/account.sass */
.mobile_layout .account_checkboxes input[type="checkbox"] + label:not(.onoffswitch-label) {
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 0.8em;
  padding: 0.6em;
}

/* line 43, app/assets/stylesheets/mobile/account.sass */
.mobile_layout .pref_entry {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

/* line 47, app/assets/stylesheets/mobile/account.sass */
.mobile_layout #status_update_prefs.pref_section .pref_entry {
  display: block;
}

/* line 50, app/assets/stylesheets/mobile/account.sass */
.errors {
  color: #b94a48;
}

/* line 53, app/assets/stylesheets/mobile/account.sass */
#premium_privacy .study_aid_privacy_toggle {
  margin-bottom: 1.5em;
}

/* line 55, app/assets/stylesheets/mobile/account.sass */
#premium_privacy .study_aid_privacy_toggle .toggle_switch {
  width: 100px;
  margin: auto;
  margin-bottom: 0.5em;
}

/* line 60, app/assets/stylesheets/mobile/account.sass */
#account_notifications table {
  display: block;
  overflow-x: auto;
  margin-bottom: 3em;
  padding-bottom: 1em;
}

/* line 66, app/assets/stylesheets/mobile/account.sass */
#account_notifications table:not(.browser_push) td:first-child {
  white-space: nowrap;
}

/* line 70, app/assets/stylesheets/mobile/account.sass */
.cancel_account_dialog ul.user_survey, .downgrade_confirmation ul.user_survey {
  padding: 1em;
}

/* line 72, app/assets/stylesheets/mobile/account.sass */
.cancel_account_dialog ul.user_survey li, .downgrade_confirmation ul.user_survey li {
  list-style-type: none;
  display: inline;
  color: #6d6d6d;
}

/* line 76, app/assets/stylesheets/mobile/account.sass */
.cancel_account_dialog .action_buttons .btn.btn-cancel, .downgrade_confirmation .action_buttons .btn.btn-cancel {
  margin: 0;
  margin-top: 1em;
}

/* line 82, app/assets/stylesheets/mobile/account.sass */
body.mobile_layout .downgrade_confirmation .boxed, body.mobile_layout .upgrade_confirmation .boxed, body.mobile_layout .reupgrade_confirmation .boxed {
  padding: 0.5em;
  margin-bottom: 1em;
}

/* line 85, app/assets/stylesheets/mobile/account.sass */
body.mobile_layout .downgrade_confirmation [data-bs-toggle="tooltip"], body.mobile_layout .upgrade_confirmation [data-bs-toggle="tooltip"], body.mobile_layout .reupgrade_confirmation [data-bs-toggle="tooltip"] {
  border-bottom: none;
}

/* line 87, app/assets/stylesheets/mobile/account.sass */
body.mobile_layout .downgrade_confirmation .btn, body.mobile_layout .upgrade_confirmation .btn, body.mobile_layout .reupgrade_confirmation .btn {
  display: block;
  width: 75%;
  margin: 0.5em auto;
}

/* line 91, app/assets/stylesheets/mobile/account.sass */
body.mobile_layout .downgrade_confirmation .return_to_downgrade_pricing_table, body.mobile_layout .upgrade_confirmation .return_to_downgrade_pricing_table, body.mobile_layout .reupgrade_confirmation .return_to_downgrade_pricing_table {
  display: none;
}

/* line 94, app/assets/stylesheets/mobile/account.sass */
body.mobile_layout .reupgrade_confirmation form#perform_reupgrade {
  width: 70%;
  margin: 1em auto;
}

/* line 97, app/assets/stylesheets/mobile/account.sass */
body.mobile_layout .reupgrade_confirmation form#perform_reupgrade .btn {
  width: 100%;
  margin-top: 1em;
}

/* line 101, app/assets/stylesheets/mobile/account.sass */
body.mobile_layout .upgrade_confirmation form#perform_upgrade, body.mobile_layout .upgrade_confirmation .btn-info {
  margin: 1em auto;
}

/* line 104, app/assets/stylesheets/mobile/account.sass */
.edit_user .fieldset {
  width: 100%;
}

/* line 107, app/assets/stylesheets/mobile/account.sass */
.graph_resource_type_usage, .graph_resource_type_legend {
  width: 100%;
}
/* line 6, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-dialog {
  padding: 1em;
}

/* line 8, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 12, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-header .avatar {
  flex: 0 0 32px;
}

/* line 14, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-header .avatar img {
  border-radius: 50%;
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-header h2.user {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  padding-left: 0.5em;
  overflow: hidden;
}

/* line 24, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-header h2.user .email {
  font-size: 80%;
}

/* line 26, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-header h2.user .name, body.mobile_layout #account_popup .modal-header h2.user .email, body.mobile_layout #account_popup .modal-header h2.user .inst {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 28, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-header h2.user .inst {
  font-size: 60%;
}

/* line 30, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-header h2.user .inst i {
  margin-right: 1em;
}

/* line 32, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-header h2.user .inst a {
  margin-left: 1em;
}

/* line 34, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-header .close:hover {
  cursor: pointer;
}

/* line 37, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-body ul li {
  display: block;
  padding: 0.5em;
  padding-left: 2em;
}

/* line 41, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-body ul li i {
  padding-right: 0.5em;
}

/* line 43, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-body ul li a {
  color: #444;
  font-size: 110%;
}

/* line 46, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-footer {
  text-align: center;
}

/* line 48, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-footer button.manage_consent {
  width: auto;
  padding: unset;
}

/* line 51, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-footer ul {
  width: 100%;
  padding: 0.5em 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* line 57, app/assets/stylesheets/mobile/account_popup.sass */
body.mobile_layout #account_popup .modal-body, body.mobile_layout #account_popup .modal-footer {
  border-top: 1px solid #d4d4d4;
  border-top: 1px solid #cccccc;
}
/* line 4, app/assets/stylesheets/mobile/actions_menu.sass */
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 8, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #actions_overlay, body.mobile #actions_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
  z-index: 10;
}

/* line 18, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions, body.mobile #resource_actions {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 11;
  transition: all 0.5s;
  background: #fcfcfc;
  margin-top: 100vh;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1em 0.5em;
}

/* line 32, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions .rel_wrapper, body.mobile #resource_actions .rel_wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 36, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list, body.mobile #resource_actions #actions_list {
  display: block;
  height: calc( 100% - 40px);
  margin-top: 40px;
  overflow-y: auto;
  color: #444;
}

/* line 42, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .action, body.mobile #resource_actions #actions_list .action {
  border-bottom: 1px dotted #909090;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5em;
}

/* line 49, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .action:hover, body.mobile #resource_actions #actions_list .action:hover {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .action .action_text a, body.mobile #resource_actions #actions_list .action .action_text a {
  color: unset;
}

/* line 54, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .action .action_icon, body.mobile #resource_actions #actions_list .action .action_icon {
  display: flex;
  flex-direction: column;
  flex: 0 0 15%;
  align-items: center;
  font-size: 120%;
}

/* line 60, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .action .action_icon .title, body.mobile #resource_actions #actions_list .action .action_icon .title {
  display: none;
}

/* line 62, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .teams-share-button, body.mobile #resource_actions #actions_list .teams-share-button {
  display: none;
}

/* line 64, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions h2, body.mobile #resource_actions h2 {
  position: absolute;
  top: 0;
  width: 100%;
  color: #444;
  font-size: 140%;
  margin: 0 0 0.5em 0;
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 75, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions h2 span.close, body.mobile #resource_actions h2 span.close {
  color: #444;
  opacity: 1.0;
}

/* line 78, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions h2 span.close:hover, body.mobile #resource_actions h2 span.close:hover {
  cursor: pointer;
}

/* line 82, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions.active, body.mobile #resource_actions.active {
  height: auto;
  margin-top: 180px;
}

@media screen and (orientation: landscape) {
  /* line 82, app/assets/stylesheets/mobile/actions_menu.sass */
  body.mobile_layout #resource_actions.active, body.mobile #resource_actions.active {
    margin-top: 100px;
  }
}

/* line 89, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .modal .modal-dialog .btn.create_subject_from_picker, body.mobile .modal .modal-dialog .btn.create_subject_from_picker {
  display: none;
}

/* line 92, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-header, body.mobile #share_study_aid_popup .modal-header {
  padding: 1em;
  padding-bottom: 0;
}

/* line 95, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-header h2.modal-title, body.mobile #share_study_aid_popup .modal-header h2.modal-title {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body, body.mobile #share_study_aid_popup .modal-body {
  padding: 1em;
}

/* line 99, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content, body.mobile #share_study_aid_popup .modal-body .tab-content {
  border: none;
  border-top: 1px solid #cccccc;
  padding: 1em 0;
}

/* line 103, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .share_controls, body.mobile #share_study_aid_popup .modal-body .tab-content .share_controls {
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}

/* line 107, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .share_controls .btn, body.mobile #share_study_aid_popup .modal-body .tab-content .share_controls .btn {
  margin-left: 5px;
}

/* line 110, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel .btn, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel .btn {
  margin-top: 20px;
}

/* line 113, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .share_buttons, body.mobile #share_study_aid_popup .modal-body .tab-content .share_buttons {
  text-align: center;
  margin: 20px 0;
}

/* line 116, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .share_buttons a .social_sprite, body.mobile #share_study_aid_popup .modal-body .tab-content .share_buttons a .social_sprite {
  margin: 5px 5px;
  vertical-align: bottom;
}

/* line 121, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .sharing_container .publish_message, body.mobile #share_study_aid_popup .modal-body .tab-content .sharing_container .publish_message {
  margin-bottom: 10px;
}

/* line 125, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .sharing_container .publish_controls, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel .publish_controls, body.mobile #share_study_aid_popup .modal-body .tab-content .sharing_container .publish_controls, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel .publish_controls {
  float: right;
}

/* line 128, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .sharing_container_private, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .selected_too_many, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .sharing_message, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned, body.mobile #share_study_aid_popup .modal-body .tab-content .sharing_container_private, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private, body.mobile #share_study_aid_popup .modal-body .tab-content .selected_too_many, body.mobile #share_study_aid_popup .modal-body .tab-content .sharing_message, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned {
  text-align: center;
}

/* line 132, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private p, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned p, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private p, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned p {
  margin-bottom: 95px;
}

/* line 134, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private .btn-cancel, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned .btn-cancel, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private .btn-cancel, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned .btn-cancel {
  float: right;
}

/* line 136, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content #no_friends_share_panel, body.mobile_layout #share_study_aid_popup .modal-body .tab-content #no_groups_share_panel, body.mobile #share_study_aid_popup .modal-body .tab-content #no_friends_share_panel, body.mobile #share_study_aid_popup .modal-body .tab-content #no_groups_share_panel {
  text-align: center;
}

/* line 139, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal, body.mobile .show_meta.modal {
  overflow-y: auto;
  max-height: 90%;
  margin: 0;
}

/* line 143, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta, body.mobile .show_meta.modal .publicmeta {
  min-width: 0;
  padding: 1em;
}

/* line 146, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .tab_inner, body.mobile .show_meta.modal .publicmeta .tab_inner {
  padding: 0;
  padding-top: 1em;
}

/* line 149, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .tab_inner .meta_container, body.mobile .show_meta.modal .publicmeta .tab_inner .meta_container {
  padding-left: 0;
}

/* line 151, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .tab_inner .meta_container .meta_sidebar, body.mobile .show_meta.modal .publicmeta .tab_inner .meta_container .meta_sidebar {
  display: none;
}

/* line 153, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details, body.mobile .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details {
  margin-left: 0;
}

/* line 155, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details .meta_extra_info, body.mobile_layout .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details .study_aid_description, body.mobile .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details .meta_extra_info, body.mobile .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details .study_aid_description {
  margin-right: 0;
}

/* line 157, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .publicmeta_sub, body.mobile .show_meta.modal .publicmeta .publicmeta_sub {
  padding: 1em 0;
  margin-top: 1em;
}

/* line 160, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .nav.nav-tabs, body.mobile .show_meta.modal .publicmeta .nav.nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
}

/* line 166, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .nav.nav-tabs li a, body.mobile .show_meta.modal .publicmeta .nav.nav-tabs li a {
  padding: 6px;
  padding-top: 20px;
}

/* line 169, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .performance_results, body.mobile .show_meta.modal .publicmeta .performance_results {
  padding-top: 1em;
}

/* line 171, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .performance_results .score_container ul.scores li, body.mobile .show_meta.modal .publicmeta .performance_results .score_container ul.scores li {
  margin-top: 1em;
}

/* line 174, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .performance_results .attempts .btn, body.mobile .show_meta.modal .publicmeta .performance_results .attempts .btn {
  padding: 0.5em 1em;
}

/* line 176, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .performance_results .attempts .btn i, body.mobile .show_meta.modal .publicmeta .performance_results .attempts .btn i {
  display: none;
}

/* line 178, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal #comments_panel, body.mobile .show_meta.modal #comments_panel {
  padding-bottom: 1em;
}

/* line 180, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .modal-footer, body.mobile .show_meta.modal .modal-footer {
  padding-bottom: 2em;
}

/* line 182, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #comments_container .comment .author_info, body.mobile #comments_container .comment .author_info {
  padding: 0.5em;
}

/* line 185, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #tab_ratings, body.mobile #tab_ratings {
  text-align: center;
}

/* line 188, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .study_aid_edit_details, body.mobile .study_aid_edit_details {
  display: none;
}

/* line 190, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .choice_container .boxed, body.mobile .choice_container .boxed {
  padding: 0.2em;
}

/* line 192, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .choice_container .boxed .add_choice, body.mobile .choice_container .boxed .add_choice {
  margin: 2px;
  width: 47%;
}

/* line 195, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .choice_container .boxed .add_choice img, body.mobile .choice_container .boxed .add_choice img {
  width: 28px;
  height: 28px;
}

/* line 201, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-info:before, body.mobile_layout #actions_list .icon-info:before {
  content: "\f05a";
}

/* line 203, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-edit:before, body.mobile_layout #actions_list .icon-edit:before {
  content: "\f040";
}

/* line 205, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-play:before, body.mobile_layout #actions_list .icon-play:before {
  content: "\f144";
}

/* line 207, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-copy:before, body.mobile_layout #actions_list .icon-copy:before {
  content: "\f0c5";
}

/* line 210, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-pin:before, body.mobile #actions_list .icon-unpin:before, body.mobile_layout #actions_list .icon-pin:before, body.mobile_layout #actions_list .icon-unpin:before {
  content: "\f08d";
}

/* line 212, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-pin:after, body.mobile_layout #actions_list .icon-pin:after {
  content: "+";
}

/* line 214, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-unpin:after, body.mobile_layout #actions_list .icon-unpin:after {
  content: "-";
}

/* line 216, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-move:before, body.mobile_layout #actions_list .icon-move:before {
  content: "\f047";
}

/* line 218, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-social:before, body.mobile_layout #actions_list .icon-social:before {
  content: "\f0ac";
}

/* line 220, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-share:before, body.mobile_layout #actions_list .icon-share:before {
  content: "\f045";
}

/* line 222, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-email:before, body.mobile_layout #actions_list .icon-email:before {
  content: "\f0e0";
}

/* line 224, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-delete:before, body.mobile_layout #actions_list .icon-delete:before {
  content: "\f014";
}

/* line 226, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-rename:before, body.mobile_layout #actions_list .icon-rename:before {
  content: "\f044";
}

/* line 228, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-private:before, body.mobile_layout #actions_list .icon-private:before {
  content: "\f070";
}

/* line 230, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-public:before, body.mobile_layout #actions_list .icon-public:before {
  content: "\f06e";
}

/* line 232, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-lock:before, body.mobile_layout #actions_list .icon-lock:before {
  content: "\f023";
}

/* line 234, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-unlock:before, body.mobile_layout #actions_list .icon-unlock:before {
  content: "\f09c";
}

/* line 239, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_overlay {
  z-index: 1020;
}

/* line 241, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #resource_actions {
  z-index: 1021;
}
/* line 5, app/assets/stylesheets/mobile/activity_feed.sass */
.filter_btn:hover {
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/mobile/activity_feed.sass */
.filter_with_caret_icon_group {
  height: 16px;
  width: 31px;
  background: transparent url(/assets/icons/filter-dropdown-sprite.png) 0 0 no-repeat;
}

/* line 13, app/assets/stylesheets/mobile/activity_feed.sass */
.group_activity_filter.active .filter_with_caret_icon_group, .activity_filter.active .filter_with_caret_icon_group {
  background: transparent url(/assets/icons/filter-dropdown-sprite.png) 0 -16px no-repeat;
}

/* line 16, app/assets/stylesheets/mobile/activity_feed.sass */
#activity_filter {
  float: right;
}

/* line 19, app/assets/stylesheets/mobile/activity_feed.sass */
.activity_head {
  padding: 10px 20px;
}

/* line 21, app/assets/stylesheets/mobile/activity_feed.sass */
.activity_head .group_activity_filter, .activity_head .activity_filter {
  float: right;
  margin-top: 3px;
}

/* line 24, app/assets/stylesheets/mobile/activity_feed.sass */
.activity_head .dropdown-menu {
  margin-top: 3px;
  text-align: left;
  padding: 10px 0;
  font-size: 13px;
  border-radius: 0;
}

/* line 30, app/assets/stylesheets/mobile/activity_feed.sass */
.activity_head .dropdown-menu a {
  padding: 3px 15px;
}

/* line 33, app/assets/stylesheets/mobile/activity_feed.sass */
.group_create_new_discussion, .empty_group_info {
  background-color: #FFF;
  width: 95%;
  margin: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

/* line 40, app/assets/stylesheets/mobile/activity_feed.sass */
.status_container, .status_container .group_create_new_discussion {
  margin: 0;
  border: 0;
}

/* line 44, app/assets/stylesheets/mobile/activity_feed.sass */
.entry_header {
  padding: 15px 20px;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 0;
}

/* line 53, app/assets/stylesheets/mobile/activity_feed.sass */
.start_discussion {
  padding-left: 65px;
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/mobile/activity_feed.sass */
.start_discussion img {
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 15px;
}

/* line 62, app/assets/stylesheets/mobile/activity_feed.sass */
.discussion_content, .empty_content {
  padding: 20px 20px 15px 20px;
}

/* line 66, app/assets/stylesheets/mobile/activity_feed.sass */
.discussion_entry .create_main {
  display: none;
}

/* line 68, app/assets/stylesheets/mobile/activity_feed.sass */
.discussion_entry .su_title {
  padding-bottom: 5px;
}

/* line 70, app/assets/stylesheets/mobile/activity_feed.sass */
.discussion_entry .su_body {
  border-top: 1px solid #DDD;
}

/* line 72, app/assets/stylesheets/mobile/activity_feed.sass */
.discussion_entry textarea {
  margin-top: 5px;
  height: 100px;
  margin-bottom: 15px;
  resize: vertical;
  max-height: 500px;
}

/* line 78, app/assets/stylesheets/mobile/activity_feed.sass */
.discussion_entry input[type="text"], .discussion_entry textarea {
  border: 0;
  border-radius: 0;
}

/* line 86, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .main {
  margin-top: 2px;
}

/* line 88, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates li {
  background-color: white;
  display: block;
  margin-bottom: 20px;
}

/* line 92, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates li.no_comments {
  border-bottom: 1px solid #ddd;
}

/* line 94, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates li.no_comments .status {
  margin-bottom: 10px;
}

/* line 96, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates li.no_comments .update_date {
  margin: 0;
  color: #b0b0b0;
}

/* line 99, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status {
  padding: 20px 20px 10px 20px;
  position: relative;
}

/* line 102, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_hidden {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

/* line 106, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .avatar {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 110, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_type {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 114, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_type .type_avatar {
  border-radius: 100%;
}

/* line 116, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .message {
  word-wrap: break-word;
  padding-left: 48px;
  margin-bottom: 15px;
}

/* line 120, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .content {
  display: block;
  vertical-align: top;
}

/* line 123, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .heading {
  margin-bottom: -3px;
  padding: 0 35px 0 48px;
}

/* line 126, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .avatar img {
  border-radius: 100%;
}

/* line 128, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .update_date {
  font-size: 11px;
  margin-top: 5px;
  color: #b0b0b0;
}

/* line 133, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .activity_summary:before {
  content: '\00B7';
  padding-left: 2px;
}

/* line 136, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .atv_container {
  padding: 0 2px 2px 0;
  display: inline-block;
}

/* line 139, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .atv_container img {
  vertical-align: middle;
}

/* line 141, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .atv_container:hover {
  cursor: pointer;
  background-color: #F4F4F4;
}

/* line 144, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .comment_preview {
  margin-top: 10px;
  font-style: italic;
}

/* line 147, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .comment_preview blockquote {
  margin: 0;
  word-wrap: break-word;
}

/* line 150, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .resource {
  margin: 10px 0;
  display: block;
}

/* line 153, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .resource .icon, ul.status_updates .resource .link {
  vertical-align: middle;
}

/* line 155, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .resource .icon {
  margin-right: 5px;
}

/* line 157, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .resource .link {
  word-wrap: break-word;
}

/* line 159, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .resource .link a {
  font-weight: 400;
}

/* line 161, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .resource .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 164, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .resource {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}

/* line 168, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .resource .icon {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 172, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_actions {
  padding: 0 0 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
}

/* line 177, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_icons {
  float: right;
  display: inline-block;
  margin-right: 20px;
  margin-top: 2px;
}

/* line 182, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_icon {
  display: inline-block;
  margin-left: 5px;
}

/* line 187, app/assets/stylesheets/mobile/activity_feed.sass */
li.discussion .title a {
  color: #333;
}

/* line 189, app/assets/stylesheets/mobile/activity_feed.sass */
li.discussion .heading {
  min-height: 32px;
}

/* line 191, app/assets/stylesheets/mobile/activity_feed.sass */
li.discussion .message {
  padding: 0;
}

/* line 195, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment.deleted {
  padding-top: 8px;
}

/* line 197, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment.deleted .comment_box {
  margin-top: 0;
}

/* line 199, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment.deleted .avatar {
  top: 16px;
}

/* line 202, app/assets/stylesheets/mobile/activity_feed.sass */
.status_hide, .status_undo_hide, .status_unhide, .comment_remove, .preview_remove {
  font-weight: 600;
  color: #ddd;
  font-size: 20px;
  line-height: 18px;
  overflow: hidden;
}

/* line 208, app/assets/stylesheets/mobile/activity_feed.sass */
.status_hide:hover, .status_undo_hide:hover, .status_unhide:hover, .comment_remove:hover, .preview_remove:hover {
  color: #909090;
  cursor: pointer;
}

/* line 212, app/assets/stylesheets/mobile/activity_feed.sass */
.settings:has(.status_hide) {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 217, app/assets/stylesheets/mobile/activity_feed.sass */
.status_notifications_off {
  height: 12px;
  width: 12px;
  background: url(/assets/icon-notifications-off.png);
}

/* line 221, app/assets/stylesheets/mobile/activity_feed.sass */
.status_notifications_off:hover {
  color: #ddd;
  cursor: auto;
}

/* line 225, app/assets/stylesheets/mobile/activity_feed.sass */
.status_comment {
  padding: 0 20px;
}

/* line 227, app/assets/stylesheets/mobile/activity_feed.sass */
.status_comment.highlighted {
  background-color: #F6FBC0;
}

/* line 229, app/assets/stylesheets/mobile/activity_feed.sass */
.status_comment .comment_remove {
  float: right;
  color: #ccc;
  margin: 0 0 10px 5px;
}

/* line 233, app/assets/stylesheets/mobile/activity_feed.sass */
.status_comment .comment_remove:hover {
  color: #808080;
}

/* line 236, app/assets/stylesheets/mobile/activity_feed.sass */
.status_comment:hover .comment_remove {
  visibility: visible;
}

/* line 238, app/assets/stylesheets/mobile/activity_feed.sass */
.status_comment.no_likes .comment_likes {
  display: none;
}

/* line 240, app/assets/stylesheets/mobile/activity_feed.sass */
.status_comment .comment_likes {
  font-size: 11px;
}

/* line 242, app/assets/stylesheets/mobile/activity_feed.sass */
.status_comment .comment_likes img {
  vertical-align: text-bottom;
  margin-right: -4px;
}

/* line 245, app/assets/stylesheets/mobile/activity_feed.sass */
.status_comment .divider {
  color: #b0b0b0;
  font-size: 11px;
}

/* line 249, app/assets/stylesheets/mobile/activity_feed.sass */
.status_undo_hide, .status_unhide {
  float: right;
  margin-left: 15px;
}

/* line 254, app/assets/stylesheets/mobile/activity_feed.sass */
.status_type img.avatar {
  border-radius: 100%;
}

/* line 257, app/assets/stylesheets/mobile/activity_feed.sass */
.like_section {
  font-size: 12px;
  padding: 10px 20px 5px 17px;
}

/* line 260, app/assets/stylesheets/mobile/activity_feed.sass */
.like_section img {
  position: relative;
  bottom: 2px;
}

/* line 264, app/assets/stylesheets/mobile/activity_feed.sass */
.likes i {
  margin-right: 24px;
  margin-left: 13px;
  vertical-align: middle;
}

/* line 271, app/assets/stylesheets/mobile/activity_feed.sass */
.status_like, .status_report {
  cursor: pointer;
}

/* line 275, app/assets/stylesheets/mobile/activity_feed.sass */
.status_report img {
  margin-right: -2px;
}

/* line 277, app/assets/stylesheets/mobile/activity_feed.sass */
.status_report.reported {
  cursor: default;
}

/* line 282, app/assets/stylesheets/mobile/activity_feed.sass */
.comment_actions .reported img {
  margin-left: -2px;
  margin-right: -2px;
}

/* line 286, app/assets/stylesheets/mobile/activity_feed.sass */
.status_like .liked_label {
  display: none;
}

/* line 290, app/assets/stylesheets/mobile/activity_feed.sass */
li.liked .like_icon {
  display: block;
}

/* line 293, app/assets/stylesheets/mobile/activity_feed.sass */
li.liked .status_like .like_label {
  display: none;
}

/* line 295, app/assets/stylesheets/mobile/activity_feed.sass */
li.liked .status_like .liked_label {
  display: inline;
}

/* line 300, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_actions.likes {
  margin-top: 0;
}

/* line 304, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .loading_spinner {
  float: left;
}

/* line 306, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .options {
  text-align: right;
  margin-bottom: 10px;
}

/* line 309, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .options input {
  margin-left: 10px;
}

/* line 311, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .score_pie, .status_list .score_display {
  vertical-align: middle;
}

/* line 313, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .score_pie {
  display: inline-block;
  margin-right: 5px;
  margin-left: -5px;
  margin-bottom: -5px;
}

/* line 318, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .score_display {
  font-weight: 600;
  display: inline-block;
  font-size: 32px;
  color: #cccccc;
}

/* line 323, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .rating_display {
  margin: 10px 0;
}

/* line 325, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .rating_display.rating_aggregated {
  margin: -2px 0 13px 25px;
}

/* line 327, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .rating_display.rating_aggregated img {
  width: 12px;
  height: 12px;
}

/* line 330, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .rating_aggregated.message {
  margin-bottom: 10px;
}

/* line 332, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .rating_aggregated.resource {
  margin: 0;
}

/* line 334, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .comment_preview blockquote {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 339, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment, ul.status_updates .status_comment_input {
  position: relative;
}

/* line 341, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .user_info, ul.status_updates .status_comment_input .user_info {
  margin-bottom: 0;
}

/* line 343, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .avatar, ul.status_updates .status_comment_input .avatar {
  position: absolute;
  left: 20px;
}

/* line 346, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .comment_body, ul.status_updates .status_comment_input .comment_body {
  margin: 0 0 5px 5px;
  font-size: 12px;
  word-break: break-word;
}

/* line 350, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .comment_date, ul.status_updates .status_comment_input .comment_date {
  display: inline-block;
  font-size: 11px;
  color: #b0b0b0;
  margin-top: 3px;
  margin-right: 10px;
}

/* line 356, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .user_name, ul.status_updates .status_comment_input .user_name {
  font-size: 12px;
  font-weight: 600;
}

/* line 359, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .comment_box, ul.status_updates .status_comment_input .comment_box {
  padding: 5px 0 5px 46px;
  margin-top: 8px;
}

/* line 362, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .comment_box textarea, ul.status_updates .status_comment_input .comment_box textarea {
  height: 30px;
  font-size: 12px;
  padding: 5px;
}

/* line 366, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .comment_box textarea.disabled, ul.status_updates .status_comment_input .comment_box textarea.disabled {
  background-color: #efefef;
  color: #aaa;
}

/* line 369, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .comment_box .save_btn, ul.status_updates .status_comment_input .comment_box .save_btn {
  padding: 2px;
  margin-left: 0.5em;
}

/* line 373, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .comment_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 378, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment_input .comment_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 384, app/assets/stylesheets/mobile/activity_feed.sass */
.comment_actions a, .comment_actions .status_comment_report {
  display: inline-block;
  font-size: 11px;
}

/* line 388, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment_input .comment_box {
  padding: 5px 20px 5px 20px;
}

/* line 391, app/assets/stylesheets/mobile/activity_feed.sass */
.nested_comments {
  margin-left: 47px;
  font-size: 10px;
}

/* line 394, app/assets/stylesheets/mobile/activity_feed.sass */
.nested_comments .status_comment .avatar {
  top: 8px;
}

/* line 396, app/assets/stylesheets/mobile/activity_feed.sass */
.nested_comments .user_info {
  margin-bottom: 0;
}

/* line 398, app/assets/stylesheets/mobile/activity_feed.sass */
.nested_comments .avatar {
  position: absolute;
  left: 20px;
}

/* line 401, app/assets/stylesheets/mobile/activity_feed.sass */
.nested_comments .avatar img {
  width: 20px;
  height: 20px;
}

/* line 406, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates {
  padding: 0;
  width: 95%;
  margin: auto;
}

/* line 410, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .nested_comments .comment_box {
  padding-left: 30px;
}

/* line 412, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .nested_reply_input {
  margin-left: 40px;
}

/* line 415, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .nested_reply_input .status_comment_input .comment_box {
  padding-left: 25px;
}

/* line 417, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .nested_reply_input .status_comment_input .avatar {
  top: 5px;
}

/* line 419, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .nested_reply_input .status_comment_input .avatar img {
  width: 20px;
  height: 20px;
}

/* line 425, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment .avatar {
  top: 8px;
}

/* line 427, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .status_comment_input .avatar {
  top: 5px;
}

/* line 430, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates li.expanded .content, ul.status_updates li.expanded .avatar {
  display: none;
}

/* line 432, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .plus_more {
  margin-bottom: 5px;
}

/* line 434, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates .title {
  font-size: 21px;
  margin: 10px 0;
}

/* line 438, app/assets/stylesheets/mobile/activity_feed.sass */
ul.status_updates ul.aggregated_updates .content, ul.status_updates ul.aggregated_updates .avatar {
  display: block;
}

/* line 441, app/assets/stylesheets/mobile/activity_feed.sass */
.status_list .aggregated .score_display {
  font-size: 22px;
}

/* line 445, app/assets/stylesheets/mobile/activity_feed.sass */
ul.aggregated_updates li {
  border: 1px solid #dddddd;
}

/* line 447, app/assets/stylesheets/mobile/activity_feed.sass */
ul.aggregated_updates li:last-of-type {
  margin-bottom: 0;
}

/* line 449, app/assets/stylesheets/mobile/activity_feed.sass */
ul.aggregated_updates .status_actions {
  border-bottom: 0;
}

/* line 452, app/assets/stylesheets/mobile/activity_feed.sass */
.reported_info {
  padding: 10px 10px 10px 35px;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 0;
  background-color: #f7f7f7;
  position: relative;
}

/* line 458, app/assets/stylesheets/mobile/activity_feed.sass */
.reported_info img {
  vertical-align: text-bottom;
  margin-right: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 464, app/assets/stylesheets/mobile/activity_feed.sass */
.reported_info .report_actions {
  float: right;
  margin-left: 10px;
  max-width: 267px;
  margin-bottom: 20px;
}

/* line 469, app/assets/stylesheets/mobile/activity_feed.sass */
.reported_info .report_type {
  font-weight: 600;
}

/* line 472, app/assets/stylesheets/mobile/activity_feed.sass */
#report_content_reason {
  margin: 10px 0 0 18px;
}

/* line 474, app/assets/stylesheets/mobile/activity_feed.sass */
#report_content_reason label {
  margin: 0;
  font-size: 0.9em;
}

/* line 479, app/assets/stylesheets/mobile/activity_feed.sass */
#abuse_reports_container .nav-tabs {
  border-bottom: 0;
}

/* line 481, app/assets/stylesheets/mobile/activity_feed.sass */
#abuse_reports_container .nav-tabs li {
  margin: 0 10px 0 0;
}

/* line 483, app/assets/stylesheets/mobile/activity_feed.sass */
#abuse_reports_container .tab-pane {
  padding: 20px;
}

/* line 486, app/assets/stylesheets/mobile/activity_feed.sass */
#abuse_reports_container ul.status_updates li {
  border: 1px solid #ddd;
  border-width: 0 1px;
}

/* line 489, app/assets/stylesheets/mobile/activity_feed.sass */
#abuse_reports_container ul.status_updates li:last-of-type {
  margin-bottom: 0;
}

/* line 491, app/assets/stylesheets/mobile/activity_feed.sass */
#abuse_reports_container ul.status_updates li.no_comments {
  border-width: 0 1px 1px 1px;
}

/* line 493, app/assets/stylesheets/mobile/activity_feed.sass */
#abuse_reports_container .status_icons, #abuse_reports_container .settings, #abuse_reports_container .comment_remove {
  display: none;
}

/* line 495, app/assets/stylesheets/mobile/activity_feed.sass */
#abuse_reports_container .empty {
  padding: 10px;
}

/* line 498, app/assets/stylesheets/mobile/activity_feed.sass */
.suggested_title {
  font-weight: 600;
}

/* line 501, app/assets/stylesheets/mobile/activity_feed.sass */
li.suggested_list {
  padding: 20px;
}

/* line 503, app/assets/stylesheets/mobile/activity_feed.sass */
li.suggested_list li:last-of-type {
  margin-bottom: 0;
}

/* line 507, app/assets/stylesheets/mobile/activity_feed.sass */
li.suggested_list .see_more {
  float: right;
  font-size: 9px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  font-weight: 300;
}

/* line 515, app/assets/stylesheets/mobile/activity_feed.sass */
li.suggested_list .see_more a {
  color: #333;
}

/* line 518, app/assets/stylesheets/mobile/activity_feed.sass */
li.suggested_list .see_more {
  margin-top: 10px;
}

/* line 521, app/assets/stylesheets/mobile/activity_feed.sass */
ul.suggested_updates {
  margin-top: 20px;
}

/* line 524, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small {
  border: 1px solid #dbdbdb;
  position: relative;
  height: 50px;
  transition: all 0.3s;
}

/* line 529, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small.collapsed {
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transform: scale(0.8);
}

/* line 536, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small.courses > div {
  height: 100%;
}

/* line 538, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small.study_aid > div {
  height: 100%;
}

/* line 540, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small.friendship {
  padding: 13px;
  height: auto;
  min-height: 92px;
}

/* line 544, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small .suggested_title {
  font-weight: 600;
  padding: 15px 5px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 548, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small .group_logo {
  width: 48px;
  height: 48px;
  border-radius: 0;
  margin: 0;
}

/* line 553, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small .dismiss {
  opacity: 0;
  position: absolute;
  right: -11px;
  top: -11px;
  transform: scale(0.8);
  transition: all 0.3s;
}

/* line 560, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small:hover .dismiss {
  opacity: 1;
  transform: none;
}

/* line 563, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small .friender {
  margin-bottom: 10px;
}

/* line 565, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small .btn-invite {
  background-color: #9aad30;
  border-color: #9aad30;
  margin: 6px 0 0 10px;
}

/* line 569, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small .btn-invite:hover {
  background-color: #8d9e2c;
}

/* line 571, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small img.suggested_friend {
  border-radius: 100%;
  margin-right: 10px;
}

/* line 574, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small .friendee {
  position: relative;
}

/* line 576, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small .friendee .friend_avatar {
  position: absolute;
  top: 1px;
}

/* line 579, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small .friendee .friend_text {
  padding: 0 10px 0 42px;
}

/* line 581, app/assets/stylesheets/mobile/activity_feed.sass */
li.attached_small .friendee .friend_link, li.attached_small .friendee .friend_info {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 586, app/assets/stylesheets/mobile/activity_feed.sass */
.btn-activity {
  border: 1px solid #62b1cc;
  background-color: #62b1cc;
  font-size: 11px;
  margin: 13px 5px 0 5px;
  padding: 3px 10px;
  float: right;
  color: #fff;
}

/* line 594, app/assets/stylesheets/mobile/activity_feed.sass */
.btn-activity:hover {
  color: #fff;
  text-decoration: none;
  background-color: #53a2bd;
}

/* line 602, app/assets/stylesheets/mobile/activity_feed.sass */
#comment_reports .status_comment {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/* line 606, app/assets/stylesheets/mobile/activity_feed.sass */
.agg_rating {
  margin: 10px 0;
}

/* line 608, app/assets/stylesheets/mobile/activity_feed.sass */
.agg_avatar img {
  border-radius: 100%;
  margin-right: 10px;
}

/* line 613, app/assets/stylesheets/mobile/activity_feed.sass */
ul.hidden_friends li, ul.hidden_groups li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5px 5px 0;
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: #fcfcfc;
  line-height: 18px;
}

/* line 622, app/assets/stylesheets/mobile/activity_feed.sass */
ul.hidden_friends img, ul.hidden_groups img {
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: top;
  width: 20px;
  height: 20px;
}

/* line 628, app/assets/stylesheets/mobile/activity_feed.sass */
ul.hidden_friends a, ul.hidden_groups a {
  text-decoration: none;
  line-height: 20px;
}

/* line 631, app/assets/stylesheets/mobile/activity_feed.sass */
ul.hidden_friends .status_unhide, ul.hidden_groups .status_unhide {
  margin-left: 5px;
}

/* line 633, app/assets/stylesheets/mobile/activity_feed.sass */
ul.hidden_friends .name, ul.hidden_groups .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 636, app/assets/stylesheets/mobile/activity_feed.sass */
#activity_settings {
  display: none;
}

/* line 639, app/assets/stylesheets/mobile/activity_feed.sass */
input[type="text"], textarea, input[type="search"],
input[type="password"], input[type="tel"], input[type="email"],
#tags_container .tagsinput, #admin_tags_container .tagsinput {
  padding: 5px 10px;
  width: 100%;
  background: #fff;
  border: 1px solid #cccccc;
  color: #444;
  font-weight: 300;
}

/* line 648, app/assets/stylesheets/mobile/activity_feed.sass */
input[type="text"]:focus, textarea:focus, input[type="search"]:focus,
input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus,
#tags_container .tagsinput:focus, #admin_tags_container .tagsinput:focus {
  outline: none;
}

/* line 651, app/assets/stylesheets/mobile/activity_feed.sass */
.view_all {
  width: 100%;
  background-color: #F7F7F7;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  border-top: 1px solid #ddd;
  cursor: pointer;
}

/* line 659, app/assets/stylesheets/mobile/activity_feed.sass */
.view_all:hover, .view_all:focus, .view_all:active {
  background: #fafafa;
}

/* line 660, app/assets/stylesheets/mobile/activity_feed.sass */
.view_all:hover a, .view_all:focus a, .view_all:active a {
  text-decoration: none;
}

/* line 666, app/assets/stylesheets/mobile/activity_feed.sass */
#status_updates_container .status_update .status_report {
  display: none;
}

/* line 669, app/assets/stylesheets/mobile/activity_feed.sass */
#status_updates_container .status_update ul, #status_updates_container .suggested_list ul {
  padding-left: 0;
}

/* line 672, app/assets/stylesheets/mobile/activity_feed.sass */
.gc_popover.popover {
  padding: 0;
  z-index: 1025;
}

/* line 675, app/assets/stylesheets/mobile/activity_feed.sass */
.gc_popover.popover img {
  position: relative;
  bottom: 2px;
  left: -2px;
}

/* line 679, app/assets/stylesheets/mobile/activity_feed.sass */
.gc_popover.popover .popover-body {
  padding: 5px;
}

/* line 681, app/assets/stylesheets/mobile/activity_feed.sass */
.gc_popover.popover a {
  display: block;
  margin: 2px;
  padding: 5px;
  color: #444;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}

/* line 690, app/assets/stylesheets/mobile/activity_feed.sass */
.gc_popover.popover a:hover {
  background-color: #ededed;
}

/* line 692, app/assets/stylesheets/mobile/activity_feed.sass */
.gc_popover.popover li.active a {
  color: #fff;
  background-color: #428bca;
}

/* line 696, app/assets/stylesheets/mobile/activity_feed.sass */
.group_create_new_discussion .actions_inline {
  margin-top: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 702, app/assets/stylesheets/mobile/activity_feed.sass */
.group_create_new_discussion .actions_inline .btn {
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
}

/* line 706, app/assets/stylesheets/mobile/activity_feed.sass */
.attached_image_container {
  margin-bottom: 0.5em;
}

/* line 708, app/assets/stylesheets/mobile/activity_feed.sass */
.attached_image_container .attached_img {
  max-width: 100%;
}

/* line 712, app/assets/stylesheets/mobile/activity_feed.sass */
#new_user_section {
  padding: 0;
  width: 95%;
  margin: auto;
}

/* line 716, app/assets/stylesheets/mobile/activity_feed.sass */
#new_user_section .wtg_feat {
  padding-left: 110px;
  background-position-x: 10px;
}

/* line 719, app/assets/stylesheets/mobile/activity_feed.sass */
#user_joined_area {
  text-align: center;
}
/* line 5, app/assets/stylesheets/mobile/create_button.sass */
.no-select, #mobile_action_buttons #mobile_create, #mobile_action_buttons #mobile_edit {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 14, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: 80px;
  right: 10px;
  width: 50px;
  height: 110px;
  z-index: 9;
}

/* line 24, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_create, #mobile_action_buttons #mobile_edit {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  box-shadow: 2px 2px 2px 2px #dddddd;
}

/* line 31, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_create:active, #mobile_action_buttons #mobile_create:focus, #mobile_action_buttons #mobile_create:hover, #mobile_action_buttons #mobile_edit:active, #mobile_action_buttons #mobile_edit:focus, #mobile_action_buttons #mobile_edit:hover {
  color: white;
  box-shadow: 1px 1px 1px 1px #dddddd;
}

/* line 34, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_create .btn, #mobile_action_buttons #mobile_edit .btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 22px;
}

/* line 42, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_create .btn:active, #mobile_action_buttons #mobile_create .btn:focus, #mobile_action_buttons #mobile_create .btn:hover, #mobile_action_buttons #mobile_edit .btn:active, #mobile_action_buttons #mobile_edit .btn:focus, #mobile_action_buttons #mobile_edit .btn:hover {
  color: white;
}

/* line 44, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_create .btn.hidden, #mobile_action_buttons #mobile_edit .btn.hidden {
  display: none;
}

/* line 46, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_edit {
  background-color: #a0b432;
  border-color: #a0b432;
}

/* line 49, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_edit.active {
  background-color: #7d8c27;
}

/* line 51, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_edit .btn {
  padding-left: 3px;
}

/* line 53, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_create {
  background-color: #3F6A7F;
  border-color: #3F6A7F;
}

/* line 56, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_create.active {
  background-color: #2e4e5d;
}

/* line 58, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_create .btn {
  font-size: 32px;
}

/* line 60, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons #mobile_create .create_popover {
  width: 100%;
  height: 100%;
}

/* line 63, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .create_popover {
  position: relative;
}

/* line 65, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .popover_content {
  min-width: 45vw;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  right: 60px;
  height: 0;
  background: #385360;
  display: none;
  flex-direction: row-reverse;
  z-index: 99;
  border: 1px solid #828282;
  border-top: 0;
  padding-bottom: 0.5em;
  margin-left: calc( ( 45vw - 60px ) / -2);
}

/* line 79, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .popover_content.active {
  display: flex;
  height: auto;
}

/* line 83, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .popover_content .menu {
  width: 100%;
}

/* line 85, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .popover_content .menu .auth, #mobile_action_buttons .popover_content .menu .unauth {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* line 90, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .popover_content .menu .auth.hidden, #mobile_action_buttons .popover_content .menu .unauth.hidden {
  display: none;
}

/* line 92, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .popover_content .menu input[type=submit], #mobile_action_buttons .popover_content .menu a {
  display: block;
  width: auto;
  color: white;
  border: none;
  background: none;
  padding: 0.7em 1.5em;
  padding-right: 0;
  font-family: arial, sans-serif;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-bottom: 1px dotted #828282;
  text-align: center;
}

/* line 105, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .popover_content .menu input[type=submit]:active, #mobile_action_buttons .popover_content .menu input[type=submit]:focus, #mobile_action_buttons .popover_content .menu a:active, #mobile_action_buttons .popover_content .menu a:focus {
  background-color: rgba(44, 65, 75, 0.7);
  border-top: 1px solid #7c9dae;
  border-bottom: 1px solid #7c9dae;
}

/* line 109, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .popover_content .menu input[type=submit] {
  width: 100%;
}

/* line 111, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .popover_content .menu .create_flowchart {
  border-bottom: none;
}

/* line 113, app/assets/stylesheets/mobile/create_button.sass */
#mobile_action_buttons .popover_content .menu .create_flowchart input[type=submit], #mobile_action_buttons .popover_content .menu .create_flowchart a {
  border-bottom: 1px solid transparent;
}

/* line 116, app/assets/stylesheets/mobile/create_button.sass */
.arrow-right {
  width: 0;
  height: 0;
  margin-right: -10px;
  align-self: flex-end;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #385360;
}
/* line 5, app/assets/stylesheets/mobile/dashboard.sass */
.container.main {
  padding-right: 0.5em;
  padding-left: 0.5em;
  overflow: auto;
}

/* line 10, app/assets/stylesheets/mobile/dashboard.sass */
#wrap .contents_wrap .dashv2 {
  margin-top: 50px;
}

/* line 14, app/assets/stylesheets/mobile/dashboard.sass */
#recently_edited h2, #recently_viewed h2, #suggested h2 {
  top: 0;
  width: 100%;
  color: #444;
  font-size: 140%;
  margin: 1em 0 0.5em 0;
  padding: 0.5em;
}

/* line 21, app/assets/stylesheets/mobile/dashboard.sass */
#recently_edited:first-child h2, #recently_viewed:first-child h2, #suggested:first-child h2 {
  margin-top: 0;
}

/* line 24, app/assets/stylesheets/mobile/dashboard.sass */
.flex-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 29, app/assets/stylesheets/mobile/dashboard.sass */
.empty_items_dashboard_container {
  background: #f7f7f7;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 36, app/assets/stylesheets/mobile/dashboard.sass */
#et_loading_spinner {
  top: 80px;
}

/* line 39, app/assets/stylesheets/mobile/dashboard.sass */
.empty_items_dashboard_container {
  background: #f7f7f7;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 47, app/assets/stylesheets/mobile/dashboard.sass */
.suggested_title {
  font-size: 80%;
}

/* line 51, app/assets/stylesheets/mobile/dashboard.sass */
.tile_header {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  background-color: #fff;
  padding: 15px 40px 15px 15px;
  border-top: 1px solid #ddd;
}

/* line 58, app/assets/stylesheets/mobile/dashboard.sass */
.tile_header h3, .tile_header h4 {
  color: #3a99ad;
  font-weight: 500;
  overflow: hidden;
  margin-bottom: 0;
}

/* line 63, app/assets/stylesheets/mobile/dashboard.sass */
.tile_header .tile_title {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

/* line 67, app/assets/stylesheets/mobile/dashboard.sass */
.subject_tile .tile_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 71, app/assets/stylesheets/mobile/dashboard.sass */
.subject_tile .tile_header .tile_exam_level h4 {
  font-size: 80%;
  opacity: 0.7;
  margin: 0;
  overflow: hidden;
  line-height: 22px;
}

/* line 78, app/assets/stylesheets/mobile/dashboard.sass */
.tile_footer {
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 10px 17px;
  margin-bottom: 10px;
  font-size: 80%;
}

/* line 86, app/assets/stylesheets/mobile/dashboard.sass */
.tile_footer .edit {
  float: right;
}

/* line 91, app/assets/stylesheets/mobile/dashboard.sass */
.subject_tile .additional_info {
  display: block;
  padding-left: 40px;
  padding-top: 5px;
}

/* line 95, app/assets/stylesheets/mobile/dashboard.sass */
.subject_tile i.subject_icon {
  color: #464e4f;
  font-size: 25px;
  vertical-align: middle;
  position: absolute;
  top: 13px;
}

/* line 102, app/assets/stylesheets/mobile/dashboard.sass */
.subject_form_wrapper {
  width: 95%;
  margin: auto;
}

/* line 105, app/assets/stylesheets/mobile/dashboard.sass */
.subject_form_wrapper .control-label {
  margin-bottom: 0.5em;
}

/* line 107, app/assets/stylesheets/mobile/dashboard.sass */
.subject_form_wrapper .control-group {
  margin-bottom: 1.0em;
}

/* line 109, app/assets/stylesheets/mobile/dashboard.sass */
.subject_form_wrapper .tt-menu {
  position: static !important;
}

/* line 111, app/assets/stylesheets/mobile/dashboard.sass */
.subject_form_wrapper input.tt-input {
  background: white !important;
}

/* line 114, app/assets/stylesheets/mobile/dashboard.sass */
ul.subject_topics, .topic_resources ul {
  list-style: none;
  padding: 0.5em;
}

/* line 117, app/assets/stylesheets/mobile/dashboard.sass */
ul.subject_topics .resource-tile-mobile, .topic_resources ul .resource-tile-mobile {
  padding: 0;
  margin-bottom: 0.5em;
}

/* line 120, app/assets/stylesheets/mobile/dashboard.sass */
ul.subject_topics .topic_header, .topic_resources ul .topic_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
  margin: 1em auto;
}

/* line 126, app/assets/stylesheets/mobile/dashboard.sass */
ul.subject_topics .topic_header:hover, .topic_resources ul .topic_header:hover {
  cursor: pointer;
}

/* line 128, app/assets/stylesheets/mobile/dashboard.sass */
ul.subject_topics .topic_header h2, .topic_resources ul .topic_header h2 {
  font-size: 100%;
  width: 75%;
  margin: 0;
  padding: 0.5rem 0;
}

/* line 133, app/assets/stylesheets/mobile/dashboard.sass */
ul.subject_topics .topic_header .resource_count, .topic_resources ul .topic_header .resource_count {
  font-weight: bold;
}

/* line 135, app/assets/stylesheets/mobile/dashboard.sass */
ul.subject_topics .topic_header .expand_topic_resources, ul.subject_topics .topic_header .collapse_topic_resources, .topic_resources ul .topic_header .expand_topic_resources, .topic_resources ul .topic_header .collapse_topic_resources {
  font-size: 150%;
  font-weight: bold;
  margin-left: 0.5rem;
  color: #3a99ad;
}

/* line 141, app/assets/stylesheets/mobile/dashboard.sass */
.subject_selection select#subject_id {
  margin-left: -3px;
}

/* line 145, app/assets/stylesheets/mobile/dashboard.sass */
#new_topic_form form, .edit_topic_form form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 149, app/assets/stylesheets/mobile/dashboard.sass */
#new_topic_form form .btn, .edit_topic_form form .btn {
  padding: 0.2em 0.7em;
  margin-left: 0.3em;
}

/* line 152, app/assets/stylesheets/mobile/dashboard.sass */
#new_topic_form form .btn.delete_topic_btn, .edit_topic_form form .btn.delete_topic_btn {
  padding-top: 0.5em;
}

/* line 155, app/assets/stylesheets/mobile/dashboard.sass */
#new_topic_form, .actions {
  margin: 2em 0.5em 0 0.5em;
}

/* line 159, app/assets/stylesheets/mobile/dashboard.sass */
.edit_topic_form {
  margin-top: -1.0em;
  margin-bottom: 1.0em;
}

/* line 163, app/assets/stylesheets/mobile/dashboard.sass */
#mobile_action_buttons.dashboard {
  height: auto;
}

/* line 165, app/assets/stylesheets/mobile/dashboard.sass */
#mobile_action_buttons.dashboard .btn-create {
  margin: 0;
}

/* line 167, app/assets/stylesheets/mobile/dashboard.sass */
#mobile_action_buttons.dashboard #margin_create {
  box-shadow: 3px 3px 3px 3px #dddddd;
}

/* line 171, app/assets/stylesheets/mobile/dashboard.sass */
#mobile_nav.nav .nav_items {
  list-style-type: none;
  padding: 0;
  padding-top: 0.5em;
  background: #3F6A7F;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: space-around;
}

/* line 181, app/assets/stylesheets/mobile/dashboard.sass */
#mobile_nav.nav .nav_items .nav_item {
  flex-grow: 1;
  text-align: center;
  border-bottom: 0.4em solid transparent;
}

/* line 185, app/assets/stylesheets/mobile/dashboard.sass */
#mobile_nav.nav .nav_items .nav_item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 110%;
  color: white;
  text-decoration: none;
}

/* line 192, app/assets/stylesheets/mobile/dashboard.sass */
#mobile_nav.nav .nav_items .nav_item.selected {
  border-bottom-color: white;
}

/* line 194, app/assets/stylesheets/mobile/dashboard.sass */
#mobile_nav.nav.subject_nav {
  justify-content: flex-start;
}

/* line 196, app/assets/stylesheets/mobile/dashboard.sass */
#mobile_nav.nav.subject_nav .flex {
  padding: 0.5em 1em;
}

/* line 199, app/assets/stylesheets/mobile/dashboard.sass */
#mobile_nav.nav.subject_nav .nav_items, #mobile_nav.nav.group_nav .nav_items {
  padding-bottom: 0;
}

/* line 202, app/assets/stylesheets/mobile/dashboard.sass */
.ad_container.mobile_leaderboard {
  margin-left: -0.5em;
  margin-right: -0.5em;
  text-align: center;
}
/* line 12, app/assets/stylesheets/mobile/examtime_auth.sass */
body {
  font-size: 14px;
}

/* line 15, app/assets/stylesheets/mobile/examtime_auth.sass */
.actions {
  margin-top: 2em;
  text-align: right;
}

/* line 19, app/assets/stylesheets/mobile/examtime_auth.sass */
.flash.alert {
  font-size: 75%;
  margin: 0.5em;
}

/* line 23, app/assets/stylesheets/mobile/examtime_auth.sass */
ul.errors {
  list-style: none;
  font-size: 75%;
}

/* line 29, app/assets/stylesheets/mobile/examtime_auth.sass */
#feedback_wrapper {
  padding: 1em;
}

/* line 32, app/assets/stylesheets/mobile/examtime_auth.sass */
#feedback_wrapper #feedback_form .feedback_type {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

/* line 37, app/assets/stylesheets/mobile/examtime_auth.sass */
#feedback_wrapper #feedback_form .type_selection {
  position: relative;
  text-align: left;
  cursor: pointer;
  margin-bottom: 20px;
  background: #f7f7f7;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 47, app/assets/stylesheets/mobile/examtime_auth.sass */
#feedback_wrapper #feedback_form .type_selection:hover, #feedback_wrapper #feedback_form .type_selection.type_selected {
  background: #fff;
  border: 1px solid #ddd;
}

/* line 50, app/assets/stylesheets/mobile/examtime_auth.sass */
#feedback_wrapper #feedback_form .type_selection img {
  position: absolute;
  top: 30px;
  left: 30px;
}

/* line 54, app/assets/stylesheets/mobile/examtime_auth.sass */
#feedback_wrapper #feedback_form .type_selection:first-child {
  margin-right: 20px;
}

/* line 57, app/assets/stylesheets/mobile/examtime_auth.sass */
#feedback_wrapper #feedback_message_area {
  font-size: 90%;
  margin: 20px 5px;
}

/* line 60, app/assets/stylesheets/mobile/examtime_auth.sass */
#feedback_wrapper #feedback_message_area label, #feedback_wrapper #feedback_message_area textarea {
  display: block;
}

/* line 62, app/assets/stylesheets/mobile/examtime_auth.sass */
#feedback_wrapper #feedback_message_area textarea {
  width: 100%;
  height: 25rem;
  margin-bottom: 10px;
  padding: 5px;
}

/* line 69, app/assets/stylesheets/mobile/examtime_auth.sass */
.reg_step_form {
  float: none;
  margin: auto;
  background: #f7f7f7;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

/* line 75, app/assets/stylesheets/mobile/examtime_auth.sass */
.reg_step_form.confirmation_step {
  background: none;
  border: 0;
}

/* line 78, app/assets/stylesheets/mobile/examtime_auth.sass */
.reg_step_form .user_classification_selection {
  font-family: "museo_sans_rounded300", sans-serif;
  font-weight: normal;
}
/* line 1, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.tile_sprite, .link_images {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_course, .course_tile .attached_course .link_images.course {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 10, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_private, .link_images.unreadable {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 15, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_slide_set, .link_images.slide_set {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 20, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_quiz, .link_images.quiz {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 25, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_note, .link_images.note {
  width: 100px;
  height: 100px;
  --x: -200px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 30, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_mind_map, .link_images.mind_map {
  width: 100px;
  height: 100px;
  --x: -200px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 35, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_flash_card_deck, .link_images.flash_card_deck {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -200px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 40, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_flowchart, .link_images.flowchart {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -200px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 46, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.ms-create-tile-adjustment {
  background-size: 300%;
  width: 50px;
  height: 50px;
  background-position: calc( ( 50 / 100 ) * var(--x)) calc( ( 50 / 100 ) * var(--y));
}

/* line 1, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn {
  border-radius: 3px;
  display: table;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn .btn_component {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

/* line 13, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn .btn_message {
  color: #FFF;
  padding: 18px 0;
  text-align: left;
  white-space: normal;
  font-weight: 800;
  font-size: 15px;
}

/* line 20, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn .btn_logo {
  width: 62px;
}

/* line 22, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn .btn_logo img {
  border-radius: 2px;
}

/* line 26, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.google-login .custom_social_btn {
  background-color: #D55757;
}

/* line 30, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.facebook-login .custom_social_btn {
  background-color: #4564A5;
}

/* line 34, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.microsoft-login .custom_social_btn {
  background-color: #2F2F2F;
}

/* line 37, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn:hover {
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/mobile/examtime_unauth.sass */
body {
  font-size: 14px;
}

/* line 31, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application #mobile_nav #logo_container img {
  width: 20px;
  height: 23px;
}

/* line 35, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile, body.mobile_layout {
  width: 100%;
  min-width: unset;
}

/* line 38, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile .container.main, body.mobile_layout .container.main {
  margin-top: 38px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 51, app/assets/stylesheets/mobile/examtime_unauth.sass */
.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;
}

/* line 60, app/assets/stylesheets/mobile/examtime_unauth.sass */
.icon-search:before {
  content: "\f002";
}

/* line 63, app/assets/stylesheets/mobile/examtime_unauth.sass */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 66, app/assets/stylesheets/mobile/examtime_unauth.sass */
.-truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 69, app/assets/stylesheets/mobile/examtime_unauth.sass */
.-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 72, app/assets/stylesheets/mobile/examtime_unauth.sass */
a {
  color: #3a99ad;
}

/* line 74, app/assets/stylesheets/mobile/examtime_unauth.sass */
a:hover {
  color: #6fcbe1;
}

/* line 77, app/assets/stylesheets/mobile/examtime_unauth.sass */
a.btn {
  text-decoration: none;
}

/* line 80, app/assets/stylesheets/mobile/examtime_unauth.sass */
input#q.valueMissing {
  border: 1px solid red;
}

/* line 84, app/assets/stylesheets/mobile/examtime_unauth.sass */
body {
  background: #ededed;
  width: 100%;
}

/* line 87, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.frame_body {
  background: #fff;
}

/* line 89, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.embed_button {
  background: transparent;
}

/* line 92, app/assets/stylesheets/mobile/examtime_unauth.sass */
#wrap {
  overflow-x: hidden;
}

/* line 95, app/assets/stylesheets/mobile/examtime_unauth.sass */
.container.main {
  margin-top: 20px;
  padding-bottom: 10px;
}

/* line 99, app/assets/stylesheets/mobile/examtime_unauth.sass */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* line 108, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout .blockUI.blockMsg {
  font-size: 150%;
}

/* line 113, app/assets/stylesheets/mobile/examtime_unauth.sass */
body {
  font-family: 'OpenSans', sans-serif;
  font-weight: 300;
}

/* line 117, app/assets/stylesheets/mobile/examtime_unauth.sass */
a:active {
  outline: none;
}

/* line 120, app/assets/stylesheets/mobile/examtime_unauth.sass */
h1, h2, h3, h4, h5 {
  font-family: 'OpenSans', sans-serif;
  margin: 0;
  padding: 0;
}

/* line 125, app/assets/stylesheets/mobile/examtime_unauth.sass */
h1, h2 {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

/* line 128, app/assets/stylesheets/mobile/examtime_unauth.sass */
h1 {
  font-family: 'OpenSans', sans-serif;
  color: #444;
  font-size: 130%;
  font-weight: 100;
  letter-spacing: -0.08em;
  margin: 0 0 30px 0;
}

/* line 136, app/assets/stylesheets/mobile/examtime_unauth.sass */
h2 {
  font-family: 'OpenSans', sans-serif;
  font-size: 120%;
  color: #272727;
  font-weight: 300;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
}

/* line 144, app/assets/stylesheets/mobile/examtime_unauth.sass */
h3 {
  font-size: 110%;
  line-height: 22px;
  color: #444;
  font-weight: 100;
  margin: 0 0 10px 0;
}

/* line 151, app/assets/stylesheets/mobile/examtime_unauth.sass */
h4 {
  font-size: 105%;
  color: #444;
  font-weight: 300;
  margin: 10px 5px 30px 5px;
  line-height: 18px;
  text-transform: uppercase;
}

/* line 158, app/assets/stylesheets/mobile/examtime_unauth.sass */
h4.alert-heading {
  margin: 0 0 10px 0;
}

/* line 161, app/assets/stylesheets/mobile/examtime_unauth.sass */
h5 {
  font-size: 100%;
  color: #fcfcfc;
  font-weight: 100;
  margin: 0 0 30px 0;
}

/* line 167, app/assets/stylesheets/mobile/examtime_unauth.sass */
.modal {
  overflow-y: auto;
}

/* line 170, app/assets/stylesheets/mobile/examtime_unauth.sass */
label {
  font-weight: normal;
  margin-bottom: 12px;
}

/* line 174, app/assets/stylesheets/mobile/examtime_unauth.sass */
ul, ol {
  padding: 0;
  margin: 0;
}

/* line 178, app/assets/stylesheets/mobile/examtime_unauth.sass */
ul {
  -webkit-padding-start: 0;
}

/* line 181, app/assets/stylesheets/mobile/examtime_unauth.sass */
li {
  list-style-type: none;
  display: inline;
}

/* line 186, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn:active, .btn.active {
  box-shadow: none;
}

/* line 190, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn, .button, .confirm, .cancel, .neutral, .discover, .dark, .warning {
  cursor: pointer;
  font-weight: 300;
  font-size: 95%;
  border: 0;
  border-radius: 0;
  padding: 5px 20px;
  color: #fff;
}

/* line 198, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn a, .button a, .confirm a, .cancel a, .neutral a, .discover a, .dark a, .warning a {
  color: #fff;
}

/* line 200, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn i, .button i, .confirm i, .cancel i, .neutral i, .discover i, .dark i, .warning i {
  margin-right: 5px;
}

/* line 203, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-facebook,
.btn-google,
.fb_signin,
.btn-dark {
  color: #fff;
  border: 1px solid;
}

/* line 214, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-create {
  padding: 7px 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 31px 30px 0 0;
  float: left;
  line-height: 1.5;
}

/* line 222, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-upgrade {
  padding: 7px 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  float: left;
  line-height: 1.5;
  background-color: #8d9e2c;
  border-color: #8d9e2c;
}

/* line 232, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-success {
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
  background-color: #9aad30;
  border-color: #9aad30;
}

/* line 236, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-success:hover {
  background-color: #8d9e2c;
  border-color: #8d9e2c;
}

/* line 240, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #8d9e2c;
}

/* line 245, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-cancel {
  color: #444;
  text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.2);
  background-color: #e6e6e6;
  border: 1px solid;
  border-color: #d5d5d5;
}

/* line 252, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active {
  background-color: #dedede;
  border-color: #ccc;
}

/* line 258, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-default {
  color: #444;
  background-color: #fff;
  border: 1px solid;
  border-color: #cccccc;
}

/* line 264, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #fff;
  border-color: #ededed;
}

/* line 270, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-default:active,
.btn-default.active {
  border-color: #cccccc;
}

/* line 277, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile .modal-content, body.mobile_layout .modal-content {
  background: #ededed;
  border: none;
  border-radius: 0px;
}

/* line 285, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout .results_heading {
  font-size: 34px;
  width: auto;
  white-space: normal;
}

/* line 290, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout .gc_pagination.search_results_pagination li {
  font-size: 24px;
  line-height: 34px;
}

/* line 293, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout .gc_pagination.search_results_pagination li span {
  padding: 10px 15px;
  margin: 20px;
}

/* line 300, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout .container.pricing .plan {
  width: 70%;
}

/* line 303, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #refund_policy_section h1, body.mobile_layout #refund_policy_section h2, body.mobile_layout #refund_policy_section h3 {
  font-weight: bold;
  margin-top: 20px;
  line-height: inherit;
}

/* line 307, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #refund_policy_section h1 {
  font-size: 135%;
}

/* line 309, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #refund_policy_section h2 {
  font-size: 120%;
}

/* line 311, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #refund_policy_section h3 {
  font-size: 110%;
}

/* line 316, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout div.l-wrapper #standard-content {
  margin-top: 60px;
}

/* line 318, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout div.l-wrapper .container {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 322, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style {
  /*type*/
  /*feature banner*/
  /*main content*/
}

/* line 323, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style body {
  font-family: 'museo_sans_rounded100', sans-serif;
  font-size: 16px;
  background: #FFF;
}

/* line 329, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style a {
  color: #3a99ad;
}

/* line 332, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style h1, div.l-wrapper-homepage-style h2 {
  text-transform: none;
  color: #29ABE2;
  text-shadow: none;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: 'museo_sans_rounded100', sans-serif;
  font-size: 180%;
}

/* line 341, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style h3 {
  font-size: 1.5em;
  font-weight: 900;
  text-transform: none;
}

/* line 348, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info h3 {
  margin: 20px 0 10px 0;
  font-family: 'museo_sans_rounded100', sans-serif;
}

/* line 351, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info p {
  font-size: 19px;
  line-height: 30px;
}

/* line 354, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info p strong {
  font-family: 'museo_sans_rounded700', sans-serif;
}

/* line 359, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature {
  position: relative;
  background-image: url(/assets/goconqr/banner_homepage.webp) !important;
  height: 486px;
  background-size: cover;
  background-position: right top;
}

/* line 365, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .feature_cta {
  margin: 45px 0 0 50px;
  text-align: center;
  padding: 20px;
  background-color: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  display: table;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: thin solid #29ABE2;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px;
}

@media only screen and (max-width: 500px) {
  /* line 365, app/assets/stylesheets/mobile/examtime_unauth.sass */
  div.l-wrapper-homepage-style .feature .feature_cta {
    margin: 45px 0 0 0;
  }
}

/* line 381, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .feature_cta h2 {
  font-size: 19px;
  color: #9C9C9C;
  line-height: 1.4em;
  letter-spacing: unset;
}

/* line 386, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .feature_cta h1 {
  font-size: 3em;
  letter-spacing: -1px;
}

/* line 389, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .feature_cta .btn {
  min-width: 145px;
  font-size: 1.2em;
}

/* line 392, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper {
  text-align: center;
  padding-left: 50px;
}

@media only screen and (max-width: 500px) {
  /* line 392, app/assets/stylesheets/mobile/examtime_unauth.sass */
  div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper {
    padding-left: 0px;
  }
}

/* line 397, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .play_video {
  background: #F49519;
  padding: 10px 0 10px 0;
  width: 300px;
  background: #DF4A32;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 5px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -kthtml-transition: all 0.4s linear;
  display: block;
  margin: 10px auto 0 auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
}

/* line 419, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .play_video .icon-play {
  margin-right: 10px;
}

/* line 421, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .play_video:hover {
  /*rgba(255, 255, 255, 0.8) 2px 2px 15px*/
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px;
}

@media only screen and (max-width: 500px) {
  /* line 397, app/assets/stylesheets/mobile/examtime_unauth.sass */
  div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .play_video {
    width: 200px;
  }
}

/* line 428, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .goconqr_sign_up {
  display: block;
  height: 40px;
  width: 300px;
  margin: 20px auto 0 auto;
  padding: 20px 0 20px 0px;
  background-color: #3C5A99;
  border-radius: 10px;
  display: table;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 15px;
  font-family: "museo_sans_rounded100", sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -kthtml-transition: all 0.4s linear;
}

/* line 452, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .goconqr_sign_up:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px;
}

/* line 458, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .public_flash_message_container:before, div.l-wrapper-homepage-style .public_flash_message_container:after {
  display: table;
  content: " ";
}

/* line 461, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .public_flash_message_container .alert {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 466, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style #standard-content {
  max-width: 1157px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 50px;
  margin-top: -17px;
}

/* line 473, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .main {
  padding-top: 0;
}

/* line 477, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info_row {
  margin-top: 70px;
  margin-bottom: 50px;
}

/* line 480, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info_row .info {
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 100px;
}

/* line 485, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info_row .info .info_img {
  height: auto;
  min-height: 175px;
}

/* line 489, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .as_seen_in {
  margin: 0 0 60px 0;
  background-color: #29ABE2;
  text-align: center;
}

/* line 493, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .as_seen_in .featured_icon {
  width: 114px;
  display: inline-block;
}

/* line 497, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .as_seen_in.out_of_view .featured_icon [class^="bg-logo_"] {
  background: none;
}

/* line 500, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .row.resource-types, div.l-wrapper-homepage-style .row.users {
  text-align: center;
  margin-top: 1em;
}

/* line 503, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .row.users {
  margin-top: 5em;
}

/* line 505, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .row.users div {
  margin-top: 1.5em;
}

/* line 508, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .row.resource-types .icon-flashcards,
div.l-wrapper-homepage-style .row.resource-types .icon-mindmaps,
div.l-wrapper-homepage-style .row.resource-types .icon-notes,
div.l-wrapper-homepage-style .row.resource-types .icon-quizzes,
div.l-wrapper-homepage-style .row.resource-types .icon-slides,
div.l-wrapper-homepage-style .row.resource-types .icon-flowcharts {
  width: 80px;
}

/* line 515, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .row.resource-types .icon-courses {
  width: 120px;
}

/* line 520, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonials_wrapper {
  margin: 80px 0 80px 0;
  background: #FFF;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

/* line 527, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style #testimonial_images {
  justify-content: center;
  -ms-flex-pack: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 537, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_image {
  background-color: #29ABE2;
  height: 120px;
  cursor: pointer;
}

/* line 541, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_image .testimonial_sprite {
  opacity: 0.7;
  max-width: 100%;
}

/* line 545, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_image:hover .sprite {
  opacity: 1;
}

/* line 548, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style #testimonial_images.out_of_view .testimonial_sprite {
  background: none;
}

/* line 550, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style #testimonial_quotes {
  padding: 30px 50px 0px 50px;
  height: 170px;
  display: block;
  max-height: 170px;
}

/* line 555, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_quote:before {
  font-family: FontAwesome;
  content: "\f10e";
  width: 100%;
  display: block;
  font-size: 24px;
  color: #84B8D9;
  position: relative;
  top: -10px;
}

/* line 564, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_quote {
  text-align: center;
  display: none;
}

/* line 567, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_quote p {
  font-family: "museo_sans_rounded100", sans-serif;
  font-size: 20px !important;
  color: #666666;
  font-size: 26px;
}

/* line 572, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_user {
  font-family: "museo_sans_rounded500", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #29ABE2;
  display: block;
}

/* line 579, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .footer_cta {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px;
}

/* line 583, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .footer_cta h2 {
  font-family: "museo_sans_rounded100", sans-serif;
  font-size: 24px !important;
  color: #29ABE2;
  font-weight: normal;
  padding-bottom: 35px;
  padding: 2.5em 0 0.5em 0;
}

/* line 590, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .footer_cta a {
  margin: 0;
  line-height: 12px;
  padding: 10px 25px;
  text-align: center;
  font-family: "museo_sans_rounded100", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background-color: #3C5A99;
  border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 15px;
}

/* line 607, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .footer_cta a:hover {
  box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 15px;
}

/* line 613, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.no-webp .feature {
  background-image: url(/assets/goconqr/banner_homepage.jpg) !important;
}

/* line 619, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #examtime_footer.examtime_application_footer {
  background: #f7f7f7;
  padding: 10px 0 8px 0;
  margin-top: 4em;
  border-top: 1px solid #ddd;
  text-align: center;
}

/* line 625, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #examtime_footer.examtime_application_footer ul li {
  display: block;
  width: 100%;
}

/* line 628, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #examtime_footer.examtime_application_footer .l-copyright {
  font-size: 60%;
}

/* line 634, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #library_view .resource-tile, body.mobile_layout #library_view .course_tile {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 638, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #library_view .resource-tile .resource-tile__img {
  width: 56px;
  height: 56px;
  margin-right: 0.5em;
}

/* line 642, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #library_view .resource-tile .resource-tile__author, body.mobile_layout #library_view .resource-tile .resource-tile__title {
  width: calc(100% - 4em);
}

/* line 645, app/assets/stylesheets/mobile/examtime_unauth.sass */
.dashboard_title_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid  #dadada;
  border-bottom: 1px solid  #dadada;
  background: #f7f7f7;
  margin-bottom: 1em;
  padding: 0.5em;
}

/* line 655, app/assets/stylesheets/mobile/examtime_unauth.sass */
.dashboard_title_container a.btn {
  height: 80%;
  font-size: 80%;
  margin: 0.5em;
  white-space: nowrap;
}

/* line 660, app/assets/stylesheets/mobile/examtime_unauth.sass */
.dashboard_title_container h1 {
  width: 100%;
  margin: 0em;
  padding: 0 0.75em;
}

/* line 668, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .sign_in_up_label, .signup_options .sign_in_up_label {
  display: block;
}

/* line 670, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .short_sign_in_up_label, .signup_options .short_sign_in_up_label {
  display: none;
}

/* line 672, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .label, .signup_options .label {
  font-size: 110%;
  margin-top: 15px;
}

/* line 675, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .resend_confirmation_instructions_link, .signin_options .forgotten_password, .signin_options .remember_me, .signin_options .tc_container, .signin_options .looking_for_facebook_link, .signup_options .resend_confirmation_instructions_link, .signup_options .forgotten_password, .signup_options .remember_me, .signup_options .tc_container, .signup_options .looking_for_facebook_link {
  font-size: 85%;
}

/* line 677, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .remember_me, .signup_options .remember_me {
  display: none;
}

/* line 679, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options input.form-control.input-lg, .signup_options input.form-control.input-lg {
  font-size: 100%;
  height: 3em;
}

/* line 682, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options input[type=checkbox], .signup_options input[type=checkbox] {
  margin: 5px;
}

/* line 684, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .login-or, .signin_options .signup-or, .signup_options .login-or, .signup_options .signup-or {
  position: relative;
  font-size: 120%;
  color: #aaa;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 5px 35px;
  text-align: center;
  width: 100%;
}

/* line 693, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .span-or, .signup_options .span-or {
  position: relative;
  font-size: 90%;
  top: -22px;
  background-color: #efefef;
  text-align: center;
  padding: 0px 12px;
}

/* line 700, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options hr, .signup_options hr {
  border-top: 1px solid #EDEDEF;
}

/* line 702, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .hr-or, .signup_options .hr-or {
  background-color: #cdcdcd;
  height: 1px;
}

/* line 706, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .custom_social_btn, .signup_options .custom_social_btn {
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

/* line 712, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .custom_social_btn .btn_logo img, .signup_options .custom_social_btn .btn_logo img {
  width: 25px;
  height: auto;
  border-radius: 10%;
}

/* line 716, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .custom_social_btn .btn_component, .signup_options .custom_social_btn .btn_component {
  padding: 0 0.5em;
}

/* line 718, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .custom_social_btn .btn_message, .signup_options .custom_social_btn .btn_message {
  padding: 9px 0;
  font-size: 120%;
  padding-left: 5px;
}

/* line 723, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options button.social_login_link, .signup_options button.social_login_link {
  border: none;
  background: none;
  width: 100%;
}

/* line 728, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .sign-title, .signup_options .sign-title {
  font-size: 150%;
  margin: 15px 0;
}

/* line 732, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .btn-cancel-confirm, .signup_options .btn-cancel-confirm {
  float: left;
}

/* line 735, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .tc_container, .signin_options .remember_me, .signup_options .tc_container, .signup_options .remember_me {
  font-size: 90%;
  margin-top: 10px;
}

/* line 738, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .tc_join, .signup_options .tc_join {
  text-align: center;
}

/* line 740, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .login-or, .signup_options .login-or {
  padding: 5px 15px;
}

/* line 743, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .signup_fields, .signup_options .signup_fields {
  margin: 10px 0 0 0;
  line-height: 1.5em;
}

/* line 746, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .signup_fields .new_user_field, .signup_options .signup_fields .new_user_field {
  margin-bottom: 10px;
}

/* line 749, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .label, .signup_options .label {
  font-weight: 200;
  color: #333333;
}

/* line 753, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .form-button-sign-up, .signup_options .form-button-sign-up {
  border: 1px solid #9aad30;
  color: #fff;
  text-align: center;
  width: 100%;
  background-color: #9aad30;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 300;
  padding: 15px 0;
  margin-top: 20px;
  margin-bottom: 25px;
}

/* line 765, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .form-button-sign-up[disabled], .signup_options .form-button-sign-up[disabled] {
  opacity: 0.5;
}

/* line 768, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .landing_footer, .signup_options .landing_footer {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 90%;
  background-color: #efefef;
  text-align: center;
}

/* line 777, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signup_options #signup_with_email_form {
  margin: auto 0;
}

/* line 781, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .field_icon {
  float: right;
  font-size: 160%;
  margin-top: -1.6em;
  padding-right: 0.5em;
  position: relative;
  z-index: 2;
  opacity: 0.6;
}

/* line 790, app/assets/stylesheets/mobile/examtime_unauth.sass */
.email_confirmation_dialog {
  text-align: center;
}

/* line 792, app/assets/stylesheets/mobile/examtime_unauth.sass */
.email_confirmation_dialog h2 {
  font-size: 1.75em;
}

/* line 794, app/assets/stylesheets/mobile/examtime_unauth.sass */
.email_confirmation_dialog p {
  font-size: 1.1em;
}

/* line 796, app/assets/stylesheets/mobile/examtime_unauth.sass */
.email_confirmation_dialog .envelope_icon_container {
  width: 3em;
  height: 3em;
  margin: 0 auto;
}

/* line 800, app/assets/stylesheets/mobile/examtime_unauth.sass */
.email_confirmation_dialog .envelope_icon_container img {
  width: 100%;
}

/* line 823, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_small .link_images, .resource-tile__img .link_images {
  float: left;
  background-size: 300%;
}

/* line 827, app/assets/stylesheets/mobile/examtime_unauth.sass */
.resource-tile .link_images {
  width: 56px;
  height: 56px;
  background-position: calc( 0.56 * var(--x)) calc( 0.56 * var(--y));
}

/* line 832, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_small .link_images {
  width: 48px;
  height: 48px;
  background-position: calc( 0.48 * var(--x)) calc( 0.48 * var(--y));
}

/* line 837, app/assets/stylesheets/mobile/examtime_unauth.sass */
.resource-tile, .course_tile {
  margin-bottom: 0.5em;
  font-size: 85%;
}

/* line 842, app/assets/stylesheets/mobile/examtime_unauth.sass */
.resource-tile .resource_search_ratings, .resource-tile .resource-tile__buttons {
  display: none;
}

/* line 845, app/assets/stylesheets/mobile/examtime_unauth.sass */
.course_tile .attached_course .link_images {
  width: 110px;
  height: 110px;
  background-position: calc( 1.1 * var(--x)) calc( 1.1 * var(--y));
}

/* line 853, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images, .attached_course .link_images {
  position: relative;
  width: 3.5em;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}

/* line 859, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images img, .attached_course .link_images img {
  max-width: 100%;
}

/* line 861, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.flash_card_deck, .attached_course .link_images.flash_card_deck {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_flash_card_deck.png);
  background-position: center;
}

/* line 864, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.mind_map, .attached_course .link_images.mind_map {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_mind_map.png);
  background-position: center;
}

/* line 867, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.note, .attached_course .link_images.note {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_note.png);
  background-position: center;
}

/* line 870, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.quiz, .attached_course .link_images.quiz {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_quiz.png);
  background-position: center;
}

/* line 873, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.slide_set, .attached_course .link_images.slide_set {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_slide_set.png);
  background-position: center;
}

/* line 876, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.flowchart, .attached_course .link_images.flowchart {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_flowchart.png);
  background-position: center;
}

/* line 879, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.unreadable, .attached_course .link_images.unreadable {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_private.png);
  background-position: center;
}

/* line 882, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.course, .attached_course .link_images.course {
  background-image: url(/assets/sprites/tiles/icon_grid_course.png);
  background-position: center;
}

/* line 886, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_course {
  background: white;
}

/* line 888, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview {
  display: table;
  table-layout: fixed;
  word-wrap: break-word;
  border: 1px solid #ddd;
  color: #333;
  width: 100%;
  position: relative;
}

/* line 896, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview img {
  max-width: 100%;
}

/* line 898, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview a, .attach_preview a:hover, .attach_preview:hover, .attach_preview:focus {
  text-decoration: none;
  color: #333;
}

/* line 901, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview.view {
  cursor: pointer;
}

/* line 903, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .preview_remove {
  float: right;
}

/* line 905, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .link_title {
  font-size: 90%;
  color: #333;
  font-weight: bold;
}

/* line 909, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview:hover .link_title {
  text-decoration: underline;
}

/* line 911, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .description, .attach_preview .start_time {
  margin-top: 5px;
}

/* line 913, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .description {
  max-height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* line 919, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .provider, .attach_preview .author {
  text-transform: uppercase;
  font-size: 60%;
  color: #aaa;
  margin-top: 5px;
}

/* line 924, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .link_images, .attach_preview .link_content {
  display: table-cell;
}

/* line 926, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .link_images {
  vertical-align: middle;
}

/* line 928, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .link_content {
  vertical-align: top;
}

/* line 930, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .link_content {
  padding: 5px 10px;
}

/* line 932, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .author_name {
  font-weight: 600;
  color: #666;
}

/* line 939, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation, body.mobile_layout.application .forgotten_pw, body.mobile_layout.application .looking_for_facebook {
  margin-top: 0.5em;
}

/* line 941, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation h3, body.mobile_layout.application .forgotten_pw h3, body.mobile_layout.application .looking_for_facebook h3 {
  font-size: 2.6em;
  line-height: 1.35em;
  font-family: 'OpenSans';
  word-wrap: break-word;
  color: #444;
}

/* line 948, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .forgotten_pw h3, body.mobile_layout.application .forgotten_pw .forgotten_pw h3, body.mobile_layout.application .looking_for_facebook .forgotten_pw h3 {
  margin-bottom: 30px;
}

/* line 951, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .form-button-sign-up, body.mobile_layout.application .forgotten_pw .form-button-sign-up, body.mobile_layout.application .looking_for_facebook .form-button-sign-up {
  border: 1px solid #9aad30;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  background-color: #9aad30;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 800;
  padding: 15px 0;
  font-size: 15px;
}

/* line 963, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .form-button-sign-up[disabled], body.mobile_layout.application .forgotten_pw .form-button-sign-up[disabled], body.mobile_layout.application .looking_for_facebook .form-button-sign-up[disabled] {
  opacity: 0.5;
}

/* line 966, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .forgotten_pw, body.mobile_layout.application .forgotten_pw .forgotten_pw, body.mobile_layout.application .looking_for_facebook .forgotten_pw {
  margin-top: 75px;
}

/* line 968, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .forgotten_pw .no_confirm, body.mobile_layout.application .forgotten_pw .forgotten_pw .no_confirm, body.mobile_layout.application .looking_for_facebook .forgotten_pw .no_confirm {
  float: left;
  margin: 10px 0 0 5px;
  font-size: 15px;
}

/* line 973, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation input#user_password, body.mobile_layout.application .resend_confirmation input[type=password], body.mobile_layout.application .resend_confirmation input#user_email, body.mobile_layout.application .resend_confirmation input[type=email], body.mobile_layout.application .resend_confirmation input[type=text], body.mobile_layout.application .forgotten_pw input#user_password, body.mobile_layout.application .forgotten_pw input[type=password], body.mobile_layout.application .forgotten_pw input#user_email, body.mobile_layout.application .forgotten_pw input[type=email], body.mobile_layout.application .forgotten_pw input[type=text], body.mobile_layout.application .looking_for_facebook input#user_password, body.mobile_layout.application .looking_for_facebook input[type=password], body.mobile_layout.application .looking_for_facebook input#user_email, body.mobile_layout.application .looking_for_facebook input[type=email], body.mobile_layout.application .looking_for_facebook input[type=text] {
  background-color: #fff;
  color: #8b9499;
  line-height: 1.5em;
  transition: all 0.3s;
  text-align: left;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 16px;
  font-family: "museo_sans_rounded300", sans-serif;
  margin: 0;
  padding: 0 10px;
  box-shadow: none;
  height: 50px;
}

/* line 989, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .signup_fields .label, body.mobile_layout.application .sign_intro_body .label, body.mobile_layout.application .resend_confirmation .label, body.mobile_layout.application .forgotten_pw .label {
  font-size: 13px;
  font-weight: 800;
  color: #52575a;
  display: block;
  text-align: left;
  padding: 0 0 4px 2px;
}

/* line 998, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .contact_support, body.mobile_layout.application .looking_for_facebook .contact_support {
  margin-top: 30px;
}

/* line 1002, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .resend_instructions li {
  list-style-type: disc;
  display: list-item;
}

/* line 1006, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .ul_fixed {
  padding: 0 0 0 20px;
}

/* line 1008, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .ul_fixed li {
  display: list-item;
  list-style-type: disc;
}

/* line 1013, app/assets/stylesheets/mobile/examtime_unauth.sass */
#qc-cmp2-persistent-link {
  display: none;
}

/* line 1015, app/assets/stylesheets/mobile/examtime_unauth.sass */
button.manage_consent {
  background: none;
  cursor: pointer;
  padding: 10px 15px;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 300;
  color: #3a99ad;
}

/* line 1025, app/assets/stylesheets/mobile/examtime_unauth.sass */
button.manage_consent:hover {
  color: #6fcbe1;
  background: none;
}
/* line 2, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_container {
  padding: 0.2em 0;
}

/* line 4, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_container #faq_sidebar, body.mobile_layout #faq_container #faq_content_pane {
  padding: 0;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_container #faq_sidebar {
  border-right: 1px solid #e8e8e8;
}

/* line 9, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_container #faq_breadcrumb {
  margin: 0 0.5em 2em 0.5em;
  padding-top: 45px;
}

/* line 12, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_container #faq_content {
  margin: 0 0.5em;
}

/* line 14, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_title {
  font-size: 22px;
  padding: 0.1em;
}
/* line 6, app/assets/stylesheets/mobile/groups.sass */
.discover_group_tile a {
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/mobile/groups.sass */
.discover_group_tile .tile_header {
  padding-right: 1.0em;
}

/* line 10, app/assets/stylesheets/mobile/groups.sass */
.discover_group_tile .tile_title {
  margin-left: 55px;
}

/* line 12, app/assets/stylesheets/mobile/groups.sass */
.discover_group_tile .logo_and_title {
  height: 40px;
}

/* line 14, app/assets/stylesheets/mobile/groups.sass */
.discover_group_tile .additional_info {
  color: #444;
  margin-top: 6px;
}

/* line 17, app/assets/stylesheets/mobile/groups.sass */
.discover_group_tile .additional_info .public_group, .discover_group_tile .additional_info .private_group, .discover_group_tile .additional_info .institution_group {
  padding-right: 25px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right;
}

/* line 22, app/assets/stylesheets/mobile/groups.sass */
.discover_group_tile .additional_info .public_group {
  background-image: url(/assets/sprites/globe-green.png);
}

/* line 24, app/assets/stylesheets/mobile/groups.sass */
.discover_group_tile .additional_info .private_group {
  background-image: url(/assets/sprites/lock.png);
}

/* line 26, app/assets/stylesheets/mobile/groups.sass */
.discover_group_tile .additional_info .institution_group {
  background-image: url(/assets/sprites/institution.png);
}

/* line 28, app/assets/stylesheets/mobile/groups.sass */
.discover_group_tile .actions_inline {
  margin-top: 15px;
}

/* line 31, app/assets/stylesheets/mobile/groups.sass */
.group_logo_holder {
  position: absolute;
  top: 9px;
  width: 40px;
  height: 40px;
  background: url(/assets/icon_group_default.png);
  border-radius: 100%;
  background-size: 40px 40px;
}

/* line 39, app/assets/stylesheets/mobile/groups.sass */
.group_logo_holder .group_logo {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin: 0;
}

/* line 45, app/assets/stylesheets/mobile/groups.sass */
.dashboard_title_container.group {
  display: block;
}

/* line 47, app/assets/stylesheets/mobile/groups.sass */
.dashboard_title_container.group .group_logo img {
  width: 4em;
  height: auto;
  border-radius: 100%;
}

/* line 51, app/assets/stylesheets/mobile/groups.sass */
.dashboard_title_container.group .group_description {
  margin-top: 0.5em;
}

/* line 55, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons {
  float: left;
}

/* line 57, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons a {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 5px;
  height: 28px;
  width: 28px;
}

/* line 63, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons a:hover {
  background-color: #ebebeb;
}

/* line 65, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons a.active {
  background-color: #999;
  cursor: default;
}

/* line 68, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons a.active img {
  filter: brightness(1000%);
}

/* line 70, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons .attach_resource {
  background-image: url(/assets/attach_icon_goconqr.png);
}

/* line 72, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons .attach_resource.active {
  background-image: url(/assets/attach_icon_goconqr_active.png);
}

/* line 74, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons .attach_poll {
  background: url(/assets/attach_icon_poll.png);
}

/* line 76, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons .attach_poll.active {
  background-image: url(/assets/attach_icon_poll_active.png);
}

/* line 78, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons .attach_image {
  background: url(/assets/attach_icon_image.png);
}

/* line 80, app/assets/stylesheets/mobile/groups.sass */
.su_attach_icons .attach_image.active {
  background-image: url(/assets/attach_icon_image_active.png);
}

/* line 86, app/assets/stylesheets/mobile/groups.sass */
.leave_group_link {
  width: 100%;
  text-align: right;
}

/* line 90, app/assets/stylesheets/mobile/groups.sass */
.pagination .pagination_controls li {
  list-style-type: none;
  display: inline;
}

/* line 94, app/assets/stylesheets/mobile/groups.sass */
.empty_container {
  border: 2px dashed lightgrey;
  padding: 1em;
  text-align: center;
}

/* line 99, app/assets/stylesheets/mobile/groups.sass */
#group_course_assignments_container {
  padding: 1em;
}

/* line 101, app/assets/stylesheets/mobile/groups.sass */
#group_course_assignments_container .attached_course {
  margin-top: 1em;
}

/* line 104, app/assets/stylesheets/mobile/groups.sass */
#study_aids_container {
  padding: 1em 0;
}

/* line 108, app/assets/stylesheets/mobile/groups.sass */
#group_course_assignments_container .link_content {
  font-size: 14px;
}

/* line 111, app/assets/stylesheets/mobile/groups.sass */
.request_to_join_container {
  text-align: center;
}

/* line 114, app/assets/stylesheets/mobile/groups.sass */
.request_to_join_btn, .requested_to_join {
  margin-top: 10px;
}

/* line 117, app/assets/stylesheets/mobile/groups.sass */
.request_to_join_btn {
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/mobile/groups.sass */
.request_to_join_btn .loading_spinner {
  display: none;
}

/* line 122, app/assets/stylesheets/mobile/groups.sass */
.request_to_join_btn.disabled .button_text {
  display: none;
}

/* line 124, app/assets/stylesheets/mobile/groups.sass */
.request_to_join_btn.disabled .loading_spinner {
  display: inline;
}

/* line 128, app/assets/stylesheets/mobile/groups.sass */
.empty_items_dashboard_container .phrase_1 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15px;
}

/* line 132, app/assets/stylesheets/mobile/groups.sass */
.empty_items_dashboard_container .discover_groups_button {
  text-align: center;
  margin-top: 1em;
}
/* line 2, app/assets/stylesheets/mobile/legal.sass */
#privacy_and_policy_section .boxed, #terms_and_conditions_section .boxed, #group_guidelines_section .boxed, #acceptable_use_policy_section .boxed, #company_info_section .boxed {
  padding: 0.5em;
}

/* line 6, app/assets/stylesheets/mobile/legal.sass */
#privacy_and_policy_section ul li, #privacy_and_policy_section ol li {
  display: list-item;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

/* line 11, app/assets/stylesheets/mobile/legal.sass */
#privacy_and_policy_section ol li {
  list-style: decimal inside none;
}

/* line 13, app/assets/stylesheets/mobile/legal.sass */
#privacy_and_policy_section ul li {
  list-style: disc inside none;
}
/* line 7, app/assets/stylesheets/mobile/library.sass */
.sidebar_filter input[type="checkbox"] {
  display: none;
}

/* line 10, app/assets/stylesheets/mobile/library.sass */
.sidebar_container {
  margin-bottom: 1.0em;
}

/* line 17, app/assets/stylesheets/mobile/library.sass */
.unauth_blurb {
  background: #f7f7f7;
  padding: 1em;
  border: 1px dashed #bfbfbf;
  margin: 0 0.5em 1em 0.5em;
}

/* line 23, app/assets/stylesheets/mobile/library.sass */
#library_filters {
  margin-top: 5px;
}

/* line 25, app/assets/stylesheets/mobile/library.sass */
#library_filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 1.0em;
}

/* line 32, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filters span.tag {
  font-family: 'OpenSans', sans-serif;
  border: 1px solid #e5e5e5;
  background: whitesmoke;
  color: grey;
  padding: 2px 4px;
  display: inline-block;
  float: none;
  margin-bottom: 1.0em;
}

/* line 41, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filters span.tag span {
  vertical-align: top;
  word-break: break-word;
}

/* line 44, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filters span.tag a {
  color: rgba(0, 0, 0, 0);
  width: 9px;
  height: 9px;
  margin-top: -3px;
  margin-left: 2px;
  background: url(/assets/icon_tag_remove.png) no-repeat;
  display: inline-block;
}

/* line 54, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter_box {
  background-color: #f7f7f7;
  padding: 0 0;
  font-size: 85%;
  min-height: 3.0em;
  padding: 0.5em;
}

/* line 60, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter_box label {
  display: block;
}

/* line 63, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter .library_filter_title {
  border-bottom: 1px solid #dadada;
}

/* line 66, app/assets/stylesheets/mobile/library.sass */
#library_filters .btn-all {
  margin-right: 5px;
  color: inherit;
  font-size: 60%;
  background: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  top: 9px;
  float: right;
  font-weight: 300;
}

/* line 77, app/assets/stylesheets/mobile/library.sass */
#library_filters .btn-all:hover, #library_filters .btn-all:focus {
  background: #fff;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filter_topics {
  margin-left: 20px;
}

/* line 86, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filter_mains {
  margin-left: 0;
}

/* line 89, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter_title {
  padding: 0 0;
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: bold;
}

/* line 95, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filter_title {
  font-size: 100%;
  font-weight: 400;
}

/* line 99, app/assets/stylesheets/mobile/library.sass */
#library_filters li.library_filter_option {
  display: block;
}

/* line 101, app/assets/stylesheets/mobile/library.sass */
#library_filters li.library_filter_option input[type="checkbox"] + label, #library_filters li.library_filter_option input[type="checkbox"]:checked + label {
  background: none;
  padding: 2px 0;
  margin: 0;
  pointer-events: none;
  cursor: auto;
}

/* line 107, app/assets/stylesheets/mobile/library.sass */
#library_filters li.library_filter_option .resource_count {
  font-weight: bold;
  left-margin: 10px;
}

/* line 113, app/assets/stylesheets/mobile/library.sass */
#library_filters li.library_main_filter:not(.active) .library_main_container input[type="checkbox"] + label, #library_filters li.library_main_filter:not(.active) .library_main_container input[type="checkbox"]:checked + label,
#library_filters .library_topics_container:not(.topic_active) input[type="checkbox"] + label,
#library_filters .library_topics_container:not(.topic_active) input[type="checkbox"]:checked + label {
  cursor: pointer;
  pointer-events: auto;
}

/* line 116, app/assets/stylesheets/mobile/library.sass */
#library_filters li.library_main_filter:not(.active) .library_main_container input[type="checkbox"] + label:hover, #library_filters li.library_main_filter:not(.active) .library_main_container input[type="checkbox"]:checked + label:hover,
#library_filters .library_topics_container:not(.topic_active) input[type="checkbox"] + label:hover,
#library_filters .library_topics_container:not(.topic_active) input[type="checkbox"]:checked + label:hover {
  background-color: #eee;
}

/* line 119, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_main_filter:not(.active) .library_topics_container {
  display: none;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dadada;
}

/* line 124, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_main_filter.active input[type="checkbox"] + label, #library_filters li.library_filter_option .library_topic_filter.active input[type="checkbox"] + label {
  padding-left: 25px;
}

/* line 127, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_main_filter.active .library_main_container .resource_count {
  display: none;
}

/* line 130, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_topics_container.topic_active .resource_count {
  display: none;
}

/* line 134, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_main_filter:hover .library_topics_container {
  display: block;
}

/* line 137, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter_clear_all {
  float: right;
  margin-right: 2.0em;
  font-size: 85%;
}

/* line 142, app/assets/stylesheets/mobile/library.sass */
#library_filters .topic_active li:not(.active) {
  display: none;
}

/* line 147, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option .library_main_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 151, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option .library_main_container label {
  width: 85%;
}

/* line 153, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option .library_main_container .expand_topics, #library_filters .library_filter li.library_filter_option .library_main_container .collapse_topics {
  margin-left: 2em;
  display: none;
}

/* line 158, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option.has_topics:not(.active) .library_main_container .expand_topics {
  display: block;
}

/* line 162, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option.has_topics.expanded:not(.active) .library_main_container .expand_topics {
  display: none;
}

/* line 164, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option.has_topics.expanded:not(.active) .library_main_container .collapse_topics {
  display: block;
}

/* line 168, app/assets/stylesheets/mobile/library.sass */
#library_content .results_heading {
  display: none;
}

/* line 170, app/assets/stylesheets/mobile/library.sass */
#library_content .results_container .resource-tile-mobile {
  padding: 10px;
}
/* line 5, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-content {
  background: #ededed;
  border: none;
  border-radius: 0px;
}

/* line 6, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-content .modal-header {
  display: none;
}

/* line 11, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-content label {
  margin: 10px 0 3px 0;
}

/* line 13, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-content .boxed {
  border: 1px solid #cccccc;
  background: #fcfcfc;
  padding: 0.5em;
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-content .cancel {
  float: right;
}

/* line 21, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body {
  padding: 0;
}

/* line 24, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .media_library .nav-tabs > li > a {
  padding: 0.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: inherit;
}

/* line 28, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .media_library .nav-tabs {
  border-bottom: none;
}

/* line 30, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .media_library .nav-tabs li.active a {
  background-color: #ededed;
  border: none;
  border-bottom: 4px solid #3a99ad;
  font-weight: 500;
  z-index: 1000;
  opacity: 1;
}

/* line 37, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .media_library .nav-tabs li.import-file, body.mobile #media_library_popup .modal-body .media_library .nav-tabs li.upload-file {
  background-image: none;
}

/* line 40, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .media_library .nav-tabs li.record-audio .icon-microphone {
  display: none;
}

/* line 42, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .media_library .nav-tabs li.record-audio .record_audio_label {
  margin-top: 0;
}

/* line 44, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .media_library ul.ml_items {
  padding: 0;
}

/* line 46, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .media_library .drag-message, body.mobile #media_library_popup .modal-body .media_library .supported_documents, body.mobile #media_library_popup .modal-body .media_library .supported_image, body.mobile #media_library_popup .modal-body .media_library .supported_video, body.mobile #media_library_popup .modal-body .media_library .search_criteria {
  display: none !important;
}

/* line 48, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .media_library .fileinput-button {
  display: block;
  width: 100%;
  margin: 0.5em 0;
}

/* line 52, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .fileupload_insert_url {
  padding: 0.5em;
}

/* line 54, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .fileupload_insert_url .remote_upload_container form .media_supported {
  position: static;
  text-align: center;
  padding: 0.5em 0;
  order: 3;
}

/* line 59, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body #fileupload .tab-content {
  border: 2px dashed #cccccc;
  padding: 0.5em;
}

/* line 62, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body #fileupload .tab-content .fileupload-buttonbar form, body.mobile #media_library_popup .modal-body #fileupload .tab-content .remote_upload_container form {
  margin-top: 0.5em;
  display: flex;
  flex-direction: column;
}

/* line 67, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body #fileupload .tab-content .download_upload_table tr {
  display: flex;
  flex-direction: row;
}

/* line 71, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body #fileupload .tab-content .download_upload_table .files td.name, body.mobile #media_library_popup .modal-body #fileupload .tab-content .download_upload_table .files td.cancel, body.mobile #media_library_popup .modal-body #fileupload .tab-content .download_upload_table .files td.start {
  display: none;
}

/* line 73, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body #fileupload .tab-content .download_upload_table .files td.preview *, body.mobile #media_library_popup .modal-body #fileupload .tab-content .download_upload_table .files td.size * {
  width: auto;
}

/* line 75, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body #fileupload .tab-content .download_upload_table .files .progress_bar {
  width: 50%;
}

/* line 77, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body #fileupload .tab-content .download_upload_table .files .progress_bar .progress {
  width: 100%;
}

/* line 80, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .tab-pane.record_audio .canvas_wrapper {
  width: 80%;
}

/* line 82, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .tab-pane.record_audio .manage_clips {
  width: 100%;
}

/* line 85, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .tab-pane.record_audio .manage_clips ul.audio_clips .clip_name_wrapper {
  display: none;
}

/* line 87, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .tab-pane.record_audio .manage_clips ul.audio_clips .audio_player {
  width: 70%;
}

/* line 89, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .tab-pane.record_audio .manage_clips ul.audio_clips .audio_player audio {
  width: 100%;
}

/* line 91, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .tab-pane.record_audio .manage_clips ul.audio_clips li {
  display: flex;
  justify-content: space-between;
}

/* line 94, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .tab-pane.record_audio .manage_clips ul.audio_clips li .btn {
  margin: 0;
  padding: 0.2em 0.6em;
  font-weight: bold;
  color: white;
  font-size: 120%;
}

/* line 104, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .ml_items li {
  width: 110px;
  min-height: 128px;
}

/* line 107, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body #center_container #ml_items li {
  width: 105px;
  padding: 6px 0;
}

/* line 111, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .ml_overlay {
  width: 88px;
  height: 88px;
  top: 14px;
  left: 11px;
}

/* line 117, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .ml_thumbnail {
  width: 90px;
  height: 90px;
}

/* line 121, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .ml_ol_polling {
  background-position: 22px 15px !important;
}

/* line 124, app/assets/stylesheets/mobile/media_library.sass */
body.mobile #media_library_popup .modal-body .selected .ml_thumbnail {
  margin: 4px auto;
}
/* line 9, app/assets/stylesheets/mobile/navigation.sass */
body.ms_teams.gc-static-page #mobile_nav {
  display: none;
}

/* line 13, app/assets/stylesheets/mobile/navigation.sass */
body.ms_teams.onboarding #mobile_nav #back_button, body.ms_teams.onboarding #mobile_nav a {
  display: none;
}

/* line 16, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 31;
  backface-visibility: hidden;
  background: #3F6A7F;
  min-height: 38px;
}

/* line 24, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex {
  padding: 10px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  color: white;
}

/* line 34, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex a {
  color: white;
}

/* line 36, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #reports {
  margin: auto 1em;
  font-size: 150%;
}

/* line 39, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #reports .my_reports > * {
  pointer-events: none;
}

/* line 41, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #account {
  border-radius: 50%;
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #mobile_search_form {
  position: relative;
}

/* line 46, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #mobile_search_form button {
  height: 100%;
  background: none;
  border: none;
  color: #444;
  position: absolute;
  right: 0.3em;
}

/* line 53, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #mobile_search_form input[type="text"] {
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  color: #444;
  font-weight: 100;
}

/* line 59, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav #back_button, #mobile_nav.nav #mobile_actions {
  border-radius: 50%;
  background-color: transparent;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
  border: none;
}

/* line 67, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav #back_button:hover, #mobile_nav.nav #back_button:focus, #mobile_nav.nav #back_button:active, #mobile_nav.nav #mobile_actions:hover, #mobile_nav.nav #mobile_actions:focus, #mobile_nav.nav #mobile_actions:active {
  background-color: #2e4e5d;
  text-decoration: none;
}

/* line 70, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav #back_button:not(.hidden) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 76, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav.nav_fixed .flex {
  padding: 0.5em 1em;
  justify-content: space-between;
}

/* line 79, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav h1.study_aid_page_title {
  font-size: 22px;
  color: white;
  margin: auto 0.5em;
  text-align: center;
  flex-basis: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 87, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 256px;
  z-index: 99;
  height: 100vh;
  overflow: scroll;
  transition: all 0.5s;
  transform: translateX(0%);
}

/* line 97, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu.closed {
  transform: translateX(-100%);
}

/* line 100, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu {
  background: #fcfcfc;
  border-right: 1px dotted #c9c9c9;
}

/* line 103, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .hamburger {
  font-size: 30px;
}

/* line 105, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #444;
  padding: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

/* line 114, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu ul {
  padding-left: 0;
}

/* line 116, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu ul li {
  font-size: 120%;
  display: block;
}

/* line 119, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu ul li a {
  display: block;
  width: 100%;
  color: #444;
  text-decoration: none;
  margin: 0.5em 0;
  padding: 0.3em 0.5em;
}

/* line 126, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu ul li a:hover, #hamburger_menu ul li a:active, #hamburger_menu ul li a.selected {
  background-color: #efefef;
}

/* line 128, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu ul li a i {
  margin-right: 0.5em;
}

/* line 131, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .footer-links {
  border-top: 1px dotted #c9c9c9;
  padding-top: 1em;
}

/* line 135, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .footer-links ul li a, #hamburger_menu .footer-links ul li .manage_consent {
  font-size: 80%;
  margin: 0.2em 0;
  padding: 0.3em 1em;
}

/* line 139, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .footer-links ul li .manage_consent {
  color: #444;
  text-align: left;
}

/* line 142, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .footer-links ul li .manage_consent:hover, #hamburger_menu .footer-links ul li .manage_consent:active {
  background-color: #efefef;
}

/* line 146, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .footer-copyright-container {
  position: sticky;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #444;
  font-size: 70%;
}
/* line 6, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer {
  padding: none;
}

/* line 8, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body .row, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 11, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body .row .plan, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer .row .plan {
  padding: 1em;
}

/* line 13, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body .row .plan p, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer .row .plan p {
  font-size: 1.1em;
}

/* line 15, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body .row .pricing_arrow, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer .row .pricing_arrow {
  width: 2.5em;
}

/* line 17, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body .row .share_and_reports_cta, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer .row .share_and_reports_cta {
  font-size: 1em;
  margin-top: 1em;
}

/* line 20, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-header {
  padding: 1em 1em 0 1em;
}

/* line 22, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-header h2 {
  font-size: 1.5em;
}

/* line 26, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .lead {
  display: none;
}

/* line 28, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .full_boxed {
  border: 1px solid #cccccc;
}

/* line 30, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .boxed {
  border-bottom: 1px solid #cccccc;
  background: #fcfcfc;
  padding: 1em;
  margin-bottom: 30px;
}

/* line 36, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form .form_entry {
  margin-top: 1em;
}

/* line 38, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form .form_entry label, body.mobile_layout form#payment_form .form_entry input, body.mobile_layout form#payment_form .form_entry select {
  margin-bottom: 0;
  width: 100%;
}

/* line 41, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form div:first-of-type {
  margin-bottom: 1em;
  font-weight: bold;
}

/* line 44, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form div:first-of-type label {
  width: 35%;
  font-weight: normal;
}

/* line 47, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form .logos {
  margin-top: 1em;
  display: flex;
  justify-content: space-around;
}

/* line 51, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form .logos img {
  width: 50px;
}

/* line 53, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form .purchase_total {
  text-align: center;
  margin-top: 2em;
}

/* line 57, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks h1 {
  margin: 0.5em;
  text-align: center;
  font-size: 180%;
}

/* line 61, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks h3 {
  margin: 0.5em 0 0.5em 0;
  font-size: 20px;
  font-weight: 500;
}

/* line 65, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks p {
  margin: 0 0 20px 0;
}

/* line 67, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks ul {
  padding-inline-start: 0.5em;
}

/* line 69, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks li {
  display: block;
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em 0;
  background: url(/assets/icon_list_tick.png) no-repeat 0 4px;
}

/* line 74, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks .what_are_you_waiting_for {
  font-weight: bold;
  margin-top: 20px;
}

/* line 77, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout h1.three_d_secure_title {
  margin: 20px 0;
}

/* line 79, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .three_d_secure_box {
  margin-top: 20px;
  min-height: 500px;
  padding: 0;
}

/* line 83, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .three_d_secure_box iframe {
  min-height: 500px;
}

/* line 85, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #teams_subscription_success .payment_thanks .keep_receipt {
  display: none;
}

/* line 87, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  min-height: 4rem;
  font-size: 1rem;
}

/* line 95, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_option img {
  width: 60px;
  height: auto;
}

/* line 98, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_option img.pay_pal_logo {
  width: 100px;
}

/* line 100, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_option:hover {
  background: #e5e5e5;
  text-decoration: none;
}

/* line 103, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_details_box {
  transition: all 0.5s;
}

/* line 105, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_details_box.collapsed {
  padding: 0;
  overflow: hidden;
}

/* line 108, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_details_box.collapsed .expandable_form {
  display: none;
}

/* line 113, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .pricing_table .row, body.mobile .pricing_table .row {
  margin: 0;
}

/* line 115, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #pricing_table h1, body.mobile #pricing_table h1 {
  margin: 0;
}

/* line 118, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #pricing_table .header-pricing, body.mobile_layout #subscription_dialog .header-pricing, body.mobile #pricing_table .header-pricing, body.mobile #subscription_dialog .header-pricing {
  padding: 1em;
  letter-spacing: -0.04em;
  margin-bottom: 2em;
}

/* line 122, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #pricing_table .info-upgrade, body.mobile_layout #subscription_dialog .info-upgrade, body.mobile #pricing_table .info-upgrade, body.mobile #subscription_dialog .info-upgrade {
  padding: 0 1em;
  text-align: center;
  font-size: 90%;
}

/* line 126, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #pricing_table #plan_comparison_table, body.mobile_layout #subscription_dialog #plan_comparison_table, body.mobile #pricing_table #plan_comparison_table, body.mobile #subscription_dialog #plan_comparison_table {
  margin-top: 0;
}

/* line 129, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .cancel_account_dialog .move_next, body.mobile .cancel_account_dialog .move_next {
  white-space: normal;
}

/* line 131, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .cancel_account_dialog #pricing_table, body.mobile .cancel_account_dialog #pricing_table {
  margin-top: 3em;
}

/* line 133, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .cancel_account_dialog #pricing_table .plan, body.mobile .cancel_account_dialog #pricing_table .plan {
  width: auto;
}

/* line 136, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .cancel_account_dialog #plan_comparison_table, body.mobile .cancel_account_dialog #plan_comparison_table {
  margin-top: 2em;
}

/* line 139, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table, body.mobile #plan_comparison_table {
  font-size: 100%;
}

/* line 142, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan p, body.mobile_layout #plan_comparison_table .plan a, body.mobile_layout #plan_comparison_table .plan ul, body.mobile #plan_comparison_table .plan p, body.mobile #plan_comparison_table .plan a, body.mobile #plan_comparison_table .plan ul {
  font-family: "museo_sans900", sans-serif;
  color: #6d6d6d;
}

/* line 145, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .header, body.mobile #plan_comparison_table .plan .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}

/* line 151, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .header .plan-price, body.mobile #plan_comparison_table .plan .header .plan-price {
  flex: 1;
  color: #a8a8a8;
  font-size: 90%;
}

/* line 155, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .header a.prompt, body.mobile_layout #plan_comparison_table .plan .header a.btn, body.mobile #plan_comparison_table .plan .header a.prompt, body.mobile #plan_comparison_table .plan .header a.btn {
  flex: 0 1 20%;
  margin: 0;
  color: white;
}

/* line 159, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .header a.btn, body.mobile #plan_comparison_table .plan .header a.btn {
  white-space: nowrap;
}

/* line 161, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details, body.mobile #plan_comparison_table .plan .details {
  text-align: left;
  height: auto;
  max-height: 0;
  padding: 0 1em;
  overflow: hidden;
  transition: max-height 500ms, padding 500ms;
}

/* line 163, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details ul, body.mobile #plan_comparison_table .plan .details ul {
  list-style-type: none;
}

/* line 165, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details ul li, body.mobile #plan_comparison_table .plan .details ul li {
  display: block;
  padding-left: 2em;
}

/* line 168, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details ul li:before, body.mobile #plan_comparison_table .plan .details ul li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/assets/pricing_table/tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.3em 0.5em 0 0;
}

/* line 182, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details.revealed, body.mobile #plan_comparison_table .plan .details.revealed {
  max-height: 160px;
  padding: 1em;
  overflow: visible;
}

/* line 186, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details .footnote, body.mobile #plan_comparison_table .plan .details .footnote {
  font-size: 60%;
}

/* line 188, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details [data-bs-toggle="tooltip"] .title, body.mobile #plan_comparison_table .plan .details [data-bs-toggle="tooltip"] .title {
  width: 160px;
  font-size: 70%;
}

/* line 194, app/assets/stylesheets/mobile/payments.sass */
body.mobile #subscription_dialog .modal-body {
  padding: 0;
  padding: 0.5em;
}

/* line 197, app/assets/stylesheets/mobile/payments.sass */
body.mobile #subscription_dialog #plan_comparison_table {
  margin-top: -3em;
  font-size: 100%;
}

/* line 200, app/assets/stylesheets/mobile/payments.sass */
body.mobile #subscription_dialog .modal-body #plan_comparison_table {
  margin-top: 0;
}

/* line 202, app/assets/stylesheets/mobile/payments.sass */
body.mobile #subscription_dialog .modal-body #plan_comparison_table .plan {
  width: auto;
  margin: 0 auto 2em auto;
}
/* line 2, app/assets/stylesheets/mobile/profile.sass */
.user-profile__header {
  padding: 1em;
}

/* line 4, app/assets/stylesheets/mobile/profile.sass */
.user-profile__header .group_for_mobile {
  margin-left: 0.5em;
}

/* line 6, app/assets/stylesheets/mobile/profile.sass */
.user-profile__header .user-profile__avatar {
  position: static;
}

/* line 8, app/assets/stylesheets/mobile/profile.sass */
.user-profile__header h1 {
  display: inline-block;
}

/* line 10, app/assets/stylesheets/mobile/profile.sass */
.user-profile__header .user_type_label {
  font-size: 50%;
}

/* line 14, app/assets/stylesheets/mobile/profile.sass */
.user-profile__more ul.user-profile__points {
  padding: 0;
}

/* line 17, app/assets/stylesheets/mobile/profile.sass */
.user-profile__actions,
.user-profile__privacy,
.user-profile__edit-tags {
  display: none;
}

/* line 23, app/assets/stylesheets/mobile/profile.sass */
.profile_tabs ul.nav-tabs {
  display: flex;
  flex-direction: row;
}

/* line 26, app/assets/stylesheets/mobile/profile.sass */
.profile_tabs ul.nav-tabs li {
  border-bottom: 1px solid #e4e4e4;
}

/* line 28, app/assets/stylesheets/mobile/profile.sass */
.profile_tabs ul.nav-tabs li a {
  margin: 0;
  border-radius: 0;
  border: none;
  padding-left: 2.0em;
  background-position: 0.5em center;
  text-align: left;
}

/* line 36, app/assets/stylesheets/mobile/profile.sass */
.user-profile__friends, .user-profile__groups, .user-profile__resources, .user-profile__courses {
  padding: 1.0em 0.5em 0.5em 0.5em;
}

/* line 40, app/assets/stylesheets/mobile/profile.sass */
.user-profile__groups .tile_footer .actions_inline {
  display: none;
}

/* line 43, app/assets/stylesheets/mobile/profile.sass */
.user-profile__friends form.invite_friend {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2em;
}

/* line 48, app/assets/stylesheets/mobile/profile.sass */
.user-profile__friends form.invite_friend .invite_user_typeahead {
  flex-grow: 3;
}

/* line 50, app/assets/stylesheets/mobile/profile.sass */
.user-profile__friends form.invite_friend .invite_user_typeahead .twitter-typeahead {
  width: 100%;
}

/* line 52, app/assets/stylesheets/mobile/profile.sass */
.user-profile__friends form.invite_friend .invite_submit {
  flex-grow: 1;
}
/* line 5, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal .search_container .modal-body {
  padding: 1.0em;
}

/* line 8, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal .search_container .modal-body .search_criteria fieldset#types, body.mobile .resource_search_modal .search_container .modal-body .search_criteria fieldset.search_subjects {
  display: none;
}

/* line 11, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal .search_container .modal-body .search_results .resource-tile {
  transition: all 0.5s;
}

/* line 13, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal .search_container .modal-body .search_results .resource-tile .resource-tile__body {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 16, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal .search_container .modal-body .search_results .resource.disabled {
  opacity: 0.4;
}

/* line 18, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal .search_container .modal-body .search_results .resource .tile_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 11;
}

/* line 29, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal input[type=search] {
  width: 80%;
}

/* line 31, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal .search_criteria, body.mobile .resource_search_modal .search_results, body.mobile .resource_search_modal .shared_resource_search_count, body.mobile .resource_search_modal .search_ok_cancel {
  display: block;
  clear: both;
}

/* line 35, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal #advanced .type_label {
  display: block;
}

/* line 37, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal #advanced .search_subjects_topics_container fieldset {
  height: unset;
}

/* line 39, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal #advanced fieldset {
  margin-top: 1em;
}

/* line 41, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal #advanced fieldset#search_scopes {
  margin-top: 0;
}

/* line 43, app/assets/stylesheets/mobile/resource_search_modal.sass */
body.mobile .resource_search_modal .resource_container.row {
  margin: 0;
}
/* line 3, app/assets/stylesheets/mobile/search.sass */
#center_section .center_section_content h1 {
  width: 100%;
  padding: 0 0.75em;
  margin: 0;
}

/* line 7, app/assets/stylesheets/mobile/search.sass */
#search_view {
  display: flex;
  flex-direction: column;
}

/* line 10, app/assets/stylesheets/mobile/search.sass */
#search_view #center_container, #search_view #right_sidebar_container {
  width: 100%;
}

/* line 12, app/assets/stylesheets/mobile/search.sass */
#search_view #center_container {
  order: 2;
}

/* line 14, app/assets/stylesheets/mobile/search.sass */
#search_view #right_sidebar_container {
  order: 1;
}

/* line 17, app/assets/stylesheets/mobile/search.sass */
#search_view .results_container .resource-tile-mobile {
  padding: 10px 0;
}

/* line 19, app/assets/stylesheets/mobile/search.sass */
#search_view .results_heading {
  font-size: 120%;
}

/* line 21, app/assets/stylesheets/mobile/search.sass */
#search_view .search_results_pagination {
  float: left;
  text-align: left;
}

/* line 24, app/assets/stylesheets/mobile/search.sass */
#search_view .search_results_pagination .pagination_controls li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  margin: 0.5em;
}

/* line 31, app/assets/stylesheets/mobile/search.sass */
#search_view .search_results_pagination .pagination_controls li a, #search_view .search_results_pagination .pagination_controls li span {
  display: inline-block;
  border-radius: 3px;
  padding: 0 6px;
  text-align: center;
  min-width: 12px;
}

/* line 37, app/assets/stylesheets/mobile/search.sass */
#search_view .search_results_pagination .pagination_controls li .current {
  background-color: #62b1cc;
  color: #fff;
}

/* line 40, app/assets/stylesheets/mobile/search.sass */
#search_view .search_results_pagination .pagination_caption {
  margin-right: 5px;
}
/* line 3, app/assets/stylesheets/mobile/shared.sass */
body.mobile, body.mobile_layout {
  font-family: 'OpenSans', sans-serif;
  font-weight: 300;
  font-size: 13px;
}

/* line 9, app/assets/stylesheets/mobile/shared.sass */
body.mobile #wrap, body.mobile_layout #wrap {
  min-height: 100vh;
}

/* line 11, app/assets/stylesheets/mobile/shared.sass */
body.mobile #wrap #contents_pane, body.mobile_layout #wrap #contents_pane {
  padding-top: 46px;
}

/* line 15, app/assets/stylesheets/mobile/shared.sass */
body.mobile, body.mobile_layout {
  min-width: 0;
}

/* line 18, app/assets/stylesheets/mobile/shared.sass */
body.mobile #sign_up_message .modal-dialog, body.mobile_layout #sign_up_message .modal-dialog {
  min-width: 0;
  margin-top: 0px;
  text-align: center;
}

/* line 23, app/assets/stylesheets/mobile/shared.sass */
body.mobile #sign_up_message .modal-dialog .modal-cta .cta, body.mobile_layout #sign_up_message .modal-dialog .modal-cta .cta {
  font-size: 130%;
  margin: 5px;
}

/* line 26, app/assets/stylesheets/mobile/shared.sass */
body.mobile #sign_up_message .modal-dialog .modal-cta .btn-cta, body.mobile_layout #sign_up_message .modal-dialog .modal-cta .btn-cta {
  font-size: 140%;
}

/* line 28, app/assets/stylesheets/mobile/shared.sass */
body.mobile #sign_up_message .modal-dialog .modal-cta .cta-footer-text, body.mobile_layout #sign_up_message .modal-dialog .modal-cta .cta-footer-text {
  font-size: 120%;
}

/* line 33, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .container .row {
  margin: 0;
}

/* line 35, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .container .row .col-lg-12 {
  padding: 0;
}

/* line 37, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .et_frame_logo, body.mobile.frame_body #examtime_share_btn {
  display: none;
}

/* line 39, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .assess_results_summary .results_container {
  display: flex;
  flex-direction: column;
}

/* line 42, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .assess_results_summary .results_container .join_after_box {
  order: 1;
  margin: 0 0 1em 0;
}

/* line 45, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .assess_results_summary .results_container .row {
  order: 2;
}

/* line 47, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .assess_results_summary .results_container .assess_actions {
  order: 3;
}

/* line 52, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map {
  overflow-y: auto;
}

/* line 54, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map #bottom_left_panel .sliderparent {
  line-height: 3.5;
  padding: 0px 10px 2px 10px;
}

/* line 57, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map #bottom_left_panel .sliderparent .sliderzoom .ui-slider-handle {
  top: -0.1em;
}

/* line 61, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map .embedded_content #top_left_panel {
  top: 5px;
}

/* line 63, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map .embedded_content #bottom_right_panel {
  display: none;
}

/* line 65, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map #wrap {
  padding-bottom: 0;
}

/* line 71, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note .note_page_preview .note_page_view_inner {
  padding: 10px;
}

/* line 73, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note .note_page_preview .note_page_view_inner.NotePageTitleTextImageView, body.mobile.note .note_page_preview .note_page_view_inner.NotePageTextImageView, body.mobile.note .note_page_preview .note_page_view_inner.NotePageStudyAidView {
  padding: 140px 5px 5px 5px;
}

/* line 75, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note .note_page_preview .note_page_view_inner.NotePageTitleTextImageView .composite_image, body.mobile.note .note_page_preview .note_page_view_inner.NotePageTextImageView .composite_image, body.mobile.note .note_page_preview .note_page_view_inner.NotePageStudyAidView .composite_image {
  width: 100%;
  height: 70%;
}

/* line 79, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageTitleTextImageView, body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageTextImageView, body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageStudyAidView {
  padding: 140px 5px 5px 5px;
}

/* line 81, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageTitleTextImageView .inner-fade, body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageTextImageView .inner-fade, body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageStudyAidView .inner-fade {
  height: 25%;
}

/* line 83, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note #notes_area_wrap {
  margin: 0;
}

/* line 85, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note #notes_area_wrap .previous_page, body.mobile.note #notes_area_wrap .next_page {
  width: 42px;
  height: 43px;
}

/* line 88, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note #notes_area_wrap .previous_page {
  left: 5px;
}

/* line 90, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note #notes_area_wrap .next_page {
  right: 5px;
}

/* line 95, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz #timed_quiz_splash {
  margin-top: 1em;
}

/* line 97, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_perform_container {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 101, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_perform_container .row {
  margin: 0;
}

/* line 103, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .container {
  padding: 0;
}

/* line 105, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .question_content_wrapper {
  padding: 10px 15px;
}

/* line 107, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .question_content_wrapper .perform_question_text {
  font-size: 100%;
}

/* line 109, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .question_content_wrapper h3 {
  font-size: 100%;
}

/* line 111, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .question_content_wrapper .answer_content {
  font-size: 100%;
}

/* line 113, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_perform_actions {
  font-size: 100%;
  padding: 0 10px 20px 10px;
}

/* line 116, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_perform_actions .player_next, body.mobile.quiz .quiz_perform_actions .player_prev, body.mobile.quiz .quiz_perform_actions .player_check_answer {
  min-width: 60px;
  padding: 5px 10px;
}

/* line 119, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_perform_actions .quiz_actions_left, body.mobile.quiz .quiz_perform_actions .quiz_actions_center, body.mobile.quiz .quiz_perform_actions .quiz_actions_right {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 122, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz #submit_panel input {
  font-size: 100%;
}

/* line 124, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz #submit_panel .quiz_end_inst {
  font-size: 80%;
  margin-bottom: 2em;
}

/* line 127, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz #quiz_assess_results .assess_results_summary {
  padding: 0 10px;
}

/* line 129, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz #countdown_timer #time_counter_container {
  margin-left: 0px;
}

/* line 132, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_question_perform .media_secondary .question_audio .audio_player .custom_timer, body.mobile.quiz #questions_review .media_secondary .question_audio .audio_player .custom_timer {
  display: none;
}

/* line 134, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .multiple_choice_question_instructions, body.mobile.quiz .checkbox_question_instructions {
  clear: both;
}

/* line 140, app/assets/stylesheets/mobile/shared.sass */
body.canonical.flash_card_deck #flash_card_container .flash_card_viewer .flash_card_deck_and_deck_specific_buttons .deck_actions {
  bottom: -25px;
}

/* line 142, app/assets/stylesheets/mobile/shared.sass */
body.canonical.flash_card_deck #flash_card_container .flash_card_viewer .flash_card_deck_and_deck_specific_buttons .deck_actions_secondary {
  bottom: -50px;
}

/* line 144, app/assets/stylesheets/mobile/shared.sass */
body.canonical.flash_card_deck .join_after_box {
  margin-top: 20px;
  font-size: 110%;
}

/* line 147, app/assets/stylesheets/mobile/shared.sass */
body.canonical.flash_card_deck .join_after_box .get_started {
  font-size: 120%;
}

/* line 152, app/assets/stylesheets/mobile/shared.sass */
body.mobile .control_row .col_side,
body.mobile .full_screen,
body.mobile .embed_footer,
body.mobile .showing_results .flash_card_deck_title,
body.mobile .showing_results .quiz_title {
  display: none;
}

/* line 158, app/assets/stylesheets/mobile/shared.sass */
body.mobile .embedded_content {
  height: 100% !important;
  overflow-y: auto;
}

/* line 162, app/assets/stylesheets/mobile/shared.sass */
body.mobile.flowchart #top_left_panel, body.mobile.flowchart #bottom_left_panel, body.mobile.mind_map #top_left_panel, body.mobile.mind_map #bottom_left_panel {
  transform: scale(0.8);
}

/* line 164, app/assets/stylesheets/mobile/shared.sass */
body.mobile.flowchart #bottom_left_panel .sliderparent .sliderzoom .ui-slider .ui-slider-handle, body.mobile.mind_map #bottom_left_panel .sliderparent .sliderzoom .ui-slider .ui-slider-handle {
  top: -3px;
}

/* line 166, app/assets/stylesheets/mobile/shared.sass */
body.mobile #quiz_assess_results {
  min-height: 0;
}

/* line 168, app/assets/stylesheets/mobile/shared.sass */
body.mobile #quiz_assess_results #quiz_results_summary {
  margin-top: 1em;
}

/* line 170, app/assets/stylesheets/mobile/shared.sass */
body.mobile #quiz_assess_results #quiz_results_summary .score_percentage {
  font-size: 400%;
  top: -125px;
}

/* line 173, app/assets/stylesheets/mobile/shared.sass */
body.mobile #quiz_assess_results #quiz_results_summary .assess_actions {
  margin: -4em auto 0 auto;
}

/* line 175, app/assets/stylesheets/mobile/shared.sass */
body.mobile #quiz_assess_results #quiz_results_summary #quiz_results_score {
  margin-top: 0;
  padding-top: 0;
}

/* line 179, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_container {
  overflow-y: auto;
}

/* line 181, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .answer_list.affixed_answer_list {
  max-height: 120px;
  overflow-y: scroll;
  border: none;
  border-top: 1px solid #cccccc;
  padding: 1em 1em 2em 1em;
}

/* line 187, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .answer_list.fill_the_blanks_drag_and_drop_question, body.mobile.quiz .answer_list.label_image_drag_and_drop_question {
  padding: 1em;
}

/* line 189, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .image_label_answer {
  width: auto;
}

/* line 191, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .blank_draggable_answer, body.mobile.quiz .blank_drop_zone {
  font-size: 16px;
  line-height: 24px;
}

/* line 194, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .blank_draggable_answer {
  max-width: 50vw;
  white-space: normal;
}

/* line 200, app/assets/stylesheets/mobile/shared.sass */
body.mobile.course_frame_body.flowchart #top_left_panel, body.mobile.course_frame_body.mind_map #top_left_panel {
  left: unset;
  right: 0.5em;
}

/* line 206, app/assets/stylesheets/mobile/shared.sass */
body.mobile.fixed_layout.with_ads .public_frame, body.mobile.fixed_layout.with_ads #contents_pane .contents_wrap {
  height: 100%;
}

/* line 208, app/assets/stylesheets/mobile/shared.sass */
body.mobile.fixed_layout .fixed_container {
  top: 46px;
  min-width: 0;
}

/* line 211, app/assets/stylesheets/mobile/shared.sass */
body.mobile.fixed_layout .embed_header .player_progress_container {
  top: 0;
}
/* line 2, app/assets/stylesheets/mobile/slideout_custom.sass */
body.mobile .slideout-panel, body.mobile_layout .slideout-panel {
  z-index: auto;
}

/* line 4, app/assets/stylesheets/mobile/slideout_custom.sass */
body.mobile .slideout-panel .expand, body.mobile .slideout-panel .collapse, body.mobile_layout .slideout-panel .expand, body.mobile_layout .slideout-panel .collapse {
  position: absolute;
  z-index: 99;
  opacity: 0.6;
  display: inline-block;
  background-color: #3F6A7F;
  color: white;
  font-weight: bold;
  padding: 0.5em 1em;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  border: 1px solid #e1e1e1;
  border-left: none;
  top: 0.5em;
}

/* line 18, app/assets/stylesheets/mobile/slideout_custom.sass */
body.mobile .slideout-panel .collapse, body.mobile_layout .slideout-panel .collapse {
  display: none;
}

/* line 24, app/assets/stylesheets/mobile/slideout_custom.sass */
.slideout-open body.mobile .slideout-panel .expand, .slideout-open body.mobile_layout .slideout-panel .expand {
  display: none;
}

/* line 26, app/assets/stylesheets/mobile/slideout_custom.sass */
.slideout-open body.mobile .slideout-panel .collapse, .slideout-open body.mobile_layout .slideout-panel .collapse {
  display: inline-block;
}

/* line 30, app/assets/stylesheets/mobile/slideout_custom.sass */
body.mobile_layout .slideout-menu, body.mobile_layout .slideout-panel {
  min-height: calc(100vh - 71px);
}
/* line 3, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile, .mobile_layout #suggested_content .resource-tile {
  padding: 5px;
}

/* line 5, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__link, .mobile_layout #suggested_content .resource-tile .resource-tile__link {
  z-index: 2;
}

/* line 7, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__content, .mobile_layout #suggested_content .resource-tile .resource-tile__content {
  height: calc( 50px + 2px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 13, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__body, .mobile_layout #suggested_content .resource-tile .resource-tile__body {
  margin: 0;
  margin-left: 0.5em;
  padding: 0.5em 0;
  width: calc(100% - 50px - 40px);
}

/* line 18, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__title, .mobile_layout #suggested_content .resource-tile .resource-tile__title {
  color: unset;
}

/* line 20, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__author, .mobile_layout #suggested_content .resource-tile .resource-tile__author {
  width: 100%;
}

/* line 22, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__actions, .mobile_layout #suggested_content .resource-tile .resource-tile__actions {
  display: inline-block;
  font-size: 150%;
  opacity: 0.7;
  color: #477591;
  vertical-align: middle;
  max-width: 40px;
  padding: 0 0.4em;
  z-index: 3;
}

/* line 31, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__actions:hover, .mobile_layout #suggested_content .resource-tile .resource-tile__actions:hover {
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__actions .fa, .mobile_layout #suggested_content .resource-tile .resource-tile__actions .fa {
  line-height: calc( 50px + 2px);
}

/* line 35, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__description, .mobile_layout #suggested_content .resource-tile .resource-tile__description {
  font-size: 90%;
  height: 100%;
  white-space: normal;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 44, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__img, .mobile_layout #suggested_content .resource-tile .resource-tile__img {
  height: unset;
}

/* line 46, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__img .link_images, .mobile_layout #suggested_content .resource-tile .resource-tile__img .link_images {
  width: 50px;
  height: 50px;
  background-position: calc( ( 50 / 100 ) * var(--x)) calc( ( 50 / 100 ) * var(--y));
}

/* line 4, app/assets/stylesheets/mobile/suggested_content.sass */
#center_section .center_section_content h1 {
  width: 100%;
  padding: 0 0.75em;
  margin: 0;
}

/* line 8, app/assets/stylesheets/mobile/suggested_content.sass */
#suggested_content_view {
  display: flex;
  flex-direction: column;
}

/* line 11, app/assets/stylesheets/mobile/suggested_content.sass */
#suggested_content_view #center_container, #suggested_content_view #right_sidebar_container {
  width: 100%;
}

/* line 13, app/assets/stylesheets/mobile/suggested_content.sass */
#suggested_content_view #center_container {
  order: 2;
}

/* line 15, app/assets/stylesheets/mobile/suggested_content.sass */
#suggested_content_view #right_sidebar_container {
  order: 1;
}

/* line 18, app/assets/stylesheets/mobile/suggested_content.sass */
#suggested_content_view #sidebar_heading {
  font-size: 130%;
  font-weight: 300;
  letter-spacing: -0.08em;
}

/* line 22, app/assets/stylesheets/mobile/suggested_content.sass */
#suggested_content_view .panel-heading {
  padding: 0.5em;
}

/* line 24, app/assets/stylesheets/mobile/suggested_content.sass */
#suggested_content_view .panel-heading a {
  display: inline-block;
  width: 100%;
}

/* line 27, app/assets/stylesheets/mobile/suggested_content.sass */
#suggested_content_view .panel-footer {
  border-top: none;
}

/* line 32, app/assets/stylesheets/mobile/suggested_content.sass */
.mobile_layout #suggested_content .resource-tile .resource-tile__content {
  justify-content: flex-start;
}

/* line 34, app/assets/stylesheets/mobile/suggested_content.sass */
.mobile_layout #suggested_content .resource-tile .dismiss {
  opacity: 1;
}
/* line 1, app/assets/stylesheets/mobile/tooltip.sass */
[data-bs-toggle="tooltip"] {
  border-bottom: 1px dotted;
  position: relative;
}

/* line 5, app/assets/stylesheets/mobile/tooltip.sass */
[data-bs-toggle="tooltip"] .title {
  position: absolute;
  top: 20px;
  background: silver;
  left: 0;
  width: 200px;
  color: black;
  font-size: 80%;
  font-weight: 300;
  line-height: normal;
  padding: 1em;
}
/* line 3, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1em;
  background: #62b1cc;
  color: white;
  z-index: 99999;
  font-size: 130%;
  text-align: center;
}

/* line 13, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog .motivation, .push_notifications_dialog .actions {
  display: inline-block;
}

/* line 15, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog .actions {
  margin-top: 1em;
  text-align: center;
}

/* line 18, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog .actions .btn {
  display: inline-block;
  margin-left: 1em;
  font-size: 80%;
}

/* line 22, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog a.close {
  position: absolute;
  top: 0.3em;
  right: 2em;
  color: white;
  font-size: 200%;
  opacity: 0.5;
}

/* line 29, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog a.close:hover {
  text-decoration: none;
  opacity: 1;
}

/* line 33, app/assets/stylesheets/shared/push_notifications.sass */
.push_notification_permission_error {
  color: #e63a3a;
  font-size: 80%;
  padding: 0.5em;
  text-align: center;
}

/* line 39, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog {
  padding: 1em;
  padding-top: 2em;
  font-size: unset;
}

/* line 43, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog h2 {
  margin-bottom: 0.5em;
}

/* line 45, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog a.close {
  top: 0.2em;
  right: 0.3em;
}

/* line 48, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog .motivation, body.mobile_layout .push_notifications_dialog .actions {
  padding-left: 2em;
  padding-right: 2em;
}
/* fileupload modal styles */
/* line 3, app/assets/stylesheets/shared/fileupload_custom.sass */
.fileupload-buttonbar .fileinput-button {
  float: none;
  display: inline-block;
  margin: auto auto;
  position: relative;
}

/* line 8, app/assets/stylesheets/shared/fileupload_custom.sass */
.fileupload-buttonbar .fileinput-button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
/* line 9, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.single_consumption_reports_header {
  border-bottom: 1px solid #cccccc;
  position: relative;
}

/* line 12, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.single_consumption_reports_header .consumption_reports_title {
  height: 60px;
  overflow: hidden;
  position: relative;
}

/* line 16, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.single_consumption_reports_header .consumption_reports_title h1 {
  padding-right: 25px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
}

/* line 22, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.filter_view_container {
  margin-bottom: 20px;
  text-align: right;
}

/* line 26, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_attempts_view_container {
  margin-bottom: 20px;
}

/* line 29, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_table_container {
  overflow-x: auto;
}

/* line 33, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_table_container table th, .report_table_container table td {
  white-space: nowrap;
}

/* line 36, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_table_container table tfoot td {
  background: #e5e5e5;
}

/* line 38, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_table_container table a {
  text-decoration: none;
}

/* line 40, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_table_container table .correct, .report_table_container table .incorrect, .report_table_container table .partially_correct {
  font-weight: bold;
}

/* line 42, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_table_container table .correct {
  color: #9aad30;
}

/* line 44, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_table_container table .incorrect {
  color: #e74c3c;
}

/* line 46, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_table_container table .partially_correct {
  color: #ff906b;
}

/* line 49, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_table_container table .view_data_capture_details:hover {
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.show_question_modal .question_type {
  margin-bottom: 10px;
}

/* line 55, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.show_question_modal .question_text {
  font-weight: 400;
  margin-bottom: 20px;
  padding: 5px;
  max-height: 250px;
  overflow-y: auto;
}

/* line 61, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.show_question_modal .question_text span {
  border-radius: 4px;
  background-color: #ffe4b2;
  color: #000;
  padding: 1px 10px;
}

/* line 66, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.show_question_modal .question_image {
  text-align: center;
  width: 100%;
}

/* line 70, app/assets/stylesheets/pages/payments/consumption_reports.sass */
#consumption_reports_container {
  margin: 15px 0 15px 0;
}

/* line 72, app/assets/stylesheets/pages/payments/consumption_reports.sass */
#consumption_reports_container .nav-tabs {
  border: 0;
}

/* line 74, app/assets/stylesheets/pages/payments/consumption_reports.sass */
#consumption_reports_container .nav-tabs li {
  margin: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 78, app/assets/stylesheets/pages/payments/consumption_reports.sass */
#consumption_reports_container .nav-tabs li .nav-link {
  width: 100%;
}

/* line 80, app/assets/stylesheets/pages/payments/consumption_reports.sass */
#consumption_reports_container .nav-tabs li a:active, #consumption_reports_container .nav-tabs li a:hover {
  background: #fcfcfc;
}

/* line 82, app/assets/stylesheets/pages/payments/consumption_reports.sass */
#consumption_reports_container .tab-content {
  padding: 1em;
}

/* line 85, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.reports_container_actions {
  margin-top: 20px;
  text-align: right;
}

/* line 88, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.reports_container_actions .view_associated_study_aids_report {
  margin-right: 10px;
}

/* line 92, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.consumption_reports_filter h2 {
  font-size: 25px;
  font-weight: 100;
  cursor: pointer;
}

/* line 96, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.consumption_reports_filter h2:after {
  font-family: FontAwesome;
  content: "\f0d8";
  float: right;
}

/* line 100, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.consumption_reports_filter.collapsed h2:after {
  font-family: FontAwesome;
  content: "\f0d7";
  float: right;
}

/* line 104, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.consumption_reports_filter ol {
  height: 200px;
  border: 1px solid #ccc;
  padding: 5px;
  overflow-y: scroll;
}

/* line 109, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.consumption_reports_filter ol li {
  display: block;
  white-space: nowrap;
}

/* line 112, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.consumption_reports_filter input[type=text] {
  width: 275px;
}

/* line 114, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.consumption_reports_filter .filter_body {
  max-height: 300px;
  transition: max-height 1s;
  overflow: hidden;
}

/* line 118, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.consumption_reports_filter.collapsed .filter_body {
  max-height: 0;
}

/* line 122, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.header_cell .study_aid, .header_cell .user {
  font-weight: 300;
}

/* line 126, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.view_data_capture_details .sprite {
  cursor: pointer;
}

/* line 129, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.data_capture_details.modal {
  word-break: break-all;
}

/* line 132, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_action_buttons {
  margin-top: 20px;
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
}

/* line 138, app/assets/stylesheets/pages/payments/consumption_reports.sass */
.report_action_buttons .btn {
  width: 20em;
}

/* line 142, app/assets/stylesheets/pages/payments/consumption_reports.sass */
#run_report.btn img {
  display: none;
}

/* line 145, app/assets/stylesheets/pages/payments/consumption_reports.sass */
#run_report.btn.disabled img {
  display: inline-block;
}

/* line 149, app/assets/stylesheets/pages/payments/consumption_reports.sass */
body.mobile .consumption_reports_title {
  text-align: center;
  font-size: x-large;
}

/* line 152, app/assets/stylesheets/pages/payments/consumption_reports.sass */
body.mobile .report_action_buttons {
  text-align: center;
}

/* line 154, app/assets/stylesheets/pages/payments/consumption_reports.sass */
body.mobile .filter_body {
  max-height: 1000px;
}

/* line 156, app/assets/stylesheets/pages/payments/consumption_reports.sass */
body.mobile .tab-content {
  background: #fcfcfc;
  min-height: 50px;
}
/* line 3, app/assets/stylesheets/shared/ms_teams.sass */
a {
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .embed_header .pin_button, body.ms_teams .embed_header .teams-share-button, body.ms_teams .embed_header .internal-teams-share {
  float: right;
}

/* line 10, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .embed_header .teams-share-button > [target=ms-teams-share-popup] {
  display: none;
}

/* line 12, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .embed_header .teams-share-button > [target=ms-teams-share-popup]:last-of-type {
  display: inline;
}

/* line 14, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .embed_header .internal-teams-share {
  width: 30px;
  height: 30px;
  background-image: url(/assets/social/microsoft/teams_share_logo_150x150.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0.5em 1em;
}

/* line 21, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams a.full_screen {
  display: none;
}

/* line 23, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams.frame_body {
  overflow-y: auto;
}

/* line 25, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #examtime_header, body.ms_teams .switch_user_banner, body.ms_teams .switch_user_toggle {
  display: none;
}

/* line 27, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #performance_stats {
  display: none;
}

/* line 32, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams.mobile .embed_header .pin_button, body.ms_teams.mobile .embed_header .teams-share-button {
  display: none;
}

/* line 37, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #909090;
}

/* line 42, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class h3:hover {
  cursor: pointer;
  background: #fcfcfc;
}

/* line 45, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class h3:after {
  font-family: FontAwesome;
  content: "\f0d8";
  float: right;
}

/* line 49, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class.collapsed h3:after {
  font-family: FontAwesome;
  content: "\f0d7";
  float: right;
}

/* line 53, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class .assignment_list {
  max-height: 400px;
  transition: max-height 1s;
  overflow-y: scroll;
}

/* line 57, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class .assignment_list li.teams_assignment {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

/* line 62, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class .assignment_list li.teams_assignment:hover {
  cursor: pointer;
  background: #fcfcfc;
}

/* line 65, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class .assignment_list li.teams_assignment .assignment_name {
  padding: 0.4em;
}

/* line 67, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class .assignment_list li.teams_assignment[data-submitted="1"] {
  background: #cccccc;
  opacity: 0.7;
}

/* line 70, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class .assignment_list li.teams_assignment[data-submitted="1"]:hover {
  cursor: pointer;
  background: #fcfcfc;
}

/* line 73, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #ms_teams_assignments .teams_class.collapsed .assignment_list {
  max-height: 0;
}

/* line 79, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .modal ul.teams_subscribe_options {
  display: flex;
  flex-direction: row;
}

/* line 82, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .modal ul.teams_subscribe_options li {
  font-size: 90%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0.5em 0;
}

/* line 89, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .modal ul.teams_subscribe_options li .btn {
  font-size: 100%;
  width: 8em;
  margin-left: 1em;
}

/* line 94, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .modal .modal-footer .alert {
  margin: auto;
  font-size: 90%;
}

/* line 100, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .internal-teams-share {
  display: none;
}

/* line 102, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams #resource_actions #actions_list .action[data-action="share_to_teams_internal"] {
  display: none;
}

/* line 105, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams.teams_client_desktop .internal-teams-share, body.ms_teams.teams_client_web .internal-teams-share {
  display: block;
}

/* line 107, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams.teams_client_desktop #resource_actions #actions_list .action[data-action="share_to_teams_internal"], body.ms_teams.teams_client_web #resource_actions #actions_list .action[data-action="share_to_teams_internal"] {
  display: flex;
}

/* line 112, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .teams_permission_instructions ol li {
  display: list-item;
  list-style-type: decimal;
  padding: 0.5em;
  margin: 0.5em 2em;
}

/* line 117, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .admin_consent {
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .alert.permissions {
  font-size: 90%;
  text-align: center;
}

/* line 122, app/assets/stylesheets/shared/ms_teams.sass */
body.ms_teams .alert.permissions a.dismiss {
  margin: auto 2em;
}

@media screen and (max-width: 570px) {
  /* line 126, app/assets/stylesheets/shared/ms_teams.sass */
  body.ms_teams .xs_modal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*































































*/

