div.container.checkout-box-total {
  max-width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.main-content-inner {
  margin: 0 var(--spacing05);
}
.flex-store-total-box-right,
.flex-store-form-left {
  border: 1px solid var(--brightBlue);
  border-radius: 5px;
}
.js-form-item-storage-option-select,
.js-form-item-validity-period-select {
  margin: 0;
  min-width: 0;
}
.js-form-item-storage-option-select {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-store-total-box-right,
.flex-store-form-left {
  border: 1px solid var(--brightBlue);
  border-radius: 5px;
}
.js-form-item-storage-option-select,
.js-form-item-validity-period-select {
  margin: 0;
  min-width: 0;
}
.form-item-validity-period-select {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb {
  visibility: hidden;
}
#Continue.gsc-button:hover {
  background-color: #003087 !important;
  color: #fff !important;
  border-color: #003087 !important;
}
.multiselect-all {
  display: none;
}
#validity-period-choices:disabled + label h3.validity-time-title,
#validity-period-choices:disabled + label h3.validity-amount {
  color: #C1C1C1;
}
.js-form-item-validity-period-select input:disabled + label h3 {
  color: #C1C1C1;
}
#validity-period-choices:disabled + label .validity-savings {
  background-color: white;
  color: white;
}
.js-form-item-validity-period-select input:disabled + label .validity-savings {
  background-color: white;
  color: white;
}
.js-form-item-storage-option-select input:disabled + label .storage-text,
.js-form-item-storage-option-select input:disabled + label .storage-cost {
  color: #C1C1C1;
}
.modal-buttons {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
#Continue {
  margin-bottom: 0;
}
.cancel {
  margin-right: 10px;
  font-weight: bold;
}
h3.storage-cost {
  font-weight: bold;
}
#validity-wrapper {
  margin-bottom: 25px;
}
.select2-selection.select2-selection--single {
  padding: 25px 10px;
}
#select2-aff-wrapper-container {
  margin-top: -14px;
}
.wizard-form-label.validity-period {
  margin-top: 30px;
}
.wizard-submit-button {
  text-align: end;
}
.ajax-progress-throbber { 
  display: none
}
.flex-store-form-left {
  flex: 0 1 60%;
  min-width: 630px;
  padding: 0 var(--spacing05);
}
.flex-store-total-box-right {
  flex: 0 1 30%;
  background-color: #E6EDF6;
  padding: 25px;
}
.total-bar {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: var(--spacing05);
}
.affiliated_program {
  margin-bottom: var(--spacing05);
}
li.select2-results__option {
  margin-bottom: 0;
  padding: var(--spacing03);
}
.wizard-submit-button input {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.validity-period-label {
  flex: 0 1 40%;
}
.validity-period-total {
  flex: 0 1 40%;
  text-align: right;
}
fieldset .fieldset-wrapper > div:first-child{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.js-form-item-validity-period-select {
  flex: 0 1 30%;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.form-item-validity-period-select.js-form-item-validity-period-select label, 
.form-item-storage-option-select.js-form-item-storage-option-select label { 
 /* border-top: none;*/
  padding: var(--spacing05);
  margin: 0;
}
.js-form-item-storage-option-select label {
  text-align: center;
}
.js-form-item-validity-period-select input[type="radio"] {
  display: none;
}
.js-form-item-validity-period-select.clicked {
  border: 1px solid #0057B7;
  background-color: #F4F9FE;
}
.js-form-item-storage-option-select {
  flex: 0 1 30%;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: var(--spacing03) 0;
}
.js-form-item-storage-option-select.clicked {
  border: 1px solid #0057B7;
  background-color: #F4F9FE;
}
.content.content-full {
  padding: var(--spacing08) 0;
}
.js-form-item-storage-option-select input[type="radio"] {
  height: 0;
  display: none;
  width: 0;
}
.form-item-storage-option-select {
  height: 220px;
}
.storage-text > div {
  margin-top: var(--spacing03);
}
.hidden-value {
  visibility: hidden;
  height: 0;
  width: 0;
}
.validity-savings {
  border-radius: 25px 25px 25px 25px;
  background-color: #F1F1F1;
  width: 120px;
  display: inline-block;
  height: 24px;
  font-weight: bold;
  font-size: 14px;
}
.validity-time-title {
  color: #0057B7;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.validity-amount {
  font-weight: bold;
}
.js-form-item-validity-period-select hr,
hr.storage-hr {
  margin-bottom: 0;
  margin-top: 10px;
  width: 347px;
  border: 1px solid var(--borderColor);
}
.fieldset-wrapper div.js-form-item-validity-period-select .validity-savings.no-savings {
  background-color: white;
}
.fieldset-wrapper div.clicked .validity-savings.no-savings {
  background-color: #F4F9FE;
}
.form-item-new-or-old-storage-selected label {
  font-weight: 700;
  margin-bottom: 0;
}
.form-item-new-or-old-storage-selected input {
  margin: 0;
}
.new-or-old-storage .flex .js-form-item-new-or-old-storage-selected:first-child {
  flex: 0 1 40%;
  display: flex;
  align-items: center;
}
.new-or-old-storage .flex .js-form-item-new-or-old-storage-selected:nth-of-type(2) {
  flex: 0 1 40%;
  display: flex;
  align-items: center;
}
.new-or-old-storage {
  margin: var(--spacing06) 0;
}
legend span.fieldset-legend {
  font-size: 18px;
}
.cert-description {
  background: #93C2F842;
  padding: 15px;
  margin: 12px 0;
  border-radius: 5px;
  border-left: 5px solid #00539B;
}
div.wizard-form-label select, .wizard-single select {
  width: 100%;
}
.multiselect-native-select .btn-group {
  width: 100%;
}
.multiselect-native-select {
  width: 100%;
}
button.multiselect.dropdown-toggle.custom-select.text-center {
  width: 100%;
}
.hidden-storage-value {
  visibility: hidden;
  height: 0;
  width: 0;
}
div.wizard-form-label label {
  border-top: none;
}
h4.total-label, h4.total-amount {
  color: #0057B7;

}
.storage-text {
  font-size: 18px;
  color: #0057B7;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.validity-period-total,
.storage-device-price {
  font-size: var(--aa-font-size);
  font-weight: 500;
}
div.certificate-text {
  font-size: var(--aa-font-size);
}
#edit-certificate-usage-type,
#edit-certificate-usage-trust,
#edit-certificate-usage-loc {
  width: 100%;
}
fieldset .fieldset-wrapper > div.remove-justify-content:first-child {
  justify-content: unset;
}
.card-padding {
  width: 50px;
}
.body-page div.breadcrumbs {
  padding: 0 125px;
  width: fit-content;
}
.flex-store-total-box-right h4 {
  font-weight: 600;
}
.flex-store-total-box-right h3 {
  color: #0057B7;
  font-weight: 600;
}
@media (max-width: 1898px) {
  div.body-page div.breadcrumbs {
    padding: 0 15px;
  }
  
  .content-main.flex-store-form-left {
    flex: 0 1 67%;
  }
}
@media (max-width: 1442px) and (min-width: 1125px) {
  .content-main.flex-store-form-left {
    flex: 0 1 67%;
  }
  div.body-page div.breadcrumbs {
    padding: 0 15px;
  }
}
@media (max-width: 1124px) and (min-width: 1020px) {
  div.js-form-item-validity-period-select,
  div.js-form-item-storage-option-select {
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
  fieldset .fieldset-wrapper > div:first-child {
    flex-wrap: wrap;
  }
  div.body-page div.breadcrumbs {
    padding: 0 15px;
  }
  .new-or-old-storage div.flex .js-form-item-new-or-old-storage-selected:first-child {
    flex: 0 1 100%;
  }
  .new-or-old-storage .flex {
    flex-wrap: wrap;
  }
  div.new-or-old-storage .flex .js-form-item-new-or-old-storage-selected:nth-of-type(2) {
    flex: 0 1 100%;
  }
  div.js-form-item-storage-option-select {
    flex: 0 1 100%;
    margin-bottom: 15px;
  }

}
@media (max-width: 1019px) and (min-width: 830px) {
  
  div.body-page div.breadcrumbs {
    padding: 0 15px;
  }
  form.wizard-single {
    margin-bottom: 15px;
  }
  div.main-content-inner.flex.flex-space-between {
    flex-wrap: wrap;
  }
  div.content-main.flex-store-form-left {
    flex: 0 1 100%;
  }
  div.flex-store-total-box-right {
    flex: 0 1 100%;
  }
}
@media (max-width: 829px) {
  div.body-page div.breadcrumbs {
    padding: 0 15px;
  }
  form.wizard-single {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div.main-content-inner.flex.flex-space-between {
    flex-wrap: wrap;
  }
  div.content-main.flex-store-form-left {
    flex: 0 1 100%;
  }
  div.flex-store-total-box-right {
    flex: 0 1 100%;
  }
    div.js-form-item-storage-option-select,
    div.js-form-item-validity-period-select {
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
  fieldset .fieldset-wrapper > div:first-child {
    flex-wrap: wrap;
  }
  .new-or-old-storage div.flex .js-form-item-new-or-old-storage-selected:first-child {
    flex: 0 1 100%;
  }
  .new-or-old-storage .flex {
    flex-wrap: wrap;
  }
  div.new-or-old-storage .flex .js-form-item-new-or-old-storage-selected:nth-of-type(2) {
    flex: 0 1 100%;
  }
  div.js-form-item-storage-option-select {
    flex: 0 1 100%;
    margin-bottom: 15px;
  }

  div.content-main.flex-store-form-left {
    min-width: 0;
  }


}
@media (max-width: 379px) {
  div.flex-store-total-box-right {
    padding: 5px;
    min-width: 0;
  }

}
@media (max-width: 1472px) and (min-width: 1125px) {
  .non-reader-icon-adjustment {
    padding-top: 32px;
  }
}
@media (max-width: 995px) and (min-width: 830px) {
  .non-reader-icon-adjustment {
    padding-top: 32px;
  }
}
@media (min-width: 772px) {
  .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    left: 20% !important;
    width: 60% !important;
  }
}
@media (max-width: 771px) {
  .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    left: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 1294px) {
  h4.modal-descriptive-text {
    margin-top: 34px;
  }
}
@media (max-width: 425px) {
  h4.modal-descriptive-text {
    font-size: 14px;
  }
}
@media (max-width: 351px) {
  h4.modal-descriptive-text {
    font-size: 12px;
  }
  div.modal-buttons {
    bottom: 5px;
  }
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
  z-index: 10000;
}
.wizard-single select.form-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.cancel {
  border: none;
  background-color: white;
  color: var(--buttonBgColor);
}
@media (max-width: 768px) {
  .main-content-inner.flex {
    flex-wrap: wrap;
  }
}
