.autoship-admin-dashboard-iframe {
  border: none;
  width: 97.25%;
  height: 100vh;
  padding: 20px;
}

.subscription-status-none {
  margin: 10px 0;
  padding: 10px;
  background-color: #DDDDDD;
  border: 1px solid gray;
}

.autoship-progress-bar {
  display: none;
  height: 50px;
  width: 70%;
  position: relative;
  border: 1px solid gray;
  background-color: #CCCCCC;

  .meter {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #00AADC;
  }

  .readout {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: white;
    font-weight: bold;
  }
}

.autoship-progress-bar.active {
  display: block;
}

#autoship-bulk-discount {
  .batch-percent-discount {
    text-align: right;
    width: 50px;
  }
}