body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 18px;
  color: #585858;
}

a {
  color: #169CEE;
  text-decoration: underline;
}

a:hover {
  color: #2C3D50;
}

a:visited {
  color: #2a6496;
}


/*
  helpers
 */

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

.hidden {
  display: none;
}

/*
  app css
 */

.container {
  margin: 0 auto;
  /* margin-top: 45px; */
  max-width: 619px;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 1px 2px 3px 3px #eee;
}

#parse-logo {
  width: 150px;
  /*  height: 110px; */
  margin: 0 0 20px;
  text-align: center;
}

.up-and-running,
.time-to-deploy {
  font-weight: bold;
}

.advice {
  margin-bottom: 40px;
}

.advice {
  background: #f4f4f4;
  border-radius: 4px;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  -o-border-radius: 4px 4px;
  padding: 10px 20px;
  box-shadow: 1px 2px 0px 2px #eee;
}

#parse-url {
  color: #169CEE;
  font-weight: bold;
}

.step--container {
  margin: 30px 0 20px;
  border-top: 1px solid #E2E2E2;
  padding-top: 30px;
}

input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
  padding: 18.5px 14px;
  max-width: 250px;
  font-weight: bold;
}

label {
  width: 50% !important;
  display:flex;
  align-items:center;
}

input#username {
  width: 60% !important;
}

input#password {
  width: 60% !important;
}

dialog p {
  width: 100%;
  display: flex;
}

div.loader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


div.loader::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}


dialog {
  border-radius: 8px;
  max-width: 85vw
}

button#confirmBtn {
  width: 100%;
  cursor: pointer;
}

/* Disabled step */
.step--disabled {
  display: none;
}

.step--disabled .step--number {
  background: #fff;
  border-color: #B5B5B5;
  color: #B5B5B5;
}

.step--disabled .step--info {
  border-color: #B5B5B5;
  color: #B5B5B5;
}

.step--disabled .step--action-btn,
.step--disabled .step--action-btn:hover {
  border-color: #B5B5B5;
  background: #fff;
  color: #B5B5B5;
  cursor: default;
}

/* Disabled step eof */

.step--action-btn.success,
.step--action-btn.success:hover {
  background: #57C689;
  border-color: #57C689;
  color: #fff;
  cursor: default;
  font-weight: bold;
}

.step--number {
  /* background: #169CEE; */
  /* border: 1px solid #169CEE; */
  border-radius: 28px;
  -webkit-border-radius: 28px 28px;
  -moz-border-radius: 28px 28px;
  -ms-border-radius: 28px 28px;
  -o-border-radius: 28px 28px;
  display: block;
  margin: auto;
  width: 47px;
  height: 47px;
  font-weight: bolder;
  font-size: 37px;
  color: #169CEE;
  line-height: 47px;
  /* follows width and height */
}

.step--info {}

.step--action-btn {
  color: #169CEE;
  font-size: 14px;
  font-weight: bold;
  /* border: 1px solid #169CEE; */
  padding: 12px 18px;
  /* border-radius: 28px; */
  /* -webkit-border-radius: 28px 28px; */
  -moz-border-radius: 28px 28px;
  -ms-border-radius: 28px 28px;
  -o-border-radius: 28px 28px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.step--action-btn:hover {
  background: #169CEE;
  color: white;
}

.step--pre {
  margin-top: 4px;
  margin-bottom: 0;
  background: #f4f4f4;
  border-radius: 4px;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  -o-border-radius: 4px 4px;
  padding: 10px 20px;
  word-wrap: break-word;
  white-space: inherit;
  font-size: 13px;
}

#local-parse-working , .local-parse-working {
  font-size: 16px;
  line-height: 21px;
  color: #57C689;
  font-weight: bold;
}

.running {
  font-size: 16px;
  /* line-height: 21px; */
  color: #57C689;
  padding: 0px;
  margin: 0px;
}

#step-4 .step--number {
  background: #57C689;
  border-color: #57C689;
  color: #fff;
  display: inline-block;
}

.step--deploy-btn {
  display: block;
  margin-top: 20px;
  width: 170px;
  color: #57C689 !important;
  font-weight: bold;
  border-color: #57C689;
}

.step--deploy-btn:hover {
  background: #57C689;
  color: #fff !important;
}

.step--error, .expired {
  color: red !important;
  font-weight: bold;
  padding-left: 10px
}

.expired {
padding: 0px;
margin: 0px;
}

#prod-test {
  margin-bottom: 60px;
}

input,
button {
  background-color: #fff;
  border: 1px solid #0a0a0a;
  color: #000000;
  font-family: "Inconsolata";
  font-size: 16px;
  line-height: 17px;
  padding: 12px;
  width: 260px;
  border-radius: 4px;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  -o-border-radius: 4px 4px;
  display: block;
  margin-bottom: 10px;
}

button {
  background: #0084c3;
  color: #fff;
  font-weight: bold;
}

#footer {
  border-top: 1px solid #E2E2E2;
  padding: 20px;
}

#footer ul li {
  list-style-type: none;
  display: inline-block;
}

#footer ul li:after {
  content: "-";
  padding: 10px;
}

#footer ul li:last-child:after {
  content: "";
}

#services > p a.step--action-btn:after {
    content: attr(data-price);
    position: absolute;
    top: -4px;
    right: 13px;
    font-size: 14px;
    font-weight: normal;
    /* border: 1px solid #169CEE; */
    border-radius: 28px;
    padding: 4px;
    float: right;
    font-variant-position: super;
    color: darkblue;
    font-family: monospace;
}
 

#services a.step--action-btn {
    border: none;
    padding: 0px;
    display: block;
    text-align: left;
    position: relative;
    background: none !important;
    color: #169CEE !important;
}

div#payment-form {
    min-width: 300px;
    position: relative;
}

div#payCloser {
    position: absolute;
    right: 0;
    top: -9px;
    font-weight:bold;
    color:red;
    cursor:pointer;
    padding: 6px;
    text-decoration: underline;
}

div#payCloser:before {
  content:"X";
  margin-right:5px;
  /* padding: 5px; */
}

span#servicePrice, span#Total, span#serviceDue {
    font-weight: 800;
    color: #656571;
}


span#serviceExpire {
    color: #656571;
    font-size: smaller;
    font-weight: 600;
}

button#payBtn {
    width: 100%;
    cursor: pointer;
}

div#step-4 {
    padding-left: 20px;
}

dialog:-internal-dialog-in-top-layer::backdrop {
    position: fixed;
    inset: 0px; 
     
}
