body {
    margin-top: 40px;
    margin-top: 0px;
}

.setup-content {
  padding: 0 20px 0 20px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.displayNone {
    display: none;
}

.btn-circle {
  -webkit-appearance: none !important;
  width: inherit;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;

  width: auto;
  padding: 6px 6px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-circle.btn-inactive {
  background-color: white;
  border: 1px solid #ccc;
}

#thekraken {
    height: 800px;
  }

.img-container img {
  /* This is important */
  width: 100%;
}

#thekraken #overlayframe {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  pointer-events: none;
}

#thekraken .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  /* Never limit the container height here */
  max-width: 100%;
}

.footer {
    color: #eee;
}

.footer a {
    color: #eee;
}

.footer a:hover {
    color: #333;
}

.img-container .text-placeholder {
  display: table;
  width: 100%;
  height: 100%;
}


.img-container .text-placeholder span {
  display: table-cell;
}

.actions { 
  margin-top: 20px; 
}

.actions a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  margin-bottom: 10px;
}

.share-unit i.fas, .share-unit i.fab { 
  font-size: 48px;
  
  color: #003366;
  vertical-align: middle;

  
  color:white;
}
.share-unit a { 
  display:block; 
  margin-left:10px; 
}

.share-unit div,
.share-unit div.col-md-12 {
  background-color: #fbfbfb;
  margin-bottom: 5px;
  border: 1px solid #eee;
}

.share-unit a {
  color:white;
}

.share-unit > div {
  padding: 10px 15px 10px 15px;
}


.share-unit div.so-twitter {
  background-color: #1D9BF0;
}

.share-unit div.so-twitter {
  background-color: #1D9BF0;
}

.share-unit div.so-facebook {
  background-color: #0165E1;
}
.share-unit div.so-whatsapp {
  background-color: #25D366;
}


.share-unit div.so-download {
  background-color: #666666;
}

.share-unit div.so-email {
  background-color: #fece21;
  background-color: #FE9A20;
}

.share-unit div.so-twitter i.fas, .share-unit div.so-twitter i.fab { 
  color: white;
}




.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #28a745 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.stepwizard {
  margin-top: -15px;
  margin-bottom: 10px;
}

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