* {
  box-sizing: inherit; }

a {
  color: inherit; }

input,
select,
textarea,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit; }

html,
body {
  height: 100%;
  width: 100%; }

body {
  box-sizing: border-box;
  display: flex;
  font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  padding: 0;
  margin: 0; }

ul {
  padding: 0; }

li {
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; }

/* Layout styles */
.absolute-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.no-events {
  pointer-events: none; }

.scroll-hidden {
  overflow: hidden; }

.v-scroll-hidden {
  overflow-y: hidden; }

.h-scroll-hidden {
  overflow-x: hidden; }

.scroll-auto {
  overflow: auto; }

.v-scroll-auto {
  overflow-y: auto; }

.h-scroll-auto {
  overflow-x: auto; }

.full-size {
  display: flex;
  flex-grow: 1;
  overflow: hidden; }

/* 
 * Flex styles - applied to the flexbox (flex container).
 */
.flex-column {
  display: flex;
  flex-direction: column; }

.flex-row {
  display: flex;
  flex-direction: row; }

.inline-flex-column {
  display: inline-flex;
  flex-direction: column; }

.inline-flex-row {
  display: inline-flex;
  flex-direction: row; }

.flex-center {
  align-items: center; }

.flex-end {
  align-items: flex-end; }

.flex-start {
  align-items: flex-start; }

.flex-stretch {
  align-items: stretch; }

.flex-baseline {
  align-items: baseline; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.flex-wrap {
  flex-wrap: wrap; }

/* 
 * Flex styles - appled to the flex-items (flexbox children).
 */
.flex-grow {
  flex-grow: 1; }

.flex-noshrink {
  flex-shrink: 0; }

.flex-self-center {
  align-self: center; }

.flex-self-end {
  align-self: flex-end; }

.flex-self-start {
  align-self: flex-start; }

.flex-self-stretch {
  align-self: stretch; }

/*
 * FlexBox semantic styles.
 */
.flex-cell {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  position: relative; }

/* Rhythm styles */
.rhythm-horizontal-4 > :not(:first-child) {
  margin-left: 4px; }

.rhythm-horizontal-8 > :not(:first-child) {
  margin-left: 8px; }

.rhythm-horizontal-16 > :not(:first-child) {
  margin-left: 16px; }

.rhythm-vertical-4 > :not(:first-child) {
  margin-top: 4px; }

.rhythm-vertical-8 > :not(:first-child) {
  margin-top: 8px; }

.rhythm-vertical-16 > :not(:first-child) {
  margin-top: 16px; }

.rhythm-vertical-32 > :not(:first-child) {
  margin-top: 32px; }

/* Font size styles */
.font-size-xxs {
  font-size: 9px; }

.font-size-xs {
  font-size: 10px; }

.font-size-s {
  font-size: 11px; }

.font-size {
  font-size: 12px; }

.font-size-ms {
  font-size: 13px; }

.font-size-m {
  font-size: 14px; }

.font-size-mm {
  font-size: 15px; }

.font-size-ml {
  font-size: 16px; }

.font-size-l {
  font-size: 18px; }

.font-size-ll {
  font-size: 24px; }

.font-size-lll {
  font-size: 28px; }

.font-size-xl {
  font-size: 36px; }

.font-size-xxl {
  font-size: 40px; }

.font-size-xxxl {
  font-size: 56px; }

.font-size-xxxxl {
  font-size: 72px; }

/* Font weight styles */
.font-weight-light {
  font-weight: 200; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-semibold {
  font-weight: 600; }

.font-weight-heavy {
  font-weight: bold; }

/* Typography styles */
.title-l {
  line-height: 40px;
  font-size: 28px;
  letter-spacing: -0.04em;
  font-weight: bold; }

.title-m {
  line-height: 32px;
  font-size: 21px;
  letter-spacing: -0.02em;
  font-weight: 600; }

.title-s {
  line-height: 24px;
  font-size: 17px;
  font-weight: 600; }

.title-xs {
  line-height: 20px;
  font-size: 15px;
  font-weight: 600; }

.body-xl {
  line-height: 24px;
  font-size: 17px; }

.body-l {
  line-height: 20px;
  font-size: 15px; }

.body-m {
  line-height: 20px;
  font-size: 14px; }

.body-s {
  line-height: 16px;
  font-size: 12px; }

.secondary-text {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.monospaced-text {
  font-family: Menlo, Consolas, Courier New, monospace; }

/* Theme-related styles */
.themed {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.v-align-middle {
  vertical-align: middle; }

/* Depth styles */
.depth-0 {
  box-shadow: 0 0 0 0 transparent; }

.depth-4 {
  box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132), 0 0.3px 0.9px 0 rgba(0, 0, 0, .108);
  box-shadow: 0 1.6px 3.6px 0 var(--callout-shadow-color,rgba(0, 0, 0, .132)), 0 0.3px 0.9px 0 var(--callout-shadow-secondary-color,rgba(0, 0, 0, .108)); }

.depth-8 {
  box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 0.6px 1.8px 0 rgba(0, 0, 0, .108);
  box-shadow: 0 3.2px 7.2px 0 var(--callout-shadow-color,rgba(0, 0, 0, .132)), 0 0.6px 1.8px 0 var(--callout-shadow-secondary-color,rgba(0, 0, 0, .108)); }

.depth-16 {
  box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108);
  box-shadow: 0 6.4px 14.4px 0 var(--callout-shadow-color,rgba(0, 0, 0, .132)), 0 1.2px 3.6px 0 var(--callout-shadow-secondary-color,rgba(0, 0, 0, .108)); }

.depth-64 {
  box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, .132), 0 4.8px 14.4px 0 rgba(0, 0, 0, .108);
  box-shadow: 0 25.6px 57.6px 0 var(--callout-shadow-color,rgba(0, 0, 0, .132)), 0 4.8px 14.4px 0 var(--callout-shadow-secondary-color,rgba(0, 0, 0, .108)); }

/* Sub layer styles */
.sub-layer {
  z-index: 10; }

/* General cursor styles */
.cursor-pointer {
  cursor: pointer; }

/* General text styles */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* General link styles */
.link-icon {
  padding: 2px 2px; }

.link-text {
  padding: 0 2px; }

.no-outline {
  outline: none; }

/* General icon styles */
.icon-margin {
  margin-right: 6px; }

.icon-large-margin {
  margin-right: 12px; }

.contributed-icon-image {
  background-size: contain; }
  .contributed-icon-image.non-themed {
    filter: none;
    filter: var(--third-party-icon-filter,none); }

/* 
    Padding / Margin styles 
    
    These have !important because they are intended to remove padding / Margin - they shouldn't be
    added as the default case, only when trying to reset the padding / Margin that a different
    selector with a single level of selectivity has added.
*/
.no-padding {
  padding: 0px !important; }

.no-h-padding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.no-v-padding {
  padding-bottom: 0px !important;
  padding-top: 0px !important; }

.no-bottom-padding {
  padding-bottom: 0px !important; }

.no-top-padding {
  padding-top: 0px !important; }

.no-margin {
  margin: 0px !important; }

.no-h-margin {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.no-v-margin {
  margin-bottom: 0px !important;
  margin-top: 0px !important; }

/* 
    Visibility styles
    NOTE - leave at the end of the file so they will override the general layout styles above.
*/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

/*
    Custom styles for shimmer effects on elements.
*/
.shimmer {
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-iteration-count: infinite;
  background: linear-gradient(to right, rgba( 244, 244, 244 ,  1 ) 0%, rgba( 234, 234, 234 ,  1 ) 50%, rgba( 244, 244, 244 ,  1 ) 100%) 0px 0px/90% 100% no-repeat rgba( 244, 244, 244 ,  1 );
  background: linear-gradient(to right, rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ) 0%, rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ) 50%, rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ) 100%) 0px 0px/90% 100% no-repeat rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  transition: opacity 200ms ease 0s; }

@keyframes shimmer-wide {
  0% {
    background-position: -500px; }
  100% {
    background-position: 500px; } }

@keyframes shimmer-thin {
  0% {
    background-position: -200px; }
  100% {
    background-position: 200px; } }

.shimmer-line {
  animation-name: shimmer-wide;
  border-radius: 0.5em; }

.shimmer-circle-small {
  animation-name: shimmer-thin;
  border-radius: 50%;
  height: 1.3em;
  margin-right: 4px;
  width: 1.3em; }

.shimmer-circle-large {
  animation-name: shimmer-thin;
  border-radius: 50%;
  height: 2.3em;
  margin-right: 4px;
  width: 2.3em; }

/*
    Custom scrollbar support (only on Chrome)
*/
.custom-scrollbar {
  scrollbar-color: rgba(0, 0, 0, 0.20) transparent;
  scrollbar-color: var(--palette-black-alpha-20,rgba(0, 0, 0, 0.20)) transparent;
  scrollbar-width: thin; }

.custom-scrollbar::-webkit-scrollbar {
  width: 18px; }

.custom-scrollbar::-webkit-scrollbar-thumb {
  border: 6px solid transparent;
  background: rgba(0, 0, 0, 0.20);
  background: var(--palette-black-alpha-20,rgba(0, 0, 0, 0.20));
  border-radius: 10px;
  background-clip: padding-box;
  min-height: 30px; }

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.30);
  background: var(--palette-black-alpha-30,rgba(0, 0, 0, 0.30));
  background-clip: padding-box; }

.custom-scrollbar-hidden {
  -ms-overflow-style: none; }

.custom-scrollbar-hidden::-webkit-scrollbar {
  width: 0; }

.grayscale {
  filter: grayscale(100%); }
