/* 
PG_MX_PHARMASTYLES
1.  FONTS
2.  BANNERS
3.  CONTAINERS
4.  THEME LAYOUTS
5.  DEFAULT VALUES OVERRIDES
6.  BUTTONS
7.  SPINNER WRAPPER
8.  UTILS
9.  PG-TITLE
10. PG-BADGE
11. PG-CARD
12. PG-BASE-LOOKUP
13. PG-MODAL
14. SVG ICON WRAPPER
15. CMS STYLES FOR RICH TEXT FIELDS
16. PG-BASE-BANNER
17. KNOWLEDGE - BANNER
18. HOMEPAGE - BANNER
19. SCIENCE ENTRY/EXIT MODAL
20. INFOBAR - NEW APP
21. PRODUCT DETAIL PAGE - FULL WIDTH BANNER
22. PG TOAST
23. OTHER OVERRIDES
*/

/* FONTS */
h1,
.slds-rich-text-editor__output h1,
h1.dxp-text-heading-xlarge {
  font-size: 24px;
  line-height: 27px;
  font-family: var(--pg-font-family-bold, "HurmeGeometricSansBold");
}

h2,
.slds-rich-text-editor__output h2,
h2.dxp-text-heading-large {
  font-size: 24px;
  line-height: 27px;
  font-family: var(--pg-font-family-bold, "HurmeGeometricSansBold");
}

h3,
.slds-rich-text-editor__output h3,
h3.dxp-text-heading-medium {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--pg-font-family-bold, "HurmeGeometricSansBold");
}

h4,
.slds-rich-text-editor__output h4,
h4.dxp-text-heading-small {
  font-size: 18px;
  line-height: 22px;
  font-family: var(--pg-font-family-semi-bold, "HurmeGeometricSansSemiBold");
}

h5,
.slds-rich-text-editor__output h5 {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

h6,
.slds-rich-text-editor__output h6 {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}

p,
.slds-rich-text-editor__output {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--pg-grey-primary, #4A4A4A);
}

.pg-primary-text,
.pg-list h2 {
  color: var(--pg-blue-primary, #0057B8);
}

.pg-list h2 {
  margin: 38px 0 21px 0;
}

/* BANNERS */
.full-banner .background-image-overlay {
  -webkit-box-shadow: var(--pg-banner-shadow, 0px 4px 4px 0px rgba(0, 0, 0, 0.15));
  box-shadow: var(--pg-banner-shadow, 0px 4px 4px 0px rgba(0, 0, 0, 0.15));
}

.full-banner>div.columns-content {
  padding-bottom: 16px;
}

.full-banner h1 {
  max-width: 85%;
  margin: 16px 0;
}

.knowledge-banner .pg-banner-height-mobile,
.knowledge-banner .pg-banner-height-mobile img {
  height: 152px !important;
}

/* CONTAINERS */
main {
  background-color: var(--pg-white, #FFFFFF);
}

.columns-content,
.pg-container {
  margin: 0 auto;
  padding-left: 3px;
  padding-right: 3px;
}

.mobile-container {
  margin: 0 20px;
}

.pg-banner-container {
  margin-left: -15px;
  margin-right: -15px;
}

.pg-limit-login-content-width {
  max-width: 500px !important;
  width: 100%;
  margin: auto;
}

.header-logo-bgc {
  background-color: transparent !important;
}

@media (min-width: 768px) {

  h1,
  .slds-rich-text-editor__output h1,
  h1.dxp-text-heading-xlarge {
    font-size: 40px;
    line-height: 45px;
  }

  h2,
  .slds-rich-text-editor__output h2,
  h2.dxp-text-heading-large {
    font-size: 32px;
    line-height: normal;
  }

  h3,
  .slds-rich-text-editor__output h3,
  h3.dxp-text-heading-medium {
    font-size: 32px;
    line-height: 40px;
    font-family: var(--pg-font-family-semi-bold, "HurmeGeometricSansSemiBold");
  }

  h4,
  .slds-rich-text-editor__output h4,
  h4.dxp-text-heading-small {
    font-size: 24px;
    line-height: normal;
  }

  h5,
  .slds-rich-text-editor__output h5 {
    font-size: 16px;
  }

  h6,
  .slds-rich-text-editor__output h6 {
    font-size: 12px;
  }

  .columns-content,
  .pg-container {
    max-width: var(--pg-tablet-view-start, 768px) !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  .full-banner>div.columns-content {
    padding-bottom: 40px;
  }

  .pg-banner-container {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 1024px) {

  h1,
  .slds-rich-text-editor__output h1,
  h1.dxp-text-heading-xlarge {
    font-size: 48px;
    line-height: 54px;
  }

  h2,
  .slds-rich-text-editor__output h2,
  h2.dxp-text-heading-large {
    font-size: 40px;
    line-height: normal;
  }

  h4,
  .slds-rich-text-editor__output h4,
  h4.dxp-text-heading-small {
    line-height: 36px;
  }

  .columns-content,
  .pg-container {
    max-width: var(--pg-container-width-lg, 1168px) !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .full-banner>div.columns-content {
    padding-bottom: 36px;
  }

  .full-banner h1 {
    max-width: 74%;
  }

  .pg-banner-container {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-container {
    margin: 0 20px;
  }
}

/* THEME LAYOUTS */
.pg-flexi-grid {
  padding: var(--pg-space-md, 20px) 0;
}

.pg-flexi-grid-item {
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .pg-flexi-grid-item {
    padding: 0;
  }
}

/* DEFAULT VALUES OVERRIDES */
.filter-group .radio-group .slds-radio .slds-radio--faux,
.filter-group .radio-group .slds-radio .slds-radio_faux {
  width: 24px;
  height: 24px;
  margin-right: 24px;
}

.lightning-input-wrapper .slds-form-element,
.lightning-combobox-wrapper .slds-form-element {
  margin-bottom: 0;
}

.lightning-input-wrapper .slds-input,
.lightning-combobox-wrapper button span {
  font-size: var(--pg-standard-text-font-size-sm, 14px);
  line-height: 1;
  letter-spacing: 0.25px;
  padding: 0 16px;
}

.lightning-combobox-wrapper button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
}

.lightning-combobox-wrapper button span {
  padding: 0;
}

.lightning-input-wrapper label,
.lightning-combobox-wrapper label,
.lightning-input-wrapper .slds-checkbox .slds-checkbox__label .slds-form-element__label {
  font-size: var(--pg-standard-text-font-size-sm, 14px);
  line-height: var(--pg-line-height-primary, 1);
  letter-spacing: var(---pg-letter-spacing-primary, 0.4px);
  margin-bottom: var(--pg-lightning-input-label-mb, 6px);
  font-weight: 400;
}

.lightning-input-wrapper .slds-checkbox .slds-checkbox__label .indicator {
  margin-right: 16px;
}

.lightning-input-wrapper .slds-checkbox .slds-checkbox__label .slds-form-element__label {
  padding: 0;
}

.lightning-input-wrapper.checkbox.disabled {
  opacity: 0.5;
}

.lightning-input-wrapper.checkbox .slds-checkbox {
  line-height: 0;
}

.lightning-input-wrapper.checkbox .slds-checkbox_faux {
  background-color: var(--pg-grey-secondary, #D9D9D9) !important;
  border: none !important;
}

.lightning-input-wrapper.checkbox .slds-checkbox_faux::after {
  border-color: var(--pg-grey-primary, #4A4A4A) !important;
}

.pg-modal.manage-pharmacies .lightning-input-wrapper .slds-combobox__input.has-custom-height {
  height: 48px !important;
}

.lightning-input-wrapper .slds-input-has-icon .slds-input__icon {
  margin-top: 0;
}

.lightning-combobox-wrapper .slds-input__icon-group_right {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.lightning-combobox-wrapper .slds-input__icon-group_right .slds-icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightning-input-wrapper .slds-has-error .slds-form-element__help,
.lightning-input-wrapper .slds-required {
  color: var(--pg-red-primary, #CC0000);
}

.lightning-input-wrapper .slds-has-error .slds-input {
  background-color: var(--pg-white, #FFFFFF);
  border-color: var(--pg-red-primary, #CC0000);
  -webkit-box-shadow: var(--pg-red-primary, #CC0000) 0 0 0 1px inset;
  box-shadow: var(--pg-red-primary, #CC0000) 0 0 0 1px inset;
}

.lightning-input-wrapper .slds-input:active,
.lightning-input-wrapper .slds-input:focus {
  border-color: var(--pg-blue-primary, #0057B8);
  --slds-c-input-shadow: var(--pg-blue-primary, #0057B8) 0 0 0 1px inset, 0 0 3px var(--pg-blue-primary, #0057B8);
}

.lightning-input-wrapper .slds-has-error .slds-input:active,
.lightning-input-wrapper .slds-has-error .slds-input:focus {
  background-color: var(--pg-white, #FFFFFF);
  border-color: var(--pg-red-primary, #CC0000);
  -webkit-box-shadow: var(--pg-red-primary, #CC0000) 0 0 0 1px inset, 0 0 3px var(--pg-outline-color, #ffbf00);
  box-shadow: var(--pg-red-primary, #CC0000) 0 0 0 1px inset, 0 0 3px var(--pg-outline-color, #ffbf00);
}

.lightning-input-wrapper.search input {
  height: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

/* BUTTONS */
.slds-button {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 20px;
}

.pg-button-no-padding .slds-button {
  padding: 0;
}

.pg-button-black .slds-button {
  color: var(--pg-black, #000000);
}

.slds-button_outline-brand {
  background-color: var(--pg-white, #FFFFFF);
}

.slds-button_outline-brand:hover {
  background-color: #f3f3f3;
}

.pg-hide-icon .slds-button__icon {
  display: none;
}

.pg-align-help_text_icon .slds-button {
  position: relative;
  top: -5px;
}

.slds-notify .slds-button,
.pg-button-no-padding .slds-button {
  padding: 0;
}

/* PG-BTN */
.pg-btn {
  width: 100%;
  border: none;
  margin: 0;
  padding: 12px 9px;
  background-color: transparent;
  font-size: var(--pg-standard-text-font-size-md, 16px);
  font-family: var(--pg-font-family-semi-bold);
  line-height: var(--pg-line-height-primary, 1);
  letter-spacing: var(--pg-btn-letter-spacing-primary, 0.3px);
  text-align: center;
  border-radius: var(--pg-btn-radius-primary, 20px);
  -webkit-transition: .3s ease-in !important;
  -o-transition: .3s ease-in !important;
  transition: .3s ease-in !important;
}

.pg-btn.primary,
a.pg-btn.primary:visited {
  color: var(--pg-white);
  background-color: var(--pg-blue-primary) !important;
  border: 1px solid var(--pg-blue-primary, #0057B8);
}

.pg-btn.secondary,
.pg-btn.tertiary {
  background-color: var(--pg-white);
  color: var(--pg-blue-primary);
}

.pg-btn.secondary {
  padding: 11px 9px;
  border: 1px solid var(--pg-blue-primary);
}

.pg-btn.primary:disabled,
.pg-btn.secondary:disabled,
.pg-btn.tertiary:disabled {
  border: 1px solid var(--pg-grey-4rd, #EEEEEE);
  color: var(--pg-grey-primary, #4A4A4A);
  background-color: var(--pg-grey-4rd, #EEEEEE) !important;
}

.pg-btn.text:disabled {
  opacity: 80%;
}

.pg-btn.cookies-consent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--pg-white);
  color: var(--pg-blue-primary);
  border: 1px solid var(--pg-blue-primary);
  border-radius: var(--pg-btn-radius-tertiary, 4px);
  padding: 11px;
}

.pg-btn.text {
  color: var(--pg-blue-primary);
}

.pg-btn:focus-visible,
.outline:focus-visible {
  outline: var(--pg-outline-width, 2px) solid var(--pg-outline-color, #ffbf00) !important;
  outline-offset: var(--pg-outline-offset, 4px) !important;
}

/* SPINNER WRAPPER */
.spinner-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
}

header {
  background-color: var(--pg-white, #FFFFFF);
}

/* UTILS */
.pg-hidden {
  display: none;
}

.pg-shadow-primary {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

/* PG-TITLE */
.pg-title {
  font-family: var(--pg-font-family-bold);
  line-height: var(--pg-text-line-height-primary, 1.25);
}

.pg-title.md {
  font-size: var(--pg-heading-font-size-sm, 24px);
}

.pg-title.lg {
  font-size: var(--pg-heading-font-size-lg, 40px);
}

.pg-title.xl {
  font-size: var(--pg-heading-font-size-xl, 48px);
}

.pg-cms-title-secondary h1 {
  font-size: 3rem;
}

.pg-cms-title-secondary h2 {
  font-size: 2.5rem;
}

.pg-cms-title-secondary h3 {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .pg-title.md {
    font-size: var(--pg-heading-font-size-md, 32px);
  }
}

/* PG-BADGE */
.pg-badge {
  display: inline-block;
  font-family: var(--pg-font-family-bold);
  line-height: var(--pg-line-height-primary);
  text-transform: uppercase;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pg-badge.md {
  font-size: var(--pg-standard-text-font-size-md, 16px);
  padding: 8px;
}

.pg-badge.primary {
  color: var(--pg-blue-primary, #0057B8);
  background-color: var(--pg-sky-blue-primary, #BFEAFF);
}

/* PG-CARD */
.pg-card {
  border-radius: 20px;
  overflow: hidden;
}

.pg-card-title {
  color: var(--pg-blue-primary, #0057B8);
  font-size: 20px;
  line-height: var(--pg-text-line-height-primary);
  font-family: var(--pg-font-family-bold);
}

.pg-card-description,
.pg-card-substance {
  color: var(--pg-grey-primary, #4A4A4A);
  font-size: var(--pg-standard-text-font-size-md, 16px);
  line-height: var(--pg-text-line-height-primary);
}

.pg-card .image-wrapper .pg-icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: var(--pg-blue-primary, #0057B8);
  border-radius: 50%;
}

.pg-card .image-wrapper .pg-icon-wrapper>div {
  width: 21px;
  height: 17px;
}

.pg-card .image-wrapper .pg-icon-wrapper svg {
  width: 100%;
  height: 100%;
}

/* PG-BASE-LOOKUP */
.pg-lookup-help-text .slds-button,
.pg-lookup-help-text .slds-form-element__icon {
  padding: 0;
  top: -1px;
}

/* PG-MODAL - PROFILE PAGE */
.pg-modal.profile-page .pg-modal-wrapper {
  padding: 24px 16px;
  max-width: 1064px;
  margin: 0 auto;
}

.pg-modal.profile-page .pg-title {
  margin-bottom: 24px;
  color: var(--pg-blue-primary, #0057B8);
}

.pg-modal.change-password .pg-title,
.pg-modal.manage-pharmacies .pg-title {
  margin-bottom: unset;
}

.pg-modal.profile-page .slds-modal__header,
.pg-modal.profile-page .slds-modal__content,
.pg-modal.profile-page .slds-modal__footer {
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--pg-white, #FFFFFF);
}

.pg-modal.profile-page .slds-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  border: none;
}

.pg-modal.profile-page .slds-modal__header .close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  -webkit-transform: translate(-12px, 12px);
  -ms-transform: translate(-12px, 12px);
  transform: translate(-12px, 12px);
}

.pg-modal.profile-page .slds-modal__content {
  padding-bottom: 24px;
}

.pg-modal.profile-page .slds-modal__footer {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid var(--pg-grey-secondary, #D9D9D9);
}

.pg-modal.profile-page .slds-modal__content>div {
  margin-bottom: 24px;
}

.pg-modal.profile-page .slds-modal__content>div:nth-last-child(1) {
  margin-bottom: 0;
}

.pg-modal.profile-page .slds-modal__footer .action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.pg-modal.profile-page .slds-modal__footer .action-btns .pg-btn {
  padding: 16px 9px;
  border-radius: var(--pg-btn-radius-secondary, 50px);
}

.pg-modal .password-requirements-checks .check-mark-icon-wrapper svg {
  margin-bottom: 4px;
}

.pg-modal.profile-page .main-pharmacy .slds-checkbox__label .slds-checkbox_faux {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 1024px) {
  .pg-modal.profile-page .pg-modal-wrapper {
    padding: 120px 0 0;
  }

  .pg-modal.profile-page .slds-modal__header,
  .pg-modal.profile-page .slds-modal__content,
  .pg-modal.profile-page .slds-modal__footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pg-modal.profile-page .slds-modal__header,
  .pg-modal.profile-page .slds-modal__footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .pg-modal.profile-page .slds-modal__content>div {
    margin-bottom: 0;
    width: calc(50% - 20px);
  }

  .pg-modal.profile-page .slds-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px;
  }

  .pg-modal.profile-page .slds-modal__footer .action-btns>div {
    width: calc(50% - 16px);
  }

  .pg-modal.profile-page .slds-modal__footer .action-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
  }

  .pg-modal.profile-page .confirm-action-btn-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .pg-modal.profile-page .cancel-action-btn-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* SVG ICON WRAPPER */
.pg-icon-wrapper {
  line-height: 0;
}

.pg-list h2 {
  color: var(--pg-blue-primary, #0057B8);
  font-size: 32px;
  font-family: var(--pg-font-family-bold, "HurmeGeometricSansBold");
  margin: 38px 0 21px 0;
  line-height: normal;
}

/* lightning-input-wrapper search - Materials search */
.lightning-input-wrapper.search input {
  height: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

/* lightning-radio-group - Materials filters */
.filter-group .radio-group .slds-radio .slds-radio--faux,
.filter-group .radio-group .slds-radio .slds-radio_faux {
  width: 24px;
  height: 24px;
  margin-right: 24px;
}

.filter-group .radio-group .slds-radio .slds-form-element__label {
  color: var(--pg-blue-primary, #0057B8);
  font-size: var(--pg-standard-text-font-size-sm, 14px);
  line-height: var(--pg-text-line-height-secondary, 1.5);
}

.filter-group .radio-group .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio--faux:after,
.filter-group .radio-group .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux:after {
  width: 16px;
  height: 16px;
}

/* CMS STYLES FOR RICH TEXT FIELDS */
.pg-cms-title h1,
.pg-cms-title h2,
.intro-section-wrapper h1 {
  color: var(--pg-blue-primary);
}

.pg-cms-content p div li ol {
  font-family: var(--pg-font-family-regular);
  font-size: var(--pg-standard-text-font-size-xl);
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: var(--pg-green-primary);
}

.text-with-image {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* Workaround - temporary solution to remove padding from help-text on Reset Password Page (applied globally for all .slds-button elements) */
.padding-reset-wrapper {
  margin-left: 8px;
}

.padding-reset-wrapper * {
  padding: 0;
}

/* PG-BASE-BANNER */
.pg-base-banner {
  display: inline-block;
  width: calc(100% + 24px);
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}

@media screen and (min-width: 1024px) {
  .pg-base-banner {
    width: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}

/* KNOWLEDGE - BANNER */
.knowledge-banner .pg-banner-height-mobile,
.knowledge-banner .pg-banner-height-mobile img {
  height: 152px !important;
}

/* HOMEPAGE - BANNER */
.homepage-banner .background-image {
  background-position: left center !important;
}

@media screen and (min-width: 1024px) {
  .homepage-banner .background-image {
    background-position: center 20% !important;
  }
} 

/* pgModalTemplate - Knowledge (SCIENCE ENTRY/EXIT MODAL) */
.modal-confirmation .pg-modal-wrapper {
  max-width: 750px !important;
}

.modal-confirmation .modal-content,
.modal-confirmation .actions {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.modal-confirmation .modal-content {
  padding: 16px !important;
}

.modal-confirmation .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px 0;
  padding-bottom: 16px !important;
}

.modal-confirmation .modal-title {
  font-size: 32px;
  font-family: var(--pg-font-family-bold, "HurmeGeometricSansBold");
  color: var(--pg-blue-primary, #0057B8);
  line-height: var(--pg-text-line-height-primary, 1.25);
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 16px;
}

.modal-confirmation .modal-desc {
  font-size: 16px;
  color: var(--pg-black, #000000);
  line-height: var(--pg-text-line-height-primary, 1.25);
}

.modal-confirmation .actions .pg-btn {
  max-width: 480px;
  margin: 0 auto;
  display: block;
  padding: 15px 66px;
}

@media screen and (min-width: 768px) {

  .modal-confirmation .modal-content,
  .modal-confirmation .actions {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .modal-confirmation .modal-content {
    padding: 24px !important;
  }

  .modal-confirmation .actions {
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 1024px) {

  .modal-confirmation .modal-content,
  .modal-confirmation .actions {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .modal-confirmation .modal-content {
    padding: 32px !important;
  }

  .modal-confirmation .actions {
    padding-bottom: 32px !important;
  }
}

/* INFOBAR - NEW APP */
.pg-infobar.new-app {
  position: fixed;
  top: 75px;
  width: 100%;
}

.pg-infobar.new-app .slds-notify {
  color: var(--pg-blue-secondary, #012169) !important;
  font-size: var(--pg-standard-text-font-size-md, 16px) !important;
  line-height: var(--pg-text-line-height-primary, 1.25) !important;
  background-color: var(--pg-blue-tertiary, #44D0FC) !important;
  min-width: unset !important;
  max-width: 700px;
}

.pg-infobar.new-app .slds-notify .slds-text-heading_small {
  color: var(--pg-blue-secondary, #012169) !important;
  font-size: var(--pg-standard-text-font-size-md, 16px) !important;
  line-height: var(--pg-text-line-height-primary, 1.25) !important;
}

.pg-infobar.new-app svg {
  fill: var(--pg-blue-secondary, #012169) !important;
}

@media screen and (min-width: 1024px) {
  .pg-infobar.new-app {
    top: 100px;
  }
}

/* TERMS & CONDITIONS PAGE */
.terms-and-conditions {
  background-color: var(--pg-grey-3rd, #F4F4F4);
}

.terms-and-conditions * {
  font-family: var(--pg-font-family-regular, "HurmeGeometricSansRegular") !important;
}

.terms-and-conditions strong,
.terms-and-conditions b {
  font-family: var(--pg-font-family-bold, "HurmeGeometricSansBold") !important;
}

/* PHONE FIELD - REGISTRATION */
.phone-field-wrapper .phone-field {
  position: relative;
}

.phone-field-wrapper .phone-field::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 16px;
  top: 0;
  left: 42px;
  transform: translate(50%, calc(100% + 23px));
  z-index: 1;
  background-color: var(--pg-grey-secondary, #D9D9D9);
}

.phone-field-wrapper .phone-field::after {
  content: attr(data-dialling-code);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 8px;
  transform: translateY(calc(100% + 11px));
  font-family: var(--dxp-s-form-element-text-font-family,var(--dxp-s-body-font-family));
  color: var(--pg-grey-primary, #4A4A4A);
  background-color: var(--pg-white, #FFFFFF);
  font-size: var(--pg-standard-text-font-size-md, 16px);
}

.phone-field-wrapper input {
  padding-left: 48px;
}

/*
** 
* PRODUCT DETAIL PAGE
**
*/
.container[data-yt="true"] {
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .image-size {
    max-width: 1000px !important;
  }
}

/* PG TOAST */

.pg-toast {
  width: clamp(200px, 90%, 800px);
  min-width: unset;
}

.pg-toast:not(.slds-theme_error) * {
  color: var(--pg-black, #000000) !important;
}

.pg-toast.slds-theme_error * {
  color: var(--pg-white, #FFFFFF) !important;
}

/*
** 
* OTHER OVERRIDES 
**
*/

/* PG Site Logo size for mobile and tablet devices - Registration, Login, Change/Forgot/Reset Password */
.pg-site-logo img {
  max-width: 200px !important;
}

@media screen and (min-width: 768px) {
  .pg-site-logo img {
    max-width: 250px !important;
  }
}

/* SECTIONS BACKGROUND COLORS */
.bg-gray {
  background-color: var(--pg-grey-3rd, #F4F4F4);
}

/* Redeem Banner */
@media screen and (min-width: 1024px) {
  .redeem-banner .pg-hero {
    margin-bottom: 0 !important;
  }
}

/* SUPPORT PAGE */
.support-page .cmp-title, .page-container[data-support="true"] .cmp-title {
  margin-bottom: 10px !important;
  margin-top: 20px;
}

.pg-wrapper-center .contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  margin-top: 30px;
  text-align: center;
}

.pg-wrapper-center .contact-us h1 {
  margin-bottom: 20px;
}

.slds-rich-text-editor__output.disclaimer {
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .pg-wrapper-center .contact-us {
    min-height: 400px;
  }

  .support-page .cmp-title:not([data-cmp="true"]) {
    margin-top: 96px;
  }

  .support-page .cmp-title[data-cmp="true"] {
    margin-top: 0px;
  }
}

.support-page-wrapper .contact-us h1 {
  font-family: var(--pg-font-family-bold, "HurmeGeometricSansBold");
}

/* pgNavbar - indication of the current page in the mobile menu  */
.pg-navbar .menu-mobile .color-item,
.pg-navbar .menu-mobile .color-item span {
  color: var(--pg-blue-primary, #0057B8) !important;
  font-family: var(--pg-font-family-bold, "HurmeGeometricSansBold") !important;
  font-size: var(--pg-standard-text-font-size-md, 16px) !important;
}

/* pgKnowledgeTextSection - make bolded text (from rich text sf cms editor) thicker */
.knowledge-text-section-wrapper strong {
  font-family: var(--pg-font-family-bold, "HurmeGeometricSansBold") !important;
}

/* pgKnowledgeTextSection - homepage ABOUT US */
.homepage-about-us {
  padding: 0 16px;
}

@media screen and (min-width: 1024px) {
  .homepage-about-us .knowledge-text-section-wrapper {
    margin: 48px 0 0 !important;
  }

  .pg-infobar.new-app {
    top: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .homepage-about-us {
    padding: 0;
  }
}

strong,
strong * {
  font-family: var(--pg-font-family-bold, "HurmeGeometricSansBold");
}

.pg-incentive strong,
.pg-incentive strong * {
  color: var(--pg-black, #000000) !important;
}

/* pg-home-wrapper - remove margin-top for first .main-section */
.pg-home-wrapper c-pg-section-highlights:first-child .main-section {
  margin-top: 0 !important;
}

/* Material (pgBaseBanner) - additional notice modal text */
.additional-text-modal .modal-desc span {
  display: inline-block;
  line-height: var(--pg-text-line-height-primary, 1.25);
  text-align: left;
}

/* c-pg-your-achievements max width for home and user profile pages */
.homepage-banner .user-achievements {
  max-width: var(--pg-container-width-lg, 1168px);
}

.table table th {
  color: var(--pg-white, #FFFFFFFF) !important;
  background-color: var(--pg-blue-primary, #0057B8) !important;
}

/**
 * Media query for screens between 1025px and 1200px width
 * Applies specific padding to section containers in community pages
 * Overrides default padding with !important flag
 */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .comm-section-container {
    padding: 0 16px !important;
  }
}