.panel-heading[data-v-7eb7794c] {
  border-radius: 0;
  -webkit-appearance: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.product-steps[data-v-7eb7794c] {
  border-top: none;
  border-left: none;
  border-right: none;
  height: 100px;
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}
.panel-block[data-v-7eb7794c] {
  margin: 20px;
  background-color: #ffffff;
  border: 0px solid gray;
}
.purchase-buy[data-v-7eb7794c] {
  border: 0px solid gray;
  width: 200px;
}
.cost[data-v-7eb7794c] {
  padding: 5px;
  border: 0px solid gray;
  width: 700px;
}
.btns[data-v-7eb7794c] {
  border: 0px solid gray;
  display: inline-block;
  width: 340px;
}
.btns > div[data-v-7eb7794c] {
  display: inline-block;
  margin-left: 20px;
}
.select-service > div > span[data-v-7eb7794c] {
  vertical-align: middle;
}
.doc-list[data-v-7eb7794c] {
  margin: 10px;
  font-size: 14px;
  color: #6a6a6a;
}
.doc-list > table[data-v-7eb7794c] {
  display: inline-block;
  width: 305px;
  margin: 5px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  cursor: pointer;
  table-layout: fixed;
  word-wrap: break-word;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.doc-list > table td[data-v-7eb7794c] {
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.doc-list > table.active[data-v-7eb7794c] {
  border: 1px solid #38adff;
}
.doc-list > table.active td[data-v-7eb7794c] {
  border-bottom-color: #38adff;
}
.billing-bar[data-v-7eb7794c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px solid gray;
  position: static;
  bottom: 0;
}
