.billderWrap .guide a {
  color: #b0cc4a; }
.billderWrap header {
  background: radial-gradient(circle farthest-corner at 200px 0, #454545, #090f17);
  padding: 3em 0 1em 0;
  text-align: center;
  margin-left: -20px; }
.billderWrap .info {
  margin-left: -20px;
  padding: 1em;
  box-sizing: border-box;
  background: #d0d0d0;
  color: #FFF; }
  .billderWrap .info.failure {
    background: #b73b3f; }
  .billderWrap .info.success {
    background: #6cbc44; }
  .billderWrap .info.limited {
    background: #ff8a35; }
.billderWrap #logo_product {
  width: 20em; }
.billderWrap form, .billderWrap .connected {
  padding: 2em 0;
  width: 40%;
  min-width: 20em;
  margin: auto; }
  .billderWrap form .row, .billderWrap .connected .row {
    margin-bottom: 2em;
    text-align: center; }
    .billderWrap form .row label, .billderWrap .connected .row label {
      width: 100%;
      display: block;
      text-align: center;
      color: #969696;
      font-size: 1.2em;
      margin-bottom: .3em; }
    .billderWrap form .row .url_input, .billderWrap .connected .row .url_input {
      width: 100%;
      text-align: left; }
    .billderWrap form .row input, .billderWrap .connected .row input {
      width: 100%;
      border-radius: 1em;
      padding: .5em 1em;
      border: none;
      outline: none !important;
      box-shadow: none !important; }
      .billderWrap form .row input[name="url"], .billderWrap .connected .row input[name="url"] {
        width: 50%;
        text-align: right;
        border-radius: 0;
        background: transparent;
        border-bottom: solid 2px #b0cc4a;
        padding: 0;
        color: #b0cc4a;
        font-size: 1.4em; }
    .billderWrap form .row span.url, .billderWrap .connected .row span.url {
      color: #b0cc4a;
      font-size: 1.4em; }
    .billderWrap form .row button, .billderWrap .connected .row button {
      background: #b0cc4a;
      padding: .5em 1em;
      border: none;
      color: #FFF;
      border-radius: 1em;
      font-size: 1.2em;
      letter-spacing: 1px;
      text-transform: uppercase;
      cursor: pointer;
      transition: .3s;
      outline: none; }
      .billderWrap form .row button:hover, .billderWrap .connected .row button:hover {
        background: #191d24; }
    .billderWrap form .row.start .step, .billderWrap .connected .row.start .step {
      display: inline-flex;
      width: 2em;
      height: 2em;
      background: #b0cc4a;
      color: #FFF;
      align-items: center;
      justify-content: center;
      font-size: 1.4em;
      border-radius: 2em; }
    .billderWrap form .row.start p, .billderWrap .connected .row.start p {
      font-size: 1.1em; }
    .billderWrap form .row.start .register, .billderWrap .connected .row.start .register {
      color: #969696; }
    .billderWrap form .row.start a, .billderWrap .connected .row.start a {
      color: #b0cc4a; }
.billderWrap .connected {
  background: #FFF;
  margin-top: 3em;
  padding: 1em;
  text-align: left; }
  .billderWrap .connected .line {
    width: 100%;
    border-bottom: solid 1px #d9d9d9;
    padding: .5em 0;
    text-align: left; }
    .billderWrap .connected .line h4 {
      width: 50%;
      display: inline-block;
      margin: .5em 0; }
    .billderWrap .connected .line .info_line {
      display: inline-flex;
      width: 49%;
      justify-content: flex-end;
      align-items: center; }
      .billderWrap .connected .line .info_line span.link_ico {
        display: inline-flex;
        width: 2em;
        height: 2em;
        border-radius: 2em;
        background: #6cbc44;
        align-items: center;
        justify-content: center;
        color: #FFF;
        margin-left: .5em; }
        .billderWrap .connected .line .info_line span.link_ico img {
          width: 1em;
          height: auto; }
  .billderWrap .connected form {
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 2em; }
    .billderWrap .connected form.settings {
      text-align: left; }
      .billderWrap .connected form.settings button {
        margin-top: 2em; }
      .billderWrap .connected form.settings input[type="checkbox"] {
        display: none; }
        .billderWrap .connected form.settings input[type="checkbox"] + label {
          width: 100%;
          position: relative;
          display: inline-block;
          cursor: pointer;
          padding-right: 55px;
          text-align: right;
          padding-top: 5px;
          transition: .3s; }
          .billderWrap .connected form.settings input[type="checkbox"] + label:hover {
            color: #b0cc4a; }
          .billderWrap .connected form.settings input[type="checkbox"] + label::before {
            content: '';
            display: inline-block;
            width: 45px;
            height: 25px;
            background: #c5c5c5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            position: absolute;
            top: 3px;
            cursor: pointer;
            transition: .3s;
            right: 0; }
          .billderWrap .connected form.settings input[type="checkbox"] + label::after {
            position: absolute;
            content: '';
            width: 16px;
            height: 16px;
            border-radius: 20px;
            background: #FFF;
            top: 7px;
            right: 23px;
            z-index: 1;
            transition: .3s; }
        .billderWrap .connected form.settings input[type="checkbox"]:checked + label::before {
          background: #b0cc4a; }
        .billderWrap .connected form.settings input[type="checkbox"]:checked + label::after {
          right: 5px; }
    .billderWrap .connected form button.logout {
      border: none;
      padding: 0;
      color: #b73b3f;
      text-align: right;
      background: none;
      cursor: pointer; }
.billderWrap #show_logs {
  text-align: center;
  display: block;
  margin: 1em auto;
  width: 20em; }

.billderLogs #paginator {
  text-align: right;
  width: 98%;
  margin: 0; }
  .billderLogs #paginator .amount_results {
    color: #969696;
    margin-right: 2em; }
  .billderLogs #paginator input {
    width: 4em;
    text-align: right; }
  .billderLogs #paginator button {
    margin-left: 1em; }
.billderLogs #logs_form_table {
  width: 94%; }
  .billderLogs #logs_form_table table th, .billderLogs #logs_form_table table td {
    color: #191d24;
    padding: .5em; }
    .billderLogs #logs_form_table table th#content, .billderLogs #logs_form_table table td#content {
      width: 40%; }
    .billderLogs #logs_form_table table th#status a, .billderLogs #logs_form_table table td#status a {
      display: flex;
      justify-content: center; }
      .billderLogs #logs_form_table table th#status a span, .billderLogs #logs_form_table table td#status a span {
        float: none; }
    .billderLogs #logs_form_table table th span.tag, .billderLogs #logs_form_table table td span.tag {
      background: #efefef;
      border-radius: 2em;
      padding: .2em .5em;
      width: 90%;
      display: block;
      text-align: center; }
      .billderLogs #logs_form_table table th span.tag.success, .billderLogs #logs_form_table table td span.tag.success {
        background: #6cbc44;
        color: #FFF; }
      .billderLogs #logs_form_table table th span.tag.failure, .billderLogs #logs_form_table table td span.tag.failure {
        background: #b73b3f;
        color: #FFF; }
    .billderLogs #logs_form_table table th a.more, .billderLogs #logs_form_table table td a.more {
      cursor: pointer; }
    .billderLogs #logs_form_table table th pre.details, .billderLogs #logs_form_table table td pre.details {
      opacity: 0;
      visibility: hidden;
      height: 0;
      margin: 0;
      padding: 0;
      box-sizing: border-box; }
      .billderLogs #logs_form_table table th pre.details.active, .billderLogs #logs_form_table table td pre.details.active {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 1em;
        margin: 1em 0;
        background: #FFF;
        border: solid 1px #e3e3e3; }
  .billderLogs #logs_form_table table tr.no-items td {
    color: #9f9f9f;
    padding: 1em;
    text-align: center;
    text-transform: uppercase; }

.order-billder {
  clear: both;
  display: block;
  width: 100%;
  margin-top: 20em;
  background: #ebebeb;
  padding: 1em;
  border-radius: .4em; }
  .order-billder h3 {
    margin-top: 0 !important;
    margin-bottom: 1em; }
  .order-billder .invoice {
    margin-top: 1em; }

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