/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.module.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.wrapped {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

html,
body {
  min-height: 100%;
  font-size: 14px;
}

body {
  overflow-x: hidden;
}

:is(h1, h2, h3, h4, h5, h6),
p {
  margin-bottom: 1em;
  margin-top: 1em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e1e2e6;
  margin: 1em 0;
  padding: 0;
}

code {
  font-family: 'Roboto Mono', consolas, monaco, monospace;
}

a {
  color: inherit;
}

/* Helpers */

.wrapped {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

@media (min-width: 600px) {

.wrapped {
    padding-left: 12px;
    padding-right: 12px;
}
  }

.wrapped {
  flex: 1 auto;
}

a.unstyled {
  text-decoration: none;
  color: inherit;
}

a.unstyled:visited {
    color: inherit;
  }

.headline {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.pageTitle {
  font-size: 24px;
  line-height: 32px;
  color: #393f49;
  font-weight: 600;
}

.boldContent {
  font-size: 14px;
  line-height: 20px;
  color: #393f49;
  font-weight: 500;
}

.content {
  font-size: 14px;
  line-height: 20px;
  color: #393f49;
}

.tertiaryContent {
  font-size: 12px;
  line-height: 16px;
  color: #393f49;
}

.hidden {
  display: none !important;
}

.flexCentered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Select-menu-outer {
  z-index: 5 !important;
}

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.module.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles-module__wrapped___C02ZZ {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles-module__fadein___Dmo_4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles-module__load8___o11K5 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles-module__container___g7JWU {
  margin: 48px auto 0;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles-module__container___g7JWU h2 {
    font-weight: 600;
    font-size: 38px;

    margin-top: 20px;
    margin-bottom: 20px;
  }

.styles-module__whale___NI7YQ {
  width: 250px;
}

.styles-module__explanation___QHOie {
  font-size: 18px;
  color: #70787d;
  text-align: center;
  max-width: 500px;
}

.styles-module__sessionId___tyUlp {
  font-size: 14px;
  color: #70787d;
  text-align: center;
  max-width: 500px;

  margin-top: 16px;
}

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.module.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles-module__wrapped___n26nG {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles-module__fadein___C_tXt {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles-module__load8___cGage {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles-module__wrapper___vh3Ac {
  background: #00084d;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.styles-module__wrapper___vh3Ac.styles-module__secondary___WAbNI {
    background: #393f49;
  }

.styles-module__text___FOiuG {
  font-size: 13px;
  margin: 10px 40px;
  flex-grow: 2;
}

.styles-module__close___QEgzm {
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
}

.styles-module__icon___mQLDR {
  margin-right: 8px;
}

.styles-module__bannerLinkText___Iwq03 {
  margin-left: 4px;
}

@media only screen and (--lt-md) {
  .styles-module__wrapper___vh3Ac {
    z-index: 100;
  }
  .styles-module__text___FOiuG {
    flex-direction: column;
  }
  .styles-module__icon___mQLDR {
    margin: 0;
  }
}

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.module.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles-module__wrapped___Zac9C {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles-module__fadein___uNxGC {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles-module__load8___LkWR6 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles-module__supertiny___qiQMN {
  width: 18px;
  height: 18px;
  margin: 0 auto;
  position: relative;
}

.styles-module__supertiny___qiQMN::after {
    content: '';
    position: absolute;

    left: calc(50% - 9px);
    top: calc(50% - 9px);
    width: 16px;
    height: 16px;

    border-radius: 50%;
    border-top: 1px solid transparent;
    border-right: 1px solid #086dd7;
    border-bottom: 1px solid #086dd7;
    border-left: 1px solid #086dd7;

    font-size: 10px;
    text-indent: -9999em;
    transform: translateZ(0);

    animation: styles-module__load8___LkWR6 1.1s infinite linear;
  }

.styles-module__tiny___MdJbr {
  width: 27px;
  height: 27px;
  margin: 0 auto;
  position: relative;
}

.styles-module__tiny___MdJbr::after {
    content: '';
    position: absolute;

    left: calc(50% - 13.5px);
    top: calc(50% - 13.5px);
    width: 24px;
    height: 24px;

    border-radius: 50%;
    border-top: 1.5px solid transparent;
    border-right: 1.5px solid #086dd7;
    border-bottom: 1.5px solid #086dd7;
    border-left: 1.5px solid #086dd7;

    font-size: 10px;
    text-indent: -9999em;
    transform: translateZ(0);

    animation: styles-module__load8___LkWR6 1.1s infinite linear;
  }

.styles-module__small___WN5sv {
  width: 40.5px;
  height: 40.5px;
  margin: 0 auto;
  position: relative;
}

.styles-module__small___WN5sv::after {
    content: '';
    position: absolute;

    left: calc(50% - 20.25px);
    top: calc(50% - 20.25px);
    width: 36px;
    height: 36px;

    border-radius: 50%;
    border-top: 2.25px solid transparent;
    border-right: 2.25px solid #086dd7;
    border-bottom: 2.25px solid #086dd7;
    border-left: 2.25px solid #086dd7;

    font-size: 10px;
    text-indent: -9999em;
    transform: translateZ(0);

    animation: styles-module__load8___LkWR6 1.1s infinite linear;
  }

.styles-module__regular___k4dDY {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  position: relative;
}

.styles-module__regular___k4dDY::after {
    content: '';
    position: absolute;

    left: calc(50% - 27px);
    top: calc(50% - 27px);
    width: 48px;
    height: 48px;

    border-radius: 50%;
    border-top: 3px solid transparent;
    border-right: 3px solid #086dd7;
    border-bottom: 3px solid #086dd7;
    border-left: 3px solid #086dd7;

    font-size: 10px;
    text-indent: -9999em;
    transform: translateZ(0);

    animation: styles-module__load8___LkWR6 1.1s infinite linear;
  }

.styles-module__large___Qcahn {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
}

.styles-module__large___Qcahn::after {
    content: '';
    position: absolute;

    left: calc(50% - 45px);
    top: calc(50% - 45px);
    width: 80px;
    height: 80px;

    border-radius: 50%;
    border-top: 5px solid transparent;
    border-right: 5px solid #086dd7;
    border-bottom: 5px solid #086dd7;
    border-left: 5px solid #086dd7;

    font-size: 10px;
    text-indent: -9999em;
    transform: translateZ(0);

    animation: styles-module__load8___LkWR6 1.1s infinite linear;
  }

.styles-module__xlarge___m4_Cm {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  position: relative;
}

.styles-module__xlarge___m4_Cm::after {
    content: '';
    position: absolute;

    left: calc(50% - 67.5px);
    top: calc(50% - 67.5px);
    width: 120px;
    height: 120px;

    border-radius: 50%;
    border-top: 7.5px solid transparent;
    border-right: 7.5px solid #086dd7;
    border-bottom: 7.5px solid #086dd7;
    border-left: 7.5px solid #086dd7;

    font-size: 10px;
    text-indent: -9999em;
    transform: translateZ(0);

    animation: styles-module__load8___LkWR6 1.1s infinite linear;
  }

.styles-module__overlay-primary___lsTQc::after {
    border-right-color: #086dd7;
    border-bottom-color: #086dd7;
    border-left-color: #086dd7;
  }

.styles-module__overlay-white___CItHo::after {
    border-right-color: #f9f9fa;
    border-bottom-color: #f9f9fa;
    border-left-color: #f9f9fa;
  }

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.module.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles-module__wrapped___kOCKk {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles-module__fadein___Dfmaq {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

.dicon {
    width: 24px;
    height: 24px;
  }

/*
lib/constants/sizes
**************/

.styles-module__supertiny___thUDp {
    width: 8px;
    height: 8px;
  }

.styles-module__tiny____5Mr_ {
    width: 12px;
    height: 12px;
  }

.styles-module__small___gtEfJ {
    width: 18px;
    height: 18px;
  }

.styles-module__regular___z_uEW {
    width: 24px;
    height: 24px;
  }

.styles-module__large___YTAE6 {
    width: 40px;
    height: 40px;
  }

.styles-module__xlarge___Kf12h {
    width: 60px;
    height: 60px;
  }

/*
lib/constants/variants
**************/

.styles-module__primary___bx21j {
  fill: #086dd7;
}

.styles-module__secondary___E4WxE {
  fill: #88d5c0;
}

.styles-module__warn___JrKDl {
  fill: #fbb552;
}

.styles-module__panic___cm5RF {
  fill: #d52536;
}

.styles-module__dull___UyQih {
  fill: #8993a5;
}

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.module.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles-module__wrapped___WTuIh {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles-module__fadein___K_dTt {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles-module__load8___F7MAS {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles-module__searchForm___piOAi {
  display: flex;
  align-items: center;
  position: relative;

  padding: 2px 0;
  min-width: 210px;
  margin-right: 20px;
  flex: 1 1 auto;
}

@media only screen and (--lt-sm) {
  .styles-module__searchForm___piOAi {
    width: 300px;
    margin: 12px 0;
  }
}

.styles-module__root___LWVKu {
  position: relative;
}

.styles-module__inputRoot___ww4Or {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.styles-module__icon___pAlCT,
.styles-module__loading___nYSBe {
  fill: #ffffff;
  position: absolute;

  top: 50%;
  transform: translate(50%, -50%);
}

.styles-module__input___CUTqf {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 2px;
  padding: 8px 12px;
  color: #ffffff;

  text-indent: 24px;
}

.styles-module__input___CUTqf:focus {
    color: #505968;
    background-color: #ffffff;
  }

.styles-module__input___CUTqf:focus + .styles-module__icon___pAlCT {
      fill: #505968;
    }

.styles-module__menu___OAOdH {
  border-radius: 2px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  max-height: none;
}

.styles-module__groupHeader___OiMxS {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: normal;
  cursor: default;
  color: #8993a5;
  text-align: left;
  padding: 12px;
}

.styles-module__option___GqYxC {
  color: #505968;
  padding: 8px 20px;
  cursor: pointer;
  text-align: left;
}

.styles-module__match___lcVWP {
  color: #086dd7;
  font-weight: 500;
}

.styles-module__isOneCharSearchMsg___rHV5_ {
  position: absolute;
  width: auto;
  max-width: 364px;
  height: 24px;
  top: 100%;
  transform: translateY(-11px);
  background: #ffffff;
  font-size: 12px;
  border-radius: 2px;
  box-shadow: 0 2px 3px #8993a5;
  padding: 3.6px;
  color: #393f49;
  z-index: 1;
  animation: styles-module__fadein___K_dTt 0.5s;
}

.styles-module__triangle___aWyeO {
  position: absolute;
  bottom: 100%;
  transform: translateY(75%);
  z-index: 2;
  left: 9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

@keyframes styles-module__fadein___K_dTt {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.module.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles-module__wrapped___cdORK {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles-module__fadein___9nQCy {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles-module__load8___YJNQb {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles-module__wrapper___JC_IU {
  display: flex;
  flex-direction: column;
}

.styles-module__img___WtjZZ {
  margin: 32px 0 24px;
}

.styles-module__text___clnEC {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
}

.styles-module__text___clnEC a {
    text-decoration: none;
    cursor: pointer;
    color: #086dd7;
  }

.styles-module__text___clnEC > div {
    padding-bottom: 12px;
  }


/*# sourceMappingURL=main.64bae667ccff4322c307.css.map*/