.hk-slide-panel-overlay {
  z-index: 1001 !important;
}

.hk-shadow-box {
  box-shadow: 0 3px 20px 0 rgba(89, 105, 129, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/*
Switch
*/
.hk-switch {
  display: inline-block;
}

.hk-switch input {
  display: inline-block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hk-switch-value {
  background: #EEF1F6;
  border: 1px solid #CFD7E6;
  border-radius: 34px;
  display: inline-block;
  height: 28px;
  width: 48px;
  position: relative;
  transition: all 120ms;
  vertical-align: -0.5em;
}

.hk-switch-value:before {
  content: "";
  background-color: #fff;
  border: 1px solid;
  border-color: inherit;
  border-radius: 50%;
  box-shadow: 0 0.0625em 0 0.0625em rgba(0, 0, 0, 0.075);
  display: block;
  height: 28px;
  width: 28px;
  left: 25%;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: all 120ms ease-in;
}

input:checked + .hk-switch-value {
  background-image: linear-gradient(-135deg, #AB8ECD 0%, #79589F 100%);
  border-color: #AB8ECD;
}

input:checked + .hk-switch-value::before {
  left: 49%;
}

.hk-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
}

/*
hk-tabs
*/
.hk-tabs svg {
  fill: currentColor;
}

/*
hk-cursor
*/
.hk-cursor--help {
  cursor: help;
}

/*
hk-rotate
*/
.hk-rotate {
  transition: 50ms ease-in-out;
  cursor: pointer;
}
.hk-rotate.hk-rotate-90 {
  transform: rotate(90deg);
}

.hk-icon-16 {
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
}

.hk-icon-28 {
  width: 28px;
  height: 28px;
  -webkit-font-smoothing: antialiased;
}

.portal-screenshots {
  font-size: 0;
}

.hk-badge {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 6px 0px 8px;
  background: none;
  border: 1px solid;
  height: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
}

.next-steps-copy {
  max-width: 640px;
}

.buildpack-form {
  max-width: 640px;
}

.has-errors input, .has-errors textarea, .has-errors select {
  border: 1px solid #e78e8e;
}

@font-face {
  font-family: "benton-sans";
  src: url("https://www.herokucdn.com/fonts/bentonsans-book.eot"); /* IE9 Compat Modes */
  src: url("https://www.herokucdn.com/fonts/bentonsans-book.eot?#iefix") format("embedded-opentype"), url("https://www.herokucdn.com/fonts/bentonsans-book.woff") format("woff"), url("https://www.herokucdn.com/fonts/bentonsans-book.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 200;
}
@font-face {
  font-family: "benton-sans";
  src: url("https://www.herokucdn.com/fonts/bentonsans-regular.eot"); /* IE9 Compat Modes */
  src: url("https://www.herokucdn.com/fonts/bentonsans-regular.eot?#iefix") format("embedded-opentype"), url("https://www.herokucdn.com/fonts/bentonsans-regular.woff") format("woff"), url("https://www.herokucdn.com/fonts/bentonsans-regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
@font-face {
  font-family: "benton-sans";
  src: url("https://www.herokucdn.com/fonts/bentonsans-medium.eot"); /* IE9 Compat Modes */
  src: url("https://www.herokucdn.com/fonts/bentonsans-medium.eot?#iefix") format("embedded-opentype"), url("https://www.herokucdn.com/fonts/bentonsans-medium.woff") format("woff"), url("https://www.herokucdn.com/fonts/bentonsans-medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}
.languages-grid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.cards {
  opacity: 1;
  transition: all 400ms ease;
  margin-bottom: 80px;
}
.cards:hover .card {
  opacity: 0.8;
}

.card {
  transition: all 200ms ease-in-out !important;
}
.card:hover {
  opacity: 1 !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.flash-messages {
  z-index: 1100;
  -webkit-font-smoothing: subpixel-antialiased;
}

.notification {
  animation: fade-in 0.3s ease-out forwards;
  display: none;
}
.notification.active {
  display: block;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.supportMethods {
  transition: all 160ms ease-in-out;
  padding: 8px;
}

.move {
  cursor: move;
}

.is-dragging {
  background: rgba(255, 255, 255, 0.9);
  outline: 1px solid #cfd7e6;
  box-shadow: 0 1px 10px #cfd7e6;
  z-index: 100;
}
.is-dragging > .dtc {
  border-bottom: 1px solid transparent;
}

.shibori-checkbox {
  display: inline-block;
}

.shibori-checkbox input {
  display: inline-block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* style the "fake" shibori-checkbox */
.shibori-checkbox-value {
  background: #EEF1F6;
  border: 1px solid #CFD7E6;
  border-radius: 34px;
  display: inline-block;
  height: 28px;
  width: 46px;
  position: relative;
  transition: all 120ms;
  vertical-align: -0.5em;
}

.shibori-checkbox-value:before {
  content: "";
  background-color: #fff;
  border: 1px solid;
  border-color: inherit;
  border-radius: 50%;
  box-shadow: 0 0.0625em 0 0.0625em rgba(0, 0, 0, 0.075);
  display: block;
  height: 28px;
  width: 28px;
  left: 25%;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: all 120ms ease-in;
}

input:checked + .shibori-checkbox-value {
  border-color: #408FEC;
  background-image: linear-gradient(-135deg, #A1CAF9 0%, #408FEC 100%);
  box-shadow: inset 0 1px 2px 0 #408FEC;
}

input:checked + .shibori-checkbox-value::before {
  left: 44%;
}

.hk-slide-panel-overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  background: transparent;
  transition: 0.4s cubic-bezier(0.3, 0, 0, 1);
}
.hk-slide-panel-overlay.is-visible {
  opacity: 1;
  background: rgba(89, 105, 129, 0.2);
}

.hk-slide-panel-container {
  overflow-y: hidden;
  /* Smartphones (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .hk-slide-panel-container {
    width: calc(100% - 20px);
  }
}
.hk-slide-panel-container {
  /* iPads/Desktop (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 768px) {
  .hk-slide-panel-container {
    min-width: 400px;
  }
}
.hk-slide-panel-container {
  min-height: 200px;
  transition-delay: 0.2s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0, 1);
}
.hk-slide-panel-container.from-left, .hk-slide-panel-container.from-right {
  top: 0;
  height: calc(100% - 20px);
  /* Smartphones (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .hk-slide-panel-container.from-left, .hk-slide-panel-container.from-right {
    width: calc(100% - 20px);
  }
}
.hk-slide-panel-container.from-left, .hk-slide-panel-container.from-right {
  /* iPads/Desktop (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 768px) {
  .hk-slide-panel-container.from-left, .hk-slide-panel-container.from-right {
    width: 400px;
  }
}
.hk-slide-panel-container.from-left, .hk-slide-panel-container.from-right {
  /* iPads/Desktop (portrait only) ----------- */
}
@media only screen and (min-device-width: 768px) and (orientation: portrait) {
  .hk-slide-panel-container.from-left, .hk-slide-panel-container.from-right {
    max-height: 1050px;
  }
}
.hk-slide-panel-container.from-left.large, .hk-slide-panel-container.from-right.large {
  /* iPads/Desktop (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 768px) {
  .hk-slide-panel-container.from-left.large, .hk-slide-panel-container.from-right.large {
    width: 50vw;
  }
}
.hk-slide-panel-container.from-left {
  left: 0;
  transform: translateX(-400px);
}
.hk-slide-panel-container.from-left.large {
  transform: translateX(-50vw);
}
.is-visible .hk-slide-panel-container.from-left {
  transform: translateX(0);
}
.is-visible .hk-slide-panel-container.from-left .large {
  transform: translateX(0);
}
.hk-slide-panel-container.from-right {
  right: 0;
  transform: translateX(400px);
}
.hk-slide-panel-container.from-right.large {
  transform: translateX(50vw);
}
.is-visible .hk-slide-panel-container.from-right {
  transform: translateX(0);
}
.is-visible .hk-slide-panel-container.from-right .large {
  transform: translateX(0);
}
.hk-slide-panel-container.from-bottom, .hk-slide-panel-container.from-top {
  left: 0;
  right: 0;
  /* Smartphones (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .hk-slide-panel-container.from-bottom, .hk-slide-panel-container.from-top {
    height: 100%;
  }
}
.hk-slide-panel-container.from-bottom, .hk-slide-panel-container.from-top {
  /* iPads/Desktop (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 768px) {
  .hk-slide-panel-container.from-bottom, .hk-slide-panel-container.from-top {
    height: 400px;
  }
}
.hk-slide-panel-container.from-bottom.large, .hk-slide-panel-container.from-top.large {
  /* iPads/Desktop (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 768px) {
  .hk-slide-panel-container.from-bottom.large, .hk-slide-panel-container.from-top.large {
    height: 50vh;
    min-height: 400px;
  }
}
.hk-slide-panel-container.from-bottom {
  bottom: 0;
  transform: translateY(400px);
}
.hk-slide-panel-container.from-bottom.large {
  transform: translateY(50vh);
}
.is-visible .hk-slide-panel-container.from-bottom {
  transform: translateY(0);
}
.is-visible .hk-slide-panel-container.from-bottom .large {
  transform: translateY(0);
}
.hk-slide-panel-container.from-top {
  top: 0;
  transform: translateY(-400px);
}
.hk-slide-panel-container.from-top.large {
  transform: translateY(-50vh);
}
.is-visible .hk-slide-panel-container.from-top {
  transform: translateY(0);
}
.is-visible .hk-slide-panel-container.from-top .large {
  transform: translateY(0);
}

.hk-slide-panel-header,
.hk-slide-panel-footer {
  overflow: hidden;
  min-height: 51px;
  flex: 0 0 auto;
}

.hk-slide-panel-content {
  flex: 1;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

.slide-panel-shadow-cover-top {
  flex-basis: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 10px;
  width: 100%;
  background: linear-gradient(#FFFFFF 30%, rgba(255, 255, 255, 0)) 100% 0;
  background-size: 100% 12px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.slide-panel-shadow-cover-bottom {
  flex-basis: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 10px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF 70%) 0 100%;
  background-size: 100% 12px;
  background-repeat: no-repeat;
  pointer-events: none;
}

body.panel-is-visible {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

.hk-slide-panel-container.from-bottom .hk-slide-panel-content,
.hk-slide-panel-container.from-top .hk-slide-panel-content {
  height: calc(100% - 40px);
}
.hk-slide-panel-container.from-bottom .hk-slide-panel-header,
.hk-slide-panel-container.from-bottom .hk-slide-panel-footer,
.hk-slide-panel-container.from-top .hk-slide-panel-header,
.hk-slide-panel-container.from-top .hk-slide-panel-footer {
  min-height: 40px;
}

@keyframes hk-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hk-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hk-slide-up {
  from {
    transform: translateY(calc(100% + 8px));
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hk-slide-down {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(calc(100% + 8px));
  }
}
.hk-slide-panel-breakout-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(89, 105, 129, 0.15);
  animation: 0.3s cubic-bezier(0.3, 0, 0, 1) both hk-fade-in;
}

.hk-slide-panel-breakout-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: white;
  animation: 0.3s cubic-bezier(0.3, 0, 0, 1) 0.1s both hk-slide-up;
}

.hk-slide-panel-breakout[hidden] {
  display: block;
}
.hk-slide-panel-breakout[hidden] .hk-slide-panel-breakout-overlay {
  animation: 0.3s cubic-bezier(0.3, 0, 0, 1) both hk-fade-out;
}
.hk-slide-panel-breakout[hidden] .hk-slide-panel-breakout-content {
  animation: 0.3s cubic-bezier(0.3, 0, 0, 1) both hk-slide-down;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-multiple-options {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  text-indent: 2px;
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input {
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  line-height: 1.45;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

html, body {
  font-family: benton-sans, "Helvetica Neue", helvetica, arial, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body > .ember-view {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 50px);
}

.glostick__property__name span {
  position: relative;
}

nav.glostick {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 49;
  font-family: salesforce-sans, "Helvetica Neue", helvetica, arial, sans-serif !important;
}
nav.glostick .glostick__menu {
  max-height: calc(100vH - 64px);
  overflow: auto;
}
@media screen and (max-width: 600px) {
  nav.glostick .glostick__menu {
    max-height: calc(100vH - 20px - 46px);
    top: 56px;
  }
}

.confetti:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1111;
  height: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#ffffff');
}

.file-download {
  font-size: 10px;
  border-radius: 2px;
}

.required:after {
  content: " *";
  color: #e78e8e;
}

.screenshot {
  position: relative;
  cursor: pointer;
}
.screenshot .screenshot-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.screenshot .screenshot-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
.screenshot:hover .screenshot-overlay {
  opacity: 1;
}

.intro {
  background-color: #3B2F63;
  background-image: -webkit-radial-gradient(50% top, circle, rgba(84, 90, 182, 0.6) 0%, rgba(84, 90, 182, 0) 75%), -webkit-radial-gradient(right top, circle, #794aa2 0%, rgba(121, 74, 162, 0) 57%);
  background-image: radial-gradient(50% top, circle, rgba(84, 90, 182, 0.6) 0%, rgba(84, 90, 182, 0) 75%), radial-gradient(right top, circle, #794aa2 0%, rgba(121, 74, 162, 0) 57%);
  background-repeat: no-repeat;
  background-size: 100% 1000px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.agreement {
  line-height: 2;
}

.req-margin li {
  margin-left: -9px;
}

.rot90 {
  transform: rotate(90deg);
}

.support-flex {
  display: flex;
}

.hk-select .ember-power-select-status-icon {
  display: none;
}

.hk-select .ember-power-select-selected-item {
  vertical-align: sub;
}

.github-linker .ember-power-select-selected-item {
  padding-left: 15px;
}

.icon-display {
  height: 35px;
  width: 35px;
}

.w-15 {
  width: 15%;
}
/*@ sourceMappingURL=partner-portal-ui.css.map*/