/* Global styles. */
/* Eric Meyer's "Reset CSS" 2.0 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
body {
  text-rendering: geometricPrecision; }

* {
  box-sizing: border-box; }

.src-shared-components-GenericLink-style___link___WVE0s7[disabled] {
  cursor: not-allowed; }

/**
 * The default button theme.
 *
 * The comments in this file explain how to write a custom button theme.
 */
/* Generic button of medium size. */
.src-shared-components-Button-style___button___ngAZY2 {
  align-items: center;
  background-image: linear-gradient(to top, lightgray, white 50%, white);
  border: solid 1px gray;
  border-radius: 3px;
  color: inherit;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  min-height: 36px;
  margin: 6px;
  padding: 6px 24px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  /* NOTE: All CSS rules below are nested to have higher specifity, thus
   * avoiding overriding of these rules by parent rules in some scenarious. */
  /* Additional styling of disabled buttons. */
  /* .link and .regular classes are applied only to active button-like links,
   * and real buttons (rendered as <button> elements). */ }
  .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___disabled___3uMacK {
    cursor: not-allowed;
    opacity: 0.33; }
  .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___link___1z748N, .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___regular___3HACs4 {
    /* To prevent different styling of the button-like link once it has been
     * visited. */ }
    .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___link___1z748N:visited, .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___regular___3HACs4:visited {
      color: inherit; }
    .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___link___1z748N:focus, .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___regular___3HACs4:focus {
      box-shadow: 0 0 3px 1px lightblue;
      border-color: blue;
      outline: none; }
    .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___link___1z748N:hover, .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___regular___3HACs4:hover {
      border-color: gray;
      cursor: pointer; }
    .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___link___1z748N.src-shared-components-Button-style___active___3Gx8NP, .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___link___1z748N:active, .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___regular___3HACs4.src-shared-components-Button-style___active___3Gx8NP, .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___regular___3HACs4:active {
      background-image: linear-gradient(to bottom, lightgray, white 50%, white);
      box-shadow: inset 0 1px 3px 0 lightgray;
      border-color: gray; }
  .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___xs___b4V2WW {
    border-radius: 1px;
    min-height: 24px;
    padding: 1px 12px; }
  .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___sm___qxF3eU {
    border-radius: 1px;
    min-height: 30px;
    padding: 3px 18px; }
  .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___lg___30N2R_ {
    border-radius: 3px;
    min-height: 42px;
    padding: 9px 30px; }
  .src-shared-components-Button-style___button___ngAZY2.src-shared-components-Button-style___xl___3mniSK {
    border-radius: 6px;
    min-height: 48px;
    padding: 12px 36px; }

/* Collection of standard mixins, being used all around. */
/* Auxiliary mixins for fonts inclusion. */
/**
 * Includes a font, provided as a set of alternative files in EOT, WOFF, TTF,
 * SVG formats into the app.
 * $font-name {String}
 * $font-weight {Number}
 * $font-style {String}
 * $font-url {String} Path to the font file, without the filename itself.
 * $font-file {String} Font filename, without extension (should be the same for
 *  each version of the font in different formats.
 */
/**
 * Includes a font, provided in the TTF format only.
 * $font-name {String}
 * $font-weight {Number}
 * $font-style {String}
 * $font-url {String}
 */
/**
 * Mixins for different layout sizes: xs, sm, md, lg.
 * Breaking points are defined in _variables.scss
 * The range mixins A-to-B all means "for the sizes from A to B, both
 * inclusive", in particular it means that mixin A-to-lg is equivalent to
 * all sizes from A (inclusive) and larger.
 *
 * NOTE: For convenience, these mixins are sorted not alphabetically, but,
 * first, by increase of the first size; second, by increase of the second size.
 */
/* Break points. */
/* XS */
/* XS */
/* MD */
/* LG */
/* XL */
body.scrolling-disabled-by-modal {
  overflow: hidden; }

.src-shared-components-Modal-style___overlay___X12tn9 {
  background: #ebebeb;
  border: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  outline: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998; }

.src-shared-components-Modal-style___container___1SoeQl {
  background: #fff;
  box-shadow: 0 0 14px 1px rgba(38, 38, 40, 0.15);
  border-radius: 4;
  max-height: 95vh;
  max-width: 1024px;
  overflow: hidden;
  padding: 40;
  width: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999; }
  @media (max-width: 1280px) {
    .src-shared-components-Modal-style___container___1SoeQl {
      max-width: 95vw; } }
  @media (max-width: 768px) {
    .src-shared-components-Modal-style___container___1SoeQl {
      padding: 40px 10px; } }

.src-shared-components-ScalableRect-style___container___3YhfNf {
  position: relative;
  width: 100%; }

.src-shared-components-ScalableRect-style___wrapper___3qZoWe {
  height: 100%;
  position: absolute;
  width: 100%; }

