/* Hack to make checkbox bigger */
input[type="checkbox"].large {
  transform: scale(2);
}

label {
  text-transform: none;
  font-weight: normal;
}

/**
 * Colours.
 */

.black {
  color: #0b0f37;
}

.gray {
  color: var(--grey);
}

.yellow {
  color: var(--gold);
}

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

.bg-gradient {
  background: linear-gradient(-179deg, #1e2036 0%, #5a6a84 100%, #6a6a6a 100%);
}

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

.bg-silver {
  background-color: var(--light-grey);
}

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

.bg-white {
  background-color: var(--white);
}

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

/**
 * 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%;
}

.width-78 {
  width: 78%;
}

.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-between {
  justify-content: space-between;
}

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

/**
 * 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.5);
  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);
}

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: 0.875rem;
  color: rgba(139, 146, 156, 1);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-bottom: 5px;
}

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

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

.header-height {
  height: 100px;
}

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

.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: flex;
  align-items: center;
  justify-content: space-around;
  width: 41.516px;
  height: 41.516px;
  flex-shrink: 0;
  border-radius: 129.739px;
  background: linear-gradient(313deg, #dcdee5 -19.71%, #62647a 133.15%);
  box-shadow: 0px 2.595px 15.569px 0px rgba(238, 166, 78, 0.16);

  color: #fff;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18.163px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.516px;
  text-transform: uppercase;
  vertical-align: middle;
}

.avatar-name {
  display: none;
}

@media (min-width: 768px) {
  .avatar-name {
    margin-left: 2px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 16ch;
    white-space: nowrap;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 18.163px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.948px; /* 142.857% */
  }
}

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

.card {
  position: relative;
  max-width: 320px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.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) 12%, #191d3e 84%);
}

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

.card-content {
  padding: 24px 40px 32px;
  transition: all 0.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("/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-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);
  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);
  color: rgba(255, 255, 255, 1);
}

.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
 */

.onboarding-panel .display-large {
  font-weight: normal;
}

.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), rgba(50, 77, 106, 1));
  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;
}

nav.settings-nav {
  max-width: 1168px;
  border-bottom: 1px solid #cecddd;
  margin: 0 auto;
  padding-bottom: var(--rs-8);
  margin-bottom: 4.5rem;
  justify-content: start;
  font-weight: 600;
}
nav.settings-nav strong,
nav.settings-nav a {
  margin-right: var(--rs-48);
  text-decoration: none;
}
nav.settings-nav strong.active::after {
  content: " ";
  display: block;
  height: 4px;
  background: var(--midnight);
  border-radius: 2px;
}

.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: 0.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: 0.5rem;
  margin-bottom: 1.5rem;
}

.settings-section-small {
  color: #62647a;
  font-size: 0.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: 0.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: 0.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("/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("/images/warning-offset-large.svg"),
    url("/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;
}

#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);
  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, 0.2);
    padding-right: 1rem;
  }
}

.settings-github-repo-container {
  border: 1px solid rgba(172, 170, 201, 0.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: 0.375rem;
}

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

.settings-github-repo-delete-btn {
  color: #4c71c6;
  font-size: 0.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: 0.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: 0.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: 0.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: 0.75rem 1rem;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: solid 1px rgba(172, 170, 201, 0.5);
  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: 0.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: "";
}

/**
 * Dashboard Page
 */

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

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

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

.dashboard-container-resources-flag {
  margin-top: -160px;
}

.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;
  width: 365px;
}

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

.account-card-section .full-name {
  word-break: break-word;
}

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

.active-project {
  max-width: 273px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * Resources Page
 */

.resources-header-background {
  background: linear-gradient(rgba(34, 50, 73, 1), rgba(48, 76, 109, 1));
  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;
  background-color: #fcfdff;
}

.component--ApiTokenField-container:focus-within {
  outline: 1px solid var(--blue-highlight);
}

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

.component--ApiTokenField:focus-visible {
  outline: none;
}

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

.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;
}

.choose-plan-card > div > div > form > .upgrade-plan-button {
  width: 231px;
}

.plan-description {
  height: 375px;
  color: var(--grey);
  font-size: 20px;
  line-height: 28px;
}

.service-details {
  line-height: 1.25;
  height: 200px;
  font-size: 14px;
}

.service-details-list {
  line-height: 1.25;
}

.service-details-icon {
  font-size: 18px;
}

.plan-button-wrapper {
  height: 100px;
}

.choose-plan-btn {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: 322px;
}

/*
   Fixed for misaligned buttons of Plan Cards on Firefox
   This only affects that specific element
*/
@-moz-document url-prefix() {
  /* set 1 pixel lower that chrome */
  .choose-plan-card > div > .left-horizontal {
    font-size: 17px;
  }

  .choose-plan-card > div > div > form > .mt2 {
    margin-top: 16px;
  }
}

/*
   SSW-6320 Fixed for plan card bottom padding in Safari only
*/
@media not all and (min-resolution: 0.001dpcm) {
  /* set this to lower because font-weight behaves differently in safari */
  .component--Text-weight-semibold {
    font-weight: 500;
  }

  /* vertically align the middle card button in leap plan page */
  .choose-plan-card > div > div > form > .commercial-button-mt {
    margin-top: 36px;
  }
}

.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%;
  color: #000;
}

.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: 0.75rem 1rem;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  flex: 1 1 auto;
  line-height: normal;
}

.component--FormInput-container .form-select-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 0.5em;
}

/* 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-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.5);
}

.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.1);
}

.component--FormInput-input:focus ~ .component--FormInput-outline,
.component--FormInput-select:focus ~ .component--FormInput-outline {
  /* TODO: Get real value */
  border-color: var(--blue-highlight);
}

.component--FormInput-error ~ .component--FormInput-outline {
  border-color: #d72e35;
}

.component--FormInput-error ~ .alert-error-container {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 1rem;
}

.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.5);
}

.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.5);
  border-radius: 3px;
}

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

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

.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);
  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;
}

.cancel-problem-jobs-button {
  height: 60px;
  width: 235px;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0 16px;
}

.component--Button-type-basicstyle {
  display: inline-block;
  color: #62647a;
  line-height: 24px;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 -4px 4px 6px rgba(98, 100, 122, 0.03),
    0 0 14px 0 rgba(29, 30, 36, 0.05);
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
}

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

.component--Button-type-nostyle {
  display: inline-block;
  color: #62647a;
  line-height: 24px;
  background: #fff;
  box-shadow: none;
}

.component--Button-type-nostyle:hover,
.component--Button-type-nostyle:active {
  background: #fff;
  box-shadow: none;
}

.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;
}

.text-mint {
  color: #51be9e;
}

.text-salmon {
  color: #fc9291;
}

.text-babyBlue {
  color: #87cdda;
}

.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;
}

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

.replay-button {
  transition: opacity 0.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 0.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, 0.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;
}

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

.positioning-inherited {
  position: inherit;
}

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

.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;
}

.support-card-container {
  padding-top: 35px;
  padding-bottom: 18px;
}

.support-card-code-examples-container {
  padding-top: 30px;
}

.support-card-code-examples-new {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 15.3525px;
  line-height: 18px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, #51be9e, #51be9e);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  float: right;
  position: relative;
  top: 50%;
  right: 10%;
}

.support-card-community-container {
  padding-top: 44px;
}

.support-card-concepts-container {
  padding-top: 15px;
  padding-bottom: 10px;
}

.support-card-interactive-demo-container {
  padding-top: 20px;
}

.support-card-learning-container {
  padding-top: 50px;
}

.support-card-subheadingv2 {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #202239;
}

.support-card-item {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 15.3525px;
  line-height: 20px;

  color: #202239;
}

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

.whatsnew-card {
  margin-top: 0;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border: solid 5px #ffe896;
}
.whatsnew-card:hover {
  cursor: pointer;
}

.no-select {
  /*Disables text highlighting*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

.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;
}

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

#subscription_status_tooltip,
#seat_type_tooltip {
  width: 210px;
  font-size: var(--rs-14);
}

.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;
}

.whats-new-modal-container {
  width: 616px;
  background: white;
  border-radius: 20px;
  padding-bottom: 20px;
  position: relative;
}

.whats-new-modal-gradient {
  height: 10%;
  position: absolute;
  width: 100%;
  top: 87%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.whats-new-modal-title {
  padding: 20px;
  padding-bottom: 5px;
  padding-top: 20px;
}

.whats-new-modal-content {
  max-height: 553px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: rgb(204, 202, 202) transparent; /*firefox*/
  scrollbar-width: thin; /*firefox*/
}

.whats-new-item > div {
  margin: 32px;
  margin-top: 24px;
}

.whats-new-heading {
  line-height: 24px;
}

.whats-new-item > hr {
  margin-left: 30px;
  margin-right: 25px;
}

.whats-new-item > div > a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #20213a;
}

.whats-new-next-toggle {
  z-index: 2;
  float: right;
  position: relative;
  right: 35px;
  bottom: 25px;

  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;

  color: #3d4557;
}

.whats-new-external-link {
  display: inline-block;
}

.tc-modal-container {
  width: 1049px;
  height: 620px;
  background: white;
  border-radius: 20px;
  padding: 1rem;
  position: relative;
}

.tc-modal-header {
  padding-bottom: 32px;
}

.tc-modal-table-of-contents {
  height: 560px;
  background-image: linear-gradient(rgba(36, 76, 120, 1), #0f1a31 100%);
  border-bottom-left-radius: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding-bottom: 3rem;
  border-bottom: 1rem solid transparent;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.tc-modal-table-of-contents::-webkit-scrollbar {
  display: none;
}

.tc-modal-grid {
  position: relative;
}

.tc-modal-grid .body-content {
  border-top: #e6e6e6;
  border-top-width: 1px;
  border-top-style: solid;
}

.tc-modal-grid::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 75%;
  height: 100px;
  background: linear-gradient(
    180deg,
    rgba(253, 254, 255, 0.76) -10.87%,
    #fff 31.05%
  ); /* transparent keyword is broken in Safari */
}

.tc-modal-table-of-contents-gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 25%;
  height: 100px;
  pointer-events: none;
  border-bottom-left-radius: 20px;
  background: linear-gradient(
    rgb(15, 46, 29, 0.001) 0%,
    #0f1a31 30%
  ); /* transparent keyword is broken in Safari */
}

.tc-modal-tc {
  height: 560px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-bottom: 1rem solid transparent;
  scrollbar-color: rgb(61, 69, 87, 0.3) white;
  border-radius: 10px;
}

.tc-modal-tc::-webkit-scrollbar-thumb {
  border-radius: 20px;
  height: 105px;
  width: 8px;
}

.tc-modal-characterization-of-changes-text {
  letter-spacing: 0.01px; /* letter-spacing hack required for PDF to render correctly */
}

.tc-modal-characterization-of-changes-text > ol > li {
  letter-spacing: 0px;
}

.tc-modal-tc-text {
  padding-bottom: 100px;
  letter-spacing: 0.01px;
}

/* A hack to hide h1's in the modal, should replace with a better solution*/
.tc-modal-tc-text h1 {
  display: none;
}

.tc-modal-tc-text > ol > li {
  letter-spacing: 0px;
}

.tc-modal-table-of-contents .toc-heading {
  color: white;
  font-size: 0.75rem;
  margin-left: 30px;
  font-weight: 600;
  padding: 4px 0px;
  width: 200px;
}

.tc-modal-table-of-contents a {
  text-decoration: none;
  outline: 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently */
}

.tc-modal-table-of-contents .toc-title {
  color: white;
  font-size: 1.25rem;
  margin-left: 15px;
  font-weight: 600;
}

.tc-modal-close-button {
  padding-right: 8px;
  padding-top: 6px;
}

.tc-modal-buttons .not-now-button {
  bottom: 1rem;
  right: 250px;
  position: absolute;
  box-shadow: 0px 5px 5px grey;
  width: 121px;
  padding: inherit;
}

.tc-modal-buttons .accept-terms-button {
  bottom: 1rem;
  right: 30px;
  position: absolute;
  box-shadow: 0px 5px 5px gray;
  background-image: linear-gradient(270deg, #47526d 0%, #2e3041 100%);
}

.tc-download {
  margin-left: 0.8rem;
  display: flex;
  font-size: 1.5rem;
  color: white;
  bottom: 2rem;
  position: absolute;
  cursor: pointer;
}

.tc-download:active {
  color: #ffe897;
}

.tc-download:hover {
  color: #ffe897;
}

.tc-download-button-text {
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  margin-left: 0.2rem;
}

.accept-terms-button:hover {
  background-color: #2e3041 !important;
}

.toc-headings {
  padding-bottom: 1.25rem;
}

.toc-heading-visibility-icon {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
}

.toc-heading-visibility-icon.collapse {
  transform: rotate(-90deg);
  display: inline-block;
}

.toc-heading-visibility {
  margin: auto 0;
  padding-left: 0.2rem;
  cursor: pointer;
}

.toc-headings.collapse {
  height: 0px;
}

.toc-heading.active {
  color: #ffe897;
}

.toc-heading:hover {
  color: #ffe897;
}

.toc-title {
  width: 175px;
}

.toc-title.active {
  color: #ffe897;
}

.toc-title:hover {
  color: #ffe897;
}

.no-scroll {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 15px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: rgb(204, 202, 202);
}

.WhatsNewInfoModal-style a {
  color: black;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.WhatsNewInfoModal-style a:hover {
  color: var(--blue);
}

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

#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;
}

.refresh-button {
  width: 18px;
  height: 26px;
  margin: 0 21px;
  padding: 0;
  border: none;
  color: rgb(98, 100, 122);
  background: #fff;
  outline: none;
  cursor: pointer;
}
.refresh-icon.rotate-clockwise {
  font-size: 24px;
  animation-play-state: paused;
}
.refresh-icon.rotate-clockwise.active {
  animation-play-state: running;
}
.rotate-anti-clockwise {
  -webkit-animation: antiClockwiseSpin 1s infinite linear;
  -moz-animation: antiClockwiseSpin 1s infinite linear;
  animation: antiClockwiseSpin 1s infinite linear;
}

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

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

.rotate-clockwise {
  -webkit-animation: clockwiseSpin 1.5s infinite linear;
  -moz-animation: clockwiseSpin 1.5s infinite linear;
  animation: clockwiseSpin 1.5s infinite linear;
}

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

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

.dashboard-card-container {
  width: 800px;
}
