*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  font-family: 'proximanova-regular', 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
font-family: 'Helvetica Neue', Helvetica, Arial;
/* Hack to make checkbox bigger */
input[type=checkbox] {
  transform: scale(2);
}

/**
 * Spacing and layout
 */
.flex-0 {
  flex: 0;
}

.vh-100 {
  min-height: 100vh;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-30 {
  margin-left: 20px;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.center-horizontal {
  justify-content: center;
  text-align: center;
}

.left-justified {
  justify-content: left;
  text-align: left;
}

.spacer {
  border-bottom: 1px solid rgba(172,170,201,0.5);
}

.flex-vertical-spacing {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.flex-between {
  justify-content: space-between;
}

.body-content {
  flex: 1 1 auto;
}

/**
 * Fonts and text.
 */

.title {
  font-size: 40px;
}

.display-xlarge {
  font-size: 40px;
  line-height: 48px;
}

.display-large {
  font-size: 32px;
  line-height: 36px;
}

.display-medium {
  font-size: 24px;
  line-height: 28px;
}

.display-small {
  font-size: 20px;
  line-height: 28px;
}

.heading {
  font-size: 20px;
  line-height: 24px;
}

.subtitle {
  font-size: 20px;
  line-height: 31px;
}

.small-text {
  font-size: 14px;
}

.sub-heading {
  font-size: 14px;
  line-height: 24px;
}

.body-text {
  font-size: 18px;
  line-height: 24px;
}

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

.annotation {
  font-size: 12px;
  letter-spacing: 1.3px;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.semibold {
  font-family: 'proximanova-semibold';
  font-weight: 500;
}

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

.bold {
  font-weight: bold;
}

.proxima-light {
  font-family: 'proximanova-light';
}

.monospace {
  font-family: monospace;
}

.light {
  font-weight: lighter;
}

.link {
  text-decoration: none;
  color: inherit;
}

.uppercase {
  text-transform: uppercase;
}

.caps-spaced {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pointer {
  cursor: pointer;
}

input, button, select {
  font-family: 'proximanova-regular', 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/**
 * Colours.
 */

.black {
  color: #0b0f37;
}

.gray {
  color: #62647A;
}

.midnight {
  color: #202239;
}

.silver {
  color: #62647a;
}

.yellow {
  color: #ffe897;
}

.white {
  color: #fff;
}

.red {
  color: rgba(239, 87, 93, 1.0);
}

.bg-gradient {
  background: linear-gradient(-179deg, #1E2036 0%, #5A6A84 100%, #6A6A6A 100%);
}

.header-gradient {
  background: linear-gradient(rgba(18, 25, 41, 1.0), rgba(34, 50, 73, 1.0));
}

.bg-silver {
  background-color: #f5f7fb;
}

.bg-dark-silver {
  background-color: #f2f3f6;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #11192A;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-60-hover:hover {
  opacity: 0.6;
}


/**
 * Forms.
 */

.signup-form-container {
  padding-left: 88px;
  padding-right: 88px;

  margin-bottom: 7rem;
}

.signup-half-group {
  max-width: 446px;
}

.signup-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #5477C9;
  letter-spacing: 1.3px;
  line-height: 40px;
}

.signup-input::placeholder {
  color: #aebfd4;
}

.signup-input {
  background: #fcfdff;
  padding-top: 14px;
  padding-bottom: 17px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 26px;

  border: 1px solid rgba(172,170,201,0.50);
  box-shadow: 0 2px 6px 0 rgba(208,221,253,0.14);
  border-radius: 3px;

  min-width: 446px;

  font-size: 18px;
  color: #0b0f37;
}

.signup-input-half {
  min-width: 0;
  width: 100%;
}

.signup-select {
  height: 54px;
  text-indent: 13px;
}

.btn-signup-submit {
  background-image: linear-gradient(-269deg, #5b5d76 0%, #2e3041 100%);
  box-shadow: 0 5px 14px 0 rgba(29,30,36,0.19);
  border-radius: 3px;

  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.52px;
  text-align: center;
  line-height: 28px;

  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;

  cursor: pointer;
}

.btn-no-focus:focus {
  outline: none;
}

/**
 * Background images
 */
.img-login-bg {
  flex: 1;
  background-position: #11192A;
  background-image: linear-gradient(135deg, #1a3048 0%,#11192a 40%);
  position: relative;
  overflow: hidden;
}

/**
 * Components
 */
.video-cta-container {
  max-width: 507px;

  margin-left: 2.5rem;
  margin-bottom: 2.5rem;

  bottom: 0;
  left: 0;
}

.video-cta {
  font-size: 18px;

  margin-top: 33px;
  margin-bottom: 35px;
  margin-left: 30px;
  margin-right: 30px;
}

.demo-cards-header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  max-width: 430px;
}

.logo {
  color: rgba(255, 255, 255, 1.0);
}

nav {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
}

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

.nav-links {
  transform: translate3d(0, -2rem, 0);
  margin-left: 40px;
}

@media (min-width: 440px) {
  .nav-links {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .nav-links {
    margin-bottom: 0;
  }
}

.nav-link {
  text-decoration: none;
  opacity: 1;
  font-size: .875rem;
  color: rgba(139, 146, 156, 1.0);
  margin-left: .75rem;
  margin-right: .75rem;
  padding-bottom: 5px;
}

.nav-link:link, .nav-link:visited {
  color: rgba(139, 146, 156, 1.0);
}

@media (min-width: 768px) {
  .nav-link {
    text-decoration: none;
    opacity: 1;
    font-size: 1rem;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 5px;
  }
}

.header-height {
  height: 100px;
}

.nav-link-current, .nav-link-current:link, .nav-link-current:visited {
  color: rgba(242, 242, 243, 1.0);
}

.nav-link-current {
  position: relative;
}

.nav-link-current:after {
  content: "";
  height: 0;
  width: 100%;
  border: 2px solid white;
  border-radius: 2px;
  position: absolute;
  top: -36px;
  left: 0;
}

.nav-dropdown-icon {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);
  text-align: center;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  border-radius: 100%;
}

.avatar {
  display: inline-block;
  align-items: center;
  justify-content: space-around;
  width: 32px;
  height: 32px;
  background: linear-gradient(314.68deg, #f5f7fb 0%, #62647a 100%);
  box-shadow: 0 2px 12px 0 rgba(238,166,78,0.16);
  border-radius: 100px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
}

.avatar-name {
  display: none;
}

@media (min-width: 768px) {
  .avatar-name {
    display: inline-block;
    font-size: 16px;
    color: rgba(242, 242, 243, 1.0);
    margin-left: 11px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.card-container {
  margin-bottom: 110px;
}

.card {
  position: relative;
  max-width: 320px;
  background: #fff;
  box-shadow: 0 10px 18px 0 rgba(66,82,121,0.09);
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .2s ease;
}

.card:hover {
  transform: translate3d(0, -6px, 0) scale(1.025);
  transform-origin: 50.01%;
  box-shadow: 0 26px 30px 0 rgba(66,82,121,0.09);
}

.card:hover .card-img{
  transform: scale(1.05);
  opacity: 0.95;
}

.card-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0.6rem 1rem;

  opacity: 1;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.52px;
  text-align: center;
  line-height: 19px;
  z-index: 1;
}

.card-notice::after{
  position: absolute;
  top:0;
  left:0;
  display:block;
  content:"";
  width:100%;
  height:100%;
  background: #FFE897;
  opacity:0.9;
  border-radius: 100px;
}

.card-notice > span {
  position: relative;
  z-index: 1;
}

.card-img-wrap{
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: -webkit-radial-gradient(white, black);
}

/* TODO(ben) why doesn't this work */
.card-img::after {
  background: linear-gradient(0deg, rgba(37,43,74,0.00) 12%, #191D3E 84%);
}

.card-img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-content {
  padding: 24px 40px 32px;
  transition: all .2s ease;
}

.card-description {
  font-size: 20px;
  font-weight: lighter;
  color: #62647a;
  line-height: 31px;
  margin: 0;
}

.card-title {
  font-size: 24px;
  font-weight: bold;
  color: #0b0f37;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 16px;
}

.card-label {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #B9C3D8;
  letter-spacing: 1.52px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 4px;
}

.quantum-container {
  background-color: #000;
  background-image: url("/qubist_static/images/galaxy.jpg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;

  padding-top: 142px;
  padding-bottom: 232px;
}

.quantum-cta {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.quantum-title {
  font-size: 32px;
  line-height: 34px;
}

.quantum-copy {
  font-size: 20px;
  line-height: 31px;
}

.btn-quantum {
  display: block;

  background: #fff;
  box-shadow: 0 5px 14px 0 rgba(29,30,36,0.36);
  border-radius: 3px;
  font-size: 14px;
  border:none;
  font-weight: bold;
  color: #0b0f37;
  letter-spacing: 1.52px;
  text-align: center;
  text-transform: uppercase;

  padding-left: 32px;
  padding-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-upgrade {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 92px;
  background-color: #ffffff;
  border: 2px solid #53be9e;
  box-shadow: none;
  color: #00825c;
  margin: 0;
  padding-top: .32rem;
  padding-bottom: .32rem;
  padding-left: .32rem;
  padding-right: .32rem;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: none;
  cursor: pointer;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  font-size: 13px;
  font-family: 'Helvetica Neue', Helvetica, Arial;
  font-weight: 500;
  line-height: 14px;
}

.btn-upgrade:hover {
  /* HACK set background as rgba so that opacity does not apply to child elements */
  background-color: rgba(46,175,138,0.15);
  box-shadow: inset 0 -4px 4px 6px rgba(98,100,122,0.03), 0 0 14px 0 rgba(29,30,36,0.05);
  box-shadow: 0 5px 14px 0 rgba(29,30,36,0.19);
}

.btn-primary {
  color: #4c71c6; /* blue */
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(76,113,198,0.4);
  border-radius: 4px;
  box-shadow: inset 0 -4px 4px 6px rgba(98,100,122,0.03), 0 0 14px 0 rgba(29,30,36,0.05);
  background: #FFF;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}

.btn-primary:hover,
.btn-primary:active {
  background: #EEF3FF;
  box-shadow: 0 5px 14px 0 rgba(29,30,36,0.19);
}

.btn-primary:disabled {
  color: rgba(189, 189, 191, 1.0);
  cursor: not-allowed;
}

.dropdown-header {
  cursor: pointer;
}

.dropdown-items {
  background-color: rgba(255,255,255,1);
  border: 1px solid rgba(27,31,35,0.15);
  border-radius: 4px;
  box-shadow: 0 3px 12px rgba(27,31,35,0.15);
  cursor: pointer;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  width: 150px;
  z-index: 100;
}

.dropdown-item {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-item:hover {
  background-color: rgba(27,108,208,1.0);
  color: rgba(255,255,255,1.0);
}

.dropdown-divider {
  height: 1px;
  margin: 8px 1px;
  background-color: rgba(27,31,35,0.15);
}

.clear-link {
  display: block;
  text-decoration: none;
}

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

@media (min-width: 768px) {
  .flex-responsive {
    flex-direction: row;
  }
}

/**
 * Dashboard Page
 */

.panel-header {
  color: #202239;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.dashboard-divider {
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: rgba(172,170,201,0.5);
}

.upgrade-plan-button {
  height: 48px;
  width: 280px;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.upgrade-plan-settings-button {
  width: auto;
}

/**
 * Settings Page
 */

.settings-page {
  margin-bottom: 24px;
}

.settings-header {
  background: linear-gradient(rgba(34, 50, 73, 1.0), rgba(50, 77, 106, 1.0));
  height: 78px;
  margin-bottom: 48px;
}

.settings-container {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  padding-left: 56px;
  padding-right: 56px;
  margin-left: auto;
  margin-right: auto;
}

.settings-section {
  width: 100%;
  max-width: 280px;
  padding-right: 2rem;
  margin-right: 1.75rem;
}

.settings-section-title {
  color: #202239;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: .5rem;
}

.settings-section-subtitle {
  color: #62647A;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2rem;
}

.settings-section-copy {
  color: #62647A;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.settings-section-small {
  color: #62647A;
  font-size: .875rem;
  font-weight: 400;
}

.settings-card {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 18px 0 rgba(66,82,121,0.09);
  width: 100%;
  padding: 2rem;
  margin-bottom: 2rem;
  margin-left: 1.75rem;
}

.settings-progress-bar-card {
  display: flex;
  flex-direction: row;
}

.settings-card-title {
  color: #202239;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: 'proximanova-light', 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.settings-card-label {
  display: block;
  color: #202239;
  font-size: 14px;
  line-height: 1.5rem;
  font-family: 'proximanova-light', 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: .5rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.settings-card-link {
  display: block;
  color: #4c71c6;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
}

.settings-card-input {
  border: 1px solid rgba(172,170,201,0.5);
  border-radius: 3px;
  background-color: #fcfdff;
  width: 100%;
  color: #202239;
  padding: .75rem 1rem;
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.settings-card-input-disabled {
  color: #62647a;
  background-color: rgba(98,100,122,0.1);
}

.settings-card-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('/qubist_static/images/unfold_more_select.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
  margin-bottom: 2rem;
  height: 48px;
}

.settings-card-select-warning {
  background-image: url('/qubist_static/images/warning-offset-large.svg'), url('/qubist_static/images/unfold_more_select.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: right, right;
  background-color: #fff, #fff;
  border: 1px red solid;
  margin-bottom: 0;
}

.checkmark-bullet {
  list-style-image: url('/qubist_static/images/green_checkmark.svg');
}

#plan-list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
}

.settings-card-divider {
  height: 1px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(172,170,201,0.5);
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.settings-warning-message {
  color: rgba(215, 51, 56, 1.0);
  margin-bottom: 2rem;
}

.countdown-time {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}

.countdown-units {
  padding-left: 2px;
  padding-right: 4px;
  font-size: 12px;
}

.settings-github-btn-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .settings-github-btn-wrapper {
    display: block;
    border-right: 1px solid rgba(255,255,255,.2);
    padding-right: 1rem;
  }
}

.settings-github-repo-container {
  border: 1px solid rgba(172,170,201,.5);
  border-radius: 8px;
  padding: 1.5rem;
}

.settings-github-repo-title {
	color: #202239;
	font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: .375rem;
}

.settings-github-repo-link {
  color: #62647A;
  font-size: 1.125rem;
  text-decoration: none;
}

.settings-github-repo-delete-btn {
  color: #4C71C6;
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.settings-forgot-password-link {
  color: #4C71C6;
  font-size: 1.125rem;
  text-decoration: none;
}

.tooltip {
  position: absolute;
  display: block;
  right: -1rem;
  bottom: 32px;
  width: 180px;
  padding: 1rem;
  border-radius: 3px;
  background-color: #11192A;
  color: #fff;
  box-shadow: 0 10px 40px 0 rgba(66,82,121,0.2);
  font-size: .875rem;
  line-height: 1.25rem;
  text-transform: none;
  letter-spacing: unset;
  font-weight: 400;
}

.tooltip::after {
  bottom: -14px;
  right: 1rem;
  left: auto;
  border: 7px solid transparent;
  border-top-color: #11192a;
}

.tooltip::before,
.tooltip::after {
  position: absolute;
  display: inline-block;
  content: "";
}

.time-remaining-tooltip {
  position: absolute;
  top: 48px;
  right: -170px;
  width: 175px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3px;
  background-color: #11192A;
  color: #fff;
  box-shadow: 0 10px 40px 0 rgba(66,82,121,0.2);
  z-index: 10;
}

.time-remaining-tooltip.dashboardQuotaUI{
  right: -150px;
  top: 120px;
}

.time-remaining-tooltip::after {
  bottom: 6px;
  right: 170px;
  left: auto;
  border: 7px solid transparent;
  border-top-color: #11192a;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.time-remaining-tooltip::before,
.time-remaining-tooltip::after {
  position: absolute;
  display: inline-block;
  content: "";
}

.settings-password-rules {
  list-style: none;
  padding-top: 0;
  padding-left: .5rem;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.settings-password-rule {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  margin: 0;
}

.static-gradient {
  height: 192px;
  background: linear-gradient(0deg, #304C6D 0%, #11192A 100%);
}

.static-card {
  border-radius: 20px;
  box-shadow: 0 10px 18px 0 rgba(66,82,121,0.09);
  top: -80px;
  width: 480px;
}

.static-flash {
  top: -45px;
}

.static-input {
  display: block;
  padding: .75rem 1rem;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: solid 1px rgba(172, 170, 201, 0.50);
  border-radius: 4px;
  flex: 1 1 auto;
  font-size: 1em;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  transition: all 0.3s;
  margin: 0 !important;
}

.static-input-warning {
  border: solid 1px #D72E35;
  background-image: url('../images/warning-offset-small.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
}

.hanging-tooltip {
  position: absolute;
  display: block;
  width: 180px;
  padding: 1rem;
  border-radius: 3px;
  background-color: #11192A;
  color: #fff;
  box-shadow: 0 10px 40px 0 rgba(66,82,121,0.2);
  font-size: .875rem;
  line-height: 1.25rem;
  text-transform: none;
  letter-spacing: unset;
  font-weight: 400;
}

.hanging-tooltip::after {
  bottom: 152px;
  left: 9px;
  border: 7px solid transparent;
  border-bottom-color: #11192a;
}

.hanging-tooltip::before,
.hanging-tooltip::after {
  position: absolute;
  display: inline-block;
  content: "";
}

/**
 * Flash Messages
 */

.flash {
  height: 4rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  vertical-align: text-top;
}

.flash-django {
  border-radius: 0;
}

.flash-auto-dismiss {
  position: fixed;
  top: 3.375rem;
  left: 0;
  right: 0;
  max-width: 1280px;
  padding-left: 56px;
  padding-right: 56px;
  z-index: 999;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate3d(0, -1rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fade-in {
  animation-name: fade-in;
  animation-duration: .5s;
}

.flash-success {
  background-color: #51BE9E;
  color: #202239;
}

.flash-warning {
  background-color: #F35456;
  color: #202239;
}

.flash-icon {
  padding-left: 2rem;
  padding-right: 1rem;
}

.flash-close {
  cursor: pointer;
  padding-right: 2rem;
}

.flash-absolute {
  position: absolute;
  width: 90%;
  z-index:2;
}

/**
 * Dashboard Page
 */

.layout-container {
  min-width: 1220px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.dashboard-page {
  margin-bottom: 32px;
}

.dashboard-header {
  background: linear-gradient(rgba(34, 50, 73, 1.0), rgba(48, 76, 109, 1.0));
  height: 195px;
}

.dashboard-container {
  margin-top: -100px;
}

.dashboard-card {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 18px 0 rgba(66,82,121,0.09);
  margin-bottom: 2rem;
  padding: 1.5rem 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .dashboard-card {
    padding: 2.5rem;
  }
}

.dashboard-vertical-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .dashboard-vertical-container {
    margin-left: 1.75rem;
  }
}

/**
 * Dashboard Page - Account Card
 */

.dashboard-card-account {
  flex: 0;
  align-self: flex-start;
}

.dashboard-account-container {
  min-width: 264px;
  width: 100%;
}

.account-card-avatar {
  display: block;
  font-size: 28px;
  height: 64px;
  line-height: 64px;
  width: 64px;
}

/**
 * Resources Page
 */

 .resources-header-background {
  background: linear-gradient(rgba(34, 50, 73, 1.0), rgba(48, 76, 109, 1.0));
  height: 195px;
}

.resources-tab-active,
.resources-tab-inactive:hover {
  opacity: 1;
}

.resources-tab-inactive {
  opacity: 0.6;
}

.resources-tab-active .resources-tab-title,
.resources-tab-inactive:hover .resources-tab-title {
  color: #ffe897; /* gold */
}

.resources-tab-inactive .resources-tab-title {
  color: #ffffff; /* white */
}

.resources-tab-bottom-border {
  height: 4px;
  background: #ffe897;
  border-radius: 2px;
}

.resources-tab-bottom-border-inactive {
  opacity: 0;
}

/*
 * ============================================================================
 * Components
 * ============================================================================
 */

.component--Code {
  padding: 1.2rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-family: monospace;
}

/* HACK: No `styled-components` */
.component--Code.background-smokyGrey {
  border: none;
}

.component--ApiTokenField-container {
  border: 1px solid rgba(172,170,201,0.5);
  border-radius: 3px;
  margin-bottom: 1.5rem;
  background-color: #fcfdff;
}

.component--ApiTokenField {
  background-color: transparent;
  border: none;
  border-radius: 3px;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  padding-right: 0;
}

.component--ApiTokenField-btn {
  background: transparent;
  color: #62647a;
  border: none;
  padding-right: 1rem;
  line-height: 0;
  outline: none;
  cursor: pointer;
}

.component--Icon-base {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.component--Icon-canvasShim {
  display: block;
  visibility: hidden;
  height: 100%;
}

.component--Icon-container {
  display: inline-block;
  vertical-align: -0.15em;
  height: 1em;
  width: auto;
  position: relative;
}

.component--Icon-label {
  margin-right: 0.2em;
}

.component--Icon-badge .component--Icon-base {
  padding: 0.2em;
}

.component--Icon-badge {
  color: #fff;
  border-radius: 50%;
  height: 1.2em;
  vertical-align: -0.25em;
}

.component--Card {
  box-shadow: 0 10px 18px 0 rgba(66, 82, 121, 0.09);
  border-radius: 20px;
}

.component--Card.component--Card-flat {
  box-shadow: none;
  border-style: solid;
  border-width: 1px;
}

.component--LinkCard {
  display: flex;
  min-height: 100%;
}

.component--LinkCard-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
}

.component--LinkCard-horizontal .component--LinkCard-link {
  flex-direction: row;
}

.component--LinkCard-image-container {
  position: relative;
}

.component--LinkCard-image-container > * {
  /* HACK: HACK: HACK:
   * this should be 20px, but some weird rendering issue causes the background
   * to bleed through so here we are:
   * https://metalabdesign.atlassian.net/browse/DWD2-67
   * Alternatively in the future we could have `LinkCard` adjust its background
   * independantly of `Card`.
   */
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.component--LinkCard-horizontal .component--LinkCard-image-container > * {
  border-bottom-left-radius: 18px;
  border-top-right-radius: 0;
}

.component--LinkCard-image {
  display: flex;
  max-width: 100%;
  min-width: 100%;
}

.component--LinkCard-content-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.component--LinkCard-hover:hover {
  box-shadow: 0 20px 28px 0 rgba(66,82,121,0.25);
}

.component--Grid {
  display: flex;
  flex-wrap: wrap;
}

.component--Grid-align-center {
  align-items: center;
}


.component--Grid-column {
  position: relative;
}

.component--Grid-bordered > .component--Grid-column:first-child {
  padding-left: 1rem; /* HACK: FIXME: Hardcoded value */
}

.component--Grid-bordered > .component--Grid-column:last-child {
  padding-right: 1rem; /* HACK: FIXME: Hardcoded value */
}

.component--Grid-bordered > .component--Grid-column:first-child::after {
  content: none;
}

.component--Grid-bordered > .component--Grid-column::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem; /* HACK: FIXME: Hardcoded value */
  bottom: 1rem; /* HACK: FIXME: Hardcoded value */
  width: 1px;
  background: rgba(172, 170, 201, 0.5); /* sexyBlue */
}

.component--Grid-align-stretch {
  justify-content: stretch;
}

.component--Container {
  max-width: 1280px;
  padding-left: 56px;
  padding-right: 56px;
  position: relative;
}

.component--Link {
  text-decoration: none;
  color: inherit;
  position: relative;
}

.component--Link-underline:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
}

.component--Link-inline {
  color: #4c71c6; /* blue */
}

.component--Link-inline:hover {
  color: #0046A7;
  text-decoration: underline;
}

.component--Link-inline:active {
  color: #202239; /* midnight */
  text-decoration: underline;
}

.component--Link-simple-underline {
  text-decoration: underline;
}

.component--Link-hover-white:hover {
  opacity: 1;
  color: #ffffff; /* white */
}

.component--Link-hover-blue:hover {
  opacity: 1;
  color: #4c71c6; /* blue */
}

.component--Text {
  line-height: 1.4;
}

.component--Text-operator {
  font-size: 0.5em;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 0.15em;
  line-height: 0;
}

.component--Text-transform-uppercase {
  text-transform: uppercase;
}

.component--Text-weight-bold {
  font-weight: bold;
}

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

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

.component--Text-weight-light {
  /* YOLO */
  font-family: 'proximanova-light';
}

.component--Text-letter-spacing-spacious {
  letter-spacing: 0.1072em;
}

.component--Text-align-center {
  text-align: center;
}

.component--Text-align-right {
  text-align: right;
}

.component--Meter-body {
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.component--Meter-container {
  position: relative;
  height: 4px;
  border-radius: 4px;
  background: rgba(172,170,201,0.5);
  overflow: hidden;
}

.component-Separator {
  height: 1px;
  background: #E9E9E9; /* spicyGrey */
}

.component--Flyout-content {
  cursor: auto;
  z-index: 9999;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 260px;
  border-radius: 5px;
  background: #fff;
}

.component--Flyout-tail {
  position: absolute;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #E9E9E9;
  background: #fff;
  border-width: 1px 1px 0px 0px;
}

.component--Flyout-tail-top {
  transform: translateY(-50%) rotate(135deg)
    translateY(1px);
}

.component--Flyout-tail-bottom {
  transform: translateY(50%) rotate(-45deg)
    translateY(1px);
}

.component--Flyout-tail-left {
  transform: translateX(-50%) rotate(45deg) translateX(-1px);
}

.component--Flyout-tail-right {
  transform: translateX(50%) rotate(-135deg) translateX(-1px);
}

.component--FormInput-select {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
}

.component--FormCheckbox-input {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.component--FormCheckbox-placeholder {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #fcfdff;
  border: solid 1px rgba(172, 170, 201, 0.5);
}

.component--FormCheckbox-placeholder > .component--Icon-container {
  opacity: 0;
}

.component--FormCheckbox-input:checked ~ .component--FormCheckbox-placeholder > .component--Icon-container {
  opacity: 1;
}

.component--FormInput-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  box-shadow: 0 2px 6px 0 rgba(208,221,253,0.14);
  border-radius: 3px;
}

.component--FormInput-container > * {
  margin: 0 5px;
}

.component--FormInput-container > *:first-child {
  margin-left: 0;
}

.component--FormInput-container > *:last-child {
  margin-right: 0;
}

.component--FormInput-input {
  display: block;
  padding: .75rem 1rem;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  flex: 1 1 auto;
  font-size: 1em;
}

/* See https://stackoverflow.com/a/37432260 for info about autofill */
@keyframes component--FormInput-autofill {
  to {
    color: #202239; /* midnight */
    background: transparent;
  }
}

.component--FormInput-input:-webkit-autofill {
  animation-name: component--FormInput-autofill;
  animation-fill-mode: both;
}

.component--FormInput-input:focus,
.component--FormInput-select:focus {
  outline: none;
}

.component--FormInput-input:disabled,
.component--FormInput-select:disabled {
  /* TODO: Get real value */
  color: rgba(0, 0, 0, 0.2);
}

.component--FormInput-input:disabled ~ *,
.component--FormInput-select:disabled ~ * {
  /* TODO: Get real value */
  color: rgba(0, 0, 0, 0.2);
}

.component--FormInput-input:disabled ~ .component--FormInput-outline,
.component--FormInput-select:disabled ~ .component--FormInput-outline {
  /* TODO: these colors are from Sketch but are they based on anything else? */
  border-color: rgba(172, 170, 201, 0.50);
}

.component--FormInput-input:disabled ~ .component--FormInput-background,
.component--FormInput-select:disabled ~ .component--FormInput-background {
  /* TODO: these colors are from Sketch but are they based on anything else? */
  background: rgba(98, 100, 122, 0.10);
}

.component--FormInput-input:focus ~ .component--FormInput-outline,
.component--FormInput-select:focus ~ .component--FormInput-outline {
  /* TODO: Get real value */
  border-color: rgba(172, 170, 201, 1);
}

.component--FormInput-error .component--FormInput-input ~ .component--FormInput-outline,
.component--FormInput-error .component--FormInput-select ~ .component--FormInput-outline {
  border-color: #D72E35;
}

.component--FormInput-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.component--FormInput-outline {
  /* TODO: these colors are from Sketch but are they based on anything else? */
  order: 1;
  border: solid 1px rgba(172, 170, 201, 0.50);
}

.component--FormInput-background {
  /* TODO: these colors are from Sketch but are they based on anything else? */
  background: #FCFDFF;
  order: 99999;
  z-index: -1;
}

.component-FormInput-layout {
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  transition: all 0.3s;
  margin: 0 !important;
}

.component--FormInput-outline {
  order: 1;
  border: 1px solid rgba(172,170,201,0.50);
  border-radius: 3px;
}

.component--FormSelect:focus {
  outline: none;
}

.component--Modal-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  background: linear-gradient(rgba(17, 25, 42, 1.0), rgba(48, 76, 109, 1.0));
}

.component--Button {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  background: radial-gradient(circle, #4C71C6 0%, #002B86 100%);
  box-shadow: 0 5px 14px 0 rgba(29,30,36,0.19);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  white-space: nowrap;
}

.component--Button:hover {
  background: #1450B3;
}

.component--Button:active {
  background: #013C9C;
}

.component--Button:disabled {
  background: #b1b1b1;
  cursor: not-allowed;
}

#termsId {
  background: #b1b1b1;
}

.terms-checkbox {
  background: #b1b1b1;
  cursor: not-allowed;
}

/* Always show the scroll bar in T&C.*/
#terms::-webkit-scrollbar {
    width: 10px;
}

#terms::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 5px;
}
 
#terms::-webkit-scrollbar-thumb {
    height: 25%;
    background: #b1b1b1; 
    border-radius: 5px;
}

#terms::-webkit-scrollbar-thumb:hover {
    background: #c7c7c7;
}

.marketing-checkbox {
  padding: 10px;
}

.component--Button.component--Button-type-positive {
  background: radial-gradient(farthest-corner at 26% 100%, #51BE9E 27%, #00825B 100%);
}

.component--Button.component--Button-type-outline {
  background: none;
  box-shadow: none;
  border: 1px solid currentColor;
}

.component--Button.component--Button-type-positive:not([disabled]):hover {
  background: #06936C;
}

.component--Button.component--Button-type-positive:active {
  background: #00825B;
}

.component--Button.component--Button-type-destructive {
  background: radial-gradient(circle, #F35456, #BA1A21);
}

.component--Button.component--Button-type-destructive:hover {
  background: #D72E34;
}

.component--Button.component--Button-type-destructive:active {
  background: #BA1A21;
}

.component--Button-block {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.component--Button-no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.component--Button-disabled, .component--Button-block-disabled {
  opacity: 0.5;
}

.component--Button-type-clear {
  display: inline-block;
  color: #4c71c6; /* blue */
  line-height: 24px;
  border: 1px solid rgba(76,113,198,0.4);
  box-shadow: inset 0 -4px 4px 6px rgba(98,100,122,0.03), 0 0 14px 0 rgba(29,30,36,0.05);
  background: #FFF;
}

.component--Button-type-clear:hover,
.component--Button-type-clear:active {
  background: #EEF3FF;
  box-shadow: 0 5px 14px 0 rgba(29,30,36,0.19);
}

.component--Button-type-clear-secondary,
.component--Button-type-clear-secondary:hover,
.component--Button-type-clear-secondary:active {
  color: #4c71c6; /* blue */
  border: none;
  box-shadow: none;
  background: none;
}

.component--Button-type-fakeLink,
.component--Button-type-fakeLink:hover {
  color: currentColor;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.3px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1.3px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(189, 190, 199, 1.0);
  box-shadow: none;
  background: transparent;
  border: none;
  padding: 0;
}

.component--Button-type-clear.component--Button-mini {
  height: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.component--Image {
  display: block;
  max-width: 100%;
}

.component--Image-rounded {
  border-radius: 20px;
}

.component--ComingSoonLabel {
  font-size: 12px;
  letter-spacing: 1.3px;
  height: 27px;
  width: 129px;
  border-radius: 13.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  /* HACK set background as rgba so that opacity does not apply to child elements */
  background-color: rgba(255, 232, 151, 0.8);
}

/*
 * ============================================================================
 * BEM-ish things
 * ============================================================================
 */

.text-ultra {
  font-size: 48px;
}

.text-xUltra {
  font-size: 64px;
}

.text-blue {
  color: #4C71C6; /* blue */
}

.text-deepBlue {
  color: #395F7E; /* deepBlue */
}

.text-gold {
  color: #ffe897; /* gold */
}

.text-phosphorusRed {
  color: #D72E35;
}

.text-indianRed {
  color: #DA4B4D;
}

.background-gold {
  background: #ffe897; /* gold */
}

.background-emerald {
  background: #2EAF8A; /* emerald */
}

.background-white {
  background: #ffffff; /* white */
}

.background-smokyBlue {
  background: #47789F;
}

.background-periwinkle {
  background: #E7F1F7; /* periwinkle */
  /*
   * HACK ALERT: Because we're not using polished this is a mechanism to make
   * things that use a given background _AND_ add a border have the border
   * color automatically match the background tint. If no border is specified
   * then this has no effect.
   */
  border-color: #C2DEE9;
}

.background-deepPeriwinkle {
  background: #D4E7F0;
  /* Same HACK: alert as above */
  border-color: #CAE2EC;
}

.background-smokyGrey {
  background: #EAEAF1;
}

.background-midnight {
  background: #202239;
}

/*
 * ============================================================================
 * Polyfills for missing basscss classes
 * ============================================================================
 */

/* Full negative margins instead of just mxnV */
.mn1 {
  margin: -0.5rem;
}

.mn2 {
  margin: -1rem;
}

.mn3 {
  margin: -2rem;
}

.mn4 {
  margin: -4rem;
}

/* 1.5rem spacing used by `SpacedContent`, `Grid`, etc. */
.mt2 {
  margin-top: 1rem;
}

.p25 {
  padding: 1.5rem;
}

.px25 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pt25 {
  padding-top: 1.5rem;
}

.pb25 {
  padding-bottom: 1.5rem;
}

.mt25 {
  margin-top: 1.5rem;
}

.mb25 {
  margin-bottom: 1.5rem;
}

.mn25 {
  margin: -1.5rem;
}

/* 3rem spacing used by `SpacedContent`, `Grid`, etc. */
.p35 {
  padding: 3rem;
}

.px35 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pt35 {
  padding-top: 3rem;
}

.pb35 {
  padding-bottom: 3rem;
}

.mt35 {
  margin-top: 3rem;
}

.mb35 {
  margin-bottom: 3rem;
}

.mx35 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mn35 {
  margin: -3rem;
}

.btn-copied {
  border-width: 2px;
  border-color: #4c71c6 /* blue */
}

.replay-button {
  transition: opacity .3s ease-in-out;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.replay-button:disabled {
  opacity: 0;
}

.replay-button:focus {
  outline: none;
}

.replay-button > svg {
  transition: transform .3s ease-in-out;
}
.replay-button:hover > svg {
  transform: rotate(-180deg);
}

.pill-select {
  display: inline-block;
  background-color: #0a0f1d;
  padding: 7px 17px;
  border-radius: 15px;
}

.pill-select-option:focus {
  outline: none;
}

.pill-select-option {
  background-color: transparent;
  color: rgba(255, 255, 255, .5);
  border: none;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  padding: 15px 28px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}

.pill-select-option-selected {
  background-color: #1a253b;
  color: #fff;
}

.clickable {
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: scale(1);
  cursor: pointer;
}

.clickable:hover {
  transform: scale(1.03);
}


/*
 * ============================================================================
 * D-Wave custom styles. Do not delete unless you're absolutely sure!
 * ============================================================================
 */
.mfa-field-message {
  list-style: none;
  padding-left: 0;
}

.login-error {
  color: #ad1f1f;
}

.mfa-field-error {
  color: #ad1f1f;
}

.signup-field-error .errorlist {
  color: #ad1f1f;
  list-style: none;
  padding-left: 0;
}

.card-border-yellow {
  border: solid 5px #ffe897;
}

.tight-table.mt2 {
  margin-top: 0rem;
}

.tight-table.mb2 {
  margin-bottom: 0rem;
}

.tight-table-header.mb2 {
  margin-bottom: 0.5rem;
}

.bg-yellow-gradient {
  background: linear-gradient(90deg, #eebe5a 0%, #ffe897 80%);
}

.solver-cell {
  text-align: left;
  padding-right: 1.5rem;
}

.solver-cell-indent {
  text-align: left;
  padding-right: 1.5rem;
  text-indent: 1em;
}

/* Plan Page Slider */
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  outline: none;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #395F7E;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #395F7E;
  cursor: pointer;
}

.installsdk-card .heading {
  font-size: 18px;
  line-height: 24px;
}

.installsdk-card .component--Code.background-deepPeriwinkle.text-deepBlue .component--Text.heading,
.installsdk-card .text-deepBlue.monospace.flex-auto.component--ApiTokenField.heading {
  font-size: 14px;
}

.installsdk-card .component--Code.background-deepPeriwinkle.flex.items-center.component--ApiTokenField-container {
  margin-top: 50px;
}

.developer-tools-cli-steps .component--Code.background-smokyGrey.flex.items-center.component--ApiTokenField-container {
  margin-top: 10px;
  padding: 15px;
}

.plans-card-side-notes {
  font-size: 0.95em;
  text-align: right;
  padding-bottom: 0px;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.price-notes-container {
  text-align: left;
}

.price-notes {
  font-size: 14px;
}

.commercial-plan-contact-form .price-notes {
  font-size: 13px;
}

@media screen and (min-width: 1700px) {
  body.signup-screen > div > div.img-login-bg > img {
    position: fixed !important;
    height: 95% !important;
    left: 61% !important;
  }
}


@media screen and (min-width: 1700px) {
  body.signup-screen > div > div.img-login-bg > img {
    position: fixed !important;
    height: 95% !important;
    left: 61% !important;
  }
}

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

.problemstatus-table-styles {
  border: none !important;
}

.problemstatus-table-styles .rt-tr-group {
  border: none !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.problemstatus-table-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: left;
  font-weight: bold;
  border: 0;
}

.ReactTable {
    font-size: 95%;
}

.ReactTable.problemstatus-table-styles .-pagination .-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: 1em;
  color: rgba(0,0,0,0.6);
  background: rgba(0,0,0,0.1);
  transition: all .1s ease;
  cursor: pointer;
  outline: none;
  display: inline-block;
  color: #4c71c6;
  line-height: 24px;
  border: 0;
  box-shadow: 0;
  background: #FFF;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}

.ReactTable.problemstatus-table-styles .-pagination .-btn:hover {
  background: transparent !important;
  color: #4c71c6 !important;
}

.ReactTable.problemstatus-table-styles .-pagination .-btn:disabled {
  background: transparent !important;
  color: #4c71c6 !important;
  cursor: not-allowed;
}

.ReactTable .-pagination {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px;
   box-shadow: none !important;
   border-top: 0 !important;
}

.ReactTable .-pagination .-pageInfo {
  display: inline-block;
  margin: 3px 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #62647a;
}

.ReactTable .rt-thead.-header {
  margin-bottom: 10px;
}

.ReactTable .pagination-bottom {
  margin-top: 10px;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.positioning-inherited {
  position: inherit;
}

.p-b-20 {
  padding-bottom: 20px;
}

.support-card-online-learning-container {
  padding-top: 30px;
  padding-bottom: 10px;
}

.support-card-help-center-container {
  padding-top: 30px;
}

.support-card-subheading {
  padding-right: 30px;
}

.whatsnew-card-help-center-container {
  padding-top: 0px;
  padding-bottom: 0;
}

.whatsnew-card {
  margin-top: 0;
  border: solid 5px #ffe896;
}

select.component--FormInput-select {
  z-index: 1;
}

.left-horizontal {
  text-align: left;
}

@media screen and (min-width: 1855px) {
  .upgradeplan-selections-mid-width {
    display: none;
  }
  .upgradeplan-selections-wider-width {
    display: block;
  }
}
@media screen and (max-width: 1855px) {
  .upgradeplan-selections-wider-width {
    display: none;
  }
  .upgradeplan-selections-mid-width {
    display: block;
  }
}

.signup-link-to-login {
  margin-left: auto;
  padding-bottom: 45px;
  margin-top: -15px;
}

.signup-link-to-login .subheading-link-text {
    margin-left: auto;
}

.reverse-margin-trial-card-btn {
  margin-top: -2.5rem;
}

.reverse-margin-commercial-card-btn {
  margin-top: 4rem;
}

.reverse-margin-cutom-card-btn {
  margin-top: -15px;
}


.pad-top-10 {
  padding-top: 10px !important;
}

.pad-top-20 {
  padding-top: 20px !important;
}

.pad-bottom-0 {
  padding-bottom: 0rem;
}

.pad-bottom-5 {
  padding-bottom: 0.3125rem;
}

.pad-bottom-10 {
  padding-bottom: 0.625rem;
}

.pad-bottom-15 {
  padding-bottom: 0.9375rem;
}

.pad-bottom-20 {
  padding-bottom: 1.25rem;
}

.pad-bottom-25 {
  padding-bottom: 1.5625rem;
}

.pad-bottom-30 {
  padding-bottom: 1.875rem;
}

.getmore-time-account-card-container {
  text-align: center;
  padding-bottom: 0.3125rem;
}

.renewal-expiry-heading {
  padding-bottom: 2px;
}

.account-type-upgrade-btn-container {
  margin-top: 0rem;
}

.account-card-copy-btn {
  padding-left: 1px;
  padding-right: 1px;
}

.padding-top-20 {
   padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.upgrade-plan-commercial-section-heading-container {
  text-align: center;
}

.upgrade-plan-commercial-section-heading {
  margin-top: 0;
}

.upgrade-plan-commercial-section-body {
  color: blue;
}

no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  padding-bottom: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-right: 0;
}

.no-padding-right-left {
  padding-left: 0;
  padding-right: 0;
}

.savings-notes {
  font-size: 16px;
  color: #4C71C6;
  line-height: 1.52;
}

.upgrade-plan-commercial-pricing-section {
  /*-webkit-transform: scale(1.3);*/
  /*transform: scale(1.3);*/
}

.display-extra-large {
  font-size: 46px;
  line-height: 47px;
}

.price-notes-text {
  margin-top: 0px;
  text-align: justify;
}

.price-notes-info-note {
  margin-top: -21px;
}

.pricing-info-section-summary {
  margin-bottom: 0.5rem;
  font-size: 17px;
  letter-spacing: 0.03em;
}

.disabled-link {
  color: #a6a6a6;
}

.disabled-cursor {
  cursor: not-allowed;
}


.link-high-contrast {
  color: #d8c684;
}

.link-high-contrast:hover {
  color: #ffe896;
}

Button:disabled {
  cursor: not-allowed;
}

.text-justify {
  text-align: justify;
}

.add-to-cart-btn-commercial {
  margin-top: 1rem;
}

.savings-section-container {
  padding-left: 0px;
  padding-top: 24px;
}

hr.pricing-info-section-summary-line-separator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  padding: 0;
  margin-top: 2rem;
}

.lottie-button-loader {
  display: inline-flex;
  height: 100%;
  align-items: center;
  transition: opacity 0.3s ease-out 0.3s;
  transform: translateY(0);
  padding-left: 4em;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.lottie-button-loader-span {
  width: 4em;
  display: inline-flex;
  height: 100%;
}

/*
* Loading spinner
*/

.loading-spinner-container {
  color: #8f939c;
  margin-left: -5px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 47px;
}
.lds-ellipsis div {
  position: absolute;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #8f939c;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 23px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* To ensure the column items in the supported solver table will always wrap when given longer solver names */
#supported-solvers-section-container table > tbody > tr > td:nth-child(1),
#supported-solvers-section-container table > tbody > tr > td:nth-child(4) {
  word-break: break-all;
}

.item-with-no-icon {
  margin-left: -45px;
}

.WhatsNewInfoModal-style a {
  float: right;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.WhatsNewInfoModal-style .heading {
  margin-top: -1rem;
}

.WhatsNewInfoModal-style .whatsnew-cta-button {
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: white;
}

.WhatsNewInfoModal-style img {
  margin-top: -10px;
}

#dropDownTooltip {
  display: inline-flex;
  verticalAlign: middle;
  font-size: 1.5rem;
}

#dropDownTooltip .tooltip {
  right: -0.7rem;
  bottom: 40px;
}

#timeAvailTooltip .tooltip {
  right: -0.65rem;
  bottom: 40px;
  width: 20rem;
}

.dashboardHeaderText .tooltip {
  right: -0.8rem;
  bottom: 36px;
}

.quota-stat .left-justified .caps-spaced {
  margin-top: 0;
}

.solverDropdown .component--FormInput-input {
  white-space: nowrap;
  overflow: hidden;
}