/**
 * CSS reset
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_theme_htmlElements_handLinkContainer a {
  cursor: pointer;
}
.o_theme_htmlElements_handContainer {
  cursor: pointer !important;
}
.o_theme_htmlElements_nonHandContainer {
  cursor: auto !important;
}
a.o_theme_htmlElements_handLink {
  cursor: pointer;
}
/**
 * HTML elements
 * Theme creation of base HTML elements and helper classes
 */
body {
  color: rgba(12, 18, 28, 0.6);
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  font-size: 1rem; /* default px size that em's are based off of */
  font-weight: normal;
  line-height: 24px;
}
/*
 * Modes
 */
.mode-dark {
  background-color: #292f38;
  color: rgba(255, 255, 255, 0.7);
}
/*
 * Lists
 */
li {
  padding-left: calc(0.5em - 3px);
  margin-bottom: 0.75em;
}
/*
 * Horizontal rule
 */
hr {
  border: none;
  height: 1px;
  color: rgba(12, 18, 28, 0.12);
  background: rgba(12, 18, 28, 0.12);
  margin: 0.5em 0;
  opacity: 1;
}
.mode-dark hr {
  color: rgba(255, 255, 255, 0.12);
}
/*
 * Headings
 */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
h1,
.font-headline-1 {
  color: rgba(12, 18, 28, 0.87);
  font-size: 4rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 70px;
}
.mode-dark h1,
.mode-dark .font-headline-1 {
  color: #fff;
}
h2,
.font-headline-2 {
  color: rgba(12, 18, 28, 0.87);
  font-size: 3rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 60px;
}
.mode-dark h2,
.mode-dark .font-headline-2 {
  color: #fff;
}
/*want to deprecate*/
.font-title-1 {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 44px;
}
.mode-dark .font-title-1 {
  color: #fff;
}
.font-title-2 {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 36px;
}
.mode-dark .font-title-2 {
  color: #fff;
}
h3 {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.875rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 44px;
}
.mode-dark h3 {
  color: #fff;
}
h4 {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.5rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 36px;
}
.mode-dark h4 {
  color: #fff;
}
/*WANT TO DEPRECATE*/
/*
 * Responsive Title for 2 Column Layout
 */
.font-title-2-col {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 36px
}
@media (min-width: 100em) {
  .font-title-2-col {
    font-size: 1.875rem;
    line-height: 44px;
  }
  }
.font-title-2-col .mode-dark {
  color: #fff;
}
/*
 * Responsive Title for 2 Column Layout Default Spacing
 */
.font-title-2-col-spacing {
  margin-top: 36px;
  margin-bottom: 8px
}
@media (min-width: 100em) {
  .font-title-2-col-spacing {
    margin-top: 48px;
    margin-bottom: 16px;
  }
  }
/*
 * Responsive Title for 1 Column Layout
 */
.font-title-1-col {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 36px
}
@media (min-width: 52.5em) {
  .font-title-1-col {
    font-size: 1.875rem;
    line-height: 44px;
  }
  }
.font-title-1-col .mode-dark {
  color: #fff;
}
/*
 * Responsive Title for 1 Column Layout Default Spacing
 */
.font-title-1-col-spacing {
  margin-top: 36px;
  margin-bottom: 8px
}
@media (min-width: 52.5em) {
  .font-title-1-col-spacing {
    margin-top: 48px;
    margin-bottom: 16px;
  }
  }
/*
 * want to use moving forward
 * large responsive headline class
 * 30/44 to 64/70 at 840px
 */
.font-headline-l {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.875rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 44px
}
@media (min-width: 52.5em) {
  .font-headline-l {
    font-size: 4rem;
    line-height: 70px;
  }
  }
.mode-dark .font-headline-l {
  color: #fff;
}
/*
 * spacing for large headline class
 */
.font-headline-spacing-l {
  margin-bottom: 16px
}
@media (min-width: 52.5em) {
  .font-headline-spacing-l {
    margin-bottom: 24px;
  }
  }
/*
 * spacing for large headline class if it has a subhead
 */
.font-headline-spacing-l-subhead {
  margin-bottom: 8px
}
@media (min-width: 52.5em) {
  .font-headline-spacing-l-subhead {
    margin-bottom: 16px;
  }
  }
/*
 * medium responsive headline class
 * 30/44 to 48/60 at 840px
 */
.font-headline-m {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.875rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 44px
}
@media (min-width: 52.5em) {
  .font-headline-m {
    font-size: 3rem;
    line-height: 60px;
  }
  }
.mode-dark .font-headline-m {
  color: #fff;
}
/*
 * spacing for medium headline class
 */
.font-headline-spacing-m {
  margin-bottom: 16px;
}
/*
 * spacing for medium and small headline class if it has a subhead
 */
.font-headline-spacing-ms-subhead {
  margin-bottom: 8px;
}
/*
 * small responsive headline class
 * 24/36 to 30/44 at 1600px
 */
.font-headline-s {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.5rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 36px
}
@media (min-width: 100em) {
  .font-headline-s {
    font-size: 1.875rem;
    line-height: 44px;
  }
  }
.mode-dark .font-headline-s {
  color: #fff;
}
/*
 * spacing for small headline class
 */
.font-headline-spacing-s {
  margin-bottom: 8px
}
@media (min-width: 100em) {
  .font-headline-spacing-s {
    margin-bottom: 16px;
  }
  }
.font-large {
  color: rgba(12, 18, 28, 0.6);
  font-size: 1.25rem;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  line-height: 30px;
}
.mode-dark .font-large {
  color: rgba(255, 255, 255, 0.7);
}
.font-regular {
  color: rgba(12, 18, 28, 0.6);
  font-size: 1rem;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  line-height: 24px;
}
.mode-dark .font-regular {
  color: rgba(255, 255, 255, 0.7);
}
.font-small {
  color: rgba(12, 18, 28, 0.6);
  font-size: 0.875rem;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  line-height: 20px;
}
.mode-dark .font-small {
  color: rgba(255, 255, 255, 0.7);
}
.font-micro {
  color: rgba(12, 18, 28, 0.6);
  font-size: 0.75rem;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  line-height: 18px;
}
.mode-dark .font-micro {
  color: rgba(255, 255, 255, 0.7);
}
/*responsive subhead class*/
.font-subhead-m {
  color: rgba(12, 18, 28, 0.6);
  font-size: 1rem;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  line-height: 24px
}
@media (min-width: 52.5em) {
  .font-subhead-m {
    font-size: 1.25rem;
    line-height: 30px;
  }
  }
.font-subhead-m .mode-dark {
  color: #fff;
}
.font-subhead-s {
  color: rgba(12, 18, 28, 0.6);
  font-size: 1rem;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  line-height: 24px
}
.font-subhead-s .mode-dark {
  color: #fff;
}
/*subhead spacing class */
/*supporting text spacing if it has component underneath*/
.font-subhead-spacing {
  margin-bottom: 24px;
}
/*
 * Links
 */
a {
  color: #0e7cb8;
}
a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
a:hover {
  text-decoration: underline;
}
.text-link {
}
.text-link,
  .text-link:visited {
  color: rgba(12, 18, 28, 0.6);
}
.text-link:hover,
  .text-link:active {
  color: rgba(12, 18, 28, 0.87);
  text-decoration: none;
}
.mode-dark a {
  color: #43b9d3;
}
.mode-dark .text-link {
}
.mode-dark .text-link,
  .mode-dark .text-link:visited {
  color: rgba(255, 255, 255, 0.7);
}
.mode-dark .text-link:hover,
  .mode-dark .text-link:active {
  color: #fff;
  text-decoration: none;
}
/* theme overrides for Label */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Label_Label_handLinkContainer a {
  cursor: pointer;
}
.o_Label_Label_handContainer {
  cursor: pointer !important;
}
.o_Label_Label_nonHandContainer {
  cursor: auto !important;
}
a.o_Label_Label_handLink {
  cursor: pointer;
}
/* Used to control equal heights between .label and .tail */
.o_Label_Label_labelWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  min-height: 28px;
}
.o_Label_Label_blockLevel { /* Needed for @nest */ }
/**
 * Used as a parent wrapper for :before and :after triangles
 */
.o_Label_Label_tail {
  position: relative;
  -ms-flex: 0 0 14px;
      flex: 0 0 14px;
  overflow: hidden
  /**
   * Shared triangle styles
   * How to create triangles with CSS: https://css-tricks.com/snippets/css/css-triangle/
   */
  /* Top triangle */
  /* Bottom triangle */
  /* Adjusts location of tail and flip */
}
.o_Label_Label_tail:before,
  .o_Label_Label_tail:after {
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-color: transparent;
}
.o_Label_Label_tail:before {
  border-width: 0 14px 24px 0;
  border-right-color: #0c121c;
}
.o_Label_Label_tail:after {
  border-width: 0 0 24px 14px;
  border-bottom-color: #0c121c;
  bottom: 0;
}
.o_Label_Label_right .o_Label_Label_tail {
  -ms-flex-order: 1;
      order: 1;
  transform: scale(-1);
}
/* Wrapper for the visual text label */
.o_Label_Label_label {
  -webkit-font-smoothing: antialiased;
  -ms-flex-align: start;
      align-items: flex-start;
  background: #0c121c;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  min-width: 0;
  padding-bottom: 4px;
  padding-top: 4px
  /**
   * Applies appropriate spacing between the .tail and .label
   * Adds rounded corners to the opposing tail side .label
   */
  /**
   * Applies appropriate spacing between the .tail and .label
   * Adds rounded corners to the opposing tail side on .label
   */
  /* Allows the .label to grow the full width of the .labelWrapper */
}
.o_Label_Label_right .o_Label_Label_label {
  padding-left: 8px;
  padding-right: 4px;
  border-radius: 2px 0 0 2px;
}
.o_Label_Label_left .o_Label_Label_label {
  padding-left: 4px;
  padding-right: 8px;
  border-radius: 0 2px 2px 0;
}
.o_Label_Label_blockLevel .o_Label_Label_label {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
/* Single line ellipsis */
.o_Label_Label_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* If the browser supports multi-line ellipsis */
@supports (-webkit-line-clamp: var(--multi-line-wrap)) {
  .o_Label_Label_label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-pack: center;
  }
  /* reset single line ellipsis */
  .o_Label_Label_ellipsis {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_fonts_fonts_handLinkContainer a {
  cursor: pointer;
}
.o_fonts_fonts_handContainer {
  cursor: pointer !important;
}
.o_fonts_fonts_nonHandContainer {
  cursor: auto !important;
}
a.o_fonts_fonts_handLink {
  cursor: pointer;
}
/**
 * Fonts
 * `oxygen-components` styling
 */
.o_fonts_fonts_font-primary {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_fonts_fonts_font-primary-bold {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_fonts_fonts_font-primary-italic {
  font-family: Roboto, arial, sans-serif;
}
.o_fonts_fonts_font-primary-bold-italic {
  font-family: Roboto, arial, sans-serif;
}
.o_fonts_fonts_font-primary,
.o_fonts_fonts_font-primary-bold,
.o_fonts_fonts_font-primary-italic,
.o_fonts_fonts_font-primary-bold-italic {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: NotoSansThaiRegular;
  src: url(data:application/font-woff2;base64,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) format('woff2'),
       url(data:application/font-woff;base64,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) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NotoSansThaiBold;
  src: url(data:application/font-woff2;base64,d09GMgABAAAAACGgAA4AAAAATPgAACFIAAEKPQAAAAAAAAAAAAAAAAAAAAAAAAAAGnwbiRochAAGYACBMhEQCuw42TIBNgIkA4MsC4FaAAQgBYwoB4hrG6JBdYacxwHIWedFFJWbavb/f0yQY8QG9DdQ3yqHYAKobTPI0E4QATBYti2SJe9e2Q4nORGhN7rDilMYMR8503ojgQytmdBznQyhd9g99ocOnRwRiBQByhYmHlnkXbvaS0NcIlt0F08V7ep9Dvm3cH//rPN+4qRvCk85JEmaEBFuNnsCqaWvwquYAAhyqFB3pwZom93CnxMDozZRdqeI1QxxUweIAVJhUCFG1qxc6DtZVRi1yPzR7e2FX01gPDUPpKLOAr2tMizifi6RUwmAfdf8tIdbhsbPSWBuTPrmmp1S3/gvFNDmmlMy5wek5gBQPqTwkPTadACPvXOo4b4hz9b7Ojrxx82/C5dAUb5eY4ONbRhogYWJF8gb3h+gKbS2iKd6tu0keukfjQQRMDgv5BEHMTgv55k3/l5n2Qr2HUMZcAiLhqlK1fl/yd79epbXMuRWpyXS+chHaHn3Etm+vYUjb4DRPgBKBUAVARZlpk+VtkyXKkXbpAr8Ox31JaiLQn5jrVKPG5wc3O3fJN6cdnlLbAipFySk1lv9foN4OhQHUCh083ulESAcKE91FKFADoScenA1uciNkIdCaApTCqE0ldBUpj5CA5qgaUprhDa0Q2MAARQe8q4VeciPooBMQ0VYfUVb2iEIEIqP/Ej31k3a4LgVIRisgKA6NOnaDrdDO4WIwbs0UAgKjUMU4uTrFQeP+upFxuIREFUakfxSG0U4dYkOeiOoy7vuordHngR1E0YBei9Q8Bx+n426DyYlYtI7PbeaLpgLi/mV/Hp+K7/bOKgHAjtD3lk9HIJxWY+FTjf1ZAJ/n3/Kv4bL/EfKxb5DOXL+EvTkPNd0/mQYKwrzwIVTrE9HgzR9po5DX4+eLyGkE+GM5Dqc3jetRpamM6ceTS81p0yS1umKm15db/N+e3RdfShdhsJYh9gum4aOvWNHQWExZKsRpzpnJteus1CEEmSl2YS5EIayHFH9Raq5IA6Iu/PEOA+plXGLm3M8EB9IfZCmIaCm904sOlc37CHmbeA58Bb9M/CTIoWVDvnRVp0eQRuva7RkWMhIwQKGTYoF6u76yN2gWzqqc3eKq6rCkapOrI/DAv5p73iMUFn9Xs1kSI5l7WEBeQzid+FoG1WcYkuCTwOH6dwdxNHC/DZmZcCWDOJ7IXVAzz7D8g5zx7abn8qIN0Fbz1F8CpixJ8QJeNsHPN+TubGxEza3tTHwtpPyt9WH1e6ZsbJTKqMCUpZGRkAXdNjSCxM9wo1RzljfT5Jn6nsHkyO0bRtowLk9tbF0SXSbQH2qhxPJi/OF27vR6wFRxdtqn1hVYmob9CjvzQgGn6ooBTGe2ucuc8GhJCL3XUkwh2bNOnTGAbz3qLsAjcHiIZx4JCUtWclLUcpSlbo0pS1d5yEa39U8gzkMxiMjxMJ3uJj1cXMxiHiSY0OSFiA/FO1SGi3VLMY5D3sRpFVjVuHYLoKDomKbrp2QG0UULGUoSznKUwF1Z0ewmIATGaITP38ZKsAdImb7xBQihux1DFUn3dwYisG2PnHUBISZCkWkDIi9MBQO1l0sLWToBjSkEY2fNFFiBzkIMWXQo9x2fBZYsrE51H4s2Lk2G0ji9zXQV+ilHoMKc5SxRinz543aL7BUpUql8EHgn/PW/x2mY1X4U8vnKfxTAfjsF3XmcAwrgeT4MKsOEddgi9V+dUvHimRxI9wobl63lBvjCnxGKc7/DZamC8InLuNHdQu5pV2yDwYrLvgj+CyY+Tf7W/1y//Kv+qvXV++v6OucvKJwt1tacOUxQHXew01pQUupeiiumPddzCi294u/DcALgKj3AOLsB+KVNwBA9VDMopt47UVToLHHuRpjl2AhRS3cGznKG5T/DFGoToKVzulQFbD45Jo7BjIA9ybLZmPpi7TmrGDK8oT2GMFY7/C6oCuypzWn0yu/gCVj092342YqZ6VKM6ROG22VEBSqB7RQNxsM6e4HL5JivCAi/WmfYEhTydzIg6SXmZLqEi6HyzobU0xRHMzmZRxDjWSTpUl1ATLWGXo3nbztxGRmLkesWcbcsrdlXSg7xiSKX9y/knJSFvlnCi9LTVosVGyvxOq3lf+EwA8lLuHbiazWBjiCTkdRKDC8HI5ziKlxiuyLoLNEBDRoThbk+R0zOcLQnUm7KeCjKLNzLneg1hBfXp4xM5moFdpzL/irRX0lY9/0xsN3OIAhci3JyP42cD0FgFkzZGTyKSGF8dPpGYvH7MVxgDG64Zv106W0euxB+M6t4XSjIDXE86UoAuAfM4mwdCZQo8IZQ1C7yX3UrUpeI/tqpkoDGlhNXCTntFA8qsailjJEwB0CKmj23tTcytmQcFsYeuqDiQoLNbhBw0IU51QnK/fiwKT34b16UJRizCh/4OmnBFqleRyAVIWOrNpX55O7AXdS3XtrJS6dJyWxIlKoulwDXYwUvjxKT6na7Wdpe0eip9yUzWHy6MT+JBGgddNeMN97ofdlAsZNTDDywaOUdHwsGhiUcCmVyYW1aHcbKdZnpMX5PRuzcRWMU9H7PtEIW+x9IrQHHnmaTjZvRuMgrpd7fHrLBGd8zmQAMuWOlwufGjTRUrTqHu/cq5SSeavnwZWJkzIhYD0eYe68AnnXvuXwrjEWehffdWksrTfdveoOgYuoZZEOkU5lO9KubQ2fFFPwHUL7ndTpynoBJQgaL1AS6r4uupNSyj18TOKH7rk9gzOqzFvKcbHL5juccjs0kEz4U9FCHPEaBfoXFy33STYWYrfES1qd1Zte2G8L2coEtGa+qVUQvBzRd75+PTsr+TbkecSg5LUlk8WTWUNssFcgJJxxus87AGp1oipX4pxM20CWHuXnPIY3sJi5WwS2O5hkvqgaMtbnMZJOs2I9t0zs7qOi7KPfSmthIwxpcWPyXaq2W/RJnWRO7bY2BG/qcOwEYFKL7kVHsfYstYuxnc6inu3G+4OtRmvzLC2HVMtZtn5K6b5IMtLoMAVnzNzlGsVsu2FJISWJ2KDc0D/LjmlxxyQ7czlyrPufFsaIHl5mcXoaO4hWsvu7Itn5jETz06y0jv68sbI73MljseMp1KsH282z8WZKCM5RsY5jsd3yG8fLFnNWlnbQ7gzkNKYa7biRyX3C2RrafUY+KJ+aLCCDa6Q4YfZDVLdAHbcles9HsBoN6FPB3/hTOWeC05MdNLBn7PfFviXQuseVc69zra+5VnE2JfvAVJbSjolZR70iVEgRRaGOYMF3j2RvmQ4J17Q/e83iTzRBU02xUFVI/dAUpXlBp31axUJu8JL9m1ZOBE8r4cBjRNiADJneIB9kJi4cZWW7MEq06kj9+BFV7vPOXpo98dSiobcmlRn54GA3YlQJLY2U/No0EWr97/ckvINsNuy3FkvQn8WdSYUz6VRvQiodBDqI29Omd99yOQDzEE1vbtB3s95y21BEY7z07s1gpEejhyOttLRvlfQku6wS+VSLZfrIJYjTnpoPp4U3TAr2QST1nhrqkMoi7Y+F400k5irG7KrjLja+5T1b8Q8Y2SnanhK+72KjzVzLhF3sJ8dx8dIjmZJ3yL4f0P/Vq7XXqXpemi1lYIqjvAFmzbJhESlErDXKKIZoXMRUMT+EDuc4jdSq1ed2KvSwcRZPLOgv+Ub24orkqO/AG0YMQ5gyf4MQEQiDUAhFRSNyVCjLbK4Z7Y4wyWiZxjNT7cWBD+oMmprp3EDLDF53whX6THXAF0nPfv5N5OdH4Mkf2P36xBxBRClkJWQ3QfrTS1tIQdNAqOxXTpHK97NRaRuH7+6JsmXapyxRpmC0/0by1y5VaEitJFMG5YYZXTudI0jrE2P0s3ZyVOy5T46ieVtyfxrgsR1wXDmlZIEkOVG4SrSSuGwgguMWh3idb+3NMTPO3KThBYq96p8OsJhn8TBxCyyjny/PiF5p8tfkpa1y1KRkNsrpp8EWsYsi5F44aht6GkUAdCRmPpyyfDauarm/o4mkZZk5yMQnxibfr1KEMy5r43y+eewvey6zxaljcUTreNMPn2SF6s0vrnqWlVHb806qZTdyoU5S0GW01hnchgiKm/WqfOjaCSD7OQDYDhgNncoa6Sau9sn2z8DV/OQ4Eg0C8j0EgglxQCE3UdZrd1+ivC3EJooC7UaVLsAmDzKpVYhp15jFxhJNewFy8T8LRlnoW/JmedyRJR4M43JmBdl0mgKCIt1farkvEtDL565Ckfc0DxgYk5KRU2xTvM07RP8S7OYPI+/d5wcQeYM5rfmS4oCF4YtXE0pKkpaIklhpwPTjPhafkngb8WPHuSOHmo/Uo2cb4vcl4eHkXEGiqJxuTm8MIfOFNKZKylanF2XveH7h6rVvh8x0+QRabdHgD1AJglwQqtMGKsG8pMU55CWFqbXZP8tWzK/fueqszq6T9bb56kz1Ov0Lh8zWgvvDtI9a7vLSGTJwQRlBzm80IQH9ldXxIpWUL1CIJR5Ry1AwB6lNDX05IueYy1rrOFNN8MmA+wbxoSdzB+zymurXN9ZsrE5hW7MX+R1n9Mmb845ry/vLLyAvz52/atdXGJJLQrbmtuVSl0aVckjWycDR66Xs0Ywo6n6scf6UWKSY6kIw+J96iICQ6odmbB6gmEKNrVXd5UUaoWx1TQG81JD6x8mSVw57LQOic85jiEDyp+oikVF5GRpRUXlP29LBkfV7MmuxvDq3PssoNL3C5XYOorihKkjn3elAml2ChK8Iq3T6jYIMndh9TKD+AKs+pBvUrd8rL/PiqN2yHSV6XnEaETu+WKtMKIiHFLgdjgq3MNDRPJhfX1Hb1H4pWXTmUb3dh18vH2Pg7ahfKMfaCfXH8QUINOd3mkFDMCdnQwg9G/aYPV8opcZnKDQ5xWsadxFHGSTYecR/m25JBWfyVwG4Oc+mXhbBm2pkwiJNeU9LVSNEgW8awiUb4lL3eQYRnudEB1jtBcLp2vAAaloZ2ULEd6dgJFCYllYnlxzfjRPgfEzpVbKduFNKMQpLXkE2y9nfuNVmpYsIikhEpKue6mKjZz67hrjjr6bzmT+8V+/7wag9wkhXeV9mSm2GdGfbpbd3CN4hjyZ2Fv5E+WEAZJ99BIMhWm+EnVwfl7ppHQWu4jk31xaaXO1trusSV2AeWOOa1oBxPJIDd6FQSOdnqRLnW6VlVFZX2jrwHG3GF8U3n3r2xijFa2dVDu/8Ru3lMGKlF+/ZpDTt/kN797zNG0xvzTy7TL0c8Qqt5v8rvV3FjnDXVAp0COwmHlFX92hlnCy5ICFZQsUjqbY5he5pa8nXPu5k3EBJvhMKbfDXmob6XyjwSZJITsMImpck2h27O726sECmlfDpMjltoWVWWmm+9bFN7iHG1wyvfjV27rw4gUDkpYa6eZDzIlaylYlUukgST0hwbYuv0BfZkqXYqFXXvb5fQ6nD4XX4D71a2yZoWQlnUH9QkBHKyRBC/QbIvvpfLzZMjgtVy32CIuXx2QQaUyFmclNkCnUC8alDBkxZuUgafPgavoUS4yQtqEvfsFidOjB8S8GSXqS5O3oCyYhMZK280Yj6QV9l6jayoXcrKx3BXOkbXYuK14jZieVqGVVDw6aAYSUIG8Rs+ACHQ1C+7Dty5tjx2DEbBt6j8PmG00Red0N9tVMjysEfJ8erzfORhO7XlAfJLiQPXBseuxwbjQ+liAQi410xhAQoLsY9elisxNDZkjgaJ1UujWF5rv8vPJ7j4W1RbWVZZ2FdtzSOyGsliUL3Fn/Gq5kftSbsZDh2o4u6Xxauz6MEyX2Uyct/CnsW7282bleFkjt6b4Z0Y/PTeUpVTlF6g10QHmGstLI5HTzuvrMBvItS0L9QEAwN5WUgNkXr+4s6+mMdLW2kr6GdinOdPPcvA85MZZNhW6vHDy1UBTD/40uYfJVEJFVqFJHLK8obWnP4UVt+J4ElfIvsj4iAr6bNRdhhGTtsr9WzwIaPN+vvDK6ssoSXpbd3HTUCtgOxrRDe7CXHXI9LObjXE0M8Xw07AvzLLj9RCSwN6k/qLKYeX8rgF4L3i0mS3xmse8rAsUIqT74mxzCPjGIve3z3gH1eU/P65to1tVkc+wqwZ1GOfEvRPUDT03s22WVzjM6rSx/ckwisb0NvzdmIJKJG4bOeYFFvcvXA4MIskVKdU5rSgFD+POOdbHYHQZ/pRiqkJ8FGCRo9W8mAJVVcNkHlcHX/2WNH2WMOPEIEzW5UI9e0p8Hw5vj2t2Y9dqfvKrgxPED/24DTLHrSIPRcaDsYi06PS+3+HNNEZyKdGpPYfADe4Wy0CWOeRIJPiciARQps12P3Q9vx5YJqu0ir1cBiQM+bIJNkGLyAU5/2X4+Q3IhwAeXgvDYNAZWktJXn5C3noyfIrPf7EvewqwvQawACPnOHnufyZ4qIs4nIoesHJTcOnoKhwyHtVWPLTyTUPBK/otDhkHofa+yM3dfHT57uAD50C3ZXKC8sc3QgJmrG4zgX0UKCbWCwV1KNsBDi8PxqoMNe17wrgyKAAVcRnce2j7Wlpyq0Oa2N2SKNmM9MkPL0F5eWklTzmrT6Ql6ck1syUn4ks2bmjF1Y3Paw263WPGIErU93msIdGeFbzRdlSISxYil7gTWPR1L0G9rpKEvbD82YNsFO3T+6E4gyyUc0yuaY/+1TJDTYBrBLGqz5CxNkDFa2MqGqsKlR23xYN5S9K5XVPGNuNjixTrueN/Woj9e39G4W/jkb3FS/rD7GCXz4nq8uXRX4c4LYhYkLEJ25Uz9/eu7B5NGGovpqUYo4nq6RGRwcGBi+vqoeD3az0K8sVNCTeTfM9qsyrB/y1pZs60VEatfnV70762vZuG9WZfI/656pkgCqLRnw+9JQ3aQQsZNEfJ46IRa7P9xEQber6LENqwrfUpV3SZtMOmJXilKdl2nCtfI+5SyUdBYV4EYIuRGEdMjaCJjm2Df73NMkEqnKjA5eb/KKsSVDnsrSXYfsY9QHxs7CjslgHojd+Z6j6p/d00fVPwv3AJ+pc9YegjBBaYZclJEoSKKRH/vkps0hdgkMIy9Mb96129h/nfdg4c0Z+uHbGLgD6TyOhOqhcIYLwcPucLGFD/O1XKxYcQQvViMuNqiDYENPtdL+v6y7TCdettztYzhjgf88O5q50fFGgfzp8rrmfK+wBnS9pR6IDMJaxkoWYnVORW3b5bX/W5y7ztw/sm6P277hgcOcO+uWfp9GjCTXdVyu17bRnr3BC5XYNaDnqp9MuXmyZ/fa2+pb2ZfyDjoTPDwicSD/fJW5KMvb2Skdra7heOfk47aiQI6z7ndd6qPqgTQpL1ITT8GNZCFHNwd1PJH7+fGx5w4qB1RWJomt6xgi8N7syqFix2Gdf+sm4iv/90VXa//Ik2IXHK2IK1AJY9LmLhsZwfRuIjz3/lJeuNGs/UMB1t2P1HXWErAFYIeiltDyzMT/u569vodaOJ16YHuCqxOss4ivB6D/feQf69ymlnXdGm0/8O3OLtmgu+qh7Uon8npBx+hnCrOP5qSxb3zsPJMv2uYrv7UaVLj53FAMOUEQs4rKCTOozJp2kCEQCgcHOcKBxLIDeoOdz1Nyco72Hgf8JUUu2kMnBuNw5NAVvbqF1zytuiwtuqysuy0su4FcRvMYaTUw3dAEyrePqxZqnqad973CV3n7hOE9fVeFe3niQwHYiH276pqbHsGv7txckT8qgxvU2+dvbDr1896M3upm3a6Af/2LCkf3MihMyuKcWANy4qheIaGweiAcSwyDBRFhATSgMiyeiBDx0+ONbnN9KgHFjXNmhdQ3f+b4MYuxOT6BRKsfYkXuGM3KKTQhR7fzHX87fSZlj9cbLUQp9Ia47zA2p5kzkkI5RieOKoPf/mZvfDsKH+H7UxiglrUQv8dKxrK3vAPmgSBvfbmxucCylHswsYsN5rW7HVcJxtyJlGF/3ploc8epN4DeHkIOKKJle94LxnzVT6DTkLTpi4CeBGNKMhLna3QaFdy4KAf+aBRZtTlDnYcbjMXyNPnZ/acufHdaeDXPfc4b1wjxXeXiutcLtyJmBUMkYnhH2Z+34buF8rSW+YWJ6tLcEvs1ZLBoFbIkmNDnFhNt3e9CUcX4kgLC0XbLYKlOziYMU1OWiXkAMO/mcl2JDlgy4kU2eblWT4P1Ki3vukgfPhW1O08qxHyrRGPC8ZhgWmQYmc++72JVa2Whs2qPRwuLC4Bliw3+//qgLLq2U/fvpW731/K5SSyymLWEAF3yxIQSgoLJEcFsiTZBIi4XmksFEgHNlJNNPmw5amG+39JaZ2GhAxxG4MuaK8oqmsqaNn8jgF0NZZQ6kcVXC5nSBmmXSYNhlz3Jo34Inl4hb7XcavnF1Md5kxM47QLNIlFHAIcWBQy1kM1XJbCYqkQ+V5mYzkBdhMApFGoKhC4ChjnqtOG2CKtKn1CevYzPMvMeq/GLxIctfFOHwkqIVPX75PEvfZieS1qwwCXfNQMmpv2DA6YDA8ZrJmZYbvA6kzX9BqcHNs892qTdLZMdTEmVHdot1+ruPT6yhZmVy8pt5rDo2dkM5oKAjYfrRprz8v5vrK8dasplw5qr7izM+nf2rvfv/5ysf+Zm/P6ROAxKIDADhLLrAy0/FvmyfcPFLO8YhxSuit8/QJf27B1pKKlpT+437C+MprI5dKo2kZtW2la55uz+jTc+vDr7jrjE1CwMDRzI/CSRLW03dQmjN1mRpEk21S+MCTMcgXOHrO88UG8skKvl+0b3HLikTZlI1oJ2vxNLUdiThklzQZAEQiRjTrd1AaiEkEoQUiL9H2O9oC7ud+3m55rvhZwUlvqlBaYsxBhi6vzyA7Uf68fJb3MtbqOJ41jcdKG8aTIrc6rr/u7PG+4GPLFNWZ2l2bztBUD3Brre/5q8eMXIxiKUI7twBLzv0uEHJ22jnoRsakhT5HIa5MTYNHVxqZyrEDLoCfGxntsdvjBGLfTGQNUQMhsC05FQOYjPCb1t0xtoa7n0ZAWblyJlGdtVuaTTVgB7qz63Y5wvQOCkM2oShC68Av084A1DbBCUQ6AEBBlwCcxJ7bSl0r3qkY3e3dnfP2evvDgylFfTkcFQiShkfhyZ1GhCLGIKC1d31db/P9C2Y3tmY4l4B4DrMrcaEvv6oYqrMEaYKqjY1wutqR4JlroWt4ro/5Dmmczcmc6xsAmfJxbqtvykgZbz4w6U0Aj576igNis4aBDkQshcEMpFQlwgqe3cvP8rYnUeA1ry0s33bswrtdmrn0ZKiibTRJH6kEGt0Ky+MCI0LgDtUX4Pv5Ian0CjJQnjUkvbS3tbR2pDhC6xmDDszm4XFf090yvhl8FO0CELhCTIGAB/mt3t3Jh5qM2+LZAaSnrMA4bLjXw0d7l4gTDIl61c/V4Su2Dop7IYniIT0bc/r72enjHd82Ty3fXe+OhFOOZIsqv5aTSYDSIVKGSgA6QDcj4PT7pZ1J4iScwvIc2xcbtH45Tc69Hm6Ypd98JUbgoUmFmL9AKT7sDzYR0C09JAyqzR+f0fYYHvE1/0Lg4euzxSVNqRylEl0mPEIrJf9n8Eamy4qnRrQ8VwZ0v2Wk3m28Cn1gMNTQSLUivxCTxQokouI1wBWN+Whq/DeLTF4dzq5oFHJbSpVbU8nkbIkDXKOo3ajFvtie6bbVh9NPVHbe41g3ac2ZjDAOTR60zs8jiK43Bfi4UsijN418FJGDfM2vznSXEYxnBPyo8tiqMzFHvkROQl9fgkrc5d+21/ORRkYbzeKQmIVtWJh7w6TvBJ3paG1j/PSGf1X0EkTvpGx7eXZDntXd4wONG2tQf0fWQ1Q46q4F3c/nohmBXpHs9cJK3RAR5pv3Gezlvx488/PjTfo8+6Yy9GErfFyJjPgyLbGbyz/QsgbZA2FkDWFicTV57oDJ08cTh7A2V5zNrIZY7Lbr/pNnk4c6HLgcKN573b/AloXnke/Qesu45AJSUXd8um4lMgKUUATRFF5CI02PewRP9r0JM8mdgYfGvOmeb/kp9jaIGZ6St8DjfB/XDC/ty81mcYkcUBrqJfLPoz6f/sveZ8RAj553KBwL+4c8xDq8BY7H9Mb97WXOWIaWKAwububC762Rnidh1Ey7kfI65JQUJzh9KWHifswLuVfl6hZrX/hN5mPTUztfVsIq5jaOl95m4OysvVaeZ/p04tv+s6hsVsu3u2O82msKFzMd+UpDzFMKYTt5kG7Mx38HY6v5MNwfvMd6TdrOKIot9QEvxqnBOqYxP/jSEisBz8Bj2d2gazWy1ko3lGBr2TuPoWyUySItFaE3/XfRCoAD+Cz2D6xu+j1Exwm4nylks32+rmA+baY1ZAZRLoaTwXnvQ8OnzXyVXxiCjeC5TlGhrMFVqy/lkKnoXAmOwnrjKkg3/3//39sw8B2jOYKGTE2IjqeM6R7EUjJgRo2P2BDF1IsMjgUDj0dWjKM9RhSMlFhyUR3x0ekko0h5fi4u9wSCu9nRSklqXgCKWxXHKEUVCldYSTX7V2RKiZavnGumS35xxN2f291Uag3+1pM1iyqSu0zGvK2jCuKIILAYO7rRjQfzBvH1gYrgkh9JtZI+2EK9h+RloU/F0Os060MWo6tLLWLLkwOg4Q+JBnBJt119Brd4dF0dDdQ/cwWSsDWnaW0Fm8kaPsm86XwEq/SSy4liicaczshlQaj3o9aygywpEMhyoWxMDT8ysH6R+Y95yDYNvgSHGjjsRvalsXtrB2xnVHo3SZlfFVC2KiOnMUmYXZiLk9VH1ZZVxgUawdmpV8lc5FG8zKZlZAoUQjUjnoC0GDM6/r3YLHjPHEGr8j880aa4XuphyIwvwdpckK0miLCnyYePpcwqvt7DoMmBzTIZUQfq5vnaXYvdNjfXyRPj5grOc0dtx0mHbjMEPjOshxXDRu58ObbVeaprwFaJVBf2T8nHAMQ+RIZ1sXVbai+OuUR00LQDG6aRjw4cwqlAGVIoaOLSHbIDqsdXSbIbcfkpJYCUTbBHZJGZrvSEWemiv855hfjXLkZq2rGBqzFYyQmYruPohtWUbVLs/QHdW9u25NFxo8fNdl7Rv8OxLl6F9M6IZp2Y7H6/NLF0CECWVcSKWNdT4IozhJs7woq7ppu34Yp3lZt/04r/t5vx8AIRhBMZwgKZphOV4QJVlRNVqd3mA0mS1Wm93hdLk9Xp8/8FK8rluk3U3n3yEAgCCIkCBDgQoNevvxrjTb9f8hmFmrwLs3RH/D6wECAAiCCAkyFKjQoMOA6bqSUHAAHgIACIIICTIUqNCgw4Dpyg0AAAAAAAAAAABUcAOBQCAQCAQCgcD2bNBhwHQBCAQCgUAgEAgE6qb2GT6b33e7rqM9lz3XPbesTufB4Gq4a1CvWHOtmNrf5cLyQ+vgGcJUtE4F4F+O/p4BAA==) format('woff2'),
       url(data:application/font-woff;base64,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) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NotoSansRegular;
  src: url(/public/static/NotoSans-Regular-543cdb5a9590dafdb97fd19be78e2fa9.woff2) format('woff2'),
       url(/public/static/NotoSans-Regular-846c191efd3d0aacde5a916cf2ebf1a4.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NotoSansBold;
  src: url(/public/static/NotoSans-Bold-e9185e6e17a396b274fe522fcfbebe95.woff2) format('woff2'),
       url(/public/static/NotoSans-Bold-c2183257e7a697769df4200c547551f1.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
.o_app_bar_theme_appBar {
  background: rgb(48, 63, 159);
  color: rgb(255, 255, 255);
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  height: 64px;
  padding: 0 24px;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_app_bar_theme_appBar *,
    .o_app_bar_theme_appBar *::after,
    .o_app_bar_theme_appBar *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_app_bar_theme_appBar.o_app_bar_theme_scrollHide {
  transform: translateY(-100%);
}
.o_app_bar_theme_appBar:not(.o_app_bar_theme_flat) {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14),
    0 1px 10px 0 rgba(0, 0, 0, .12),
    0 2px 4px -1px rgba(0, 0, 0, .2);
}
.o_app_bar_theme_appBar.o_app_bar_theme_fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
}
.o_app_bar_theme_appBar .o_app_bar_theme_inner {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.o_app_bar_theme_appBar a {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .o_app_bar_theme_appBar {
    height: 56px;
  }
}
@media screen and (max-width: 600px) and (orientation: landscape) {
  .o_app_bar_theme_appBar {
    height: 48px;
  }
}
.o_app_bar_theme_title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.o_app_bar_theme_title > small {
  font-size: 18px;
  font-weight: normal;
}
.o_app_bar_theme_leftIcon {
  margin-left: -12px;
}
.o_app_bar_theme_rightIcon {
  margin-left: auto;
  margin-right: -12px;
}
.o_autocomplete_theme_autocomplete {
  padding: 10px 0;
  position: relative;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_autocomplete_theme_autocomplete *,
    .o_autocomplete_theme_autocomplete *::after,
    .o_autocomplete_theme_autocomplete *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_autocomplete_theme_autocomplete.o_autocomplete_theme_focus .o_autocomplete_theme_suggestions {
  box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .24);
  max-height: 45vh;
  visibility: visible;
}
.o_autocomplete_theme_values {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 0 5px 0;
}
.o_autocomplete_theme_value {
  margin: 2.5px 5px 2.5px 0;
}
.o_autocomplete_theme_suggestions {
  background-color: rgb(255, 255, 255);
  list-style: none;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  transition-duration: 0.35s;
  transition-property: max-height, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 100%;
  z-index: 100
}
.o_autocomplete_theme_suggestions:not(.o_autocomplete_theme_up) {
  margin-top: -20px;
}
.o_autocomplete_theme_suggestions.o_autocomplete_theme_up {
  bottom: 0;
}
.o_autocomplete_theme_suggestions::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.o_autocomplete_theme_suggestion {
  cursor: pointer;
  font-size: 16px;
  padding: 10px
}
.o_autocomplete_theme_suggestion.o_autocomplete_theme_active {
  background-color: rgb(238, 238, 238);
}
.o_autocomplete_theme_input {
  position: relative
}
.o_autocomplete_theme_input::after {
  border-left: 5.48571px solid transparent;
  border-right: 5.48571px solid transparent;
  border-top: 5.48571px solid rgba(0, 0, 0, 0.12);
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0;
}
.o_avatar_theme_avatar {
  background-color: rgb(158, 158, 158);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 24px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 40px;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_avatar_theme_avatar *,
    .o_avatar_theme_avatar *::after,
    .o_avatar_theme_avatar *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_avatar_theme_avatar > svg {
  fill: currentColor;
  height: 40px;
  width: 1em;
}
.o_avatar_theme_avatar > img {
  height: auto;
  max-width: 100%;
}
.o_avatar_theme_image {
  background-color: transparent;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.o_avatar_theme_letter {
  display: block;
  line-height: 40px;
  width: 100%;
}
.o_button_theme_button {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-block;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0;
  line-height: 36px;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_button_theme_button *,
    .o_button_theme_button *::after,
    .o_button_theme_button *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_button_theme_button > input {
  height: 0.1px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1px;
  z-index: 0;
}
.o_button_theme_button::-moz-focus-inner {
  border: 0;
}
.o_button_theme_button > span:not([data-react-toolbox='tooltip']) {
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
}
.o_button_theme_button > svg {
  display: inline-block;
  fill: currentColor;
  font-size: 120%;
  height: 36px;
  vertical-align: top;
  width: 1em;
}
.o_button_theme_button > * {
  pointer-events: none;
}
.o_button_theme_button > .o_button_theme_rippleWrapper {
  overflow: hidden;
}
.o_button_theme_button[disabled] {
  color: rgba(0, 0, 0, 0.26);
  cursor: auto;
  pointer-events: none;
}
.o_button_theme_squared {
  border-radius: 2px;
  min-width: 90px;
  padding: 0 12px
}
.o_button_theme_squared .o_button_theme_icon {
  font-size: 120%;
  margin-right: 6px;
  vertical-align: middle;
}
.o_button_theme_squared > svg {
  margin-right: 5px;
}
.o_button_theme_solid[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .2),
    0 1px 5px 0 rgba(0, 0, 0, .12);
}
.o_button_theme_solid:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .2),
    0 1px 5px 0 rgba(0, 0, 0, .12);
}
.o_button_theme_solid:focus:not(:active) {
  box-shadow:
      0 0 8px rgba(0, 0, 0, .18),
      0 8px 16px rgba(0, 0, 0, .36);
}
.o_button_theme_raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .2),
    0 1px 5px 0 rgba(0, 0, 0, .12);
}
.o_button_theme_flat {
  background: transparent;
}
.o_button_theme_floating {
  border-radius: 50%;
  box-shadow:
    0 1px 1.5px 0 rgba(0, 0, 0, .12),
    0 1px 1px 0 rgba(0, 0, 0, .24);
  font-size: 24px;
  height: 56px;
  width: 56px
}
.o_button_theme_floating .o_button_theme_icon:not([data-react-toolbox='tooltip']) {
  line-height: 56px;
}
.o_button_theme_floating > .o_button_theme_rippleWrapper {
  border-radius: 50%;
}
.o_button_theme_floating.o_button_theme_mini {
  font-size: 17.77778px;
  height: 40px;
  width: 40px;
}
.o_button_theme_floating.o_button_theme_mini .o_button_theme_icon {
  line-height: 40px;
}
.o_button_theme_toggle {
  background: transparent;
  border-radius: 50%;
  vertical-align: middle;
  width: 36px
}
.o_button_theme_toggle > .o_button_theme_icon,
  .o_button_theme_toggle svg {
  font-size: 20px;
  line-height: 36px;
  vertical-align: top;
}
.o_button_theme_toggle > .o_button_theme_rippleWrapper {
  border-radius: 50%;
}
.o_button_theme_primary:not([disabled]).o_button_theme_raised,
  .o_button_theme_primary:not([disabled]).o_button_theme_floating {
  background: rgb(63, 81, 181);
  color: rgb(255, 255, 255);
}
.o_button_theme_primary:not([disabled]).o_button_theme_flat,
  .o_button_theme_primary:not([disabled]).o_button_theme_toggle {
  color: rgb(63, 81, 181);
}
.o_button_theme_primary:not([disabled]).o_button_theme_flat:focus:not(:active), .o_button_theme_primary:not([disabled]).o_button_theme_toggle:focus:not(:active) {
  background: rgba(63, 81, 181, 0.2);
}
.o_button_theme_primary:not([disabled]).o_button_theme_flat:hover {
  background: rgba(63, 81, 181, 0.2);
}
.o_button_theme_accent:not([disabled]).o_button_theme_raised,
  .o_button_theme_accent:not([disabled]).o_button_theme_floating {
  background: rgb(255, 64, 129);
  color: rgb(255, 255, 255);
}
.o_button_theme_accent:not([disabled]).o_button_theme_flat,
  .o_button_theme_accent:not([disabled]).o_button_theme_toggle {
  color: rgb(255, 64, 129);
}
.o_button_theme_accent:not([disabled]).o_button_theme_flat:focus:not(:active), .o_button_theme_accent:not([disabled]).o_button_theme_toggle:focus:not(:active) {
  background: rgba(255, 64, 129, 0.2);
}
.o_button_theme_accent:not([disabled]).o_button_theme_flat:hover {
  background: rgba(255, 64, 129, 0.2);
}
.o_button_theme_neutral:not([disabled]).o_button_theme_raised,
  .o_button_theme_neutral:not([disabled]).o_button_theme_floating {
  background-color: rgb(255, 255, 255);
  color: rgb(33, 33, 33);
}
.o_button_theme_neutral:not([disabled]).o_button_theme_flat,
  .o_button_theme_neutral:not([disabled]).o_button_theme_toggle {
  color: rgb(33, 33, 33);
}
.o_button_theme_neutral:not([disabled]).o_button_theme_flat:focus:not(:active), .o_button_theme_neutral:not([disabled]).o_button_theme_toggle:focus:not(:active) {
  background: rgba(33, 33, 33, 0.2);
}
.o_button_theme_neutral:not([disabled]).o_button_theme_flat:hover {
  background: rgba(33, 33, 33, 0.2);
}
.o_button_theme_neutral:not([disabled]).o_button_theme_inverse.o_button_theme_raised,
    .o_button_theme_neutral:not([disabled]).o_button_theme_inverse.o_button_theme_floating {
  background-color: rgb(33, 33, 33);
  color: rgb(255, 255, 255);
}
.o_button_theme_neutral:not([disabled]).o_button_theme_inverse.o_button_theme_flat,
    .o_button_theme_neutral:not([disabled]).o_button_theme_inverse.o_button_theme_toggle {
  color: rgb(255, 255, 255);
}
.o_button_theme_neutral:not([disabled]).o_button_theme_inverse.o_button_theme_flat:focus:not(:active), .o_button_theme_neutral:not([disabled]).o_button_theme_inverse.o_button_theme_toggle:focus:not(:active) {
  background: rgba(33, 33, 33, 0.2);
}
.o_button_theme_neutral:not([disabled]).o_button_theme_inverse.o_button_theme_flat:hover {
  background: rgba(33, 33, 33, 0.2);
}
.o_button_theme_neutral.o_button_theme_inverse[disabled] {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.54);
}
.o_card_theme_card {
  background: rgb(255, 255, 255);
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .2),
    0 1px 5px 0 rgba(0, 0, 0, .12);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_card_theme_card *,
    .o_card_theme_card *::after,
    .o_card_theme_card *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_card_theme_card.o_card_theme_raised {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14),
    0 3px 14px 2px rgba(0, 0, 0, .12),
    0 5px 5px -3px rgba(0, 0, 0, .2);
}
.o_card_theme_cardMedia {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}
.o_card_theme_cardMedia.o_card_theme_wide,
  .o_card_theme_cardMedia.o_card_theme_square {
  width: 100%;
}
.o_card_theme_cardMedia.o_card_theme_wide .o_card_theme_content, .o_card_theme_cardMedia.o_card_theme_square .o_card_theme_content {
  height: 100%;
  position: absolute;
}
.o_card_theme_cardMedia.o_card_theme_wide .o_card_theme_content > iframe,
    .o_card_theme_cardMedia.o_card_theme_wide .o_card_theme_content > video,
    .o_card_theme_cardMedia.o_card_theme_wide .o_card_theme_content > img,
    .o_card_theme_cardMedia.o_card_theme_square .o_card_theme_content > iframe,
    .o_card_theme_cardMedia.o_card_theme_square .o_card_theme_content > video,
    .o_card_theme_cardMedia.o_card_theme_square .o_card_theme_content > img {
  max-width: 100%;
}
.o_card_theme_cardMedia::after {
  content: '';
  display: block;
  height: 0;
}
.o_card_theme_cardMedia.o_card_theme_wide::after {
  padding-top: 56.25%;
}
.o_card_theme_cardMedia.o_card_theme_square::after {
  padding-top: 100%;
}
.o_card_theme_cardMedia .o_card_theme_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}
.o_card_theme_cardMedia .o_card_theme_contentOverlay .o_card_theme_cardTitle,
    .o_card_theme_cardMedia .o_card_theme_contentOverlay .o_card_theme_cardActions,
    .o_card_theme_cardMedia .o_card_theme_contentOverlay .o_card_theme_cardText {
  background-color: rgba(0, 0, 0, 0.35);
}
.o_card_theme_cardMedia .o_card_theme_cardTitle .o_card_theme_title,
    .o_card_theme_cardMedia .o_card_theme_cardTitle .o_card_theme_subtitle {
  color: rgb(255, 255, 255);
}
.o_card_theme_cardTitle {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex
}
.o_card_theme_cardTitle [data-react-toolbox='avatar'] {
  margin-right: 13px;
}
.o_card_theme_cardTitle .o_card_theme_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.o_card_theme_cardTitle .o_card_theme_subtitle {
  color: rgb(117, 117, 117);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.o_card_theme_cardTitle.o_card_theme_large {
  padding: 20px 16px 14px;
}
.o_card_theme_cardTitle.o_card_theme_large .o_card_theme_title {
  font-size: 24px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.25;
}
.o_card_theme_cardTitle.o_card_theme_small {
  padding: 16px;
}
.o_card_theme_cardTitle.o_card_theme_small .o_card_theme_title {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.o_card_theme_cardTitle.o_card_theme_small .o_card_theme_subtitle {
  font-weight: 500;
  line-height: 1.4;
}
.o_card_theme_cardTitle,
.o_card_theme_cardText {
  padding: 14px 16px
}
.o_card_theme_cardTitle p, .o_card_theme_cardText p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
.o_card_theme_cardTitle:last-child, .o_card_theme_cardText:last-child {
  padding-bottom: 20px;
}
.o_card_theme_cardTitle + .o_card_theme_cardText, .o_card_theme_cardText + .o_card_theme_cardText {
  padding-top: 0;
}
.o_card_theme_cardActions {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 8px
}
.o_card_theme_cardActions [data-react-toolbox='button'] {
  margin: 0 4px;
  min-width: 0;
  padding: 0 8px;
}
.o_card_theme_cardActions [data-react-toolbox='button']:first-child {
  margin-left: 0;
}
.o_card_theme_cardActions [data-react-toolbox='button']:last-child {
  margin-right: 0;
}
.o_checkbox_theme_field {
  display: block;
  height: 18px;
  margin-bottom: 15px;
  position: relative;
  white-space: nowrap;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_checkbox_theme_field *,
    .o_checkbox_theme_field *::after,
    .o_checkbox_theme_field *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_checkbox_theme_field .o_checkbox_theme_ripple {
  background-color: rgb(63, 81, 181);
  opacity: 0.3;
  transition-duration: 650ms;
}
.o_checkbox_theme_text {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
  vertical-align: top;
  white-space: nowrap;
}
.o_checkbox_theme_input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0
}
.o_checkbox_theme_input:focus ~ .o_checkbox_theme_check::before {
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 50%;
  content: '';
  height: 41.4px;
  left: 50%;
  margin-left: -20.7px;
  margin-top: -20.7px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 41.4px;
}
.o_checkbox_theme_input:focus ~ .o_checkbox_theme_check.o_checkbox_theme_checked::before {
  background-color: rgba(63, 81, 181, 0.26);
}
.o_checkbox_theme_check {
  border-color: rgb(0, 0, 0);
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  position: relative;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: top;
  width: 18px
}
.o_checkbox_theme_check.o_checkbox_theme_checked {
  background-color: rgb(63, 81, 181);
  border-color: rgb(63, 81, 181);
}
.o_checkbox_theme_check.o_checkbox_theme_checked::after {
  animation: o_checkbox_theme_checkmark-expand 140ms ease-out forwards;
  border-bottom-width: 2px;
  border-color: rgb(255, 255, 255);
  border-left: 0;
  border-right-width: 2px;
  border-style: solid;
  border-top: 0;
  content: '';
  height: 12px;
  left: 4px;
  position: absolute;
  top: -1px;
  transform: rotate(45deg);
  width: 7px;
}
.o_checkbox_theme_disabled > .o_checkbox_theme_text {
  color: rgba(0, 0, 0, 0.26);
}
.o_checkbox_theme_disabled > .o_checkbox_theme_check {
  border-color: rgba(0, 0, 0, 0.26);
  cursor: auto;
}
.o_checkbox_theme_disabled > .o_checkbox_theme_check.o_checkbox_theme_checked {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
  cursor: auto;
}
@keyframes o_checkbox_theme_checkmark-expand {
  0% {
    height: 0;
    left: 6px;
    top: 9px;
    width: 0;
  }
  100% {
    height: 12px;
    left: 4px;
    top: -1px;
    width: 7px;
  }
}
.o_chip_theme_chip {
  background-color: rgb(238, 238, 238);
  border-radius: 32px;
  color: rgb(117, 117, 117);
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  margin-right: 2.5px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
.o_chip_theme_chip *,
    .o_chip_theme_chip *::after,
    .o_chip_theme_chip *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_chip_theme_avatar {
  padding-left: 0
}
.o_chip_theme_avatar > [data-react-toolbox='avatar'] {
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
  width: 32px;
}
.o_chip_theme_avatar > [data-react-toolbox='avatar'] > span {
  font-size: 20px;
  line-height: 32px;
}
.o_chip_theme_deletable {
  padding-right: 32px;
}
.o_chip_theme_delete {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: 4px;
  padding: 4px;
  position: absolute;
  right: 0;
  width: 24px;
}
.o_chip_theme_delete:hover .o_chip_theme_deleteIcon {
  background: rgb(158, 158, 158);
}
.o_chip_theme_deleteIcon {
  background: rgb(189, 189, 189);
  border-radius: 24px;
  vertical-align: top
}
.o_chip_theme_deleteIcon .o_chip_theme_deleteX {
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 4px;
}
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
.o_dialog_theme_wrapper {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 200;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
.o_dialog_theme_wrapper *,
    .o_dialog_theme_wrapper *::after,
    .o_dialog_theme_wrapper *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_dialog_theme_dialog {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  box-shadow: 0 19px 60px rgba(0, 0, 0, .3), 0 15px 20px rgba(0, 0, 0, .22);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 96vh;
  max-width: 96vw;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-40px);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.07s
}
.o_dialog_theme_dialog.o_dialog_theme_active {
  opacity: 1;
  transform: translateY(0%);
}
.o_dialog_theme_small {
  width: 30vw;
}
@media screen and (max-width: 720px) {
  .o_dialog_theme_small {
    width: 50vw;
  }
}
@media screen and (max-width: 600px) {
  .o_dialog_theme_small {
    width: 75vw;
  }
}
.o_dialog_theme_normal {
  width: 50vw;
}
@media screen and (max-width: 600px) {
  .o_dialog_theme_normal {
    width: 96vw;
  }
}
.o_dialog_theme_large {
  width: 96vw;
}
.o_dialog_theme_fullscreen {
  width: 96vw;
}
@media screen and (max-width: 600px) {
  .o_dialog_theme_fullscreen {
    border-radius: 0;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    width: 100vw;
  }
}
.o_dialog_theme_title {
  color: rgb(0, 0, 0);
  -ms-flex-positive: 0;
      flex-grow: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 16px;
}
.o_dialog_theme_body {
  color: rgb(117, 117, 117);
  -ms-flex-positive: 2;
      flex-grow: 2;
  padding: 24px
}
.o_dialog_theme_body p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
.o_dialog_theme_navigation {
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding: 8px;
  text-align: right;
}
.o_dialog_theme_button {
  margin-left: 8px;
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
}
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
.o_drawer_theme_wrapper {
  position: relative;
  z-index: 200;
}
.o_drawer_theme_drawer {
  background-color: rgb(250, 250, 250);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .2),
    0 1px 5px 0 rgba(0, 0, 0, .12);
  color: rgb(66, 66, 66);
  display: block;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform-style: preserve-3d;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s;
  width: 280px;
  will-change: transform;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_drawer_theme_drawer *,
    .o_drawer_theme_drawer *::after,
    .o_drawer_theme_drawer *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_drawer_theme_drawer.o_drawer_theme_active {
  pointer-events: all;
  transform: translateX(0);
  transition-delay: 0.07s;
}
.o_drawer_theme_drawer.o_drawer_theme_right {
  border-left: 1px solid rgb(224, 224, 224);
  right: 0;
}
.o_drawer_theme_drawer.o_drawer_theme_right:not(.o_drawer_theme_active) {
  transform: translateX(100%);
}
.o_drawer_theme_drawer.o_drawer_theme_left {
  border-right: 1px solid rgb(224, 224, 224);
  left: 0;
}
.o_drawer_theme_drawer.o_drawer_theme_left:not(.o_drawer_theme_active) {
  transform: translateX(-100%);
}
@media screen and (min-width: 600px) {
  .o_drawer_theme_drawer {
    width: 256px;
  }
}
.o_dropdown_theme_dropdown {
  position: relative;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_dropdown_theme_dropdown *,
    .o_dropdown_theme_dropdown *::after,
    .o_dropdown_theme_dropdown *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_dropdown_theme_dropdown:not(.o_dropdown_theme_active) > .o_dropdown_theme_values {
  max-height: 0;
  visibility: hidden;
}
.o_dropdown_theme_dropdown.o_dropdown_theme_active > .o_dropdown_theme_label,
    .o_dropdown_theme_dropdown.o_dropdown_theme_active > .o_dropdown_theme_value {
  opacity: 0.5;
}
.o_dropdown_theme_dropdown.o_dropdown_theme_active > .o_dropdown_theme_values {
  box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .24);
  max-height: 45vh;
  visibility: visible;
}
.o_dropdown_theme_dropdown:not(.o_dropdown_theme_up) > .o_dropdown_theme_values {
  bottom: auto;
  top: 0;
}
.o_dropdown_theme_dropdown.o_dropdown_theme_up > .o_dropdown_theme_values {
  bottom: 0;
  top: auto;
}
.o_dropdown_theme_dropdown.o_dropdown_theme_disabled {
  cursor: normal;
  pointer-events: none;
}
.o_dropdown_theme_value > input {
  cursor: pointer;
}
.o_dropdown_theme_value::after {
  border-left: 5.48571px solid transparent;
  border-right: 5.48571px solid transparent;
  border-top: 5.48571px solid rgba(0, 0, 0, 0.12);
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0;
}
.o_dropdown_theme_field {
  cursor: pointer;
  padding: 20px 0;
  position: relative
}
.o_dropdown_theme_field.o_dropdown_theme_errored {
  padding-bottom: 0;
}
.o_dropdown_theme_field.o_dropdown_theme_errored > .o_dropdown_theme_label {
  color: rgb(222, 50, 38);
}
.o_dropdown_theme_field.o_dropdown_theme_errored > .o_dropdown_theme_templateValue {
  border-bottom: 1px solid rgb(222, 50, 38);
}
.o_dropdown_theme_field.o_dropdown_theme_errored > .o_dropdown_theme_label > .o_dropdown_theme_required {
  color: rgb(222, 50, 38);
}
.o_dropdown_theme_field.o_dropdown_theme_disabled {
  cursor: normal;
  pointer-events: none;
}
.o_dropdown_theme_field.o_dropdown_theme_disabled > .o_dropdown_theme_templateValue {
  border-bottom-style: dotted;
  opacity: 0.7;
}
.o_dropdown_theme_templateValue {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgb(33, 33, 33);
  min-height: 38.4px;
  padding: 8px 0;
  position: relative;
}
.o_dropdown_theme_label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 12px;
  left: 0;
  line-height: 16px;
  position: absolute;
  top: 6px
}
.o_dropdown_theme_label .o_dropdown_theme_required {
  color: rgb(222, 50, 38);
}
.o_dropdown_theme_error {
  color: rgb(222, 50, 38);
  font-size: 12px;
  line-height: 20px;
  margin-bottom: -20px;
}
.o_dropdown_theme_values {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  transition-duration: 0.35s;
  transition-property: max-height, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 100
}
.o_dropdown_theme_values > * {
  cursor: pointer;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.o_dropdown_theme_values > *:hover:not(.o_dropdown_theme_disabled),
    .o_dropdown_theme_values > *.o_dropdown_theme_focused:not(.o_dropdown_theme_disabled) {
  background-color: rgb(238, 238, 238);
  outline: none;
}
.o_dropdown_theme_values > *.o_dropdown_theme_selected {
  color: rgb(63, 81, 181);
}
.o_dropdown_theme_values > *.o_dropdown_theme_disabled {
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}
.o_dropdown_theme_values::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.o_input_theme_input {
  padding: 20px 0;
  position: relative;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_input_theme_input *,
    .o_input_theme_input *::after,
    .o_input_theme_input *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_input_theme_input.o_input_theme_withIcon {
  margin-left: 68px;
}
.o_input_theme_icon {
  color: rgba(0, 0, 0, 0.26);
  display: block;
  font-size: 24px !important;
  height: 48px;
  left: -68px;
  line-height: 48px !important;
  position: absolute;
  text-align: center;
  top: 16px;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 48px;
}
.o_input_theme_inputElement {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: rgb(33, 33, 33);
  display: block;
  font-size: 16px;
  outline: none;
  padding: 8px 0;
  width: 100%
}
.o_input_theme_inputElement:focus:not([disabled]):not([readonly]) ~ .o_input_theme_bar::before,
    .o_input_theme_inputElement:focus:not([disabled]):not([readonly]) ~ .o_input_theme_bar::after {
  width: 50%;
}
.o_input_theme_inputElement:focus:not([disabled]):not([readonly]) ~ .o_input_theme_label:not(.o_input_theme_fixed) {
  color: rgb(63, 81, 181);
}
.o_input_theme_inputElement:focus:not([disabled]):not([readonly]) ~ .o_input_theme_label > .o_input_theme_required {
  color: rgb(222, 50, 38);
}
.o_input_theme_inputElement:focus:not([disabled]):not([readonly]) ~ .o_input_theme_hint {
  display: block;
  opacity: 1;
}
.o_input_theme_inputElement:focus:not([disabled]):not([readonly]) ~ .o_input_theme_icon {
  color: rgb(63, 81, 181);
}
.o_input_theme_inputElement:focus:not([disabled]):not([readonly]).o_input_theme_filled ~ .o_input_theme_hint {
  opacity: 0;
}
.o_input_theme_inputElement:focus:not([disabled]):not([readonly]) ~ .o_input_theme_label:not(.o_input_theme_fixed), .o_input_theme_inputElement.o_input_theme_filled ~ .o_input_theme_label:not(.o_input_theme_fixed), .o_input_theme_inputElement[type='date'] ~ .o_input_theme_label:not(.o_input_theme_fixed), .o_input_theme_inputElement[type='time'] ~ .o_input_theme_label:not(.o_input_theme_fixed) {
  font-size: 12px;
  top: 6px;
}
.o_input_theme_inputElement.o_input_theme_filled ~ .o_input_theme_label.o_input_theme_fixed,
  .o_input_theme_inputElement.o_input_theme_filled ~ .o_input_theme_hint {
  display: none;
}
.o_input_theme_label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  left: 0;
  line-height: 16px;
  pointer-events: none;
  position: absolute;
  top: 32px;
  transition-duration: 0.35s;
  transition-property: top, font-size, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.o_input_theme_label.o_input_theme_fixed ~ .o_input_theme_hint {
  display: none;
}
.o_input_theme_hint {
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  left: 0;
  line-height: 16px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 32px;
  transition-duration: 0.35s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.o_input_theme_bar {
  display: block;
  position: relative;
  width: 100%
}
.o_input_theme_bar::before,
  .o_input_theme_bar::after {
  background-color: rgb(63, 81, 181);
  bottom: 0;
  content: '';
  height: 2px;
  position: absolute;
  transition-duration: 0.2s;
  transition-property: width, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0;
}
.o_input_theme_bar::before {
  left: 50%;
}
.o_input_theme_bar::after {
  right: 50%;
}
.o_input_theme_error,
.o_input_theme_counter {
  color: rgb(222, 50, 38);
  font-size: 12px;
  line-height: 20px;
  margin-bottom: -20px;
}
.o_input_theme_counter {
  color: rgba(0, 0, 0, 0.26);
  position: absolute;
  right: 0;
}
.o_input_theme_disabled > .o_input_theme_inputElement {
  border-bottom-style: dotted;
  color: rgba(0, 0, 0, 0.26);
}
.o_input_theme_errored {
  padding-bottom: 0
}
.o_input_theme_errored > .o_input_theme_inputElement {
  border-bottom-color: rgb(222, 50, 38);
  margin-top: 1px;
}
.o_input_theme_errored > .o_input_theme_counter,
  .o_input_theme_errored > .o_input_theme_label {
  color: rgb(222, 50, 38);
}
.o_input_theme_errored > .o_input_theme_label > .o_input_theme_required {
  color: rgb(222, 50, 38);
}
.o_input_theme_hidden {
  display: none;
}
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
.o_layout_theme_layout {
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 100vh;
  min-width: 100%;
  position: relative;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
.o_layout_theme_layout *,
    .o_layout_theme_layout *::after,
    .o_layout_theme_layout *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_layout_theme_panel {
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.o_layout_theme_panel:not(.o_layout_theme_bodyScroll) {
  height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
}
.o_layout_theme_sidebarDrawer,
.o_layout_theme_navDrawerDrawer {
  z-index: 100
}
.o_layout_theme_sidebarDrawer.o_layout_theme_pinned, .o_layout_theme_navDrawerDrawer.o_layout_theme_pinned {
  box-shadow: none;
}
.o_layout_theme_sidebarDrawer.o_layout_theme_clipped, .o_layout_theme_navDrawerDrawer.o_layout_theme_clipped {
  height: calc(100vh - 64px);
  padding-top: 5px;
  top: 64px;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .o_layout_theme_sidebarDrawer.o_layout_theme_clipped, .o_layout_theme_navDrawerDrawer.o_layout_theme_clipped {
    height: calc(100vh - 56px);
    top: 56px;
  }
}
@media screen and (max-width: 600px) and (orientation: landscape) {
  .o_layout_theme_sidebarDrawer.o_layout_theme_clipped, .o_layout_theme_navDrawerDrawer.o_layout_theme_clipped {
    height: calc(100vh - 48px);
    top: 48px;
  }
}
.o_layout_theme_appbarInner,
.o_layout_theme_panel {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.o_layout_theme_appbarFixed.o_layout_theme_appbarAppBar {
  z-index: 100;
}
.o_layout_theme_appbarFixed .o_layout_theme_panel {
  top: 64px;
}
.o_layout_theme_appbarFixed .o_layout_theme_panel:not(.o_layout_theme_bodyScroll) {
  height: calc(100vh - 64px);
  max-height: calc(100vh - 64px);
  overflow-y: scroll;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .o_layout_theme_appbarFixed .o_layout_theme_panel {
    top: 56px;
  }
}
@media screen and (max-width: 600px) and (orientation: landscape) {
  .o_layout_theme_appbarFixed .o_layout_theme_panel {
    top: 48px;
  }
}
.o_layout_theme_navDrawerPinned .o_layout_theme_appbarLeftIcon {
  display: none;
}
.o_layout_theme_navDrawerPinned .o_layout_theme_panel {
  left: 280px;
}
.o_layout_theme_navDrawerPinned:not(.o_layout_theme_navDrawerClipped) .o_layout_theme_appbarAppBar {
  padding-left: 304px;
}
@media screen and (min-width: 600px) {
  .o_layout_theme_navDrawerPinned .o_layout_theme_panel {
    left: 256px;
  }
  .o_layout_theme_navDrawerPinned:not(.o_layout_theme_navDrawerClipped) .o_layout_theme_appbarAppBar {
    padding-left: 280px;
  }
}
.o_layout_theme_navDrawerClipped .o_layout_theme_navDrawerWrapper {
  position: relative;
  z-index: 1;
}
.o_layout_theme_sidebarPinned .o_layout_theme_appbarLeftIcon {
  display: none;
}
.o_layout_theme_sidebarPinned .o_layout_theme_panel {
  right: 280px;
}
.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
  padding-right: 304px;
}
@media screen and (min-width: 600px) {
  .o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 256px;
  }
  .o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 280px;
  }
}
.o_layout_theme_sidebarClipped .o_layout_theme_sidebarWrapper {
  position: relative;
  z-index: 1;
}
.o_layout_theme_sidebarWidth1 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth1 .o_layout_theme_sidebarDrawer {
    width: 64px;
  }
  .o_layout_theme_sidebarWidth1.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 64px;
  }
  .o_layout_theme_sidebarWidth1.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 88px;
  }
}
.o_layout_theme_sidebarWidth2 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth2 .o_layout_theme_sidebarDrawer {
    width: 128px;
  }
  .o_layout_theme_sidebarWidth2.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 128px;
  }
  .o_layout_theme_sidebarWidth2.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 152px;
  }
}
.o_layout_theme_sidebarWidth3 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth3 .o_layout_theme_sidebarDrawer {
    width: 192px;
  }
  .o_layout_theme_sidebarWidth3.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 192px;
  }
  .o_layout_theme_sidebarWidth3.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 216px;
  }
}
.o_layout_theme_sidebarWidth4 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth4 .o_layout_theme_sidebarDrawer {
    width: 256px;
  }
  .o_layout_theme_sidebarWidth4.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 256px;
  }
  .o_layout_theme_sidebarWidth4.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 280px;
  }
}
.o_layout_theme_sidebarWidth5 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth5 .o_layout_theme_sidebarDrawer {
    width: 320px;
  }
  .o_layout_theme_sidebarWidth5.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 320px;
  }
  .o_layout_theme_sidebarWidth5.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 344px;
  }
}
.o_layout_theme_sidebarWidth6 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth6 .o_layout_theme_sidebarDrawer {
    width: 384px;
  }
  .o_layout_theme_sidebarWidth6.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 384px;
  }
  .o_layout_theme_sidebarWidth6.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 408px;
  }
}
.o_layout_theme_sidebarWidth7 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth7 .o_layout_theme_sidebarDrawer {
    width: 448px;
  }
  .o_layout_theme_sidebarWidth7.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 448px;
  }
  .o_layout_theme_sidebarWidth7.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 472px;
  }
}
.o_layout_theme_sidebarWidth8 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth8 .o_layout_theme_sidebarDrawer {
    width: 512px;
  }
  .o_layout_theme_sidebarWidth8.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 512px;
  }
  .o_layout_theme_sidebarWidth8.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 536px;
  }
}
.o_layout_theme_sidebarWidth9 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth9 .o_layout_theme_sidebarDrawer {
    width: 576px;
  }
  .o_layout_theme_sidebarWidth9.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 576px;
  }
  .o_layout_theme_sidebarWidth9.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 600px;
  }
}
.o_layout_theme_sidebarWidth10 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth10 .o_layout_theme_sidebarDrawer {
    width: 640px;
  }
  .o_layout_theme_sidebarWidth10.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 640px;
  }
  .o_layout_theme_sidebarWidth10.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 664px;
  }
}
.o_layout_theme_sidebarWidth11 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth11 .o_layout_theme_sidebarDrawer {
    width: 704px;
  }
  .o_layout_theme_sidebarWidth11.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 704px;
  }
  .o_layout_theme_sidebarWidth11.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 728px;
  }
}
.o_layout_theme_sidebarWidth12 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .o_layout_theme_sidebarWidth12 .o_layout_theme_sidebarDrawer {
    width: 768px;
  }
  .o_layout_theme_sidebarWidth12.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 768px;
  }
  .o_layout_theme_sidebarWidth12.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 792px;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .o_layout_theme_sidebarWidth1 .o_layout_theme_sidebarDrawer {
    width: 56px;
  }
  .o_layout_theme_sidebarWidth1.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 56px;
  }
  .o_layout_theme_sidebarWidth1.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 80px;
  }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .o_layout_theme_sidebarWidth1 .o_layout_theme_sidebarDrawer {
    width: 64px;
  }
  .o_layout_theme_sidebarWidth1.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 64px;
  }
  .o_layout_theme_sidebarWidth1.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 88px;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .o_layout_theme_sidebarWidth2 .o_layout_theme_sidebarDrawer {
    width: 112px;
  }
  .o_layout_theme_sidebarWidth2.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 112px;
  }
  .o_layout_theme_sidebarWidth2.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 136px;
  }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .o_layout_theme_sidebarWidth2 .o_layout_theme_sidebarDrawer {
    width: 128px;
  }
  .o_layout_theme_sidebarWidth2.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 128px;
  }
  .o_layout_theme_sidebarWidth2.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 152px;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .o_layout_theme_sidebarWidth3 .o_layout_theme_sidebarDrawer {
    width: 168px;
  }
  .o_layout_theme_sidebarWidth3.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 168px;
  }
  .o_layout_theme_sidebarWidth3.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 192px;
  }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .o_layout_theme_sidebarWidth3 .o_layout_theme_sidebarDrawer {
    width: 192px;
  }
  .o_layout_theme_sidebarWidth3.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 192px;
  }
  .o_layout_theme_sidebarWidth3.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 216px;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .o_layout_theme_sidebarWidth4 .o_layout_theme_sidebarDrawer {
    width: 224px;
  }
  .o_layout_theme_sidebarWidth4.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 224px;
  }
  .o_layout_theme_sidebarWidth4.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 248px;
  }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .o_layout_theme_sidebarWidth4 .o_layout_theme_sidebarDrawer {
    width: 256px;
  }
  .o_layout_theme_sidebarWidth4.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 256px;
  }
  .o_layout_theme_sidebarWidth4.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 280px;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .o_layout_theme_sidebarWidth5 .o_layout_theme_sidebarDrawer {
    width: 280px;
  }
  .o_layout_theme_sidebarWidth5.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 280px;
  }
  .o_layout_theme_sidebarWidth5.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 304px;
  }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .o_layout_theme_sidebarWidth5 .o_layout_theme_sidebarDrawer {
    width: 320px;
  }
  .o_layout_theme_sidebarWidth5.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 320px;
  }
  .o_layout_theme_sidebarWidth5.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 344px;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .o_layout_theme_sidebarWidth6 .o_layout_theme_sidebarDrawer {
    width: 336px;
  }
  .o_layout_theme_sidebarWidth6.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 336px;
  }
  .o_layout_theme_sidebarWidth6.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 360px;
  }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .o_layout_theme_sidebarWidth6 .o_layout_theme_sidebarDrawer {
    width: 384px;
  }
  .o_layout_theme_sidebarWidth6.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 384px;
  }
  .o_layout_theme_sidebarWidth6.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 408px;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .o_layout_theme_sidebarWidth7 .o_layout_theme_sidebarDrawer {
    width: 392px;
  }
  .o_layout_theme_sidebarWidth7.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 392px;
  }
  .o_layout_theme_sidebarWidth7.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 416px;
  }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .o_layout_theme_sidebarWidth7 .o_layout_theme_sidebarDrawer {
    width: 448px;
  }
  .o_layout_theme_sidebarWidth7.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 448px;
  }
  .o_layout_theme_sidebarWidth7.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 472px;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .o_layout_theme_sidebarWidth8 .o_layout_theme_sidebarDrawer {
    width: 448px;
  }
  .o_layout_theme_sidebarWidth8.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 448px;
  }
  .o_layout_theme_sidebarWidth8.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 472px;
  }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .o_layout_theme_sidebarWidth8 .o_layout_theme_sidebarDrawer {
    width: 512px;
  }
  .o_layout_theme_sidebarWidth8.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 512px;
  }
  .o_layout_theme_sidebarWidth8.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 536px;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .o_layout_theme_sidebarWidth9 .o_layout_theme_sidebarDrawer {
    width: 504px;
  }
  .o_layout_theme_sidebarWidth9.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 504px;
  }
  .o_layout_theme_sidebarWidth9.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 528px;
  }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .o_layout_theme_sidebarWidth9 .o_layout_theme_sidebarDrawer {
    width: 576px;
  }
  .o_layout_theme_sidebarWidth9.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 576px;
  }
  .o_layout_theme_sidebarWidth9.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 600px;
  }
}
@media screen and (min-width: 720px) {
  .o_layout_theme_sidebarWidth1 .o_layout_theme_sidebarDrawer {
    width: 64px;
  }
  .o_layout_theme_sidebarWidth1.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 64px;
  }
  .o_layout_theme_sidebarWidth1.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 88px;
  }
}
@media screen and (min-width: 720px) {
  .o_layout_theme_sidebarWidth2 .o_layout_theme_sidebarDrawer {
    width: 128px;
  }
  .o_layout_theme_sidebarWidth2.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 128px;
  }
  .o_layout_theme_sidebarWidth2.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 152px;
  }
}
@media screen and (min-width: 720px) {
  .o_layout_theme_sidebarWidth3 .o_layout_theme_sidebarDrawer {
    width: 192px;
  }
  .o_layout_theme_sidebarWidth3.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 192px;
  }
  .o_layout_theme_sidebarWidth3.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 216px;
  }
}
@media screen and (min-width: 720px) {
  .o_layout_theme_sidebarWidth4 .o_layout_theme_sidebarDrawer {
    width: 256px;
  }
  .o_layout_theme_sidebarWidth4.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 256px;
  }
  .o_layout_theme_sidebarWidth4.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 280px;
  }
}
@media screen and (min-width: 720px) {
  .o_layout_theme_sidebarWidth5 .o_layout_theme_sidebarDrawer {
    width: 320px;
  }
  .o_layout_theme_sidebarWidth5.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 320px;
  }
  .o_layout_theme_sidebarWidth5.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 344px;
  }
}
@media screen and (min-width: 720px) {
  .o_layout_theme_sidebarWidth6 .o_layout_theme_sidebarDrawer {
    width: 384px;
  }
  .o_layout_theme_sidebarWidth6.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 384px;
  }
  .o_layout_theme_sidebarWidth6.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 408px;
  }
}
@media screen and (min-width: 720px) {
  .o_layout_theme_sidebarWidth7 .o_layout_theme_sidebarDrawer {
    width: 448px;
  }
  .o_layout_theme_sidebarWidth7.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 448px;
  }
  .o_layout_theme_sidebarWidth7.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 472px;
  }
}
@media screen and (min-width: 720px) {
  .o_layout_theme_sidebarWidth8 .o_layout_theme_sidebarDrawer {
    width: 512px;
  }
  .o_layout_theme_sidebarWidth8.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 512px;
  }
  .o_layout_theme_sidebarWidth8.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 536px;
  }
}
@media screen and (min-width: 720px) {
  .o_layout_theme_sidebarWidth9 .o_layout_theme_sidebarDrawer {
    width: 576px;
  }
  .o_layout_theme_sidebarWidth9.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 576px;
  }
  .o_layout_theme_sidebarWidth9.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 600px;
  }
}
@media screen and (min-width: 720px) {
  .o_layout_theme_sidebarWidth10 .o_layout_theme_sidebarDrawer {
    width: 640px;
  }
  .o_layout_theme_sidebarWidth10.o_layout_theme_sidebarPinned .o_layout_theme_panel {
    right: 640px;
  }
  .o_layout_theme_sidebarWidth10.o_layout_theme_sidebarPinned:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: 664px;
  }
}
.o_layout_theme_sidebarWidth25 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
.o_layout_theme_sidebarWidth33 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
.o_layout_theme_sidebarWidth50 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
.o_layout_theme_sidebarWidth66 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
.o_layout_theme_sidebarWidth75 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
.o_layout_theme_sidebarWidth100 .o_layout_theme_sidebarDrawer {
  width: 100%;
}
@media screen and (min-width: 720px) {
    .o_layout_theme_sidebarWidth25 .o_layout_theme_panel {
    right: 25%;
  }
    .o_layout_theme_sidebarWidth25 .o_layout_theme_sidebarDrawer {
    width: 25%;
  }
    .o_layout_theme_sidebarWidth25:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: calc(25% + 24px);
  }
    .o_layout_theme_sidebarWidth33 .o_layout_theme_panel {
    right: 33%;
  }
    .o_layout_theme_sidebarWidth33 .o_layout_theme_sidebarDrawer {
    width: 33%;
  }
    .o_layout_theme_sidebarWidth33:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: calc(33% + 24px);
  }
    .o_layout_theme_sidebarWidth50 .o_layout_theme_panel {
    right: 50%;
  }
    .o_layout_theme_sidebarWidth50 .o_layout_theme_sidebarDrawer {
    width: 50%;
  }
    .o_layout_theme_sidebarWidth50:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: calc(50% + 24px);
  }
    .o_layout_theme_sidebarWidth66 .o_layout_theme_panel {
    right: 66%;
  }
    .o_layout_theme_sidebarWidth66 .o_layout_theme_sidebarDrawer {
    width: 66%;
  }
    .o_layout_theme_sidebarWidth66:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: calc(66% + 24px);
  }
    .o_layout_theme_sidebarWidth75 .o_layout_theme_panel {
    right: 75%;
  }
    .o_layout_theme_sidebarWidth75 .o_layout_theme_sidebarDrawer {
    width: 75%;
  }
    .o_layout_theme_sidebarWidth75:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: calc(75% + 24px);
  }
    .o_layout_theme_sidebarWidth100 .o_layout_theme_panel {
    right: 100%;
  }
    .o_layout_theme_sidebarWidth100 .o_layout_theme_sidebarDrawer {
    width: 100%;
  }
    .o_layout_theme_sidebarWidth100:not(.o_layout_theme_sidebarClipped) .o_layout_theme_appbarAppBar {
    padding-right: calc(100% + 24px);
  }
}
.o_list_theme_list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 100%;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_list_theme_list *,
    .o_list_theme_list *::after,
    .o_list_theme_list *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_list_theme_list + .o_list_theme_divider {
  margin-top: -8px;
}
.o_list_theme_subheader {
  color: rgb(117, 117, 117);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  margin: -8px 0 0;
  padding-left: 16px;
}
.o_list_theme_divider {
  background-color: rgb(238, 238, 238);
  border: 0;
  height: 1px;
  margin: -1px 0 0
}
.o_list_theme_divider.o_list_theme_inset {
  margin-left: 72px;
  margin-right: 16px;
}
.o_list_theme_listItem {
  position: relative
}
.o_list_theme_listItem > [data-react-toolbox='ripple'] {
  overflow: hidden;
}
.o_list_theme_listItem .o_list_theme_ripple {
  color: rgb(117, 117, 117);
}
.o_list_theme_listItem ~ .o_list_theme_divider {
  margin-bottom: 8px;
  margin-top: 8px;
}
.o_list_theme_item {
  -ms-flex-align: center;
      align-items: center;
  color: rgb(33, 33, 33);
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 0 16px;
  position: relative
}
.o_list_theme_item.o_list_theme_selectable:not(.o_list_theme_disabled):hover {
  background-color: rgb(238, 238, 238);
  cursor: pointer;
}
.o_list_theme_item.o_list_theme_disabled {
  pointer-events: none;
}
.o_list_theme_item.o_list_theme_disabled:not(.o_list_theme_checkboxItem) {
  opacity: 0.5;
}
.o_list_theme_item.o_list_theme_disabled > .o_list_theme_checkbox > [data-react-toolbox='label'] {
  opacity: 0.5;
}
.o_list_theme_left [data-react-toolbox='font-icon'] {
  width: 18px;
}
.o_list_theme_left :last-child > [data-react-toolbox='font-icon'] {
  margin-right: 22px;
}
.o_list_theme_right > :last-child {
  margin-right: 0;
}
.o_list_theme_right > :first-child {
  margin-left: 16px;
}
.o_list_theme_left,
.o_list_theme_right {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.o_list_theme_itemAction {
  display: -ms-flexbox;
  display: flex;
  margin: 8px 16px 8px 0
}
.o_list_theme_itemAction > * {
  padding: 0;
}
.o_list_theme_itemAction > [data-react-toolbox='font-icon'] {
  color: rgb(117, 117, 117);
  font-size: 24px;
}
.o_list_theme_itemContentRoot {
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1
}
.o_list_theme_itemContentRoot.o_list_theme_large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 72px;
  -ms-flex-pack: center;
      justify-content: center;
}
.o_list_theme_checkbox {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  min-height: 48px;
  width: 100%
}
.o_list_theme_checkbox > [data-react-toolbox='check'] {
  margin-right: 38px;
}
.o_list_theme_checkbox > [data-react-toolbox='label'] {
  padding-left: 0;
}
.o_list_theme_itemText {
  display: block
}
.o_list_theme_itemText:not(.o_list_theme_primary) {
  color: rgb(117, 117, 117);
  font-size: 14px;
  padding-top: 3px;
  white-space: normal;
}
.o_list_theme_itemText.o_list_theme_primary {
  color: rgb(33, 33, 33);
  font-size: 16px;
}
.o_menu_theme_iconMenu {
  display: inline-block;
  position: relative;
  text-align: center;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_menu_theme_iconMenu *,
    .o_menu_theme_iconMenu *::after,
    .o_menu_theme_iconMenu *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_menu_theme_iconMenu .o_menu_theme_icon {
  cursor: pointer;
}
.o_menu_theme_menu {
  display: inline-block;
  position: relative
}
.o_menu_theme_menu.o_menu_theme_topLeft {
  left: 0;
  position: absolute;
  top: 0;
}
.o_menu_theme_menu.o_menu_theme_topLeft > .o_menu_theme_outline {
  transform-origin: 0 0;
}
.o_menu_theme_menu.o_menu_theme_topRight {
  position: absolute;
  right: 0;
  top: 0;
}
.o_menu_theme_menu.o_menu_theme_topRight > .o_menu_theme_outline {
  transform-origin: 100% 0;
}
.o_menu_theme_menu.o_menu_theme_bottomLeft {
  bottom: 0;
  left: 0;
  position: absolute;
}
.o_menu_theme_menu.o_menu_theme_bottomLeft > .o_menu_theme_outline {
  transform-origin: 0 100%;
}
.o_menu_theme_menu.o_menu_theme_bottomRight {
  bottom: 0;
  position: absolute;
  right: 0;
}
.o_menu_theme_menu.o_menu_theme_bottomRight > .o_menu_theme_outline {
  transform-origin: 100% 100%;
}
.o_menu_theme_menu:not(.o_menu_theme_static) {
  pointer-events: none;
  z-index: 200;
}
.o_menu_theme_menu:not(.o_menu_theme_static) > .o_menu_theme_outline {
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.o_menu_theme_menu:not(.o_menu_theme_static) > .o_menu_theme_menuInner {
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.o_menu_theme_menu:not(.o_menu_theme_static).o_menu_theme_rippled:not(.o_menu_theme_active) > .o_menu_theme_outline {
  transition-delay: 0.3s;
}
.o_menu_theme_menu:not(.o_menu_theme_static).o_menu_theme_rippled:not(.o_menu_theme_active) > .o_menu_theme_menuInner {
  transition-delay: 0.3s;
}
.o_menu_theme_menu:not(.o_menu_theme_static).o_menu_theme_active {
  pointer-events: all;
}
.o_menu_theme_menu:not(.o_menu_theme_static).o_menu_theme_active > .o_menu_theme_outline {
  opacity: 1;
  transform: scale(1);
}
.o_menu_theme_menu:not(.o_menu_theme_static).o_menu_theme_active > .o_menu_theme_menuInner {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
          clip 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.o_menu_theme_outline {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .2),
    0 1px 5px 0 rgba(0, 0, 0, .12);
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.o_menu_theme_menuInner {
  display: block;
  list-style: none;
  padding: 8px 0;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.o_menu_theme_menuItem {
  -ms-flex-align: center;
      align-items: center;
  color: rgb(33, 33, 33);
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 48px;
  overflow: hidden;
  padding: 0 16px;
  position: relative
}
.o_menu_theme_menuItem:not(.o_menu_theme_disabled):hover {
  background-color: rgb(238, 238, 238);
  cursor: pointer;
}
.o_menu_theme_menuItem.o_menu_theme_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.o_menu_theme_menuItem.o_menu_theme_selected {
  background-color: transparent;
  font-weight: 500;
}
.o_menu_theme_menuItem .o_menu_theme_ripple {
  color: rgb(117, 117, 117);
}
.o_menu_theme_menuItem .o_menu_theme_icon {
  font-size: 24px;
  width: 38.4px;
}
.o_menu_theme_caption {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 16px;
}
.o_menu_theme_shortcut {
  margin-left: 16px;
}
.o_menu_theme_menuDivider {
  background-color: rgb(238, 238, 238);
  border: 0;
  display: block;
  height: 1px;
  margin: 12px 0;
  outline: 0;
  padding: 0;
  width: 100%;
}
.o_overlay_theme_overlay {
  background-color: rgb(0, 0, 0);
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100vw
}
.o_overlay_theme_overlay.o_overlay_theme_active {
  opacity: 0.6;
  pointer-events: all;
}
.o_progress_bar_theme_linear {
  background: rgb(238, 238, 238);
  display: inline-block;
  height: 4px;
  overflow: hidden;
  position: relative;
  width: 100%
}
.o_progress_bar_theme_linear.o_progress_bar_theme_indeterminate .o_progress_bar_theme_value {
  animation: o_progress_bar_theme_linear-indeterminate-bar 1s linear infinite;
  transform-origin: center center;
}
.o_progress_bar_theme_value,
.o_progress_bar_theme_buffer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.o_progress_bar_theme_value {
  background-color: rgb(63, 81, 181);
}
.o_progress_bar_theme_buffer {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    linear-gradient(to right, rgb(63, 81, 181), rgb(63, 81, 181));
}
.o_progress_bar_theme_circular {
  display: inline-block;
  height: 60px;
  position: relative;
  transform: rotate(-90deg);
  width: 60px
}
.o_progress_bar_theme_circular.o_progress_bar_theme_indeterminate .o_progress_bar_theme_circle {
  animation: o_progress_bar_theme_circular-indeterminate-bar-rotate 2s linear infinite;
}
.o_progress_bar_theme_circular.o_progress_bar_theme_indeterminate .o_progress_bar_theme_path {
  animation: o_progress_bar_theme_circular-indeterminate-bar-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 1.25, 250;
  stroke-dashoffset: 0;
}
.o_progress_bar_theme_circular.o_progress_bar_theme_indeterminate.o_progress_bar_theme_multicolor .o_progress_bar_theme_path {
  animation:
        o_progress_bar_theme_circular-indeterminate-bar-dash 1.5s ease-in-out infinite,         o_progress_bar_theme_colors 6s ease-in-out infinite;
}
.o_progress_bar_theme_circular[disabled] .o_progress_bar_theme_value, .o_progress_bar_theme_linear[disabled] .o_progress_bar_theme_value {
  background-color: rgba(0, 0, 0, 0.26);
}
.o_progress_bar_theme_circular[disabled] .o_progress_bar_theme_buffer, .o_progress_bar_theme_linear[disabled] .o_progress_bar_theme_buffer {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
      linear-gradient(to right, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26));
}
.o_progress_bar_theme_circle {
  height: 100%;
  width: 100%;
}
.o_progress_bar_theme_path {
  fill: none;
  stroke: rgb(63, 81, 181);
  stroke-dasharray: 0, 250;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-miterlimit: 20;
  stroke-width: 4;
  transition: stroke-dasharray 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes o_progress_bar_theme_linear-indeterminate-bar {
  0% {
    transform: translate(-50%) scaleX(0);
  }
  50% {
    transform: translate(-0%) scaleX(0.3);
  }
  100% {
    transform: translate(50%) scaleX(0);
  }
}
@keyframes o_progress_bar_theme_circular-indeterminate-bar-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o_progress_bar_theme_circular-indeterminate-bar-dash {
  0% {
    stroke-dasharray: 1.25, 250;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 111.25, 250;
    stroke-dashoffset: -43.75;
  }
  100% {
    stroke-dasharray: 111.25, 250;
    stroke-dashoffset: -155;
  }
}
@keyframes o_progress_bar_theme_colors {
  0% {
    stroke: #4285f4;
  }
  25% {
    stroke: #de3e35;
  }
  50% {
    stroke: #f7c223;
  }
  75% {
    stroke: #1b9a59;
  }
  100% {
    stroke: #4285f4;
  }
}
.o_radio_theme_radio {
  border: 2px solid rgb(0, 0, 0);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: top;
  width: 20px;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_radio_theme_radio *,
    .o_radio_theme_radio *::after,
    .o_radio_theme_radio *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_radio_theme_radio::before {
  background-color: rgb(63, 81, 181);
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.o_radio_theme_radio .o_radio_theme_ripple {
  background-color: rgb(63, 81, 181);
  opacity: 0.3;
  transition-duration: 650ms;
}
.o_radio_theme_radioChecked {
  border: 2px solid rgb(63, 81, 181)
}
.o_radio_theme_radioChecked::before {
  transform: scale(0.65);
}
.o_radio_theme_field {
  display: block;
  height: 20px;
  margin-bottom: 15px;
  position: relative;
  white-space: nowrap;
}
.o_radio_theme_text {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
  vertical-align: top;
  white-space: nowrap;
}
.o_radio_theme_input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 0
}
.o_radio_theme_input:focus ~ .o_radio_theme_radio {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
.o_radio_theme_input:focus ~ .o_radio_theme_radioChecked {
  box-shadow: 0 0 0 10px rgba(63, 81, 181, 0.26);
}
.o_radio_theme_disabled {
}
.o_radio_theme_disabled .o_radio_theme_text {
  color: rgba(0, 0, 0, 0.26);
}
.o_radio_theme_disabled .o_radio_theme_radio {
  border-color: rgba(0, 0, 0, 0.26);
  cursor: auto;
}
.o_radio_theme_disabled .o_radio_theme_radioChecked {
  border-color: rgba(0, 0, 0, 0.26);
  cursor: auto;
}
.o_radio_theme_disabled .o_radio_theme_radioChecked::before {
  background-color: rgba(0, 0, 0, 0.26);
}
.o_ripple_theme_rippleWrapper {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.o_ripple_theme_ripple {
  background-color: currentColor;
  border-radius: 50%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
  transition-duration: 800ms;
  z-index: 100
}
.o_ripple_theme_ripple.o_ripple_theme_rippleRestarting {
  opacity: 0.3;
  transition-property: none;
}
.o_ripple_theme_ripple.o_ripple_theme_rippleActive {
  opacity: 0.3;
  transition-property: transform;
}
.o_ripple_theme_ripple:not(.o_ripple_theme_rippleActive):not(.o_ripple_theme_rippleRestarting) {
  opacity: 0;
  transition-property: opacity, transform;
}
.o_slider_theme_container {
  height: 32px;
  margin-right: 32px;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: calc(100% - 32px);
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_slider_theme_container *,
    .o_slider_theme_container *::after,
    .o_slider_theme_container *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_slider_theme_container:not(:last-child) {
  margin-right: 42px;
}
.o_slider_theme_container:not(:first-child) {
  margin-left: 10px;
}
.o_slider_theme_knob {
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  height: 32px;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  position: relative;
  top: 0;
  width: 32px;
  z-index: 200;
}
.o_slider_theme_innerknob {
  background-color: rgb(63, 81, 181);
  border-radius: 50%;
  height: 12px;
  transition-duration: 0.1s;
  transition-property: height, width, background-color, border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 12px;
  z-index: 100;
}
.o_slider_theme_snaps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  height: 2px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 15px;
  width: calc(100% + 2px)
}
.o_slider_theme_snaps::after {
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  content: '';
  display: block;
  height: 2px;
  width: 2px;
}
.o_slider_theme_snap {
  -ms-flex: 1;
      flex: 1
}
.o_slider_theme_snap::after {
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  content: '';
  display: block;
  height: 2px;
  width: 2px;
}
.o_slider_theme_input {
  margin-bottom: 0;
  padding: 0;
  width: 50px
}
.o_slider_theme_input > input {
  text-align: center;
}
.o_slider_theme_progress {
  height: 100%;
  left: 16px;
  position: absolute;
  top: 0;
  width: 100%
}
.o_slider_theme_progress .o_slider_theme_innerprogress {
  height: 2px;
  position: absolute;
  top: 15px;
}
.o_slider_theme_progress .o_slider_theme_innerprogress [data-ref='value'] {
  transition-duration: 0s;
}
.o_slider_theme_slider:focus .o_slider_theme_knob::before {
  background-color: rgb(63, 81, 181);
  border-radius: 50%;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.26;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.o_slider_theme_slider[disabled] {
  cursor: auto;
  pointer-events: none;
}
.o_slider_theme_slider[disabled] .o_slider_theme_innerknob {
  background-color: rgba(177, 177, 177, 1);
}
.o_slider_theme_slider.o_slider_theme_editable {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.o_slider_theme_slider.o_slider_theme_pinned .o_slider_theme_innerknob::before {
  background-color: rgb(63, 81, 181);
  border-radius: 50% 50% 50% 0;
  content: '';
  height: 26px;
  left: 0;
  margin-left: 3px;
  position: absolute;
  top: 0;
  transform: rotate(-45deg) scale(0) translate(0);
  transition:
        transform 0.2s ease,
        background-color 0.18s ease;
  width: 26px;
}
.o_slider_theme_slider.o_slider_theme_pinned .o_slider_theme_innerknob::after {
  color: rgb(255, 255, 255);
  content: attr(data-value);
  font-size: 10px;
  height: 26px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: scale(0) translate(0);
  transition:
        transform 0.2s ease,
        background-color 0.18s ease;
  width: 32px;
}
.o_slider_theme_slider.o_slider_theme_pressed.o_slider_theme_pinned .o_slider_theme_innerknob::before {
  transform: rotate(-45deg) scale(1) translate(17px, -17px);
  transition-delay: 100ms;
}
.o_slider_theme_slider.o_slider_theme_pressed.o_slider_theme_pinned .o_slider_theme_innerknob::after {
  transform: scale(1) translate(0, -17px);
  transition-delay: 100ms;
}
.o_slider_theme_slider.o_slider_theme_pressed:not(.o_slider_theme_pinned).o_slider_theme_ring .o_slider_theme_progress {
  left: 30px;
  width: calc(100% - 14px);
}
.o_slider_theme_slider.o_slider_theme_pressed:not(.o_slider_theme_pinned) .o_slider_theme_innerknob {
  height: 100%;
  transform: translateZ(0);
  width: 100%;
}
.o_slider_theme_slider.o_slider_theme_ring .o_slider_theme_innerknob {
  background-color: transparent;
  border: 2px solid rgb(238, 238, 238);
}
.o_slider_theme_slider.o_slider_theme_ring .o_slider_theme_innerknob::before {
  background-color: rgb(63, 81, 181);
}
.o_slider_theme_slider.o_slider_theme_ring .o_slider_theme_progress {
  left: 20px;
  transition:
        left 0.18s ease,
        width 0.18s ease;
  width: calc(100% - 2px * 2);
}
.o_slider_theme_slider.o_slider_theme_ring.o_slider_theme_pinned .o_slider_theme_innerknob {
  background-color: rgb(255, 255, 255);
}
.o_slider_theme_slider.o_slider_theme_ring.o_slider_theme_pinned .o_slider_theme_progress {
  left: 16px;
  width: 100%;
}
.o_snackbar_theme_snackbar {
  -ms-flex-align: center;
      align-items: center;
  background-color: rgb(33, 33, 33);
  border-radius: 2px;
  bottom: 0;
  color: rgb(255, 255, 255);
  display: -ms-flexbox;
  display: flex;
  left: 24px;
  margin: 14px auto 0;
  padding: 14px 24px;
  position: fixed;
  right: 24px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
  z-index: 200;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_snackbar_theme_snackbar *,
    .o_snackbar_theme_snackbar *::after,
    .o_snackbar_theme_snackbar *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_snackbar_theme_snackbar.o_snackbar_theme_accept .o_snackbar_theme_button {
  color: rgb(76, 175, 80);
}
.o_snackbar_theme_snackbar.o_snackbar_theme_warning .o_snackbar_theme_button {
  color: rgb(238, 255, 65);
}
.o_snackbar_theme_snackbar.o_snackbar_theme_cancel .o_snackbar_theme_button {
  color: rgb(244, 67, 54);
}
.o_snackbar_theme_snackbar:not(.o_snackbar_theme_active) {
  transform: translateY(100%);
}
.o_snackbar_theme_snackbar.o_snackbar_theme_active {
  transform: translateY(0%);
}
.o_snackbar_theme_label {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 14px;
}
.o_snackbar_theme_button {
  margin: -7px     -12px     -7px     48px;
  min-width: inherit;
}
.o_switch_theme_field {
  display: block;
  margin-bottom: 15px;
  position: relative;
  white-space: normal;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
.o_switch_theme_field *,
    .o_switch_theme_field *::after,
    .o_switch_theme_field *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_switch_theme_text {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding-left: 10px;
  vertical-align: top;
  white-space: nowrap;
}
.o_switch_theme_thumb {
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  position: absolute;
  top: -3px;
  transition-duration: 0.28s;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 20px
}
.o_switch_theme_thumb .o_switch_theme_ripple {
  background-color: rgb(63, 81, 181);
  opacity: 0.3;
  transition-duration: 650ms;
}
.o_switch_theme_on,
.o_switch_theme_off {
  border-radius: 14px;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin-top: 5px;
  position: relative;
  vertical-align: top;
  width: 36px;
}
.o_switch_theme_on {
  background: rgba(63, 81, 181, 0.5)
}
.o_switch_theme_on .o_switch_theme_thumb {
  background: rgb(63, 81, 181);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14),
    0 3px 3px -2px rgba(0, 0, 0, .2),
    0 1px 8px 0 rgba(0, 0, 0, .12);
  left: 16px;
}
.o_switch_theme_off {
  background: rgba(0, 0, 0, 0.26)
}
.o_switch_theme_off .o_switch_theme_thumb {
  background: rgb(250, 250, 250);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .2),
    0 1px 5px 0 rgba(0, 0, 0, .12);
  left: 0;
}
.o_switch_theme_off .o_switch_theme_ripple {
  background: rgba(0, 0, 0, 0.4);
}
.o_switch_theme_input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0
}
.o_switch_theme_input:focus:not(:active) + .o_switch_theme_switch-on > .o_switch_theme_thumb::before,
    .o_switch_theme_input:focus:not(:active) + .o_switch_theme_switch-off > .o_switch_theme_thumb::before {
  background-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-4px, -4px);
  width: 8px;
}
.o_switch_theme_input:focus:not(:active) + .o_switch_theme_switch-on > .o_switch_theme_thumb::before {
  background-color: rgba(63, 81, 181, 0.26);
  box-shadow: 0 0 0 20px rgba(63, 81, 181, 0.26);
}
.o_switch_theme_input:focus:not(:active) + .o_switch_theme_switch-off > .o_switch_theme_thumb::before {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
}
.o_switch_theme_disabled {
}
.o_switch_theme_disabled .o_switch_theme_text {
  color: rgba(0, 0, 0, 0.26);
}
.o_switch_theme_disabled .o_switch_theme_on,
  .o_switch_theme_disabled .o_switch_theme_off {
  background: rgba(0, 0, 0, 0.12);
  cursor: auto;
}
.o_switch_theme_disabled .o_switch_theme_thumb {
  background-color: rgb(189, 189, 189);
  border-color: transparent;
  cursor: auto;
}
.o_table_theme_table {
  background-color: rgb(255, 255, 255);
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
.o_table_theme_table *,
    .o_table_theme_table *::after,
    .o_table_theme_table *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_table_theme_head {
  padding-bottom: 3px;
  white-space: nowrap;
}
.o_table_theme_row {
  color: rgba(0, 0, 0, 0.87);
  height: 48px;
  transition-duration: 0.28s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.o_table_theme_row:hover {
  background-color: #eee;
}
.o_table_theme_row.o_table_theme_selected {
  background-color: #f5f5f5;
}
.o_table_theme_rowCell,
.o_table_theme_headCell {
  padding: 0 18px 12px 18px;
  text-align: left
}
.o_table_theme_rowCell:first-of-type, .o_table_theme_headCell:first-of-type {
  padding-left: 24px;
}
.o_table_theme_rowCell:last-of-type, .o_table_theme_headCell:last-of-type {
  padding-right: 24px;
}
.o_table_theme_rowCell.o_table_theme_numeric, .o_table_theme_headCell.o_table_theme_numeric {
  text-align: right;
}
.o_table_theme_rowCell {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  height: 48px;
  padding-top: 12px;
  vertical-align: middle
}
.o_table_theme_rowCell.o_table_theme_checkboxCell {
  width: 18px;
}
.o_table_theme_rowCell.o_table_theme_checkboxCell > * {
  margin: 0;
}
.o_table_theme_headCell {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: 500;
  height: 48px;
  line-height: 24px;
  padding-bottom: 8px;
  text-overflow: ellipsis;
  vertical-align: bottom
}
.o_table_theme_headCell.o_table_theme_checkboxCell {
  width: 18px;
}
.o_table_theme_headCell.o_table_theme_checkboxCell > * {
  margin: 0 0 3px;
}
.o_table_theme_headCell.o_table_theme_sorted {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}
.o_table_theme_headCell.o_table_theme_sorted:hover .o_table_theme_sortIcon {
  color: rgba(0, 0, 0, 0.26);
}
.o_table_theme_sortIcon {
  display: inline-block;
  font-size: 16px;
  margin-right: 3px;
  transition: 0.28s transform cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: sub
}
.o_table_theme_sortIcon.o_table_theme_asc {
  transform: rotate(180deg);
}
.o_tabs_theme_tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
.o_tabs_theme_tabs *,
    .o_tabs_theme_tabs *::after,
    .o_tabs_theme_tabs *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_tabs_theme_navigation {
  box-shadow: inset 0 -1px rgb(238, 238, 238);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  overflow-x: hidden;
  position: relative;
}
.o_tabs_theme_navigationContainer {
  display: -ms-flexbox;
  display: flex
}
.o_tabs_theme_navigationContainer .o_tabs_theme_navigation {
  -ms-flex: 1;
      flex: 1;
}
.o_tabs_theme_arrow {
  color: rgb(0, 0, 0);
  padding: 0 12px;
}
.o_tabs_theme_arrowContainer {
  -ms-flex-align: center;
      align-items: center;
  box-shadow: inset 0 -1px rgb(238, 238, 238);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
}
.o_tabs_theme_label {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 17px 12px;
  position: relative;
  text-transform: uppercase;
  transition-duration: 0.35s;
  transition-property: box-shadow, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.o_tabs_theme_label > .o_tabs_theme_rippleWrapper {
  overflow: hidden;
}
.o_tabs_theme_label.o_tabs_theme_active {
  color: rgb(0, 0, 0);
}
.o_tabs_theme_label.o_tabs_theme_disabled {
  opacity: 0.2;
}
.o_tabs_theme_label:not(.o_tabs_theme_disabled) {
  cursor: pointer;
}
.o_tabs_theme_label.o_tabs_theme_hidden {
  display: none;
}
.o_tabs_theme_label.o_tabs_theme_withIcon {
  padding-bottom: 13px;
  padding-top: 13px;
  text-align: center;
}
.o_tabs_theme_label.o_tabs_theme_withText .o_tabs_theme_icon {
  margin-bottom: 8px;
}
.o_tabs_theme_icon {
  display: block;
  height: 24px;
  line-height: 24px;
  margin: 0 auto;
}
.o_tabs_theme_pointer {
  background-color: rgb(63, 81, 181);
  height: 2px;
  margin-top: -2px;
  position: absolute;
  transition-duration: 0.35s;
  transition-property: left, width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0;
}
.o_tabs_theme_tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 17px 12px
}
.o_tabs_theme_tab:not(.o_tabs_theme_active) {
  display: none;
}
.o_tabs_theme_tab.o_tabs_theme_active {
  display: -ms-flexbox;
  display: flex;
}
.o_tabs_theme_fixed .o_tabs_theme_label {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
}
.o_tabs_theme_inverse .o_tabs_theme_navigation,
  .o_tabs_theme_inverse .o_tabs_theme_arrowContainer {
  background-color: rgb(63, 81, 181);
}
.o_tabs_theme_inverse .o_tabs_theme_label {
  color: rgba(255, 255, 255, 0.3);
}
.o_tabs_theme_inverse .o_tabs_theme_label.o_tabs_theme_active {
  color: rgb(255, 255, 255);
}
.o_tabs_theme_inverse .o_tabs_theme_arrow {
  color: rgb(255, 255, 255);
}
.o_tabs_theme_inverse .o_tabs_theme_pointer {
  background-color: rgb(255, 64, 129);
}
.o_tooltip_theme_tooltip {
  display: block;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  max-width: 170px;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-transform: none;
  transform: scale(0) translateX(-50%);
  transform-origin: top left;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 200ms transform;
  z-index: 200;
    box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
}
.o_tooltip_theme_tooltip *,
    .o_tooltip_theme_tooltip *::after,
    .o_tooltip_theme_tooltip *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
.o_tooltip_theme_tooltip.o_tooltip_theme_tooltipActive {
  transform: scale(1) translateX(-50%);
}
.o_tooltip_theme_tooltip.o_tooltip_theme_tooltipTop {
  transform: scale(0) translateX(-50%) translateY(-100%);
}
.o_tooltip_theme_tooltip.o_tooltip_theme_tooltipTop.o_tooltip_theme_tooltipActive {
  transform: scale(1) translateX(-50%) translateY(-100%);
}
.o_tooltip_theme_tooltip.o_tooltip_theme_tooltipLeft {
  transform: scale(0) translateX(-100%) translateY(-50%);
}
.o_tooltip_theme_tooltip.o_tooltip_theme_tooltipLeft.o_tooltip_theme_tooltipActive {
  transform: scale(1) translateX(-100%) translateY(-50%);
}
.o_tooltip_theme_tooltip.o_tooltip_theme_tooltipRight {
  transform: scale(0) translateX(0) translateY(-50%);
}
.o_tooltip_theme_tooltip.o_tooltip_theme_tooltipRight.o_tooltip_theme_tooltipActive {
  transform: scale(1) translateX(0) translateY(-50%);
}
.o_tooltip_theme_tooltipInner {
  background: rgba(97, 97, 97, 0.9);
  border-radius: 2px;
  color: rgb(255, 255, 255);
  display: block;
  padding: 8px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Alert_Alert_handLinkContainer a {
  cursor: pointer;
}
.o_Alert_Alert_handContainer {
  cursor: pointer !important;
}
.o_Alert_Alert_nonHandContainer {
  cursor: auto !important;
}
a.o_Alert_Alert_handLink {
  cursor: pointer;
}
/**
 * Alert
 * `oxygen-components` component styling
 */
.o_Alert_Alert_alert {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-flex-align: stretch;
      align-items: stretch;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.12);
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
}
.o_Alert_Alert_alertIcon {
  -ms-flex-align: center;
      align-items: center;
  border-radius: 2px 0 0 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 48px;
      flex: 0 0 48px;
  font-family: Shutterstock-Icons;
  font-size: 1.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px
}
.o_Alert_Alert_alertIcon .o_Alert_Alert_icon:before {
  color: #fff;
}
.o_Alert_Alert_alertIcon.o_Alert_Alert_general {
  background-color: #85888f;
}
.o_Alert_Alert_alertIcon.o_Alert_Alert_success {
  background-color: #26bd7e;
}
.o_Alert_Alert_alertIcon.o_Alert_Alert_warning {
  background-color: #ffb300;
}
.o_Alert_Alert_alertIcon .o_Alert_Alert_iconIcon {
  opacity: 1;
}
.o_Alert_Alert_alertMessage {
  color: rgba(12, 18, 28, 0.6);
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  font-size: 0.875rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 16px 8px
}
.o_Alert_Alert_alertMessage::before {
  display: none;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_AppBar_AppBar_handLinkContainer a {
  cursor: pointer;
}
.o_AppBar_AppBar_handContainer {
  cursor: pointer !important;
}
.o_AppBar_AppBar_nonHandContainer {
  cursor: auto !important;
}
a.o_AppBar_AppBar_handLink {
  cursor: pointer;
}
/**
 * AppBar
 * `oxygen-components` component styling
 */
.o_AppBar_AppBar_appBar {
  background: transparent;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  padding: 0;
  min-height: 0;
  min-height: initial;
  height: auto;
  height: initial;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
  width: 100%;
}
.o_AppBar_AppBar_flat {
  box-shadow: none;
  box-shadow: initial;
}
.o_AppBar_AppBar_fixed {
  position: fixed;
}
.o_AppBar_AppBar_flat {
  box-shadow: none;
  box-shadow: initial;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Button_Button_handLinkContainer a {
  cursor: pointer;
}
.o_Button_Button_handContainer {
  cursor: pointer !important;
}
.o_Button_Button_nonHandContainer {
  cursor: auto !important;
}
a.o_Button_Button_handLink {
  cursor: pointer;
}
/**
 * Button
 * `oxygen-components` component styling
 */
.o_Button_Button_button {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  padding: 0 20px;
  text-transform: none
}
.o_Button_Button_button.o_Button_Button_inlineFlat {
  padding: 0;
}
.o_Button_Button_button.o_Button_Button_neutral {
  background: rgba(12, 18, 28, 0.12);
  color: rgba(12, 18, 28, 0.87);
}
.o_Button_Button_button.o_Button_Button_stacked {
  background: transparent;
  font-size: 0.75rem;
  height: auto;
  line-height: 1.125rem;
  padding: 0 0 10px;
}
.o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_primary,
    .o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_seconday {
  color: rgba(12, 18, 28, 0.87);
}
.o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_neutral {
  box-shadow: none;
}
.o_Button_Button_button.o_Button_Button_stacked .o_Button_Button_icon {
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin: 0 auto;
  width: 24px;
  margin-bottom: 1px;
}
.o_Button_Button_button:not([disabled]) {}
.o_Button_Button_button:not([disabled]).o_Button_Button_primary,
    .o_Button_Button_button:not([disabled]).o_Button_Button_accent {
  color: #fff;
}
.o_Button_Button_button.o_Button_Button_primary {
  background: #ff4081;
}
.o_Button_Button_button.o_Button_Button_accent {
  background: #3f51b5;
}
.o_Button_Button_button.o_Button_Button_blockLevel {
  width: 100%;
}
.o_Button_Button_button[disabled] {
  opacity: 0.7;
}
.o_Button_Button_button.o_Button_Button_large {
  font-size: 1.25rem;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Card_Card_handLinkContainer a {
  cursor: pointer;
}
.o_Card_Card_handContainer {
  cursor: pointer !important;
}
.o_Card_Card_nonHandContainer {
  cursor: auto !important;
}
a.o_Card_Card_handLink {
  cursor: pointer;
}
/**
 * Card
 * `oxygen-components` component styling
 */
.o_Card_Card_card {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  position: relative
}
.o_Card_Card_card.o_Card_Card_borderless {
  box-shadow: none;
}
.o_Card_Card_cardTitle {}
.o_Card_Card_centered {
}
.o_Card_Card_centered .o_Card_Card_cardMedia {
  margin: 0;
}
.o_Card_Card_centered .o_Card_Card_cardTitle {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
}
.o_Card_Card_centered .o_Card_Card_cardTitle > div {
  margin: 0 auto;
}
.o_Card_Card_centered .o_Card_Card_cardTitle .o_Card_Card_title {
  color: #fff;
  text-align: center;
}
.o_Card_Card_centered .o_Card_Card_cardTitle .o_Card_Card_subtitle {
  color: #fff;
  text-align: center;
}
.o_Card_Card_selectableCard {
  position: relative;
}
.o_Card_Card_checkboxContainer {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.o_Card_Card_checked {}
.o_Card_Card_showCheckbox {}
.o_Card_Card_checkboxHidden {
  display: none;
}
.o_Card_Card_small {}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Checkbox_Checkbox_handLinkContainer a {
  cursor: pointer;
}
.o_Checkbox_Checkbox_handContainer {
  cursor: pointer !important;
}
.o_Checkbox_Checkbox_nonHandContainer {
  cursor: auto !important;
}
a.o_Checkbox_Checkbox_handLink {
  cursor: pointer;
}
/**
 * Checkbox
 * `oxygen-components` component styling
 */
.o_Checkbox_Checkbox_field {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Checkbox_Checkbox_text {
  white-space: normal;
}
.o_Checkbox_Checkbox_field {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Checkbox_Checkbox_input {
}
.o_Checkbox_Checkbox_input:focus ~ .o_Checkbox_Checkbox_check::before,
  .o_Checkbox_Checkbox_input:focus ~ .o_Checkbox_Checkbox_checked::before {
  outline: 5px auto -webkit-focus-ring-color;
}
.o_Checkbox_Checkbox_input:focus ~ .o_Checkbox_Checkbox_check {
}
.o_Checkbox_Checkbox_input:focus ~ .o_Checkbox_Checkbox_check.o_Checkbox_Checkbox_checked::before {
  background-color: transparent;
}
/**
 * Contributor
 * `oxygen-components` component styling
 */
.o_Contributor_Contributor_contributor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row
}
.o_Contributor_Contributor_contributor .o_Contributor_Contributor_contributorInfo {}
.o_Contributor_Contributor_contributor .o_Contributor_Contributor_contributorInfo h3, .o_Contributor_Contributor_contributor .o_Contributor_Contributor_contributorInfo span {
  margin: 0;
  padding: 0;
  display: block
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Dialog_Dialog_handLinkContainer a {
  cursor: pointer;
}
.o_Dialog_Dialog_handContainer {
  cursor: pointer !important;
}
.o_Dialog_Dialog_nonHandContainer {
  cursor: auto !important;
}
a.o_Dialog_Dialog_handLink {
  cursor: pointer;
}
/**
 * Dialog
 * `oxygen-components` component styling
 */
.o_Dialog_Dialog_wrapper {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Dialog_Dialog_closeButton {
  background: none;
  height: 48px;
  opacity: 0.6;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px
}
.o_Dialog_Dialog_closeButton:hover,
  .o_Dialog_Dialog_closeButton:active {
  opacity: 1;
}
.o_Dialog_Dialog_noTitle {
}
.o_Dialog_Dialog_noTitle .o_Dialog_Dialog_body {
  padding: 0;
}
.o_Dialog_Dialog_hasDivider {
}
.o_Dialog_Dialog_hasDivider .o_Dialog_Dialog_leftColumnContainer {
  border-right: 1px solid rgba(12, 18, 28, 0.12);
}
.o_Dialog_Dialog_dialog {
  box-shadow: none;
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  padding: 0;
  width: 100%;
  overflow-y: auto
}
@media (min-width: 480px) {
  .o_Dialog_Dialog_dialog {
    height: auto;
    max-width: 444px;
    min-height: 550px;
  }
  }
.o_Dialog_Dialog_dialog .o_Dialog_Dialog_body {
}
.o_Dialog_Dialog_dialog .o_Dialog_Dialog_body .o_Dialog_Dialog_closeButton:not([disabled]) {
  background-color: transparent;
}
.o_Dialog_Dialog_mainContentContainer {
  border-radius: 0;
  height: 100vh;
  max-width: none;
  max-height: none;
  overflow: hidden;
  padding: 62px 48px 62px;
  width: 100%
}
@media (min-width: 480px) {
  .o_Dialog_Dialog_mainContentContainer {
    border-radius: 2px;
    height: auto;
    min-height: 550px;
    width: 444px;
  }
  }
@media (min-width: 1024px) {
  .o_Dialog_Dialog_mainContentContainer {
    width: auto;
  }
  }
.o_Dialog_Dialog_dynamic {
}
.o_Dialog_Dialog_dynamic.o_Dialog_Dialog_dialog {
}
@media (min-width: 480px) {
  .o_Dialog_Dialog_dynamic.o_Dialog_Dialog_dialog {
    min-height: 0;
  }
}
.o_Dialog_Dialog_dynamic .o_Dialog_Dialog_mainContentContainer {
}
@media (min-width: 480px) {
  .o_Dialog_Dialog_dynamic .o_Dialog_Dialog_mainContentContainer {
    min-height: 0;
  }
}
.o_Dialog_Dialog_twoColumnContainer {
}
.o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_mainContentContainer {
  display: table-cell;
  width: 100%;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_mainContentContainer {
    padding-top: 62px;
  }
}
.o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_leftColumnContainer,
  .o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_mainContentContainer {
  box-shadow: none;
  height: 550px;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .o_Dialog_Dialog_twoColumnContainer {
    max-width: 956px;
  }
  .o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_leftColumnContainer {
    display: table-cell;
  }
  .o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_mainContentContainer {
    width: 50%;
  }
  }
.o_Dialog_Dialog_leftColumnContainer {
  overflow: hidden;
  padding: 48px;
  width: auto
}
@media (min-width: 1024px) {
  .o_Dialog_Dialog_leftColumnContainer {
    width: 478px;
  }
  }
.o_Dialog_Dialog_leftColumnContainer img {
  vertical-align: bottom;
}
.o_Dialog_Dialog_overlay  {
  background-color: rgba(12, 18, 28, 0.6);
  opacity: 1;
}
.o_Dialog_Dialog_secondaryPadding {
}
.o_Dialog_Dialog_secondaryPadding .o_Dialog_Dialog_mainContentContainer,
  .o_Dialog_Dialog_secondaryPadding .o_Dialog_Dialog_leftColumnContainer {
  padding: 62px 72px 72px;
}
.o_Dialog_Dialog_title {
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  font-size: 1.875rem;
  line-height: 1.5rem;
  margin: 0 0 20px;
  padding-right: 20px;
  text-align: left;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Drawer_Drawer_handLinkContainer a {
  cursor: pointer;
}
.o_Drawer_Drawer_handContainer {
  cursor: pointer !important;
}
.o_Drawer_Drawer_nonHandContainer {
  cursor: auto !important;
}
a.o_Drawer_Drawer_handLink {
  cursor: pointer;
}
/**
 * Drawer
 * `oxygen-components` component styling
 */
.o_Drawer_Drawer_drawer {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  position: relative;
  display: none;
  box-sizing: border-box;
  padding-top: 0
}
.o_Drawer_Drawer_drawer.o_Drawer_Drawer_hasClose {
  padding-top: 48px;
}
.o_Drawer_Drawer_active {
  display: block;
}
.o_Drawer_Drawer_closeButton {
  position: absolute;
  top: 16px;
  right: 16px;
}
.o_Drawer_Drawer_pinned {
  height: 100vh;
  position: fixed;
  z-index: 16;
  overflow-x: hidden;
  overflow-y: scroll;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Dropdown_Dropdown_handLinkContainer a {
  cursor: pointer;
}
.o_Dropdown_Dropdown_handContainer {
  cursor: pointer !important;
}
.o_Dropdown_Dropdown_nonHandContainer {
  cursor: auto !important;
}
a.o_Dropdown_Dropdown_handLink {
  cursor: pointer;
}
/**
 * Dropdown
 * `oxygen-components` component styling
 */
/* Remove RT caret styles */
.o_Dropdown_Dropdown_inputInput,
.o_Dropdown_Dropdown_templateValue {
  /* Remove RT caret */
}
.o_Dropdown_Dropdown_inputInput:after, .o_Dropdown_Dropdown_templateValue:after {
  display: none;
}
/* Overwrite the namespaced version of the RT .input component */
.o_Dropdown_Dropdown_inputInput {
}
.o_Dropdown_Dropdown_inputInput .o_Dropdown_Dropdown_inputInputElement {
  border-bottom: none;
  border: none;
  box-sizing: border-box;
  display: block;
  height: 30px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 12px;
  width: 100%;/* Dropdown secondary styles */
}
.o_Dropdown_Dropdown_secondary .o_Dropdown_Dropdown_inputInput .o_Dropdown_Dropdown_inputInputElement {
  height: 25px;
}
/* ellipsis */
.o_Dropdown_Dropdown_label,
.o_Dropdown_Dropdown_errored .o_Dropdown_Dropdown_error,
.o_Dropdown_Dropdown_displayValue,
.o_Dropdown_Dropdown_inputInput .o_Dropdown_Dropdown_inputLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/**
 * Oxygen-Component wrapper class.
 */
.o_Dropdown_Dropdown_dropdownWrapper {
  display: inline-block;
  width: inherit;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  position: relative;
  vertical-align: top;
}
/**
 * The .secondary modifier class is used to adjust
 * the base .dropdownWrapper styles with a slightly modified theme.
 *
 * The .secondary dropdown will typically be used with .noBottomSpacing={true} and
 * fullWidth={false}.
 */
.o_Dropdown_Dropdown_secondary {
  width: auto;
  width: initial;
}
/**
 * Full width converts both the default .dropdownWrapper and secondary to be full width.
 * Full width is set to true by default.
 */
.o_Dropdown_Dropdown_fullWidth {
   display: block;
   width: 100%;
 }
/**
 * The .label sits above the dropdown's display value.
 */
.o_Dropdown_Dropdown_label {
  bottom: auto;
  bottom: initial;
  font-size: 0.75rem;
  line-height: normal;
  line-height: initial;
  top: 2px;
  color: rgba(12, 18, 28, 0.6);
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
/**
 * The .required class is applied to a `*` within .label.
 */
.o_Dropdown_Dropdown_required {
}
.o_Dropdown_Dropdown_label .o_Dropdown_Dropdown_required, .o_Dropdown_Dropdown_inputInput .o_Dropdown_Dropdown_inputLabel .o_Dropdown_Dropdown_inputRequired {
  color: #c61609;
}
/**
 * Shared Styles
 * Both .inputLabel and .templateValue are applied by RT
 */
.o_Dropdown_Dropdown_inputLabel,
 .o_Dropdown_Dropdown_templateValue {
   border-bottom: solid 1px rgba(12, 18, 28, 0.12);
   box-sizing: border-box;
   color: rgba(12, 18, 28, 0.87);
   display: block;
   font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
   left: auto;
   left: initial;
   line-height: normal;
   line-height: initial;
   min-height: 0;
   min-height: initial;
   opacity: 1;
   padding-bottom: 8px;
   padding-right: 40px;
   padding-top: 3px;
   position: static;
   position: initial;
   top: auto;
   top: initial;
   transition: all 200ms ease;
   width: 100%
   /* Dropdown secondary styles */
   /* Adjust secondary spacing when noBottomSpacing prop is defined */
 }
.o_Dropdown_Dropdown_secondary .o_Dropdown_Dropdown_inputLabel, .o_Dropdown_Dropdown_secondary .o_Dropdown_Dropdown_templateValue {
  border-color: transparent;
  font-size: 0.875rem;
}
.o_Dropdown_Dropdown_secondary.o_Dropdown_Dropdown_noBottomSpacing .o_Dropdown_Dropdown_inputLabel, .o_Dropdown_Dropdown_secondary.o_Dropdown_Dropdown_noBottomSpacing .o_Dropdown_Dropdown_templateValue {
  padding-bottom: 4px;
}
/**
 * The .templateValue class is used to style the custom display value container
 * and each item within the .values container.
 */
.o_Dropdown_Dropdown_templateValue {
  /**
   * Reset the right padding for value items as there is no concern about
   * text being rendered under the dropdown chevron.
   */
  /* Adjust secondary spacing when noBottomSpacing prop is defined */
}
.o_Dropdown_Dropdown_values .o_Dropdown_Dropdown_templateValue {
  padding-right: 0;
}
.o_Dropdown_Dropdown_secondary.o_Dropdown_Dropdown_noBottomSpacing .o_Dropdown_Dropdown_templateValue {
  padding-bottom: 4px;
}
/**
 * The .displayValue is used within .templateValue
 */
.o_Dropdown_Dropdown_displayValue {
  display: block;
}
/**
 * Shared Styles
 * Both .field and .inputInput are applied by RT
 */
.o_Dropdown_Dropdown_field,
.o_Dropdown_Dropdown_inputInput {
  padding-top: 12px;
  position: relative /* needed? */
  /**
   * noBottomSpacing prop removes bottom spacing
   */
}
.o_Dropdown_Dropdown_noBottomSpacing .o_Dropdown_Dropdown_field, .o_Dropdown_Dropdown_noBottomSpacing .o_Dropdown_Dropdown_inputInput {
  padding-bottom: 0;
}
/**
 * The .field container is used to mimic the spacing of the Input component
 */
.o_Dropdown_Dropdown_field {
  /* Adjust top spacing when the label prop is empty */
  /* Adjust the bottom spacing when the errored state is active */
}
.o_Dropdown_Dropdown_noLabel .o_Dropdown_Dropdown_field {
  padding-top: 0;
}
.o_Dropdown_Dropdown_field.o_Dropdown_Dropdown_errored {
  padding-bottom: 24px;
}
/**
 * .values is the wrapper for the dropdown items
 */
.o_Dropdown_Dropdown_values {
  font-size: 0.875rem;
  padding: 8px 0
  /**
   * .values > li item RT reset
   */
  /* adjust the .values styles when the secondary prop is defined */
}
.o_Dropdown_Dropdown_values > li {
  line-height: 20px;
  margin-bottom: 0;
  margin-bottom: initial;
  padding: 8px 16px;
  width: 100%;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Dropdown_Dropdown_secondary .o_Dropdown_Dropdown_values {
  min-width: 65px;
  width: auto;
  width: initial;
}
/**
 * The .iconWrapper is used to position the .icon component.
 */
.o_Dropdown_Dropdown_iconWrapper {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start
  /**
   * Styles for the Icon chevron
   */
  /* Secondary resets */
  /* Adjust the top spacing when the label prop is empty */
}
.o_Dropdown_Dropdown_iconWrapper .o_Dropdown_Dropdown_icon {
  color: rgba(12, 18, 28, 0.6);
  height: auto;
  height: initial;
  line-height: normal;
  line-height: initial;
}
.o_Dropdown_Dropdown_secondary .o_Dropdown_Dropdown_iconWrapper {
  padding-top: 11px;
}
.o_Dropdown_Dropdown_noLabel .o_Dropdown_Dropdown_iconWrapper {
  padding-bottom: 1px;
  padding-top: 0;
  padding-top: initial;
}
/* Used to style the error label container */
.o_Dropdown_Dropdown_error,
.o_Dropdown_Dropdown_inputError {
  bottom: 24px;
  position: absolute;
  color: #c61609;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
/**
 * .errored state
 * Some of the pathing and properties are unavoidable because of RT
 */
.o_Dropdown_Dropdown_errored {
}
.o_Dropdown_Dropdown_errored.o_Dropdown_Dropdown_field {/* .templateValue resets for default and secondary */
}
.o_Dropdown_Dropdown_errored.o_Dropdown_Dropdown_field > .o_Dropdown_Dropdown_label {
  color: rgba(12, 18, 28, 0.6);
}
.o_Dropdown_Dropdown_errored.o_Dropdown_Dropdown_field > .o_Dropdown_Dropdown_templateValue {
  border-color: #c61609;
  opacity: 1;
}
.o_Dropdown_Dropdown_secondary .o_Dropdown_Dropdown_errored.o_Dropdown_Dropdown_field > .o_Dropdown_Dropdown_templateValue {
  border-color: transparent;
}
/* Themes the namespaced .input error state when allowBlank is truthy */
.o_Dropdown_Dropdown_inputErrored {
  /* Adjust the bottom spacing when the error state is active */
  padding-bottom: 24px;
}
.o_Dropdown_Dropdown_inputErrored .o_Dropdown_Dropdown_inputLabel {
  border-color: #c61609;
  opacity: 1;
  color: rgba(12, 18, 28, 0.6);/* Secondary resets */
}
.o_Dropdown_Dropdown_secondary .o_Dropdown_Dropdown_inputErrored .o_Dropdown_Dropdown_inputLabel {
  border-color: transparent;
}
/**
 * .disabled state
 * Some of the pathing and properties are unavoidable because of RT
 */
.o_Dropdown_Dropdown_disabled {
}
.o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_inputInput .o_Dropdown_Dropdown_inputLabel,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_error,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_inputError,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_inputInput .o_Dropdown_Dropdown_inputLabel .o_Dropdown_Dropdown_inputRequired,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_templateValue,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_label,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_required,
  .o_Dropdown_Dropdown_disabled ~ .o_Dropdown_Dropdown_iconWrapper .o_Dropdown_Dropdown_icon {
  color: rgba(12, 18, 28, 0.38) !important;
}
.o_Dropdown_Dropdown_disabled.o_Dropdown_Dropdown_field > .o_Dropdown_Dropdown_templateValue {
  border-color: rgba(12, 18, 28, 0.38);
  border-bottom-style: solid;
  opacity: 1;
}
.o_Dropdown_Dropdown_secondary .o_Dropdown_Dropdown_disabled.o_Dropdown_Dropdown_field > .o_Dropdown_Dropdown_templateValue {
  border-color: transparent;
}
/* Themes the namespaced .input disabled state when allowBlank is truthy */
.o_Dropdown_Dropdown_inputDisabled {
}
.o_Dropdown_Dropdown_inputDisabled .o_Dropdown_Dropdown_inputLabel {
  border-color: rgba(12, 18, 28, 0.38);
  opacity: 1;
}
.o_Dropdown_Dropdown_secondary .o_Dropdown_Dropdown_inputDisabled .o_Dropdown_Dropdown_inputLabel {
  border-color: transparent;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Icon_Icon_handLinkContainer a {
  cursor: pointer;
}
.o_Icon_Icon_handContainer {
  cursor: pointer !important;
}
.o_Icon_Icon_nonHandContainer {
  cursor: auto !important;
}
a.o_Icon_Icon_handLink {
  cursor: pointer;
}
/**
 * Icon
 * `oxygen-components` component styling
 */
@font-face {
  font-family: Shutterstock-Icons;
  font-weight: normal;
  font-style: normal;
  src: url(data:application/font-woff2;base64,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) format('woff2'),
       url(data:application/font-woff;base64,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) format('woff');
}
.o_Icon_Icon_icon {
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  direction: ltr;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: normal;
  line-height: 40px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 40px;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.o_Icon_Icon_icon:before {
  font-family: Shutterstock-Icons;
}
.o_Icon_Icon_icon[data-icon="all-images"]:before {
  content: "\E92B";
}
.o_Icon_Icon_icon[data-icon="blog"]:before {
  content: "\E904";
}
.o_Icon_Icon_icon[data-icon="caret-down"]:before {
  content: "\E905";
}
.o_Icon_Icon_icon[data-icon="caret-up"]:before {
  content: "\E90A";
}
.o_Icon_Icon_icon[data-icon="chevron-down"]:before {
  content: "\E90D";
}
.o_Icon_Icon_icon[data-icon="chevron-left"]:before {
  content: "\E90E";
}
.o_Icon_Icon_icon[data-icon="chevron-right"]:before {
  content: "\E90F";
}
.o_Icon_Icon_icon[data-icon="chevron-up"]:before {
  content: "\E910";
}
.o_Icon_Icon_icon[data-icon="close"]:before {
  content: "\E911";
}
.o_Icon_Icon_icon[data-icon="copy"]:before {
  content: "\E912";
}
.o_Icon_Icon_icon[data-icon="download"]:before {
  content: "\E915";
}
.o_Icon_Icon_icon[data-icon="edit"]:before {
  content: "\E916";
}
.o_Icon_Icon_icon[data-icon="info"]:before {
  content: "\E920";
}
.o_Icon_Icon_icon[data-icon="information"]:before {
  content: "\E921";
}
.o_Icon_Icon_icon[data-icon="large-preview"]:before {
  content: "\E923";
}
.o_Icon_Icon_icon[data-icon="menu"]:before {
  content: "\E926";
}
.o_Icon_Icon_icon[data-icon="plus"]:before {
  content: "\E92D";
}
.o_Icon_Icon_icon[data-icon="shopping-cart"]:before {
  content: "\E933";
}
.o_Icon_Icon_icon[data-icon="stop"]:before {
  content: "\E934";
}
.o_Icon_Icon_icon[data-icon="success"]:before {
  content: "\E935";
}
.o_Icon_Icon_icon[data-icon="trash"]:before {
  content: "\E936";
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_IconButton_IconButton_handLinkContainer a {
  cursor: pointer;
}
.o_IconButton_IconButton_handContainer {
  cursor: pointer !important;
}
.o_IconButton_IconButton_nonHandContainer {
  cursor: auto !important;
}
a.o_IconButton_IconButton_handLink {
  cursor: pointer;
}
/**
 * IconButton
 * `oxygen-components` component styling
 */
.o_IconButton_IconButton_hasBg {
  background: rgba(12, 18, 28, 0.12);
}
.o_IconButton_IconButton_reverseHover {}
.o_IconButton_IconButton_badge {
  position: relative
}
.o_IconButton_IconButton_badge:after {
  background: #da3928;
  border-radius: 100%;
  content: '';
  display: block;
  height: 7px;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 7px;
}
.o_IconButton_IconButton_ripple {}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Image_Image_handLinkContainer a {
  cursor: pointer;
}
.o_Image_Image_handContainer {
  cursor: pointer !important;
}
.o_Image_Image_nonHandContainer {
  cursor: auto !important;
}
a.o_Image_Image_handLink {
  cursor: pointer;
}
/**
 * Image
 * `oxygen-components` component styling
 */
.o_Image_Image_image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: relative
}
.o_Image_Image_image img {
  max-width: 100%;
  max-height: 100%;
}
.o_Image_Image_image.o_Image_Image_fallback {
  background-color: #e3e5e8;
  text-align: center;
  min-height: 100px;
  min-width: 100px;
  height: auto;
}
.o_Image_Image_image.o_Image_Image_fallback img {
  display: none;
}
.o_Image_Image_image.o_Image_Image_fallback::before {
  content: '';
  height: 100%;
}
.o_Image_Image_image.o_Image_Image_fallback .o_Image_Image_icon {
  color: rgba(12, 18, 28, 0.12);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ImageReel_ImageReel_handLinkContainer a {
  cursor: pointer;
}
.o_ImageReel_ImageReel_handContainer {
  cursor: pointer !important;
}
.o_ImageReel_ImageReel_nonHandContainer {
  cursor: auto !important;
}
a.o_ImageReel_ImageReel_handLink {
  cursor: pointer;
}
/**
 * ImageReel
 * `oxygen-components` component styling
 */
:root {
  /* Ripple */
}
.o_ImageReel_ImageReel_imageReel {
  position: relative;
}
.o_ImageReel_ImageReel_button {
}
.o_ImageReel_ImageReel_imageReel .o_ImageReel_ImageReel_button {
  background-color: #da3928;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  min-width: 48px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.o_ImageReel_ImageReel_button .o_ImageReel_ImageReel_ripple {
  background: rgb(255, 255, 255);
}
.o_ImageReel_ImageReel_icon {
}
.o_ImageReel_ImageReel_imageReel .o_ImageReel_ImageReel_button .o_ImageReel_ImageReel_icon {
  color: #0c121c;
  font-size: 40px;
  opacity: 1;
}
.o_ImageReel_ImageReel_prevButton {
}
.o_ImageReel_ImageReel_imageReel .o_ImageReel_ImageReel_prevButton {
  left: 0;
}
.o_ImageReel_ImageReel_nextButton {
}
.o_ImageReel_ImageReel_imageReel .o_ImageReel_ImageReel_nextButton {
  right: 0;
}
.o_ImageReel_ImageReel_viewport {
  overflow: hidden;
  position: relative
}
.o_ImageReel_ImageReel_viewport .o_ImageReel_ImageReel_reel {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: transform ease 0.5s;
}
.o_ImageReel_ImageReel_image {
  left: 0;
  position: absolute;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Input_Input_handLinkContainer a {
  cursor: pointer;
}
.o_Input_Input_handContainer {
  cursor: pointer !important;
}
.o_Input_Input_nonHandContainer {
  cursor: auto !important;
}
a.o_Input_Input_handLink {
  cursor: pointer;
}
/**
 * Input
 * `oxygen-components` component styling
 */
:root {
  /*
   * line-height used for: .label, and .hint
   */
  /*
   * Used to prevent .error and .helper text from showing under .counter
   * --spacing-lg was used to accomidate 3 decimial places
   */
}
/*
 * This section is used purely for coloring
 */
.o_Input_Input_input {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif
  /* Shared Coloring */
  /* Input Element Coloring */
  /* Label Coloring */
  /* Bar Coloring */
}
.o_Input_Input_input .o_Input_Input_counter,
  .o_Input_Input_input .o_Input_Input_customInputIcon,
  .o_Input_Input_input .o_Input_Input_helperText,
  .o_Input_Input_input .o_Input_Input_hint {
  color: rgba(12, 18, 28, 0.6);
}
.o_Input_Input_input > .o_Input_Input_inputElement {
  border-bottom-color: rgba(12, 18, 28, 0.12);
  color: rgba(12, 18, 28, 0.87);
}
.o_Input_Input_input > .o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_Input_label:not(.o_Input_Input_fixed) {
  color: rgba(12, 18, 28, 0.87);
}
.o_Input_Input_input .o_Input_Input_label {
  color: rgba(12, 18, 28, 0.6);
}
.o_Input_Input_input .o_Input_Input_label > .o_Input_Input_required {
  color: #ffb300;
}
.o_Input_Input_input .o_Input_Input_bar {
}
.o_Input_Input_input .o_Input_Input_bar::before,
    .o_Input_Input_input .o_Input_Input_bar::after {
  background-color: rgba(12, 18, 28, 0.87);
}
/**
 * .errored colors for children of .input
 */
.o_Input_Input_errored {
}
.o_Input_Input_errored > .o_Input_Input_counter,
  .o_Input_Input_errored > .o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_Input_label,
  .o_Input_Input_errored > .o_Input_Input_label > .o_Input_Input_required,
  .o_Input_Input_errored > .o_Input_Input_error {
  color: #ffb300 !important;
}
.o_Input_Input_errored > .o_Input_Input_inputElement {
  border-bottom-color: #ffb300;
}
/**
 * .disabled colors for children of .input
 */
.o_Input_Input_disabled {
}
.o_Input_Input_disabled > .o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_Input_label:not(.o_Input_Input_fixed),
  .o_Input_Input_disabled > .o_Input_Input_inputElement,
  .o_Input_Input_disabled > .o_Input_Input_label,
  .o_Input_Input_disabled > .o_Input_Input_hint,
  .o_Input_Input_disabled > .o_Input_Input_counter,
  .o_Input_Input_disabled > .o_Input_Input_error,
  .o_Input_Input_disabled > .o_Input_Input_helperText,
  .o_Input_Input_disabled .o_Input_Input_customInputIcon,
  .o_Input_Input_disabled .o_Input_Input_label .o_Input_Input_required {
  color: rgba(12, 18, 28, 0.38) !important;
}
.o_Input_Input_disabled > .o_Input_Input_inputElement {
  border-bottom-color: rgba(12, 18, 28, 0.38);
}
/**
 * ###############################################################
 * This section is used purely for definitions and RT resets.
 *
 * Coloring should happen above. The separation of code will help
 * when adjusting the colors within other repos.
 * ###############################################################
 */
/**
 * Parent .input element adjustments and ellipses
 */
.o_Input_Input_input {
  padding-bottom: 24px;
  padding-top: 12px
  /* ellipsis */
}
.o_Input_Input_input .o_Input_Input_inputElement,
  .o_Input_Input_input .o_Input_Input_label,
  .o_Input_Input_input .o_Input_Input_hint,
  .o_Input_Input_input .o_Input_Input_helperText,
  .o_Input_Input_input.o_Input_Input_errored .o_Input_Input_error {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.o_Input_Input_input .o_Input_Input_inputElement:not(.o_Input_Input_inputElement), .o_Input_Input_input .o_Input_Input_label:not(.o_Input_Input_inputElement), .o_Input_Input_input .o_Input_Input_hint:not(.o_Input_Input_inputElement), .o_Input_Input_input .o_Input_Input_helperText:not(.o_Input_Input_inputElement), .o_Input_Input_input.o_Input_Input_errored .o_Input_Input_error:not(.o_Input_Input_inputElement) {
  white-space: nowrap;
}
/**
 * Textarea resets fro RT
 */
textarea.o_Input_Input_inputElement {
  /* Adds scrollable div when hovered or focused */
}
textarea.o_Input_Input_inputElement:focus,
  textarea.o_Input_Input_inputElement:hover {
  overflow-y: scroll;
}
/**
 * .inputElement Resets from RT
 */
.o_Input_Input_inputElement {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  padding-bottom: 7px;
  padding-top: 3px;
  min-height: 30px;
  box-sizing: border-box
  /*
    WORKAROUND: The following CSS rule selectively applies the `.label` style
    from above to browsers that support `:-webkit-autofill`. Applying this
    rule without `@supports` prevents Firefox from applying it, resulting in the
    input label overlapping the input value.
    TODO: How can we deduplicate this rule, e.g. PostCSS mixins?
  */
}
.o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) {/* Show helper text when .inputElement is focused *//*
     * Hide .hint when .inputElement is filled out and focused
     * This is a weird bug from RT
    */
}
.o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_Input_helperText {
  opacity: 1;
}
.o_Input_Input_inputElement:focus:not([disabled]):not([readonly]):-webkit-autofill.o_Input_Input_filled ~ .o_Input_Input_hint,
    .o_Input_Input_inputElement:focus:not([disabled]):not([readonly]).o_Input_Input_filled ~ .o_Input_Input_hint {
  opacity: 0;
}
.o_Input_Input_inputElement:focus:not([disabled]):not([readonly]),
  .o_Input_Input_inputElement.o_Input_Input_filled,
  .o_Input_Input_inputElement:invalid,
  .o_Input_Input_inputElement[type='date'],
  .o_Input_Input_inputElement[type='time'] {/* Adjust the .label based on the parent selector structure */
}
.o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_Input_label:not(.o_Input_Input_fixed), .o_Input_Input_inputElement.o_Input_Input_filled ~ .o_Input_Input_label:not(.o_Input_Input_fixed), .o_Input_Input_inputElement:invalid ~ .o_Input_Input_label:not(.o_Input_Input_fixed), .o_Input_Input_inputElement[type='date'] ~ .o_Input_Input_label:not(.o_Input_Input_fixed), .o_Input_Input_inputElement[type='time'] ~ .o_Input_Input_label:not(.o_Input_Input_fixed) {
  bottom: auto;
  bottom: initial;
  font-size: 0.75rem;
  line-height: normal;
  line-height: initial;
  top: 2px;
}
@supports (&:-webkit-autofill) {
  .o_Input_Input_inputElement {
}
  .o_Input_Input_inputElement:-webkit-autofill {
}
  .o_Input_Input_inputElement:-webkit-autofill ~ .o_Input_Input_label:not(.o_Input_Input_fixed) {
    bottom: auto;
    bottom: initial;
    font-size: 0.75rem;
    line-height: normal;
    line-height: initial;
    top: 2px;
  }
  }
/**
 * .inputIconLabel custom definition
 */
.o_Input_Input_inputIconLabel {
  box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 4px;
}
/**
 * .customInputIcon custom definition
 */
.o_Input_Input_customInputIcon {
  bottom: auto;
  bottom: initial;
  box-sizing: border-box;
  height: 40px;
  left: auto;
  left: initial;
  line-height: 18px;
  max-height: 40px;
  opacity: 1;
  right: 0;
  top: 4px;
  width: 40px;
}
/**
 * Shared styles for .label, .hint -- Resets from RT
 */
.o_Input_Input_label,
.o_Input_Input_hint {
  bottom: 24px;
  line-height: 34px;
  top: auto;
  top: initial;
}
/**
 * .bar resets from RT
 */
.o_Input_Input_bar {
  display: block;
  position: relative;
  width: 100%;
}
/**
 * Shared styles for counter, .error, .helperText
 * Resets from RT and custom definition for .helperText
 */
.o_Input_Input_counter,
.o_Input_Input_error,
.o_Input_Input_helperText {
  bottom: 24px;
  position: absolute;
}
/**
 * .helperText custom definition
 */
.o_Input_Input_helperText {
  bottom: 2px;
  font-size: 0.75rem;
  line-height: 24px;
  opacity: 0;
  pointer-events: none;
}
/**
 * .counter resets from RT
 */
.o_Input_Input_counter {
  /* Used to prevent the helper text from showing under the counter */
}
.o_Input_Input_counter + .o_Input_Input_helperText {
  padding-right: 72px;
}
/**
 * .withIcon resets from RT
 */
.o_Input_Input_withIcon {
  margin-left: 0
  /**
   * Used to prevent .inputElement .label and .hint text from
   * showing under the icon
   */
}
.o_Input_Input_withIcon .o_Input_Input_inputElement,
  .o_Input_Input_withIcon .o_Input_Input_inputElement:not(.o_Input_Input_filled) ~ .o_Input_Input_label,
  .o_Input_Input_withIcon .o_Input_Input_hint {
  padding-right: 40px;
}
.o_Input_Input_withIcon .o_Input_Input_inputElement {
}
.o_Input_Input_withIcon .o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) {
}
.o_Input_Input_withIcon .o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_Input_label {
  padding-right: 0;
  padding-right: initial;
}
/**
 * .errored resets from RT
 */
.o_Input_Input_errored {
  /*
   * Fixes .inputElement bug where the field jumps when it
   * enters into the errored state
   */
  /* Hide the .helperText when .input enters into the errored state */
  /**
   * Used to prevent .error text from showing under the counter
   * The pathing is shifty but unavoidable because of RT
   */
}
.o_Input_Input_errored > .o_Input_Input_inputElement {
  margin-top: 0;
  margin-top: initial;
}
.o_Input_Input_errored > .o_Input_Input_helperText {
  display: none;
}
.o_Input_Input_errored > .o_Input_Input_error:not(:last-child) {
  padding-right: 72px;
}
/**
 * .disabled resets from RT
 */
.o_Input_Input_disabled {
}
.o_Input_Input_disabled > .o_Input_Input_inputElement {
  border-bottom-style: solid;
}
/* theme overrides for Layout */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Layout_Layout_handLinkContainer a {
  cursor: pointer;
}
.o_Layout_Layout_handContainer {
  cursor: pointer !important;
}
.o_Layout_Layout_nonHandContainer {
  cursor: auto !important;
}
a.o_Layout_Layout_handLink {
  cursor: pointer;
}
/**
 * Layout
 * `oxygen-components` component styling
 */
/* Parent layout container */
.o_Layout_Layout_layout {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  overflow-x: hidden;
  position: relative;
}
/* Takes up the full height */
.o_Layout_Layout_fullHeight {
}
.o_Layout_Layout_fullHeight.o_Layout_Layout_layout {
  min-height: 100%;
}
.o_Layout_Layout_row,
.o_Layout_Layout_aboveBody,
.o_Layout_Layout_belowBody {
  /* declaring to prevent undefined */
  display: block;
}
/*  */
.o_Layout_Layout_body {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex: 1;
      flex: 1;
}
/* NavDrawer and Sidebar shared styles */
.o_Layout_Layout_navDrawer,
.o_Layout_Layout_sidebar {
  background: white;
  box-sizing: border-box;
  transition: all 200ms ease;
  display: inline;
  display: initial;
}
/* NavDrawer */
.o_Layout_Layout_navDrawer {
  -ms-flex: 0 0 360px;
      flex: 0 0 360px;
  transform: translateX(-360px);
  width: 360px
}
.o_Layout_Layout_navDrawerActive > .o_Layout_Layout_navDrawer {
  border-right: solid 1px rgba(22, 25, 30, .12);
  transform: translateX(0);
}
.o_Layout_Layout_navDrawerPinned > .o_Layout_Layout_navDrawer {
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  z-index: 1;
}
/* Sidebar */
.o_Layout_Layout_sidebar {
  -ms-flex: 0 0 360px;
      flex: 0 0 360px;
  transform: translateX(360px);
  width: 360px
}
.o_Layout_Layout_sidebarActive > .o_Layout_Layout_sidebar {
  border-left: solid 1px rgba(22, 25, 30, .12);
  transform: translateX(0);
}
.o_Layout_Layout_sidebarPinned > .o_Layout_Layout_sidebar {
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
/* Panel */
.o_Layout_Layout_panel {
  background: #fff;
  transition: all 200ms ease;
  -ms-flex: 1;
      flex: 1
  /* Moves Panel over when active/pinned */
  /* Moves Panel over when active/pinned */
}
.o_Layout_Layout_hasNavDrawer > .o_Layout_Layout_panel {
  margin-left: -360px;
}
.o_Layout_Layout_hasSidebar > .o_Layout_Layout_panel {
  margin-right: -360px;
}
.o_Layout_Layout_navDrawerActive > .o_Layout_Layout_panel,
  .o_Layout_Layout_navDrawerPinned > .o_Layout_Layout_panel {
  margin-left: 0;
  margin-left: initial;
}
.o_Layout_Layout_sidebarActive > .o_Layout_Layout_panel,
  .o_Layout_Layout_sidebarPinned > .o_Layout_Layout_panel {
  margin-right: 0;
  margin-right: initial;
}
/* Overlay */
.o_Layout_Layout_overlay {
  background: #0c121c;
  opacity: 0.7;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_List_List_handLinkContainer a {
  cursor: pointer;
}
.o_List_List_handContainer {
  cursor: pointer !important;
}
.o_List_List_nonHandContainer {
  cursor: auto !important;
}
a.o_List_List_handLink {
  cursor: pointer;
}
/**
 * List
 * `oxygen-components` component styling
 */
.o_List_List_listItem {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  list-style: none
}
.o_List_List_listItem.o_List_List_regularTitle {
}
.o_List_List_listItem.o_List_List_regularTitle .o_List_List_primary {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_List_List_listItem.o_List_List_regularTitle.o_List_List_singleTextListItem {
}
.o_List_List_listItem.o_List_List_regularTitle.o_List_List_singleTextListItem .o_List_List_itemContentRoot {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_List_List_listItem.o_List_List_boldTitle {
}
.o_List_List_listItem.o_List_List_boldTitle .o_List_List_primary {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_List_List_listItem.o_List_List_boldTitle.o_List_List_singleTextListItem {
}
.o_List_List_listItem.o_List_List_boldTitle.o_List_List_singleTextListItem .o_List_List_itemContentRoot {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_List_List_expandingListItem {
}
.o_List_List_expandingListItem:focus {
  outline: 0;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Menu_Menu_handLinkContainer a {
  cursor: pointer;
}
.o_Menu_Menu_handContainer {
  cursor: pointer !important;
}
.o_Menu_Menu_nonHandContainer {
  cursor: auto !important;
}
a.o_Menu_Menu_handLink {
  cursor: pointer;
}
/**
 * Menu
 * `oxygen-components` component styling
 */
.o_Menu_Menu_iconMenu {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Menu_Menu_menuItem {
}
.o_Menu_Menu_menuItem.o_Menu_Menu_selected {
  color: #da3928;
}
.o_Menu_Menu_menu {
}
.o_Menu_Menu_menu .o_Menu_Menu_outline {
  background: transparent;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Pill_Pill_handLinkContainer a {
  cursor: pointer;
}
.o_Pill_Pill_handContainer {
  cursor: pointer !important;
}
.o_Pill_Pill_nonHandContainer {
  cursor: auto !important;
}
a.o_Pill_Pill_handLink {
  cursor: pointer;
}
/**
 * Pill
 * `oxygen-components` component styling
 */
.o_Pill_Pill_hasSpacing {
  margin: 4px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Radio_Radio_handLinkContainer a {
  cursor: pointer;
}
.o_Radio_Radio_handContainer {
  cursor: pointer !important;
}
.o_Radio_Radio_nonHandContainer {
  cursor: auto !important;
}
a.o_Radio_Radio_handLink {
  cursor: pointer;
}
/**
 * Radio
 * `oxygen-components` component styling
 */
.o_Radio_Radio_radio {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Radio_Radio_text {
  white-space: normal;
}
.o_Radio_Radio_field {
  margin-bottom: 0;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_SplitButton_SplitButton_handLinkContainer a {
  cursor: pointer;
}
.o_SplitButton_SplitButton_handContainer {
  cursor: pointer !important;
}
.o_SplitButton_SplitButton_nonHandContainer {
  cursor: auto !important;
}
a.o_SplitButton_SplitButton_handLink {
  cursor: pointer;
}
/**
 * SplitButton
 * `oxygen-components` component styling
 */
.o_SplitButton_SplitButton_splitButton {
  display: inline-block;
  position: relative
}
.o_SplitButton_SplitButton_splitButton > .o_SplitButton_SplitButton_buttonContainer {
  display: -ms-flexbox;
  display: flex;
}
.o_SplitButton_SplitButton_splitButton > .o_SplitButton_SplitButton_buttonContainer > .o_SplitButton_SplitButton_labelButton {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.o_SplitButton_SplitButton_splitButton > .o_SplitButton_SplitButton_buttonContainer .o_SplitButton_SplitButton_iconButton {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 1px;
  min-width: 0;
  min-width: initial;
  padding: 0;
  width: 40px;
}
.o_SplitButton_SplitButton_splitButton > .o_SplitButton_SplitButton_buttonContainer .o_SplitButton_SplitButton_iconButton:not(:hover):not(.o_SplitButton_SplitButton_accent):not(.o_SplitButton_SplitButton_primary) {
  background: transparent;
}
.o_SplitButton_SplitButton_splitButton > .o_SplitButton_SplitButton_buttonContainer .o_SplitButton_SplitButton_iconButton:hover {
}
.o_SplitButton_SplitButton_splitButton > .o_SplitButton_SplitButton_buttonContainer .o_SplitButton_SplitButton_iconButton:hover > span[data-icon] {
  color: #fff;
}
.o_SplitButton_SplitButton_splitButton > .o_SplitButton_SplitButton_buttonContainer span[data-icon] {
  transition: all 0.3s ease;
}
.o_SplitButton_SplitButton_splitButton.o_SplitButton_SplitButton_blockLevel {
  width: 100%;
}
.o_SplitButton_SplitButton_splitButton.o_SplitButton_SplitButton_blockLevel .o_SplitButton_SplitButton_labelButton {
  width: calc(100% - 40px - 1px);
}
.o_SplitButton_SplitButton_splitButton.o_SplitButton_SplitButton_large {
}
.o_SplitButton_SplitButton_splitButton.o_SplitButton_SplitButton_large > .o_SplitButton_SplitButton_buttonContainer {
}
.o_SplitButton_SplitButton_splitButton.o_SplitButton_SplitButton_large > .o_SplitButton_SplitButton_buttonContainer .o_SplitButton_SplitButton_iconButton {
  height: 48px;
  width: 48px;
}
.o_SplitButton_SplitButton_splitButton.o_SplitButton_SplitButton_large .o_SplitButton_SplitButton_sbMenu {
  top: 48px;
}
.o_SplitButton_SplitButton_splitButton .o_SplitButton_SplitButton_sbMenu.o_SplitButton_SplitButton_sbTopLeft {
  top: 40px;
}
.o_SplitButton_SplitButton_buttonContainerOpen {
}
.o_SplitButton_SplitButton_buttonContainerOpen .o_SplitButton_SplitButton_iconButton {
}
.o_SplitButton_SplitButton_buttonContainerOpen .o_SplitButton_SplitButton_iconButton span[data-icon] {
  transform: rotate(-180deg);
  transition: all 0.2s ease;
}
/* additional customization below this line */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Stepper_Stepper_handLinkContainer a {
  cursor: pointer;
}
.o_Stepper_Stepper_handContainer {
  cursor: pointer !important;
}
.o_Stepper_Stepper_nonHandContainer {
  cursor: auto !important;
}
a.o_Stepper_Stepper_handLink {
  cursor: pointer;
}
/**
 * Stepper
 * `oxygen-components` component styling
 */
.o_Stepper_Stepper_stepper {
  /**
   * Added to the back button when it is not editable or
   * when stepper is displaying the first step
   */
  /**
   * Container level class for the top breadcrumb
   */
  /**
   * Container level class for element containing back,
   * next and `step indicator` (on mobile resolution)
   */
}
@media screen and (max-width: 840px) {
  .o_Stepper_Stepper_stepper {/**
     * Class added to elements inside of <Stepper>
     * that are not <Step> components
     */
  }
  .o_Stepper_Stepper_stepper .o_Stepper_Stepper_panel {
    margin-bottom: 60px;
  }
  }
.o_Stepper_Stepper_stepper .o_Stepper_Stepper_hidden {
  visibility: hidden;
}
.o_Stepper_Stepper_stepper .o_Stepper_Stepper_breadcrumb {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  height: 56px;
  -ms-flex-pack: justify;
      justify-content: space-between;/* Hides the top breadcrumb for mobile */
}
@media screen and (max-width: 840px) {
  .o_Stepper_Stepper_stepper .o_Stepper_Stepper_breadcrumb {
    display: none;
  }
}
.o_Stepper_Stepper_stepper .o_Stepper_Stepper_actionContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 4px 0;
  width: 100%;/* Adjust wrapper styles after mobile *//* Button styles *//**
     * Container level class for element
     * containing step indicator dots
     *//* Class added to step indicator dots */
}
@media screen and (max-width: 840px) {
  .o_Stepper_Stepper_stepper .o_Stepper_Stepper_actionContainer {
    background: #fff;
    border-top: 1px solid rgba(12, 18, 28, 0.12);
    bottom: 0;
    left: 0;
    position: fixed;
  }
}
.o_Stepper_Stepper_stepper .o_Stepper_Stepper_actionContainer button {
  margin: 0 8px;
  min-width: 0;
  min-width: initial;
}
.o_Stepper_Stepper_stepper .o_Stepper_Stepper_actionContainer .o_Stepper_Stepper_stepIndicator {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: none;
}
@media screen and (max-width: 840px) {
  .o_Stepper_Stepper_stepper .o_Stepper_Stepper_actionContainer .o_Stepper_Stepper_stepIndicator {
    display: inline-block;
  }
}
.o_Stepper_Stepper_stepper .o_Stepper_Stepper_actionContainer .o_Stepper_Stepper_dot {
  background: rgba(12, 18, 28, 0.38);
  border-radius: 8px;
  display: inline-block;
  height: 8px;
  margin: 0 4px;
  width: 8px;/* Class added to active step  */
}
.o_Stepper_Stepper_stepper .o_Stepper_Stepper_actionContainer .o_Stepper_Stepper_dot.o_Stepper_Stepper_active {
  background: rgba(12, 18, 28, 0.87);
}
/* Container level class for <Step> component */
.o_Stepper_Stepper_step {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
/* Container level class for <StepConnector> component */
.o_Stepper_Stepper_stepConnector {
  border-color: rgba(12, 18, 28, 0.38);
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin: 0 8px;
}
/* Container level class for <StepLabel> component */
.o_Stepper_Stepper_stepLabel {
  color: rgba(12, 18, 28, 0.38);
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  font-size: 0.875rem
  /* Wrapper for the stepLabel text label */
  /**
   * Class to target circle containing step
   * number or completed check icon
   */
  /* Class added to disabled step */
  /* Class added to active step */
}
.o_Stepper_Stepper_stepLabel > span {
  line-height: 1.5rem;
}
.o_Stepper_Stepper_stepLabel .o_Stepper_Stepper_stepLabelIcon {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(12, 18, 28, 0.38);
  border-radius: 1.5rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  height: 1.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: normal;
  line-height: initial;
  margin-right: 8px;
  text-align: center;
  vertical-align: top;
  width: 1.5rem;
}
.o_Stepper_Stepper_stepLabel.o_Stepper_Stepper_disabled {}
.o_Stepper_Stepper_stepLabel.o_Stepper_Stepper_active {
  color: rgba(12, 18, 28, 0.87);/* Active changes styles for the stepLabelIcon */
}
.o_Stepper_Stepper_stepLabel.o_Stepper_Stepper_active .o_Stepper_Stepper_stepLabelIcon {
  background: rgba(12, 18, 28, 0.87);
}
/* Class added to active step */
.o_Stepper_Stepper_active {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Switch_Switch_handLinkContainer a {
  cursor: pointer;
}
.o_Switch_Switch_handContainer {
  cursor: pointer !important;
}
.o_Switch_Switch_nonHandContainer {
  cursor: auto !important;
}
a.o_Switch_Switch_handLink {
  cursor: pointer;
}
/**
 * Switch
 * `oxygen-components` component styling
 */
.o_Switch_Switch_field {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  white-space: nowrap;
}
.o_Switch_Switch_text {
  white-space: normal;
}
.o_Switch_Switch_thumb {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Alert_Alert_handLinkContainer a {
  cursor: pointer;
}
.o_Alert_Alert_handContainer {
  cursor: pointer !important;
}
.o_Alert_Alert_nonHandContainer {
  cursor: auto !important;
}
a.o_Alert_Alert_handLink {
  cursor: pointer;
}
/**
 * Alert
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Alert_Alert_alertMessage {
  line-height: 20px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Autocomplete_Autocomplete_handLinkContainer a {
  cursor: pointer;
}
.o_Autocomplete_Autocomplete_handContainer {
  cursor: pointer !important;
}
.o_Autocomplete_Autocomplete_nonHandContainer {
  cursor: auto !important;
}
a.o_Autocomplete_Autocomplete_handLink {
  cursor: pointer;
}
/**
 * Autocomplete
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Autocomplete_Autocomplete_autocomplete {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif
}
.o_Autocomplete_Autocomplete_autocomplete .o_Autocomplete_Autocomplete_suggestions {
  opacity: 0;
}
.o_Autocomplete_Autocomplete_autocomplete.o_Autocomplete_Autocomplete_focus {
}
.o_Autocomplete_Autocomplete_autocomplete.o_Autocomplete_Autocomplete_focus .o_Autocomplete_Autocomplete_suggestions {
  border: 1px solid rgba(12, 18, 28, 0.12);
  box-shadow: 0 0 8px 0 rgba(12, 18, 28, 0.12);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.o_Autocomplete_Autocomplete_input {
}
.o_Autocomplete_Autocomplete_input::after {
  display: none;
}
.o_Autocomplete_Autocomplete_suggestion {
}
.o_Autocomplete_Autocomplete_suggestion.o_Autocomplete_Autocomplete_active {
  background-color: #f3f4f5;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Avatar_Avatar_handLinkContainer a {
  cursor: pointer;
}
.o_Avatar_Avatar_handContainer {
  cursor: pointer !important;
}
.o_Avatar_Avatar_nonHandContainer {
  cursor: auto !important;
}
a.o_Avatar_Avatar_handLink {
  cursor: pointer;
}
/**
 * Avatar
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Avatar_Avatar_avatar {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  height: 40px;
  width: 40px
}
.o_Avatar_Avatar_avatar .o_Avatar_Avatar_icon {
  line-height: 40px;
}
.o_Avatar_Avatar_avatar > svg {
  height: 40px;
}
.o_Avatar_Avatar_letter {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 40px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Button_Button_handLinkContainer a {
  cursor: pointer;
}
.o_Button_Button_handContainer {
  cursor: pointer !important;
}
.o_Button_Button_nonHandContainer {
  cursor: auto !important;
}
a.o_Button_Button_handLink {
  cursor: pointer;
}
/**
 * Button base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Neutral/Default Button Variables */
  /* Primary Button Variables */
  /* Flat Button Variables */
  /* Accent Button Variables */
  /* Button Ripple Variables */
  /* Button Icon Variables */
  /* Small, Medium, Large button size/padding Variables */
}
/*
  composing button to be used here in `.button` selector,
  but also in `IconButton`s `.toggle` root selector.
*/
.o_Button_Button_buttonBase {
  border-radius: 2px;
  font-size: 0.9375rem;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  text-transform: none;
  cursor: pointer;
  min-width: 0
}
.o_Button_Button_buttonBase.o_Button_Button_neutral,
  .o_Button_Button_buttonBase.o_Button_Button_primary,
  .o_Button_Button_buttonBase.o_Button_Button_accent {
    font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_Button_Button_buttonWithRipple {
}
.o_Button_Button_buttonWithRipple .o_Button_Button_ripple {
    opacity: .06;
}
.o_Button_Button_buttonFlat {
}
.o_Button_Button_buttonFlat.o_Button_Button_flat {
    box-shadow: none;
    color: #0e7cb8;
    padding: 0 8px;
    background: none;
}
.o_Button_Button_buttonFlat.o_Button_Button_flat.o_Button_Button_inlineFlat {
      padding: 0;
}
.o_Button_Button_buttonFlat.o_Button_Button_flat:hover,
    .o_Button_Button_buttonFlat.o_Button_Button_flat:active,
    .o_Button_Button_buttonFlat.o_Button_Button_flat:focus {
      background-color: transparent;
      color: rgba(12, 18, 28, 0.87);
}
.o_Button_Button_buttonFlat.o_Button_Button_flat[disabled] {
      box-shadow: none;
      color: rgba(14, 124, 184, 0.38);
}
.o_Button_Button_buttonNeutral {
}
.o_Button_Button_buttonNeutral.o_Button_Button_neutral {
}
.o_Button_Button_buttonNeutral.o_Button_Button_neutral:hover,
    .o_Button_Button_buttonNeutral.o_Button_Button_neutral:active {
      background: #3d444f;
      color: #fff;
}
.o_Button_Button_buttonNeutral.o_Button_Button_neutral[disabled] {
      box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.38);
      color: rgba(12, 18, 28, 0.38);
}
.o_Button_Button_buttonNeutral.o_Button_Button_neutral.o_Button_Button_stacked {
      box-shadow: none;
}
.o_Button_Button_buttonNeutral.o_Button_Button_neutral .o_Button_Button_ripple {
      background-color: #fff;
}
.o_Button_Button_buttonNeutral.o_Button_Button_neutral:not([disabled]) {
      box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.87);
      color: rgba(12, 18, 28, 0.87);
}
.o_Button_Button_buttonNeutral.o_Button_Button_neutral:not([disabled]):hover,
      .o_Button_Button_buttonNeutral.o_Button_Button_neutral:not([disabled]):active {
        background-color: #3d444f;
        box-shadow: inset 0 0 0 1px #3d444f;
        color: #fff;
}
.o_Button_Button_buttonAccent {
}
.o_Button_Button_buttonAccent.o_Button_Button_accent {
    background-color: #43b9d3;
    box-shadow: none;
    color: #fff;
}
.o_Button_Button_buttonAccent.o_Button_Button_accent:hover,
    .o_Button_Button_buttonAccent.o_Button_Button_accent:active {
      background-color: #3aa2b9;
      color: #fff;
}
.o_Button_Button_buttonAccent.o_Button_Button_accent[disabled] {
      background-color: rgba(67, 185, 211, 0.38);
      box-shadow: none;
      color: rgba(255, 255, 255, 0.38);
}
.o_Button_Button_buttonAccent.o_Button_Button_accent .o_Button_Button_ripple {
      background-color: #0c121c;
}
.o_Button_Button_buttonAccent.o_Button_Button_accent:not([disabled]) {
}
.o_Button_Button_buttonAccent.o_Button_Button_accent:not([disabled]).o_Button_Button_raised,
      .o_Button_Button_buttonAccent.o_Button_Button_accent:not([disabled]).o_Button_Button_floating {
        background: #fff;
        color: #fff;
}
.o_Button_Button_buttonAccent.o_Button_Button_accent:not([disabled]).o_Button_Button_flat,
      .o_Button_Button_buttonAccent.o_Button_Button_accent:not([disabled]).o_Button_Button_toggle {
}
.o_Button_Button_buttonAccent.o_Button_Button_accent:not([disabled]).o_Button_Button_flat:focus:not(:active), .o_Button_Button_buttonAccent.o_Button_Button_accent:not([disabled]).o_Button_Button_toggle:focus:not(:active) {
          background: #3aa2b9;
}
.o_Button_Button_buttonAccent.o_Button_Button_accent:not([disabled]).o_Button_Button_flat:hover {
        background: #3aa2b9;
}
.o_Button_Button_buttonPrimary {
}
.o_Button_Button_buttonPrimary.o_Button_Button_primary {
}
.o_Button_Button_buttonPrimary.o_Button_Button_primary:not([disabled]) {
      background-color: #f54336;
      color: #fff;
}
.o_Button_Button_buttonPrimary.o_Button_Button_primary:not([disabled]):hover,
      .o_Button_Button_buttonPrimary.o_Button_Button_primary:not([disabled]):active {
        color: #fff;
}
.o_Button_Button_buttonPrimary.o_Button_Button_primary:not([disabled]).o_Button_Button_raised,
      .o_Button_Button_buttonPrimary.o_Button_Button_primary:not([disabled]).o_Button_Button_floating {
        background: #f54336;
        color: #0c121c;
}
.o_Button_Button_buttonPrimary.o_Button_Button_primary:not([disabled]).o_Button_Button_flat,
      .o_Button_Button_buttonPrimary.o_Button_Button_primary:not([disabled]).o_Button_Button_toggle {
}
.o_Button_Button_buttonPrimary.o_Button_Button_primary:not([disabled]).o_Button_Button_flat:focus:not(:active), .o_Button_Button_buttonPrimary.o_Button_Button_primary:not([disabled]).o_Button_Button_toggle:focus:not(:active) {
          background: #da3928;
}
.o_Button_Button_buttonPrimary.o_Button_Button_primary:not([disabled]).o_Button_Button_flat:hover {
        background: #da3928;
}
.o_Button_Button_buttonPrimary.o_Button_Button_primary[disabled] {
      background-color: rgba(245, 67, 54, 0.38);
      color: rgba(255, 255, 255, 0.5);
}
.o_Button_Button_buttonPrimary.o_Button_Button_primary .o_Button_Button_ripple {
      background-color: #0c121c;
}
.o_Button_Button_buttonFloating {
}
.o_Button_Button_buttonFloating.o_Button_Button_floating {
    background-color: rgba(22, 25, 30, 0.7);
    box-shadow: 0 0 6px 0 rgba(12, 18, 28, 0.12), 0 6px 6px 0 rgba(12, 18, 28, 0.26);
    position: fixed;
    border-radius: 100%;
    bottom: 16px;
    color: #fff;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    padding: 0;
    position: fixed;
    right: 16px;
    width: 60px;
}
@media (min-width: 52.5em) {
  .o_Button_Button_buttonFloating.o_Button_Button_floating {
      bottom: 24px;
      right: 24px;
  }
    }
.o_Button_Button_buttonFloating.o_Button_Button_floating > .o_Button_Button_icon:not([data-react-toolbox='tooltip']) {
      line-height: inherit;
      margin: 0;
      vertical-align: middle;
}
.o_Button_Button_buttonFloating.o_Button_Button_floating .o_Button_Button_icon {
      color: #fff;
}
.o_Button_Button_buttonFloating.o_Button_Button_floating .o_Button_Button_ripple {
      background-color: #fff;
}
.o_Button_Button_buttonFloating.o_Button_Button_floating:hover {
      box-shadow: 0 0 12px 0 rgba(12, 18, 28, 0.12), 0 12px 12px 0 rgba(12, 18, 28, 0.26);
}
.o_Button_Button_button {
}
.o_Button_Button_button.o_Button_Button_primary,
  .o_Button_Button_button.o_Button_Button_neutral,
  .o_Button_Button_button.o_Button_Button_accent {
    padding: 0 40px;
}
.o_Button_Button_button.o_Button_Button_small {
    padding: 0 8px;
}
.o_Button_Button_button.o_Button_Button_large {
    font-size: 18px;
    height: 48px;
    padding: 0 80px;
}
.o_Button_Button_button.o_Button_Button_blockLevel {
    display: block;
    font-size: 18px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.o_Button_Button_button.o_Button_Button_stacked {
    min-width: 0;
    min-width: initial;
    padding-bottom: 4px;
}
.o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_neutral {
      color: rgba(12, 18, 28, 0.6);
      font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_neutral:not([disabled]) {
        box-shadow: none;
}
.o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_neutral:hover {
        background: none;
        color: rgba(12, 18, 28, 0.87);
}
.o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_primary,
    .o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_accent {
      font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_primary,
    .o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_accent,
    .o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_neutral {
      padding-top: 3px;
      padding-left: 8px;
      padding-right: 8px;
      padding-bottom: 2px;
}
.o_Button_Button_button.o_Button_Button_stacked.o_Button_Button_inlineFlat {
      padding: 0;
}
.o_Button_Button_button .o_Button_Button_icon,
  .o_Button_Button_button > span:not([data-react-toolbox='tooltip']) {
    font-size: 1.5rem;
    margin-bottom: 1px;
    margin-right: 8px;
    opacity: 1;
    vertical-align: top;
}
.o_Button_Button_button > svg {
    height: 40px;
}
.o_Button_Button_button > span {
}
.o_Button_Button_button > span.o_Button_Button_rippleWrapper {
      margin: 0;
}
.o_Button_Button_button:hover {
    text-decoration: none;
}
.o_Button_Button_toggle {
  width: 40px
}
.o_Button_Button_toggle > .o_Button_Button_icon,
  .o_Button_Button_toggle svg {
    line-height: 40px;
}
/**
 * Button Default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Button_ButtonDark_handLinkContainer a {
  cursor: pointer;
}
.o_Button_ButtonDark_handContainer {
  cursor: pointer !important;
}
.o_Button_ButtonDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Button_ButtonDark_handLink {
  cursor: pointer;
}
/**
 * Button base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Neutral/Default Button Variables */
  /* Primary Button Variables */
  /* Flat Button Variables */
  /* Accent Button Variables */
  /* Button Ripple Variables */
  /* Button Icon Variables */
  /* Small, Medium, Large button size/padding Variables */
}
/*
  composing button to be used here in `.button` selector,
  but also in `IconButton`s `.toggle` root selector.
*/
.o_Button_ButtonDark_buttonBase {
  border-radius: 2px;
  font-size: 0.9375rem;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  text-transform: none;
  cursor: pointer;
  min-width: 0
}
.o_Button_ButtonDark_buttonBase.o_Button_ButtonDark_neutral,
  .o_Button_ButtonDark_buttonBase.o_Button_ButtonDark_primary,
  .o_Button_ButtonDark_buttonBase.o_Button_ButtonDark_accent {
    font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_Button_ButtonDark_buttonWithRipple {
}
.o_Button_ButtonDark_buttonWithRipple .o_Button_ButtonDark_ripple {
    opacity: .06;
}
.o_Button_ButtonDark_buttonFlat {
}
.o_Button_ButtonDark_buttonFlat.o_Button_ButtonDark_flat {
    box-shadow: none;
    color: #43b9d3;
    padding: 0 8px;
    background: none;
}
.o_Button_ButtonDark_buttonFlat.o_Button_ButtonDark_flat.o_Button_ButtonDark_inlineFlat {
      padding: 0;
}
.o_Button_ButtonDark_buttonFlat.o_Button_ButtonDark_flat:hover,
    .o_Button_ButtonDark_buttonFlat.o_Button_ButtonDark_flat:active,
    .o_Button_ButtonDark_buttonFlat.o_Button_ButtonDark_flat:focus {
      background-color: transparent;
      color: #fff;
}
.o_Button_ButtonDark_buttonFlat.o_Button_ButtonDark_flat[disabled] {
      box-shadow: none;
      color: rgba(67, 185, 211, 0.5);
}
.o_Button_ButtonDark_buttonNeutral {
}
.o_Button_ButtonDark_buttonNeutral.o_Button_ButtonDark_neutral {
}
.o_Button_ButtonDark_buttonNeutral.o_Button_ButtonDark_neutral:hover,
    .o_Button_ButtonDark_buttonNeutral.o_Button_ButtonDark_neutral:active {
      background: #fff;
      color: rgba(12, 18, 28, 0.87);
}
.o_Button_ButtonDark_buttonNeutral.o_Button_ButtonDark_neutral[disabled] {
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
      color: rgba(255, 255, 255, 0.5);
}
.o_Button_ButtonDark_buttonNeutral.o_Button_ButtonDark_neutral.o_Button_ButtonDark_stacked {
      box-shadow: none;
}
.o_Button_ButtonDark_buttonNeutral.o_Button_ButtonDark_neutral .o_Button_ButtonDark_ripple {
      background-color: #0c121c;
}
.o_Button_ButtonDark_buttonNeutral.o_Button_ButtonDark_neutral:not([disabled]) {
      box-shadow: inset 0 0 0 1px #fff;
      color: #fff;
}
.o_Button_ButtonDark_buttonNeutral.o_Button_ButtonDark_neutral:not([disabled]):hover,
      .o_Button_ButtonDark_buttonNeutral.o_Button_ButtonDark_neutral:not([disabled]):active {
        background-color: #fff;
        box-shadow: inset 0 0 0 1px #fff;
        color: rgba(12, 18, 28, 0.87);
}
.o_Button_ButtonDark_buttonAccent {
}
.o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent {
    background-color: #43b9d3;
    box-shadow: none;
    color: #fff;
}
.o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent:hover,
    .o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent:active {
      background-color: #3aa2b9;
      color: #fff;
}
.o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent[disabled] {
      background-color: rgba(67, 185, 211, 0.5);
      box-shadow: none;
      color: rgba(255, 255, 255, 0.5);
}
.o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent .o_Button_ButtonDark_ripple {
      background-color: #0c121c;
}
.o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent:not([disabled]) {
}
.o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent:not([disabled]).o_Button_ButtonDark_raised,
      .o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent:not([disabled]).o_Button_ButtonDark_floating {
        background: #fff;
        color: #fff;
}
.o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent:not([disabled]).o_Button_ButtonDark_flat,
      .o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent:not([disabled]).o_Button_ButtonDark_toggle {
}
.o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent:not([disabled]).o_Button_ButtonDark_flat:focus:not(:active), .o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent:not([disabled]).o_Button_ButtonDark_toggle:focus:not(:active) {
          background: #3aa2b9;
}
.o_Button_ButtonDark_buttonAccent.o_Button_ButtonDark_accent:not([disabled]).o_Button_ButtonDark_flat:hover {
        background: #3aa2b9;
}
.o_Button_ButtonDark_buttonPrimary {
}
.o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary {
}
.o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary:not([disabled]) {
      background-color: #f54336;
      color: #fff;
}
.o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary:not([disabled]):hover,
      .o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary:not([disabled]):active {
        color: #fff;
}
.o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary:not([disabled]).o_Button_ButtonDark_raised,
      .o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary:not([disabled]).o_Button_ButtonDark_floating {
        background: #f54336;
        color: #0c121c;
}
.o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary:not([disabled]).o_Button_ButtonDark_flat,
      .o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary:not([disabled]).o_Button_ButtonDark_toggle {
}
.o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary:not([disabled]).o_Button_ButtonDark_flat:focus:not(:active), .o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary:not([disabled]).o_Button_ButtonDark_toggle:focus:not(:active) {
          background: #da3928;
}
.o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary:not([disabled]).o_Button_ButtonDark_flat:hover {
        background: #da3928;
}
.o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary[disabled] {
      background-color: rgba(245, 67, 54, 0.5);
      color: rgba(255, 255, 255, 0.5);
}
.o_Button_ButtonDark_buttonPrimary.o_Button_ButtonDark_primary .o_Button_ButtonDark_ripple {
      background-color: #0c121c;
}
.o_Button_ButtonDark_buttonFloating {
}
.o_Button_ButtonDark_buttonFloating.o_Button_ButtonDark_floating {
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(12, 18, 28, 0.12), 0 6px 6px 0 rgba(12, 18, 28, 0.26);
    position: fixed;
    border-radius: 100%;
    bottom: 16px;
    color: rgba(12, 18, 28, 0.87);
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    padding: 0;
    position: fixed;
    right: 16px;
    width: 60px;
}
@media (min-width: 52.5em) {
  .o_Button_ButtonDark_buttonFloating.o_Button_ButtonDark_floating {
      bottom: 24px;
      right: 24px;
  }
    }
.o_Button_ButtonDark_buttonFloating.o_Button_ButtonDark_floating > .o_Button_ButtonDark_icon:not([data-react-toolbox='tooltip']) {
      line-height: inherit;
      margin: 0;
      vertical-align: middle;
}
.o_Button_ButtonDark_buttonFloating.o_Button_ButtonDark_floating .o_Button_ButtonDark_icon {
      color: rgba(12, 18, 28, 0.87);
}
.o_Button_ButtonDark_buttonFloating.o_Button_ButtonDark_floating .o_Button_ButtonDark_ripple {
      background-color: #0c121c;
}
.o_Button_ButtonDark_buttonFloating.o_Button_ButtonDark_floating:hover {
      box-shadow: 0 0 12px 0 rgba(12, 18, 28, 0.12), 0 12px 12px 0 rgba(12, 18, 28, 0.26);
}
.o_Button_ButtonDark_button {
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_primary,
  .o_Button_ButtonDark_button.o_Button_ButtonDark_neutral,
  .o_Button_ButtonDark_button.o_Button_ButtonDark_accent {
    padding: 0 40px;
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_small {
    padding: 0 8px;
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_large {
    font-size: 18px;
    height: 48px;
    padding: 0 80px;
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_blockLevel {
    display: block;
    font-size: 18px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_stacked {
    min-width: 0;
    min-width: initial;
    padding-bottom: 4px;
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_stacked.o_Button_ButtonDark_neutral {
      color: rgba(255, 255, 255, 0.7);
      font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_stacked.o_Button_ButtonDark_neutral:not([disabled]) {
        box-shadow: none;
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_stacked.o_Button_ButtonDark_neutral:hover {
        background: none;
        color: #fff;
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_stacked.o_Button_ButtonDark_primary,
    .o_Button_ButtonDark_button.o_Button_ButtonDark_stacked.o_Button_ButtonDark_accent {
      font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_stacked.o_Button_ButtonDark_primary,
    .o_Button_ButtonDark_button.o_Button_ButtonDark_stacked.o_Button_ButtonDark_accent,
    .o_Button_ButtonDark_button.o_Button_ButtonDark_stacked.o_Button_ButtonDark_neutral {
      padding-top: 3px;
      padding-left: 8px;
      padding-right: 8px;
      padding-bottom: 2px;
}
.o_Button_ButtonDark_button.o_Button_ButtonDark_stacked.o_Button_ButtonDark_inlineFlat {
      padding: 0;
}
.o_Button_ButtonDark_button .o_Button_ButtonDark_icon,
  .o_Button_ButtonDark_button > span:not([data-react-toolbox='tooltip']) {
    font-size: 1.5rem;
    margin-bottom: 1px;
    margin-right: 8px;
    opacity: 1;
    vertical-align: top;
}
.o_Button_ButtonDark_button > svg {
    height: 40px;
}
.o_Button_ButtonDark_button > span {
}
.o_Button_ButtonDark_button > span.o_Button_ButtonDark_rippleWrapper {
      margin: 0;
}
.o_Button_ButtonDark_button:hover {
    text-decoration: none;
}
.o_Button_ButtonDark_toggle {
  width: 40px
}
.o_Button_ButtonDark_toggle > .o_Button_ButtonDark_icon,
  .o_Button_ButtonDark_toggle svg {
    line-height: 40px;
}
/**
 * Button dark
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Neutral/Default Button Variables */
  /* Primary Button Variables */
  /* Flat Button Variables */
  /* Accent Button Variables */
  /* Floating Button Variables */
  /* Stacked Button Variables */
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Card_Card_handLinkContainer a {
  cursor: pointer;
}
.o_Card_Card_handContainer {
  cursor: pointer !important;
}
.o_Card_Card_nonHandContainer {
  cursor: auto !important;
}
a.o_Card_Card_handLink {
  cursor: pointer;
}
/**
 * Card base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Card */
  /* Title */
  /* Subtitle */
  /* Text */
  /* Positioning */
}
.o_Card_Card_card {
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.12)
}
.o_Card_Card_card.o_Card_Card_centered {
}
.o_Card_Card_card.o_Card_Card_centered .o_Card_Card_cardTitle {
}
.o_Card_Card_card.o_Card_Card_centered .o_Card_Card_cardTitle .o_Card_Card_title {
        font-size: 1.5rem;
}
.o_Card_Card_card.o_Card_Card_centered .o_Card_Card_cardTitle .o_Card_Card_title,
      .o_Card_Card_card.o_Card_Card_centered .o_Card_Card_cardTitle .o_Card_Card_subtitle {
        color: #fff;
}
.o_Card_Card_selectableCard {
}
.o_Card_Card_selectableCard:hover {
}
.o_Card_Card_selectableCard:hover .o_Card_Card_checkboxContainer {
      background: #f3f4f5;
}
.o_Card_Card_selectableCard .o_Card_Card_cardMedia {
    margin: 0;
}
.o_Card_Card_cardMedia {
  background-color: #f3f4f5;
  margin-bottom: 16px;
}
.o_Card_Card_cardTitle {
}
.o_Card_Card_cardTitle.o_Card_Card_small,
  .o_Card_Card_cardTitle.o_Card_Card_large {
}
.o_Card_Card_cardTitle.o_Card_Card_small:not(:first-child), .o_Card_Card_cardTitle.o_Card_Card_large:not(:first-child) {
      padding: 0 16px 0;
}
.o_Card_Card_cardTitle.o_Card_Card_small:not(:first-child) .o_Card_Card_subtitle, .o_Card_Card_cardTitle.o_Card_Card_large:not(:first-child) .o_Card_Card_subtitle {
        margin-bottom: 0.875rem;
}
.o_Card_Card_cardTitle.o_Card_Card_small .o_Card_Card_title, .o_Card_Card_cardTitle.o_Card_Card_large .o_Card_Card_title {
      color: rgba(12, 18, 28, 0.87);
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.5;
}
.o_Card_Card_cardTitle.o_Card_Card_small .o_Card_Card_subtitle, .o_Card_Card_cardTitle.o_Card_Card_large .o_Card_Card_subtitle {
      color: rgba(12, 18, 28, 0.6);
      font-size: 0.875rem;
      font-weight: normal;
      font-weight: initial;
      line-height: 20px;
}
.o_Card_Card_cardTitle .o_Card_Card_subtitle {
    color: rgba(12, 18, 28, 0.6);
}
.o_Card_Card_checkboxContainer {
  left: 8px;
  position: absolute;
  top: 8px;
}
.o_Card_Card_cardText {
  color: rgba(12, 18, 28, 0.6);
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 20px;
  padding: 0 16px
}
.o_Card_Card_cardText p {
    color: rgba(12, 18, 28, 0.6);
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0.875rem;
}
.o_Card_Card_cardText p:last-child {
      margin: 0;
}
.o_Card_Card_cardText:last-child {
    padding-bottom: 16px;
}
.o_Card_Card_cardText:first-of-type + .o_Card_Card_cardActions {
    margin-top: -8px;
}
.o_Card_Card_small {
  box-shadow: none
}
.o_Card_Card_small.o_Card_Card_small,
  .o_Card_Card_small.o_Card_Card_large {
}
.o_Card_Card_small.o_Card_Card_small .o_Card_Card_cardText,
    .o_Card_Card_small.o_Card_Card_small .o_Card_Card_cardMedia,
    .o_Card_Card_small.o_Card_Card_large .o_Card_Card_cardText,
    .o_Card_Card_small.o_Card_Card_large .o_Card_Card_cardMedia {
      margin: 0;
      padding: 0;
}
.o_Card_Card_small.o_Card_Card_small .o_Card_Card_cardTitle, .o_Card_Card_small.o_Card_Card_large .o_Card_Card_cardTitle {
      padding: 12px 0 !important;
}
/**
 * Card default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Card_CardDark_handLinkContainer a {
  cursor: pointer;
}
.o_Card_CardDark_handContainer {
  cursor: pointer !important;
}
.o_Card_CardDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Card_CardDark_handLink {
  cursor: pointer;
}
/**
 * Card base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Card */
  /* Title */
  /* Subtitle */
  /* Text */
  /* Positioning */
}
.o_Card_CardDark_card {
  background: #292f38;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12)
}
.o_Card_CardDark_card.o_Card_CardDark_centered {
}
.o_Card_CardDark_card.o_Card_CardDark_centered .o_Card_CardDark_cardTitle {
}
.o_Card_CardDark_card.o_Card_CardDark_centered .o_Card_CardDark_cardTitle .o_Card_CardDark_title {
        font-size: 1.5rem;
}
.o_Card_CardDark_card.o_Card_CardDark_centered .o_Card_CardDark_cardTitle .o_Card_CardDark_title,
      .o_Card_CardDark_card.o_Card_CardDark_centered .o_Card_CardDark_cardTitle .o_Card_CardDark_subtitle {
        color: #fff;
}
.o_Card_CardDark_selectableCard {
}
.o_Card_CardDark_selectableCard:hover {
}
.o_Card_CardDark_selectableCard:hover .o_Card_CardDark_checkboxContainer {
      background: #f3f4f5;
}
.o_Card_CardDark_selectableCard .o_Card_CardDark_cardMedia {
    margin: 0;
}
.o_Card_CardDark_cardMedia {
  background-color: #f3f4f5;
  margin-bottom: 16px;
}
.o_Card_CardDark_cardTitle {
}
.o_Card_CardDark_cardTitle.o_Card_CardDark_small,
  .o_Card_CardDark_cardTitle.o_Card_CardDark_large {
}
.o_Card_CardDark_cardTitle.o_Card_CardDark_small:not(:first-child), .o_Card_CardDark_cardTitle.o_Card_CardDark_large:not(:first-child) {
      padding: 0 16px 0;
}
.o_Card_CardDark_cardTitle.o_Card_CardDark_small:not(:first-child) .o_Card_CardDark_subtitle, .o_Card_CardDark_cardTitle.o_Card_CardDark_large:not(:first-child) .o_Card_CardDark_subtitle {
        margin-bottom: 0.875rem;
}
.o_Card_CardDark_cardTitle.o_Card_CardDark_small .o_Card_CardDark_title, .o_Card_CardDark_cardTitle.o_Card_CardDark_large .o_Card_CardDark_title {
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.5;
}
.o_Card_CardDark_cardTitle.o_Card_CardDark_small .o_Card_CardDark_subtitle, .o_Card_CardDark_cardTitle.o_Card_CardDark_large .o_Card_CardDark_subtitle {
      color: rgba(255, 255, 255, 0.7);
      font-size: 0.875rem;
      font-weight: normal;
      font-weight: initial;
      line-height: 20px;
}
.o_Card_CardDark_cardTitle .o_Card_CardDark_subtitle {
    color: rgba(12, 18, 28, 0.6);
}
.o_Card_CardDark_checkboxContainer {
  left: 8px;
  position: absolute;
  top: 8px;
}
.o_Card_CardDark_cardText {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 20px;
  padding: 0 16px
}
.o_Card_CardDark_cardText p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0.875rem;
}
.o_Card_CardDark_cardText p:last-child {
      margin: 0;
}
.o_Card_CardDark_cardText:last-child {
    padding-bottom: 16px;
}
.o_Card_CardDark_cardText:first-of-type + .o_Card_CardDark_cardActions {
    margin-top: -8px;
}
.o_Card_CardDark_small {
  box-shadow: none
}
.o_Card_CardDark_small.o_Card_CardDark_small,
  .o_Card_CardDark_small.o_Card_CardDark_large {
}
.o_Card_CardDark_small.o_Card_CardDark_small .o_Card_CardDark_cardText,
    .o_Card_CardDark_small.o_Card_CardDark_small .o_Card_CardDark_cardMedia,
    .o_Card_CardDark_small.o_Card_CardDark_large .o_Card_CardDark_cardText,
    .o_Card_CardDark_small.o_Card_CardDark_large .o_Card_CardDark_cardMedia {
      margin: 0;
      padding: 0;
}
.o_Card_CardDark_small.o_Card_CardDark_small .o_Card_CardDark_cardTitle, .o_Card_CardDark_small.o_Card_CardDark_large .o_Card_CardDark_cardTitle {
      padding: 12px 0 !important;
}
/**
 * Card dark
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Card */
  /* Title */
  /* Subtitle */
  /* Text */
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Checkbox_Checkbox_handLinkContainer a {
  cursor: pointer;
}
.o_Checkbox_Checkbox_handContainer {
  cursor: pointer !important;
}
.o_Checkbox_Checkbox_nonHandContainer {
  cursor: auto !important;
}
a.o_Checkbox_Checkbox_handLink {
  cursor: pointer;
}
/**
 * Checkbox base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Ripple */
  /* Active */
  /* Disabled */
  /* Inactive */
}
.o_Checkbox_Checkbox_field {
  height: 24px;
  margin-bottom: 0
}
.o_Checkbox_Checkbox_field .o_Checkbox_Checkbox_ripple {
    background-color: rgb(12, 18, 28);
    opacity: .12;
}
.o_Checkbox_Checkbox_check {
  background-clip: padding-box;
  border-color: rgba(12, 18, 28, 0.6);
  border-width: 2px;
  box-sizing: content-box;
  box-sizing: initial;
  height: 16px;
  margin: 2px;
  width: 16px
}
.o_Checkbox_Checkbox_check + .o_Checkbox_Checkbox_text {
    color: rgba(12, 18, 28, 0.6);
    line-height: 24px;
}
.o_Checkbox_Checkbox_check.o_Checkbox_Checkbox_checked {
    background-color: #fff;
    border-color: #0e7cb8;
}
.o_Checkbox_Checkbox_check.o_Checkbox_Checkbox_checked::after {
      border-color: #0e7cb8;
      transform:
        rotate(45deg)
        translateX(2px)
        translateY(1px)
        scale(.9);
}
.o_Checkbox_Checkbox_input {
  width: 24px;
  height: 24px
}
.o_Checkbox_Checkbox_input:focus {
}
.o_Checkbox_Checkbox_input:focus .o_Checkbox_Checkbox_check {
}
.o_Checkbox_Checkbox_input:focus .o_Checkbox_Checkbox_check::before {
        background-color: transparent;
}
.o_Checkbox_Checkbox_disabled {
}
.o_Checkbox_Checkbox_disabled > .o_Checkbox_Checkbox_check {
    border-color: rgba(12, 18, 28, 0.38);
}
.o_Checkbox_Checkbox_disabled > .o_Checkbox_Checkbox_check + .o_Checkbox_Checkbox_text {
      color: rgba(12, 18, 28, 0.38);
}
.o_Checkbox_Checkbox_disabled > .o_Checkbox_Checkbox_check.o_Checkbox_Checkbox_checked {
      background-color: #fff;
      border-color: rgba(12, 18, 28, 0.38);
}
.o_Checkbox_Checkbox_disabled > .o_Checkbox_Checkbox_check.o_Checkbox_Checkbox_checked::after {
        border-color: rgba(12, 18, 28, 0.38);
}
.o_Checkbox_Checkbox_disabled > .o_Checkbox_Checkbox_check.o_Checkbox_Checkbox_checked + .o_Checkbox_Checkbox_text {
        color: rgba(12, 18, 28, 0.38);
}
/**
 * Checkbox default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Checkbox_CheckboxDark_handLinkContainer a {
  cursor: pointer;
}
.o_Checkbox_CheckboxDark_handContainer {
  cursor: pointer !important;
}
.o_Checkbox_CheckboxDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Checkbox_CheckboxDark_handLink {
  cursor: pointer;
}
/**
 * Checkbox base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Ripple */
  /* Active */
  /* Disabled */
  /* Inactive */
}
.o_Checkbox_CheckboxDark_field {
  height: 24px;
  margin-bottom: 0
}
.o_Checkbox_CheckboxDark_field .o_Checkbox_CheckboxDark_ripple {
    background-color: rgb(255, 255, 255);
    opacity: .26;
}
.o_Checkbox_CheckboxDark_check {
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.7);
  border-width: 2px;
  box-sizing: content-box;
  box-sizing: initial;
  height: 16px;
  margin: 2px;
  width: 16px
}
.o_Checkbox_CheckboxDark_check + .o_Checkbox_CheckboxDark_text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
}
.o_Checkbox_CheckboxDark_check.o_Checkbox_CheckboxDark_checked {
    background-color: transparent;
    border-color: #43b9d3;
}
.o_Checkbox_CheckboxDark_check.o_Checkbox_CheckboxDark_checked::after {
      border-color: #43b9d3;
      transform:
        rotate(45deg)
        translateX(2px)
        translateY(1px)
        scale(.9);
}
.o_Checkbox_CheckboxDark_input {
  width: 24px;
  height: 24px
}
.o_Checkbox_CheckboxDark_input:focus {
}
.o_Checkbox_CheckboxDark_input:focus .o_Checkbox_CheckboxDark_check {
}
.o_Checkbox_CheckboxDark_input:focus .o_Checkbox_CheckboxDark_check::before {
        background-color: transparent;
}
.o_Checkbox_CheckboxDark_disabled {
}
.o_Checkbox_CheckboxDark_disabled > .o_Checkbox_CheckboxDark_check {
    border-color: rgba(255, 255, 255, 0.5);
}
.o_Checkbox_CheckboxDark_disabled > .o_Checkbox_CheckboxDark_check + .o_Checkbox_CheckboxDark_text {
      color: rgba(255, 255, 255, 0.5);
}
.o_Checkbox_CheckboxDark_disabled > .o_Checkbox_CheckboxDark_check.o_Checkbox_CheckboxDark_checked {
      background-color: transparent;
      border-color: rgba(255, 255, 255, 0.5);
}
.o_Checkbox_CheckboxDark_disabled > .o_Checkbox_CheckboxDark_check.o_Checkbox_CheckboxDark_checked::after {
        border-color: rgba(255, 255, 255, 0.5);
}
.o_Checkbox_CheckboxDark_disabled > .o_Checkbox_CheckboxDark_check.o_Checkbox_CheckboxDark_checked + .o_Checkbox_CheckboxDark_text {
        color: rgba(255, 255, 255, 0.5);
}
/**
 * Checkbox dark
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Ripple */
  /* Active */
  /* Disabled */
  /* Inactive */
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Contributor_Contributor_handLinkContainer a {
  cursor: pointer;
}
.o_Contributor_Contributor_handContainer {
  cursor: pointer !important;
}
.o_Contributor_Contributor_nonHandContainer {
  cursor: auto !important;
}
a.o_Contributor_Contributor_handLink {
  cursor: pointer;
}
/**
 * Contributor
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Contributor_Contributor_contributor {
  padding: 16px
}
.o_Contributor_Contributor_contributor .o_Contributor_Contributor_contributorInfo {
  margin-left: 16px;
}
.o_Contributor_Contributor_contributor .o_Contributor_Contributor_contributorInfo h3 {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  color: rgba(12, 18, 28, 0.87);
  font-size: 1rem;
  line-height: 1.5;
}
.o_Contributor_Contributor_contributor .o_Contributor_Contributor_contributorInfo span {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  color: rgba(12, 18, 28, 0.6);
  font-size: 0.875rem;
  line-height: 20px;
}
.o_Contributor_Contributor_contributor.o_Contributor_Contributor_noBio {
  padding-top: 8px;
  padding-bottom: 8px;
}
.o_Contributor_Contributor_contributor.o_Contributor_Contributor_noBio .o_Contributor_Contributor_contributorInfo {
  padding-top: 8px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Dialog_Dialog_handLinkContainer a {
  cursor: pointer;
}
.o_Dialog_Dialog_handContainer {
  cursor: pointer !important;
}
.o_Dialog_Dialog_nonHandContainer {
  cursor: auto !important;
}
a.o_Dialog_Dialog_handLink {
  cursor: pointer;
}
/**
 * Dialog
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Dialog_Dialog_dialog {
  min-height: auto;
  transition: opacity 0.2s;
  transform: none
}
@media (min-width: 64em) {
  .o_Dialog_Dialog_dialog {
    min-height: 550px;
  }
  }
.o_Dialog_Dialog_hasDivider {
}
.o_Dialog_Dialog_hasDivider .o_Dialog_Dialog_leftColumnContainer {
  border-color: rgba(12, 18, 28, 0.12);
}
.o_Dialog_Dialog_twoColumnContainer {
}
.o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_leftColumnContainer {
  display: block;
  width: auto;
}
@media (min-width: 64em) {
  .o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_leftColumnContainer {
    display: table-cell;
    width: 478px;
  }
}
.o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_mainContentContainer,
  .o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_leftColumnContainer {
  height: auto;
}
@media (min-width: 64em) {
  .o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_mainContentContainer,
  .o_Dialog_Dialog_twoColumnContainer .o_Dialog_Dialog_leftColumnContainer {
    height: 550px;
  }
}
.o_Dialog_Dialog_overlay  {
  background-color: rgba(22, 25, 30, 0.49);
}
.o_Dialog_Dialog_title {
  line-height: 1.5;
  padding-right: 20px;
  margin-bottom: 20px;
}
.o_Dialog_Dialog_body {
  color: rgba(12, 18, 28, 0.6);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Drawer_Drawer_handLinkContainer a {
  cursor: pointer;
}
.o_Drawer_Drawer_handContainer {
  cursor: pointer !important;
}
.o_Drawer_Drawer_nonHandContainer {
  cursor: auto !important;
}
a.o_Drawer_Drawer_handLink {
  cursor: pointer;
}
/**
 * Drawer base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Drawer_Drawer_drawer ul {
  list-style-type: none;
}
.o_Drawer_Drawer_overlay {
}
.o_Drawer_Drawer_overlay.o_Drawer_Drawer_active {
    background-color: rgba(0, 0, 0, 0.92);
}
.o_Drawer_Drawer_drawer {
  background-color: #fff;
  box-shadow: none;
  max-width: 320px;
  min-width: 280px;
  padding-bottom: 8px;
  transition-duration: 0.3s;
  width: calc(100% - 56px)
}
@media (min-width: 60em) {
  .o_Drawer_Drawer_drawer {
    max-width: 360px;
  }
  }
.o_Drawer_Drawer_drawer.o_Drawer_Drawer_active {
    border-right: 0;
    color: rgba(12, 18, 28, 0.87);
    transition-duration: 0.3s;
}
.o_Drawer_Drawer_drawer.o_Drawer_Drawer_active .o_Drawer_Drawer_closeButton:not([disabled]) {
      background: transparent;
}
.o_Drawer_Drawer_drawer .o_Drawer_Drawer_closeButton {
    color: #000;
    opacity: 0.6; /*TODO(pflanagan) We need properly named opacity variables */
    position: absolute;
    right: 16px;
    top: 8px;
    transition: all 0.2s ease;
}
.o_Drawer_Drawer_drawer .o_Drawer_Drawer_closeButton:hover {
      opacity: 1;
      transition: all 0.15s ease;
}
.o_Drawer_Drawer_drawer hr {
    margin-left: 16px;
    margin-right: 16px;
    opacity: 0.12; /*TODO(pflanagan) We need properly named opacity variables */
}
/**
 * Drawer default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Drawer_DrawerDark_handLinkContainer a {
  cursor: pointer;
}
.o_Drawer_DrawerDark_handContainer {
  cursor: pointer !important;
}
.o_Drawer_DrawerDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Drawer_DrawerDark_handLink {
  cursor: pointer;
}
/**
 * Drawer base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Drawer_DrawerDark_drawer ul {
  list-style-type: none;
}
.o_Drawer_DrawerDark_overlay {
}
.o_Drawer_DrawerDark_overlay.o_Drawer_DrawerDark_active {
    background-color: rgba(0, 0, 0, 0.92);
}
.o_Drawer_DrawerDark_drawer {
  background-color: #292f38;
  box-shadow: none;
  max-width: 320px;
  min-width: 280px;
  padding-bottom: 8px;
  transition-duration: 0.3s;
  width: calc(100% - 56px)
}
@media (min-width: 60em) {
  .o_Drawer_DrawerDark_drawer {
    max-width: 360px;
  }
  }
.o_Drawer_DrawerDark_drawer.o_Drawer_DrawerDark_active {
    border-right: 0;
    color: #fff;
    transition-duration: 0.3s;
}
.o_Drawer_DrawerDark_drawer.o_Drawer_DrawerDark_active .o_Drawer_DrawerDark_closeButton:not([disabled]) {
      background: transparent;
}
.o_Drawer_DrawerDark_drawer .o_Drawer_DrawerDark_closeButton {
    color: #000;
    opacity: 0.6; /*TODO(pflanagan) We need properly named opacity variables */
    position: absolute;
    right: 16px;
    top: 8px;
    transition: all 0.2s ease;
}
.o_Drawer_DrawerDark_drawer .o_Drawer_DrawerDark_closeButton:hover {
      opacity: 1;
      transition: all 0.15s ease;
}
.o_Drawer_DrawerDark_drawer hr {
    margin-left: 16px;
    margin-right: 16px;
    opacity: 0.12; /*TODO(pflanagan) We need properly named opacity variables */
}
/**
 * Drawer dark
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Drawer_DrawerDark_drawer {
}
.o_Drawer_DrawerDark_drawer .o_Drawer_DrawerDark_closeButton {
  color: #fff;
}
.o_Drawer_DrawerDark_drawer hr {
  opacity: 0.12;/*TODO(pflanagan) We need properly named opacity variables */
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Dropdown_Dropdown_handLinkContainer a {
  cursor: pointer;
}
.o_Dropdown_Dropdown_handContainer {
  cursor: pointer !important;
}
.o_Dropdown_Dropdown_nonHandContainer {
  cursor: auto !important;
}
a.o_Dropdown_Dropdown_handLink {
  cursor: pointer;
}
/**
 * Dropdown base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /**
   * Used for transition ease in
   */
  /**
   * Used for transition ease out
   */
  /**
   * Used to round the corners on the .values wrapper
   */
  /* Colors */
  /* Shadow */
}
/**
 * .values is the wrapper for the dropdown items
 */
.o_Dropdown_Dropdown_values {
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
  padding: 8px 0
}
.o_Dropdown_Dropdown_values > li {
    transition: all 0.2s ease;
    padding: 8px 16px;
    color: rgba(12, 18, 28, 0.87);
}
.o_Dropdown_Dropdown_values > li:hover {
      background-color: #f3f4f5;
      transition: all 0.15s ease;
      cursor: pointer;
}
.o_Dropdown_Dropdown_values > li .o_Dropdown_Dropdown_focused {
      background-color: #f3f4f5;
}
.o_Dropdown_Dropdown_values > li .o_Dropdown_Dropdown_focused:hover {
        background-color: #f3f4f5;
}
.o_Dropdown_Dropdown_values > li.o_Dropdown_Dropdown_selected {
      color: #ee3625;
}
.o_Dropdown_Dropdown_values .o_Dropdown_Dropdown_focused {
    background-color: transparent;
}
.o_Dropdown_Dropdown_values .o_Dropdown_Dropdown_focused:hover {
      background-color: #f3f4f5;
}
.o_Dropdown_Dropdown_values * {
}
.o_Dropdown_Dropdown_values *:focus {
      outline: 0;
}
/* .label and .icon shared styles */
.o_Dropdown_Dropdown_label,
.o_Dropdown_Dropdown_iconWrapper .o_Dropdown_Dropdown_icon {
  color: rgba(12, 18, 28, 0.6);
}
/**
 * The .required class is applied to a `*` within .label.
 */
.o_Dropdown_Dropdown_required {
}
.o_Dropdown_Dropdown_label .o_Dropdown_Dropdown_required,
  .o_Dropdown_Dropdown_inputInput .o_Dropdown_Dropdown_inputLabel .o_Dropdown_Dropdown_inputRequired {
    color: #c61609;
}
/* Inharited .inputLabel from .input and custom .templateValue styles */
.o_Dropdown_Dropdown_inputLabel,
.o_Dropdown_Dropdown_templateValue {
  border-color: solid 1px rgba(12, 18, 28, 0.12);
  color: rgba(12, 18, 28, 0.87);
}
/* Active */
.o_Dropdown_Dropdown_active {
}
.o_Dropdown_Dropdown_active > .o_Dropdown_Dropdown_values {
    border: 1px solid rgba(12, 18, 28, 0.12);
    box-shadow: 0 0 8px 0 rgba(12, 18, 28, 0.12);
    opacity: 1;
}
/* Used to style the error label container */
.o_Dropdown_Dropdown_error,
.o_Dropdown_Dropdown_inputError {
  color: #c61609;
}
/**
 * Errored state
 */
.o_Dropdown_Dropdown_errored {
}
.o_Dropdown_Dropdown_errored.o_Dropdown_Dropdown_field {
}
.o_Dropdown_Dropdown_errored.o_Dropdown_Dropdown_field > .o_Dropdown_Dropdown_label {
      color: rgba(12, 18, 28, 0.6);
}
.o_Dropdown_Dropdown_errored.o_Dropdown_Dropdown_field > .o_Dropdown_Dropdown_templateValue {
      border-color: #c61609;
}
.o_Dropdown_Dropdown_inputErrored {
}
.o_Dropdown_Dropdown_inputErrored .o_Dropdown_Dropdown_inputLabel {
    border-color: #c61609;
    color: rgba(12, 18, 28, 0.6);
}
/* Disabled */
.o_Dropdown_Dropdown_disabled {
}
.o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_inputInput .o_Dropdown_Dropdown_inputLabel,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_error,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_inputError,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_inputInput .o_Dropdown_Dropdown_inputLabel .o_Dropdown_Dropdown_inputRequired,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_templateValue,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_label,
  .o_Dropdown_Dropdown_disabled .o_Dropdown_Dropdown_required,
  .o_Dropdown_Dropdown_disabled ~ .o_Dropdown_Dropdown_iconWrapper .o_Dropdown_Dropdown_icon {
    color: rgba(12, 18, 28, 0.38) !important;
}
.o_Dropdown_Dropdown_disabled.o_Dropdown_Dropdown_field > .o_Dropdown_Dropdown_templateValue {
    border-color: rgba(12, 18, 28, 0.38);
}
.o_Dropdown_Dropdown_inputDisabled {
}
.o_Dropdown_Dropdown_inputDisabled .o_Dropdown_Dropdown_inputLabel {
    border-color: rgba(12, 18, 28, 0.38);
}
/**
 * Dropdown default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Dropdown_DropdownDark_handLinkContainer a {
  cursor: pointer;
}
.o_Dropdown_DropdownDark_handContainer {
  cursor: pointer !important;
}
.o_Dropdown_DropdownDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Dropdown_DropdownDark_handLink {
  cursor: pointer;
}
/**
 * Dropdown base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /**
   * Used for transition ease in
   */
  /**
   * Used for transition ease out
   */
  /**
   * Used to round the corners on the .values wrapper
   */
  /* Colors */
  /* Shadow */
}
/**
 * .values is the wrapper for the dropdown items
 */
.o_Dropdown_DropdownDark_values {
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
  padding: 8px 0
}
.o_Dropdown_DropdownDark_values > li {
    transition: all 0.2s ease;
    padding: 8px 16px;
    color: rgba(12, 18, 28, 0.87);
}
.o_Dropdown_DropdownDark_values > li:hover {
      background-color: #f3f4f5;
      transition: all 0.15s ease;
      cursor: pointer;
}
.o_Dropdown_DropdownDark_values > li .o_Dropdown_DropdownDark_focused {
      background-color: #f3f4f5;
}
.o_Dropdown_DropdownDark_values > li .o_Dropdown_DropdownDark_focused:hover {
        background-color: #f3f4f5;
}
.o_Dropdown_DropdownDark_values > li.o_Dropdown_DropdownDark_selected {
      color: #ee3625;
}
.o_Dropdown_DropdownDark_values .o_Dropdown_DropdownDark_focused {
    background-color: transparent;
}
.o_Dropdown_DropdownDark_values .o_Dropdown_DropdownDark_focused:hover {
      background-color: #f3f4f5;
}
.o_Dropdown_DropdownDark_values * {
}
.o_Dropdown_DropdownDark_values *:focus {
      outline: 0;
}
/* .label and .icon shared styles */
.o_Dropdown_DropdownDark_label,
.o_Dropdown_DropdownDark_iconWrapper .o_Dropdown_DropdownDark_icon {
  color: rgba(255, 255, 255, 0.7);
}
/**
 * The .required class is applied to a `*` within .label.
 */
.o_Dropdown_DropdownDark_required {
}
.o_Dropdown_DropdownDark_label .o_Dropdown_DropdownDark_required,
  .o_Dropdown_DropdownDark_inputInput .o_Dropdown_DropdownDark_inputLabel .o_Dropdown_DropdownDark_inputRequired {
    color: #ff7171;
}
/* Inharited .inputLabel from .input and custom .templateValue styles */
.o_Dropdown_DropdownDark_inputLabel,
.o_Dropdown_DropdownDark_templateValue {
  border-color: solid 1px rgba(12, 18, 28, 0.12);
  color: #fff;
}
/* Active */
.o_Dropdown_DropdownDark_active {
}
.o_Dropdown_DropdownDark_active > .o_Dropdown_DropdownDark_values {
    border: 1px solid rgba(12, 18, 28, 0.12);
    box-shadow: 0 0 8px 0 rgba(12, 18, 28, 0.12);
    opacity: 1;
}
/* Used to style the error label container */
.o_Dropdown_DropdownDark_error,
.o_Dropdown_DropdownDark_inputError {
  color: #ff7171;
}
/**
 * Errored state
 */
.o_Dropdown_DropdownDark_errored {
}
.o_Dropdown_DropdownDark_errored.o_Dropdown_DropdownDark_field {
}
.o_Dropdown_DropdownDark_errored.o_Dropdown_DropdownDark_field > .o_Dropdown_DropdownDark_label {
      color: rgba(255, 255, 255, 0.7);
}
.o_Dropdown_DropdownDark_errored.o_Dropdown_DropdownDark_field > .o_Dropdown_DropdownDark_templateValue {
      border-color: #ff7171;
}
.o_Dropdown_DropdownDark_inputErrored {
}
.o_Dropdown_DropdownDark_inputErrored .o_Dropdown_DropdownDark_inputLabel {
    border-color: #ff7171;
    color: rgba(255, 255, 255, 0.7);
}
/* Disabled */
.o_Dropdown_DropdownDark_disabled {
}
.o_Dropdown_DropdownDark_disabled .o_Dropdown_DropdownDark_inputInput .o_Dropdown_DropdownDark_inputLabel,
  .o_Dropdown_DropdownDark_disabled .o_Dropdown_DropdownDark_error,
  .o_Dropdown_DropdownDark_disabled .o_Dropdown_DropdownDark_inputError,
  .o_Dropdown_DropdownDark_disabled .o_Dropdown_DropdownDark_inputInput .o_Dropdown_DropdownDark_inputLabel .o_Dropdown_DropdownDark_inputRequired,
  .o_Dropdown_DropdownDark_disabled .o_Dropdown_DropdownDark_templateValue,
  .o_Dropdown_DropdownDark_disabled .o_Dropdown_DropdownDark_label,
  .o_Dropdown_DropdownDark_disabled .o_Dropdown_DropdownDark_required,
  .o_Dropdown_DropdownDark_disabled ~ .o_Dropdown_DropdownDark_iconWrapper .o_Dropdown_DropdownDark_icon {
    color: rgba(255, 255, 255, 0.5) !important;
}
.o_Dropdown_DropdownDark_disabled.o_Dropdown_DropdownDark_field > .o_Dropdown_DropdownDark_templateValue {
    border-color: rgba(255, 255, 255, 0.5);
}
.o_Dropdown_DropdownDark_inputDisabled {
}
.o_Dropdown_DropdownDark_inputDisabled .o_Dropdown_DropdownDark_inputLabel {
    border-color: rgba(255, 255, 255, 0.5);
}
/**
 * Dropdown dark
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Icon_Icon_handLinkContainer a {
  cursor: pointer;
}
.o_Icon_Icon_handContainer {
  cursor: pointer !important;
}
.o_Icon_Icon_nonHandContainer {
  cursor: auto !important;
}
a.o_Icon_Icon_handLink {
  cursor: pointer;
}
/**
 * Icon default
 * Theme override and extension of `oxygen-component` styling.
 */
@font-face {
  font-family: Shutterstock-Icons;
  font-weight: normal;
  font-style: normal;
  src: url(data:application/font-woff2;base64,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) format('woff2'),
       url(data:application/font-woff;base64,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) format('woff');
}
.o_Icon_Icon_icon {
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  direction: ltr;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: normal;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 40px;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.o_Icon_Icon_icon:before {
  font-family: Shutterstock-Icons;
}
.o_Icon_Icon_icon[data-icon="account-settings"]:before {
  content: "\E940";
}
.o_Icon_Icon_icon[data-icon="all-images"]:before {
  content: "\E92B";
}
.o_Icon_Icon_icon[data-icon="arrow-down"]:before {
  content: "\E900";
}
.o_Icon_Icon_icon[data-icon="arrow-left"]:before {
  content: "\E901";
}
.o_Icon_Icon_icon[data-icon="arrow-right"]:before {
  content: "\E902";
}
.o_Icon_Icon_icon[data-icon="arrow-up"]:before {
  content: "\E903";
}
.o_Icon_Icon_icon[data-icon="blog"]:before {
  content: "\E904";
}
.o_Icon_Icon_icon[data-icon="bracket"]:before {
  content: "\E909";
}
.o_Icon_Icon_icon[data-icon="caret-down"]:before {
  content: "\E905";
}
.o_Icon_Icon_icon[data-icon="caret-up"]:before {
  content: "\E90A";
}
.o_Icon_Icon_icon[data-icon="chat"]:before {
  content: "\E90B";
}
.o_Icon_Icon_icon[data-icon="check"]:before {
  content: "\E90C";
}
.o_Icon_Icon_icon[data-icon="chevron-down"]:before {
  content: "\E90D";
}
.o_Icon_Icon_icon[data-icon="chevron-left"]:before {
  content: "\E90E";
}
.o_Icon_Icon_icon[data-icon="chevron-right"]:before {
  content: "\E90F";
}
.o_Icon_Icon_icon[data-icon="chevron-up"]:before {
  content: "\E910";
}
.o_Icon_Icon_icon[data-icon="close"]:before {
  content: "\E911";
}
.o_Icon_Icon_icon[data-icon="collections"]:before {
  content: "\E941";
}
.o_Icon_Icon_icon[data-icon="copy"]:before {
  content: "\E912";
}
.o_Icon_Icon_icon[data-icon="credit-card"]:before {
  content: "\E913";
}
.o_Icon_Icon_icon[data-icon="document"]:before {
  content: "\E94D";
}
.o_Icon_Icon_icon[data-icon="download-comp"]:before {
  content: "\E914";
}
.o_Icon_Icon_icon[data-icon="download"]:before {
  content: "\E915";
}
.o_Icon_Icon_icon[data-icon="edit"]:before {
  content: "\E916";
}
.o_Icon_Icon_icon[data-icon="editor"]:before {
  content: "\E917";
}
.o_Icon_Icon_icon[data-icon="editorial"]:before {
  content: "\E94E";
}
.o_Icon_Icon_icon[data-icon="email"]:before {
  content: "\E919";
}
.o_Icon_Icon_icon[data-icon="Facebook"]:before {
  content: "\E91A";
}
.o_Icon_Icon_icon[data-icon="filter"]:before {
  content: "\E942";
}
.o_Icon_Icon_icon[data-icon="flexibility"]:before {
  content: "\E94F";
}
.o_Icon_Icon_icon[data-icon="fullscreen"]:before {
  content: "\E944";
}
.o_Icon_Icon_icon[data-icon="fullscreen-off"]:before {
  content: "\E943";
}
.o_Icon_Icon_icon[data-icon="genre"]:before {
  content: "\E945";
}
.o_Icon_Icon_icon[data-icon="Google-Plus"]:before {
  content: "\E91B";
}
.o_Icon_Icon_icon[data-icon="grid-view"]:before {
  content: "\E91C";
}
.o_Icon_Icon_icon[data-icon="home"]:before {
  content: "\E91D";
}
.o_Icon_Icon_icon[data-icon="icons"]:before {
  content: "\E91E";
}
.o_Icon_Icon_icon[data-icon="illustrations"]:before {
  content: "\E91F";
}
.o_Icon_Icon_icon[data-icon="info"]:before {
  content: "\E920";
}
.o_Icon_Icon_icon[data-icon="information"]:before {
  content: "\E921";
}
.o_Icon_Icon_icon[data-icon="Instagram"]:before {
  content: "\E922";
}
.o_Icon_Icon_icon[data-icon="language"]:before {
  content: "\E955";
}
.o_Icon_Icon_icon[data-icon="large-preview"]:before {
  content: "\E923";
}
.o_Icon_Icon_icon[data-icon="Linkedin"]:before {
  content: "\E924";
}
.o_Icon_Icon_icon[data-icon="list-view"]:before {
  content: "\E925";
}
.o_Icon_Icon_icon[data-icon="lock"]:before {
  content: "\E918";
}
.o_Icon_Icon_icon[data-icon="menu"]:before {
  content: "\E926";
}
.o_Icon_Icon_icon[data-icon="mood"]:before {
  content: "\E946";
}
.o_Icon_Icon_icon[data-icon="more"]:before {
  content: "\E927";
}
.o_Icon_Icon_icon[data-icon="mosaic-view"]:before {
  content: "\E928";
}
.o_Icon_Icon_icon[data-icon="move-to"]:before {
  content: "\E929";
}
.o_Icon_Icon_icon[data-icon="music"]:before {
  content: "\E92A";
}
.o_Icon_Icon_icon[data-icon="photos"]:before {
  content: "\E94A";
}
.o_Icon_Icon_icon[data-icon="Pinterest"]:before {
  content: "\E92C";
}
.o_Icon_Icon_icon[data-icon="pause"]:before {
  content: "\E94B";
}
.o_Icon_Icon_icon[data-icon="play"]:before {
  content: "\E947";
}
.o_Icon_Icon_icon[data-icon="plus"]:before {
  content: "\E92D";
}
.o_Icon_Icon_icon[data-icon="redo"]:before {
  content: "\E950";
}
.o_Icon_Icon_icon[data-icon="replay"]:before {
  content: "\E92E";
}
.o_Icon_Icon_icon[data-icon="save"]:before {
  content: "\E951";
}
.o_Icon_Icon_icon[data-icon="save-to"]:before {
  content: "\E92F";
}
.o_Icon_Icon_icon[data-icon="search-by-image"]:before {
  content: "\E930";
}
.o_Icon_Icon_icon[data-icon="search"]:before {
  content: "\E931";
}
.o_Icon_Icon_icon[data-icon="share"]:before {
  content: "\E932";
}
.o_Icon_Icon_icon[data-icon="shopping-cart"]:before {
  content: "\E933";
}
.o_Icon_Icon_icon[data-icon="stop"]:before {
  content: "\E934";
}
.o_Icon_Icon_icon[data-icon="sound-off"]:before {
  content: "\E948";
}
.o_Icon_Icon_icon[data-icon="sound-on"]:before {
  content: "\E949";
}
.o_Icon_Icon_icon[data-icon="success"]:before {
  content: "\E935";
}
.o_Icon_Icon_icon[data-icon="trash"]:before {
  content: "\E936";
}
.o_Icon_Icon_icon[data-icon="Tumblr"]:before {
  content: "\E938";
}
.o_Icon_Icon_icon[data-icon="Twitter"]:before {
  content: "\E939";
}
.o_Icon_Icon_icon[data-icon="undo"]:before {
  content: "\E952";
}
.o_Icon_Icon_icon[data-icon="user"]:before {
  content: "\E93A";
}
.o_Icon_Icon_icon[data-icon="vectors"]:before {
  content: "\E93B";
}
.o_Icon_Icon_icon[data-icon="video"]:before {
  content: "\E93C";
}
.o_Icon_Icon_icon[data-icon="Vimeo"]:before {
  content: "\E93D";
}
.o_Icon_Icon_icon[data-icon="visibility"]:before {
  content: "\E954";
}
.o_Icon_Icon_icon[data-icon="visibility-off"]:before {
  content: "\E953";
}
.o_Icon_Icon_icon[data-icon="visually-similar"]:before {
  content: "\E93E";
}
.o_Icon_Icon_icon[data-icon="YouTube"]:before {
  content: "\E93F";
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Icon_IconDark_handLinkContainer a {
  cursor: pointer;
}
.o_Icon_IconDark_handContainer {
  cursor: pointer !important;
}
.o_Icon_IconDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Icon_IconDark_handLink {
  cursor: pointer;
}
/**
 * Icon default
 * Theme override and extension of `oxygen-component` styling.
 */
@font-face {
  font-family: Shutterstock-Icons;
  font-weight: normal;
  font-style: normal;
  src: url(data:application/font-woff2;base64,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) format('woff2'),
       url(data:application/font-woff;base64,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) format('woff');
}
.o_Icon_IconDark_icon {
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  direction: ltr;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: normal;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 40px;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.o_Icon_IconDark_icon:before {
    font-family: Shutterstock-Icons;
}
.o_Icon_IconDark_icon[data-icon="account-settings"]:before {
    content: "\E940";
}
.o_Icon_IconDark_icon[data-icon="all-images"]:before {
    content: "\E92B";
}
.o_Icon_IconDark_icon[data-icon="arrow-down"]:before {
    content:"\E900";
}
.o_Icon_IconDark_icon[data-icon="arrow-left"]:before {
    content: "\E901";
}
.o_Icon_IconDark_icon[data-icon="arrow-right"]:before {
    content: "\E902";
}
.o_Icon_IconDark_icon[data-icon="arrow-up"]:before {
    content: "\E903";
}
.o_Icon_IconDark_icon[data-icon="blog"]:before {
    content: "\E904";
}
.o_Icon_IconDark_icon[data-icon="bracket"]:before {
    content: "\E909";
}
.o_Icon_IconDark_icon[data-icon="caret-down"]:before {
    content: "\E905";
}
.o_Icon_IconDark_icon[data-icon="caret-up"]:before {
    content: "\E90A";
}
.o_Icon_IconDark_icon[data-icon="chat"]:before {
    content: "\E90B";
}
.o_Icon_IconDark_icon[data-icon="check"]:before {
    content: "\E90C";
}
.o_Icon_IconDark_icon[data-icon="chevron-down"]:before {
    content: "\E90D";
}
.o_Icon_IconDark_icon[data-icon="chevron-left"]:before {
    content: "\E90E";
}
.o_Icon_IconDark_icon[data-icon="chevron-right"]:before {
    content: "\E90F";
}
.o_Icon_IconDark_icon[data-icon="chevron-up"]:before {
    content: "\E910";
}
.o_Icon_IconDark_icon[data-icon="close"]:before {
    content: "\E911";
}
.o_Icon_IconDark_icon[data-icon="collections"]:before {
    content: "\E941";
}
.o_Icon_IconDark_icon[data-icon="copy"]:before {
    content: "\E912";
}
.o_Icon_IconDark_icon[data-icon="credit-card"]:before {
    content: "\E913";
}
.o_Icon_IconDark_icon[data-icon="document"]:before {
    content: "\E94D";
}
.o_Icon_IconDark_icon[data-icon="download-comp"]:before {
    content: "\E914";
}
.o_Icon_IconDark_icon[data-icon="download"]:before {
    content: "\E915";
}
.o_Icon_IconDark_icon[data-icon="edit"]:before {
    content: "\E916";
}
.o_Icon_IconDark_icon[data-icon="editor"]:before {
    content: "\E917";
}
.o_Icon_IconDark_icon[data-icon="editorial"]:before {
    content: "\E94E";
}
.o_Icon_IconDark_icon[data-icon="email"]:before {
    content: "\E919";
}
.o_Icon_IconDark_icon[data-icon="Facebook"]:before {
    content: "\E91A";
}
.o_Icon_IconDark_icon[data-icon="filter"]:before {
    content: "\E942";
}
.o_Icon_IconDark_icon[data-icon="flexibility"]:before {
    content: "\E94F";
}
.o_Icon_IconDark_icon[data-icon="fullscreen"]:before {
    content: "\E944";
}
.o_Icon_IconDark_icon[data-icon="fullscreen-off"]:before {
    content: "\E943";
}
.o_Icon_IconDark_icon[data-icon="genre"]:before {
    content: "\E945";
}
.o_Icon_IconDark_icon[data-icon="Google-Plus"]:before {
    content: "\E91B";
}
.o_Icon_IconDark_icon[data-icon="grid-view"]:before {
    content: "\E91C";
}
.o_Icon_IconDark_icon[data-icon="home"]:before {
    content: "\E91D";
}
.o_Icon_IconDark_icon[data-icon="icons"]:before {
    content: "\E91E";
}
.o_Icon_IconDark_icon[data-icon="illustrations"]:before {
    content: "\E91F";
}
.o_Icon_IconDark_icon[data-icon="info"]:before {
    content: "\E920";
}
.o_Icon_IconDark_icon[data-icon="information"]:before {
    content: "\E921";
}
.o_Icon_IconDark_icon[data-icon="Instagram"]:before {
    content: "\E922";
}
.o_Icon_IconDark_icon[data-icon="language"]:before {
    content: "\E955";
}
.o_Icon_IconDark_icon[data-icon="large-preview"]:before {
    content: "\E923";
}
.o_Icon_IconDark_icon[data-icon="Linkedin"]:before {
    content: "\E924";
}
.o_Icon_IconDark_icon[data-icon="list-view"]:before {
    content: "\E925";
}
.o_Icon_IconDark_icon[data-icon="lock"]:before {
    content: "\E918";
}
.o_Icon_IconDark_icon[data-icon="menu"]:before {
    content: "\E926";
}
.o_Icon_IconDark_icon[data-icon="mood"]:before {
    content: "\E946";
}
.o_Icon_IconDark_icon[data-icon="more"]:before {
    content: "\E927";
}
.o_Icon_IconDark_icon[data-icon="mosaic-view"]:before {
    content: "\E928";
}
.o_Icon_IconDark_icon[data-icon="move-to"]:before {
    content: "\E929";
}
.o_Icon_IconDark_icon[data-icon="music"]:before {
    content: "\E92A";
}
.o_Icon_IconDark_icon[data-icon="photos"]:before {
    content: "\E94A";
}
.o_Icon_IconDark_icon[data-icon="Pinterest"]:before {
    content: "\E92C";
}
.o_Icon_IconDark_icon[data-icon="pause"]:before {
    content: "\E94B";
}
.o_Icon_IconDark_icon[data-icon="play"]:before {
    content: "\E947";
}
.o_Icon_IconDark_icon[data-icon="plus"]:before {
    content: "\E92D";
}
.o_Icon_IconDark_icon[data-icon="redo"]:before {
    content: "\E950";
}
.o_Icon_IconDark_icon[data-icon="replay"]:before {
    content: "\E92E";
}
.o_Icon_IconDark_icon[data-icon="save"]:before {
    content: "\E951";
}
.o_Icon_IconDark_icon[data-icon="save-to"]:before {
    content: "\E92F";
}
.o_Icon_IconDark_icon[data-icon="search-by-image"]:before {
    content: "\E930";
}
.o_Icon_IconDark_icon[data-icon="search"]:before {
    content: "\E931";
}
.o_Icon_IconDark_icon[data-icon="share"]:before {
    content: "\E932";
}
.o_Icon_IconDark_icon[data-icon="shopping-cart"]:before {
    content: "\E933";
}
.o_Icon_IconDark_icon[data-icon="stop"]:before {
    content: "\E934";
}
.o_Icon_IconDark_icon[data-icon="sound-off"]:before {
    content: "\E948";
}
.o_Icon_IconDark_icon[data-icon="sound-on"]:before {
    content: "\E949";
}
.o_Icon_IconDark_icon[data-icon="success"]:before {
    content: "\E935";
}
.o_Icon_IconDark_icon[data-icon="trash"]:before {
    content: "\E936";
}
.o_Icon_IconDark_icon[data-icon="Tumblr"]:before {
    content: "\E938";
}
.o_Icon_IconDark_icon[data-icon="Twitter"]:before {
    content: "\E939";
}
.o_Icon_IconDark_icon[data-icon="undo"]:before {
    content: "\E952";
}
.o_Icon_IconDark_icon[data-icon="user"]:before {
    content: "\E93A";
}
.o_Icon_IconDark_icon[data-icon="vectors"]:before {
    content: "\E93B";
}
.o_Icon_IconDark_icon[data-icon="video"]:before {
    content: "\E93C";
}
.o_Icon_IconDark_icon[data-icon="Vimeo"]:before {
    content: "\E93D";
}
.o_Icon_IconDark_icon[data-icon="visibility"]:before {
    content: "\E954";
}
.o_Icon_IconDark_icon[data-icon="visibility-off"]:before {
    content: "\E953";
}
.o_Icon_IconDark_icon[data-icon="visually-similar"]:before {
    content: "\E93E";
}
.o_Icon_IconDark_icon[data-icon="YouTube"]:before {
    content: "\E93F";
}
/**
 * Icon dark
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_IconButton_IconButton_handLinkContainer a {
  cursor: pointer;
}
.o_IconButton_IconButton_handContainer {
  cursor: pointer !important;
}
.o_IconButton_IconButton_nonHandContainer {
  cursor: auto !important;
}
a.o_IconButton_IconButton_handLink {
  cursor: pointer;
}
/**
 * Button base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Neutral/Default Button Variables */
  /* Primary Button Variables */
  /* Flat Button Variables */
  /* Accent Button Variables */
  /* Button Ripple Variables */
  /* Button Icon Variables */
  /* Small, Medium, Large button size/padding Variables */
}
/*
  composing button to be used here in `.button` selector,
  but also in `IconButton`s `.toggle` root selector.
*/
.o_IconButton_IconButton_buttonBase {
  border-radius: 2px;
  font-size: 0.9375rem;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  text-transform: none;
  cursor: pointer;
  min-width: 0
}
.o_IconButton_IconButton_buttonBase.o_IconButton_IconButton_neutral,
  .o_IconButton_IconButton_buttonBase.o_IconButton_IconButton_primary,
  .o_IconButton_IconButton_buttonBase.o_IconButton_IconButton_accent {
    font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_IconButton_IconButton_buttonWithRipple {
}
.o_IconButton_IconButton_buttonWithRipple .o_IconButton_IconButton_ripple {
    opacity: .06;
}
.o_IconButton_IconButton_buttonFlat {
}
.o_IconButton_IconButton_buttonFlat.o_IconButton_IconButton_flat {
    box-shadow: none;
    color: #0e7cb8;
    padding: 0 8px;
    background: none;
}
.o_IconButton_IconButton_buttonFlat.o_IconButton_IconButton_flat.o_IconButton_IconButton_inlineFlat {
      padding: 0;
}
.o_IconButton_IconButton_buttonFlat.o_IconButton_IconButton_flat:hover,
    .o_IconButton_IconButton_buttonFlat.o_IconButton_IconButton_flat:active,
    .o_IconButton_IconButton_buttonFlat.o_IconButton_IconButton_flat:focus {
      background-color: transparent;
      color: rgba(12, 18, 28, 0.87);
}
.o_IconButton_IconButton_buttonFlat.o_IconButton_IconButton_flat[disabled] {
      box-shadow: none;
      color: rgba(14, 124, 184, 0.38);
}
.o_IconButton_IconButton_buttonNeutral {
}
.o_IconButton_IconButton_buttonNeutral.o_IconButton_IconButton_neutral {
}
.o_IconButton_IconButton_buttonNeutral.o_IconButton_IconButton_neutral:hover,
    .o_IconButton_IconButton_buttonNeutral.o_IconButton_IconButton_neutral:active {
      background: #3d444f;
      color: #fff;
}
.o_IconButton_IconButton_buttonNeutral.o_IconButton_IconButton_neutral[disabled] {
      box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.38);
      color: rgba(12, 18, 28, 0.38);
}
.o_IconButton_IconButton_buttonNeutral.o_IconButton_IconButton_neutral.o_IconButton_IconButton_stacked {
      box-shadow: none;
}
.o_IconButton_IconButton_buttonNeutral.o_IconButton_IconButton_neutral .o_IconButton_IconButton_ripple {
      background-color: #fff;
}
.o_IconButton_IconButton_buttonNeutral.o_IconButton_IconButton_neutral:not([disabled]) {
      box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.87);
      color: rgba(12, 18, 28, 0.87);
}
.o_IconButton_IconButton_buttonNeutral.o_IconButton_IconButton_neutral:not([disabled]):hover,
      .o_IconButton_IconButton_buttonNeutral.o_IconButton_IconButton_neutral:not([disabled]):active {
        background-color: #3d444f;
        box-shadow: inset 0 0 0 1px #3d444f;
        color: #fff;
}
.o_IconButton_IconButton_buttonAccent {
}
.o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent {
    background-color: #43b9d3;
    box-shadow: none;
    color: #fff;
}
.o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent:hover,
    .o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent:active {
      background-color: #3aa2b9;
      color: #fff;
}
.o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent[disabled] {
      background-color: rgba(67, 185, 211, 0.38);
      box-shadow: none;
      color: rgba(255, 255, 255, 0.38);
}
.o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent .o_IconButton_IconButton_ripple {
      background-color: #0c121c;
}
.o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent:not([disabled]) {
}
.o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent:not([disabled]).o_IconButton_IconButton_raised,
      .o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent:not([disabled]).o_IconButton_IconButton_floating {
        background: #fff;
        color: #fff;
}
.o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent:not([disabled]).o_IconButton_IconButton_flat,
      .o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent:not([disabled]).o_IconButton_IconButton_toggle {
}
.o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent:not([disabled]).o_IconButton_IconButton_flat:focus:not(:active), .o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent:not([disabled]).o_IconButton_IconButton_toggle:focus:not(:active) {
          background: #3aa2b9;
}
.o_IconButton_IconButton_buttonAccent.o_IconButton_IconButton_accent:not([disabled]).o_IconButton_IconButton_flat:hover {
        background: #3aa2b9;
}
.o_IconButton_IconButton_buttonPrimary {
}
.o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary {
}
.o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary:not([disabled]) {
      background-color: #f54336;
      color: #fff;
}
.o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary:not([disabled]):hover,
      .o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary:not([disabled]):active {
        color: #fff;
}
.o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary:not([disabled]).o_IconButton_IconButton_raised,
      .o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary:not([disabled]).o_IconButton_IconButton_floating {
        background: #f54336;
        color: #0c121c;
}
.o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary:not([disabled]).o_IconButton_IconButton_flat,
      .o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary:not([disabled]).o_IconButton_IconButton_toggle {
}
.o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary:not([disabled]).o_IconButton_IconButton_flat:focus:not(:active), .o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary:not([disabled]).o_IconButton_IconButton_toggle:focus:not(:active) {
          background: #da3928;
}
.o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary:not([disabled]).o_IconButton_IconButton_flat:hover {
        background: #da3928;
}
.o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary[disabled] {
      background-color: rgba(245, 67, 54, 0.38);
      color: rgba(255, 255, 255, 0.5);
}
.o_IconButton_IconButton_buttonPrimary.o_IconButton_IconButton_primary .o_IconButton_IconButton_ripple {
      background-color: #0c121c;
}
.o_IconButton_IconButton_buttonFloating {
}
.o_IconButton_IconButton_buttonFloating.o_IconButton_IconButton_floating {
    background-color: rgba(22, 25, 30, 0.7);
    box-shadow: 0 0 6px 0 rgba(12, 18, 28, 0.12), 0 6px 6px 0 rgba(12, 18, 28, 0.26);
    position: fixed;
    border-radius: 100%;
    bottom: 16px;
    color: #fff;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    padding: 0;
    position: fixed;
    right: 16px;
    width: 60px;
}
@media (min-width: 52.5em) {
  .o_IconButton_IconButton_buttonFloating.o_IconButton_IconButton_floating {
      bottom: 24px;
      right: 24px;
  }
    }
.o_IconButton_IconButton_buttonFloating.o_IconButton_IconButton_floating > .o_IconButton_IconButton_icon:not([data-react-toolbox='tooltip']) {
      line-height: inherit;
      margin: 0;
      vertical-align: middle;
}
.o_IconButton_IconButton_buttonFloating.o_IconButton_IconButton_floating .o_IconButton_IconButton_icon {
      color: #fff;
}
.o_IconButton_IconButton_buttonFloating.o_IconButton_IconButton_floating .o_IconButton_IconButton_ripple {
      background-color: #fff;
}
.o_IconButton_IconButton_buttonFloating.o_IconButton_IconButton_floating:hover {
      box-shadow: 0 0 12px 0 rgba(12, 18, 28, 0.12), 0 12px 12px 0 rgba(12, 18, 28, 0.26);
}
.o_IconButton_IconButton_button {
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_primary,
  .o_IconButton_IconButton_button.o_IconButton_IconButton_neutral,
  .o_IconButton_IconButton_button.o_IconButton_IconButton_accent {
    padding: 0 40px;
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_small {
    padding: 0 8px;
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_large {
    font-size: 18px;
    height: 48px;
    padding: 0 80px;
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_blockLevel {
    display: block;
    font-size: 18px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_stacked {
    min-width: 0;
    min-width: initial;
    padding-bottom: 4px;
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_stacked.o_IconButton_IconButton_neutral {
      color: rgba(12, 18, 28, 0.6);
      font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_stacked.o_IconButton_IconButton_neutral:not([disabled]) {
        box-shadow: none;
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_stacked.o_IconButton_IconButton_neutral:hover {
        background: none;
        color: rgba(12, 18, 28, 0.87);
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_stacked.o_IconButton_IconButton_primary,
    .o_IconButton_IconButton_button.o_IconButton_IconButton_stacked.o_IconButton_IconButton_accent {
      font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_stacked.o_IconButton_IconButton_primary,
    .o_IconButton_IconButton_button.o_IconButton_IconButton_stacked.o_IconButton_IconButton_accent,
    .o_IconButton_IconButton_button.o_IconButton_IconButton_stacked.o_IconButton_IconButton_neutral {
      padding-top: 3px;
      padding-left: 8px;
      padding-right: 8px;
      padding-bottom: 2px;
}
.o_IconButton_IconButton_button.o_IconButton_IconButton_stacked.o_IconButton_IconButton_inlineFlat {
      padding: 0;
}
.o_IconButton_IconButton_button .o_IconButton_IconButton_icon,
  .o_IconButton_IconButton_button > span:not([data-react-toolbox='tooltip']) {
    font-size: 1.5rem;
    margin-bottom: 1px;
    margin-right: 8px;
    opacity: 1;
    vertical-align: top;
}
.o_IconButton_IconButton_button > svg {
    height: 40px;
}
.o_IconButton_IconButton_button > span {
}
.o_IconButton_IconButton_button > span.o_IconButton_IconButton_rippleWrapper {
      margin: 0;
}
.o_IconButton_IconButton_button:hover {
    text-decoration: none;
}
.o_IconButton_IconButton_toggle {
  width: 40px
}
.o_IconButton_IconButton_toggle > .o_IconButton_IconButton_icon,
  .o_IconButton_IconButton_toggle svg {
    line-height: 40px;
}
/**
 * Button Default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * IconButton base
 * Theme override and extension of `oxygen-component` styling.
 */
/* .toggle seems to be the root selector for IconButton */
/* https://github.com/react-toolbox/react-toolbox/blob/dev/components/button/IconButton.js#L83 */
:root {
  /* Button Ripple Variables */
}
.o_IconButton_IconButton_toggle {
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  width: 40px
}
.o_IconButton_IconButton_toggle:hover {
}
.o_IconButton_IconButton_toggle:hover .o_IconButton_IconButton_icon {
      color: rgba(12, 18, 28, 0.87);
      transition: all 0.2s ease;
}
.o_IconButton_IconButton_toggle > .o_IconButton_IconButton_rippleWrapper {
    border-radius: 0;
}
.o_IconButton_IconButton_toggle .o_IconButton_IconButton_icon {
    font-size: 1.5rem;
    margin: 0 auto;
    transition: all 0.15s ease;
}
.o_IconButton_IconButton_toggle .o_IconButton_IconButton_icon::before {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 24px;
      position: relative;
      top: 3px;
      width: 24px;
}
.o_IconButton_IconButton_toggle.o_IconButton_IconButton_neutral {
}
.o_IconButton_IconButton_toggle.o_IconButton_IconButton_neutral.o_IconButton_IconButton_toggle {
}
.o_IconButton_IconButton_toggle.o_IconButton_IconButton_neutral.o_IconButton_IconButton_toggle:not([disabled]) {
        color: rgba(12, 18, 28, 0.6);
}
.o_IconButton_IconButton_toggle.o_IconButton_IconButton_neutral.o_IconButton_IconButton_toggle([disabled]) {
        background-color: rgba(243, 244, 245, 0.38);
}
.o_IconButton_IconButton_toggle.o_IconButton_IconButton_neutral.o_IconButton_IconButton_toggle.o_IconButton_IconButton_hasBg {
        background-color: #f3f4f5;
        border-color: rgba(243, 244, 245, 0.38);
        color: rgba(12, 18, 28, 0.38);
}
.o_IconButton_IconButton_toggle.o_IconButton_IconButton_neutral.o_IconButton_IconButton_reverseHover {
}
.o_IconButton_IconButton_toggle.o_IconButton_IconButton_neutral.o_IconButton_IconButton_reverseHover:not([disabled]) {
        color: rgba(12, 18, 28, 0.87);
}
.o_IconButton_IconButton_toggle.o_IconButton_IconButton_neutral.o_IconButton_IconButton_reverseHover:hover {
}
.o_IconButton_IconButton_toggle.o_IconButton_IconButton_neutral.o_IconButton_IconButton_reverseHover:hover .o_IconButton_IconButton_icon {
          color: rgba(12, 18, 28, 0.6);
}
.o_IconButton_IconButton_primary {
}
.o_IconButton_IconButton_primary:hover {
    background-color: #da3928;
}
.o_IconButton_IconButton_badge {
}
.o_IconButton_IconButton_badge:after {
    background-color: #f54336;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 6px;
    top: 8px;
    width: 8px;
}
.o_IconButton_IconButton_ripple {
  opacity: .06;
}
/**
 * IconButton default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_IconButton_IconButtonDark_handLinkContainer a {
  cursor: pointer;
}
.o_IconButton_IconButtonDark_handContainer {
  cursor: pointer !important;
}
.o_IconButton_IconButtonDark_nonHandContainer {
  cursor: auto !important;
}
a.o_IconButton_IconButtonDark_handLink {
  cursor: pointer;
}
/**
 * Button base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Neutral/Default Button Variables */
  /* Primary Button Variables */
  /* Flat Button Variables */
  /* Accent Button Variables */
  /* Button Ripple Variables */
  /* Button Icon Variables */
  /* Small, Medium, Large button size/padding Variables */
}
/*
  composing button to be used here in `.button` selector,
  but also in `IconButton`s `.toggle` root selector.
*/
.o_IconButton_IconButtonDark_buttonBase {
  border-radius: 2px;
  font-size: 0.9375rem;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  text-transform: none;
  cursor: pointer;
  min-width: 0
}
.o_IconButton_IconButtonDark_buttonBase.o_IconButton_IconButtonDark_neutral,
  .o_IconButton_IconButtonDark_buttonBase.o_IconButton_IconButtonDark_primary,
  .o_IconButton_IconButtonDark_buttonBase.o_IconButton_IconButtonDark_accent {
    font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_IconButton_IconButtonDark_buttonWithRipple {
}
.o_IconButton_IconButtonDark_buttonWithRipple .o_IconButton_IconButtonDark_ripple {
    opacity: .06;
}
.o_IconButton_IconButtonDark_buttonFlat {
}
.o_IconButton_IconButtonDark_buttonFlat.o_IconButton_IconButtonDark_flat {
    box-shadow: none;
    color: #0e7cb8;
    padding: 0 8px;
    background: none;
}
.o_IconButton_IconButtonDark_buttonFlat.o_IconButton_IconButtonDark_flat.o_IconButton_IconButtonDark_inlineFlat {
      padding: 0;
}
.o_IconButton_IconButtonDark_buttonFlat.o_IconButton_IconButtonDark_flat:hover,
    .o_IconButton_IconButtonDark_buttonFlat.o_IconButton_IconButtonDark_flat:active,
    .o_IconButton_IconButtonDark_buttonFlat.o_IconButton_IconButtonDark_flat:focus {
      background-color: transparent;
      color: rgba(12, 18, 28, 0.87);
}
.o_IconButton_IconButtonDark_buttonFlat.o_IconButton_IconButtonDark_flat[disabled] {
      box-shadow: none;
      color: rgba(14, 124, 184, 0.38);
}
.o_IconButton_IconButtonDark_buttonNeutral {
}
.o_IconButton_IconButtonDark_buttonNeutral.o_IconButton_IconButtonDark_neutral {
}
.o_IconButton_IconButtonDark_buttonNeutral.o_IconButton_IconButtonDark_neutral:hover,
    .o_IconButton_IconButtonDark_buttonNeutral.o_IconButton_IconButtonDark_neutral:active {
      background: #3d444f;
      color: #fff;
}
.o_IconButton_IconButtonDark_buttonNeutral.o_IconButton_IconButtonDark_neutral[disabled] {
      box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.38);
      color: rgba(12, 18, 28, 0.38);
}
.o_IconButton_IconButtonDark_buttonNeutral.o_IconButton_IconButtonDark_neutral.o_IconButton_IconButtonDark_stacked {
      box-shadow: none;
}
.o_IconButton_IconButtonDark_buttonNeutral.o_IconButton_IconButtonDark_neutral .o_IconButton_IconButtonDark_ripple {
      background-color: #fff;
}
.o_IconButton_IconButtonDark_buttonNeutral.o_IconButton_IconButtonDark_neutral:not([disabled]) {
      box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.87);
      color: rgba(12, 18, 28, 0.87);
}
.o_IconButton_IconButtonDark_buttonNeutral.o_IconButton_IconButtonDark_neutral:not([disabled]):hover,
      .o_IconButton_IconButtonDark_buttonNeutral.o_IconButton_IconButtonDark_neutral:not([disabled]):active {
        background-color: #3d444f;
        box-shadow: inset 0 0 0 1px #3d444f;
        color: #fff;
}
.o_IconButton_IconButtonDark_buttonAccent {
}
.o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent {
    background-color: #43b9d3;
    box-shadow: none;
    color: #fff;
}
.o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent:hover,
    .o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent:active {
      background-color: #3aa2b9;
      color: #fff;
}
.o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent[disabled] {
      background-color: rgba(67, 185, 211, 0.38);
      box-shadow: none;
      color: rgba(255, 255, 255, 0.38);
}
.o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent .o_IconButton_IconButtonDark_ripple {
      background-color: #0c121c;
}
.o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent:not([disabled]) {
}
.o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent:not([disabled]).o_IconButton_IconButtonDark_raised,
      .o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent:not([disabled]).o_IconButton_IconButtonDark_floating {
        background: #fff;
        color: #fff;
}
.o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent:not([disabled]).o_IconButton_IconButtonDark_flat,
      .o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent:not([disabled]).o_IconButton_IconButtonDark_toggle {
}
.o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent:not([disabled]).o_IconButton_IconButtonDark_flat:focus:not(:active), .o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent:not([disabled]).o_IconButton_IconButtonDark_toggle:focus:not(:active) {
          background: #3aa2b9;
}
.o_IconButton_IconButtonDark_buttonAccent.o_IconButton_IconButtonDark_accent:not([disabled]).o_IconButton_IconButtonDark_flat:hover {
        background: #3aa2b9;
}
.o_IconButton_IconButtonDark_buttonPrimary {
}
.o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary {
}
.o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary:not([disabled]) {
      background-color: #f54336;
      color: #fff;
}
.o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary:not([disabled]):hover,
      .o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary:not([disabled]):active {
        color: #fff;
}
.o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary:not([disabled]).o_IconButton_IconButtonDark_raised,
      .o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary:not([disabled]).o_IconButton_IconButtonDark_floating {
        background: #f54336;
        color: #0c121c;
}
.o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary:not([disabled]).o_IconButton_IconButtonDark_flat,
      .o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary:not([disabled]).o_IconButton_IconButtonDark_toggle {
}
.o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary:not([disabled]).o_IconButton_IconButtonDark_flat:focus:not(:active), .o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary:not([disabled]).o_IconButton_IconButtonDark_toggle:focus:not(:active) {
          background: #da3928;
}
.o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary:not([disabled]).o_IconButton_IconButtonDark_flat:hover {
        background: #da3928;
}
.o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary[disabled] {
      background-color: rgba(245, 67, 54, 0.38);
      color: rgba(255, 255, 255, 0.5);
}
.o_IconButton_IconButtonDark_buttonPrimary.o_IconButton_IconButtonDark_primary .o_IconButton_IconButtonDark_ripple {
      background-color: #0c121c;
}
.o_IconButton_IconButtonDark_buttonFloating {
}
.o_IconButton_IconButtonDark_buttonFloating.o_IconButton_IconButtonDark_floating {
    background-color: rgba(22, 25, 30, 0.7);
    box-shadow: 0 0 6px 0 rgba(12, 18, 28, 0.12), 0 6px 6px 0 rgba(12, 18, 28, 0.26);
    position: fixed;
    border-radius: 100%;
    bottom: 16px;
    color: #fff;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    padding: 0;
    position: fixed;
    right: 16px;
    width: 60px;
}
@media (min-width: 52.5em) {
  .o_IconButton_IconButtonDark_buttonFloating.o_IconButton_IconButtonDark_floating {
      bottom: 24px;
      right: 24px;
  }
    }
.o_IconButton_IconButtonDark_buttonFloating.o_IconButton_IconButtonDark_floating > .o_IconButton_IconButtonDark_icon:not([data-react-toolbox='tooltip']) {
      line-height: inherit;
      margin: 0;
      vertical-align: middle;
}
.o_IconButton_IconButtonDark_buttonFloating.o_IconButton_IconButtonDark_floating .o_IconButton_IconButtonDark_icon {
      color: #fff;
}
.o_IconButton_IconButtonDark_buttonFloating.o_IconButton_IconButtonDark_floating .o_IconButton_IconButtonDark_ripple {
      background-color: #fff;
}
.o_IconButton_IconButtonDark_buttonFloating.o_IconButton_IconButtonDark_floating:hover {
      box-shadow: 0 0 12px 0 rgba(12, 18, 28, 0.12), 0 12px 12px 0 rgba(12, 18, 28, 0.26);
}
.o_IconButton_IconButtonDark_button {
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_primary,
  .o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_neutral,
  .o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_accent {
    padding: 0 40px;
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_small {
    padding: 0 8px;
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_large {
    font-size: 18px;
    height: 48px;
    padding: 0 80px;
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_blockLevel {
    display: block;
    font-size: 18px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_stacked {
    min-width: 0;
    min-width: initial;
    padding-bottom: 4px;
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_stacked.o_IconButton_IconButtonDark_neutral {
      color: rgba(12, 18, 28, 0.6);
      font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_stacked.o_IconButton_IconButtonDark_neutral:not([disabled]) {
        box-shadow: none;
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_stacked.o_IconButton_IconButtonDark_neutral:hover {
        background: none;
        color: rgba(12, 18, 28, 0.87);
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_stacked.o_IconButton_IconButtonDark_primary,
    .o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_stacked.o_IconButton_IconButtonDark_accent {
      font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_stacked.o_IconButton_IconButtonDark_primary,
    .o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_stacked.o_IconButton_IconButtonDark_accent,
    .o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_stacked.o_IconButton_IconButtonDark_neutral {
      padding-top: 3px;
      padding-left: 8px;
      padding-right: 8px;
      padding-bottom: 2px;
}
.o_IconButton_IconButtonDark_button.o_IconButton_IconButtonDark_stacked.o_IconButton_IconButtonDark_inlineFlat {
      padding: 0;
}
.o_IconButton_IconButtonDark_button .o_IconButton_IconButtonDark_icon,
  .o_IconButton_IconButtonDark_button > span:not([data-react-toolbox='tooltip']) {
    font-size: 1.5rem;
    margin-bottom: 1px;
    margin-right: 8px;
    opacity: 1;
    vertical-align: top;
}
.o_IconButton_IconButtonDark_button > svg {
    height: 40px;
}
.o_IconButton_IconButtonDark_button > span {
}
.o_IconButton_IconButtonDark_button > span.o_IconButton_IconButtonDark_rippleWrapper {
      margin: 0;
}
.o_IconButton_IconButtonDark_button:hover {
    text-decoration: none;
}
.o_IconButton_IconButtonDark_toggle {
  width: 40px
}
.o_IconButton_IconButtonDark_toggle > .o_IconButton_IconButtonDark_icon,
  .o_IconButton_IconButtonDark_toggle svg {
    line-height: 40px;
}
/**
 * Button Default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * IconButton base
 * Theme override and extension of `oxygen-component` styling.
 */
/* .toggle seems to be the root selector for IconButton */
/* https://github.com/react-toolbox/react-toolbox/blob/dev/components/button/IconButton.js#L83 */
:root {
  /* Button Ripple Variables */
}
.o_IconButton_IconButtonDark_toggle {
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  width: 40px
}
.o_IconButton_IconButtonDark_toggle:hover {
}
.o_IconButton_IconButtonDark_toggle:hover .o_IconButton_IconButtonDark_icon {
      color: #fff;
      transition: all 0.2s ease;
}
.o_IconButton_IconButtonDark_toggle > .o_IconButton_IconButtonDark_rippleWrapper {
    border-radius: 0;
}
.o_IconButton_IconButtonDark_toggle .o_IconButton_IconButtonDark_icon {
    font-size: 1.5rem;
    margin: 0 auto;
    transition: all 0.15s ease;
}
.o_IconButton_IconButtonDark_toggle .o_IconButton_IconButtonDark_icon::before {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 24px;
      position: relative;
      top: 3px;
      width: 24px;
}
.o_IconButton_IconButtonDark_toggle.o_IconButton_IconButtonDark_neutral {
}
.o_IconButton_IconButtonDark_toggle.o_IconButton_IconButtonDark_neutral.o_IconButton_IconButtonDark_toggle {
}
.o_IconButton_IconButtonDark_toggle.o_IconButton_IconButtonDark_neutral.o_IconButton_IconButtonDark_toggle:not([disabled]) {
        color: rgba(255, 255, 255, 0.7);
}
.o_IconButton_IconButtonDark_toggle.o_IconButton_IconButtonDark_neutral.o_IconButton_IconButtonDark_toggle([disabled]) {
        background-color: rgba(243, 244, 245, 0.38);
}
.o_IconButton_IconButtonDark_toggle.o_IconButton_IconButtonDark_neutral.o_IconButton_IconButtonDark_toggle.o_IconButton_IconButtonDark_hasBg {
        background-color: #f3f4f5;
        border-color: rgba(243, 244, 245, 0.38);
        color: rgba(12, 18, 28, 0.38);
}
.o_IconButton_IconButtonDark_toggle.o_IconButton_IconButtonDark_neutral.o_IconButton_IconButtonDark_reverseHover {
}
.o_IconButton_IconButtonDark_toggle.o_IconButton_IconButtonDark_neutral.o_IconButton_IconButtonDark_reverseHover:not([disabled]) {
        color: #fff;
}
.o_IconButton_IconButtonDark_toggle.o_IconButton_IconButtonDark_neutral.o_IconButton_IconButtonDark_reverseHover:hover {
}
.o_IconButton_IconButtonDark_toggle.o_IconButton_IconButtonDark_neutral.o_IconButton_IconButtonDark_reverseHover:hover .o_IconButton_IconButtonDark_icon {
          color: rgba(255, 255, 255, 0.7);
}
.o_IconButton_IconButtonDark_primary {
}
.o_IconButton_IconButtonDark_primary:hover {
    background-color: #da3928;
}
.o_IconButton_IconButtonDark_badge {
}
.o_IconButton_IconButtonDark_badge:after {
    background-color: #f54336;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 6px;
    top: 8px;
    width: 8px;
}
.o_IconButton_IconButtonDark_ripple {
  opacity: .06;
}
/**
 * IconButton
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Image
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ImageReel_ImageReel_handLinkContainer a {
  cursor: pointer;
}
.o_ImageReel_ImageReel_handContainer {
  cursor: pointer !important;
}
.o_ImageReel_ImageReel_nonHandContainer {
  cursor: auto !important;
}
a.o_ImageReel_ImageReel_handLink {
  cursor: pointer;
}
/**
 * ImageReel
 * Theme override and extension of `oxygen-component` styling.
 */
.o_ImageReel_ImageReel_button {
}
.o_ImageReel_ImageReel_imageReel .o_ImageReel_ImageReel_button {
  background-color: rgba(22, 25, 30, 0.7);
  min-width: 48px;
}
.o_ImageReel_ImageReel_button:hover {
  background-color: rgba(22, 25, 30, 0.9);
}
.o_ImageReel_ImageReel_button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.o_ImageReel_ImageReel_button.o_ImageReel_ImageReel_toggle {
}
.o_ImageReel_ImageReel_button.o_ImageReel_ImageReel_toggle > .o_ImageReel_ImageReel_rippleWrapper {
  border-radius: 0;
}
.o_ImageReel_ImageReel_icon {
}
.o_ImageReel_ImageReel_imageReel .o_ImageReel_ImageReel_button .o_ImageReel_ImageReel_icon {
  color: #fff;
  font-size: 2rem;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Input_Input_handLinkContainer a {
  cursor: pointer;
}
.o_Input_Input_handContainer {
  cursor: pointer !important;
}
.o_Input_Input_nonHandContainer {
  cursor: auto !important;
}
a.o_Input_Input_handLink {
  cursor: pointer;
}
/**
 * Input base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /*
   * Used to color: .inputElement
   */
  /*
   * Used to color: .counter, .customInputIcon, .helperText, .hint
   * .label when .inputElement isn't focused
   */
  /*
   * Used to color: .input.disabled children
   */
  /*
   * Used to color: .inputElement bottom border
   */
  /**
   * Used to style .label and .bar
   */
  /*
   * Used to color: .required and .error
   */
}
/**
 * #########################################
 * This section is used purely for coloring
 * #########################################
 */
.o_Input_Input_input {
  /* Shared Coloring */
  /* Input Element Coloring */
  /* Label Coloring */
  /* Bar Coloring */
}
.o_Input_Input_input .o_Input_Input_counter,
  .o_Input_Input_input .o_Input_Input_customInputIcon,
  .o_Input_Input_input .o_Input_Input_helperText,
  .o_Input_Input_input .o_Input_Input_hint {
    color: rgba(12, 18, 28, 0.6);
}
.o_Input_Input_input > .o_Input_Input_inputElement {
    border-bottom-color: rgba(12, 18, 28, 0.12);
    color: rgba(12, 18, 28, 0.87);
}
.o_Input_Input_input > .o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_Input_label:not(.o_Input_Input_fixed) {
      color: #0e7cb8;
}
.o_Input_Input_input .o_Input_Input_label {
    color: rgba(12, 18, 28, 0.6);
}
.o_Input_Input_input .o_Input_Input_label > .o_Input_Input_required {
      color: #c61609;
}
.o_Input_Input_input .o_Input_Input_bar {}
.o_Input_Input_input .o_Input_Input_bar::before,
    .o_Input_Input_input .o_Input_Input_bar::after {
      background-color: #0e7cb8;
}
/**
 * .errored colors for children of .input
 */
.o_Input_Input_errored {
  /* Bottom border of input, not the .bar */
  /* Bar Coloring */
}
.o_Input_Input_errored > .o_Input_Input_counter,
  .o_Input_Input_errored > .o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_Input_label,
  .o_Input_Input_errored > .o_Input_Input_label > .o_Input_Input_required,
  .o_Input_Input_errored > .o_Input_Input_error {
    color: #c61609 !important;
}
.o_Input_Input_errored > .o_Input_Input_inputElement {
    border-bottom-color: #c61609;
}
.o_Input_Input_errored .o_Input_Input_bar {}
.o_Input_Input_errored .o_Input_Input_bar::before,
    .o_Input_Input_errored .o_Input_Input_bar::after {
      background-color: #0e7cb8;
}
/**
 * .disabled colors for children of .input
 */
.o_Input_Input_disabled {
  /* Bottom border of input, not the .bar */
}
.o_Input_Input_disabled > .o_Input_Input_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_Input_label:not(.o_Input_Input_fixed),
  .o_Input_Input_disabled > .o_Input_Input_inputElement,
  .o_Input_Input_disabled > .o_Input_Input_label,
  .o_Input_Input_disabled > .o_Input_Input_hint,
  .o_Input_Input_disabled > .o_Input_Input_counter,
  .o_Input_Input_disabled > .o_Input_Input_error,
  .o_Input_Input_disabled > .o_Input_Input_helperText,
  .o_Input_Input_disabled .o_Input_Input_customInputIcon,
  .o_Input_Input_disabled .o_Input_Input_label .o_Input_Input_required {
    color: rgba(12, 18, 28, 0.38) !important;
}
.o_Input_Input_disabled > .o_Input_Input_inputElement {
    border-bottom-color: rgba(12, 18, 28, 0.38);
}
/**
 * Input default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Input_InputDark_handLinkContainer a {
  cursor: pointer;
}
.o_Input_InputDark_handContainer {
  cursor: pointer !important;
}
.o_Input_InputDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Input_InputDark_handLink {
  cursor: pointer;
}
/**
 * Input base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /*
   * Used to color: .inputElement
   */
  /*
   * Used to color: .counter, .customInputIcon, .helperText, .hint
   * .label when .inputElement isn't focused
   */
  /*
   * Used to color: .input.disabled children
   */
  /*
   * Used to color: .inputElement bottom border
   */
  /**
   * Used to style .label and .bar
   */
  /*
   * Used to color: .required and .error
   */
}
/**
 * #########################################
 * This section is used purely for coloring
 * #########################################
 */
.o_Input_InputDark_input {
  /* Shared Coloring */
  /* Input Element Coloring */
  /* Label Coloring */
  /* Bar Coloring */
}
.o_Input_InputDark_input .o_Input_InputDark_counter,
  .o_Input_InputDark_input .o_Input_InputDark_customInputIcon,
  .o_Input_InputDark_input .o_Input_InputDark_helperText,
  .o_Input_InputDark_input .o_Input_InputDark_hint {
    color: rgba(255, 255, 255, 0.7);
}
.o_Input_InputDark_input > .o_Input_InputDark_inputElement {
    border-bottom-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.o_Input_InputDark_input > .o_Input_InputDark_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_InputDark_label:not(.o_Input_InputDark_fixed) {
      color: #43b9d3;
}
.o_Input_InputDark_input .o_Input_InputDark_label {
    color: rgba(255, 255, 255, 0.7);
}
.o_Input_InputDark_input .o_Input_InputDark_label > .o_Input_InputDark_required {
      color: #ff7171;
}
.o_Input_InputDark_input .o_Input_InputDark_bar {}
.o_Input_InputDark_input .o_Input_InputDark_bar::before,
    .o_Input_InputDark_input .o_Input_InputDark_bar::after {
      background-color: #43b9d3;
}
/**
 * .errored colors for children of .input
 */
.o_Input_InputDark_errored {
  /* Bottom border of input, not the .bar */
  /* Bar Coloring */
}
.o_Input_InputDark_errored > .o_Input_InputDark_counter,
  .o_Input_InputDark_errored > .o_Input_InputDark_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_InputDark_label,
  .o_Input_InputDark_errored > .o_Input_InputDark_label > .o_Input_InputDark_required,
  .o_Input_InputDark_errored > .o_Input_InputDark_error {
    color: #ff7171 !important;
}
.o_Input_InputDark_errored > .o_Input_InputDark_inputElement {
    border-bottom-color: #ff7171;
}
.o_Input_InputDark_errored .o_Input_InputDark_bar {}
.o_Input_InputDark_errored .o_Input_InputDark_bar::before,
    .o_Input_InputDark_errored .o_Input_InputDark_bar::after {
      background-color: #43b9d3;
}
/**
 * .disabled colors for children of .input
 */
.o_Input_InputDark_disabled {
  /* Bottom border of input, not the .bar */
}
.o_Input_InputDark_disabled > .o_Input_InputDark_inputElement:focus:not([disabled]):not([readonly]) ~ .o_Input_InputDark_label:not(.o_Input_InputDark_fixed),
  .o_Input_InputDark_disabled > .o_Input_InputDark_inputElement,
  .o_Input_InputDark_disabled > .o_Input_InputDark_label,
  .o_Input_InputDark_disabled > .o_Input_InputDark_hint,
  .o_Input_InputDark_disabled > .o_Input_InputDark_counter,
  .o_Input_InputDark_disabled > .o_Input_InputDark_error,
  .o_Input_InputDark_disabled > .o_Input_InputDark_helperText,
  .o_Input_InputDark_disabled .o_Input_InputDark_customInputIcon,
  .o_Input_InputDark_disabled .o_Input_InputDark_label .o_Input_InputDark_required {
    color: rgba(255, 255, 255, 0.5) !important;
}
.o_Input_InputDark_disabled > .o_Input_InputDark_inputElement {
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
/**
 * Input dark
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /*
   * Used to color: .inputElement
   */
  /*
   * Used to color: .counter, .customInputIcon, .helperText, .hint
   * .label when .inputElement isn't focused
   */
  /*
   * Used to color: .input.disabled children
   */
  /*
   * Used to color: .inputElement bottom border
   */
  /**
   * Used to style .label and .bar
   */
  /*
   * Used to color: .required and .error
   */
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Label_Label_handLinkContainer a {
  cursor: pointer;
}
.o_Label_Label_handContainer {
  cursor: pointer !important;
}
.o_Label_Label_nonHandContainer {
  cursor: auto !important;
}
a.o_Label_Label_handLink {
  cursor: pointer;
}
/**
 * Label
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Used to style the visual text value
 */
.o_Label_Label_label {
  background: #43b9d3;
  color: #fff;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  font-size: 0.875rem;
}
/**
 * Used to style the label's tail
 */
.o_Label_Label_tail {
}
.o_Label_Label_tail:before {
  border-right-color: #43b9d3;
}
.o_Label_Label_tail:after {
  border-bottom-color: #43b9d3;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Layout_Layout_handLinkContainer a {
  cursor: pointer;
}
.o_Layout_Layout_handContainer {
  cursor: pointer !important;
}
.o_Layout_Layout_nonHandContainer {
  cursor: auto !important;
}
a.o_Layout_Layout_handLink {
  cursor: pointer;
}
/**
 * Layout base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Layout_Layout_navDrawer,
.o_Layout_Layout_sidebar {
  /* Used to reset base styles from Drawer */
  display: inline;
  display: initial;
}
/**
 * Layout default
 * Theme override and extension of `oxygen-component` styling.
 */
/* Sidebar */
.o_Layout_Layout_sidebar {
}
.o_Layout_Layout_sidebarPinned > .o_Layout_Layout_sidebar {
  z-index: 102;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_List_List_handLinkContainer a {
  cursor: pointer;
}
.o_List_List_handContainer {
  cursor: pointer !important;
}
.o_List_List_nonHandContainer {
  cursor: auto !important;
}
a.o_List_List_handLink {
  cursor: pointer;
}
/**
 * List base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_List_List_primary {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o_List_List_listItem {
  padding-left: 0;
  margin: 0
}
.o_List_List_listItem .o_List_List_ripple {
    color: rgba(12, 18, 28, 0.6);
}
hr {
  background-color: rgba(12, 18, 28, 0.12);
}
.o_List_List_itemText {
}
.o_List_List_itemText.o_List_List_primary {
    color: rgba(12, 18, 28, 0.87);
    line-height: 24px;
}
.o_List_List_itemText:not(.o_List_List_primary) {
    color: rgba(12, 18, 28, 0.6);
    line-height: 20px;
    padding-top: 0;
}
.o_List_List_field {
  margin-bottom: 0;
}
.o_List_List_item {
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0;
}
.o_List_List_itemAction {
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 16px 0 0;
  min-width: 40px
}
.o_List_List_itemAction:hover {
    cursor: pointer;
}
.o_List_List_itemAction > [data-react-toolbox='font-icon'] {
    color: rgba(12, 18, 28, 0.87);
}
.o_List_List_singleTextListItem {
}
.o_List_List_singleTextListItem .o_List_List_item {
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
}
.o_List_List_singleTextListItem.o_List_List_pad-large {
}
.o_List_List_singleTextListItem.o_List_List_pad-large .o_List_List_item {
      min-height: 56px;
}
.o_List_List_singleTextListItem.o_List_List_pad-large .o_List_List_itemContentRoot {
      padding: 16px 0;
}
.o_List_List_singleTextListItem.o_List_List_pad-medium {
}
.o_List_List_singleTextListItem.o_List_List_pad-medium .o_List_List_itemContentRoot {
      padding: 12px 0;
}
.o_List_List_singleTextListItem.o_List_List_pad-small {
}
.o_List_List_singleTextListItem.o_List_List_pad-small .o_List_List_item {
      min-height: 40px;
}
.o_List_List_singleTextListItem.o_List_List_pad-small .o_List_List_itemContentRoot {
      padding: 8px 0;
}
.o_List_List_itemContentRoot {
  overflow: hidden
}
.o_List_List_itemContentRoot.o_List_List_large {
    height: auto;
}
.o_List_List_list {
  padding: 8px 16px
}
.o_List_List_list.o_List_List_subMenu {
    padding-left: 0;
}
.o_List_List_menuClosed {
}
.o_List_List_menuClosed span[data-icon] {
    transition: all 0.3s ease;
}
.o_List_List_menuOpen {
}
.o_List_List_menuOpen span[data-icon='chevron-down'] {
    transform: rotate(-180deg);
    transition: all 0.2s ease;
}
.o_List_List_subheader {
  color: rgba(12, 18, 28, 0.6);
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 20px;
  padding: 5px 0
}
.o_List_List_subheader.o_List_List_error {
    color: #c61609;
}
.o_List_List_pad-large:not(.o_List_List_singleTextListItem) {
}
.o_List_List_pad-large:not(.o_List_List_singleTextListItem) .o_List_List_item {
    padding: 16px 0;
}
.o_List_List_pad-medium:not(.o_List_List_singleTextListItem) {
}
.o_List_List_pad-medium:not(.o_List_List_singleTextListItem) .o_List_List_item {
    padding: 12px 0;
}
.o_List_List_pad-small:not(.o_List_List_singleTextListItem) {
}
.o_List_List_pad-small:not(.o_List_List_singleTextListItem) .o_List_List_item {
    padding: 8px 0;
}
.o_List_List_subMenu {
  padding: 0
}
.o_List_List_subMenu .o_List_List_item {
    -webkit-transition: all 0.2s ease;
}
.o_List_List_subMenu .o_List_List_item:hover {
      background: #e3e5e8;
      transition-duration: 0.3s;
}
.o_List_List_subMenu .o_List_List_item:hover .o_List_List_itemText {
        color: inherit;
}
.o_List_List_subMenu .o_List_List_item:hover .o_List_List_itemText:not(.o_List_List_primary) {
          color: rgba(12, 18, 28, 0.6);
}
.o_List_List_subMenu .o_List_List_listItem {
}
.o_List_List_subMenu .o_List_List_listItem .o_List_List_item {
      padding-left: 12px;
}
.o_List_List_expandingListItem {
}
.o_List_List_expandingListItem:focus {
}
.o_List_List_expandingListItem:focus .o_List_List_menuClosed {
      outline: 5px auto -webkit-focus-ring-color;
}
.o_List_List_expandingListItem:active {
}
.o_List_List_expandingListItem:active .o_List_List_menuClosed {
      outline: none;
}
/**
 * List default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_List_ListDark_handLinkContainer a {
  cursor: pointer;
}
.o_List_ListDark_handContainer {
  cursor: pointer !important;
}
.o_List_ListDark_nonHandContainer {
  cursor: auto !important;
}
a.o_List_ListDark_handLink {
  cursor: pointer;
}
/**
 * List base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_List_ListDark_primary {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o_List_ListDark_listItem {
  padding-left: 0;
  margin: 0
}
.o_List_ListDark_listItem .o_List_ListDark_ripple {
    color: rgba(12, 18, 28, 0.6);
}
hr {
  background-color: rgba(255, 255, 255, 0.12);
}
.o_List_ListDark_itemText {
}
.o_List_ListDark_itemText.o_List_ListDark_primary {
    color: #fff;
    line-height: 24px;
}
.o_List_ListDark_itemText:not(.o_List_ListDark_primary) {
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    padding-top: 0;
}
.o_List_ListDark_field {
  margin-bottom: 0;
}
.o_List_ListDark_item {
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0;
}
.o_List_ListDark_itemAction {
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 16px 0 0;
  min-width: 40px
}
.o_List_ListDark_itemAction:hover {
    cursor: pointer;
}
.o_List_ListDark_itemAction > [data-react-toolbox='font-icon'] {
    color: rgba(255, 255, 255, 0.7);
}
.o_List_ListDark_singleTextListItem {
}
.o_List_ListDark_singleTextListItem .o_List_ListDark_item {
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
}
.o_List_ListDark_singleTextListItem.o_List_ListDark_pad-large {
}
.o_List_ListDark_singleTextListItem.o_List_ListDark_pad-large .o_List_ListDark_item {
      min-height: 56px;
}
.o_List_ListDark_singleTextListItem.o_List_ListDark_pad-large .o_List_ListDark_itemContentRoot {
      padding: 16px 0;
}
.o_List_ListDark_singleTextListItem.o_List_ListDark_pad-medium {
}
.o_List_ListDark_singleTextListItem.o_List_ListDark_pad-medium .o_List_ListDark_itemContentRoot {
      padding: 12px 0;
}
.o_List_ListDark_singleTextListItem.o_List_ListDark_pad-small {
}
.o_List_ListDark_singleTextListItem.o_List_ListDark_pad-small .o_List_ListDark_item {
      min-height: 40px;
}
.o_List_ListDark_singleTextListItem.o_List_ListDark_pad-small .o_List_ListDark_itemContentRoot {
      padding: 8px 0;
}
.o_List_ListDark_itemContentRoot {
  overflow: hidden
}
.o_List_ListDark_itemContentRoot.o_List_ListDark_large {
    height: auto;
}
.o_List_ListDark_list {
  padding: 8px 16px
}
.o_List_ListDark_list.o_List_ListDark_subMenu {
    padding-left: 0;
}
.o_List_ListDark_menuClosed {
}
.o_List_ListDark_menuClosed span[data-icon] {
    transition: all 0.3s ease;
}
.o_List_ListDark_menuOpen {
}
.o_List_ListDark_menuOpen span[data-icon='chevron-down'] {
    transform: rotate(-180deg);
    transition: all 0.2s ease;
}
.o_List_ListDark_subheader {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 20px;
  padding: 5px 0
}
.o_List_ListDark_subheader.o_List_ListDark_error {
    color: #ff7171;
}
.o_List_ListDark_pad-large:not(.o_List_ListDark_singleTextListItem) {
}
.o_List_ListDark_pad-large:not(.o_List_ListDark_singleTextListItem) .o_List_ListDark_item {
    padding: 16px 0;
}
.o_List_ListDark_pad-medium:not(.o_List_ListDark_singleTextListItem) {
}
.o_List_ListDark_pad-medium:not(.o_List_ListDark_singleTextListItem) .o_List_ListDark_item {
    padding: 12px 0;
}
.o_List_ListDark_pad-small:not(.o_List_ListDark_singleTextListItem) {
}
.o_List_ListDark_pad-small:not(.o_List_ListDark_singleTextListItem) .o_List_ListDark_item {
    padding: 8px 0;
}
.o_List_ListDark_subMenu {
  padding: 0
}
.o_List_ListDark_subMenu .o_List_ListDark_item {
    -webkit-transition: all 0.2s ease;
}
.o_List_ListDark_subMenu .o_List_ListDark_item:hover {
      background: #fff;
      transition-duration: 0.3s;
}
.o_List_ListDark_subMenu .o_List_ListDark_item:hover .o_List_ListDark_itemText {
        color: rgba(12, 18, 28, 0.87);
}
.o_List_ListDark_subMenu .o_List_ListDark_item:hover .o_List_ListDark_itemText:not(.o_List_ListDark_primary) {
          color: rgba(12, 18, 28, 0.6);
}
.o_List_ListDark_subMenu .o_List_ListDark_listItem {
}
.o_List_ListDark_subMenu .o_List_ListDark_listItem .o_List_ListDark_item {
      padding-left: 12px;
}
.o_List_ListDark_expandingListItem {
}
.o_List_ListDark_expandingListItem:focus {
}
.o_List_ListDark_expandingListItem:focus .o_List_ListDark_menuClosed {
      outline: 5px auto -webkit-focus-ring-color;
}
.o_List_ListDark_expandingListItem:active {
}
.o_List_ListDark_expandingListItem:active .o_List_ListDark_menuClosed {
      outline: none;
}
/**
 * List dark
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Loader_Loader_handLinkContainer a {
  cursor: pointer;
}
.o_Loader_Loader_handContainer {
  cursor: pointer !important;
}
.o_Loader_Loader_nonHandContainer {
  cursor: auto !important;
}
a.o_Loader_Loader_handLink {
  cursor: pointer;
}
/**
 * Loader base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Loader_Loader_path {
  stroke: rgba(12, 18, 28, 0.87);
  stroke-width: 4px;
  stroke-linecap: square;
}
/**
 * Loader default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Loader_LoaderDark_handLinkContainer a {
  cursor: pointer;
}
.o_Loader_LoaderDark_handContainer {
  cursor: pointer !important;
}
.o_Loader_LoaderDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Loader_LoaderDark_handLink {
  cursor: pointer;
}
/**
 * Loader base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Loader_LoaderDark_path {
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: square;
}
/**
 * Loader dark
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Logo_Logo_handLinkContainer a {
  cursor: pointer;
}
.o_Logo_Logo_handContainer {
  cursor: pointer !important;
}
.o_Logo_Logo_nonHandContainer {
  cursor: auto !important;
}
a.o_Logo_Logo_handLink {
  cursor: pointer;
}
/**
 * Logo default
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* the values below (red, white color, etc) should only be used here, hence not global. */
}
.o_Logo_Logo_stck {
  fill: #25282a;
}
.o_Logo_Logo_o {
  fill: #ee3625;
}
.o_Logo_Logo_shutter {
  fill: #ee3625;
}
.o_Logo_Logo_flat {
}
.o_Logo_Logo_flat.o_Logo_Logo_stck {
  fill: #000;
}
.o_Logo_Logo_flat.o_Logo_Logo_o {
  fill: #000;
}
.o_Logo_Logo_flat.o_Logo_Logo_shutter {
  fill: #000;
}
.o_Logo_Logo_iconLogo {
  width: 100%;
  height: auto;
  max-width: 36px;
  max-height: 36px;
}
.o_Logo_Logo_iconLogoPath {
  fill: #fcfcfc;
}
.o_Logo_Logo_iconLogoRect {
  fill: #f12815;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Logo_LogoDark_handLinkContainer a {
  cursor: pointer;
}
.o_Logo_LogoDark_handContainer {
  cursor: pointer !important;
}
.o_Logo_LogoDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Logo_LogoDark_handLink {
  cursor: pointer;
}
/**
 * Logo dark
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Logo_LogoDark_stck {
  fill: #fff;
}
.o_Logo_LogoDark_o {
  fill: #fff;
}
.o_Logo_LogoDark_shutter {
  fill: #fff;
}
.o_Logo_LogoDark_flat {
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Menu_Menu_handLinkContainer a {
  cursor: pointer;
}
.o_Menu_Menu_handContainer {
  cursor: pointer !important;
}
.o_Menu_Menu_nonHandContainer {
  cursor: auto !important;
}
a.o_Menu_Menu_handLink {
  cursor: pointer;
}
/**
 * Menu base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Menu_Menu_menu {
}
.o_Menu_Menu_menu .o_Menu_Menu_ripple {
    opacity: .06;
}
.o_Menu_Menu_menu:not(.o_Menu_Menu_static) {
}
.o_Menu_Menu_menu:not(.o_Menu_Menu_static).o_Menu_Menu_active {
      border: 1px solid rgba(12, 18, 28, 0.12);
      box-shadow: 0 0 8px 0 rgba(12, 18, 28, 0.12);
}
.o_Menu_Menu_menu:not(.o_Menu_Menu_static).o_Menu_Menu_active > .o_Menu_Menu_menuInner {
        transition: opacity 0.2s ease;
}
.o_Menu_Menu_menuDivider {
  box-sizing: border-box;
  height: 1px;
  margin: 8px 16px;
  opacity: 1;
  width: auto;
  width: initial;
}
.o_Menu_Menu_outline {
  box-shadow: none;
  padding: 8px 0;
}
.o_Menu_Menu_menuInner {
  background: #fff;
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: 2px;
  box-shadow: 0 0 8px 0 rgba(12, 18, 28, 0.12);
  margin: 0;
  min-width: 96px;
}
.o_Menu_Menu_menuItem {
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  font-size: 0.875rem;
  height: 40px;
  line-height: 20px;
  margin: 0
}
.o_Menu_Menu_menuItem:not(.o_Menu_Menu_disabled) {
}
.o_Menu_Menu_menuItem:not(.o_Menu_Menu_disabled):hover {
      background-color: #e3e5e8;
}
.o_Menu_Menu_menuItem.o_Menu_Menu_selected {
    color: #f54336;
}
.o_Menu_Menu_menuItem.o_Menu_Menu_disabled {
    color: rgba(12, 18, 28, 0.38);
    opacity: 1;
}
.o_Menu_Menu_menuItem .o_Menu_Menu_ripple {
    color: rgba(12, 18, 28, 0.6);
}
.o_Menu_Menu_menuItem > .o_Menu_Menu_icon:not(button) {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    opacity: 1;
    width: 40px;
}
.o_Menu_Menu_subItem {
  padding-left: 30px;
}
.o_Menu_Menu_caption {
  font-size: 0.875rem;
}
.o_Menu_Menu_iconMenu {
}
.o_Menu_Menu_iconMenu .o_Menu_Menu_menuItem {
    padding-left: 0;
}
/**
 * Menu default
 * Theme override and extension of `oxygen-component` styling.
 */
hr.o_Menu_Menu_menuDivider {
  opacity: 1;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Menu_MenuDark_handLinkContainer a {
  cursor: pointer;
}
.o_Menu_MenuDark_handContainer {
  cursor: pointer !important;
}
.o_Menu_MenuDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Menu_MenuDark_handLink {
  cursor: pointer;
}
/**
 * Menu base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Menu_MenuDark_menu {
}
.o_Menu_MenuDark_menu .o_Menu_MenuDark_ripple {
    opacity: .06;
}
.o_Menu_MenuDark_menu:not(.o_Menu_MenuDark_static) {
}
.o_Menu_MenuDark_menu:not(.o_Menu_MenuDark_static).o_Menu_MenuDark_active {
      border: 1px solid rgba(12, 18, 28, 0.12);
      box-shadow: 0 0 8px 0 rgba(12, 18, 28, 0.12);
}
.o_Menu_MenuDark_menu:not(.o_Menu_MenuDark_static).o_Menu_MenuDark_active > .o_Menu_MenuDark_menuInner {
        transition: opacity 0.2s ease;
}
.o_Menu_MenuDark_menuDivider {
  box-sizing: border-box;
  height: 1px;
  margin: 8px 16px;
  opacity: 1;
  width: auto;
  width: initial;
}
.o_Menu_MenuDark_outline {
  box-shadow: none;
  padding: 8px 0;
}
.o_Menu_MenuDark_menuInner {
  background: #fff;
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: 2px;
  box-shadow: 0 0 8px 0 rgba(12, 18, 28, 0.12);
  margin: 0;
  min-width: 96px;
}
.o_Menu_MenuDark_menuItem {
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  font-size: 0.875rem;
  height: 40px;
  line-height: 20px;
  margin: 0
}
.o_Menu_MenuDark_menuItem:not(.o_Menu_MenuDark_disabled) {
}
.o_Menu_MenuDark_menuItem:not(.o_Menu_MenuDark_disabled):hover {
      background-color: #e3e5e8;
}
.o_Menu_MenuDark_menuItem.o_Menu_MenuDark_selected {
    color: #f54336;
}
.o_Menu_MenuDark_menuItem.o_Menu_MenuDark_disabled {
    color: rgba(12, 18, 28, 0.38);
    opacity: 1;
}
.o_Menu_MenuDark_menuItem .o_Menu_MenuDark_ripple {
    color: rgba(12, 18, 28, 0.6);
}
.o_Menu_MenuDark_menuItem > .o_Menu_MenuDark_icon:not(button) {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    opacity: 1;
    width: 40px;
}
.o_Menu_MenuDark_subItem {
  padding-left: 30px;
}
.o_Menu_MenuDark_caption {
  font-size: 0.875rem;
}
.o_Menu_MenuDark_iconMenu {
}
.o_Menu_MenuDark_iconMenu .o_Menu_MenuDark_menuItem {
    padding-left: 0;
}
/**
 * Menu dark
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Overlay_Overlay_handLinkContainer a {
  cursor: pointer;
}
.o_Overlay_Overlay_handContainer {
  cursor: pointer !important;
}
.o_Overlay_Overlay_nonHandContainer {
  cursor: auto !important;
}
a.o_Overlay_Overlay_handLink {
  cursor: pointer;
}
/**
 * Overlay
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Overlay_Overlay_overlay {
  transition: opacity 0.2s;
  opacity: 0
}
.o_Overlay_Overlay_overlay.o_Overlay_Overlay_active {
  opacity: 1;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Pagination_Pagination_handLinkContainer a {
  cursor: pointer;
}
.o_Pagination_Pagination_handContainer {
  cursor: pointer !important;
}
.o_Pagination_Pagination_nonHandContainer {
  cursor: auto !important;
}
a.o_Pagination_Pagination_handLink {
  cursor: pointer;
}
/**
 * Pagination
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Pagination_Pagination_pagination {
  display: -ms-flexbox;
  display: flex;
  color: rgba(12, 18, 28, 0.87)
}
.o_Pagination_Pagination_pagination .o_Pagination_Pagination_pageIcon {
  font-size: 24px;
}
.o_Pagination_Pagination_pagination > .o_Pagination_Pagination_pageInput {
  padding: 0;
  margin: 0 8px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: 2px;
  background: #fff;
}
.o_Pagination_Pagination_pagination > .o_Pagination_Pagination_pageInput > input {
  text-align: center;
  height: 40px;
  border-bottom: none;
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Pagination_Pagination_pagination > .o_Pagination_Pagination_pageInput > input::-webkit-outer-spin-button,
      .o_Pagination_Pagination_pagination > .o_Pagination_Pagination_pageInput > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.o_Pagination_Pagination_pagination > .o_Pagination_Pagination_pageInput > span {
  display: none;
}
.o_Pagination_Pagination_pagination > .o_Pagination_Pagination_pageInput.o_Pagination_Pagination_error {
  border-color: #c61609;
}
.o_Pagination_Pagination_label {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  line-height: 40px;
  margin-left: 4px;
  color: rgba(12, 18, 28, 0.87);
  font-size: 0.875rem;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Pill_Pill_handLinkContainer a {
  cursor: pointer;
}
.o_Pill_Pill_handContainer {
  cursor: pointer !important;
}
.o_Pill_Pill_nonHandContainer {
  cursor: auto !important;
}
a.o_Pill_Pill_handLink {
  cursor: pointer;
}
/**
 * Pill base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /*Filter pill*/
  /* Ripple */
}
.o_Pill_Pill_pill,
.o_Pill_Pill_toggle {
}
.o_Pill_Pill_pill .o_Pill_Pill_ripple, .o_Pill_Pill_toggle .o_Pill_Pill_ripple {
    opacity: .06;
    background-color: rgb(12, 18, 28) !important;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button {
  background: transparent;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.12);
  border-radius: 4px;
  color: rgba(12, 18, 28, 0.87);
  display: inline-block;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  font-size: 0.75rem;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  min-width: 64px;
  outline: none;
  padding: 0 12px;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button:hover,
  .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_selected,
  .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button:focus:not(:active) {
    background: #e3e5e8;
    box-shadow: inset 0 0 0 1px #e3e5e8;
    color: rgba(12, 18, 28, 0.87);
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_disabled {
    box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.12);
    color: rgba(12, 18, 28, 0.38);
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_disabled:hover {
      background: transparent;
      box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.12);
      color: rgba(12, 18, 28, 0.38);
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill {
    background-color: #f3f4f5;
    box-shadow: none;
    border-radius: 4px;
    padding: 0;
    white-space: nowrap;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill:hover,
    .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_selected {
      background: #e3e5e8;
      box-shadow: inset 0 0 0 1px #e3e5e8;
      color: rgba(12, 18, 28, 0.87);
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled {
       background: rgba(243, 244, 245, 0.38);
       box-shadow: none;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_dot,
    .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_filterText,
    .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_toggle {
      vertical-align: top;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_dot,
    .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_filterText {
      display: inline-block;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_dot {
      border-radius: 100%;
      height: 20px;
      margin: 6px 2px 2px;
      width: 20px;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_filterText {
      font-size: 0.75rem;
      font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
      color: rgba(12, 18, 28, 0.87);
      line-height: 33px;
      margin-right: 0;
      padding-left: 12px;
      padding-right: 2px;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_button {
      box-shadow: none;
      height: 32px;
      min-width: 0;
      padding: 0;
      color: rgba(12, 18, 28, 0.87);
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_button:focus {
        background: #e3e5e8;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_icon {
      font-weight: bold;
      font-size: 0.75rem;
      line-height: 26px;
      width: 12px;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_toggle {
      background: none;
      height: 32px;
      line-height: 45px;
      padding: 0 6px;
      width: auto;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill .o_Pill_Pill_toggle:focus {
        background: #e3e5e8;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_colorSwatch {
      min-width: auto;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_colorSwatch .o_Pill_Pill_button {
        padding: 0 4px;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_colorSwatch .o_Pill_Pill_toggle {
        padding: 0 4px;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill:hover,
    .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_selected {
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill:hover .o_Pill_Pill_actionIcon,
      .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill:hover .o_Pill_Pill_button,
      .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill:hover .o_Pill_Pill_icon,
      .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_selected .o_Pill_Pill_actionIcon,
      .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_selected .o_Pill_Pill_button,
      .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_selected .o_Pill_Pill_icon {
        background: transparent;
        color: rgba(12, 18, 28, 0.87);
        box-shadow: none;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled {
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled .o_Pill_Pill_filterText {
        color: rgba(12, 18, 28, 0.38);
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled .o_Pill_Pill_dot {
        opacity: 0.12;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled .o_Pill_Pill_button,
      .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled .o_Pill_Pill_actionIcon,
      .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled .o_Pill_Pill_icon {
        color: rgba(12, 18, 28, 0.38);
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled:hover {
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled:hover .o_Pill_Pill_button,
        .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled:hover .o_Pill_Pill_actionIcon,
        .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_disabled:hover .o_Pill_Pill_icon {
          color: rgba(12, 18, 28, 0.38);
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_filterPill.o_Pill_Pill_error {
      box-shadow: inset 0 0 0 2px #c61609;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_selectablePill {
    background: #f3f4f5;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 18px;
    margin: 0;
    margin: initial;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 1px;
    white-space: normal;
    width: 100%;
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_selectablePill.o_Pill_Pill_hasSpacing {
      margin: 4px;
      width: calc(100% - 8px);
}
.o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_selectablePill:hover,
    .o_Pill_Pill_override.o_Pill_Pill_pill.o_Pill_Pill_button.o_Pill_Pill_selectablePill.o_Pill_Pill_selected {
      background: #e3e5e8;
}
/**
 * Pill default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Pill_PillDark_handLinkContainer a {
  cursor: pointer;
}
.o_Pill_PillDark_handContainer {
  cursor: pointer !important;
}
.o_Pill_PillDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Pill_PillDark_handLink {
  cursor: pointer;
}
/**
 * Pill base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /*Filter pill*/
  /* Ripple */
}
.o_Pill_PillDark_pill,
.o_Pill_PillDark_toggle {
}
.o_Pill_PillDark_pill .o_Pill_PillDark_ripple, .o_Pill_PillDark_toggle .o_Pill_PillDark_ripple {
    opacity: .06;
    background-color: rgb(12, 18, 28) !important;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button {
  background: transparent;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  font-size: 0.75rem;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  min-width: 64px;
  outline: none;
  padding: 0 12px;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button:hover,
  .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_selected,
  .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button:focus:not(:active) {
    background: #e3e5e8;
    box-shadow: inset 0 0 0 1px #e3e5e8;
    color: rgba(12, 18, 28, 0.87);
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_disabled {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.5);
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_disabled:hover {
      background: transparent;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
      color: rgba(255, 255, 255, 0.5);
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill {
    background-color: #f3f4f5;
    box-shadow: none;
    border-radius: 4px;
    padding: 0;
    white-space: nowrap;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill:hover,
    .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_selected {
      background: #e3e5e8;
      box-shadow: inset 0 0 0 1px #e3e5e8;
      color: rgba(12, 18, 28, 0.87);
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled {
       background: rgba(243, 244, 245, 0.38);
       box-shadow: none;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_dot,
    .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_filterText,
    .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_toggle {
      vertical-align: top;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_dot,
    .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_filterText {
      display: inline-block;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_dot {
      border-radius: 100%;
      height: 20px;
      margin: 6px 2px 2px;
      width: 20px;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_filterText {
      font-size: 0.75rem;
      font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
      color: rgba(12, 18, 28, 0.87);
      line-height: 33px;
      margin-right: 0;
      padding-left: 12px;
      padding-right: 2px;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_button {
      box-shadow: none;
      height: 32px;
      min-width: 0;
      padding: 0;
      color: rgba(12, 18, 28, 0.87);
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_button:focus {
        background: #e3e5e8;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_icon {
      font-weight: bold;
      font-size: 0.75rem;
      line-height: 26px;
      width: 12px;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_toggle {
      background: none;
      height: 32px;
      line-height: 45px;
      padding: 0 6px;
      width: auto;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill .o_Pill_PillDark_toggle:focus {
        background: #e3e5e8;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_colorSwatch {
      min-width: auto;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_colorSwatch .o_Pill_PillDark_button {
        padding: 0 4px;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_colorSwatch .o_Pill_PillDark_toggle {
        padding: 0 4px;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill:hover,
    .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_selected {
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill:hover .o_Pill_PillDark_actionIcon,
      .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill:hover .o_Pill_PillDark_button,
      .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill:hover .o_Pill_PillDark_icon,
      .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_selected .o_Pill_PillDark_actionIcon,
      .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_selected .o_Pill_PillDark_button,
      .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_selected .o_Pill_PillDark_icon {
        background: transparent;
        color: rgba(12, 18, 28, 0.87);
        box-shadow: none;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled {
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled .o_Pill_PillDark_filterText {
        color: rgba(12, 18, 28, 0.38);
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled .o_Pill_PillDark_dot {
        opacity: 0.5;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled .o_Pill_PillDark_button,
      .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled .o_Pill_PillDark_actionIcon,
      .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled .o_Pill_PillDark_icon {
        color: rgba(12, 18, 28, 0.38);
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled:hover {
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled:hover .o_Pill_PillDark_button,
        .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled:hover .o_Pill_PillDark_actionIcon,
        .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_disabled:hover .o_Pill_PillDark_icon {
          color: rgba(12, 18, 28, 0.38);
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_filterPill.o_Pill_PillDark_error {
      box-shadow: inset 0 0 0 2px #c61609;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_selectablePill {
    background: #f3f4f5;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 18px;
    margin: 0;
    margin: initial;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 1px;
    white-space: normal;
    width: 100%;
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_selectablePill.o_Pill_PillDark_hasSpacing {
      margin: 4px;
      width: calc(100% - 8px);
}
.o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_selectablePill:hover,
    .o_Pill_PillDark_override.o_Pill_PillDark_pill.o_Pill_PillDark_button.o_Pill_PillDark_selectablePill.o_Pill_PillDark_selected {
      background: #e3e5e8;
}
/**
 * Pill dark
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /*Filter Pill*/
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ProgressBar_ProgressBar_handLinkContainer a {
  cursor: pointer;
}
.o_ProgressBar_ProgressBar_handContainer {
  cursor: pointer !important;
}
.o_ProgressBar_ProgressBar_nonHandContainer {
  cursor: auto !important;
}
a.o_ProgressBar_ProgressBar_handLink {
  cursor: pointer;
}
/**
 * ProgressBar base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_ProgressBar_ProgressBar_linear {
  background-color: rgba(12, 18, 28, 0.12);
  height: 4px;
  width: 100%;
}
.o_ProgressBar_ProgressBar_buffer {
  background-color: rgba(12, 18, 28, 0.38);
  background-image: none;
}
.o_ProgressBar_ProgressBar_value {
  background-color: rgba(12, 18, 28, 0.87);
}
.o_ProgressBar_ProgressBar_linear[disabled] {
}
.o_ProgressBar_ProgressBar_linear[disabled] .o_ProgressBar_ProgressBar_value {
    background-color: rgba(12, 18, 28, 0.38);
}
.o_ProgressBar_ProgressBar_linear[disabled] .o_ProgressBar_ProgressBar_buffer {
    background-color: transparent;
    background-image: none;
}
.o_ProgressBar_ProgressBar_circular {
  height: 48px;
  width: 48px;
}
/**
 * ProgressBar default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ProgressBar_ProgressBarDark_handLinkContainer a {
  cursor: pointer;
}
.o_ProgressBar_ProgressBarDark_handContainer {
  cursor: pointer !important;
}
.o_ProgressBar_ProgressBarDark_nonHandContainer {
  cursor: auto !important;
}
a.o_ProgressBar_ProgressBarDark_handLink {
  cursor: pointer;
}
/**
 * ProgressBar base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_ProgressBar_ProgressBarDark_linear {
  background-color: rgba(255, 255, 255, 0.12);
  height: 4px;
  width: 100%;
}
.o_ProgressBar_ProgressBarDark_buffer {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
}
.o_ProgressBar_ProgressBarDark_value {
  background-color: #fff;
}
.o_ProgressBar_ProgressBarDark_linear[disabled] {
}
.o_ProgressBar_ProgressBarDark_linear[disabled] .o_ProgressBar_ProgressBarDark_value {
    background-color: rgba(255, 255, 255, 0.5);
}
.o_ProgressBar_ProgressBarDark_linear[disabled] .o_ProgressBar_ProgressBarDark_buffer {
    background-color: transparent;
    background-image: none;
}
.o_ProgressBar_ProgressBarDark_circular {
  height: 48px;
  width: 48px;
}
/**
 * ProgressBar dark
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Radio_RadioButton_handLinkContainer a {
  cursor: pointer;
}
.o_Radio_RadioButton_handContainer {
  cursor: pointer !important;
}
.o_Radio_RadioButton_nonHandContainer {
  cursor: auto !important;
}
a.o_Radio_RadioButton_handLink {
  cursor: pointer;
}
/**
 * RadioButton base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Ripple */
  /* Active */
  /* Disabled */
  /* Inactive */
}
.o_Radio_RadioButton_field {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  height: 24px
}
.o_Radio_RadioButton_field .o_Radio_RadioButton_ripple {
    background-color: rgb(12, 18, 28);
    opacity: .12;
}
.o_Radio_RadioButton_radio {
  background-clip: padding-box;
  border-color: rgba(12, 18, 28, 0.6);
  border-width: 2px;
  box-sizing: content-box;
  box-sizing: initial;
  height: 16px;
  margin: 2px;
  width: 16px
}
.o_Radio_RadioButton_radio + .o_Radio_RadioButton_text {
    color: rgba(12, 18, 28, 0.6);
    line-height: 24px;
}
.o_Radio_RadioButton_radio::before,
  .o_Radio_RadioButton_radio .o_Radio_RadioButton_ripple {
    background-color: #0e7cb8;
}
.o_Radio_RadioButton_radioChecked {
  border-color: #0e7cb8
}
.o_Radio_RadioButton_radioChecked::before {
    background-color: #0e7cb8;
}
.o_Radio_RadioButton_disabled {
}
.o_Radio_RadioButton_disabled .o_Radio_RadioButton_text {
    color: rgba(12, 18, 28, 0.38);
}
.o_Radio_RadioButton_disabled .o_Radio_RadioButton_radio {
    border-color: rgba(12, 18, 28, 0.38);
    cursor: auto;
}
.o_Radio_RadioButton_disabled .o_Radio_RadioButton_radioChecked {
    border-color: rgba(12, 18, 28, 0.38);
    cursor: auto;
}
.o_Radio_RadioButton_disabled .o_Radio_RadioButton_radioChecked::before {
      background-color: rgba(12, 18, 28, 0.38);
}
/**
 * RadioButton default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Radio_RadioButtonDark_handLinkContainer a {
  cursor: pointer;
}
.o_Radio_RadioButtonDark_handContainer {
  cursor: pointer !important;
}
.o_Radio_RadioButtonDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Radio_RadioButtonDark_handLink {
  cursor: pointer;
}
/**
 * RadioButton base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Ripple */
  /* Active */
  /* Disabled */
  /* Inactive */
}
.o_Radio_RadioButtonDark_field {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  height: 24px
}
.o_Radio_RadioButtonDark_field .o_Radio_RadioButtonDark_ripple {
    background-color: rgb(255, 255, 255);
    opacity: .26;
}
.o_Radio_RadioButtonDark_radio {
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.7);
  border-width: 2px;
  box-sizing: content-box;
  box-sizing: initial;
  height: 16px;
  margin: 2px;
  width: 16px
}
.o_Radio_RadioButtonDark_radio + .o_Radio_RadioButtonDark_text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
}
.o_Radio_RadioButtonDark_radio::before,
  .o_Radio_RadioButtonDark_radio .o_Radio_RadioButtonDark_ripple {
    background-color: #43b9d3;
}
.o_Radio_RadioButtonDark_radioChecked {
  border-color: #43b9d3
}
.o_Radio_RadioButtonDark_radioChecked::before {
    background-color: #43b9d3;
}
.o_Radio_RadioButtonDark_disabled {
}
.o_Radio_RadioButtonDark_disabled .o_Radio_RadioButtonDark_text {
    color: rgba(255, 255, 255, 0.5);
}
.o_Radio_RadioButtonDark_disabled .o_Radio_RadioButtonDark_radio {
    border-color: rgba(255, 255, 255, 0.5);
    cursor: auto;
}
.o_Radio_RadioButtonDark_disabled .o_Radio_RadioButtonDark_radioChecked {
    border-color: rgba(255, 255, 255, 0.5);
    cursor: auto;
}
.o_Radio_RadioButtonDark_disabled .o_Radio_RadioButtonDark_radioChecked::before {
      background-color: rgba(255, 255, 255, 0.5);
}
/**
 * RadioButton dark
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Ripple */
  /* Active */
  /* Disabled */
  /* Inactive */
}
/**
 * RadioGroup
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Slider_Slider_handLinkContainer a {
  cursor: pointer;
}
.o_Slider_Slider_handContainer {
  cursor: pointer !important;
}
.o_Slider_Slider_nonHandContainer {
  cursor: auto !important;
}
a.o_Slider_Slider_handLink {
  cursor: pointer;
}
/**
 * Slider base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Height of slider and hit target */
  /* Snap marks */
  /* Slider left & right offsets */
  /* Progress bar */
  /* Knob */
  /* Pinned */
}
.o_Slider_Slider_container {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Slider_Slider_innerknob {
  background-color: #f54336;
}
.o_Slider_Slider_slider {
}
.o_Slider_Slider_slider:focus,
  .o_Slider_Slider_slider.o_Slider_Slider_pressed {
}
.o_Slider_Slider_slider:focus.o_Slider_Slider_pinned,
    .o_Slider_Slider_slider:focus:not(.o_Slider_Slider_pinned),
    .o_Slider_Slider_slider.o_Slider_Slider_pressed.o_Slider_Slider_pinned,
    .o_Slider_Slider_slider.o_Slider_Slider_pressed:not(.o_Slider_Slider_pinned) {
}
.o_Slider_Slider_slider:focus.o_Slider_Slider_pinned .o_Slider_Slider_innerknob, .o_Slider_Slider_slider:focus:not(.o_Slider_Slider_pinned) .o_Slider_Slider_innerknob, .o_Slider_Slider_slider.o_Slider_Slider_pressed.o_Slider_Slider_pinned .o_Slider_Slider_innerknob, .o_Slider_Slider_slider.o_Slider_Slider_pressed:not(.o_Slider_Slider_pinned) .o_Slider_Slider_innerknob {
        height: 18px;
        width: 18px;
}
.o_Slider_Slider_slider:focus.o_Slider_Slider_pinned .o_Slider_Slider_innerknob:after, .o_Slider_Slider_slider:focus:not(.o_Slider_Slider_pinned) .o_Slider_Slider_innerknob:after, .o_Slider_Slider_slider.o_Slider_Slider_pressed.o_Slider_Slider_pinned .o_Slider_Slider_innerknob:after, .o_Slider_Slider_slider.o_Slider_Slider_pressed:not(.o_Slider_Slider_pinned) .o_Slider_Slider_innerknob:after {
          transform: none;
          transform: initial;
}
.o_Slider_Slider_slider:focus .o_Slider_Slider_knob::before {
    background-color: #f54336;
}
.o_Slider_Slider_slider .o_Slider_Slider_container {
    height: 48px;
    margin: 0;
    padding: 0 16px;
    width: 100%;
}
.o_Slider_Slider_slider .o_Slider_Slider_knob {
    height:  48px;
    transform: translateX(-24px);
    width:  48px;
}
.o_Slider_Slider_slider .o_Slider_Slider_knob .o_Slider_Slider_innerknob {
      background: #292f38;
      height: 16px;
      width: 16px;
}
.o_Slider_Slider_slider .o_Slider_Slider_progress {
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
}
.o_Slider_Slider_slider .o_Slider_Slider_progress .o_Slider_Slider_innerprogress {
      height: 2px;
      margin-top: -1px;
      top: 50%;
}
.o_Slider_Slider_slider .o_Slider_Slider_progress .o_Slider_Slider_innerprogress [data-ref='value'] {
        background-color: #292f38;
}
.o_Slider_Slider_slider .o_Slider_Slider_snaps {
    height: auto;
    height: initial;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
.o_Slider_Slider_slider .o_Slider_Slider_snaps::after {
      background-color: rgba(12, 18, 28, 0.38);
}
.o_Slider_Slider_slider .o_Slider_Slider_snap {
}
.o_Slider_Slider_slider .o_Slider_Slider_snap::after {
      background-color: rgba(12, 18, 28, 0.38);
      border-radius: 0;
      height: 2px;
}
.o_Slider_Slider_slider.o_Slider_Slider_pinned {
}
.o_Slider_Slider_slider.o_Slider_Slider_pinned .o_Slider_Slider_container {
      height: 56px;
}
.o_Slider_Slider_slider.o_Slider_Slider_pinned .o_Slider_Slider_knob {
      height:  56px;
      transform: translateX(-28px);
      width:  56px;
}
.o_Slider_Slider_slider.o_Slider_Slider_pinned .o_Slider_Slider_innerknob {
}
.o_Slider_Slider_slider.o_Slider_Slider_pinned .o_Slider_Slider_innerknob:before {
        background-color: transparent;
        display: none;
}
.o_Slider_Slider_slider.o_Slider_Slider_pinned .o_Slider_Slider_innerknob:after {
        color: rgba(12, 18, 28, 0.6);
        height: auto;
        height: initial;
        line-height: 1.5;
        transform: none;
        transform: initial;
        width: 100%;
}
.o_Slider_Slider_slider.o_Slider_Slider_ring {
}
.o_Slider_Slider_slider.o_Slider_Slider_ring .o_Slider_Slider_progress {
      left: 16px;
      right: 16px;
      width: auto;
      width: initial;
}
.o_Slider_Slider_slider.o_Slider_Slider_ring .o_Slider_Slider_innerknob {
      background: #292f38;
      border: none;
}
.o_Slider_Slider_slider.o_Slider_Slider_ring.o_Slider_Slider_pinned {
}
.o_Slider_Slider_slider.o_Slider_Slider_ring.o_Slider_Slider_pinned .o_Slider_Slider_innerknob {
        background: #292f38;
        border: none;
}
.o_Slider_Slider_slider.o_Slider_Slider_ring.o_Slider_Slider_pinned .o_Slider_Slider_progress {
        width: auto;
        width: initial;
}
.o_Slider_Slider_slider[disabled] {
}
.o_Slider_Slider_slider[disabled] .o_Slider_Slider_innerknob {
      background-color: #85888f;
      opacity: 1;
}
.o_Slider_Slider_slider[disabled] .o_Slider_Slider_progress {
}
.o_Slider_Slider_slider[disabled] .o_Slider_Slider_progress .o_Slider_Slider_innerprogress {
}
.o_Slider_Slider_slider[disabled] .o_Slider_Slider_progress .o_Slider_Slider_innerprogress [data-ref='value'] {
          background-color: rgba(12, 18, 28, 0.38);
}
.o_Slider_Slider_slider[disabled].o_Slider_Slider_pinned {
}
.o_Slider_Slider_slider[disabled].o_Slider_Slider_pinned .o_Slider_Slider_innerknob {
}
.o_Slider_Slider_slider[disabled].o_Slider_Slider_pinned .o_Slider_Slider_innerknob:after {
          color: rgba(12, 18, 28, 0.38);
}
.o_Slider_Slider_slider[disabled].o_Slider_Slider_ring {
}
.o_Slider_Slider_slider[disabled].o_Slider_Slider_ring.o_Slider_Slider_pinned {
}
.o_Slider_Slider_slider[disabled].o_Slider_Slider_ring.o_Slider_Slider_pinned .o_Slider_Slider_innerknob {
          background: #85888f;
}
/**
 * Slider default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Slider_SliderDark_handLinkContainer a {
  cursor: pointer;
}
.o_Slider_SliderDark_handContainer {
  cursor: pointer !important;
}
.o_Slider_SliderDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Slider_SliderDark_handLink {
  cursor: pointer;
}
/**
 * Slider base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Height of slider and hit target */
  /* Snap marks */
  /* Slider left & right offsets */
  /* Progress bar */
  /* Knob */
  /* Pinned */
}
.o_Slider_SliderDark_container {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_Slider_SliderDark_innerknob {
  background-color: #f54336;
}
.o_Slider_SliderDark_slider {
}
.o_Slider_SliderDark_slider:focus,
  .o_Slider_SliderDark_slider.o_Slider_SliderDark_pressed {
}
.o_Slider_SliderDark_slider:focus.o_Slider_SliderDark_pinned,
    .o_Slider_SliderDark_slider:focus:not(.o_Slider_SliderDark_pinned),
    .o_Slider_SliderDark_slider.o_Slider_SliderDark_pressed.o_Slider_SliderDark_pinned,
    .o_Slider_SliderDark_slider.o_Slider_SliderDark_pressed:not(.o_Slider_SliderDark_pinned) {
}
.o_Slider_SliderDark_slider:focus.o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob, .o_Slider_SliderDark_slider:focus:not(.o_Slider_SliderDark_pinned) .o_Slider_SliderDark_innerknob, .o_Slider_SliderDark_slider.o_Slider_SliderDark_pressed.o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob, .o_Slider_SliderDark_slider.o_Slider_SliderDark_pressed:not(.o_Slider_SliderDark_pinned) .o_Slider_SliderDark_innerknob {
        height: 18px;
        width: 18px;
}
.o_Slider_SliderDark_slider:focus.o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob:after, .o_Slider_SliderDark_slider:focus:not(.o_Slider_SliderDark_pinned) .o_Slider_SliderDark_innerknob:after, .o_Slider_SliderDark_slider.o_Slider_SliderDark_pressed.o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob:after, .o_Slider_SliderDark_slider.o_Slider_SliderDark_pressed:not(.o_Slider_SliderDark_pinned) .o_Slider_SliderDark_innerknob:after {
          transform: none;
          transform: initial;
}
.o_Slider_SliderDark_slider:focus .o_Slider_SliderDark_knob::before {
    background-color: #f54336;
}
.o_Slider_SliderDark_slider .o_Slider_SliderDark_container {
    height: 48px;
    margin: 0;
    padding: 0 16px;
    width: 100%;
}
.o_Slider_SliderDark_slider .o_Slider_SliderDark_knob {
    height:  48px;
    transform: translateX(-24px);
    width:  48px;
}
.o_Slider_SliderDark_slider .o_Slider_SliderDark_knob .o_Slider_SliderDark_innerknob {
      background: #fff;
      height: 16px;
      width: 16px;
}
.o_Slider_SliderDark_slider .o_Slider_SliderDark_progress {
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
}
.o_Slider_SliderDark_slider .o_Slider_SliderDark_progress .o_Slider_SliderDark_innerprogress {
      height: 2px;
      margin-top: -1px;
      top: 50%;
}
.o_Slider_SliderDark_slider .o_Slider_SliderDark_progress .o_Slider_SliderDark_innerprogress [data-ref='value'] {
        background-color: #fff;
}
.o_Slider_SliderDark_slider .o_Slider_SliderDark_snaps {
    height: auto;
    height: initial;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
.o_Slider_SliderDark_slider .o_Slider_SliderDark_snaps::after {
      background-color: rgba(255, 255, 255, 0.5);
}
.o_Slider_SliderDark_slider .o_Slider_SliderDark_snap {
}
.o_Slider_SliderDark_slider .o_Slider_SliderDark_snap::after {
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 0;
      height: 2px;
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_pinned {
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_pinned .o_Slider_SliderDark_container {
      height: 56px;
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_pinned .o_Slider_SliderDark_knob {
      height:  56px;
      transform: translateX(-28px);
      width:  56px;
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob {
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob:before {
        background-color: transparent;
        display: none;
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob:after {
        color: rgba(255, 255, 255, 0.7);
        height: auto;
        height: initial;
        line-height: 1.5;
        transform: none;
        transform: initial;
        width: 100%;
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_ring {
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_ring .o_Slider_SliderDark_progress {
      left: 16px;
      right: 16px;
      width: auto;
      width: initial;
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_ring .o_Slider_SliderDark_innerknob {
      background: #fff;
      border: none;
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_ring.o_Slider_SliderDark_pinned {
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_ring.o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob {
        background: #fff;
        border: none;
}
.o_Slider_SliderDark_slider.o_Slider_SliderDark_ring.o_Slider_SliderDark_pinned .o_Slider_SliderDark_progress {
        width: auto;
        width: initial;
}
.o_Slider_SliderDark_slider[disabled] {
}
.o_Slider_SliderDark_slider[disabled] .o_Slider_SliderDark_innerknob {
      background-color: #85888f;
      opacity: 1;
}
.o_Slider_SliderDark_slider[disabled] .o_Slider_SliderDark_progress {
}
.o_Slider_SliderDark_slider[disabled] .o_Slider_SliderDark_progress .o_Slider_SliderDark_innerprogress {
}
.o_Slider_SliderDark_slider[disabled] .o_Slider_SliderDark_progress .o_Slider_SliderDark_innerprogress [data-ref='value'] {
          background-color: rgba(255, 255, 255, 0.5);
}
.o_Slider_SliderDark_slider[disabled].o_Slider_SliderDark_pinned {
}
.o_Slider_SliderDark_slider[disabled].o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob {
}
.o_Slider_SliderDark_slider[disabled].o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob:after {
          color: rgba(255, 255, 255, 0.5);
}
.o_Slider_SliderDark_slider[disabled].o_Slider_SliderDark_ring {
}
.o_Slider_SliderDark_slider[disabled].o_Slider_SliderDark_ring.o_Slider_SliderDark_pinned {
}
.o_Slider_SliderDark_slider[disabled].o_Slider_SliderDark_ring.o_Slider_SliderDark_pinned .o_Slider_SliderDark_innerknob {
          background: #85888f;
}
/**
 * Slider dark
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Snap marks */
  /* Progress bar */
  /* Knob */
  /* Pinned */
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Snackbar_Snackbar_handLinkContainer a {
  cursor: pointer;
}
.o_Snackbar_Snackbar_handContainer {
  cursor: pointer !important;
}
.o_Snackbar_Snackbar_nonHandContainer {
  cursor: auto !important;
}
a.o_Snackbar_Snackbar_handLink {
  cursor: pointer;
}
/**
 * SnackBar
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Snackbar_Snackbar_snackbar {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  max-width: 360px;
  margin: 0 auto;
  padding: 0 24px;
  background-color: #fff;
  border: 1px solid rgba(12, 18, 28, .12);
  border-radius: 4px
}
.o_Snackbar_Snackbar_snackbar.o_Snackbar_Snackbar_alert {}
.o_Snackbar_Snackbar_snackbar.o_Snackbar_Snackbar_alert.o_Snackbar_Snackbar_cancel {
  background-color: #85888f;
  border-color: #85888f;
}
.o_Snackbar_Snackbar_snackbar.o_Snackbar_Snackbar_alert.o_Snackbar_Snackbar_accept {
  background-color: #26bd7e;
  border-color: #26bd7e;
}
.o_Snackbar_Snackbar_snackbar.o_Snackbar_Snackbar_alert.o_Snackbar_Snackbar_warning {
  background-color: #ffb300;
  border-color: #ffb300;
}
.o_Snackbar_Snackbar_snackbar.o_Snackbar_Snackbar_alert .o_Snackbar_Snackbar_label {
  color: #fff;
}
.o_Snackbar_Snackbar_snackbar.o_Snackbar_Snackbar_alert .o_Snackbar_Snackbar_button {
  display: none;
}
.o_Snackbar_Snackbar_snackbar.o_Snackbar_Snackbar_active {
  transform: translateY(-16px);
  transition: transform 0.2s;
}
.o_Snackbar_Snackbar_snackbar .o_Snackbar_Snackbar_label {
  padding: 18px 0;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  color: rgba(12, 18, 28, 0.87);
}
.o_Snackbar_Snackbar_snackbar .o_Snackbar_Snackbar_button {
  margin-left: 24px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_SplitButton_SplitButton_handLinkContainer a {
  cursor: pointer;
}
.o_SplitButton_SplitButton_handContainer {
  cursor: pointer !important;
}
.o_SplitButton_SplitButton_nonHandContainer {
  cursor: auto !important;
}
a.o_SplitButton_SplitButton_handLink {
  cursor: pointer;
}
/**
 * Button base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Neutral/Default Button Variables */
  /* Primary Button Variables */
  /* Flat Button Variables */
  /* Accent Button Variables */
  /* Button Ripple Variables */
  /* Button Icon Variables */
  /* Small, Medium, Large button size/padding Variables */
}
/*
  composing button to be used here in `.button` selector,
  but also in `IconButton`s `.toggle` root selector.
*/
.o_SplitButton_SplitButton_buttonBase {
  border-radius: 2px;
  font-size: 0.9375rem;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  text-transform: none;
  cursor: pointer;
  min-width: 0
}
.o_SplitButton_SplitButton_buttonBase.o_SplitButton_SplitButton_neutral,
  .o_SplitButton_SplitButton_buttonBase.o_SplitButton_SplitButton_primary,
  .o_SplitButton_SplitButton_buttonBase.o_SplitButton_SplitButton_accent {
    font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_SplitButton_SplitButton_buttonWithRipple {
}
.o_SplitButton_SplitButton_buttonWithRipple .o_SplitButton_SplitButton_ripple {
    opacity: .06;
}
.o_SplitButton_SplitButton_buttonFlat {
}
.o_SplitButton_SplitButton_buttonFlat.o_SplitButton_SplitButton_flat {
    box-shadow: none;
    color: #0e7cb8;
    padding: 0 8px;
    background: none;
}
.o_SplitButton_SplitButton_buttonFlat.o_SplitButton_SplitButton_flat.o_SplitButton_SplitButton_inlineFlat {
      padding: 0;
}
.o_SplitButton_SplitButton_buttonFlat.o_SplitButton_SplitButton_flat:hover,
    .o_SplitButton_SplitButton_buttonFlat.o_SplitButton_SplitButton_flat:active,
    .o_SplitButton_SplitButton_buttonFlat.o_SplitButton_SplitButton_flat:focus {
      background-color: transparent;
      color: rgba(12, 18, 28, 0.87);
}
.o_SplitButton_SplitButton_buttonFlat.o_SplitButton_SplitButton_flat[disabled] {
      box-shadow: none;
      color: rgba(14, 124, 184, 0.38);
}
.o_SplitButton_SplitButton_buttonNeutral {
}
.o_SplitButton_SplitButton_buttonNeutral.o_SplitButton_SplitButton_neutral {
}
.o_SplitButton_SplitButton_buttonNeutral.o_SplitButton_SplitButton_neutral:hover,
    .o_SplitButton_SplitButton_buttonNeutral.o_SplitButton_SplitButton_neutral:active {
      background: #3d444f;
      color: #fff;
}
.o_SplitButton_SplitButton_buttonNeutral.o_SplitButton_SplitButton_neutral[disabled] {
      box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.38);
      color: rgba(12, 18, 28, 0.38);
}
.o_SplitButton_SplitButton_buttonNeutral.o_SplitButton_SplitButton_neutral.o_SplitButton_SplitButton_stacked {
      box-shadow: none;
}
.o_SplitButton_SplitButton_buttonNeutral.o_SplitButton_SplitButton_neutral .o_SplitButton_SplitButton_ripple {
      background-color: #fff;
}
.o_SplitButton_SplitButton_buttonNeutral.o_SplitButton_SplitButton_neutral:not([disabled]) {
      box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.87);
      color: rgba(12, 18, 28, 0.87);
}
.o_SplitButton_SplitButton_buttonNeutral.o_SplitButton_SplitButton_neutral:not([disabled]):hover,
      .o_SplitButton_SplitButton_buttonNeutral.o_SplitButton_SplitButton_neutral:not([disabled]):active {
        background-color: #3d444f;
        box-shadow: inset 0 0 0 1px #3d444f;
        color: #fff;
}
.o_SplitButton_SplitButton_buttonAccent {
}
.o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent {
    background-color: #43b9d3;
    box-shadow: none;
    color: #fff;
}
.o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent:hover,
    .o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent:active {
      background-color: #3aa2b9;
      color: #fff;
}
.o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent[disabled] {
      background-color: rgba(67, 185, 211, 0.38);
      box-shadow: none;
      color: rgba(255, 255, 255, 0.38);
}
.o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent .o_SplitButton_SplitButton_ripple {
      background-color: #0c121c;
}
.o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent:not([disabled]) {
}
.o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent:not([disabled]).o_SplitButton_SplitButton_raised,
      .o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent:not([disabled]).o_SplitButton_SplitButton_floating {
        background: #fff;
        color: #fff;
}
.o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent:not([disabled]).o_SplitButton_SplitButton_flat,
      .o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent:not([disabled]).o_SplitButton_SplitButton_toggle {
}
.o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent:not([disabled]).o_SplitButton_SplitButton_flat:focus:not(:active), .o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent:not([disabled]).o_SplitButton_SplitButton_toggle:focus:not(:active) {
          background: #3aa2b9;
}
.o_SplitButton_SplitButton_buttonAccent.o_SplitButton_SplitButton_accent:not([disabled]).o_SplitButton_SplitButton_flat:hover {
        background: #3aa2b9;
}
.o_SplitButton_SplitButton_buttonPrimary {
}
.o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary {
}
.o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary:not([disabled]) {
      background-color: #f54336;
      color: #fff;
}
.o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary:not([disabled]):hover,
      .o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary:not([disabled]):active {
        color: #fff;
}
.o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary:not([disabled]).o_SplitButton_SplitButton_raised,
      .o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary:not([disabled]).o_SplitButton_SplitButton_floating {
        background: #f54336;
        color: #0c121c;
}
.o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary:not([disabled]).o_SplitButton_SplitButton_flat,
      .o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary:not([disabled]).o_SplitButton_SplitButton_toggle {
}
.o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary:not([disabled]).o_SplitButton_SplitButton_flat:focus:not(:active), .o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary:not([disabled]).o_SplitButton_SplitButton_toggle:focus:not(:active) {
          background: #da3928;
}
.o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary:not([disabled]).o_SplitButton_SplitButton_flat:hover {
        background: #da3928;
}
.o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary[disabled] {
      background-color: rgba(245, 67, 54, 0.38);
      color: rgba(255, 255, 255, 0.5);
}
.o_SplitButton_SplitButton_buttonPrimary.o_SplitButton_SplitButton_primary .o_SplitButton_SplitButton_ripple {
      background-color: #0c121c;
}
.o_SplitButton_SplitButton_buttonFloating {
}
.o_SplitButton_SplitButton_buttonFloating.o_SplitButton_SplitButton_floating {
    background-color: rgba(22, 25, 30, 0.7);
    box-shadow: 0 0 6px 0 rgba(12, 18, 28, 0.12), 0 6px 6px 0 rgba(12, 18, 28, 0.26);
    position: fixed;
    border-radius: 100%;
    bottom: 16px;
    color: #fff;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    padding: 0;
    position: fixed;
    right: 16px;
    width: 60px;
}
@media (min-width: 52.5em) {
  .o_SplitButton_SplitButton_buttonFloating.o_SplitButton_SplitButton_floating {
      bottom: 24px;
      right: 24px;
  }
    }
.o_SplitButton_SplitButton_buttonFloating.o_SplitButton_SplitButton_floating > .o_SplitButton_SplitButton_icon:not([data-react-toolbox='tooltip']) {
      line-height: inherit;
      margin: 0;
      vertical-align: middle;
}
.o_SplitButton_SplitButton_buttonFloating.o_SplitButton_SplitButton_floating .o_SplitButton_SplitButton_icon {
      color: #fff;
}
.o_SplitButton_SplitButton_buttonFloating.o_SplitButton_SplitButton_floating .o_SplitButton_SplitButton_ripple {
      background-color: #fff;
}
.o_SplitButton_SplitButton_buttonFloating.o_SplitButton_SplitButton_floating:hover {
      box-shadow: 0 0 12px 0 rgba(12, 18, 28, 0.12), 0 12px 12px 0 rgba(12, 18, 28, 0.26);
}
.o_SplitButton_SplitButton_button {
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_primary,
  .o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_neutral,
  .o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_accent {
    padding: 0 40px;
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_small {
    padding: 0 8px;
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_large {
    font-size: 18px;
    height: 48px;
    padding: 0 80px;
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_blockLevel {
    display: block;
    font-size: 18px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_stacked {
    min-width: 0;
    min-width: initial;
    padding-bottom: 4px;
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_stacked.o_SplitButton_SplitButton_neutral {
      color: rgba(12, 18, 28, 0.6);
      font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_stacked.o_SplitButton_SplitButton_neutral:not([disabled]) {
        box-shadow: none;
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_stacked.o_SplitButton_SplitButton_neutral:hover {
        background: none;
        color: rgba(12, 18, 28, 0.87);
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_stacked.o_SplitButton_SplitButton_primary,
    .o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_stacked.o_SplitButton_SplitButton_accent {
      font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_stacked.o_SplitButton_SplitButton_primary,
    .o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_stacked.o_SplitButton_SplitButton_accent,
    .o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_stacked.o_SplitButton_SplitButton_neutral {
      padding-top: 3px;
      padding-left: 8px;
      padding-right: 8px;
      padding-bottom: 2px;
}
.o_SplitButton_SplitButton_button.o_SplitButton_SplitButton_stacked.o_SplitButton_SplitButton_inlineFlat {
      padding: 0;
}
.o_SplitButton_SplitButton_button .o_SplitButton_SplitButton_icon,
  .o_SplitButton_SplitButton_button > span:not([data-react-toolbox='tooltip']) {
    font-size: 1.5rem;
    margin-bottom: 1px;
    margin-right: 8px;
    opacity: 1;
    vertical-align: top;
}
.o_SplitButton_SplitButton_button > svg {
    height: 40px;
}
.o_SplitButton_SplitButton_button > span {
}
.o_SplitButton_SplitButton_button > span.o_SplitButton_SplitButton_rippleWrapper {
      margin: 0;
}
.o_SplitButton_SplitButton_button:hover {
    text-decoration: none;
}
.o_SplitButton_SplitButton_toggle {
  width: 40px
}
.o_SplitButton_SplitButton_toggle > .o_SplitButton_SplitButton_icon,
  .o_SplitButton_SplitButton_toggle svg {
    line-height: 40px;
}
/**
 * Button Default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * SplitButton base
 * Theme override and extension of `oxygen-component` styling.
 */
.o_SplitButton_SplitButton_iconButton {
}
.o_SplitButton_SplitButton_iconButton .o_SplitButton_SplitButton_ripple {
    opacity: .08;
}
/**
 * SplitButton default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Stepper_Stepper_handLinkContainer a {
  cursor: pointer;
}
.o_Stepper_Stepper_handContainer {
  cursor: pointer !important;
}
.o_Stepper_Stepper_nonHandContainer {
  cursor: auto !important;
}
a.o_Stepper_Stepper_handLink {
  cursor: pointer;
}
/**
 * Stepper
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Stepper_Stepper_stepConnector {
  border-color: rgba(12, 18, 28, 0.12);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Switch_Switch_handLinkContainer a {
  cursor: pointer;
}
.o_Switch_Switch_handContainer {
  cursor: pointer !important;
}
.o_Switch_Switch_nonHandContainer {
  cursor: auto !important;
}
a.o_Switch_Switch_handLink {
  cursor: pointer;
}
/**
 * Switch base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Global */
  /* Field */
  /* Label */
  /* Thumb */
  /* Track */ /* Top & bottom only */
  /* Ripple */
  /* Active */
  /* Disabled */
  /* Inactive */
}
.o_Switch_Switch_field {
  height: 24px;
  margin-bottom: 0
}
.o_Switch_Switch_field .o_Switch_Switch_text {
    color: rgba(12, 18, 28, 0.6);
    line-height: 24px;
}
.o_Switch_Switch_thumb {
  height: 12px;
  top: 2px;
  width: 12px
}
.o_Switch_Switch_thumb .o_Switch_Switch_ripple {
    background-color: rgb(12, 18, 28);
    opacity: .26;
}
.o_Switch_Switch_on,
.o_Switch_Switch_off {
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  box-sizing: content-box;
  box-sizing: initial;
  height: 16px;
  margin: 2px 0;
  width: 30px;
}
.o_Switch_Switch_on {
  background: #0e7cb8;
  border-color: #0e7cb8
}
.o_Switch_Switch_on .o_Switch_Switch_thumb {
    background: #fff;
    box-shadow: none;
    box-shadow: initial;
    left: 16px;
}
.o_Switch_Switch_off {
  background: transparent;
  border-color: rgba(12, 18, 28, 0.6)
}
.o_Switch_Switch_off .o_Switch_Switch_thumb {
    background: rgba(12, 18, 28, 0.6);
    box-shadow: none;
    box-shadow: initial;
    left: 2px;
}
.o_Switch_Switch_input {
}
.o_Switch_Switch_input:focus {
}
.o_Switch_Switch_input:focus ~ .o_Switch_Switch_off,
    .o_Switch_Switch_input:focus ~ .o_Switch_Switch_on {
      outline: 5px auto -webkit-focus-ring-color;
}
.o_Switch_Switch_disabled {
}
.o_Switch_Switch_disabled .o_Switch_Switch_text {
    color: rgba(12, 18, 28, 0.38);
}
.o_Switch_Switch_disabled .o_Switch_Switch_on {
    background: rgba(12, 18, 28, 0.38);
    border-color: rgba(12, 18, 28, 0.38);
    background-clip: padding-box !important;
}
.o_Switch_Switch_disabled .o_Switch_Switch_off {
    background: transparent;
    border-color:  rgba(12, 18, 28, 0.38);
    background-clip: padding-box !important;
}
.o_Switch_Switch_disabled .o_Switch_Switch_off .o_Switch_Switch_thumb {
      background: rgba(12, 18, 28, 0.38);
}
/**
 * Switch default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Switch_SwitchDark_handLinkContainer a {
  cursor: pointer;
}
.o_Switch_SwitchDark_handContainer {
  cursor: pointer !important;
}
.o_Switch_SwitchDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Switch_SwitchDark_handLink {
  cursor: pointer;
}
/**
 * Switch base
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Global */
  /* Field */
  /* Label */
  /* Thumb */
  /* Track */ /* Top & bottom only */
  /* Ripple */
  /* Active */
  /* Disabled */
  /* Inactive */
}
.o_Switch_SwitchDark_field {
  height: 24px;
  margin-bottom: 0
}
.o_Switch_SwitchDark_field .o_Switch_SwitchDark_text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
}
.o_Switch_SwitchDark_thumb {
  height: 12px;
  top: 2px;
  width: 12px
}
.o_Switch_SwitchDark_thumb .o_Switch_SwitchDark_ripple {
    background-color: rgb(255, 255, 255);
    opacity: .6;
}
.o_Switch_SwitchDark_on,
.o_Switch_SwitchDark_off {
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  box-sizing: content-box;
  box-sizing: initial;
  height: 16px;
  margin: 2px 0;
  width: 30px;
}
.o_Switch_SwitchDark_on {
  background: #43b9d3;
  border-color: #43b9d3
}
.o_Switch_SwitchDark_on .o_Switch_SwitchDark_thumb {
    background: #fff;
    box-shadow: none;
    box-shadow: initial;
    left: 16px;
}
.o_Switch_SwitchDark_off {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7)
}
.o_Switch_SwitchDark_off .o_Switch_SwitchDark_thumb {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: none;
    box-shadow: initial;
    left: 2px;
}
.o_Switch_SwitchDark_input {
}
.o_Switch_SwitchDark_input:focus {
}
.o_Switch_SwitchDark_input:focus ~ .o_Switch_SwitchDark_off,
    .o_Switch_SwitchDark_input:focus ~ .o_Switch_SwitchDark_on {
      outline: 5px auto -webkit-focus-ring-color;
}
.o_Switch_SwitchDark_disabled {
}
.o_Switch_SwitchDark_disabled .o_Switch_SwitchDark_text {
    color: rgba(255, 255, 255, 0.5);
}
.o_Switch_SwitchDark_disabled .o_Switch_SwitchDark_on {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box !important;
}
.o_Switch_SwitchDark_disabled .o_Switch_SwitchDark_off {
    background: transparent;
    border-color:  rgba(255, 255, 255, 0.5);
    background-clip: padding-box !important;
}
.o_Switch_SwitchDark_disabled .o_Switch_SwitchDark_off .o_Switch_SwitchDark_thumb {
      background: rgba(255, 255, 255, 0.5);
}
/**
 * Switch dark
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Label */
  /* Ripple */
  /* Active */
  /* Disabled */
  /* Inactive */
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Table_Table_handLinkContainer a {
  cursor: pointer;
}
.o_Table_Table_handContainer {
  cursor: pointer !important;
}
.o_Table_Table_nonHandContainer {
  cursor: auto !important;
}
a.o_Table_Table_handLink {
  cursor: pointer;
}
/**
 * Table
 * Theme override and extension of `oxygen-component` styling.
 */
:root {
  /* Divider */
  /* Cell padding */
  /* Table header */
  /* Table cell */
}
.o_Table_Table_table {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  padding: 8px 0;
}
.o_Table_Table_head {
  padding-bottom: 0;
}
.o_Table_Table_headCell,
.o_Table_Table_rowCell {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  vertical-align: middle;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 16px;
  border-bottom: none;
  border-top: none
}
.o_Table_Table_headCell:first-of-type, .o_Table_Table_rowCell:first-of-type {
  padding-left: 16px;
}
.o_Table_Table_headCell:last-of-type, .o_Table_Table_rowCell:last-of-type {
  padding-right: 16px;
}
.o_Table_Table_headCell.o_Table_Table_verticalRule, .o_Table_Table_rowCell.o_Table_Table_verticalRule {
  border-right: 1px solid rgba(12, 18, 28, 0.12);
}
.o_Table_Table_headCell.o_Table_Table_rightAlign, .o_Table_Table_rowCell.o_Table_Table_rightAlign {
  text-align: right;
}
.o_Table_Table_headCell {
  border-bottom: 1px solid rgba(12, 18, 28, 0.12);
}
.o_Table_Table_row {
}
.o_Table_Table_row .o_Table_Table_rowCell {
  border-bottom: 1px solid rgba(12, 18, 28, 0.12);
}
.o_Table_Table_row:hover {
  background: transparent;
}
.o_Table_Table_row:last-child {
}
.o_Table_Table_row:last-child .o_Table_Table_rowCell {
  border-bottom: none;
}
.o_Table_Table_headCell {
  color: rgba(12, 18, 28, 0.6);
  font-size: 0.875rem;
  line-height: 20px;
}
.o_Table_Table_rowCell {
  font-size: 1rem;
  color: rgba(12, 18, 28, 0.87);
  line-height: 24px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Tabs_Tabs_handLinkContainer a {
  cursor: pointer;
}
.o_Tabs_Tabs_handContainer {
  cursor: pointer !important;
}
.o_Tabs_Tabs_nonHandContainer {
  cursor: auto !important;
}
a.o_Tabs_Tabs_handLink {
  cursor: pointer;
}
/**
 * Tabs base
 * Theme override and extension of `oxygen-component` styling.
 */
:root { /* 45% of 87%(color-text-primary) === 38% of color-gray6 */
  /* Button Ripple Variables */
}
.o_Tabs_Tabs_tabs {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif
}
.o_Tabs_Tabs_tabs.o_Tabs_Tabs_noBorder {
}
.o_Tabs_Tabs_tabs.o_Tabs_Tabs_noBorder .o_Tabs_Tabs_navigation {
      box-shadow: none;
}
.o_Tabs_Tabs_fixed {
}
.o_Tabs_Tabs_fixed .o_Tabs_Tabs_navigation {
    white-space: normal;
}
.o_Tabs_Tabs_navigation {
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 1px 0 rgba(12, 18, 28, 0.12);
  overflow: auto;
  white-space: nowrap
}
@media (min-width: 60em) {
  .o_Tabs_Tabs_navigation {
    overflow: hidden;
  }
  }
.o_Tabs_Tabs_navigation::-webkit-scrollbar {
    display: none;
}
.o_Tabs_Tabs_centerAlign {
}
.o_Tabs_Tabs_centerAlign .o_Tabs_Tabs_navigation {
    -ms-flex-pack: center;
        justify-content: center;
}
section.o_Tabs_Tabs_tab.o_Tabs_Tabs_active {
  color: rgba(12, 18, 28, 0.87);
}
section {
}
section.o_Tabs_Tabs_tab {
}
section.o_Tabs_Tabs_tab.o_Tabs_Tabs_active {
      color: rgba(12, 18, 28, 0.87);
}
.o_Tabs_Tabs_fixed {
}
.o_Tabs_Tabs_fixed .o_Tabs_Tabs_label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.o_Tabs_Tabs_arrow {
  color: rgba(12, 18, 28, 0.87);
}
.o_Tabs_Tabs_arrowContainer {
  box-shadow: inset 0 -1px transparent;
}
.o_Tabs_Tabs_label {
  color: rgba(12, 18, 28, 0.6);
  line-height: 18px;
  max-width: 264px;
  min-width: 72px;
  padding: 15px 12px;
  text-align: center;
  text-transform: none;
  transition-duration: 0.15s
}
@media (min-width: 45em) {
  .o_Tabs_Tabs_label {
    padding: 15px 24px;
  }
  }
.o_Tabs_Tabs_label:focus {
   background-color: rgba(12, 18, 28, 0.1);
}
.o_Tabs_Tabs_label.o_Tabs_Tabs_active {
    color: rgba(12, 18, 28, 0.87);
    font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_Tabs_Tabs_label.o_Tabs_Tabs_disabled {
    opacity: 0.45;
}
.o_Tabs_Tabs_label:hover:not(.o_Tabs_Tabs_disabled) {
    color: rgba(12, 18, 28, 0.87);
    transition-duration: 0.2s;
}
.o_Tabs_Tabs_label.o_Tabs_Tabs_withText {
}
.o_Tabs_Tabs_label.o_Tabs_Tabs_withText .o_Tabs_Tabs_icon {
      margin-bottom: 4px;
}
.o_Tabs_Tabs_label .o_Tabs_Tabs_ripple {
    opacity: .06;
}
.o_Tabs_Tabs_pointer {
  background-color: rgba(12, 18, 28, 0.87);
  height: 3px;
  margin-top: -3px;
}
.o_Tabs_Tabs_inverse {
}
.o_Tabs_Tabs_inverse .o_Tabs_Tabs_navigation,
  .o_Tabs_Tabs_inverse .o_Tabs_Tabs_arrowContainer {
    background-color: #292f38;
}
.o_Tabs_Tabs_inverse .o_Tabs_Tabs_label {
    color: rgba(255, 255, 255, 0.7);
}
.o_Tabs_Tabs_inverse .o_Tabs_Tabs_label.o_Tabs_Tabs_active {
      color: #fff;
}
.o_Tabs_Tabs_inverse .o_Tabs_Tabs_arrow {
    color: #fff;
}
.o_Tabs_Tabs_inverse .o_Tabs_Tabs_pointer {
    background-color: #43b9d3;
}
/**
 * Tabs default
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Tabs_TabsDark_handLinkContainer a {
  cursor: pointer;
}
.o_Tabs_TabsDark_handContainer {
  cursor: pointer !important;
}
.o_Tabs_TabsDark_nonHandContainer {
  cursor: auto !important;
}
a.o_Tabs_TabsDark_handLink {
  cursor: pointer;
}
/**
 * Tabs base
 * Theme override and extension of `oxygen-component` styling.
 */
:root { /* 45% of 87%(color-text-primary) === 38% of color-gray6 */
  /* Button Ripple Variables */
}
.o_Tabs_TabsDark_tabs {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif
}
.o_Tabs_TabsDark_tabs.o_Tabs_TabsDark_noBorder {
}
.o_Tabs_TabsDark_tabs.o_Tabs_TabsDark_noBorder .o_Tabs_TabsDark_navigation {
      box-shadow: none;
}
.o_Tabs_TabsDark_fixed {
}
.o_Tabs_TabsDark_fixed .o_Tabs_TabsDark_navigation {
    white-space: normal;
}
.o_Tabs_TabsDark_navigation {
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: auto;
  white-space: nowrap
}
@media (min-width: 60em) {
  .o_Tabs_TabsDark_navigation {
    overflow: hidden;
  }
  }
.o_Tabs_TabsDark_navigation::-webkit-scrollbar {
    display: none;
}
.o_Tabs_TabsDark_centerAlign {
}
.o_Tabs_TabsDark_centerAlign .o_Tabs_TabsDark_navigation {
    -ms-flex-pack: center;
        justify-content: center;
}
section.o_Tabs_TabsDark_tab.o_Tabs_TabsDark_active {
  color: #fff;
}
section {
}
section.o_Tabs_TabsDark_tab {
}
section.o_Tabs_TabsDark_tab.o_Tabs_TabsDark_active {
      color: #fff;
}
.o_Tabs_TabsDark_fixed {
}
.o_Tabs_TabsDark_fixed .o_Tabs_TabsDark_label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.o_Tabs_TabsDark_arrow {
  color: rgba(12, 18, 28, 0.87);
}
.o_Tabs_TabsDark_arrowContainer {
  box-shadow: inset 0 -1px transparent;
}
.o_Tabs_TabsDark_label {
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
  max-width: 264px;
  min-width: 72px;
  padding: 15px 12px;
  text-align: center;
  text-transform: none;
  transition-duration: 0.15s
}
@media (min-width: 45em) {
  .o_Tabs_TabsDark_label {
    padding: 15px 24px;
  }
  }
.o_Tabs_TabsDark_label:focus {
   background-color: rgba(12, 18, 28, 0.1);
}
.o_Tabs_TabsDark_label.o_Tabs_TabsDark_active {
    color: #fff;
    font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
}
.o_Tabs_TabsDark_label.o_Tabs_TabsDark_disabled {
    opacity: 0.45;
}
.o_Tabs_TabsDark_label:hover:not(.o_Tabs_TabsDark_disabled) {
    color: #fff;
    transition-duration: 0.2s;
}
.o_Tabs_TabsDark_label.o_Tabs_TabsDark_withText {
}
.o_Tabs_TabsDark_label.o_Tabs_TabsDark_withText .o_Tabs_TabsDark_icon {
      margin-bottom: 4px;
}
.o_Tabs_TabsDark_label .o_Tabs_TabsDark_ripple {
    opacity: .06;
}
.o_Tabs_TabsDark_pointer {
  background-color: rgba(12, 18, 28, 0.87);
  height: 3px;
  margin-top: -3px;
}
.o_Tabs_TabsDark_inverse {
}
.o_Tabs_TabsDark_inverse .o_Tabs_TabsDark_navigation,
  .o_Tabs_TabsDark_inverse .o_Tabs_TabsDark_arrowContainer {
    background-color: #292f38;
}
.o_Tabs_TabsDark_inverse .o_Tabs_TabsDark_label {
    color: rgba(255, 255, 255, 0.7);
}
.o_Tabs_TabsDark_inverse .o_Tabs_TabsDark_label.o_Tabs_TabsDark_active {
      color: #fff;
}
.o_Tabs_TabsDark_inverse .o_Tabs_TabsDark_arrow {
    color: #fff;
}
.o_Tabs_TabsDark_inverse .o_Tabs_TabsDark_pointer {
    background-color: #43b9d3;
}
/**
 * Tabs dark
 * Theme override and extension of `oxygen-component` styling.
 */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Tooltip_Tooltip_handLinkContainer a {
  cursor: pointer;
}
.o_Tooltip_Tooltip_handContainer {
  cursor: pointer !important;
}
.o_Tooltip_Tooltip_nonHandContainer {
  cursor: auto !important;
}
a.o_Tooltip_Tooltip_handLink {
  cursor: pointer;
}
/**
 * Tooltip
 * Theme override and extension of `oxygen-component` styling.
 */
.o_Tooltip_Tooltip_tooltip {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  padding: 8px;
  transition-duration: 0.2s
}
.o_Tooltip_Tooltip_tooltip.o_Tooltip_Tooltip_tooltipActive {
  max-width: 200px;
}
.o_Tooltip_Tooltip_tooltip .o_Tooltip_Tooltip_tooltipInner {
  color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
.o_Tooltip_Tooltip_tooltipInner {
  background: rgba(22, 25, 30, 0.7);
}
/* stylelint-disable at-rule-no-unknown, function-whitespace-after */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_FlexGrid_flexboxgrid_handLinkContainer a {
  cursor: pointer;
}
.o_FlexGrid_flexboxgrid_handContainer {
  cursor: pointer !important;
}
.o_FlexGrid_flexboxgrid_nonHandContainer {
  cursor: auto !important;
}
a.o_FlexGrid_flexboxgrid_handLink {
  cursor: pointer;
}
:root { /* 8px */ /* 16px */
}
.o_FlexGrid_flexboxgrid_stretch-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw
}
.o_FlexGrid_flexboxgrid_stretch-full-width.o_FlexGrid_flexboxgrid_col {
  padding-left: 0;
  padding-right: 0;
}
.o_FlexGrid_flexboxgrid_row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.o_FlexGrid_flexboxgrid_row.o_FlexGrid_flexboxgrid_reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.o_FlexGrid_flexboxgrid_col {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.o_FlexGrid_flexboxgrid_col.o_FlexGrid_flexboxgrid_reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
/* Loop through each breakpoint and create column and utility classes */
@media (min-width: 0) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-xxxs {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-xxxs {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-xxxs {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-xxxs {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-xxxs {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-xxxs {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-xxxs {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-xxxs {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-xxxs {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-xxxs {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-xxxs {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxs-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 30em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-xxs {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-xxs {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-xxs {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-xxs {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-xxs {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-xxs {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-xxs {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-xxs {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-xxs {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-xxs {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-xxs {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-xxs-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 37.5em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-xs {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-xs {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-xs {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-xs {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-xs {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-xs {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-xs {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-xs {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-xs {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-xs {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-xs {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-xs-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 45em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-smTablet {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-smTablet {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-smTablet {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-smTablet {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-smTablet {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-smTablet {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-smTablet {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-smTablet {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-smTablet {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-smTablet {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-smTablet {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-smTablet-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 52.5em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-sm {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-sm {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-sm {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-sm {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-sm {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-sm {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-sm {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-sm {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-sm {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-sm {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-sm-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 60em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-md {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-md {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-md {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-md {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-md {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-md {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-md {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-md {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-md {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-md {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-md-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-md-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-md-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-md-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-md-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-md-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-md-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-md-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-md-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-md-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-md-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 64em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-lgTablet {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-lgTablet {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-lgTablet {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-lgTablet {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-lgTablet {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-lgTablet {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-lgTablet {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-lgTablet {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-lgTablet {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-lgTablet {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-lgTablet {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-lgTablet-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 80em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-lg {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-lg {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-lg {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-lg {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-lg {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-lg {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-lg {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-lg {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-lg {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-lg {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-lg-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 90em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-xl {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-xl {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-xl {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-xl {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-xl {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-xl {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-xl {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-xl {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-xl {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-xl {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-xl-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 100em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-xxl {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-xxl {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-xxl {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-xxl {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-xxl {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-xxl {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-xxl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-xxl {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-xxl {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-xxl {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-xxl {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-xxl-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 120em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-xxxl {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-xxxl {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-xxxl {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-xxxl {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-xxxl {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-xxxl {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-xxxl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-xxxl {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-xxxl {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-xxxl {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-xxxl {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxl-offset-21 {
    margin-left: 14.28575%;
  }
}
@media (min-width: 160em) {/* Generate utility classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_start-xxxxl {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: start;
  }
  .o_FlexGrid_flexboxgrid_center-xxxxl {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .o_FlexGrid_flexboxgrid_end-xxxxl {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: end;
  }
  .o_FlexGrid_flexboxgrid_top-xxxxl {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .o_FlexGrid_flexboxgrid_middle-xxxxl {
    -ms-flex-align: center;
        align-items: center;
  }
  .o_FlexGrid_flexboxgrid_bottom-xxxxl {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .o_FlexGrid_flexboxgrid_around-xxxxl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .o_FlexGrid_flexboxgrid_between-xxxxl {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .o_FlexGrid_flexboxgrid_first-xxxxl {
    -ms-flex-order: -1;
        order: -1;
  }
  .o_FlexGrid_flexboxgrid_last-xxxxl {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-0 {
    margin-left: 0;
  }/* Generate column classes for this breakpoint */
  .o_FlexGrid_flexboxgrid_col-xxxxl {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-1 {
    margin-left: 8.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-2 {
    margin-left: 16.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-3 {
    margin-left: 25%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-4 {
    margin-left: 33.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-5 {
    margin-left: 41.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-6 {
    margin-left: 50%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-7 {
    margin-left: 58.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-8 {
    margin-left: 66.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-9 {
    margin-left: 75%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-10 {
    margin-left: 83.33333%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-11 {
    margin-left: 91.66667%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-12 {
    margin-left: 100%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-15 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-15 {
    margin-left: 20%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-21 {
    -ms-flex-preferred-size: 14.28575%;
        flex-basis: 14.28575%;
    max-width: 14.28575%;
  }
  .o_FlexGrid_flexboxgrid_col-xxxxl-offset-21 {
    margin-left: 14.28575%;
  }
}
/* Adjust global values for column and row instances responsively */
@media (min-width: 52.5em) {
  .o_FlexGrid_flexboxgrid_row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .o_FlexGrid_flexboxgrid_row.o_FlexGrid_flexboxgrid_clear-margins {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .o_FlexGrid_flexboxgrid_col {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_CenterCard_CenterCard_handLinkContainer a {
  cursor: pointer;
}
.o_CenterCard_CenterCard_handContainer {
  cursor: pointer !important;
}
.o_CenterCard_CenterCard_nonHandContainer {
  cursor: auto !important;
}
a.o_CenterCard_CenterCard_handLink {
  cursor: pointer;
}
.o_CenterCard_CenterCard_centerCard {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  min-height: 320px;
  padding: 64px 48px 48px;
  box-shadow: none
}
.o_CenterCard_CenterCard_centerCard h3 {
  line-height: 1.25;
}
.o_CenterCard_CenterCard_centerCardContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.o_CenterCard_CenterCard_itemWrapper {
  white-space: normal;
  white-space: initial;
  position: relative;
}
.o_CenterCard_CenterCard_itemTitle {
}
.o_CenterCard_CenterCard_itemInfo {
  overflow: hidden;
  width: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_app_SiteHeader_handLinkContainer a {
  cursor: pointer;
}
.o_app_SiteHeader_handContainer {
  cursor: pointer !important;
}
.o_app_SiteHeader_nonHandContainer {
  cursor: auto !important;
}
a.o_app_SiteHeader_handLink {
  cursor: pointer;
}
:root {
  /* logo */
  /* header height */
  /* header background */
  /* item */
  /* ripple - primary menu reset */
}
/* Header */
.o_app_SiteHeader_header {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: center;
      align-items: center;
  height: 56px;
  transition: all 0.15s ease;
  padding: 0 0 0 16px;
  position: relative;
  z-index: 1
  /* Side gutters at sm */
}
@media (min-width: 52.5em) {
  .o_app_SiteHeader_header {
    padding-right: 8px;
    padding-left: 24px;/* Side gutters when has sign up defined  */
  }
  .o_app_SiteHeader_header.o_app_SiteHeader_headerHasSignUp {
    padding-left: 24px;
    padding-right: 24px;
  }
  .o_app_SiteHeader_header.o_app_SiteHeader_headerHasAdjustedRightGutter {/* Manual right overwrite when isLoggedIn || hasCart  */
    padding-right: 18px;
  }
  }
.o_app_SiteHeader_headerDark {
  background: #292f38;
}
.o_app_SiteHeader_transparent {
  background: none;
}
.o_app_SiteHeader_border {
  border-bottom: 1px solid rgba(12, 18, 28, 0.12);
}
.o_app_SiteHeader_lightBorder {
  border-bottom: 1px solid rgba(12, 18, 28, 0.04);
}
.o_app_SiteHeader_fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.o_app_SiteHeader_offsetLogo {
  width: 136px;
  height: 32px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTEuMzIgNDUuMTYiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMyMzFmMjA7fTwvc3R5bGU+PC9kZWZzPjxwb2x5Z29uIGNsYXNzPSJhIiBwb2ludHM9IjkuOTggMjUuMDcgNSAyNS4wNyA1IDQwLjQ2IDAuMDEgNDAuNDYgMC4wMSA0NC43NyAxNC45OSA0NC43NyAxNC45OSA0MC40NiA5Ljk4IDQwLjQ2IDkuOTggMjUuMDciLz48cGF0aCBjbGFzcz0iYSIgZD0iTTkuMzQsMy41MmMtNSwwLTcuNSwzLjU1LTcuNSw3LjE3djZjMCwzLjYxLDIuNTMsNy4xNyw3LjUsNy4xN3M3LjUtMy41Nyw3LjUtNy4xN3YtNkMxNi44NCw3LjA5LDE0LjMyLDMuNTIsOS4zNCwzLjUyWm0yLjUyLDEzLjE5YzAsMS44LS45MywyLjg1LTIuNTIsMi44NS0xLjgsMC0yLjUyLTEuMzItMi41Mi0yLjg0di02YzAtMS41My43Mi0yLjg1LDIuNTItMi44NSwxLjU5LDAsMi41MiwxLjA1LDIuNTIsMi44NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjg0IC0zLjUyKSIvPjxwb2x5Z29uIGNsYXNzPSJhIiBwb2ludHM9IjE4LjgxIDI5LjQgMjcuMDMgMjkuNCAyNy4wMyAzMi43OCAxOS45MiAzMi43OCAxOS45MiAzNy4xIDI3LjAzIDM3LjEgMjcuMDMgNDAuNDcgMTguODEgNDAuNDcgMTguODEgNDQuNzcgMzEuOTIgNDQuNzggMzEuOTIgMjUuMDcgMTguODEgMjUuMDcgMTguODEgMjkuNCIvPjxwb2x5Z29uIGNsYXNzPSJhIiBwb2ludHM9IjE4Ljg2IDIwLjAzIDIzLjgxIDIwLjAzIDIzLjgxIDEyLjQ2IDMxLjEzIDEyLjQ2IDMxLjEzIDguMTQgMjMuODEgOC4xNCAyMy44MSA0LjY0IDMyLjI1IDQuNjQgMzIuMjUgMC4zMyAxOC44NiAwLjMzIDE4Ljg2IDIwLjAzIi8+PHBvbHlnb24gY2xhc3M9ImEiIHBvaW50cz0iNDEuMDUgMTIuNDYgNDguNDQgMTIuNDYgNDguNDQgOC4xNCA0MS4wNSA4LjE0IDQxLjA1IDQuNjQgNDkuNTYgNC42NCA0OS41NiAwLjMzIDM2LjEgMC4zMyAzNi4xIDIwLjA1IDQxLjA1IDIwLjA1IDQxLjA1IDEyLjQ2Ii8+PHBhdGggY2xhc3M9ImEiIGQ9Ik00NiwzNi4zNmwtMS41OS0uMjNjLTEuNjYtLjI3LTIuMTMtMS0yLjEyLTEuNzMsMC0xLjEzLDEtMS44NSwyLjc5LTEuODNhOS45MSw5LjkxLDAsMCwxLDQsLjkyTDUxLjMyLDMwYTExLjYyLDExLjYyLDAsMCwwLTYuNjUtMS43N2MtMy45MSwwLTcsMi4yOS03LDYuMjQsMCwzLjM1LDEuNzEsNS40OCw1LjU4LDYuMDhsMS41OC4yM2MxLjY2LjI2LDIuMzQuODYsMi4zMywxLjcyLDAsMS4zNC0xLjI1LDEuODctMy4wNiwxLjg0QTEyLjgsMTIuOCwwLDAsMSw0MCw0My40NmwtMi4yMywzLjQ4YTEyLjMsMTIuMywwLDAsMCw2LjczLDEuNzRjMy45MSwwLDcuMjYtMi4zLDcuMy02LjI1QzUxLjgzLDM5LjA5LDQ5Ljg5LDM3LDQ2LDM2LjM2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuODQgLTMuNTIpIi8+PHBhdGggY2xhc3M9ImEiIGQ9Ik02Ni4zNiwyMi40NGE0LDQsMCwwLDAtMy4zLDEuODlWMTguODJjMC0uMTYtLjEyLS4yMi0uMjYtLjIySDYxLjUxYS4yMS4yMSwwLDAsMC0uMjMuMjJ2MTQuNGEuMjEuMjEsMCwwLDAsLjIzLjIyaDEuMjdhLjIuMiwwLDAsMCwuMjItLjIyVjMyLjA5YTMuMjUsMy4yNSwwLDAsMCwzLDEuNTQsMy45MiwzLjkyLDAsMCwwLDQtNC4yN1YyNi42NUM3MCwyMy45Miw2OC42NSwyMi40NCw2Ni4zNiwyMi40NFptMS45LDYuNzJjMCwyLjIyLTEuMTEsMy0yLjU1LDNhMi41MywyLjUzLDAsMCwxLTIuNjUtMi42M1YyNi45M2EyLjkxLDIuOTEsMCwwLDEsMi44Mi0zYzEuNjcsMCwyLjM4LDEuMDcsMi4zOCwzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuODQgLTMuNTIpIi8+PHBhdGggY2xhc3M9ImEiIGQ9Ik04MCwyMi42M0g3OC42MWEuMjMuMjMsMCwwLDAtLjI0LjJsLTIuNjksOC40M0w3MywyMi44MWMtLjA2LS4xNi0uMTItLjE4LS4yNC0uMThINzEuMjFjLS4xOCwwLS4yLjEyLS4xNi4yMkw3NC43MywzMy4zYTUsNSwwLDAsMS0yLjUsM2MtLjE3LjEtLjE1LjI2LDAsLjRsLjY5Ljg3Yy4xLjEyLjIyLjE2LjQxLDBhNyw3LDAsMCwwLDMtMy45MmwzLjg2LTEwLjg0QzgwLjIzLDIyLjcxLDgwLjIxLDIyLjYzLDgwLDIyLjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuODQgLTMuNTIpIi8+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xNDkuODEsMjdsLS44Ni0uMTVjLS44NS0uMTUtMS41OC0uMzUtMS41OC0xLjIxcy43Ny0xLjA4LDEuNzMtMS4wOGE2Ljc4LDYuNzgsMCwwLDEsMi44NC43MmwuNzgtMi4wN2E3LjUyLDcuNTIsMCwwLDAtMy41OS0uODRjLTEuODUsMC00LjEsMS00LjEsMy4zNywwLDIuMTYsMS41NCwyLjg1LDMsMy4xMWwxLC4xOGMxLC4xNywxLjU1LjU0LDEuNTUsMS4yLDAsLjgyLS43OCwxLjIxLTIsMS4yMWE3LjczLDcuNzMsMCwwLDEtMy4zMi0uNjlsLS44NywyYTguMzIsOC4zMiwwLDAsMCw0LjA4Ljg2YzIuNDQsMCw0LjQtMS4yMSw0LjQtMy40NkMxNTMsMjguMTIsMTUxLjU0LDI3LjMzLDE0OS44MSwyN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjg0IC0zLjUyKSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTU3LjI2LDE4LjYyLDE1NSwxOS45djIuNzFoLTEuMjF2Mi4yMUgxNTV2NC43N2MwLDIsLjg0LDMuODcsMy44LDMuODdoLjkyVjMxLjI1aC0uMzRhMS44MywxLjgzLDAsMCwxLTIuMDctMlYyNC44MmgyLjY2VjIyLjYxaC0yLjY2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuODQgLTMuNTIpIi8+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xNzUuMzEsMjQuNjRhMiwyLDAsMCwxLDIuMSwxLjRsMi4wOS0uNzlhNC4xLDQuMSwwLDAsMC00LjIxLTIuODVjLTMsMC00LjI4LDEuODktNC4yOCwzLjczdjMuODFjMCwxLjg0LDEuMjMsMy43Myw0LjI4LDMuNzNhNC4xMSw0LjExLDAsMCwwLDQuMjEtMi44NWwtMi4wOS0uOGEyLDIsMCwwLDEtMi4xLDEuNDFjLTEuNTcsMC0yLS44Ni0yLTEuODRWMjYuNDhDMTczLjMyLDI1LjUsMTczLjc0LDI0LjY0LDE3NS4zMSwyNC42NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjg0IC0zLjUyKSIvPjxwb2x5Z29uIGNsYXNzPSJhIiBwb2ludHM9IjE4Ny42NSAxOS4wOSAxODQuODEgMTkuMDkgMTgxLjEgMjMuMzQgMTgxLjEgMTUuMTEgMTc4Ljc5IDE1LjExIDE3OC43OSAyOS45NCAxODEuMSAyOS45NCAxODEuMSAyNi40OSAxODEuODYgMjUuNjMgMTg1LjE2IDI5Ljk0IDE4Ny45NCAyOS45NCAxODMuMzQgMjMuOTYgMTg3LjY1IDE5LjA5Ii8+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xNjYuMzgsMjIuNjFIMTY0YTMuMDYsMy4wNiwwLDAsMC0zLjA2LDMuMDZ2Mi42aDIuMzd2LTIuNkEuNjkuNjksMCwwLDEsMTY0LDI1aDIuNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS44NCAtMy41MikiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTE2Ny41MiwzMC40YS43LjcsMCwwLDEtLjcuNjloLTIuNHYyLjM3aDIuNGEzLjA2LDMuMDYsMCwwLDAsMy4wNi0zLjA2VjI3LjhoLTIuMzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS44NCAtMy41MikiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTEyNS4yNiwxOC42MiwxMjMsMTkuOXYyLjcxaC0zLjg5di00bC0yLjMxLDEuMjh2Mi43MWgtMS4xN3YyLjIxaDEuMTd2NC43N2MwLDIsLjg0LDMuODcsMy44LDMuODdoLjkyVjMxLjI1aC0uMzRhMS44MywxLjgzLDAsMCwxLTIuMDctMlYyNC44MkgxMjN2NC43N2MwLDIsLjg0LDMuODcsMy43OSwzLjg3aC45M1YzMS4yNWgtLjM1YTEuODMsMS44MywwLDAsMS0yLjA2LTJWMjQuODJoMi42NVYyMi42MWgtMi42NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjg0IC0zLjUyKSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTAwLjMzLDIyLjRhNS41OSw1LjU5LDAsMCwwLTIuMTQuNDJ2LTQuMkg5NS44OFYzMy40NmgyLjMxVjI1YTMuNSwzLjUsMCwwLDEsMS43OS0uNDcsMS44NywxLjg3LDAsMCwxLDIuMTMsMnY3aDIuMzFWMjYuMkEzLjc2LDMuNzYsMCwwLDAsMTAwLjMzLDIyLjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS44NCAtMy41MikiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTExMiwzMS4zYTMuMzIsMy4zMiwwLDAsMS0xLjU1LjM4Yy0xLjczLDAtMi4zNy0uODgtMi4zNy0yLjA5di03aC0yLjMxdjdjMCwyLjczLDEuNTcsNCw0LjM5LDRhMTAuNzksMTAuNzksMCwwLDAsNC4xNC0uOVYyMi42MUgxMTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS44NCAtMy41MikiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTkxLjU2LDI3bC0uODYtLjE1Yy0uODUtLjE1LTEuNTgtLjM1LTEuNTgtMS4yMXMuNzctMS4wOCwxLjczLTEuMDhhNi43OCw2Ljc4LDAsMCwxLDIuODQuNzJsLjc4LTIuMDdhNy41Miw3LjUyLDAsMCwwLTMuNTktLjg0Yy0xLjg1LDAtNC4xLDEtNC4xLDMuMzcsMCwyLjE2LDEuNTQsMi44NSwzLDMuMTFsMSwuMThjMSwuMTcsMS41NS41NCwxLjU1LDEuMiwwLC44Mi0uNzgsMS4yMS0yLDEuMjFhNy43Myw3LjczLDAsMCwxLTMuMzItLjY5bC0uODcsMmE4LjM2LDguMzYsMCwwLDAsNC4wOC44NmMyLjQ0LDAsNC40LTEuMjEsNC40LTMuNDZDOTQuNywyOC4xMiw5My4yOSwyNy4zMyw5MS41NiwyN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjg0IC0zLjUyKSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTMzLjIzLDIyLjRjLTMuMDksMC00LjI4LDEuOTItNC4yOCwzLjczdjMuNmMwLDIuNSwxLjYsMy45NCw0LjI4LDMuOTRhNC4xNyw0LjE3LDAsMCwwLDQtMi4xOWwtMi0xLjE3YTIuMTUsMi4xNSwwLDAsMS0yLDEuMTZjLTEuNDMsMC0yLS44LTItMS43OXYtLjZoNi4yVjI2LjEzQzEzNy40NiwyNC4xNCwxMzYsMjIuNCwxMzMuMjMsMjIuNFptMS45Miw0LjgxaC0zLjg5di0uNzlhMiwyLDAsMCwxLDMuODksMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjg0IC0zLjUyKSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTM4Ljk0LDI2LjEzdjcuMzNoMi4zMVYyNi4zM2MwLS42Mi4zNS0xLjY5LDItMS42OWE5LjkyLDkuOTIsMCwwLDEsMS4wNi4xMVYyMi41MWE1LjgsNS44LDAsMCwwLTEuMTctLjExQzE0MC4yNCwyMi40LDEzOC45NCwyNC4yNCwxMzguOTQsMjYuMTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS44NCAtMy41MikiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTE5MiwyMi40MWExLjEyLDEuMTIsMCwwLDAtMS4xMywxLjEyLDEuMTMsMS4xMywwLDAsMCwyLjI1LDBBMS4xMiwxLjEyLDAsMCwwLDE5MiwyMi40MVptMCwyYS44Ni44NiwwLDAsMSwwLTEuNzIuODYuODYsMCwwLDEsLjg0Ljg3QS44My44MywwLDAsMSwxOTIsMjQuMzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS44NCAtMy41MikiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTE5Mi4wNywyM2gtLjQzdjEuMTFhMCwwLDAsMCwwLDAsMGguMjJzMCwwLDAsMHYtLjM3SDE5MmwuMTcuMzhoLjI4czAsMCwwLDBsLS4yMi0uMzhhLjM4LjM4LDAsMCwwLC4yMy0uMzZ2MEEuMzcuMzcsMCwwLDAsMTkyLjA3LDIzWm0uMTcuMzdjMCwuMTIsMCwuMTktLjIuMTloLS4xNXYtLjM3SDE5MmMuMTQsMCwuMi4wOC4yLjE3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuODQgLTMuNTIpIi8+PC9zdmc+) no-repeat scroll;
}
/* Parent Menu Containers */
.o_app_SiteHeader_menu {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 40px
  /* Logo */
  /* Primary Menu */
  /* Secondary Menu */
  /* Sub Menu */
}
.o_app_SiteHeader_menu.o_app_SiteHeader_menuLogo {
  min-width: 135px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;/* Centers logo with nav items */
  padding-bottom: 0.1em;
}
.o_app_SiteHeader_menu.o_app_SiteHeader_menuLogo > .o_app_SiteHeader_button {
  padding-left: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.o_app_SiteHeader_menu.o_app_SiteHeader_menuSizeLarge {/* nothing defined yet, just added to resolve issue with this class undefined on server-side rendering */
}
.o_app_SiteHeader_menu.o_app_SiteHeader_menuPrimary {
  display: none;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 16px;/* Fixes ripple background inheritance */
}
.o_app_SiteHeader_menu.o_app_SiteHeader_menuPrimary .o_app_SiteHeader_ripple {
  background-color: rgb(12, 18, 28);
}
@media (min-width: 45em) {
  .o_app_SiteHeader_menu.o_app_SiteHeader_menuPrimary {
    display: -ms-flexbox;
    display: flex;
  }
}
.o_app_SiteHeader_menu.o_app_SiteHeader_menuPrimary>div:nth-child(3) {
  display: none;
}
@media (min-width: 60em) {
  .o_app_SiteHeader_menu.o_app_SiteHeader_menuPrimary>div:nth-child(3) {
    display: inline-block;
  }
}
.o_app_SiteHeader_menu.o_app_SiteHeader_menuPrimary>div:nth-child(4) {
  display: none;
}
@media (min-width: 1080px) {
  .o_app_SiteHeader_menu.o_app_SiteHeader_menuPrimary>div:nth-child(4) {
    display: inline-block;
  }
}
.o_app_SiteHeader_menu.o_app_SiteHeader_menuSecondary {
  text-align: right;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: auto;
}
.o_app_SiteHeader_menu .o_app_SiteHeader_subMenu {/* have to use `!important` to override React Toolbox inline styles. */
  top: 40px !important;
}
.o_app_SiteHeader_menu .o_app_SiteHeader_subMenu .o_app_SiteHeader_menuItem {
  min-width: 120px;
}
.o_app_SiteHeader_menuLogoLink {
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  position: relative;
  padding: 0 0 2px;
  display: -ms-flexbox;
  display: flex;
}
/* Shutterstock logo */
.o_app_SiteHeader_logo {
  width: 135px;
  height: 20px;
  transition: all 0.15s ease
}
@media (min-width: 52.5em) {
  .o_app_SiteHeader_logo {
    width: 160px;
    height: 24px;
    transition: all 0.2s ease;
  }
  }
/* Header menu item */
.o_app_SiteHeader_headerMenuItem {
  display: none;
  position: relative
  /* Show by default */
  /* Show xxs up */
  /* Show sm up */
  /* Show md up */
  /* show lg up */
}
.o_app_SiteHeader_headerMenuItem.o_app_SiteHeader_hideAboveSm {
  display: inline-block;
}
.o_app_SiteHeader_headerMenuItem.o_app_SiteHeader_showDefaultUp {
  display: inline-block;
}
@media (min-width: 30em) {
  .o_app_SiteHeader_headerMenuItem {
}
  .o_app_SiteHeader_headerMenuItem.o_app_SiteHeader_showXxsUp {
    display: inline-block;
  }
  }
@media (min-width: 52.5em) {
  .o_app_SiteHeader_headerMenuItem {/* Hide above sm */
  }
  .o_app_SiteHeader_headerMenuItem.o_app_SiteHeader_showSmUp {
    display: inline-block;
  }
  .o_app_SiteHeader_headerMenuItem.o_app_SiteHeader_hideAboveSm {
    display: none;
  }
  }
@media (min-width: 60em) {
  .o_app_SiteHeader_headerMenuItem {
}
  .o_app_SiteHeader_headerMenuItem.o_app_SiteHeader_showMdUp {
    display: inline-block;
  }
  }
@media (min-width: 80em) {
  .o_app_SiteHeader_headerMenuItem {
}
  .o_app_SiteHeader_headerMenuItem.o_app_SiteHeader_showLgUp {
    display: inline-block;
  }
  }
.o_app_SiteHeader_button {
}
.o_app_SiteHeader_header .o_app_SiteHeader_menu .o_app_SiteHeader_headerMenuItem .o_app_SiteHeader_button {
  font-size: 0.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.o_app_SiteHeader_buttonLink {
  /* Generic */
  /* Primary menu button links */
  /* Secondary menu button links */
}
.o_app_SiteHeader_header .o_app_SiteHeader_menu .o_app_SiteHeader_buttonLink {
  color: rgba(12, 18, 28, 0.6);
}
.o_app_SiteHeader_header .o_app_SiteHeader_menuPrimary .o_app_SiteHeader_buttonLink {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  text-transform: uppercase;
}
.o_app_SiteHeader_header .o_app_SiteHeader_menuPrimary .o_app_SiteHeader_buttonLink:hover,
    .o_app_SiteHeader_header .o_app_SiteHeader_menuPrimary .o_app_SiteHeader_buttonLink.o_app_SiteHeader_active {
  color: rgba(12, 18, 28, 0.87);
}
.o_app_SiteHeader_header .o_app_SiteHeader_menuPrimary .o_app_SiteHeader_buttonLink.o_app_SiteHeader_darkMode {
  color: rgba(255, 255, 255, 0.7);
}
.o_app_SiteHeader_header .o_app_SiteHeader_menuPrimary .o_app_SiteHeader_buttonLink.o_app_SiteHeader_darkMode:hover {
  color: #fff;
}
.o_app_SiteHeader_header .o_app_SiteHeader_menuSecondary .o_app_SiteHeader_buttonLink {
  padding-left: 16px;
  padding-right: 16px;
}
/* overwriting brand-theme base styles */
.o_app_SiteHeader_buttonLabelContainer {
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 0.875rem !important;
  line-height: 40px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.o_app_SiteHeader_iconButton {
}
.o_app_SiteHeader_iconButton:not([disabled]) {
}
.o_app_SiteHeader_header .o_app_SiteHeader_menu .o_app_SiteHeader_iconButton:not([disabled]) {
  background: transparent;
}
.o_app_SiteHeader_header .o_app_SiteHeader_menu .o_app_SiteHeader_iconButton:not([disabled]) > .o_app_SiteHeader_icon {
  color: rgba(12, 18, 28, 0.6);
}
.o_app_SiteHeader_header .o_app_SiteHeader_menu .o_app_SiteHeader_iconButton:not([disabled]):hover > .o_app_SiteHeader_icon {
  color: rgba(12, 18, 28, 0.87);
}
.o_app_SiteHeader_chevronDown {
  font-weight: 400;
  font-size: 0.75rem;
  width: 12px;
  margin-left: 4px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 40px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_app_Header_handLinkContainer a {
  cursor: pointer;
}
.o_app_Header_handContainer {
  cursor: pointer !important;
}
.o_app_Header_nonHandContainer {
  cursor: auto !important;
}
a.o_app_Header_handLink {
  cursor: pointer;
}
.o_app_Header_unpaidEarningsButton {
  display: none;
  margin-right: 16px
}
@media (min-width: 90em) {
  .o_app_Header_unpaidEarningsButton {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  }
.o_app_Header_languageSelector {
  display: none;
  /* Contains dropdown menu: */
  position: relative
}
.o_app_Header_languageSelector>span, .o_app_Header_languageSelector>button {
  color: rgba(12, 18, 28, 0.6) !important;
}
.o_app_Header_languageSelector>span.o_app_Header_darkMode, .o_app_Header_languageSelector>button.o_app_Header_darkMode {
  color: rgba(255, 255, 255, 0.7) !important;
}
.o_app_Header_languageSelector:hover {
}
.o_app_Header_languageSelector:hover>span, .o_app_Header_languageSelector:hover>button {
  color: rgba(12, 18, 28, 0.87)
      !important;
}
.o_app_Header_languageSelector:hover>span.o_app_Header_darkMode, .o_app_Header_languageSelector:hover>button.o_app_Header_darkMode {
  color: #fff !important;
}
@media (min-width: 60em) {
  .o_app_Header_languageSelector {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  }
.o_app_Header_languageSelector {
}
.o_app_Header_languageSelector>button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.o_app_Header_buyContentButton,
.o_app_Header_unpaidEarningsButton {
  /* How can we avoid `!important`? */
  color: rgba(12, 18, 28, 0.6) !important;
  font-size: 0.875rem
}
.o_app_Header_buyContentButton:hover, .o_app_Header_unpaidEarningsButton:hover {
  color: rgba(12, 18, 28, 0.87) !important;
}
.o_app_Header_buyContentButton.o_app_Header_darkMode, .o_app_Header_unpaidEarningsButton.o_app_Header_darkMode {
  color: rgba(255, 255, 255, 0.7) !important;
}
.o_app_Header_buyContentButton.o_app_Header_darkMode:hover, .o_app_Header_unpaidEarningsButton.o_app_Header_darkMode:hover {
  color: #fff !important;
}
.o_app_Header_languageSelectorButton {
  padding-left: 0 !important;
}
.o_app_Header_buyContentButton,
.o_app_Header_joinButton {
  display: none
}
@media (min-width: 37.5em) {
  .o_app_Header_buyContentButton,
.o_app_Header_joinButton {
    display: inline-block;
  }
  }
.o_app_Header_languageIcon {
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 !important;
}
.o_app_Header_loginButton {
  padding: 0 8px;
  margin-left: 8px;
  color: rgba(12, 18, 28, 0.6) !important;
  background: transparent !important;
  box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.38) !important;
  border-radius: 4px
}
.o_app_Header_loginButton.o_app_Header_darkMode {
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #fff !important;
}
.o_app_Header_loginButton:hover {
  color: #fff !important;
  background: #f54336 !important;
  box-shadow: inset 0 0 0 1px #f54336 !important;
}
.o_app_Header_joinButton {
  padding: 0 8px;
  margin-left: 8px;
  color: rgba(12, 18, 28, 0.6) !important;
  background: rgba(12, 18, 28, 0.12) !important;
  border-radius: 4px
}
.o_app_Header_joinButton.o_app_Header_darkMode {
  background: #fff !important;
  color: rgba(12, 18, 28, 0.87) !important;
}
.o_app_Header_joinButton:hover {
  color: #fff !important;
  background: #f54336 !important;
  box-shadow: inset 0 0 0 1px #f54336 !important;
}
.o_app_Header_uploadButton {
  padding: 0 8px;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.7) !important
}
.o_app_Header_uploadButton.o_app_Header_darkMode {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.o_app_Header_uploadButton.o_app_Header_darkMode:hover {
  color: #fff !important;
  background: #f54336 !important;
  box-shadow: inset 0 0 0 1px #f54336 !important;
  border-color: #f54336 !important;
}
.o_app_Header_avatar {
  background-color: #fff;
  color: rgba(12, 18, 28, 0.6);
}
.o_app_Header_userMenu {
  cursor: pointer;
  display: inline-block;
  /* Contains dropdown menu: */
  position: relative;
  margin-left: 8px;
}
.o_app_Header_subMenu {
  top: 40px !important
}
.o_app_Header_subMenu ul {
  right: 0 !important;
  left: unset !important;
  min-width: 1px;
}
.o_app_Header_menuInner {
  column-count: 3;
  column-gap: 0;
  left: auto !important;
  right: 0;
}
/* SiteHeader overrides: */
.o_app_Header_header {
  padding-left: 16px !important;
  padding-right: 16px !important;
  z-index: 10
}
@media (min-width: 52.5em) {
  .o_app_Header_header {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  }
.o_app_Header_buttonLink {
  /* Primary menu button links */
}
.o_app_Header_header .o_app_Header_menuPrimary .o_app_Header_buttonLink {
}
.o_app_Header_header .o_app_Header_menuPrimary .o_app_Header_buttonLink.o_app_Header_active {
  color: #f54336 !important;
}
.o_app_Header_header .o_app_Header_menuPrimary .o_app_Header_buttonLink.o_app_Header_active:hover {
  color: #da3928 !important;
}
.o_app_Header_menuPrimary {
  /* Class name placeholder to avoid SSR/client rendering mismatch warning: */
  /* See: https://github.shuttercorp.net/web-platform/sstk/blob/73b06844a061f3603f5f10a2b28ee3dd6a100d45/packages/feature-site-header/src/SiteHeaderBase.css#L98-L100 */
}
.o_app_Header_menuLogo {
  cursor: pointer;
}
.o_app_Header_logoDark {
  fill: #fff;
}
.o_app_Header_menuItem {
  /* Make anchors extend to entire menu item for larger click target: */
  padding-left: 0;
  padding-right: 0
}
.o_app_Header_menuItem a {/* Override `variables.css`: */
  color: rgba(12, 18, 28, 0.87) !important;
  text-decoration: none;/* Make anchors extend to entire menu item for larger click target: */
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}
.o_app_Header_caption {
  height: 40px;
  line-height: 40px;
}
/* overwriting brand-theme base styles */
.o_app_Header_buttonLabelContainer {
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 0.875rem !important;
  line-height: 40px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.o_app_Header_chevronDown {
  font-weight: 400;
  font-size: 0.75rem;
  width: 12px;
  margin-left: 4px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 40px;
}
.o_LayoutRoot_LayoutRoot_root {
  width: 100%
}
.o_LayoutRoot_LayoutRoot_root.o_LayoutRoot_LayoutRoot_no-scroll {
  height: 100vh;
  overflow: hidden
}
.o_LayoutRoot_LayoutRoot_body {
  display: block !important;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_MainContent_MainContent_handLinkContainer a {
  cursor: pointer;
}
.o_MainContent_MainContent_handContainer {
  cursor: pointer !important;
}
.o_MainContent_MainContent_nonHandContainer {
  cursor: auto !important;
}
a.o_MainContent_MainContent_handLink {
  cursor: pointer;
}
.o_MainContent_MainContent_root {
  position: relative;
  min-height: 500px;
  padding: 0 16px;
  text-align: center;
  background-color: #fff;
}
.o_MainContent_MainContent_notPadded {
  padding: 0;
}
.o_MainContent_MainContent_inner {
  text-align: left;
  margin: 0 auto;
}
@media (min-width: 52.5em) {
  .o_MainContent_MainContent_root {
    padding: 0 24px
  }
  .o_MainContent_MainContent_root.o_MainContent_MainContent_notPadded {
    padding: 0;
  }
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_app_SiteFooter_handLinkContainer a {
  cursor: pointer;
}
.o_app_SiteFooter_handContainer {
  cursor: pointer !important;
}
.o_app_SiteFooter_nonHandContainer {
  cursor: auto !important;
}
a.o_app_SiteFooter_handLink {
  cursor: pointer;
}
.o_app_SiteFooter_footer {
  margin: 0;
  padding: 0 16px 16px;
  position: relative
}
.o_app_SiteFooter_footer > * {
  padding-top: 16px;
}
.o_app_SiteFooter_footer > *:last-child {
  padding-top: 0;
}
.o_app_SiteFooter_desktopLinks {
  display: none;
  text-align: center;
  text-decoration: none;
}
.o_app_SiteFooter_desktopLink {
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: none;
}
.o_app_SiteFooter_category {
  cursor: pointer;
}
.o_app_SiteFooter_bottom {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row-reverse wrap;
      flex-flow: row-reverse wrap
}
.o_app_SiteFooter_bottom > * {
  width: 100%;
}
.o_app_SiteFooter_languageSelect {
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.7);
}
.o_app_SiteFooter_languageSelectDropdown {
  width: 100%;
}
.o_app_SiteFooter_divider {
  display: none;
}
@media (min-width: 52.5em) {
  .o_app_SiteFooter_footer {
    padding: 20px 0 0;
  }
  .o_app_SiteFooter_footer > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .o_app_SiteFooter_languageIcon {
    display: inline-block;
  }
  .o_app_SiteFooter_languageSelectColumn {
    padding: 0 8px;
    z-index: 1;
    position: absolute;
    transform: translateY(88px);
    width: 100%;
  }
  .o_app_SiteFooter_desktopLinks {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 8.33333%;
    width: 100%;
  }
  .o_app_SiteFooter_desktopLinks > *:last-child {
    padding-top: 62px;
  }
  .o_app_SiteFooter_dropdownWrapper,
  .o_app_SiteFooter_mobileList {
    display: none;
  }
  .o_app_SiteFooter_divider {
    display: inline;
    display: initial
  }
  .o_app_SiteFooter_divider hr {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .o_app_SiteFooter_bottom > * {
    width: inherit;
  }
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_SiteFooter_common_handLinkContainer a {
  cursor: pointer;
}
.o_SiteFooter_common_handContainer {
  cursor: pointer !important;
}
.o_SiteFooter_common_nonHandContainer {
  cursor: auto !important;
}
a.o_SiteFooter_common_handLink {
  cursor: pointer;
}
.o_SiteFooter_common_copyright,
.o_SiteFooter_common_socialMedia,
.o_SiteFooter_common_stats {
  text-align: center;
}
.o_SiteFooter_common_copyright,
.o_SiteFooter_common_stats {
  color: rgba(255, 255, 255, 0.5);
}
.o_SiteFooter_common_footer {
  background: #16191e;
  width: 100%;
}
.o_SiteFooter_common_link,
.o_SiteFooter_common_link:visited {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 20px;
  transition: all 0.2s ease;
}
.o_SiteFooter_common_link:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.15s ease;
}
@media (min-width: 52.5em) {
  .o_SiteFooter_common_link,
  .o_SiteFooter_common_link:visited {
    font-size: 0.75rem;
  }
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Copyright_Copyright_handLinkContainer a {
  cursor: pointer;
}
.o_Copyright_Copyright_handContainer {
  cursor: pointer !important;
}
.o_Copyright_Copyright_nonHandContainer {
  cursor: auto !important;
}
a.o_Copyright_Copyright_handLink {
  cursor: pointer;
}
.o_Copyright_Copyright_copyright {
  font-size: 0.75rem;
  line-height: 1.5;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_SocialMedia_SocialMedia_handLinkContainer a {
  cursor: pointer;
}
.o_SocialMedia_SocialMedia_handContainer {
  cursor: pointer !important;
}
.o_SocialMedia_SocialMedia_nonHandContainer {
  cursor: auto !important;
}
a.o_SocialMedia_SocialMedia_handLink {
  cursor: pointer;
}
.o_SocialMedia_SocialMedia_socialLink {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  transition: all 0.15s ease;
}
.o_SocialMedia_SocialMedia_socialLink:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.2s ease;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_LanguageSelect_LanguageSelect_handLinkContainer a {
  cursor: pointer;
}
.o_LanguageSelect_LanguageSelect_handContainer {
  cursor: pointer !important;
}
.o_LanguageSelect_LanguageSelect_nonHandContainer {
  cursor: auto !important;
}
a.o_LanguageSelect_LanguageSelect_handLink {
  cursor: pointer;
}
.o_LanguageSelect_LanguageSelect_templateValue {
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_DesktopLinks_DesktopLinks_handLinkContainer a {
  cursor: pointer;
}
.o_DesktopLinks_DesktopLinks_handContainer {
  cursor: pointer !important;
}
.o_DesktopLinks_DesktopLinks_nonHandContainer {
  cursor: auto !important;
}
a.o_DesktopLinks_DesktopLinks_handLink {
  cursor: pointer;
}
.o_DesktopLinks_DesktopLinks_desktopLink {
  display: inline-block;
  padding: 6px 8px;
  text-align: left;
  width: 100%;
}
.o_DesktopLinks_DesktopLinks_linkHeader {
  color: #fff;
  font-size: 0.875rem;
  line-height: 20px;
  padding: 5px 8px;
  text-align: left;
  margin: 0;
}
.o_MobileLinks_MobileLinks_menuOpen {
  outline: none !important;
}
.o_MobileLinks_MobileLinks_menuClosed {
  outline: none !important;
}
.o_MobileLinks_MobileLinks_mobileLink:hover {
  background-color: transparent !important;
  color: var(--color-light-secondary);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_LayoutHome_LayoutHome_handLinkContainer a {
  cursor: pointer;
}
.o_LayoutHome_LayoutHome_handContainer {
  cursor: pointer !important;
}
.o_LayoutHome_LayoutHome_nonHandContainer {
  cursor: auto !important;
}
a.o_LayoutHome_LayoutHome_handLink {
  cursor: pointer;
}
.o_LayoutHome_LayoutHome_mergedBody {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column;
}
/*
Overrides for MainContent's perma-padding at the top of the page
accommodates the lack of header in this layout
*/
.o_LayoutHome_MainContentTheme_root.o_LayoutHome_MainContentTheme_root {
  padding-top: 0;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_AccountVerification_AccountVerification_handLinkContainer a {
  cursor: pointer;
}
.o_AccountVerification_AccountVerification_handContainer {
  cursor: pointer !important;
}
.o_AccountVerification_AccountVerification_nonHandContainer {
  cursor: auto !important;
}
a.o_AccountVerification_AccountVerification_handLink {
  cursor: pointer;
}
.o_AccountVerification_AccountVerification_innerBody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 100%;
  min-height: 600px;
  background-position: center 10%;
  background-size: cover;
  background-image: linear-gradient(hsla(0, 0%, 0%, .4), hsla(0, 0%, 0%, 0) 92px),
    linear-gradient(to top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 128px),
    url(//images.ctfassets.net/hrltx12pl8hq/1fkZSKRWIleCOPCRWYVzzt/f96be0737da83f8fa4e797982bedb923/odle-mountains-lg.jpg);
}
.o_AccountVerification_AccountVerification_centerCardContainer {
  padding: 64px 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Divider_Divider_handLinkContainer a {
  cursor: pointer;
}
.o_Divider_Divider_handContainer {
  cursor: pointer !important;
}
.o_Divider_Divider_nonHandContainer {
  cursor: auto !important;
}
a.o_Divider_Divider_handLink {
  cursor: pointer;
}
.o_Divider_Divider_itemDividerWrapper {
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  margin: 0 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o_Divider_Divider_itemDivider {
  width: 100%;
  background-color: rgba(0, 0, 0, .2)
}
.o_Divider_Divider_itemDivider.o_Divider_Divider_darkMode {
  background-color: rgba(255, 255, 255, .4);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorCarousel_EnhancedReel_handLinkContainer a {
  cursor: pointer;
}
.o_EditorCarousel_EnhancedReel_handContainer {
  cursor: pointer !important;
}
.o_EditorCarousel_EnhancedReel_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorCarousel_EnhancedReel_handLink {
  cursor: pointer;
}
.o_EditorCarousel_EnhancedReel_imageReel {
  position: relative
}
.o_EditorCarousel_EnhancedReel_imageReel .o_EditorCarousel_EnhancedReel_imageReelItem {
  position: absolute;
}
.o_EditorCarousel_EnhancedReel_imageReel .o_EditorCarousel_EnhancedReel_imageReelItem .o_EditorCarousel_EnhancedReel_hoverContainer {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(12, 18, 28, 0.6);
  opacity: 0;
}
.o_EditorCarousel_EnhancedReel_imageReel .o_EditorCarousel_EnhancedReel_imageReelItem .o_EditorCarousel_EnhancedReel_hoverContainer:hover {
  opacity: 1;
}
.o_EditorCarousel_EnhancedReel_imageReel .o_EditorCarousel_EnhancedReel_imageReelItem .o_EditorCarousel_EnhancedReel_hoverContainer > span {
  color: rgba(255, 255, 255, 0.7);
}
.o_EditorCarousel_EnhancedReel_imageReel .o_EditorCarousel_EnhancedReel_imageReelItem .o_EditorCarousel_EnhancedReel_imageReelMedia {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 100%;
}
.o_EditorCarousel_EnhancedReel_viewport {
  overflow: hidden;
  position: relative
}
.o_EditorCarousel_EnhancedReel_viewport .o_EditorCarousel_EnhancedReel_reel {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: transform ease 0.5s;
  display: -ms-flexbox;
  display: flex;
}
.o_EditorCarousel_EnhancedReel_button {
}
.o_EditorCarousel_EnhancedReel_imageReel .o_EditorCarousel_EnhancedReel_button {
  background-color: #fff !important;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  min-width: 48px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.o_EditorCarousel_EnhancedReel_button .o_EditorCarousel_EnhancedReel_ripple {
  background: rgb(255, 255, 255);
}
.o_EditorCarousel_EnhancedReel_button.o_EditorCarousel_EnhancedReel_darkMode {
  background-color: #292f38 !important;
}
.o_EditorCarousel_EnhancedReel_prevButton,
.o_EditorCarousel_EnhancedReel_nextButton {
  cursor: default;
  pointer-events: none
}
.o_EditorCarousel_EnhancedReel_prevButton > span, .o_EditorCarousel_EnhancedReel_nextButton > span {
  color: rgba(255, 255, 255, 0.7) !important;
}
.o_EditorCarousel_EnhancedReel_prevButton.o_EditorCarousel_EnhancedReel_darkMode, .o_EditorCarousel_EnhancedReel_nextButton.o_EditorCarousel_EnhancedReel_darkMode {
}
.o_EditorCarousel_EnhancedReel_prevButton.o_EditorCarousel_EnhancedReel_darkMode > span, .o_EditorCarousel_EnhancedReel_nextButton.o_EditorCarousel_EnhancedReel_darkMode > span {
  color: #292f38 !important;
}
.o_EditorCarousel_EnhancedReel_prevButton.o_EditorCarousel_EnhancedReel_shown, .o_EditorCarousel_EnhancedReel_nextButton.o_EditorCarousel_EnhancedReel_shown {
  cursor: pointer;
  pointer-events: auto;
}
.o_EditorCarousel_EnhancedReel_prevButton.o_EditorCarousel_EnhancedReel_shown > span, .o_EditorCarousel_EnhancedReel_nextButton.o_EditorCarousel_EnhancedReel_shown > span {
  color: #292f38 !important;
}
.o_EditorCarousel_EnhancedReel_prevButton.o_EditorCarousel_EnhancedReel_shown.o_EditorCarousel_EnhancedReel_darkMode, .o_EditorCarousel_EnhancedReel_nextButton.o_EditorCarousel_EnhancedReel_shown.o_EditorCarousel_EnhancedReel_darkMode {
}
.o_EditorCarousel_EnhancedReel_prevButton.o_EditorCarousel_EnhancedReel_shown.o_EditorCarousel_EnhancedReel_darkMode > span, .o_EditorCarousel_EnhancedReel_nextButton.o_EditorCarousel_EnhancedReel_shown.o_EditorCarousel_EnhancedReel_darkMode > span {
  color: rgba(255, 255, 255, 0.7) !important;
}
.o_EditorCarousel_EnhancedReel_prevButton {
}
.o_EditorCarousel_EnhancedReel_imageReel .o_EditorCarousel_EnhancedReel_prevButton {
  left: 0;
}
.o_EditorCarousel_EnhancedReel_nextButton {
}
.o_EditorCarousel_EnhancedReel_imageReel .o_EditorCarousel_EnhancedReel_nextButton {
  right: 0;
}
.o_EditorCarousel_EnhancedReel_reelPreview {
    position: absolute;
    top: 100%;
    margin-top: 16px;
    left: 0;
    padding: 16px;
    background: white;
    border-radius: 8px;
    font-size: 0;
    box-shadow: 0 4px 12px 0 rgba(12, 18, 28, 0.12);
    border: 1px solid rgba(12, 18, 28, 0.12);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorCarousel_EditorCarousel_handLinkContainer a {
  cursor: pointer;
}
.o_EditorCarousel_EditorCarousel_handContainer {
  cursor: pointer !important;
}
.o_EditorCarousel_EditorCarousel_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorCarousel_EditorCarousel_handLink {
  cursor: pointer;
}
.o_EditorCarousel_EditorCarousel_editorCarousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  height: 72px;
  padding: 0 16px;
}
@media (min-width: 52.5em) {
  .o_EditorCarousel_EditorCarousel_editorCarousel {
    padding: 0 24px;
  }
  }
.o_EditorCarousel_EditorCarousel_darkMode {
  background-color: #292f38;
}
.o_EditorCarousel_EditorCarousel_carouselMenu {
  position: relative;
}
.o_EditorCarousel_EditorCarousel_leftActions,
.o_EditorCarousel_EditorCarousel_contents,
.o_EditorCarousel_EditorCarousel_rightActionsMobile,
.o_EditorCarousel_EditorCarousel_rightActionsDesktop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  white-space: nowrap;
}
.o_EditorCarousel_EditorCarousel_rightActionsMobile {
}
@media (min-width: 45em) {
  .o_EditorCarousel_EditorCarousel_rightActionsMobile {
    display: none;
  }
  }
.o_EditorCarousel_EditorCarousel_rightActionsDesktop {
  display: none
}
@media (min-width: 45em) {
  .o_EditorCarousel_EditorCarousel_rightActionsDesktop {
    display: -ms-flexbox;
    display: flex;
  }
  }
.o_EditorCarousel_EditorCarousel_contents {
  width: 100%;
}
.o_EditorCarousel_EditorCarousel_itemAction {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}
.o_EditorCarousel_EditorCarousel_itemAction:hover {
  cursor: pointer;
  pointer-events: auto;
}
.o_EditorCarousel_EditorCarousel_carouselSelectedCount {
  color: rgba(255, 255, 255, 0.7);
  margin-left: 8px;
  white-space: nowrap;
}
.o_EditorCarousel_EditorCarousel_carouselListContainer > span {
  width: 100%;
}
.o_EditorCarousel_EditorCarousel_carouselList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
}
.o_EditorCarousel_EditorCarousel_carouselReel {
  min-width: 552px;
  margin: 0 16px;
  z-index: 1;
  display: none
}
@media (min-width: 80em) {
  .o_EditorCarousel_EditorCarousel_carouselReel {
    display: block;
  }
  }
.o_EditorCarousel_EditorCarousel_iconLinks {
  display: none
}
@media (min-width: 64em) {
  .o_EditorCarousel_EditorCarousel_iconLinks {
    display: -ms-flexbox;
    display: flex;
    margin-right: 48px;
  }
  }
.o_EditorCarousel_EditorCarousel_iconLinks.o_EditorCarousel_EditorCarousel_iconLinksNoMargin {
  margin-right: 0;
}
.o_EditorCarousel_EditorCarousel_buttonTest > span {
  transform: rotate(90deg);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorDeleteConfirmDialog_EditorDeleteConfirmDialog_handLinkContainer a {
  cursor: pointer;
}
.o_EditorDeleteConfirmDialog_EditorDeleteConfirmDialog_handContainer {
  cursor: pointer !important;
}
.o_EditorDeleteConfirmDialog_EditorDeleteConfirmDialog_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorDeleteConfirmDialog_EditorDeleteConfirmDialog_handLink {
  cursor: pointer;
}
.o_EditorDeleteConfirmDialog_EditorDeleteConfirmDialog_dialog,
.o_EditorDeleteConfirmDialog_EditorDeleteConfirmDialog_mainContentContainer {
  min-height: auto;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_DialogButtons_DialogButtons_handLinkContainer a {
  cursor: pointer;
}
.o_DialogButtons_DialogButtons_handContainer {
  cursor: pointer !important;
}
.o_DialogButtons_DialogButtons_nonHandContainer {
  cursor: auto !important;
}
a.o_DialogButtons_DialogButtons_handLink {
  cursor: pointer;
}
.o_DialogButtons_DialogButtons_buttonContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.o_DialogButtons_DialogButtons_buttonOverride {
  margin-top: 8px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditMediaErrorBar_EditMediaErrorBar_handLinkContainer a {
  cursor: pointer;
}
.o_EditMediaErrorBar_EditMediaErrorBar_handContainer {
  cursor: pointer !important;
}
.o_EditMediaErrorBar_EditMediaErrorBar_nonHandContainer {
  cursor: auto !important;
}
a.o_EditMediaErrorBar_EditMediaErrorBar_handLink {
  cursor: pointer;
}
.o_EditMediaErrorBar_EditMediaErrorBar_container {
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: 100%;
}
.o_EditMediaErrorBar_EditMediaErrorBar_alert {
  margin-bottom: 16px;
}
.o_EditorFilterOptions_EditorFilterOptions_editorFilterOptions {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorGrid_EditorGrid_handLinkContainer a {
  cursor: pointer;
}
.o_EditorGrid_EditorGrid_handContainer {
  cursor: pointer !important;
}
.o_EditorGrid_EditorGrid_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorGrid_EditorGrid_handLink {
  cursor: pointer;
}
.o_EditorGrid_EditorGrid_editorGrid {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 16px;
  padding-right: 8px;
  padding-top: 64px
}
@media (min-width: 52.5em) {
  .o_EditorGrid_EditorGrid_editorGrid {
    padding: 24px;
    padding-right: 8px;
    padding-top: 72px;
  }
  }
.o_EditorGrid_EditorGrid_emptyCard {
  -ms-flex-preferred-size: 212px;
      flex-basis: 212px;
  margin-right: 8px;
  -ms-flex-positive: 1;
      flex-grow: 1
}
@media (min-width: 52.5em) {
  .o_EditorGrid_EditorGrid_emptyCard {
    margin-right: 16px;
  }
  }
.o_EditorGrid_EditorGrid_zeroStateWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 48px;
}
.o_EditorGrid_EditorGrid_zeroStateTopArea {
  padding: 16px;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column
}
@media (min-width: 52.5em) {
  .o_EditorGrid_EditorGrid_zeroStateTopArea {
    padding: 24px;
    padding-bottom: 0;
  }
  }
.o_EditorGrid_EditorGrid_zeroStateBody {
  text-align: center;
  margin: auto
}
.o_EditorGrid_EditorGrid_zeroStateBody a {
  margin-top: 36px;
}
.o_EditorGrid_EditorGrid_largeButtonFix {
  line-height: 48px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorStatusFlags_EditorStatusFlags_handLinkContainer a {
  cursor: pointer;
}
.o_EditorStatusFlags_EditorStatusFlags_handContainer {
  cursor: pointer !important;
}
.o_EditorStatusFlags_EditorStatusFlags_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorStatusFlags_EditorStatusFlags_handLink {
  cursor: pointer;
}
.o_EditorStatusFlags_EditorStatusFlags_container {
  padding: 8px;
  margin-right: -6px;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.o_EditorStatusFlags_EditorStatusFlags_statusFlagWrapper {
  display: inline-block;
}
.o_EditorStatusFlags_EditorStatusFlags_pill {
  font-size: 0.75rem !important;
  font-weight: bold !important;
  height: 24px !important;
  line-height: 24px !important;
  margin: 6px 6px 0 0 !important;
  min-width: 0px !important;
  opacity: 1 !important;
  padding: 0px 8px !important;
}
.o_EditorStatusFlags_EditorStatusFlags_marketplaceLabel {
  background-color: #6A5CFA !important;
  color: #fff !important;
}
.o_EditorStatusFlags_EditorStatusFlags_informational {
  background-color: white !important;
  color: rgba(12, 18, 28, 0.87) !important;
}
.o_EditorStatusFlags_EditorStatusFlags_approved {
  background-color: #26bd7e !important;
}
.o_EditorStatusFlags_EditorStatusFlags_rejected {
  background-color: #f54336 !important;
}
.o_EditorStatusFlags_EditorStatusFlags_ready {
  background-color: #43b9d3 !important;
}
.o_EditorStatusFlags_EditorStatusFlags_error {
  background-color: #ffb300 !important;
}
.o_EditorStatusFlags_EditorStatusFlags_icon {
  color: #fff;
  height: auto;
  width: auto;
  font-size: 1.25rem !important;
  font-weight: normal;
  line-height: inherit !important;
  margin: 0 !important;
}
.o_EditorStatusFlags_EditorStatusFlags_iconPill {
  padding: 0 !important;
  width: 24px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorCard_EditorCard_handLinkContainer a {
  cursor: pointer;
}
.o_EditorCard_EditorCard_handContainer {
  cursor: pointer !important;
}
.o_EditorCard_EditorCard_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorCard_EditorCard_handLink {
  cursor: pointer;
}
.o_EditorCard_EditorCard_editorCard {
  margin-right: 8px;
  margin-bottom: 8px;
  -ms-flex-preferred-size: 212px;
      flex-basis: 212px;
  -ms-flex-positive: 1;
      flex-grow: 1
}
@media (min-width: 52.5em) {
  .o_EditorCard_EditorCard_editorCard {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  }
.o_EditorCard_EditorCard_editorCardMediaHolder {
  cursor: pointer;
}
.o_EditorCard_EditorCard_editorCardMedia {}
.o_EditorCard_EditorCard_smallerMediaHolder {
  background-color: transparent; /* #override */
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-size: contain;
  transition: all 0.125s ease;
}
.o_EditorCard_EditorCard_backgroundFillColor {
  border-radius: 2px;
  background-color: #f3f4f5;
  transition: all 0.125s ease;
}
.o_EditorCard_EditorCard_selectableCardCheck {
  background: #f3f4f5;
  transition: all 0.125s ease
}
.o_EditorCard_EditorCard_selectableCardCheck.o_EditorCard_EditorCard_checkboxHidden {
  display: block !important;/* #override */
  opacity: 0 !important;/* #override */
}
.o_EditorCard_EditorCard_selectableCardCheck.o_EditorCard_EditorCard_zIndexTop {
  z-index: 6;
}
.o_EditorCard_EditorCard_selectableCardCheck.o_EditorCard_EditorCard_checkSelected {
  opacity: 1 !important;
}
.o_EditorCard_EditorCard_selectableCardCheck.o_EditorCard_EditorCard_isMultiSelect {
  opacity: 1 !important;
}
.o_EditorCard_EditorCard_selectableCard {
}
.o_EditorCard_EditorCard_selectableCard:hover {}
.o_EditorCard_EditorCard_selectableCard:hover .o_EditorCard_EditorCard_selectableCardCheck {
  opacity: 0.6;
}
.o_EditorCard_EditorCard_selectableCard:hover .o_EditorCard_EditorCard_selectableCardCheck:hover {
  opacity: 1;
}
.o_EditorCard_EditorCard_selectableCard:hover .o_EditorCard_EditorCard_smallerMediaHolder {
  transform: scale(0.9);
}
.o_EditorCard_EditorCard_selectableCard:hover .o_EditorCard_EditorCard_backgroundFillColor {
  box-shadow: inset 0 0 0 1px rgba(12, 18, 28, 0.12);
  background: white;
}
.o_EditorCard_EditorCard_selectableCard .o_EditorCard_EditorCard_editorCardMediaHolder.o_EditorCard_EditorCard_isSelected {}
.o_EditorCard_EditorCard_selectableCard .o_EditorCard_EditorCard_editorCardMediaHolder.o_EditorCard_EditorCard_isSelected .o_EditorCard_EditorCard_smallerMediaHolder {
  transform: scale(0.8);
}
.o_EditorCard_EditorCard_selectableCard .o_EditorCard_EditorCard_editorCardMediaHolder.o_EditorCard_EditorCard_isSelected .o_EditorCard_EditorCard_backgroundFillColor {
  box-shadow: inset 0 0 0 2px #0e7cb8;
}
/*
Card label styles:
==================
*/
.o_EditorCard_EditorCard_itemWrapper {
  white-space: normal;
  white-space: initial;
  position: relative;
}
.o_EditorCard_EditorCard_itemTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.o_EditorCard_EditorCard_itemInfo {
  overflow: hidden;
  width: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
/* === END === */
/*
Revewed tab card styles:
========================
*/
.o_EditorCard_EditorCard_editorCardReviewed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(12, 18, 28, 0.12);
}
.o_EditorCard_EditorCard_reviewedContainerModifier {
  -ms-flex-preferred-size: 212px;
      flex-basis: 212px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.o_EditorCard_EditorCard_reviewInfo {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -ms-flex-positive: 8;
      flex-grow: 8;
  margin-left: 16px;
}
.o_EditorCard_EditorCard_reviewInfoTitle {
  font-size: 1rem;
}
.o_EditorCard_EditorCard_reviewInfoItem {
  margin-top: 0;
}
/* === END === */
/*
For shift selecting:
====================
*/
.o_EditorCard_EditorCard_nonSelecting {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* === END === *//**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_StyledLoader_StyledLoader_handLinkContainer a {
  cursor: pointer;
}
.o_StyledLoader_StyledLoader_handContainer {
  cursor: pointer !important;
}
.o_StyledLoader_StyledLoader_nonHandContainer {
  cursor: auto !important;
}
a.o_StyledLoader_StyledLoader_handLink {
  cursor: pointer;
}
.o_StyledLoader_StyledLoader_loader,
.o_StyledLoader_StyledLoader_smallLoader,
.o_StyledLoader_StyledLoader_zeroState {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_StyledLoader_StyledLoader_loader,
.o_StyledLoader_StyledLoader_zeroState {
  min-height: 200px;
}
.o_StyledLoader_StyledLoader_smallLoader > div {
  height: 24px;
  width: 24px;
  margin-top: 4px;
}/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_handLinkContainer a {
  cursor: pointer;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_handContainer {
  cursor: pointer !important;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_handLink {
  cursor: pointer;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_alert {
  margin-bottom: 8px;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_errorList {
  padding: 0;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_error {
  color: #c61609;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_warning {
  color: #ffb300;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_dialog {
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_dialog section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 0;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_dialog section > div {
  overflow: auto;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_dialog nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 48px;
  padding-top: 0;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_dialog nav button {
  margin: 0;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_dialogTextPrimary {
  font-size: 1.5rem !important;
  line-height: normal;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_dialogTextSecondary {
  font-size: 1rem;
  margin-top: 8px;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_dialogTextHeader {
  color: black !important;
  font-size: 1.125rem !important;
  font-weight: bold !important;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_errorLine {
  border-bottom: 1px solid rgba(12, 18, 28, .12);
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_alertIcon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_alertMessage {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_alertMessage a {
  color: #0e7cb8;
  cursor: pointer;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_alertMessage a:link,
    .o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_alertMessage a:visited,
    .o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_alertMessage a:hover,
    .o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_alertMessage a:active {
  text-decoration: none;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_alertMessage a:hover {
  text-decoration: underline;
}
.o_EditorCsvIngestionStatusDialog_EditorCsvIngestionStatusDialog_button:last-child {
  margin-top: 8px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorErrorBar_EditorErrorBar_handLinkContainer a {
  cursor: pointer;
}
.o_EditorErrorBar_EditorErrorBar_handContainer {
  cursor: pointer !important;
}
.o_EditorErrorBar_EditorErrorBar_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorErrorBar_EditorErrorBar_handLink {
  cursor: pointer;
}
.o_EditorErrorBar_EditorErrorBar_alertArea {
  width: 100%;
  margin-bottom: 0px;
  margin-right: 8px
}
@media (min-width: 52.5em) {
  .o_EditorErrorBar_EditorErrorBar_alertArea {
    margin-bottom: 8px;
    margin-right: 16px;
  }
  }
/*
  alert oxygen component is split into two major classes
  .alert               (wraps icon)
  .handLinkContainer   (wraps alert text and empty space)
*/
.o_EditorErrorBar_EditorErrorBar_alert {
}
.o_EditorErrorBar_EditorErrorBar_alert span {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.o_EditorErrorBar_EditorErrorBar_handLinkContainer > div {
  border-radius: 8px;
}
.o_EditorErrorBar_EditorErrorBar_alert,
.o_EditorErrorBar_EditorErrorBar_grayAlert {
  margin-bottom: 8px;
}
.o_EditorErrorBar_EditorErrorBar_grayAlert > span:first-of-type {
  background-color: #85888f;
}
.o_EditorErrorBar_EditorErrorBar_error {
  color: #c61609;
}
.o_EditorErrorBar_EditorErrorBar_warning {
  color: #ffb300;
}
.o_EditorErrorBar_EditorErrorBar_errorList {
  padding: 0;
  overflow: auto;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.o_EditorErrorBar_EditorErrorBar_dialog {
}
.o_EditorErrorBar_EditorErrorBar_dialog section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 0;
}
.o_EditorErrorBar_EditorErrorBar_dialog nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 24px;
  padding-top: 0;
}
.o_EditorErrorBar_EditorErrorBar_dialog nav button {
  margin: 0;
}
.o_EditorErrorBar_EditorErrorBar_dialogTextPrimary {
  font-size: 1.5rem !important;
}
.o_EditorErrorBar_EditorErrorBar_dialogTextSecondary {
  font-size: 0.875rem;
  color: rgba(12, 18, 28, 0.6);
}
.o_EditorErrorBar_EditorErrorBar_alertIcon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.o_EditorErrorBar_EditorErrorBar_alertMessage {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif
}
.o_EditorErrorBar_EditorErrorBar_alertMessage a {
  color: #0e7cb8;
  cursor: pointer;
}
.o_EditorErrorBar_EditorErrorBar_alertMessage a:link,
    .o_EditorErrorBar_EditorErrorBar_alertMessage a:visited,
    .o_EditorErrorBar_EditorErrorBar_alertMessage a:hover,
    .o_EditorErrorBar_EditorErrorBar_alertMessage a:active {
  text-decoration: none;
}
.o_EditorErrorBar_EditorErrorBar_alertMessage a:hover {
  text-decoration: underline;
}
.o_EditorReviewedDropdown_EditorReviewedDropdown_container {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorUploadStatusProgressIndicator_EditorUploadStatusProgressIndicator_handLinkContainer a {
  cursor: pointer;
}
.o_EditorUploadStatusProgressIndicator_EditorUploadStatusProgressIndicator_handContainer {
  cursor: pointer !important;
}
.o_EditorUploadStatusProgressIndicator_EditorUploadStatusProgressIndicator_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorUploadStatusProgressIndicator_EditorUploadStatusProgressIndicator_handLink {
  cursor: pointer;
}
.o_EditorUploadStatusProgressIndicator_EditorUploadStatusProgressIndicator_alertContainer {
  width: 100%;
}
.o_EditorUploadStatusProgressIndicator_EditorUploadStatusProgressIndicator_alertArea {
  width: 100%;
  margin-bottom: 0px;
  margin-right: 8px
}
@media (min-width: 52.5em) {
  .o_EditorUploadStatusProgressIndicator_EditorUploadStatusProgressIndicator_alertArea {
    margin-bottom: 8px;
    margin-right: 16px;
  }
  }
.o_EditorUploadStatusProgressIndicator_EditorUploadStatusProgressIndicator_alert {
  margin-bottom: 8px;
}
.o_EditorNavigation_EditorNavigation_editorNavigationOptions {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ToggleButtons_ToggleButtons_handLinkContainer a {
  cursor: pointer;
}
.o_ToggleButtons_ToggleButtons_handContainer {
  cursor: pointer !important;
}
.o_ToggleButtons_ToggleButtons_nonHandContainer {
  cursor: auto !important;
}
a.o_ToggleButtons_ToggleButtons_handLink {
  cursor: pointer;
}
/* Root selector */
.o_ToggleButtons_ToggleButtons_root {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
/* Container to host SelectablePills */
.o_ToggleButtons_ToggleButtons_item {
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 8px;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex
  /* Tweaks extra div coming from oxygen-components */
}
.o_ToggleButtons_ToggleButtons_item > div {
  width: 100%;
}
.o_ToggleButtons_ToggleButtons_item:nth-child(odd) {
  padding-right: 4px;
}
.o_ToggleButtons_ToggleButtons_item:nth-child(even) {
  padding-left: 4px;
}
.o_ToggleButtons_ToggleButtons_selected {
  background: #cacdd2 !important;
}
.o_ToggleButtons_ToggleButtons_sstkFix {
}
.o_ToggleButtons_ToggleButtons_sstkFix:hover,
  .o_ToggleButtons_ToggleButtons_sstkFix:active,
  .o_ToggleButtons_ToggleButtons_sstkFix.o_ToggleButtons_ToggleButtons_selected,
  .o_ToggleButtons_ToggleButtons_sstkFix:focus:not(:active) {
  background: #cacdd2 !important;
}/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorAdditionalInfo_EditorAdditionalInfo_handLinkContainer a {
  cursor: pointer;
}
.o_EditorAdditionalInfo_EditorAdditionalInfo_handContainer {
  cursor: pointer !important;
}
.o_EditorAdditionalInfo_EditorAdditionalInfo_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorAdditionalInfo_EditorAdditionalInfo_handLink {
  cursor: pointer;
}
.o_EditorAdditionalInfo_EditorAdditionalInfo_rightIcon {
  color: rgba(12, 18, 28, 0.6) !important;
}
.o_EditorAdditionalInfo_EditorAdditionalInfo_paddingReset {
  padding: 0;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorButtons_EditorButtons_handLinkContainer a {
  cursor: pointer;
}
.o_EditorButtons_EditorButtons_handContainer {
  cursor: pointer !important;
}
.o_EditorButtons_EditorButtons_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorButtons_EditorButtons_handLink {
  cursor: pointer;
}
.o_EditorButtons_EditorButtons_submitButtons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 16px;
  background: white;
  border-top: 1px solid rgba(12, 18, 28, 0.12);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorAdditionalDetails_EditorAdditionalDetails_handLinkContainer a {
  cursor: pointer;
}
.o_EditorAdditionalDetails_EditorAdditionalDetails_handContainer {
  cursor: pointer !important;
}
.o_EditorAdditionalDetails_EditorAdditionalDetails_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorAdditionalDetails_EditorAdditionalDetails_handLink {
  cursor: pointer;
}
.o_EditorAdditionalDetails_EditorAdditionalDetails_wrapper {
  padding: 0 0 8px 0;
  margin: 8px 0;
  border-bottom: 1px solid rgba(12, 18, 28, 0.12);
}
.o_EditorAdditionalDetails_EditorAdditionalDetails_itemText{
  font-size: 14px !important;
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif !important;
}
.o_EditorAdditionalDetails_EditorAdditionalDetails_itemAction {
  height: 26px !important;
  pointer-events: none;
}
.o_EditorAdditionalDetails_EditorAdditionalDetails_itemContentRoot {
  padding: 0 !important;
}
.o_EditorAdditionalDetails_EditorAdditionalDetails_item{
  min-height: auto !important;
  padding: 0 !important;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorDetails_EditorDetails_handLinkContainer a {
  cursor: pointer;
}
.o_EditorDetails_EditorDetails_handContainer {
  cursor: pointer !important;
}
.o_EditorDetails_EditorDetails_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorDetails_EditorDetails_handLink {
  cursor: pointer;
}
.o_EditorDetails_EditorDetails_itemNonMedia {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.o_EditorDetails_EditorDetails_itemHeader {
  padding: 0;
}
.o_EditorDetails_EditorDetails_itemWrapper {
  white-space: normal;
  white-space: initial;
  position: relative;
}
.o_EditorDetails_EditorDetails_itemTitle {
  overflow: hidden;
  text-overflow: ellipsis;
}
.o_EditorDetails_EditorDetails_itemInfo {
  overflow: hidden;
}
.o_EditorDetails_EditorDetails_itemAction {
}
.o_EditorDetails_EditorDetails_itemAction img {
  height: 100%;
  object-fit: cover;
}
.o_EditorDetails_EditorDetails_zeroState {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif
}
.o_EditorDetails_EditorDetails_zeroState .o_EditorDetails_EditorDetails_title {
}
.o_EditorDetails_EditorDetails_zeroState .o_EditorDetails_EditorDetails_body {
  color: rgba(12, 18, 28, 0.6);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorEditorialAlert_EditorEditorialAlert_handLinkContainer a {
  cursor: pointer;
}
.o_EditorEditorialAlert_EditorEditorialAlert_handContainer {
  cursor: pointer !important;
}
.o_EditorEditorialAlert_EditorEditorialAlert_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorEditorialAlert_EditorEditorialAlert_handLink {
  cursor: pointer;
}
.o_EditorEditorialAlert_EditorEditorialAlert_editorialAlert {
  margin-bottom: 8px
}
.o_EditorEditorialAlert_EditorEditorialAlert_editorialAlert a {
  white-space: nowrap;
}
.o_EditorGeneral_EditorGeneral_itemWrapper {
  white-space: normal;
  white-space: initial;
  position: relative;
}
.o_EditorGeneral_EditorGeneral_itemTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  margin: auto 0 0 0;
}
.o_EditorGeneral_EditorGeneral_itemInfo {
  overflow: hidden;
}
.o_EditorGeneral_EditorGeneral_paddingReset {
  padding: 0;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorCategory_EditorCategory_handLinkContainer a {
  cursor: pointer;
}
.o_EditorCategory_EditorCategory_handContainer {
  cursor: pointer !important;
}
.o_EditorCategory_EditorCategory_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorCategory_EditorCategory_handLink {
  cursor: pointer;
}
/* Put scrollbar back in dropdown menu */
.o_EditorCategory_EditorCategory_values {
}
.o_EditorCategory_EditorCategory_values::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.o_EditorCategory_EditorCategory_values::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 0%, .2);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorDescription_EditorDescription_handLinkContainer a {
  cursor: pointer;
}
.o_EditorDescription_EditorDescription_handContainer {
  cursor: pointer !important;
}
.o_EditorDescription_EditorDescription_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorDescription_EditorDescription_handLink {
  cursor: pointer;
}
.o_EditorDescription_EditorDescription_description {
  margin-top: 8px;
}
.o_EditorDescription_EditorDescription_descriptionInput {
  resize: none;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorAutocomplete_EditorAutocomplete_handLinkContainer a {
  cursor: pointer;
}
.o_EditorAutocomplete_EditorAutocomplete_handContainer {
  cursor: pointer !important;
}
.o_EditorAutocomplete_EditorAutocomplete_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorAutocomplete_EditorAutocomplete_handLink {
  cursor: pointer;
}
.o_EditorAutocomplete_EditorAutocomplete_autocomplete {
  position: relative
}
.o_EditorAutocomplete_EditorAutocomplete_autocomplete.o_EditorAutocomplete_EditorAutocomplete_focus {}
.o_EditorAutocomplete_EditorAutocomplete_autocomplete.o_EditorAutocomplete_EditorAutocomplete_focus .o_EditorAutocomplete_EditorAutocomplete_suggestions {
  box-shadow: inset 0 0 0 1px rgba(22, 25, 30, 0.12), 0 2px 4px rgba(12, 18, 28, 0.12);
  border-radius: 6px;
  max-height: 45vh;
  visibility: visible;
  -ms-overflow-style: none;
}
.o_EditorAutocomplete_EditorAutocomplete_suggestions {
  background-color: #fff;
  list-style: none;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  transition-duration: 0.3s;
  transition-property: max-height, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 100%;
  z-index: 100
}
.o_EditorAutocomplete_EditorAutocomplete_suggestions:not(.o_EditorAutocomplete_EditorAutocomplete_up) {
  margin-top: -30px;
}
.o_EditorAutocomplete_EditorAutocomplete_suggestions.o_EditorAutocomplete_EditorAutocomplete_up {
  bottom: 0;
}
.o_EditorAutocomplete_EditorAutocomplete_suggestions::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.o_EditorAutocomplete_EditorAutocomplete_suggestion {
  cursor: pointer;
  font-size: 0.875rem;
  padding: 4px
    8px;
  /* HACK: Overrides `htmlElements.css` from `brand-theme`: */
  margin-bottom: 0
}
.o_EditorAutocomplete_EditorAutocomplete_suggestion.o_EditorAutocomplete_EditorAutocomplete_active {
  background-color: rgba(12, 18, 28, 0.12);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorLocation_EditorLocation_handLinkContainer a {
  cursor: pointer;
}
.o_EditorLocation_EditorLocation_handContainer {
  cursor: pointer !important;
}
.o_EditorLocation_EditorLocation_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorLocation_EditorLocation_handLink {
  cursor: pointer;
}
.o_EditorLocation_EditorLocation_location {
}
.o_EditorLocation_EditorLocation_locationInput {
  resize: none;
}
.o_EditorLocation_EditorLocation_locationApiCreditImage {
  background-image: url(data:image/png;base64,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);
  background-origin: content-box;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 34px;
  border-top: 1px solid hsl(210, 3%, 89%); /* #override absolute color without transparancy to allow double border overlap */
  padding: 8px;
}
.o_EditorLocation_EditorLocation_locationTitleRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 8px 0;
}
.o_EditorLocation_EditorLocation_locationInputArea {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 8px;
  position: relative;
}
.o_EditorLocation_EditorLocation_suggestions {
  background-color: #fff;
  list-style: none;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  transition-duration: 0.3s;
  transition-property: max-height, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 100%;
  z-index: 100
}
.o_EditorLocation_EditorLocation_suggestions:not(.o_EditorLocation_EditorLocation_up) {
  margin-top: -30px;
}
.o_EditorLocation_EditorLocation_suggestions.o_EditorLocation_EditorLocation_up {
  bottom: 0;
}
.o_EditorLocation_EditorLocation_suggestions::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.o_EditorLocation_EditorLocation_suggestion {
  cursor: pointer;
  font-size: 0.875rem;
  padding: 4px
    8px;
  /* HACK: Overrides `htmlElements.css` from `brand-theme`: */
  margin-bottom: 0
}
.o_EditorLocation_EditorLocation_suggestion.o_EditorLocation_EditorLocation_activeLocation {
  background-color: rgba(12, 18, 28, 0.12);
}
.o_EditorLocation_EditorLocation_rightIcon {
  color: rgba(12, 18, 28, 0.6) !important;
}
.o_EditorLocation_EditorLocation_iconMenu {
}
.o_EditorLocation_EditorLocation_iconMenu [data-react-toolbox='menu'] {
  width: 260px;
}
.o_EditorLocation_EditorLocation_iconMenu [data-react-toolbox='menu'] > ul {
  white-space: normal;
  padding: 16px;
}
.o_EditorLocation_EditorLocation_tooltipText {
  font-size: 0.875rem;
  line-height: normal;
  line-height: initial;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorArtistCredit_EditorArtistCredit_handLinkContainer a {
  cursor: pointer;
}
.o_EditorArtistCredit_EditorArtistCredit_handContainer {
  cursor: pointer !important;
}
.o_EditorArtistCredit_EditorArtistCredit_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorArtistCredit_EditorArtistCredit_handLink {
  cursor: pointer;
}
.o_EditorArtistCredit_EditorArtistCredit_artistCredit {
  margin-top: 8px;
}
.o_EditorArtistCredit_EditorArtistCredit_artistCreditInput {
  resize: none;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorKeywords_EditorKeywords_handLinkContainer a {
  cursor: pointer;
}
.o_EditorKeywords_EditorKeywords_handContainer {
  cursor: pointer !important;
}
.o_EditorKeywords_EditorKeywords_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorKeywords_EditorKeywords_handLink {
  cursor: pointer;
}
.o_EditorKeywords_EditorKeywords_paddingReset {
  padding: 0;
}
.o_EditorKeywords_EditorKeywords_keywordsContainer {
  padding: 0 16px;
  padding-bottom: 8px
}
@media (min-width: 1024px) and (min-height: 650px) {
  .o_EditorKeywords_EditorKeywords_keywordsContainer {
    padding-top: 8px;
    border-left: 1px solid hsl(210, 3%, 89%);/* #override absolute color without transparancy to allow double border overlap */
    margin-left: -1px;/* for double border overlap */
  }
  }
.o_EditorKeywords_EditorKeywords_attachedKeywordsArea {
  margin-bottom: 24px;
}
.o_EditorKeywords_EditorKeywords_keywordTitleRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.o_EditorKeywords_EditorKeywords_keywordInputArea {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 8px;
  position: relative;
}
.o_EditorKeywords_EditorKeywords_keywordCounter,
.o_EditorKeywords_EditorKeywords_disabledKeywordCounter {
  bottom: 0;
  font-size: 12px;
  color: rgba(12, 18, 28, 0.6);
}
.o_EditorKeywords_EditorKeywords_keywordCounter {
  position: absolute;
  right: 0;
}
.o_EditorKeywords_EditorKeywords_disabledKeywordCounter {
  position: relative;
  left: 0;
}
.o_EditorKeywords_EditorKeywords_keywordCountError,
.o_EditorKeywords_EditorKeywords_keywordSpellingError {
  color: #c61609;
  font-size: 0.75rem;
  margin-bottom: 8px;
  line-height: normal;
  line-height: initial;
}
.o_EditorKeywords_EditorKeywords_keywordSpellingError {}
.o_EditorKeywords_EditorKeywords_attachedKeywords {
  min-height: 100px;
}
.o_EditorKeywords_EditorKeywords_keywordList {
  position: relative;
  margin-bottom: 8px;
}
.o_EditorKeywords_EditorKeywords_keywordScroll {}
/*
  The following style overrides ensure the menu always opens up full-width
  so it doesn’t get clipped by the sidebar. Delicately chosen overrides by
  our talented designer @dmack.
  See: https://shutterstock-jira.codefactori.com/browse/CTRB-5603
*/
.o_EditorKeywords_EditorKeywords_keywordErrorMenu {
  top: auto !important;
  width: 100% !important;
  left: 0;
  margin-top: 34px;
}
.o_EditorKeywords_EditorKeywords_keywordErrorMenuOutline {
  width: 100% !important;
}
.o_EditorKeywords_EditorKeywords_keywordErrorMenuInner {
  width: 100% !important;
  clip: auto !important;
}
/* === End === */
.o_EditorKeywords_EditorKeywords_suggestedKeywordsArea {
  padding: 0 16px;
  margin: 0 -16px;
  border-top: 1px solid rgba(12, 18, 28, 0.12)
}
.o_EditorKeywords_EditorKeywords_keywordSuggestionHeader {
  -ms-flex-align: center;
      align-items: center;
}
/* #Note: This selector is not well named, should be more like "editPanelFlatButtonOverrides" */
.o_EditorKeywords_EditorKeywords_keywordSuggestionToolButton {
  margin: 8px 0;
  margin-left: -8px;
  white-space: normal;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left;
}
.o_EditorKeywords_EditorKeywords_keywordSpellingButton {
}
.o_EditorKeywords_EditorKeywords_bottomDivider {
  /* CTRB-5848 -- looking to add styles in the future, but not needed at the moment.*/
  /* margin-top: var(--spacing-lg); */
}
/*
Keyword tool styles:
====================
*/
.o_EditorKeywords_EditorKeywords_keywordToolKeywordsArea {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 -16px;
  padding: 0 16px;
}
.o_EditorKeywords_EditorKeywords_keywordToolAttachedKeywords {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  overflow: auto;
}
/* === End === */
/* What is this??? maybe related to dropdown values */
/* .values {
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 0 calc(var(--unit) / 2) 0;
} */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorKeywords_Keyword_handLinkContainer a {
  cursor: pointer;
}
.o_EditorKeywords_Keyword_handContainer {
  cursor: pointer !important;
}
.o_EditorKeywords_Keyword_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorKeywords_Keyword_handLink {
  cursor: pointer;
}
.o_EditorKeywords_Keyword_pill,
.o_EditorKeywords_Keyword_filterText,
.o_EditorKeywords_Keyword_button,
.o_EditorKeywords_Keyword_icon,
.o_EditorKeywords_Keyword_toggle {
  height: 26px !important;
  line-height: 26px !important;
}
.o_EditorKeywords_Keyword_pill {
  margin: 4px 4px 0 0 !important;
}
.o_EditorKeywords_Keyword_removeCloseIcon {
  cursor: default;
  pointer-events: none
}
.o_EditorKeywords_Keyword_removeCloseIcon > button:first-child {}
.o_EditorKeywords_Keyword_removeCloseIcon > button:first-child > span {
  padding: 0 12px !important;
}
.o_EditorKeywords_Keyword_removeCloseIcon > button:last-child {
  display: none;
}
.o_EditorKeywords_Keyword_filterPill {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid rgba(12, 18, 28, 0.12) !important;
}
.o_EditorKeywords_Keyword_filterPill:hover {
  background-color: #e3e5e8 !important;
}
.o_EditorKeywords_KeywordMenu_keywordMenu {
}
.o_EditorKeywords_KeywordMenu_keywordMenu ul {
    right: 0 !important;
    left: unset !important;
    min-width: 1px
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorNote_EditorNote_handLinkContainer a {
  cursor: pointer;
}
.o_EditorNote_EditorNote_handContainer {
  cursor: pointer !important;
}
.o_EditorNote_EditorNote_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorNote_EditorNote_handLink {
  cursor: pointer;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorMoreOptions_EditorMoreOptions_handLinkContainer a {
  cursor: pointer;
}
.o_EditorMoreOptions_EditorMoreOptions_handContainer {
  cursor: pointer !important;
}
.o_EditorMoreOptions_EditorMoreOptions_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorMoreOptions_EditorMoreOptions_handLink {
  cursor: pointer;
}
.o_EditorMoreOptions_EditorMoreOptions_moreOptionsContainer {
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: 2px;
  padding: 0 8px;
  margin-bottom: 8px;
}
.o_EditorMoreOptions_EditorMoreOptions_hasError {
  border: 1px solid #c61609;
}
.o_EditorMoreOptions_EditorMoreOptions_expandingList {
}
.o_EditorMoreOptions_EditorMoreOptions_expandingList > ul {
  padding-bottom: 8px;
  padding-right: 0;
}
.o_EditorMoreOptions_EditorMoreOptions_itemText {
  font-size: 14px !important;
  color: rgba(12, 18, 28, 0.6) !important;
}
.o_EditorMoreOptions_EditorMoreOptions_itemAction {
  height: 26px !important;
}
.o_EditorMoreOptions_EditorMoreOptions_itemContentRoot {
  padding: 0 !important;
}
.o_EditorMoreOptions_EditorMoreOptions_item {
  min-height: auto !important;
  padding: 0px !important;
  background-color: transparent !important;
}
.o_EditorMoreOptions_EditorMoreOptions_rightIcon {
  color: rgba(12, 18, 28, 0.6) !important;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorReleases_EditorReleases_handLinkContainer a {
  cursor: pointer;
}
.o_EditorReleases_EditorReleases_handContainer {
  cursor: pointer !important;
}
.o_EditorReleases_EditorReleases_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorReleases_EditorReleases_handLink {
  cursor: pointer;
}
.o_EditorReleases_EditorReleases_downloadLink {
  margin-left: -8px;
  margin-bottom: 8px;
  white-space: normal;
  white-space: initial;
  line-height: 1.25;
  text-align: left;
}
.o_EditorReleases_EditorReleases_filterContainerModal {
  padding: 0;
}
.o_EditorReleases_EditorReleases_pillArea {
  margin-bottom: 16px;
  margin-top: -8px;
}
.o_EditorReleases_EditorReleases_releaseScroller {
  padding: 0;
  margin: 0;
  height: 240px;
}
.o_EditorReleases_EditorReleases_releaseList {
  padding: 0;
  height: 100%;
}
.o_EditorReleases_EditorReleases_modalAlert {
  -ms-flex-negative: 0;
      flex-shrink: 0
}
.o_EditorReleases_EditorReleases_fileInput {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
 }
.o_EditorReleases_EditorReleases_buttonOverride {
  margin-top: 8px;
}
.o_EditorReleases_EditorReleases_filterPillLoader {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
.o_EditorReleases_EditorReleases_releaseError,
.o_EditorReleases_EditorReleases_releaseErrorSubtitle {
  margin-bottom: 16px;
}
.o_EditorReleases_EditorReleases_releaseError {
  color: #c61609;
  font-size: 0.75rem;
  line-height: 20px;
}
.o_EditorReleases_EditorReleases_releaseArea {
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: 2px;
  padding: 8px;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.o_ReleasesFilter_ReleasesFilter_filterContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: -24px;
  padding: 8px 16px 0;
}
.o_ReleasesFilter_ReleasesFilter_searchContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 24px;
}
.o_ReleasesFilter_ReleasesFilter_search {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 8px;
  max-width: 400px;
}
.o_ReleasesFilter_ReleasesFilter_searchButton {
  position: relative;
  top: 5px;
}
.o_ReleasesFilter_ReleasesFilter_dropdownContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: 24px;
  width: 100%;
}
.o_ReleasesFilter_ReleasesFilter_dropdown {
  margin-left: 8px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: auto;
}
.o_ReleasesFilter_ReleasesFilter_inputIconLabel {
  top: 1px;
  padding-top: 3px;
  height: 40px;
  background: white;
}
.o_ReleasesFilter_ReleasesFilter_dropdownInput {
  border-bottom: 0;
}
.o_ReleasesFilter_ReleasesFilter_label {
  display: none;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorReleases_ReleasePill_handLinkContainer a {
  cursor: pointer;
}
.o_EditorReleases_ReleasePill_handContainer {
  cursor: pointer !important;
}
.o_EditorReleases_ReleasePill_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorReleases_ReleasePill_handLink {
  cursor: pointer;
}
.o_EditorReleases_ReleasePill_pill,
.o_EditorReleases_ReleasePill_filterText,
.o_EditorReleases_ReleasePill_button,
.o_EditorReleases_ReleasePill_icon,
.o_EditorReleases_ReleasePill_toggle {
  height: 26px !important;
  line-height: 26px !important;
}
.o_EditorReleases_ReleasePill_pill {
  margin: 4px 4px 0 0 !important;
}
.o_EditorReleases_ReleasePill_removeCloseIcon {
  cursor: default;
  pointer-events: none
}
.o_EditorReleases_ReleasePill_removeCloseIcon > button:first-child {}
.o_EditorReleases_ReleasePill_removeCloseIcon > button:first-child > span {
  padding: 0 12px !important;
}
.o_EditorReleases_ReleasePill_removeCloseIcon > button:last-child {
  display: none;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ReleaseItem_ReleaseItem_handLinkContainer a {
  cursor: pointer;
}
.o_ReleaseItem_ReleaseItem_handContainer {
  cursor: pointer !important;
}
.o_ReleaseItem_ReleaseItem_nonHandContainer {
  cursor: auto !important;
}
a.o_ReleaseItem_ReleaseItem_handLink {
  cursor: pointer;
}
.o_ReleaseItem_ReleaseItem_itemTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.o_ReleaseItem_ReleaseItem_itemInfo {
  overflow: hidden;
}
.o_ReleaseItem_ReleaseItem_itemWrapper {
  white-space: normal;
  white-space: initial;
}
.o_ReleaseItem_ReleaseItem_attached {
  background-color: #3d444f !important;
  box-shadow: inset 0 0 0 1px #3d444f !important;
  color: #fff !important;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ReleasesList_ReleasesList_handLinkContainer a {
  cursor: pointer;
}
.o_ReleasesList_ReleasesList_handContainer {
  cursor: pointer !important;
}
.o_ReleasesList_ReleasesList_nonHandContainer {
  cursor: auto !important;
}
a.o_ReleasesList_ReleasesList_handLink {
  cursor: pointer;
}
.o_ReleasesList_ReleasesList_embedded {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 48px;
  margin: 0 -48px;
  overflow-y: auto;
  overflow-x: hidden;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ReleaseUpload_ReleaseUpload_handLinkContainer a {
  cursor: pointer;
}
.o_ReleaseUpload_ReleaseUpload_handContainer {
  cursor: pointer !important;
}
.o_ReleaseUpload_ReleaseUpload_nonHandContainer {
  cursor: auto !important;
}
a.o_ReleaseUpload_ReleaseUpload_handLink {
  cursor: pointer;
}
.o_ReleaseUpload_ReleaseUpload_error,
.o_ReleaseUpload_ReleaseUpload_radioError {
  color: #c61609;
  font-size: 0.75rem;
  line-height: 20px;
  margin: 16px;
}
.o_ReleaseUpload_ReleaseUpload_error {
  margin-bottom: 16px;
}
.o_ReleaseUpload_ReleaseUpload_radioError {
  margin: -16px 0 16px 0;
}.o_ReleaseUploadButton_ReleaseUploadButton_fileInput {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.o_EthnicitiesAutocomplete_EthnicitiesAutocomplete_ethnicitiesAutocomplete > ul {
  max-height: 35vh !important;
}
ul.o_EthnicitiesAutocomplete_EthnicitiesAutocomplete_values {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.o_EthnicitiesAutocomplete_EthnicitiesAutocomplete_values li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.o_ModelDropdowns_ModelDropdowns_dropdownGroup {
  margin-bottom: 32px;
}/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorThumbnailSelector_EditorThumbnailSelector_handLinkContainer a {
  cursor: pointer;
}
.o_EditorThumbnailSelector_EditorThumbnailSelector_handContainer {
  cursor: pointer !important;
}
.o_EditorThumbnailSelector_EditorThumbnailSelector_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorThumbnailSelector_EditorThumbnailSelector_handLink {
  cursor: pointer;
}
.o_EditorThumbnailSelector_EditorThumbnailSelector_selectLink {
  margin-left: -8px;
  margin-bottom: 8px;
}
.o_EditorThumbnailSelector_EditorThumbnailSelector_videoThumbnailGrid {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.o_EditorThumbnailSelector_EditorThumbnailSelector_videoThumbnailCard {
  -ms-flex: 0 1 calc(50% - 8px);
      flex: 0 1 calc(50% - 8px);
  margin-bottom: 16px;
}
.o_EditorThumbnailSelector_EditorThumbnailSelector_videoThumbnailCardMediaHolder {
  overflow: visible;
  position: relative;
}
.o_EditorThumbnailSelector_EditorThumbnailSelector_videoThumbnailCardMedia {
  cursor: pointer;
  margin: 0;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorSidebar_EditorSidebar_handLinkContainer a {
  cursor: pointer;
}
.o_EditorSidebar_EditorSidebar_handContainer {
  cursor: pointer !important;
}
.o_EditorSidebar_EditorSidebar_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorSidebar_EditorSidebar_handLink {
  cursor: pointer;
}
.o_EditorSidebar_EditorSidebar_zeroStateWrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.o_EditorSidebar_EditorSidebar_zeroState {
  padding: 0 16px;
  text-align: center;
  max-width: 360px;
}
.o_EditorSidebar_EditorSidebar_sidebarDetailsArea {
  position: absolute;
  top: 0;
  bottom: 64px;
  left: 0;
  right: 0;
  overflow: auto
}
@media (min-width: 1024px) and (min-height: 650px) {
  .o_EditorSidebar_EditorSidebar_sidebarDetailsArea {
    display: -ms-flexbox;
    display: flex;
  }
  }
.o_EditorSidebar_EditorSidebar_sidebarDetailsArea .o_EditorSidebar_EditorSidebar_sidebarFullHeight {
  bottom: 0;
}
.o_EditorSidebar_EditorSidebar_leftArea,
.o_EditorSidebar_EditorSidebar_rightArea {
}
@media (min-width: 1024px) and (min-height: 650px) {
  .o_EditorSidebar_EditorSidebar_leftArea,
.o_EditorSidebar_EditorSidebar_rightArea {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-width: 0;
  }
  }
.o_EditorSidebar_EditorSidebar_leftArea {}
.o_EditorSidebar_EditorSidebar_leftDetails {
  padding: 0 16px;
  padding-top: 8px
}
@media (min-width: 1024px) and (min-height: 650px) {
  .o_EditorSidebar_EditorSidebar_leftDetails {
    padding-bottom: 8px;
    border-right: 1px solid hsl(210, 3%, 89%);/* #override absolute color without transparancy to allow double border overlap */
    margin-right: -1px;/* for double border overlap */
  }
  }
.o_EditorSidebar_EditorSidebar_rightArea {
}
@media (min-width: 1024px) and (min-height: 650px) {
  .o_EditorSidebar_EditorSidebar_rightArea {
    border-left: 1px solid hsl(210, 3%, 89%);/* #override absolute color without transparancy to allow double border overlap */
  }
  }
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_AnnouncementDialog_AnnouncementDialog_handLinkContainer a {
  cursor: pointer;
}
.o_AnnouncementDialog_AnnouncementDialog_handContainer {
  cursor: pointer !important;
}
.o_AnnouncementDialog_AnnouncementDialog_nonHandContainer {
  cursor: auto !important;
}
a.o_AnnouncementDialog_AnnouncementDialog_handLink {
  cursor: pointer;
}
/* leave this block commented as reference for announcements with images */
.o_AnnouncementDialog_AnnouncementDialog_digital_release {
  background-image: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAABH4AAAF+CAIAAAB770rpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIwMjAgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBREJBM0Y5Njg4RjExRUE5Nzc3RjRCRjYzODVBNDZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBREJBM0ZBNjg4RjExRUE5Nzc3RjRCRjYzODVBNDZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEFEQkEzRjc2ODhGMTFFQTk3NzdGNEJGNjM4NUE0NkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEFEQkEzRjg2ODhGMTFFQTk3NzdGNEJGNjM4NUE0NkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Bx2B3AACuBUlEQVR42uy9B7Bc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taYLremQokKgil+jn2p2CwAArrG4LgAAABC9AAAARC8AAABELwAAANELAABA9AIAAED0AgAAEL0AAAAQvQAAAEQvAAAA0QsAAADRCwAAQPQCAAAQvQAAABC9AAAARC8AAABELwAAANELAABA9AIAAED0AgAAEL0AAABELwAAAEQvAAAA0QsAAADRCwAAQPQCAAAQvQAAABC9AAAARC8AAADRCwAAANELAABA9AIAAED0AgAAEL0AAABELwAAAEQvAAAA0QsAAED0AgAAQPQCAAAQvQAAABC9AAAARC8AAADRCwAAANELAABA9AIAABC9AAAAEL0AAABELwAAAEQvAAAA0QsAAED0AgAAQPQCAAAQvQAAAEQvAAAARC8AAADRCwAAANELAABA9AIAABC9AAAAEL0AAABELwAAANELAAAA0QsAAED0AgAAQPQCAAAQvQAAAEQvAAAARC8AAADRCwAAQPQCAABA9AIAABC9AAAAEL0AAABELwAAANELAAAA0QsAAED0AgAAEL0AAAAQvQAAAEQvAAAARC8AAADRCwAAQPQCAABA9AIAABC9AAAAKtM/CzAAq5IeecqyqCwAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*height: 224px;*/
  margin-top: 36px;
  /* use box-shadow when using screenshots of the UI */
  box-shadow: 0 2px 24px 0 rgba(12, 18, 28, .12);
  /* cleanup after digital_release */
  height: 116px;
}
.o_AnnouncementDialog_AnnouncementDialog_button {
  margin-top: 48px;
}
/*.image {
  height: auto;
  width: 100%;
}*/
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorMain_EditorMain_handLinkContainer a {
  cursor: pointer;
}
.o_EditorMain_EditorMain_handContainer {
  cursor: pointer !important;
}
.o_EditorMain_EditorMain_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorMain_EditorMain_handLink {
  cursor: pointer;
}
.o_EditorMain_EditorMain_editorContainer,
.o_EditorMain_EditorMain_editMediaContainer {
  height: 100%;
}
.o_EditorMain_EditorMain_editMediaContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 16px
}
@media (min-width: 52.5em) {
  .o_EditorMain_EditorMain_editMediaContainer {
    padding: 24px;
  }
  }
.o_EditorMain_EditorMain_editMediaImage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  width: 100%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.o_EditorMain_EditorMain_mediaEditor {
  position: absolute;
  top: 0;
  left: 0;
  right: 360px;
  bottom: 0;
  z-index: 1
}
@media (min-width: 1024px) and (min-height: 650px) {
  .o_EditorMain_EditorMain_mediaEditor {
    right: 640px;
  }
  }
.o_EditorMain_EditorMain_mediaEditorFull {
  right: 0;
}
.o_EditorMain_EditorMain_mediaNavigation {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
  background: white;
  box-shadow: 0 0 6px rgba(12, 18, 28, 0.12);
  transition: 0.1s ease;
  padding: 0 16px
  /* apply this style or class to hide on scroll down */
}
@media (min-width: 52.5em) {
  .o_EditorMain_EditorMain_mediaNavigation {
    padding: 0 24px;
  }
  }
.o_EditorMain_EditorMain_mediaNavigation.o_EditorMain_EditorMain_hide {
  transform: translateY(-100%);
}
.o_EditorMain_EditorMain_filterContainer {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -ms-flex-align: center;
      align-items: center;
}
.o_EditorMain_EditorMain_uploadCsv {
  margin-right: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.o_EditorMain_EditorMain_mediaGrid {
  height: 100%;
}
.o_EditorMain_EditorMain_editorSidebar {
  position: absolute;
  top: 0;
  width: 360px;
  right: 0;
  bottom: 0;
  border-left: 1px solid rgba(12, 18, 28, 0.12);
  z-index: 2;
  background-color: white
}
@media (min-width: 1024px) and (min-height: 650px) {
  .o_EditorMain_EditorMain_editorSidebar {
    width: 640px;
  }
  }
.o_EditorMain_EditorMain_editorSidebarHidden {
  display: none;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorNewbieSubmitThankYouDialog_EditorNewbieSubmitThankYouDialog_handLinkContainer a {
  cursor: pointer;
}
.o_EditorNewbieSubmitThankYouDialog_EditorNewbieSubmitThankYouDialog_handContainer {
  cursor: pointer !important;
}
.o_EditorNewbieSubmitThankYouDialog_EditorNewbieSubmitThankYouDialog_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorNewbieSubmitThankYouDialog_EditorNewbieSubmitThankYouDialog_handLink {
  cursor: pointer;
}
.o_EditorNewbieSubmitThankYouDialog_EditorNewbieSubmitThankYouDialog_dialog {
  margin-bottom: 16px !important;
}
.o_EditorNewbieSubmitThankYouDialog_EditorNewbieSubmitThankYouDialog_buttonGroup {
  margin-top: 48px;
}
.o_EditorNewbieSubmitThankYouDialog_EditorNewbieSubmitThankYouDialog_button {
  margin-top: 8px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_handLinkContainer a {
  cursor: pointer;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_handContainer {
  cursor: pointer !important;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorDigitalReleaseList_EditorDigitalReleaseList_handLink {
  cursor: pointer;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_dialog,
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_mainContentContainer {
  min-height: auto;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_mainContentContainer p {
  font-size: 16px;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_form {
  border: 1px solid rgba(12, 18, 28, 0.12);
  padding: 16px;
  margin: 16px 0;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_formTitle {
  font-weight: bold;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_releaseListHeader {
  margin-bottom: 24px;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_releaseListHeader p {
  font-size: 1rem;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_releaseList{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 112px;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_releaseList p {
  display: block;
  margin-left: 35px;
  margin-top: -5px;
  margin-bottom: 5px;
  bottom: 29px;
  font-size: 0.75rem;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_radioButtonMinorModel{
  margin-bottom: 0px;
  height: auto;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_radioButtonMinorModel span {
  color: rgba(12, 18, 28, 0.87) !important;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_radioButton {
  margin-bottom: 24px;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_radioButton span {
  color: rgba(12, 18, 28, 0.87) !important;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_button {
  margin-top: 48px;
}
.o_EditorDigitalReleaseList_EditorDigitalReleaseList_downloadPaperFormButton {
  margin-top: 8px;
  line-height: 45px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorDigitalRelease_EditorDigitalRelease_handLinkContainer a {
  cursor: pointer;
}
.o_EditorDigitalRelease_EditorDigitalRelease_handContainer {
  cursor: pointer !important;
}
.o_EditorDigitalRelease_EditorDigitalRelease_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorDigitalRelease_EditorDigitalRelease_handLink {
  cursor: pointer;
}
.o_EditorDigitalRelease_EditorDigitalRelease_dialog,
.o_EditorDigitalRelease_EditorDigitalRelease_mainContentContainer {
  min-height: auto;
}
.o_EditorDigitalRelease_EditorDigitalRelease_dialog section h6 {
  padding-right: 0px;
}
.o_EditorDigitalRelease_EditorDigitalRelease_form {
  border: 1px solid rgba(12, 18, 28, 0.12);
  padding: 16px;
  margin: 16px 0;
}
.o_EditorDigitalRelease_EditorDigitalRelease_formTitle {
  font-weight: bold;
}
.o_EditorDigitalRelease_EditorDigitalRelease_button {
  margin-top: 48px;
}
.o_EditorDigitalRelease_EditorDigitalRelease_cancelButton {
  margin-top: 8px;
}
.o_EditorDigitalRelease_EditorDigitalRelease_emailInput {
  resize: none;
}
.o_EditorDigitalRelease_EditorDigitalRelease_iframeOverlay {
  background: rgba(22, 25, 30, .49);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  pointer-events: all;
  position: absolute;
  transition: opacity 0.2s;
  z-index: 201;
}
.o_EditorDigitalRelease_EditorDigitalRelease_iframe {
  z-index: 300;
  position: fixed;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 8px;
  border: none;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorWelcomeDialog_EditorWelcomeDialog_handLinkContainer a {
  cursor: pointer;
}
.o_EditorWelcomeDialog_EditorWelcomeDialog_handContainer {
  cursor: pointer !important;
}
.o_EditorWelcomeDialog_EditorWelcomeDialog_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorWelcomeDialog_EditorWelcomeDialog_handLink {
  cursor: pointer;
}
.o_EditorWelcomeDialog_EditorWelcomeDialog_container {
}
.o_EditorWelcomeDialog_EditorWelcomeDialog_container div>section {
  margin-bottom: 16px;
}
.o_EditorWelcomeDialog_EditorWelcomeDialog_subTitle {
  font-weight: bold;
  color: rgba(12, 18, 28, 0.87);
}
.o_EditorWelcomeDialog_EditorWelcomeDialog_button {
  margin-top: 48px;
}
.o_EditorOverlay_EditorOverlay_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Magic number! */
  z-index: 10000;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_EditorSnackbar_EditorSnackbar_handLinkContainer a {
  cursor: pointer;
}
.o_EditorSnackbar_EditorSnackbar_handContainer {
  cursor: pointer !important;
}
.o_EditorSnackbar_EditorSnackbar_nonHandContainer {
  cursor: auto !important;
}
a.o_EditorSnackbar_EditorSnackbar_handLink {
  cursor: pointer;
}
.o_EditorSnackbar_EditorSnackbar_snackbar {
  z-index: 201;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_KeywordToolCard_KeywordToolCard_handLinkContainer a {
  cursor: pointer;
}
.o_KeywordToolCard_KeywordToolCard_handContainer {
  cursor: pointer !important;
}
.o_KeywordToolCard_KeywordToolCard_nonHandContainer {
  cursor: auto !important;
}
a.o_KeywordToolCard_KeywordToolCard_handLink {
  cursor: pointer;
}
.o_KeywordToolCard_KeywordToolCard_searchResultCard {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 212px;
      flex-basis: 212px;
}
.o_KeywordToolCard_KeywordToolCard_cardMediaHolder {
  overflow: visible;
  position: relative;
  border: 2px solid #fff;
}
.o_KeywordToolCard_KeywordToolCard_isSelected {
  border: 2px solid #0e7cb8;
}
.o_KeywordToolCard_KeywordToolCard_cardMedia {
  background-size: contain;
  cursor: pointer;
  margin: 0;
}
.o_KeywordToolCard_KeywordToolCard_backgroundFillColor {
  background-color: #f3f4f5;
}
.o_KeywordToolCard_KeywordToolCard_selectedMedia {
  transform: scale(0.8);
}
.o_KeywordToolCard_KeywordToolCard_smallerMediaHolder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
  transition: 0.05s ease;
}
.o_KeywordToolCard_KeywordToolCard_checkSelected {
  opacity: 1 !important;
}
.o_KeywordToolCard_KeywordToolCard_selectableCard {
}
.o_KeywordToolCard_KeywordToolCard_selectableCard .o_KeywordToolCard_KeywordToolCard_selectableCardCheck {
  background: #f3f4f5;
  transition: 0.125s ease;
}
.o_KeywordToolCard_KeywordToolCard_selectableCard:hover {
}
.o_KeywordToolCard_KeywordToolCard_selectableCard:hover .o_KeywordToolCard_KeywordToolCard_selectableCardCheck {
  opacity: 0.6;
}
.o_KeywordToolCard_KeywordToolCard_selectableCard:hover .o_KeywordToolCard_KeywordToolCard_selectableCardCheck:hover {
  opacity: 1;
}
.o_KeywordToolCard_KeywordToolCard_checkboxHidden {
  display: block !important;
  opacity: 0 !important;
}
.o_KeywordToolCard_KeywordToolCard_zIndexTop {
  z-index: 6;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_KeywordToolCarousel_KeywordToolCarousel_handLinkContainer a {
  cursor: pointer;
}
.o_KeywordToolCarousel_KeywordToolCarousel_handContainer {
  cursor: pointer !important;
}
.o_KeywordToolCarousel_KeywordToolCarousel_nonHandContainer {
  cursor: auto !important;
}
a.o_KeywordToolCarousel_KeywordToolCarousel_handLink {
  cursor: pointer;
}
.o_KeywordToolCarousel_KeywordToolCarousel_carouselReel {
  min-width: 328px;
  margin: 0 16px;
  z-index: 1;
  display: none
}
@media (min-width: 64em) {
  .o_KeywordToolCarousel_KeywordToolCarousel_carouselReel {
    display: block;
  }
  }
.o_KeywordToolCarousel_KeywordToolCarousel_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_KeywordToolZeroState_KeywordToolZeroState_handLinkContainer a {
  cursor: pointer;
}
.o_KeywordToolZeroState_KeywordToolZeroState_handContainer {
  cursor: pointer !important;
}
.o_KeywordToolZeroState_KeywordToolZeroState_nonHandContainer {
  cursor: auto !important;
}
a.o_KeywordToolZeroState_KeywordToolZeroState_handLink {
  cursor: pointer;
}
@keyframes o_KeywordToolZeroState_KeywordToolZeroState_enter-keyframes {
  from {
    opacity: 0;
    transform: translateY(-24px);}
  to {
    opacity: 1;
    transform: none;
  }
}
.o_KeywordToolZeroState_KeywordToolZeroState_zeroStateContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 24px;
  padding-top: 16px;
  background: #85888f;
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgba(12, 18, 28, 0.12);
  animation: o_KeywordToolZeroState_KeywordToolZeroState_enter-keyframes 0.2s 0.4s ease both;
}
.o_KeywordToolZeroState_KeywordToolZeroState_zeroStateTitle {
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.o_KeywordToolZeroState_KeywordToolZeroState_zeroStateBody {
  color: #fff !important;
  font-size: 0.875rem;
  line-height: 20px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_handLinkContainer a {
  cursor: pointer;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_handContainer {
  cursor: pointer !important;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_nonHandContainer {
  cursor: auto !important;
}
a.o_KeywordToolSuggestions_KeywordToolSuggestions_handLink {
  cursor: pointer;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_paddingReset {
  padding: 0;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_keywordSuggestionHeader {
  -ms-flex-align: center;
      align-items: center;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_itemText{
  font-size: 16px !important;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif !important;
  color: #000 !important;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_filterPill {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid rgba(12, 18, 28, 0.12) !important;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_filterPill:hover {
  background-color: #e3e5e8 !important;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_filterText,
.o_KeywordToolSuggestions_KeywordToolSuggestions_button,
.o_KeywordToolSuggestions_KeywordToolSuggestions_icon,
.o_KeywordToolSuggestions_KeywordToolSuggestions_toggle {
  height: 26px !important;
  line-height: 26px !important;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_filterPillContainer {
  margin: 4px 4px 0 0 !important;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_title {
  font-size: 1.25rem !important;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif !important;
  color: #000 !important;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_moreOptions {
  margin-top: 8px;
}
.o_KeywordToolSuggestions_KeywordToolSuggestions_keywordList {
  padding: 0 16px;
  padding-bottom: 16px;
  margin: 0 -16px;
  overflow: auto;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_KeywordTool_KeywordTool_handLinkContainer a {
  cursor: pointer;
}
.o_KeywordTool_KeywordTool_handContainer {
  cursor: pointer !important;
}
.o_KeywordTool_KeywordTool_nonHandContainer {
  cursor: auto !important;
}
a.o_KeywordTool_KeywordTool_handLink {
  cursor: pointer;
}
.o_KeywordTool_KeywordTool_bottomSheet {
  z-index: 201; /* modals have z-index 200 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #85888f;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease
}
.o_KeywordTool_KeywordTool_bottomSheet.o_KeywordTool_KeywordTool_active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.o_KeywordTool_KeywordTool_bottomSheet.o_KeywordTool_KeywordTool_active .o_KeywordTool_KeywordTool_bottomSheetContents {
  transform: none;
}
.o_KeywordTool_KeywordTool_bottomSheetContents {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 16px;
  right: 16px;
  overflow: hidden;
  transition: 0.3s ease;
  border-radius: 16px;
  transform: translateY(40px);
}
.o_KeywordTool_KeywordTool_bottomSheetHeader {
  z-index: 2;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 72px;
  padding: 0 24px;
  box-shadow: 0 1px 4px hsla(0, 0%, 0%, .12);
  background: #fff
}
.o_KeywordTool_KeywordTool_bottomSheetHeader .o_KeywordTool_KeywordTool_left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.o_KeywordTool_KeywordTool_bottomSheetHeader .o_KeywordTool_KeywordTool_right {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.o_KeywordTool_KeywordTool_bottomSheetHeader .o_KeywordTool_KeywordTool_title {
  margin-right: 48px;
  font-size: 1.5rem !important;
}
.o_KeywordTool_KeywordTool_bottomSheetBody {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1;
  background: #fff;
}
.o_KeywordTool_KeywordTool_keywordToolBody {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_searchArea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 640px;
  padding: 16px;
  padding-top: 0;
  overflow-y: auto;
}
.o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_searchArea .o_KeywordTool_KeywordTool_visuallySimilar {
  font-size: 0.75rem;
}
.o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_searchArea .o_KeywordTool_KeywordTool_searchResults {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(212px, 1fr) )[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(212px, 1fr) );
  grid-gap: 16px;
}
.o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_keywordsArea {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 640px;
}
.o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_panelsWrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_panel {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-left: 1px solid rgba(12, 18, 28, 0.12);
  padding: 0 16px;
}
.o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_keywordSuggestionsArea {
  left: 0;
}
.o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_addedKeywordsArea {
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: var(min-width: 64em)) {
  .o_KeywordTool_KeywordTool_keywordToolBody {
  }
  .o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_searchArea {
    right: 320px;
  }
  .o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_keywordsArea {
    width: 320px;
  }
  .o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_panelsWrapper {
    display: block;
    border-left: 1px solid #ccc;
  }
  .o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_panel {
    width: 100%;
    border-left-width: 0;
  }
  .o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_keywordSuggestionsArea {
  }
  .o_KeywordTool_KeywordTool_keywordToolBody .o_KeywordTool_KeywordTool_addedKeywordsArea {
    border-top-width: 1px;
  }
}
.o_KeywordTool_KeywordTool_searchContainer {
  z-index: 7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  padding-top: 16px;
  margin-bottom: 16px;
}
.o_KeywordTool_KeywordTool_searchBarContainer {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(41, 47, 56, 0.38);
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  background-color: #fff;
  border: 1px solid rgba(12, 18, 28, .38);
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(12, 18, 28, .12);
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 48px;
  position: relative;
}
.o_KeywordTool_KeywordTool_searchInputWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.o_KeywordTool_KeywordTool_textInput {
  width: 100%;
}
.o_KeywordTool_KeywordTool_searchInput {
  height: 100%;
  width: 100%;
  padding: 0;
}
.o_KeywordTool_KeywordTool_closeButton {
  margin-right: 8px;
}
.o_KeywordTool_KeywordTool_divider {
  height: 100%;
  width: 1px;
  background-color: rgba(41, 47, 56, 0.38);
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none
}
@media (min-width: 64em) {
  .o_KeywordTool_KeywordTool_divider {
    display: block;
  }
  }
.o_KeywordTool_KeywordTool_assetTypeDropdown {
  display: none
}
@media (min-width: 64em) {
  .o_KeywordTool_KeywordTool_assetTypeDropdown {
    display: block;
  }
  }
.o_KeywordTool_KeywordTool_searchInputElement {
  border-bottom: 0;
  padding-left: 16px;
  height: 100%;
}
.o_KeywordTool_KeywordTool_field {
  padding: 0 !important;
}
.o_KeywordTool_KeywordTool_templateValue {
  padding-bottom: 4px !important;
}
.o_KeywordTool_KeywordTool_bar {
  display: none;
}
.o_KeywordTool_KeywordTool_searchButton {
  height: auto;
  border-radius: 0 8px 8px 0;
  margin: -1px -1px -1px 0;
  border-left: 0;
  width: 48px;
}
.o_KeywordTool_KeywordTool_searchButton:hover {
  background-color: #da3928 !important;
}
.o_KeywordTool_KeywordTool_searchButtonIcon {
  color: #fff !important;
}
.o_KeywordTool_KeywordTool_badSearchTerm {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif !important;
  color: #000 !important;
  font-size: 1.5rem !important;
  margin-top: 16px;
  line-height: 1.1;
}
.o_KeywordTool_KeywordTool_keywordToolSectionTitle {
  font-size: 1.25rem !important;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif !important;
  color: #000 !important;
}
.o_KeywordTool_KeywordTool_keywordToolCopyClearButtonArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(12, 18, 28, 0.12);
  padding: 16px;
  margin: 0 -16px;
}
.o_KeywordTool_KeywordTool_keywordToolCopyButtonContainer,
.o_KeywordTool_KeywordTool_keywordToolClearButtonContainer {
  width: 50%;
  box-sizing: border-box;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex
  /* Tweaks extra div coming from oxygen-components */
}
.o_KeywordTool_KeywordTool_keywordToolCopyButtonContainer > div, .o_KeywordTool_KeywordTool_keywordToolClearButtonContainer > div {
  width: 100%;
}
.o_KeywordTool_KeywordTool_keywordToolCopyButtonContainer:nth-child(odd), .o_KeywordTool_KeywordTool_keywordToolClearButtonContainer:nth-child(odd) {
  padding-right: 4px;
}
.o_KeywordTool_KeywordTool_keywordToolCopyButtonContainer:nth-child(even), .o_KeywordTool_KeywordTool_keywordToolClearButtonContainer:nth-child(even) {
  padding-left: 4px;
}
.o_KeywordTool_KeywordTool_keywordToolCopyButton {
  margin-right: 16px;
}
.o_KeywordTool_KeywordTool_keywordToolCopyButton,
.o_KeywordTool_KeywordTool_keywordToolClearButton {
  font-size: 0.75rem !important
}
.o_KeywordTool_KeywordTool_keywordToolCopyButton:hover, .o_KeywordTool_KeywordTool_keywordToolClearButton:hover {
  background: #cacdd2 !important;
}
.o_KeywordTool_KeywordTool_keywordToolAttachButtonArea {
  padding: 16px 0;
}
.o_KeywordTool_KeywordTool_counter {
  position: fixed;
  z-index: 7; /* EditorCard checkboxes have z-index of 6 */
  bottom: 32px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(12, 18, 28, 0.12);
}
.o_KeywordTool_KeywordTool_counterCount {
  margin-right: 36px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ContentEditor_ContentEditor_handLinkContainer a {
  cursor: pointer;
}
.o_ContentEditor_ContentEditor_handContainer {
  cursor: pointer !important;
}
.o_ContentEditor_ContentEditor_nonHandContainer {
  cursor: auto !important;
}
a.o_ContentEditor_ContentEditor_handLink {
  cursor: pointer;
}
:root {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
}
.o_ContentEditor_ContentEditor_contentEditorContainer {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 720px;
  min-height: 100%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.o_ContentEditor_ContentEditor_header {
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 2px rgba(12, 18, 28, 0.12);
  background-color: white;
  z-index: 2;
}
.o_ContentEditor_ContentEditor_contentEditor {
  position: absolute;
  top: 128px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/*hr {
  margin: 0px -var(--grid-margin-mobile);
  opacity: unset;
  border-color: var(--color-stroke-primary);
  border-top-width: 0px;
}*/
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Legal_Legal_handLinkContainer a {
  cursor: pointer;
}
.o_Legal_Legal_handContainer {
  cursor: pointer !important;
}
.o_Legal_Legal_nonHandContainer {
  cursor: auto !important;
}
a.o_Legal_Legal_handLink {
  cursor: pointer;
}
.o_Legal_Legal_container {
  margin-top: 24px;
}
.o_Legal_Legal_formsSection {
  margin: 36px 0;
}
.o_Legal_Legal_section {
  padding: 16px;
  border: 1px solid rgba(12, 18, 28, 0.12);
  margin-top: 8px;
  margin-bottom: 24px;
}
.o_Legal_Legal_sectionTitle {
  font-size: 1rem;
  font-weight: bold;
  color: rgba(12, 18, 28, 0.87);
}
.o_Legal_Legal_sectionText {
  font-size: 0.875rem;
}
.o_Legal_Legal_viewButton {
  padding: 0 !important;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_LOHP_LOHP_handLinkContainer a {
  cursor: pointer;
}
.o_LOHP_LOHP_handContainer {
  cursor: pointer !important;
}
.o_LOHP_LOHP_nonHandContainer {
  cursor: auto !important;
}
a.o_LOHP_LOHP_handLink {
  cursor: pointer;
}
/**
 * Footage HomePage CSS
 */
.o_LOHP_LOHP_subtitle {
  /*composes: font-headline-s from global;*/
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.5rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 36px;
  display: inline-block;
  word-wrap: break-word;
  max-width: 100%
}
@media (min-width: 100em) {
  .o_LOHP_LOHP_subtitle {
    font-size: 1.875rem;
    line-height: 44px;
  }
  }
@media (min-width: 37.5em) {
  .o_LOHP_LOHP_button-link {
    display: none;
  }
}
.o_LOHP_LOHP_title-row {
  /*composes: font-headline-spacing-s from global;*/
  margin-bottom: 8px;
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between
}
.o_LOHP_LOHP_title-row a {
  display: none;
}
@media (min-width: 37.5em) {
  .o_LOHP_LOHP_title-row {
}
  .o_LOHP_LOHP_title-row a {
    display: block;
  }
  }
@media (min-width: 100em) {
  .o_LOHP_LOHP_title-row {
    margin-bottom: 16px;
  }
  }
.o_LOHP_LOHP_show-xs-up {
  display: none
}
@media (min-width: 37.5em) {
  .o_LOHP_LOHP_show-xs-up {
    display: -ms-flexbox;
    display: flex;
  }
  }
.o_LOHP_LOHP_list-container {
}
.o_LOHP_LOHP_list-container a {
  text-decoration: none;
}
.o_LOHP_LOHP_button-link,
.o_LOHP_LOHP_more-categories,
.o_LOHP_LOHP_popular-categories,
.o_LOHP_LOHP_popular-searches,
.o_LOHP_LOHP_recently-viewed,
.o_LOHP_LOHP_selling-points {
  /*composes: section-spacing-bottom-lg from global;*/
  margin-bottom: 48px
}
@media (min-width: 52.5em) {
  .o_LOHP_LOHP_button-link,
.o_LOHP_LOHP_more-categories,
.o_LOHP_LOHP_popular-categories,
.o_LOHP_LOHP_popular-searches,
.o_LOHP_LOHP_recently-viewed,
.o_LOHP_LOHP_selling-points {
    margin-bottom: 96px;
  }
  }
@media (min-width: 80em) {
  .o_LOHP_LOHP_button-link,
.o_LOHP_LOHP_more-categories,
.o_LOHP_LOHP_popular-categories,
.o_LOHP_LOHP_popular-searches,
.o_LOHP_LOHP_recently-viewed,
.o_LOHP_LOHP_selling-points {
    margin-bottom: 136px;
  }
  }
.o_LOHP_LOHP_collections,
.o_LOHP_LOHP_resources,
.o_LOHP_LOHP_platform-links {
  margin-bottom: 96px;
}
.o_LOHP_LOHP_responsive-image {
  width: 100%;
  height: auto;
  display: block;
}
.o_LOHP_LOHP_grid-image-container {
  margin-bottom: 16px;
}
@media (min-width: 80em) {
  .o_LOHP_LOHP_col-80 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    /*
      Invision docs: needs perfect alignment on title and text.
      However, it appears that no matter the font or line-height used, the text doesn't line up.
      That's probably because the list was placed "by eye", meaning it was done manually in the
      design itself.
    */
    padding-top: 3px;
  }
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ContentCardGrid_ContentCardGrid_handLinkContainer a {
  cursor: pointer;
}
.o_ContentCardGrid_ContentCardGrid_handContainer {
  cursor: pointer !important;
}
.o_ContentCardGrid_ContentCardGrid_nonHandContainer {
  cursor: auto !important;
}
a.o_ContentCardGrid_ContentCardGrid_handLink {
  cursor: pointer;
}
.o_ContentCardGrid_ContentCardGrid_col-3 {
}
@media (min-width: 45em) {
  .o_ContentCardGrid_ContentCardGrid_col-3 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  }
.o_ContentCardGrid_ContentCardGrid_col-4 {
}
@media (min-width: 37.5em) {
  .o_ContentCardGrid_ContentCardGrid_col-4 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  }
@media (min-width: 90em) {
  .o_ContentCardGrid_ContentCardGrid_col-4 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  }
.o_ContentCardGrid_ContentCardGrid_col-3,
.o_ContentCardGrid_ContentCardGrid_col-4 {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
}
.o_ContentCardGrid_ContentCardGrid_title-col {
  /*composes: font-headline-spacing-s from global;*/
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 8px
}
@media (min-width: 100em) {
  .o_ContentCardGrid_ContentCardGrid_title-col {
    margin-bottom: 16px;
  }
  }
.o_ContentCardGrid_ContentCardGrid_title {
  /*composes: font-headline-s from global;*/
  display: inline-block;
  word-wrap: break-word;
  max-width: 100%;
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.5rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 1.25 !important;
}
.o_ContentCardGrid_ContentCardGrid_subtitle {
  line-height: 16px !important;
}
.o_ContentCardGrid_ContentCardGrid_link-col {
  display: none;
}
@media (min-width: 37.5em) {
  .o_ContentCardGrid_ContentCardGrid_link-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.o_ContentCardGrid_ContentCardGrid_card {
  box-shadow: none;
  float: left;
  position: relative
  /* this needed to be added b/c we're behind on oxygen-components version
     which has additional overlay styling */
}
.o_ContentCardGrid_ContentCardGrid_card .o_ContentCardGrid_ContentCardGrid_card-title {
  pointer-events: none;
  width: 90%;
  text-align: center;
}
.o_ContentCardGrid_ContentCardGrid_card.o_ContentCardGrid_ContentCardGrid_card-placeholder {
  padding-left: 8px;
  padding-bottom: 8px;
}
.o_ContentCardGrid_ContentCardGrid_card.o_ContentCardGrid_ContentCardGrid_card-placeholder::after {
  content: "";
  width: 100%;
  padding-top: 56.25%;
  background-color: #f3f4f5;
  display: block;
}
.o_ContentCardGrid_ContentCardGrid_card .o_ContentCardGrid_ContentCardGrid_card-media {
  background-color: transparent;
  background-position: top right;
  background-repeat: no-repeat;
}
.o_ContentCardGrid_ContentCardGrid_card .o_ContentCardGrid_ContentCardGrid_content-overlay {
  background: rgba(0, 0, 0, 0.4);
  left: auto;
  transition: background 0.2s ease-in-out;
}
.o_ContentCardGrid_ContentCardGrid_card .o_ContentCardGrid_ContentCardGrid_content-overlay:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 60em) {
  .o_ContentCardGrid_ContentCardGrid_card {
    /* chained selector due to theme specificity.
       marginally better than !important... */
  }
  .o_ContentCardGrid_ContentCardGrid_card .o_ContentCardGrid_ContentCardGrid_card-title {
    line-height: 36px;
    transform: translate(calc(-50% + 16px / 2), calc(-50% - 16px / 2));
  }
  .o_ContentCardGrid_ContentCardGrid_card .o_ContentCardGrid_ContentCardGrid_subtitle.o_ContentCardGrid_ContentCardGrid_subtitle.o_ContentCardGrid_ContentCardGrid_subtitle {
    line-height: 20px;
    margin-bottom: 0;
  }
  .o_ContentCardGrid_ContentCardGrid_card.o_ContentCardGrid_ContentCardGrid_card-placeholder {
    padding-left: 16px;
    padding-bottom: 16px;
  }
  .o_ContentCardGrid_ContentCardGrid_card .o_ContentCardGrid_ContentCardGrid_card-media {
    background-color: transparent;
    background-position: top right;
    background-repeat: none;/* this needed to be added b/c we're behind on oxygen-components version
         which has additional overlay styling */
  }
  .o_ContentCardGrid_ContentCardGrid_card .o_ContentCardGrid_ContentCardGrid_card-media .o_ContentCardGrid_ContentCardGrid_content-overlay {
    background: rgba(0, 0, 0, 0.4);
    left: auto;
    transition: background 0.2s ease-in-out;
  }
  .o_ContentCardGrid_ContentCardGrid_card .o_ContentCardGrid_ContentCardGrid_card-media .o_ContentCardGrid_ContentCardGrid_content-overlay:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_HomepageHero_HomepageHero_handLinkContainer a {
  cursor: pointer;
}
.o_HomepageHero_HomepageHero_handContainer {
  cursor: pointer !important;
}
.o_HomepageHero_HomepageHero_nonHandContainer {
  cursor: auto !important;
}
a.o_HomepageHero_HomepageHero_handLink {
  cursor: pointer;
}
.o_HomepageHero_HomepageHero_container {
  /*composes: font-headline-s from global;*/
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  overflow: visible;
  position: relative;
  margin-bottom: 24px
}
@media (min-width: 52.5em) {
  .o_HomepageHero_HomepageHero_container {
    margin-bottom: 36px;
  }
  }
@media (min-width: 80em) {
  .o_HomepageHero_HomepageHero_container {
    margin-bottom: 48px;
    min-height: 35vw;
  }
  }
.o_HomepageHero_HomepageHero_container::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
}
.o_HomepageHero_HomepageHero_content {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  z-index: 2;
}
.o_HomepageHero_HomepageHero_video-container {
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  opacity: 1;
}
.o_HomepageHero_HomepageHero_video-container::before {
  background: linear-gradient(180deg,rgba(0, 0, 0, .5),transparent);
  content: "";
  height: 136px;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.o_HomepageHero_HomepageHero_video {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.o_HomepageHero_HomepageHero_video-container-wrapper {
  background-color: #000;
  height: 100%;
  position: absolute;
  top: 0;
}
.o_HomepageHero_HomepageHero_title {
/*  composes: font-headline-m from global;
  composes: font-headline-spacing-ms-subhead from global;*/
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.875rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 44px;
  margin-bottom: 8px;
  text-shadow: 1px 1px 1em rgba(0, 0, 0, .4)
}
@media (min-width: 52.5em) {
  .o_HomepageHero_HomepageHero_title {
    font-size: 3rem;
    line-height: 60px;
  }
  }
.o_HomepageHero_HomepageHero_subtitle {
/*  composes: font-subhead-m from global;
  composes: font-subhead-spacing from global;*/
  color: rgba(12, 18, 28, 0.6);
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 24px;
  text-shadow: 1px 1px 1em rgba(0, 0, 0, .4)
}
@media (min-width: 52.5em) {
  .o_HomepageHero_HomepageHero_subtitle {
    font-size: 1.25rem;
    line-height: 30px;
  }
  }
.o_HomepageHero_HomepageHero_title,
.o_HomepageHero_HomepageHero_subtitle {
  color: #fff;
}
.o_HomepageHero_HomepageHero_controls {
  display: none;
  bottom: 0;
  padding-bottom: 8px;
  padding-right: 16px;
  position: absolute;
  right: 0;
  z-index: 2
}
.o_HomepageHero_HomepageHero_controls a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .o_HomepageHero_HomepageHero_controls {
    display: inline;
    display: initial;
  }
  }
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_HomepageSignup_HomepageSignup_handLinkContainer a {
  cursor: pointer;
}
.o_HomepageSignup_HomepageSignup_handContainer {
  cursor: pointer !important;
}
.o_HomepageSignup_HomepageSignup_nonHandContainer {
  cursor: auto !important;
}
a.o_HomepageSignup_HomepageSignup_handLink {
  cursor: pointer;
}
.o_HomepageSignup_HomepageSignup_container {
  min-height: 550px;
  padding: 2rem 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-size: cover;
  -ms-flex-direction: column;
      flex-direction: column;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%), url(/public/static/signup-0e89c6488165ab2a9365e36f38a46839.jpg);
  background-position-y: 30%;
}
.o_HomepageSignup_HomepageSignup_signup-container {
  max-width: 335px;
}
.o_HomepageSignup_HomepageSignup_root {
  font-size: 0.875rem;
}
.o_HomepageSignup_HomepageSignup_root--dark {
  /*composes: mode-dark from global;*/
  background-color: #292f38;
  color: rgba(255, 255, 255, 0.7);
}
.o_HomepageSignup_HomepageSignup_dark {
  color: #fff !important;
}
.o_HomepageSignup_HomepageSignup_root--dark.o_HomepageSignup_HomepageSignup_root--dark {
  background-color: transparent;
}
.o_HomepageSignup_HomepageSignup_title {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  margin-bottom: 16px;
}
.o_HomepageSignup_HomepageSignup_messages {
  margin-top: 8px;
  margin-bottom: 16px;
}
.o_HomepageSignup_HomepageSignup_formFields {
  margin-bottom: 8px;
}
.o_HomepageSignup_HomepageSignup_emailCheckbox {
    margin-top: 8px;
    margin-bottom: 24px;
}
.o_HomepageSignup_HomepageSignup_submitButton {
  margin-bottom: 24px;
}
.o_HomepageSignup_HomepageSignup_terms {
  line-height: 20px;
  margin-bottom: 16px;
}
.o_HomepageSignup_HomepageSignup_bottom {
  color: rgba(12, 18, 28, 0.87);
  line-height: 40px;
  margin-top: 8px;
}
.o_HomepageSignup_HomepageSignup_field.o_HomepageSignup_HomepageSignup_field-override {
  height: auto;
}
.o_HomepageSignup_HomepageSignup_check + .o_HomepageSignup_HomepageSignup_text.o_HomepageSignup_HomepageSignup_text-override {
  line-height: 20px;
  margin-right: 24px;
}
.o_HomepageSignup_HomepageSignup_darkLink {
  color: #43b9d3;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_SellingPoints_SellingPoints_handLinkContainer a {
  cursor: pointer;
}
.o_SellingPoints_SellingPoints_handContainer {
  cursor: pointer !important;
}
.o_SellingPoints_SellingPoints_nonHandContainer {
  cursor: auto !important;
}
a.o_SellingPoints_SellingPoints_handLink {
  cursor: pointer;
}
.o_SellingPoints_SellingPoints_pre-icon-text {
  position: absolute;
  top: 24px;
}
.o_SellingPoints_SellingPoints_container {
  margin-bottom: 8px
}
@media (min-width: 52.5em) {
  .o_SellingPoints_SellingPoints_container {
    margin-bottom: 16px;
  }
  }
.o_SellingPoints_SellingPoints_card {
  height: 100%;
  position: relative;
  text-align: center
}
.o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_cta {
  width: 100%;
  margin: 0;
}
.o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_title {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_card-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100%;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_card-content p:last-child {
  margin-bottom: 16px;
}
.o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_card-content a {
  width: 100%;
}
@media (min-width: 37.5em) {
  .o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_card-content {}
  .o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_card-content:last-child {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_card-content button {
    padding: 0 24px;
  }
  .o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_card-content a {
    width: unset;
  }
}
.o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_card-content .o_SellingPoints_SellingPoints_icon {
  min-width: 60px;
  height: 60px;
  color: rgba(12, 18, 28, 0.87);
  margin: 16px auto;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 16px;
}
.o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_card-content .o_SellingPoints_SellingPoints_icon.o_SellingPoints_SellingPoints_price-icon {
  font-size: 3rem;
  padding: 8px;
}
.o_SellingPoints_SellingPoints_card .o_SellingPoints_SellingPoints_card-content .o_SellingPoints_SellingPoints_icon .o_SellingPoints_SellingPoints_currency {
  font-size: 1.25rem;
  line-height: 1.25rem;
  vertical-align: super;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Storytelling_Storytelling_handLinkContainer a {
  cursor: pointer;
}
.o_Storytelling_Storytelling_handContainer {
  cursor: pointer !important;
}
.o_Storytelling_Storytelling_nonHandContainer {
  cursor: auto !important;
}
a.o_Storytelling_Storytelling_handLink {
  cursor: pointer;
}
.o_Storytelling_Storytelling_container {
  /*composes: section-spacing-bottom-lg from global;*/
  margin-bottom: 48px
}
@media (min-width: 52.5em) {
  .o_Storytelling_Storytelling_container {
    margin-bottom: 96px;
  }
  }
@media (min-width: 80em) {
  .o_Storytelling_Storytelling_container {
    margin-bottom: 136px;
  }
  }
.o_Storytelling_Storytelling_image-col {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 24px
}
@media screen and (min-width: 37.5em) {
  .o_Storytelling_Storytelling_image-col {
    margin-bottom: 0;
    margin-bottom: initial;
  }
  }
.o_Storytelling_Storytelling_content-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-order: 2;
      order: 2;
}
.o_Storytelling_Storytelling_title {
/*  composes: font-headline-s from global;
  composes: font-headline-spacing-ms-subhead from global;*/
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.5rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 36px;
  margin-bottom: 8px
}
@media (min-width: 100em) {
  .o_Storytelling_Storytelling_title {
    font-size: 1.875rem;
    line-height: 44px;
  }
  }
.o_Storytelling_Storytelling_text {
/*  composes: font-subhead-s from global;
  composes: font-subhead-spacing from global;*/
  color: rgba(12, 18, 28, 0.6);
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 24px;
}
.o_Storytelling_Storytelling_image {
  width: calc(100vw - 32px);
  height: 56.25vw;
  object-fit: cover;
}
.o_Storytelling_Storytelling_app-image {
  object-position: top left;
}
@media (min-width: 37.5em) {
  .o_Storytelling_Storytelling_container .o_Storytelling_Storytelling_story-row:nth-child(odd) > .o_Storytelling_Storytelling_image-col {
    -ms-flex-order: 2;
        order: 2;
  }
  .o_Storytelling_Storytelling_container .o_Storytelling_Storytelling_story-row:nth-child(odd) > .o_Storytelling_Storytelling_content-col {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_Storytelling_Storytelling_container .o_Storytelling_Storytelling_story-row:nth-last-child(2) > .o_Storytelling_Storytelling_image-col {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_Storytelling_Storytelling_container .o_Storytelling_Storytelling_story-row:nth-last-child(2) > .o_Storytelling_Storytelling_content-col {
    -ms-flex-order: 2;
        order: 2;
  }
  .o_Storytelling_Storytelling_container .o_Storytelling_Storytelling_story-row:last-child > .o_Storytelling_Storytelling_image-col {
    -ms-flex-order: 2;
        order: 2;
  }
  .o_Storytelling_Storytelling_container .o_Storytelling_Storytelling_story-row:last-child > .o_Storytelling_Storytelling_content-col {
    -ms-flex-order: 1;
        order: 1;
  }
}
.o_Storytelling_Storytelling_story-row {
  /*composes: section-spacing-bottom-lg from global;*/
  margin-bottom: 48px
}
@media (min-width: 52.5em) {
  .o_Storytelling_Storytelling_story-row {
    margin-bottom: 72px;
  }
  }
@media (min-width: 80em) {
  .o_Storytelling_Storytelling_story-row {
    margin-bottom: 96px;
  }
  }
.o_Storytelling_Storytelling_story-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (min-width: 37.5em) {
  .o_Storytelling_Storytelling_story-button {
    width: auto;
  }
  }
.o_Storytelling_Storytelling_aspect-ratio {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.o_Storytelling_Storytelling_aspect-ratio-object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Payouts_Payouts_handLinkContainer a {
  cursor: pointer;
}
.o_Payouts_Payouts_handContainer {
  cursor: pointer !important;
}
.o_Payouts_Payouts_nonHandContainer {
  cursor: auto !important;
}
a.o_Payouts_Payouts_handLink {
  cursor: pointer;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Hero_Hero_handLinkContainer a {
  cursor: pointer;
}
.o_Hero_Hero_handContainer {
  cursor: pointer !important;
}
.o_Hero_Hero_nonHandContainer {
  cursor: auto !important;
}
a.o_Hero_Hero_handLink {
  cursor: pointer;
}
.o_Hero_Hero_wrapper {
  background-size: cover;
  background-image: url(/public/static/hero-0de6cbe11ada59e78bb9271ee32a414f.jpg);
  background-position-y: 50%;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.o_Hero_Hero_container {
  height: 400px;
  width: 100%;
  max-width: 1440px;
}
.o_Hero_Hero_contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.o_Hero_Hero_title {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.5rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 26px
}
@media (min-width: 80em) {
  .o_Hero_Hero_title {
    font-size: 1.875rem;
    line-height: 33px;
  }
  }
.o_Hero_Hero_body {
  margin: 16px 0
}
@media (min-width: 80em) {
  .o_Hero_Hero_body {
    margin: 24px 0;
  }
  }
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Explanation_Explanation_handLinkContainer a {
  cursor: pointer;
}
.o_Explanation_Explanation_handContainer {
  cursor: pointer !important;
}
.o_Explanation_Explanation_nonHandContainer {
  cursor: auto !important;
}
a.o_Explanation_Explanation_handLink {
  cursor: pointer;
}
.o_Explanation_Explanation_wrapper {
  background-color: rgba(12, 18, 28, 0.02);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 16px;
}
.o_Explanation_Explanation_container {
  width: 100%;
  max-width: 1440px;
}
.o_Explanation_Explanation_contents {
  margin-top: 64px;
  margin-bottom: 64px;
}
.o_Explanation_Explanation_title {
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.o_Explanation_Explanation_numberContainer {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px
}
@media (min-width: 45em) {
  .o_Explanation_Explanation_numberContainer {
    margin-bottom: 0;
  }
  }
.o_Explanation_Explanation_numberContainer:last-child {
  margin-bottom: 0;
}
.o_Explanation_Explanation_number {
  color: rgba(12, 18, 28, 0.12);
  font-size: 48px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 10px;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Breakdown_Breakdown_handLinkContainer a {
  cursor: pointer;
}
.o_Breakdown_Breakdown_handContainer {
  cursor: pointer !important;
}
.o_Breakdown_Breakdown_nonHandContainer {
  cursor: auto !important;
}
a.o_Breakdown_Breakdown_handLink {
  cursor: pointer;
}
.o_Breakdown_Breakdown_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 48px 16px;
}
.o_Breakdown_Breakdown_container {
  width: 100%;
  max-width: 1440px;
}
.o_Breakdown_Breakdown_photoTable,
.o_Breakdown_Breakdown_videoTable {
  border: 1px solid rgba(12, 18, 28, 0.12);
}
.o_Breakdown_Breakdown_photoTable {
  margin-bottom: 48px;
}
.o_Breakdown_Breakdown_title {
  color: rgba(12, 18, 28, 0.87);
  font-weight: bold;
  margin-bottom: 8px;
}
.o_Breakdown_Breakdown_tableRow,
.o_Breakdown_Breakdown_tableHeaderRow {
  margin: 0 !important;
  border-bottom: 1px solid rgba(12, 18, 28, 0.12);
  height: 48px;
}
.o_Breakdown_Breakdown_tableRow {
  -ms-flex-align: center;
      align-items: center;
}
.o_Breakdown_Breakdown_tableRow:last-child {
  border: 0;
}
.o_Breakdown_Breakdown_tableHeaderRow {
  height: auto;
  padding: 24px 0;
  -ms-flex-align: start;
      align-items: flex-start;
}
.o_Breakdown_Breakdown_tableHeaderItem {
  font-size: 0.75rem;
  -ms-flex-direction: column;
      flex-direction: column;
}
.o_Breakdown_Breakdown_tableHeaderText {
  color: rgba(12, 18, 28, 0.87);
  line-height: 1.125rem;
}
.o_Breakdown_Breakdown_tableItem {
  font-size: 0.875rem;
}
.o_Breakdown_Breakdown_tableHeaderItem,
.o_Breakdown_Breakdown_tableItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.o_Breakdown_Breakdown_imageLevels,
.o_Breakdown_Breakdown_imageLicenses,
.o_Breakdown_Breakdown_youEarn,
.o_Breakdown_Breakdown_videoLevels,
.o_Breakdown_Breakdown_videoLicenses {
  height: 50px;
  width: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
}
.o_Breakdown_Breakdown_imageLevels {
  background-image: url(/public/static/image-levels-0e4863488621a5d3bf905c25caa83550.svg);
}
.o_Breakdown_Breakdown_imageLicenses {
  background-image: url(/public/static/image-licenses-97c248cdaf7a2afe4ed423ab0742cfa1.svg);
}
.o_Breakdown_Breakdown_youEarn {
  background-image: url(/public/static/you-earn-38e7695f40b6b7407b8e5831079c64ce.svg);
}
.o_Breakdown_Breakdown_videoLevels {
  background-image: url(/public/static/video-levels-185485c6a30782432d4b1d1dbe99cf7e.svg);
}
.o_Breakdown_Breakdown_videoLicenses {
  background-image: url(/public/static/video-licenses-e55bc796d4ef268aea0dcccd2beb0ab4.svg);
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_Referral_Referral_handLinkContainer a {
  cursor: pointer;
}
.o_Referral_Referral_handContainer {
  cursor: pointer !important;
}
.o_Referral_Referral_nonHandContainer {
  cursor: auto !important;
}
a.o_Referral_Referral_handLink {
  cursor: pointer;
}
.o_Referral_Referral_wrapper {
  background-color: #292f38;
  color: #fff;
  padding: 64px 16px
}
@media (min-width: 45em) {
  .o_Referral_Referral_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  }
.o_Referral_Referral_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1440px
}
@media (min-width: 45em) {
  .o_Referral_Referral_container {
    height: 216px;
  }
  }
.o_Referral_Referral_title {
  color: #fff;
  font-size: 1.5rem;
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 26px;
  margin-bottom: 24px
}
@media (min-width: 80em) {
  .o_Referral_Referral_title {
    font-size: 1.875rem;
    line-height: 33px;
  }
  }
.o_Referral_Referral_subTitle {
  font-weight: bold;
}
.o_Referral_Referral_inviteSection {
  margin-bottom: 24px;
}
.o_Referral_Referral_titleContainer {
  -ms-flex-order: 1;
      order: 1;
}
.o_Referral_Referral_buttonContainer {
  -ms-flex-order: 3;
      order: 3;
  margin-top: 24px;
}
.o_Referral_Referral_textContainer {
  -ms-flex-order: 1;
      order: 1;
}
@media (min-width: 45em) {
  .o_Referral_Referral_titleContainer {
    -ms-flex-order: 1;
        order: 1;
  }
  .o_Referral_Referral_buttonContainer {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 0;
  }
  .o_Referral_Referral_textContainer {
    -ms-flex-order: 3;
        order: 3;
  }
}
/* styles from more updated version of brand theme  */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ContributorReferrals_ContributorReferrals_handLinkContainer a {
  cursor: pointer;
}
.o_ContributorReferrals_ContributorReferrals_handContainer {
  cursor: pointer !important;
}
.o_ContributorReferrals_ContributorReferrals_nonHandContainer {
  cursor: auto !important;
}
a.o_ContributorReferrals_ContributorReferrals_handLink {
  cursor: pointer;
}
.font-headline-spacing-s {
  margin-bottom: 8px
}
@media (min-width: 100em) {
  .font-headline-spacing-s {
    margin-bottom: 16px;
  }
  }
.font-headline-responsive-lg,
.font-headline-responsive-md,
.font-headline-responsive-sm {
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 1.1;
}
/* Large Headline - Responsive H1 to H3 */
.font-headline-responsive-lg {
  font-size: 1.875rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-lg { /* 840px */
    font-size: 3rem; /* 64/70px */
  }
  }
/* Medium Headline - Responsive H2 to H3 */
.font-headline-responsive-md {
  font-size: 1.5rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-md { /* 840px */
    font-size: 1.875rem; /* 48/53px */
  }
  }
/* Small Headline - Responsive H3 to H4 */
.font-headline-responsive-sm {
  font-size: 1.25rem /* 24/26px */
}
@media (min-width: 120em) {
  .font-headline-responsive-sm {  /* 1920px */
    font-size: 1.5rem; /* 30/33px */
  }
  }
.section-spacing-top {
  margin-top: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-top {
    margin-top: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-top {
    margin-top: 48px;
  }
  }
.section-spacing-bottom {
  margin-bottom: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom {
    margin-bottom: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom {
    margin-bottom: 48px;
  }
  }
.section-spacing-bottom-lg {
  margin-bottom: 48px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom-lg {
    margin-bottom: 96px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom-lg {
    margin-bottom: 136px;
  }
  }
p {
  font-size: 0.875rem;
}
/* https://css-tricks.com/snippets/css/turn-off-number-input-spinners/ */
input[type=number] {
  -moz-appearance: textfield;
}
.o_ContributorReferrals_ContributorReferrals_borderedSection {
  border: 1px solid rgba(12, 18, 28, 0.12);
}
.o_ContributorReferrals_ContributorReferrals_table {
  display: none
}
@media (min-width: 37.5em) {
  .o_ContributorReferrals_ContributorReferrals_table {
    display: block;
  }
  }
.o_ContributorReferrals_ContributorReferrals_list {
}
@media (min-width: 37.5em) {
  .o_ContributorReferrals_ContributorReferrals_list {
    display: none;
  }
  }
.o_ContributorReferrals_ContributorReferrals_zeroState {
  text-align: center;
  margin: 48px 0
}
@media (min-width: 37.5em) {
  .o_ContributorReferrals_ContributorReferrals_zeroState {
    margin: 96px 0 136px;
  }
  }
@media (min-width: 80em) {
  .o_ContributorReferrals_ContributorReferrals_zeroState {
    margin: 136px 0;
  }
  }
.o_ContributorReferrals_ContributorReferrals_loading {
  opacity: 0.5;
}
.o_ContributorReferrals_ContributorReferrals_noOutline {
  outline: none !important;
}
.o_ContributorReferrals_ContributorReferrals_sectionTitle {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.o_ContributorReferrals_ContributorReferrals_paginationContainer {
  margin-top: 16px;
  margin-bottom: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.o_ContributorReferrals_ContributorReferrals_disabled {
  color: rgba(12, 18, 28, 0.6);
}
/* styles from more updated version of brand theme  */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_CustomerReferrals_CustomerReferrals_handLinkContainer a {
  cursor: pointer;
}
.o_CustomerReferrals_CustomerReferrals_handContainer {
  cursor: pointer !important;
}
.o_CustomerReferrals_CustomerReferrals_nonHandContainer {
  cursor: auto !important;
}
a.o_CustomerReferrals_CustomerReferrals_handLink {
  cursor: pointer;
}
.font-headline-spacing-s {
  margin-bottom: 8px
}
@media (min-width: 100em) {
  .font-headline-spacing-s {
    margin-bottom: 16px;
  }
  }
.font-headline-responsive-lg,
.font-headline-responsive-md,
.font-headline-responsive-sm {
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 1.1;
}
/* Large Headline - Responsive H1 to H3 */
.font-headline-responsive-lg {
  font-size: 1.875rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-lg { /* 840px */
    font-size: 3rem; /* 64/70px */
  }
  }
/* Medium Headline - Responsive H2 to H3 */
.font-headline-responsive-md {
  font-size: 1.5rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-md { /* 840px */
    font-size: 1.875rem; /* 48/53px */
  }
  }
/* Small Headline - Responsive H3 to H4 */
.font-headline-responsive-sm {
  font-size: 1.25rem /* 24/26px */
}
@media (min-width: 120em) {
  .font-headline-responsive-sm {  /* 1920px */
    font-size: 1.5rem; /* 30/33px */
  }
  }
.section-spacing-top {
  margin-top: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-top {
    margin-top: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-top {
    margin-top: 48px;
  }
  }
.section-spacing-bottom {
  margin-bottom: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom {
    margin-bottom: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom {
    margin-bottom: 48px;
  }
  }
.section-spacing-bottom-lg {
  margin-bottom: 48px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom-lg {
    margin-bottom: 96px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom-lg {
    margin-bottom: 136px;
  }
  }
p,
.o_CustomerReferrals_CustomerReferrals_paginationText {
  font-size: 0.875rem;
}
/* https://css-tricks.com/snippets/css/turn-off-number-input-spinners/ */
input[type=number] {
  -moz-appearance: textfield;
}
.o_CustomerReferrals_CustomerReferrals_borderedSection {
  border: 1px solid rgba(12, 18, 28, 0.12);
}
.o_CustomerReferrals_CustomerReferrals_table {
  display: none
}
@media (min-width: 37.5em) {
  .o_CustomerReferrals_CustomerReferrals_table {
    display: block;
  }
  }
.o_CustomerReferrals_CustomerReferrals_list {
}
@media (min-width: 37.5em) {
  .o_CustomerReferrals_CustomerReferrals_list {
    display: none;
  }
  }
.o_CustomerReferrals_CustomerReferrals_zeroState {
  text-align: center;
  margin: 48px 0
}
@media (min-width: 37.5em) {
  .o_CustomerReferrals_CustomerReferrals_zeroState {
    margin: 96px 0 136px;
  }
  }
@media (min-width: 80em) {
  .o_CustomerReferrals_CustomerReferrals_zeroState {
    margin: 136px 0;
  }
  }
.o_CustomerReferrals_CustomerReferrals_loading {
  opacity: 0.5;
}
.o_CustomerReferrals_CustomerReferrals_noOutline {
  outline: none !important;
}
.o_CustomerReferrals_CustomerReferrals_termsTitle,
.o_CustomerReferrals_CustomerReferrals_sectionTitle {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.o_CustomerReferrals_CustomerReferrals_termsTitle {
  margin-bottom: 36px;
}
.o_CustomerReferrals_CustomerReferrals_termsSubtitle {
  color: rgba(12, 18, 28, 0.87);
  font-weight: bold;
}
.o_CustomerReferrals_CustomerReferrals_paginationContainer {
  margin-top: 16px;
  margin-bottom: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end
}
.o_CustomerReferrals_CustomerReferrals_paginationContainer div:nth-child(2) {
  margin-left: 16px;
}
.o_CustomerReferrals_CustomerReferrals_paginationContainer div:nth-child(2) div:last-child {
  white-space: nowrap;
}
/* styles from more updated version of brand theme  */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_PageShareLinks_PageShareLinks_handLinkContainer a {
  cursor: pointer;
}
.o_PageShareLinks_PageShareLinks_handContainer {
  cursor: pointer !important;
}
.o_PageShareLinks_PageShareLinks_nonHandContainer {
  cursor: auto !important;
}
a.o_PageShareLinks_PageShareLinks_handLink {
  cursor: pointer;
}
.font-headline-spacing-s {
  margin-bottom: 8px
}
@media (min-width: 100em) {
  .font-headline-spacing-s {
    margin-bottom: 16px;
  }
  }
.font-headline-responsive-lg,
.font-headline-responsive-md,
.font-headline-responsive-sm {
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 1.1;
}
/* Large Headline - Responsive H1 to H3 */
.font-headline-responsive-lg {
  font-size: 1.875rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-lg { /* 840px */
    font-size: 3rem; /* 64/70px */
  }
  }
/* Medium Headline - Responsive H2 to H3 */
.font-headline-responsive-md {
  font-size: 1.5rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-md { /* 840px */
    font-size: 1.875rem; /* 48/53px */
  }
  }
/* Small Headline - Responsive H3 to H4 */
.font-headline-responsive-sm {
  font-size: 1.25rem /* 24/26px */
}
@media (min-width: 120em) {
  .font-headline-responsive-sm {  /* 1920px */
    font-size: 1.5rem; /* 30/33px */
  }
  }
.section-spacing-top {
  margin-top: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-top {
    margin-top: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-top {
    margin-top: 48px;
  }
  }
.section-spacing-bottom {
  margin-bottom: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom {
    margin-bottom: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom {
    margin-bottom: 48px;
  }
  }
.section-spacing-bottom-lg {
  margin-bottom: 48px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom-lg {
    margin-bottom: 96px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom-lg {
    margin-bottom: 136px;
  }
  }
.o_PageShareLinks_PageShareLinks_borderedSection {
  border: 1px solid rgba(12, 18, 28, 0.12);
  padding: 16px;
}
.o_PageShareLinks_PageShareLinks_nonBorderedSection {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 480px;
  margin-top: 16px;
  text-align: left;
}
.o_PageShareLinks_PageShareLinks_textBlock {
  margin-bottom: 24px;
}
.o_PageShareLinks_PageShareLinks_sectionCopyLink {
  background-color: #fff;
  margin-bottom: 16px;
  border: 1px solid rgba(12, 18, 28, 0.12);
  padding: 8px;
  padding-left: 16px;
  word-break: break-all;
  display: -ms-flexbox;
  display: flex;
  direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.o_PageShareLinks_PageShareLinks_sectionCopyUrl {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.o_PageShareLinks_PageShareLinks_sectionSocialLinks {
  display: -ms-flexbox;
  display: flex;
  direction: column;
}
.o_PageShareLinks_PageShareLinks_socialLink {
  margin-right: 8px;
}
.o_PageShareLinks_PageShareLinks_sectionCopyTypeButtons {
  display: -ms-flexbox;
  display: flex;
  direction: column;
  margin-bottom: 8px;
}
.o_PageShareLinks_PageShareLinks_sectionCopyButton {
  border: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.o_PageShareLinks_PageShareLinks_list {
}
@media (min-width: 37.5em) {
  .o_PageShareLinks_PageShareLinks_list {
    display: none;
  }
  }
.o_PageShareLinks_PageShareLinks_noOutline {
  outline: none !important;
}
.o_PageShareLinks_PageShareLinks_sectionTitle {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.o_PageShareLinks_PageShareLinks_sectionSubheader span span {
  font-weight: bold;
}
.o_PageShareLinks_PageShareLinks_clicked {
}
.o_PageShareLinks_PageShareLinks_clicked .o_PageShareLinks_PageShareLinks_sectionCopyButton {
  opacity: 0;
}
.o_PageShareLinks_PageShareLinks_clicked .o_PageShareLinks_PageShareLinks_check {
  opacity: 1;
}
.o_PageShareLinks_PageShareLinks_buttonWrapper {
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
  -ms-grid-column-align: center;
      justify-items: center;
  margin-left: 8px;
}
.o_PageShareLinks_PageShareLinks_sectionCopyButton,
.o_PageShareLinks_PageShareLinks_check {
  transition: 0.2s 0.1s ease;
  grid-row: 1 / -1;
  grid-column: 1 / -1;
}
.o_PageShareLinks_PageShareLinks_check {
  color: white;
  background-color: #26bd7e;
  border-radius: 50px;
  pointer-events: none;
  opacity: 0;
}/* styles from more updated version of brand theme  */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ReferralSummary_ReferralSummary_handLinkContainer a {
  cursor: pointer;
}
.o_ReferralSummary_ReferralSummary_handContainer {
  cursor: pointer !important;
}
.o_ReferralSummary_ReferralSummary_nonHandContainer {
  cursor: auto !important;
}
a.o_ReferralSummary_ReferralSummary_handLink {
  cursor: pointer;
}
.font-headline-spacing-s {
  margin-bottom: 8px
}
@media (min-width: 100em) {
  .font-headline-spacing-s {
    margin-bottom: 16px;
  }
  }
.font-headline-responsive-lg,
.font-headline-responsive-md,
.font-headline-responsive-sm {
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 1.1;
}
/* Large Headline - Responsive H1 to H3 */
.font-headline-responsive-lg {
  font-size: 1.875rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-lg { /* 840px */
    font-size: 3rem; /* 64/70px */
  }
  }
/* Medium Headline - Responsive H2 to H3 */
.font-headline-responsive-md {
  font-size: 1.5rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-md { /* 840px */
    font-size: 1.875rem; /* 48/53px */
  }
  }
/* Small Headline - Responsive H3 to H4 */
.font-headline-responsive-sm {
  font-size: 1.25rem /* 24/26px */
}
@media (min-width: 120em) {
  .font-headline-responsive-sm {  /* 1920px */
    font-size: 1.5rem; /* 30/33px */
  }
  }
.section-spacing-top {
  margin-top: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-top {
    margin-top: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-top {
    margin-top: 48px;
  }
  }
.section-spacing-bottom {
  margin-bottom: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom {
    margin-bottom: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom {
    margin-bottom: 48px;
  }
  }
.section-spacing-bottom-lg {
  margin-bottom: 48px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom-lg {
    margin-bottom: 96px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom-lg {
    margin-bottom: 136px;
  }
  }
p {
  font-size: 0.875rem;
}
/* https://css-tricks.com/snippets/css/turn-off-number-input-spinners/ */
input[type=number] {
  -moz-appearance: textfield;
}
.o_ReferralSummary_ReferralSummary_borderedLine {
  border-top: 1px solid rgba(12, 18, 28, 0.12);
}
.o_ReferralSummary_ReferralSummary_borderedSection {
  border: 1px solid rgba(12, 18, 28, 0.12);
  padding: 16px;
  margin-bottom: 16px;
}
.o_ReferralSummary_ReferralSummary_table {
  display: none
}
@media (min-width: 37.5em) {
  .o_ReferralSummary_ReferralSummary_table {
    display: block;
  }
  }
.o_ReferralSummary_ReferralSummary_list {
}
@media (min-width: 37.5em) {
  .o_ReferralSummary_ReferralSummary_list {
    display: none;
  }
  }
.o_ReferralSummary_ReferralSummary_zeroState {
  text-align: center;
  margin: 48px 0
}
@media (min-width: 37.5em) {
  .o_ReferralSummary_ReferralSummary_zeroState {
    margin: 96px 0 136px;
  }
  }
@media (min-width: 80em) {
  .o_ReferralSummary_ReferralSummary_zeroState {
    margin: 136px 0;
  }
  }
.o_ReferralSummary_ReferralSummary_loading {
  opacity: 0.5;
}
.o_ReferralSummary_ReferralSummary_noOutline {
  outline: none !important;
}
.o_ReferralSummary_ReferralSummary_sectionTitle {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.o_ReferralSummary_ReferralSummary_disabled {
  color: rgba(12, 18, 28, 0.6);
}
.o_ReferralSummary_ReferralSummary_summaryTop {
  font-size: 1.25rem !important;
}
.o_ReferralSummary_ReferralSummary_leftSide {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif !important;
}
.o_ReferralSummary_ReferralSummary_rightSide {
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  cursor: auto !important;
}
/* styles from more updated version of brand theme  */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ReferralPromoBox_ReferralPromoBox_handLinkContainer a {
  cursor: pointer;
}
.o_ReferralPromoBox_ReferralPromoBox_handContainer {
  cursor: pointer !important;
}
.o_ReferralPromoBox_ReferralPromoBox_nonHandContainer {
  cursor: auto !important;
}
a.o_ReferralPromoBox_ReferralPromoBox_handLink {
  cursor: pointer;
}
.font-headline-spacing-s {
  margin-bottom: 8px
}
@media (min-width: 100em) {
  .font-headline-spacing-s {
    margin-bottom: 16px;
  }
  }
.font-headline-responsive-lg,
.font-headline-responsive-md,
.font-headline-responsive-sm {
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 1.1;
}
/* Large Headline - Responsive H1 to H3 */
.font-headline-responsive-lg {
  font-size: 1.875rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-lg { /* 840px */
    font-size: 3rem; /* 64/70px */
  }
  }
/* Medium Headline - Responsive H2 to H3 */
.font-headline-responsive-md {
  font-size: 1.5rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-md { /* 840px */
    font-size: 1.875rem; /* 48/53px */
  }
  }
/* Small Headline - Responsive H3 to H4 */
.font-headline-responsive-sm {
  font-size: 1.25rem /* 24/26px */
}
@media (min-width: 120em) {
  .font-headline-responsive-sm {  /* 1920px */
    font-size: 1.5rem; /* 30/33px */
  }
  }
.section-spacing-top {
  margin-top: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-top {
    margin-top: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-top {
    margin-top: 48px;
  }
  }
.section-spacing-bottom {
  margin-bottom: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom {
    margin-bottom: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom {
    margin-bottom: 48px;
  }
  }
.section-spacing-bottom-lg {
  margin-bottom: 48px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom-lg {
    margin-bottom: 96px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom-lg {
    margin-bottom: 136px;
  }
  }
.o_ReferralPromoBox_ReferralPromoBox_promo-div {
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.o_ReferralPromoBox_ReferralPromoBox_promo-spacing {
  margin-top: 8px
}
@media (min-width: 52.5em) {
  .o_ReferralPromoBox_ReferralPromoBox_promo-spacing {
    margin-top: 24px;
  }
  }
@media (min-width: 80em) {
  .o_ReferralPromoBox_ReferralPromoBox_promo-spacing {
    margin-top: 36px;
  }
  }
.o_ReferralPromoBox_ReferralPromoBox_promo-box-text {
  font-size: 1rem;
  line-height: 1.2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px
}
@media (min-width: 52.5em) {
  .o_ReferralPromoBox_ReferralPromoBox_promo-box-text {
    font-size: 1.125rem;
  }
  }
.o_ReferralPromoBox_ReferralPromoBox_promo-box-text2 {
  margin-bottom: 18px;
}
.o_ReferralPromoBox_ReferralPromoBox_promo-hero-box {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),
    url("//images.ctfassets.net/hrltx12pl8hq/63W4kxDQtPa7AYTGNGozsU/5feb6c417e8c22b5d917ee268fb27c7d/Halong_Bay.jpg");
  background-position: top center;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  background-size: auto
}
@media (min-width: 52.5em) {
  .o_ReferralPromoBox_ReferralPromoBox_promo-hero-box {
    background-size: cover;
  }
  }
.o_ReferralPromoBox_ReferralPromoBox_promo-hero-box .o_ReferralPromoBox_ReferralPromoBox_sectionSocialLinks {
  -ms-flex-pack: center;
      justify-content: center;
}
.o_ReferralPromoBox_ReferralPromoBox_promo-hero-box .o_ReferralPromoBox_ReferralPromoBox_socialLink {
  color: #fff !important;
}
/* styles from more updated version of brand theme  */
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_TermsAndConditions_TermsAndConditions_handLinkContainer a {
  cursor: pointer;
}
.o_TermsAndConditions_TermsAndConditions_handContainer {
  cursor: pointer !important;
}
.o_TermsAndConditions_TermsAndConditions_nonHandContainer {
  cursor: auto !important;
}
a.o_TermsAndConditions_TermsAndConditions_handLink {
  cursor: pointer;
}
.font-headline-spacing-s {
  margin-bottom: 8px
}
@media (min-width: 100em) {
  .font-headline-spacing-s {
    margin-bottom: 16px;
  }
  }
.font-headline-responsive-lg,
.font-headline-responsive-md,
.font-headline-responsive-sm {
  color: rgba(12, 18, 28, 0.87);
  font-family: Roboto, NotoSansBold, NotoSansThaiBold, arial, sans-serif;
  line-height: 1.1;
}
/* Large Headline - Responsive H1 to H3 */
.font-headline-responsive-lg {
  font-size: 1.875rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-lg { /* 840px */
    font-size: 3rem; /* 64/70px */
  }
  }
/* Medium Headline - Responsive H2 to H3 */
.font-headline-responsive-md {
  font-size: 1.5rem /* 30/33px */
}
@media (min-width: 52.5em) {
  .font-headline-responsive-md { /* 840px */
    font-size: 1.875rem; /* 48/53px */
  }
  }
/* Small Headline - Responsive H3 to H4 */
.font-headline-responsive-sm {
  font-size: 1.25rem /* 24/26px */
}
@media (min-width: 120em) {
  .font-headline-responsive-sm {  /* 1920px */
    font-size: 1.5rem; /* 30/33px */
  }
  }
.section-spacing-top {
  margin-top: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-top {
    margin-top: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-top {
    margin-top: 48px;
  }
  }
.section-spacing-bottom {
  margin-bottom: 24px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom {
    margin-bottom: 36px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom {
    margin-bottom: 48px;
  }
  }
.section-spacing-bottom-lg {
  margin-bottom: 48px
}
@media (min-width: 52.5em) {
  .section-spacing-bottom-lg {
    margin-bottom: 96px;
  }
  }
@media (min-width: 80em) {
  .section-spacing-bottom-lg {
    margin-bottom: 136px;
  }
  }
.o_TermsAndConditions_TermsAndConditions_borderedSection {
  border: 1px solid rgba(12, 18, 28, 0.12);
}
.o_TermsAndConditions_TermsAndConditions_list {
}
@media (min-width: 37.5em) {
  .o_TermsAndConditions_TermsAndConditions_list {
    display: none;
  }
  }
.o_TermsAndConditions_TermsAndConditions_noOutline {
  outline: none !important;
}
.o_TermsAndConditions_TermsAndConditions_termsTitle {
  color: rgba(12, 18, 28, 0.87);
  font-size: 1.25rem;
  margin-bottom: 36px;
}
.o_TermsAndConditions_TermsAndConditions_termsSubtitle {
  color: rgba(12, 18, 28, 0.87);
  font-weight: bold;
}
.o_ReleaseNavigation_ReleaseNavigation_tabsArea {
  background: hsl(210, 9%, 96%);
}
.o_ReleaseEditor_ReleaseEditor_spacing {
  margin: 8px 0px;
}
.o_ReleaseEditor_ReleaseEditor_paddingReset {
  padding: 0;
}
.o_ReleaseEditor_ReleaseEditor_inputIconLabel {
  top: 1px;
  padding-top: 3px;
  height: 40px;
  background: white;
}
.o_ReleaseEditor_ReleaseEditor_itemTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.o_ReleaseEditor_ReleaseEditor_itemInfo {
  overflow: hidden;
}
.o_ReleaseEditor_ReleaseEditor_itemWrapper {
  white-space: normal;
  white-space: initial;
}
/**
 * Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so
 * the added path to `postcss-import` is picked up.
 */
/**
 * @sstk/brand-theme Global variables
 *
 * This file must be named the same as corresponding `oxygen-components` file so the added
 * path to postcss-import is picked up
 */
/**
 * `oxygen-components` Global variables
 */
/**
 * `oxygen-components` variables index
 */
/**
 * Media
 * `oxygen-component` variables
 */
/* Orientation */
/* Devices (defined by max width) */
/* Devices (defined by min-width) */
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Button
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Card
 * `oxygen-component` variables
 */
/**
 * colors
 * `oxygen-component` variables
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
  /* reds */
  /* reds */
  /* color dark */
  /* color light */
  /* text color */
  /* alerts */
  /* divider colors */
  /* ripple color */
  /* error validation */
}
/**
 * Alert
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Elevation
 * `oxygen-component` variables
 * https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
:root {
  /*
   * Oxygen-component variables
   */
  /*
   * Nav drawer, Right drawer, Modal bottom Sheet
   */
}
/**
 * fonts
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font families */ /* 12px */ /* 14px */ /* 24px */
}
/**
 * Form Element
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Layout
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * Shadows
 * `oxygen-component` variables
 */
:root {
  /*
   * React Toolbox variables
   */
  /*
   * Oxygen-component variables
   */
}
/**
 * sizes
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * Spacing
 * `oxygen-component` variables
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Global variables index
 */
/**
 * media query variables
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* 480px */
/* 600 */
/* 720 */
/* 840 */
/* 960 */
/* 1024 */
/* 1280 */
/* 1440 */
/* 1600 */
/* 1920 */
/* 2560 */
/**
 * animations
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Avatar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * borders
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /**
   * Rounded Corners
   */
  /**
   * default focus border
   */
}
/**
 * Button
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Checkbox
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * colors
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Turning color hex values into recognizable names.
   * These named variables should be used in defining functional
   * variables and not referenced directly in components.
   */
  /* blues */
  /* greens */
  /* yellows */
  /* reds */
  /* brand named colors */
  /*
   * Oxygen-component variables
   */
  /* color primary */
  /* color dark */
  /* color light */
  /* text colors */
  /* link colors */
  /* divider colors */
  /* gray backgrounds */
  /* alerts */
  /* error validation */
  /* strokes */
}
/**
 * Drawer
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Dropdown
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * fonts
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* font sizes */ /* 12px */ /* 14px */ /* 16px */ /* 18px */ /* 20px */ /* 24px */ /* 30px */ /* 48px */ /* 64px */ /* 24px */
  /* font line heights */ /* These 2 have to have set px values for line stacking reasons */
  /* font families */
  /*
   * Brand-theme variables
   */
    /*would like to deprecate*/
    /*would like to use moving forward*/
    /*would like to deprecate*/
    /*would like to use moving forward*/
}
/**
 * Form Control
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Icon
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* 24px */ /* 72px */
}
/**
 * ImageReel
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to namespace `image-reel` in oxygen-component, brand-theme, style guide */
}
/**
 * Logo
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */ /* TODO(rcline): Change to `logo-color-red` in oxygen-component, brand-theme, style guide */ /* TODO(rcline): Change to `logo-color-gray` in oxygen-component, brand-theme, style guide */
}
/**
 * opacities
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* TODO(rcline): Change to `opacity` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * Overlay
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Progress Bar
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Ripple
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * shadows
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /* TODO(rcline): Change to `shadow` prefix in oxygen-component, brand-theme, style guide */
}
/**
 * sizes
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
  /* touch target dimensions */
  /* TODO(rcline): add proper namespacing to these variables */
}
/**
 * spacing
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
:root {
  /*
   * Oxygen-component variables
   */
}
/**
 * Switch
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tabs
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/**
 * Tooltip
 * Global variables for sstk and to reassign `oxygen-component` variables.
 */
/* Contributor Specific Variable Overrides go here  */
:root { /* this should be imported from the global header css file */ /* the related element should be made into a more reusable shared SSTK component  */
  /*
    The min-height of 650px was chosen for these reasons:
    1. Users on a 13" Macbook have a reduced viewport due to Chrome's url bar and tabs and possibly the Mac Dock.
    2. At 650px we still see the left column above the fold, although expanding More Options, adding a lengthy Description or having a Release pill may enable scroll.
       Even with scrolling in the left column, this experience is still preferred over single column.
  */
}
body {
  -webkit-font-smoothing: antialiased;
}
.o_ManageReleases_ManageReleases_handLinkContainer a {
  cursor: pointer;
}
.o_ManageReleases_ManageReleases_handContainer {
  cursor: pointer !important;
}
.o_ManageReleases_ManageReleases_nonHandContainer {
  cursor: auto !important;
}
a.o_ManageReleases_ManageReleases_handLink {
  cursor: pointer;
}
.o_ManageReleases_ManageReleases_releasesManager {
  min-height: 500px;
  padding: 0 16px;
}
@media (min-width: 52.5em) {
  .o_ManageReleases_ManageReleases_releasesManager {
    padding: 0 24px;
  }
  }
.o_ManageReleases_ManageReleases_releasesArea {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
}
.o_ManageReleases_ManageReleases_titleArea {
  padding: 0;
}
.o_ManageReleases_ManageReleases_pageTitle {
  font-family: Roboto, NotoSansRegular, NotoSansThaiRegular, arial, sans-serif;
  margin: 24px 0;
}
.o_ManageReleases_ManageReleases_releasesTable {
  border: 1px solid hsla(218, 40%, 8%, .12);
  border-radius: 2px;
}
/*# sourceMappingURL=9-app-f271fbc2ee1d0e85487b27a7cea2e3b2.css.map*/
