/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-id-pattern */

.iw_container {
  max-width: 50rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.iw_stretch {
  min-width: 100% !important;
}

.iw_section img {
  width: revert-layer;
  display: revert-layer;
}

body.ups-appPage .btnlnkR {
  width: auto;
  padding: 0.25rem;
}

body.ups-appPage img {
  display: inline-block;
  width: unset;
}

body.upsscs_indexer header img {
  display: revert-layer;
  width: revert-layer;
  height: revert-layer;
}

/* Combine modal/dialog image rules */
body.modal-open load-indicator img,
div[role="dialog"] img.ups-btn_loading {
  display: inline-block;
  width: unset;
}

body.upsscs_indexer .iw_section img {
  display: inline-block;
  width: 100%;
}

/* added image height for the image with src="1_dkgray.gif" */
body.ups-appPage img[src*="1_dkgray.gif"] {
  height: 0.125rem;
  width: 34rem;
}

app-offer .ups-card-component .text-center > img {
  display: inline;
}


body.ups-appPage input[type='search'] {
  padding: 0.0625rem 0.125rem;
}

body.ups-appPage input[type='radio']{
  border: initial;
}

body.ups-appPage input {
  width: unset;
}

body.ups-appPage #usmDateValue {
  width: 7rem;
}

.legacy-cclamp-container input[type="image"][name="shipping_info_next"] {
  display: none;
}

/* Hiding the input border for the input[type="image"] */
.legacy-cclamp-container input[type='image'] {
  border: none;
}

body.ups-appPage select, body.ups-appPage textarea {
  width: revert-layer;
}

body.upsscs_indexer .teal {
  --teal-gradient: linear-gradient(126.6deg, var(--teal) 30.6%, #097272 104.21%);
  --teal: #0a8080;
}

body:not(.upsscs_indexer) .iw_section .iw_component .section {
  max-width: var(--max-content-width);
  margin-inline: auto;
  padding: 10px 0;

  .teal {
    background-image: linear-gradient(126.6deg, #0a8282 30.6%, #097272 104.21%);
    color: #fff;
  }
}
