/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
/* line 1, app/assets/stylesheets/app/base.scss */
html {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 16px;
  font-smooth: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  color: #323b43;
  overflow-y: hidden;
}

/* Custom classes for the "Incompatible Browser" page */
/* line 3, app/assets/stylesheets/app/themes/browser_incompatible.scss */
.bi--blank {
  position: relative;
  padding: 4rem 2rem;
  margin: 0.75rem auto 0;
  color: #323b43;
  max-width: 540px;
  font-size: 1rem;
  text-align: center;
  height: 100%;
  width: 100%;
  min-height: 90vh;
}

/* line 15, app/assets/stylesheets/app/themes/browser_incompatible.scss */
.bi--blank p {
  font-size: inherit;
  margin: 0 0 10.5px;
}

/* line 20, app/assets/stylesheets/app/themes/browser_incompatible.scss */
.bi--blank a {
  color: #1bc3fe;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/app/themes/browser_incompatible.scss */
.bi--title {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/* line 36, app/assets/stylesheets/app/themes/browser_incompatible.scss */
.bi--media {
  display: block;
  width: 100%;
  height: auto;
}

/* line 42, app/assets/stylesheets/app/themes/browser_incompatible.scss */
.bi--row {
  margin-top: 3rem !important;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* line 49, app/assets/stylesheets/app/themes/browser_incompatible.scss */
.bi--row::after {
  clear: both;
}

/* line 53, app/assets/stylesheets/app/themes/browser_incompatible.scss */
.bi--row::before {
  content: " ";
  display: table;
}

/* line 58, app/assets/stylesheets/app/themes/browser_incompatible.scss */
.bi--col__3 {
  width: 20%;
  position: relative;
  float: left;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
