.alert-gigya {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

@media screen and (min-width: 640px) {
  .alert-gigya {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.alert-gigya__body {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #10384f;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

@media screen and (min-width: 640px) {
  .alert-gigya__body {
    max-width: 465px;
    height: auto;
  }
}

.alert-gigya__body h2 {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.58px;
  text-align: center;
  color: #00617f;
  padding-bottom: 30px;
}

.alert-gigya__body p {
  margin: 0;
}

.alert-gigya__close {
  position: absolute;
  font-size: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  top: 12px;
  right: 12px;
  margin: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.alert-gigya__close::before,
.alert-gigya__close::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 8px;
  left: 2px;
}

.alert-gigya__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-gigya__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.alert-gigya__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
}

.alert-gigya__close * {
  display: none;
}

.alert-gigya__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
ul.ui-autocomplete {
  max-height: 350px;
  overflow-y: scroll;
}

/* Hide profile */

.gigya-screen-dialog-main,
#gigya-screen-dialog-page-overlay {
  display: none !important;
}

#block-gigyaraasprofile label.gigya-composite-control.gigya-composite-control-label,
#block-gigyaraasprofile label.gigya-composite-control.gigya-composite-control-label.mandatory_custom {
  color: #00617f !important;
  margin-top: -40px;
  font-family: BayerSansLightItalic,sans-serif;
  line-height: 1.2;
  padding-left: 3px;
}

@media only screen and (max-width: 600px) {
  #block-gigyaraasprofile label.gigya-composite-control.gigya-composite-control-label,
  #block-gigyaraasprofile label.gigya-composite-control.gigya-composite-control-label.mandatory_custom {
    margin-top: -20px;
  }
}

.styledSelect {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.gigya-composite-control-dropdown .field-description {
  padding-top: 20px;
}

/*for pharmacy name field*/
.field_pharmacy_target_select2_wrapper span.select2-selection.select2-selection--single {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #ff3162;
}

.field_pharmacy_target_select2_wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  color: #10384f;
  line-height: 1;
  height: 23px;
}
.change-pharmacy-select-wrapper .field_pharmacy_target_select2_wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  color: #10384f;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin-bottom: 0px;
}

/*for pharmacy name field -ends*/
.clinic_role:after {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 0;
  height: 0;
  padding: 0;
  font-family: club-bayer!important;
  content: "\22";
  pointer-events: none;
  color: #fff;
}
.gigya-composite-control-dropdown:after {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 0;
  height: 0;
  padding: 0;
  font-family: club-bayer!important;
  content: "\22";
  pointer-events: none;
  color: #fff;
}
.overlayNonPresente {
  position: absolute;
  width: 100vw;
  top: 0px;
  left: 0;
  bottom: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  z-index: 100;
}
.overlayNonPresente > div {
  box-sizing: border-box;
  width: 100%;
  max-width: 465px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.05)!important;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.05)!important;
  background-color: #fff!important;
  padding: 30px 40px 40px;
  border: 0!important;
  z-index: 999999999!important;
  position: relative;
}
#closeNonPresente:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#closeNonPresente:before {
  transform: rotate(45deg);
}
#closeNonPresente:after {
  transform: rotate(-45deg);
}
#closeNonPresente:before,
#closeNonPresente:after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0px;
}
.overlayNonPresente .heading {
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -.48px;
  text-align: center;
  color: #00617f;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -.58px;
}
.overlayNonPresente .heading span {
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 15px;
  padding: 10px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}
.nonPresenteContent {
  padding: 10px;
}
.nonPresenteContent p {
  margin: 0px;
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: -.38px;
}
#nonPresenteEmail {
  width: 300px;
  margin: 0 auto;
  margin-top: 15px;
}
.nonPresenteSubmitWrapper,
.nonPresenteSuccessWrapper,
.nonPresenteCloseWrapper {
  font-style: italic;
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding: 5px 75px 5px 10px;
  background: #ff3162;
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 55px;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  overflow: hidden;
}
.nonPresenteSubmitWrapper input[type=button],
.nonPresenteSuccessWrapper  input[type=button],
.nonPresenteCloseWrapper  input[type=button] {
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  box-shadow: none;
}
.nonPresenteSubmitWrapper i,
.nonPresenteSuccessWrapper  i,
.nonPresenteCloseWrapper  i {
  position: absolute;
  right: 20px;
  transition: all .3s ease-out;
  z-index: 10;
}
.nonPresenteSubmitWrapper:after,
.nonPresenteSuccessWrapper:after,
.nonPresenteCloseWrapper:after {
  content: '';
  width: 42px;
  height: 150%;
  background-color: #d30f4b;
  top: -6px;
  right: -7px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 1;
  display: block;
  position: absolute;
}
.nonPresenteSubmitWrapper:hover::after,
.nonPresenteSuccessWrapper :hover::after,
.nonPresenteCloseWrapper :hover::after {
  right: -52px;
}
.overlayNonPresente .successMsgNonPresente {
  text-align: center;
  color: green;
  margin-bottom: 10px;
}
#nonPresenteEmail + span {
  color: red;
  height: 30px;
  display: block;
}
.nonPresenteMsg {
  display: none;
}
.nonPresenteLoader {
  display: none;
  text-align: left;
  margin-top: -25px;
}
.gigya-register-form #field_gln_number {
  color: #fff;
}
.gigya-screen .gigya-composite-control.gigya-composite-control-dropdown select.s-hidden {
  visibility: visible;
  opacity: 0;
  padding: 0px;
}

.gigya-composite-control-dropdown.pharmacy-wrapper:after {
  content: '';
}
.gigya-composite-control.gigya-screen.gigya-composite-control-checkbox.show-disable {
  display: none !important;
}
.redemption_coming_soon {
  padding-left: 20px;
  margin-left: 43%;
}
.redemption_coming_soon p {
  color: #0191df;
}
.view-reward-catalogue.view-display-id-page_2 .views-row .views-field-field-product-type p {
  padding-left: 20px;
  margin-left: 43%;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0191df;
}

.field_chain_name_select2_wrapper {
  height: auto;
  line-height: 1;
}

.field_chain_name_select2_wrapper .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-bottom: 1px solid #ff3162;
  border-radius: 0px;
}

.field_chain_name_select2_wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  color: #10384f;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  font-family: BayerSansLight, 'Arial','Sans-Serif';
  line-height: 22px;
  padding-left: 3px;
}

.gigya-composite-control.gigya-composite-control-dropdown.chain-name-wrapper:after {
  content: "";
}

.gigya-screen .gigya-composite-control.gigya-composite-control-dropdown.chain-name-wrapper .styledSelect:after {
  content: "";
}

.pt .homepage #block-gigyaraasregister .gigya-screen.portrait .gigya-register-form .custom-subgroup .gigya-composite-control-dropdown {
  width: 100% !important;
}
.pt .homepage #block-gigyaraasregister .gigya-screen.portrait .gigya-register-form .custom-subgroup {
  padding-left: 0px !important;
}

.chain-name-wrapper .styledSelect {
  color: #96a8ae !important;
}


.tr label.gigya-composite-control.gigya-composite-control-label.customerror {
  width: calc(90% - 15px) !important;
  display: block;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-size: 12px;
  font-family: BayerSansLight, Arial, Sans-Serif;
  font-weight: 300;
  font-style: italic;
  color: #dd4b39;
}

.tr label.gigya-composite-control.gigya-composite-control-label.consentLabel {
  width: 90% !important;
  display: block;
  margin: 0 !important;
  position: relative;
  top: -175px;
}

.tr .baych-reg-view {
  padding-bottom: 10%;
}

.tr label.gigya-composite-control.gigya-composite-control-label.consentLabel {
  padding-left: 4% !important;
  display: block !important;
  font-weight: 600;
  font-family: BayerSansBold,Arial,Sans-Serif;
  line-height: normal;
  font-size: 14px;
  color: #00617f;
}

.tr h2.gigya-composite-control.gigya-composite-control-header.mandatory {
  margin-bottom: 10px !important;
}

@media screen and (min-width: 600px) {
  .tr label.gigya-composite-control.gigya-composite-control-label.consentLabel {
    top: -175px !important;
  }

  .tr label.gigya-composite-control.gigya-composite-control-label.customerror {
    margin-bottom: 10px !important;
    margin-top: -25px !important;
  }

  .tr h2.gigya-composite-control.gigya-composite-control-header.mandatory {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 600px) {
  .tr label.gigya-composite-control.gigya-composite-control-label.consentLabel {
    top: -220px !important;
    padding-left: 20px !important;
  }

  .tr label.gigya-composite-control.gigya-composite-control-label.customerror {
    margin-top: -70px !important;
  }

  .tr .baych-reg-view {
    padding-bottom: 30%;
  }
}

.tr #block-gigyaraaslogin label.gigya-composite-control.gigya-composite-control-label.customerror {
  margin-left: -30px;
  margin-top: 10px !important;
  padding: 0px !important;
}

.tr #block-gigyaraaslogin label.gigya-composite-control.gigya-composite-control-label.customerror {
  display: none;
}

@media screen and (max-width: 768px) {
  .tr .homepage .form-switcher #block-gigyaraaslogin {
    min-height: 470px;
  }

  .tr #block-gigyaraaslogin label.gigya-composite-control.gigya-composite-control-label.customerror {
    margin-left: 0px;
  }
}

/* ACDC-37311 Mobile views and responsiveness */
/* interest tag popup height and overlay */
@media (min-width: 300px) and (max-width: 767px) {
  .alert-gigya__overlay {
    position: absolute;
    width: 100%;
    height: 113%;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  #block-popupuserwithouttagsinterests .alert-gigya__body {
    height: 400px !important;
    top: 30px;
  }
}
