/* Demo styling,
 * this file will bring Demo Landing Page styles,
 * you can safely remove if you're not using any style the index.html
 */
.demo-link {
  width: 64px;
  max-width: 64px;
  -webkit-transition: max-width 0.8s ease-in-out;
  transition: max-width 0.8s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.demo-link .demo-link-text {
  opacity: 0;
  font-weight: 400;
  font-size: 0.875rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease 0.2s;
  transition: -webkit-transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
}

.demo-link:hover {
  max-width: 192px;
  width: auto;
}

.demo-link:hover .demo-link-text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.demo-blocks {
  background-color: #f1f4f8;
}

.demo-blocks .block {
  margin-bottom: 3rem;
  margin-top: 3rem;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.075);
  border: 1px solid #d9e2ef;
  border-radius: 0.25rem;
  background-color: #ffffff;
}

.preview-pane {
  padding: 0;
  height: 320px;
  text-align: center;
}

.preview-pane .preview-page {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.preview-pane .preview-page img {
  width: 100%;
  display: block;
  margin-top: 0;
}

.card-demo .card-body {
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}

.card-demo .is-new {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.count-down {
  padding-top: 30px;
  padding-bottom: 30px;
}

.count-down li {
  padding: 0 30px 0;
}

.count-down span {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.count-down p {
  margin-top: 0;
  font-weight: 300;
}

@media (min-width: md) {
  .count-down span {
    font-size: 4.5rem;
  }
}

.example-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.example-selector > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0.5em;
  padding: 2.5em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.25rem;
  border: 1px solid #d9e2ef;
}

.example-selector > li:hover {
  border-color: #5533ff;
}

.cookie-location-message {
  margin-top: 4rem;
}

.cookie-location-message ul {
  list-style: none;
  padding: 0;
}

/*# sourceMappingURL=demo.css.map */

.competitor {
  height:54px;
}
.competitor img {
  max-height: 54px;
}


#domains {
  padding-top:80px;
  display:none;
}
#purchase {
  display:none;
  position: relative;
  z-index: 1000;
  background:#fff;
  margin:20px 0 0;
  font-size:22px;
  padding:28px 24px;
  width:100%;
  max-width:520px;
  float:right;
  border-radius:10px;
  box-shadow: 0 1.4px 1.1px rgb(0 0 0 / 3%), 0 3.9px 2.6px rgb(0 0 0 / 5%), 0 5px 4px rgb(0 0 0 / 6%), 0 8px 7px rgb(0 0 0 / 7%), 0 10px 6px rgb(0 0 0 / 9%), 0 10px 8px rgb(0 0 0 / 12%);
}
#purchase .fee {
  color:#e67e22;
}
#purchase .discount {
  color:#27ae60;
}
#purchase .total, #purchase .final {
  padding-top:8px;
  border-top:1px solid #ccc;
  margin:10px 0;
}
#purchase .final {
  font-weight:bold;
}
.domain {
  background:#fff;
  margin:20px 0 0;
  font-size:30px;
  padding:8px 12px 8px 24px;
  display:inline-block;
  width:100%;
  max-width:520px;
  float:right;
  border-radius:10px;
  box-shadow: 0 1.4px 1.1px rgb(0 0 0 / 3%), 0 3.9px 2.6px rgb(0 0 0 / 5%), 0 5px 4px rgb(0 0 0 / 6%), 0 8px 7px rgb(0 0 0 / 7%), 0 10px 6px rgb(0 0 0 / 9%), 0 10px 8px rgb(0 0 0 / 12%);
}
.domain.available {
  cursor:pointer;
}
.domain.not-available {
  cursor:default;
}
.domain.not-available:after {
  content:'Not Available';
  display:block;
  clear:both;
  float:right;
  font-size:18px;
  background:#e67e22;
  color:#fff;
  padding:10px 12px;
  border-radius: 0 8px 8px 0;
}
.domain.available:after {
  content:'Available';
  display:block;
  clear:both;
  float:right;
  font-size:18px;
  background:#27ae60;
  color:#fff;
  padding:10px 12px;
  cursor:pointer;
  border-radius: 0 8px 8px 0;
}
.receipt span {
  float:right;
}
.btn-block {
  width:100%;
}
.braintree {
  display: block;
  font-size: 16px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 24px 0 0;
  padding: 0 14px;
  width: 100%;
  outline: 0;
  border: none;
  background-color: transparent;
  background-image: none;
  font-family: Helvetica;
  color:#000;
  font-weight: bolder;
  box-shadow:none !important;
}
#step-2 {
  display:none;
}
#step-2 hr {
  background: #aaa;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 28px;
}


#my-popover {
  padding: 16px 24px;
  background: #ffcccc;
  border-radius: 10px;
  border: 4px solid #000;
  position: absolute;
  top: -80px;
  font-size: 20px;
  color: #000;
  max-width: 472px;
  display: none;
}
#my-popover:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
  position: absolute;
  top: 95px;
  z-index: 100;
  left: 17px;
}