@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

body,
* {
  font-family: "Roboto", sans-serif !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input {
  box-shadow: none !important;

  font-size: 16px !important;
}

/* login */
.rightLayout fieldset {
  min-height: 307px;
  padding: 15px;

  border: 0;
  border-radius: 0;
}
.rightLayout fieldset .cIdentity_Main svg {
  position: absolute;
  top: 32px;
}

.rightLayout fieldset .slds-grid {
  display: flex !important;
  justify-content: space-between;

  padding-top: 15px;
}

.rightLayout fieldset .slds-grid > div {
  width: 100%;
}

/* Header */
#APROHead {
  position: fixed !important;
  top: 0 !important;
}

/* Footer. */

/*Body */

div.comm-portal-bus-solns.col-xs-12 {
  padding: 15px !important;
}
.comm-portal-block-link-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;

  width: 100%;
  margin-top: 15px;
}
.cIdentity_ContactUs > .comm-portal-bus-block {
  border: 0 !important;
}

div[style="border-top: 20px solid #dbdbdb;"] {
  border-top: 10px solid #dbdbdb !important;
}

@media only screen and (max-width: 768px) {
  .col-xs-12.portal-prorewards-wrapper > div {
    width: 100% !important;
    margin-top: 10px;
  }
  .col-xs-12.portal-prorewards-wrapper {
    display: flex;
    flex-direction: column;

    background: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .Search-Module {
    display: none !important;
  }
  div[style="border-top: 20px solid #dbdbdb;"] {
    border-top: 0px solid #dbdbdb !important;
  }
  .comm-portal-block-link-wrapper {
    position: absolute !important;
    bottom: 0 !important;

    width: 90% !important;
  }
  .rightLayout fieldset .cIdentity_Main svg {
    position: absolute;
    top: 32px;
  }
}


h3.portal-products-head {
  margin-top: 0 !important;
}

.portal-products-head + div {
  padding: 0 15px;

  border-left: 0 !important;
  background: #fff !important;
}
.col-xs-12.portal-prorewards-wrapper {
  display: flex;
  justify-content: center;

  padding: 0 15px !important;
}

img.probanner {
  position: relative;
  top: 0 !important;

  display: block;
}
a.portal-prorewards-learmore {
  position: absolute;
  right: 80px;
  bottom: 30px;

  width: 120px;
  height: 35px;

  text-align: center;

  color: #fff !important;

  font-size: 16px;
  line-height: 35px;
}

/* Modal */

.slds-modal_small .slds-modal__container {
  max-width: 400px !important;
}

.slds-modal_small .slds-modal__container header,
.slds-modal_small .slds-modal__container footer,
.slds-modal__content:last-child {
  border-radius: 0 !important;
}

.slds-modal__container .slds-grid.slds-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.slds-modal__container .input-label {
  position: absolute;
  top: 4px;
  left: 5px;

  padding: 0 5px;
}

.rightLayout .slds-modal fieldset {
  padding: 0;
  min-height: 0;
}