div.account-menu ul.menu {
  z-index: 999 !important;
}

.profile__container {
  position: relative;
  margin-bottom: 40px;
}
.js-form-item-field-id-0-value .input-error-desc {
  font-size: 12px;
  font-family: 'BayerSansLightItalic', 'Arial','Sans-Serif';
  color: #d0021b;
}

.js-form-item-field-pharmacist-number-0-value .input-error-desc {
  font-size: 12px;
  font-family: 'BayerSansLightItalic', 'Arial','Sans-Serif';
  color: #d0021b;
}

.complete-registration.user-form #complete-registration .js-form-item-field-id-0-value .input-error-desc {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
  font-family: 'BayerSansLightItalic', 'Arial','Sans-Serif';
  color: #d0021b;
}

.complete-registration.user-form #complete-registration .js-form-item-field-pharmacist-number-0-value .input-error-desc {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
  font-family: 'BayerSansLightItalic', 'Arial','Sans-Serif';
  color: #d0021b;
}

input {
  &.error {
    border-bottom: 1px solid #d0021b;
    margin-bottom: 10px;
  }
}

.profile__container .form-item {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .profile__container .link-change-password {
    position: absolute;
    right: 0;
    top: 0;
  }

  .profile__container .link-change-password .button__container {
    margin-top: 0;
  }
}

.profile__container .link-change-password .button__link {
  text-align: left;
  padding: 10px;
}

.profile__container .link-change-password .button__link a {
  padding: 12px 60px 12px 10px;
}

.profile__container .button__container .button__link a i {
  font-size: 16px;
  top: 10px;
}

.gigya-screen div.gigya-container.gigya-visible-when a[data-switch-screen="bayer-change-password-screen"] {
  display: none;
}

.sidebar-first .views-element-container {
  border: none;
  border-radius: unset;
  background: transparent;
  padding: 0;
  padding-top: 0px;
  padding-left: 20px;
  color: #fff;
  box-shadow: none;
  margin-top: -10px;
}

.sidebar-first .views-element-container .view-id-my_dashboard a {
  color: #fff;
}

.sidebar-first .views-element-container.block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .view-my-dashboard a {
    font-size: 12px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 768px) {
  .mq-main.has-sidebar .sidebar-first .block {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .sidebars .region.region-sidebar-first {
    display: flex;
  }

  .view-my-dashboard a {
    padding-right: 20px;
  }
}

aside .block:first-child {
  margin-bottom: 0px;
}

.clinic_field .field__label {
  font-family: BayerSansLight, "Arial Roboto", Sans-Serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.63;
  color: #00617f;
  padding-bottom: 0;
}

.account-menu .profile-image .profile-image-avatar {
  cursor: pointer;
}

.sidebar_child_submenu {
  padding-left: 10px !important;
}

.sidebar_child_submenu:hover {
  color: white !important;
}

.sidebar_child_submenu.is-active,
.sidebar_child_submenu:hover {
  border-left: 4px solid #00bcff !important;
}

.report_submenu_remove {
  display: none !important;
}

@media only screen and (max-width : 600px) {
  .show_submenu li:first-child {
    padding-top: 10px !important;
  }

  .show_submenu li:last-child {
    padding-bottom: 15px !important;
  }

  .show_submenu {
    display: block !important;
    padding-left: 4px !important;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .show_submenu li:first-child {
    padding-top: 10px !important;
  }

  .show_submenu li:last-child {
    padding-bottom: 15px !important;
  }

  .show_submenu {
    display: block !important;
    padding-left: 4px !important;
  }
}

#edit-field-private-profile>label {
  margin-bottom: 30px;
}

/* ACHP2-1821 My-Pharmacy Confirmation-Popup */
.block-bayer-achp-pharmacy-confirmation-block .button__container {
  display: flex;
  padding: 5px;
  width: 102%;
}

.block-bayer-achp-pharmacy-confirmation-block .button__container .button__link.cancel-button a {
  background: linear-gradient(-73deg, #f0f4f5 19%, #fff 19%) !important;
  color: #10384f !important;
  border: solid 1px #ff3162;
}

.block-bayer-achp-pharmacy-confirmation-block .alert-gigya__close {
  display: none;
}

.block-bayer-achp-pharmacy-confirmation-block .button__container .button__link.confirm-button a {
  background: linear-gradient(-79deg, #d30f4b 19%, #ff3162 19%) !important;
  border: solid 1px #ff3162;
}

.block-bayer-achp-pharmacy-confirmation-block .button__container .button__link.cancel-button .bayer-chevron-right {
  display: none;
}

@media (max-width:450px) {
  .block-bayer-achp-pharmacy-confirmation-block .button__container {
    flex-direction: column;
  }

  .block-bayer-achp-pharmacy-confirmation-block .button__link {
    padding: 5px !important;
  }
}

@media (min-width:400px) {
  .block-bayer-achp-pharmacy-confirmation-block .button__link.confirm-button a {
    width: 31% !important;
  }
}

@media (min-width:700px) {
  .block-bayer-achp-pharmacy-confirmation-block .button__link.confirm-button a {
    width: 43% !important;
  }
}

@media (max-width:380px) {
  .block-bayer-achp-pharmacy-confirmation-block .button__link.confirm-button a {
    width: 36% !important;
  }
}

@media (min-width:380px) and (max-width:390px) {
  .block-bayer-achp-pharmacy-confirmation-block .button__link.confirm-button a {
    width: 33% !important;
  }
}

.block-bayer-achp-pharmacy-confirmation-block .button__link {
  flex: 0.5;
}

.block-bayer-achp-pharmacy-confirmation-block .button__link {
  padding: 0px;
}

.block-bayer-achp-pharmacy-confirmation-block .button__link.confirm-button a {
  width: auto;
}

.block-bayer-achp-pharmacy-confirmation-block .mypharmacy-confirm-popup-message {
  text-align: left;
}

/* ACHP2-11767-Redesign of edit profile page */

/* for test-hcp with instance parent class 'com' */
/* profile image -default */
.edit-profile-page .profile__container .profile-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.edit-profile-page .profile__container .profile-image.default {
  background: linear-gradient(-45deg, #10384f 50%, #00617f 50%);
}

.edit-profile-page .profile__container .profile-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.edit-profile-page .profile__container .profile-image.default {
  background: linear-gradient(-45deg, #10384f 50%, #00617f 50%);
}

.edit-profile-page .profile__container .profile-image {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
  border-radius: 500px;
  overflow: hidden;
}

.edit-profile-page .profile__container .profile-image.default i {
  color: #fff;
  font-size: 70px;
  margin: 32px -34px 0;
  position: absolute;
}

/* font size and font-family */
.edit-profile-page .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-pharmacy-0-value.form-item-field-pharmacy-0-value label,
.edit-profile-page .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-role.form-item-role label,
.edit-profile-page .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-pharmacy-0-value.form-item-field-pharmacy-0-value #edit-field-pharmacy-0-value,
.edit-profile-page .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-role.form-item-role #edit-role,
.edit-profile-page .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-postal-code-0-value.form-item-field-postal-code-0-value label,
.edit-profile-page .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-postal-code-0-value.form-item-field-postal-code-0-value #edit-field-postal-code-0-value,
.edit-profile-page .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-gln.form-item-gln label,
.edit-profile-page .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-gln.form-item-gln #edit-gln {
  color: #96a8ae;
  font-family: BayerSansLightItalic, Arial, Sans-Serif;
  font-style: italic;
}

.edit-profile-page #edit-field-chain-name-wrapper label {
  color: #96a8ae !important;
  font-family: BayerSansLightItalic, Arial, Sans-Serif !important;
  font-style: italic !important;
}

.edit-profile-page #edit-field-chain-name-wrapper input#edit-field-chain-name-0-target-id {
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #96a8ae;
  padding-left: unset;
  color: #96a8ae;
}

.edit-profile-page .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-id-0-value.form-item-field-id-0-value label,
.edit-profile-page .gigya-composite-control.gigya-composite-control-textbox,
.edit-profile-page .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox label span,
.edit-profile-page h2.gigya-composite-control.gigya-composite-control-header.mandatory {
  font-family: BayerSansLightItalic, Arial, Sans-Serif;
  font-style: italic;
}

.edit-profile-page .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox label span {
  font-family: BayerSansLightItalic, Arial, Sans-Serif !important;
  font-weight: normal !important;
  font-size: 13px;
}

/* My profile heading */
.edit-profile-page {
  width: 100%;
}

.edit-profile-page h1 {
  position: relative;
  top: 20px;
}

.edit-profile-page h1 {
  font-weight: 100;
  font-family: BayerSansThinItalic, Arial, Sans-Serif;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #10384f;
  margin-bottom: 20px;
  margin-top: 20px;
}

.edit-profile-page h1:before {
  content: "/";
  margin-right: 10px;
  font-style: normal;
  font-weight: 100;
  font-family: BayerSansRegular, Arial, Sans-Serif;
  font-size: 30px;
  vertical-align: initial;
  color: #00bcff;
}

/* block of forms  */
/* white background, center alignment, box shadow */
.edit-profile-page .profile-section {
  background-color: #fff;
  width: 74.57627%;
  margin: 90px auto;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  position: relative;
}

.edit-profile-page div#block-bayer-achp-clubbayer-basetheme-content {
  padding-bottom: 10px;
}

.edit-profile-page div#bayer-update-profile-screen {
  background: #fff;
  width: 100%;
  position: relative;
  padding-top: 0px;
  top: -29px;
}

/* img after upload */
.edit-profile-page .user-form .image-widget img {
  float: unset;
  width: 145px;
  height: 145px;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
  border-radius: 500px;
  overflow: hidden;
  position: absolute;
  left: 49%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  bottom: -53px;
  margin-bottom: 50px !important;
}

.edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
  float: unset;
  margin-left: 230px;
  margin-top: 47px;
  font-family: BayerSansMediumItalic, Arial, Sans-Serif;
  font-style: italic;
}

/* delete button */
.edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit {
  float: unset;
  margin-left: 230px;
  margin-top: 47px;
  font-family: BayerSansMediumItalic, Arial, Sans-Serif;
  font-style: italic;
}

.edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
  top: 78%;
}

/* password button */
.edit-profile-page .profile__container .link-change-password {
  display: none;
}

/* width and length of input field */
.edit-profile-page div#edit-field-id-wrapper,
.edit-profile-page div#edit-field-pharmacy-wrapper,
.edit-profile-page div.form-item-role,
.edit-profile-page div#edit-field-postal-code-wrapper,
.edit-profile-page div#edit-field-role-in-clinic-wrapper,
.edit-profile-page div#edit-field-chain-name-wrapper,
.edit-profile-page div#edit-field-cargo-wrapper,
.edit-profile-page div#edit-field-pharmacist-number-wrapper,
.edit-profile-page .js-form-item.form-item.form-item-gln,
.edit-profile-page div#edit-field-pharmacy-drug-store-wrapper,
.edit-profile-page div#edit-field-gln-nummer-wrapper,
.edit-profile-page div#edit-field-fph-nummer-wrapper,
.edit-profile-page div#edit-field-responsibility-wrapper,
.edit-profile-page div#edit-account {
  margin-left: 87px;
  margin-right: 35px;
}

.edit-profile-page .user-form .form-item.form-type-textfield #edit-field-id-0-value,
.edit-profile-page .user-form .form-item.form-type-textfield #edit-field-pharmacy-0-value,
.edit-profile-page .user-form .form-item.form-type-textfield #edit-role,
.edit-profile-page .user-form .form-item.form-type-textfield #edit-field-postal-code-0-value,
.edit-profile-page .user-form .form-item.form-type-select #edit-field-role-in-clinic-wrapper,
.edit-profile-page .user-form #edit-field-chain-name-0-target-id,
.edit-profile-page input#edit-field-pharmacist-number-0-value,
.edit-profile-page .js-form-item.form-item.form-item-gln #edit-gln,
.edit-profile-page div#edit-field-gln-nummer-wrapper #edit-field-gln-nummer-0-value,
.edit-profile-page div#edit-field-fph-nummer-wrapper #edit-field-fph-nummer-0-value,
.edit-profile-page div#edit-account #edit-name {
  width: 87% !important;
  font-family: BayerSansLightItalic, Arial, Sans-Serif;
  font-style: italic;
}

.edit-profile-page .user-form .form-item.form-type-select #edit-field-role-in-clinic-wrapper .form-item-field-role-in-clinic,
.user-form .js-form-type-select {
  width: 87% !important;
}

.edit-profile-page div#edit-account #edit-name--description {
  width: 87% !important;
}

.edit-profile-page .js-form-item.form-item.form-item-gln #edit-gln,
.edit-profile-page div#edit-field-gln-nummer-wrapper #edit-field-gln-nummer-0-value,
.edit-profile-page div#edit-field-fph-nummer-wrapper #edit-field-fph-nummer-0-value,
.edit-profile-page div#edit-field-role-in-clinic-wrapper #edit-field-role-in-clinic,
.edit-profile-page div#edit-field-cargo-wrapper #edit-field-cargo,
.edit-profile-page div#edit-field-responsibility-wrapper #edit-field-responsibility {
  padding-left: unset;
}

.edit-profile-page #edit-field-chain-name-wrapper input#edit-field-chain-name-0-target-id:hover {
  background-color: unset !important;
}

.edit-profile-page #edit-field-chain-name-wrapper input#edit-field-chain-name-0-target-id.form-autocomplete {
  background-image: unset;
}

/* add country codes  france  carg0--pt */
.fr .edit-profile-page div#edit-field-postal-code-wrapper label,
.fr .edit-profile-page div#edit-field-role-in-clinic-wrapper label,
.pt .edit-profile-page div#edit-field-cargo-wrapper label,
.si .edit-profile-page div#edit-field-postal-code-wrapper label {
  color: #10384f;
}

.fr .edit-profile-page div#edit-field-postal-code-wrapper #edit-field-postal-code-0-value,
.fr .edit-profile-page div#edit-field-role-in-clinic-wrapper #edit-field-role-in-clinic,
.pt .edit-profile-page div#edit-field-cargo-wrapper #edit-field-cargo,
.si .edit-profile-page div#edit-field-postal-code-wrapper #edit-field-postal-code-0-value {
  color: #00617f !important;
}

.edit-profile-page div#edit-field-chain-name-wrapper {
  margin-top: -25px;
  position: relative;
}

.edit-profile-page .user-form .select-wrapper select:hover {
  border-bottom: 1px solid #96a8ae !important;
}

/* Swiss  block */
.edit-profile-page div#bayer-update-profile-screen .gigya-composite-control-dropdown  select {
  margin-left: 85px;
  margin-right: 35px;
  width: 71% !important;
}
.edit-profile-page div#bayer-update-profile-screen .gigya-composite-control-dropdown .gigya-label {
  top: 13px !important;
  margin-left: 81px;
}
.edit-profile-page div#bayer-update-profile-screen .gigya-composite-control-dropdown  select {
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #96a8ae;
  padding-left: unset;
  color: #00617f !important;
  font-family: BayerSansLightItalic, Arial, Sans-Serif;
  font-style: italic;
  padding: unset !important;
}

.edit-profile-page div#bayer-update-profile-screen .gigya-composite-control-dropdown  select:focus {
  box-shadow: unset !important;
  border-left: unset !important;
  border-right: unset !important;
  border-top: unset !important;
  border-bottom: 1px solid #96a8ae !important;
}


.edit-profile-page div#bayer-update-profile-screen .gigya-composite-control-dropdown  .select-wrapper:after {
  right: 121px !important;
}

.edit-profile-page .gigya-composite-control.gigya-composite-control-dropdown {
  top: unset !important;
  bottom: 13px !important;
  padding-bottom: 48px !important;
}

.edit-profile-page .gigya-composite-control.gigya-composite-control-textbox {
  top: 39px;
}

.edit-profile-page .gigya-screen .gigya-composite-control.gigya-composite-control-textbox {
  padding-bottom: 18px !important;
}
#gigya-raas-profile-div #bayer-update-profile-screen .gigya-composite-control.gigya-composite-control-dropdown label,
#gigya-raas-profile-div #bayer-update-profile-screen .gigya-composite-control.gigya-composite-control-textbox label {
  margin-top: -20px;
}
/* swiss block end */

.edit-profile-page .gigya-composite-control.gigya-composite-control-textbox,
.edit-profile-page .gigya-composite-control.gigya-composite-control-label.mandatory_custom,
.edit-profile-page .gigya-composite-control.gigya-composite-control-checkbox {
  margin-left: 87px;
  margin-right: 35px;
  font-family: BayerSansLightItalic, Arial, Sans-Serif;
  font-style: italic;
}

.edit-profile-page #bayer-update-profile-screen .gigya-label+input,
.edit-profile-page .gigya-composite-control.gigya-composite-control-label.mandatory_custom {
  width: 87%;
}

.edit-profile-page #gigya-raas-profile-div #bayer-update-profile-screen .gigya-label+input {
  width: 87%;
}

#gigya-raas-profile-div .gigya-screen .gigya-composite-control input {
  z-index: 101;
}
.gigya-screen .gigya-profile-form .gigya-error-msg-active.gigya-form-error-msg {
  text-align: center !important;
  padding: 10px 0;
  border: none;
}

/* email message */
.edit-profile-page #block-gigyaraasprofile label.gigya-composite-control.gigya-composite-control-label.mandatory_custom {
  width: 74%;
  padding-left: 0px;
  margin-left: 14px;
  margin-right: 0px;
  font-family: BayerSansLightItalic, Arial, Sans-Serif;
  font-style: italic;
  color: #96a8ae !important;
}

/* save button and mandatory text */
.edit-profile-page h2.gigya-composite-control.gigya-composite-control-header.mandatory {
  width: 100%;
  text-align: center !important;
  color: #10384f !important;
}

.edit-profile-page .gigya-composite-control.gigya-composite-control-submit {
  width: 57%;
  max-width: 100%;
  position: relative;
  padding-bottom: unset !important;
  margin-bottom: 40px !important;
}

.edit-profile-page div#block-edit-profile {
  text-align: center;
  font-family: BayerSansLightItalic, Arial, Sans-Serif;
  font-style: italic;
  font-size: 14px;
  width: 100%;
}

.edit-profile-page div#block-edit-profile div div {
  position: relative;
  height: 20px;
  top: -68px;
}

.edit-profile-page div#block-edit-profile a {
  font-family: BayerSansBoldItalic, Arial, Sans-Serif;
  color: #ff3162;
}

.edit-profile-page input.gigya-input-submit {
  width: 100%;
}

.edit-profile-page .gigya-screen .gigya-composite-control.gigya-composite-control input[type=submit] {
  width: 100% !important;
  position: relative;
  font-family: BayerSansMediumItalic, Arial, Sans-Serif !important;
  font-style: italic;
  color: #fff;
}

.edit-profile-page #gigya-raas-profile-div .gigya-screen .gigya-composite-control.gigya-composite-control-submit i {
  left: 85% !important;
}

.edit-profile-page .gigya-screen .gigya-layout-cell {
  float: unset !important;
}

/* save message  and error message on clicking save button */
.drupal-messages.messages--status.edit-page-success-message {
  background: #89d329;
  height: auto !important;
  position: absolute;
  margin-left: 105px;
  width: 52% !important;
  top: 55px !important;
  z-index: 100;
}

.drupal-messages.messages--error.edit-page-error-message {
  height: auto !important;
  position: absolute;
  margin-left: 105px;
  width: 52% !important;
  top: 44px !important;
  z-index: 100;
}

/* error message shown on image upload */
.edit-profile-page .profile__container .drupal-messages.messages--error,
.edit-profile-page .profile__container .drupal-messages.messages--status {
  height: auto !important;
  position: absolute;
  margin-left: 105px;
  width: 52% !important;
  top: 44px !important;
  z-index: 100;
  left: -16%;
}

/* back button */
.edit-profile-page .profile__container .back-to-profile a {
  position: relative;
  color: #10384f;
  font-size: 16px;
  font-family: BayerSansRegular, sans-serif;
  text-decoration: none;
  cursor: pointer;
  top: -15px;
  left: 37px;
  font-style: normal;
  font-weight: normal;
}

.edit-profile-page .profile__container .back-to-profile a:hover {
  color: #ff3162;
  text-decoration: none;
}

.edit-profile-page .profile__container .back-to-profile a::before {
  content: "\5c";
  font-family: club-bayer;
  display: block;
  position: relative;
  right: 21px;
  top: 28px;
}

/* fixing the text indent for the fields */
.edit-profile-page .user-form .form-item.form-type-email label,
.edit-profile-page .user-form .form-item.form-type-textarea label,
.edit-profile-page .user-form .form-item.form-type-textfield label,
.edit-profile-page .user-form .form-item.js-form-type-select label {
  left: 0px;
}

.edit-profile-page .user-form .form-item.form-type-textfield #edit-field-id-0-value,
.edit-profile-page .user-form .form-item.form-type-textfield #edit-field-pharmacy-0-value,
.edit-profile-page .user-form .form-item.form-type-textfield #edit-role,
.edit-profile-page .user-form .form-item.form-type-textfield #edit-field-postal-code-0-value,
.edit-profile-page div#edit-account #edit-name {
  padding-left: 0px;
}

.edit-profile-page .gigya-screen .gigya-composite-control.gigya-composite-control input {
  padding-left: 0px;
  text-align: left;
  text-indent: 0px;
}

.edit-profile-page .gigya-screen .gigya-composite-control.gigya-composite-control-password label,
.edit-profile-page .gigya-screen .gigya-composite-control.gigya-composite-control-textbox label {
  left: 0px;
}

.edit-profile-page #block-gigyaraasprofile label.gigya-composite-control.gigya-composite-control-label.mandatory_custom {
  margin-bottom: 10px;
  margin-top: -10px;
}

.edit-profile-page .gigya-screen .gigya-composite-control.gigya-composite-control input.gigya-input-submit {
  padding-left: 10px;
  text-align: center;
}

/* hide the consent form */
.edit-profile-page .gigya-composite-control.gigya-composite-control-checkbox {
  display: none !important;
}

/* setting redirection url */
.edit-profile-page div#block-editmyprofile {
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
  left: 172px;
  bottom: 51px;
  font-size: 12px;
}

.edit-profile-page div#block-editmyprofile .add-interest p {
  font-family: BayerSansLightItalic, Arial, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  color: #10384f;
  top: -44px;
  position: relative;
}

.edit-profile-page div#block-editmyprofile .add-interest p a {
  font-family: BayerSansBoldItalic, Arial, Sans-Serif;
  font-weight: bold;
  color: #ff3162;
}

.edit-profile-page div#block-editmyprofile .add-interest:before {
  content: "/";
  font-style: normal;
  font-weight: normal;
  font-family: BayerSansRegular,Arial,Sans-Serif;
  font-size: 24px;
  vertical-align: initial;
  color: #10384f;
  position: relative;
  left: -11px;
}

.edit-profile-page form#gigya-profile-form {
  padding-bottom: 0px;
}

#block-edit-profile div div:before {
  content: "/";
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-family: BayerSansRegular, Arial, Sans-Serif;
  font-size: 17px;
  vertical-align: initial;
  color: #10384f;
  padding-top: 13px;
}

.gigya-composite-control.gigya-composite-control-submit .bayer-chevron-right:before {
  position: relative;
  z-index: 200;
}

/* code to enable change password for ae, fr, swiss */
.ae .edit-profile-page .profile__container .link-change-password,
.ch .edit-profile-page .profile__container .link-change-password {
  display: block !important;
  top: 102px !important;
  right: 125px !important;
}

.ae .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit,
.fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit,
.ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit {
  margin-left: 130px;
}

.ae .edit-profile-page .profile__container .link-change-password a,
.ch .edit-profile-page .profile__container .link-change-password a {
  height: 11px;
}

.ae .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before,
.fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before,
.ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
  left: 246px;
  top: 67px;
}

.ae .edit-profile-page .gigya-composite-control.gigya-composite-control-checkbox,
.ch .edit-profile-page .gigya-composite-control.gigya-composite-control-checkbox {
  width: 80% !important;
  margin-bottom: unset !important;
  margin-top: -46px !important;
}

.fr .edit-profile-page .gigya-composite-control.gigya-composite-control-checkbox {
  margin-top: 1px !important;
  width: auto !important;
}

.ae .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label,
.fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
  margin-left: 143px;
}

.ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
  margin-left: 87px;
  width: 224px;
}

.ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit {
  margin-left: 121px;
}

.ch .edit-profile-page .profile__container .link-change-password {
  top: 102px !important;
  right: 75px !important;
}

/* interest tags */
.edit-profile-page .view-interests-list .views-row div.action-flag {
  border: solid 1px #ebf0f2;
}

.edit-profile-page .block-views-blockinterests-list-edit-interests {
  padding-left: 22px;
  padding-right: 22px;
  margin: 0 64px;
}

.edit-profile-page .block-views-blockinterests-list-edit-interests .view-content {
  display: block !important;
}

.edit-profile-page .block-views-blockinterests-list-edit-interests .view-content .views-row {
  display: inline-block !important;
  width: unset !important;
  float: unset !important;
}

/* france button issue */
.fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
  float: unset;
  margin-left: 125px;
  margin-top: 48px;
  font-family: BayerSansMediumItalic, Arial, Sans-Serif;
  font-style: italic;
  width: 189px !important;
  padding: 11px;
}

.fr .edit-profile-page .profile__container .link-change-password {
  display: block !important;
  top: 102px !important;
  right: 78px !important;
}

.jp #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password.noRemoveButton {
  top: 101px !important;
  right: 92px !important;
}

.jp #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password {
  display: block !important;
  top: 101px !important;
  right: 92px !important;
}

.jp .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
  margin-left: 97px !important;
  width: 200px;
  height: 45px;
}

.jp input#edit-user-picture-0-remove-button {
  margin-left: 163px;
  height: 44px;
}

.ae .edit-profile-page #block-gigyaraasprofile .gigya-layout-row.subscribe-wrapper {
  display: block !important;
}

/* tablet design fix  for edit profile page */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

  /* heading */
  .edit-profile-page h1 {
    position: relative;
    top: 50px;
    left: 20px;
  }

  /* entire edit block */
  .edit-profile-page .profile-section {
    width: 85.05085%;
    margin-top: 105px;
  }

  /* back button */
  .edit-profile-page .profile__container .back-to-profile a {
    top: -10px;
  }

  /* profile image */
  .edit-profile-page .user-form .image-widget img {
    transform: translateX(-49%) translateY(-80%);
    bottom: unset;
  }

  .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content.block-system.block-system-main-block {
    overflow-x: unset;
  }

  /* profile img - remove button */
  .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit {
    margin-top: 20px;
    bottom: 130px;
    position: relative;
    left: -3%;
  }

  .ae .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit,
  .ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit {
    bottom: 157px;
  }

  .ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    left: 232px;
    top: -117px;
  }

  .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    top: -150%;
    z-index: 1;
    left: 81%;
  }

  .edit-profile-page div#edit-field-id-wrapper {
    padding-top: 30px;
  }

  .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    top: -11px;
  }

  /* gigya form alignment */
  .edit-profile-page div#bayer-update-profile-screen {
    width: 100%;
  }

  .edit-profile-page #gigya-raas-profile-div .gigya-screen.portrait {
    margin-left: 0px !important;
  }

  /* textbox margin */
  .edit-profile-page .gigya-composite-control.gigya-composite-control-textbox,
  .edit-profile-page .gigya-composite-control.gigya-composite-control-label.mandatory_custom,
  .edit-profile-page .gigya-composite-control.gigya-composite-control-checkbox {
    margin-left: 104px;
    margin-right: 52px;
  }

  .edit-profile-page #block-gigyaraasprofile label.gigya-composite-control.gigya-composite-control-label.mandatory_custom {
    width: 69%;
    margin-left: 9px;
  }

  /* status and error messages on click of save button */
  .drupal-messages.messages--error.edit-page-error-message,
  .drupal-messages.messages--status.edit-page-success-message {
    margin-left: 216px;
    width: 61% !important;
    top: 80px !important;
  }

  /* ae fr ch change password */
  .ae .edit-profile-page .profile__container .link-change-password,
  .ch .edit-profile-page .profile__container .link-change-password {
    top: 82px !important;
  }

  .ae .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .fr .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .ch .edit-profile-page .block-views-blockinterests-list-edit-interests {
    margin-top: 30px;
  }

  .fr .profile__container {
    margin-bottom: 75px;
  }

  .ae .profile__container {
    margin-bottom: 66px;
  }

  .ae .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    top: -118px;
  }

  .fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    top: -91px;
  }

  .fr .edit-profile-page .profile__container .link-change-password {
    top: 106px !important;
  }

  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password.noRemoveButton {
    top: 81px !important;
    right: 92px !important;
  }

  .jp input#edit-user-picture-0-remove-button {
    margin-top: 14px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {

  /* profile img - remove button */
  .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit {
    bottom: -42px;
    left: -12%;
  }

  .ae .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit {
    bottom: -17px;
  }

  .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    top: 139%;
    left: 73%;
  }

  .ae .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit:before {
    left: 211px;
    top: 55px;
  }

  .edit-profile-page div#edit-field-id-wrapper {
    padding-top: 44px;
  }

  .edit-profile-page div#bayer-update-profile-screen {
    width: 100% !important;
  }

  /* textbox margin */
  .edit-profile-page .gigya-composite-control.gigya-composite-control-textbox,
  .edit-profile-page .gigya-composite-control.gigya-composite-control-label.mandatory_custom,
  .edit-profile-page .gigya-composite-control.gigya-composite-control-checkbox {
    margin-left: 87px;
    margin-right: 35px;
  }

  .edit-profile-page #block-gigyaraasprofile label.gigya-composite-control.gigya-composite-control-label.mandatory_custom {
    width: 70%;
    margin-left: 14px;
  }

  .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    margin-left: 178px;
  }

  /* ae fr ch change password */
  .ae .edit-profile-page .profile__container .link-change-password {
    right: 58px !important;
  }

  .ch .edit-profile-page .profile__container .link-change-password {
    right: 32px !important;
  }

  .fr .edit-profile-page .profile__container .link-change-password {
    right: 28px !important;
  }

  .ae .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    margin-left: 91px;
  }

  .ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    margin-left: 45px;
  }

  .fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    margin-left: 46px;
  }

  .ae .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .fr .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .ch .edit-profile-page .block-views-blockinterests-list-edit-interests {
    margin-top: -25px;
  }

  .fr .profile__container {
    margin-bottom: 85px;
  }

  .ae .profile__container {
    margin-bottom: 66px;
  }

  .ae .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    top: 56px;
    left: 68%;
  }

  .ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    top: 57px !important;
    left: 68% !important;
  }

  .ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit {
    top: 17px !important;
  }

  .fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    top: 81px !important;
    left: 68% !important;
  }

  .ch .profile__container {
    margin-bottom: 60px !important;
  }

  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password.noRemoveButton {
    top: 81px !important;
    right: 49px !important;
  }

  .jp .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    margin-left: 30px !important;
  }

  .jp input#edit-user-picture-0-remove-button {
    margin-top: -5px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .edit-profile-page #gigya-raas-profile-div .gigya-screen.portrait {
    width: 100% !important;
    margin-left: unset !important;
  }

  .edit-profile-page .gigya-screen.portrait {
    width: unset !important;
    margin-left: unset !important;
  }
}

/* image resized for smaller screens */
@media only screen and (max-width: 767px) {
  .edit-profile-page .user-form .image-widget img {
    width: 95px;
    height: 95px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

/* mobile screen edit-profile-page */
@media only screen and (min-width: 300px) and (max-width: 767px) {

  /* heading */
  .edit-profile-page h1 {
    margin-left: 15px;
  }

  /* entire edit block */
  .edit-profile-page .profile-section {
    margin: 70px auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .edit-profile-page .profile-section {
    width: 90.05085%;
  }

  /* img uploaded */
  .edit-profile-page .user-form .image-widget img {
    bottom: unset;
  }

  .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content.block-system.block-system-main-block {
    overflow-x: unset;
  }

  /* img default */
  .edit-profile-page .profile__container .profile-image.default {
    top: 3px;
  }

  .edit-profile-page .profile__container .profile-image {
    width: 80px;
    height: 80px;
  }

  .edit-profile-page .profile__container .profile-image.default i {
    font-size: 44px;
    margin: 17px -21px 0;
  }

  .edit-profile-page .back-to-profile {
    top: 4px !important;
    position: absolute !important;
    left: -17px !important;
  }

  /* img uploaded - remove button */
  .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .button.js-form-submit.form-submit {
    margin-left: 15px;
    margin-top: 65px;
  }

  .edit-profile-page .user-form #edit-user-picture-wrapper .image-widget img {
    transform: translateX(-4%) translateY(-78%);
  }

  .edit-profile-page .profile__container .back-to-profile a {
    font-size: 14px;
  }

  .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    top: 72%;
  }

  .edit-profile-page #bayer-update-profile-screen .gigya-label {
    width: unset !important;
  }

  .edit-profile-page div#edit-user-picture-wrapper label {
    left: 50%;
    top: 20px;
  }

  .edit-profile-page .profile__container .back-to-profile a::before {
    top: 24px;
  }

  .edit-profile-page #gigya-raas-profile-div .gigya-screen.portrait {
    margin-left: unset !important;
  }

  .edit-profile-page div#edit-user-picture-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  input#edit-user-picture-0-remove-button {
    margin-top: 53px;
    margin-bottom: 10px;
    margin-left: 79px;
  }

  /* alignment for textbox fields */
  .edit-profile-page div#edit-field-id-wrapper,
  .edit-profile-page div#edit-field-pharmacy-wrapper,
  .edit-profile-page div.form-item-role,
  .edit-profile-page div#edit-field-postal-code-wrapper,
  .edit-profile-page div#edit-field-role-in-clinic-wrapper,
  .edit-profile-page div#edit-field-chain-name-wrapper,
  .edit-profile-page div#edit-field-cargo-wrapper,
  .edit-profile-page div#edit-field-pharmacist-number-wrapper,
  .edit-profile-page .js-form-item.form-item.form-item-gln,
  .edit-profile-page div#edit-field-pharmacy-drug-store-wrapper,
  .edit-profile-page div#edit-field-gln-nummer-wrapper,
  .edit-profile-page div#edit-field-fph-nummer-wrapper,
  .edit-profile-page div#edit-field-responsibility-wrapper,
  .edit-profile-page div#edit-account {
    margin-left: 14px;
    margin-right: -12px;
  }

  .edit-profile-page .user-form .form-item.form-type-textfield #edit-field-id-0-value,
  .edit-profile-page .user-form .form-item.form-type-textfield #edit-field-pharmacy-0-value,
  .edit-profile-page .user-form .form-item.form-type-textfield #edit-role,
  .edit-profile-page .user-form .form-item.form-type-textfield #edit-field-postal-code-0-value,
  .edit-profile-page .user-form .form-item.form-type-select #edit-field-role-in-clinic-wrapper,
  .edit-profile-page .user-form #edit-field-chain-name-0-target-id,
  .edit-profile-page input#edit-field-pharmacist-number-0-value,
  .edit-profile-page .js-form-item.form-item.form-item-gln #edit-gln,
  .edit-profile-page div#edit-field-gln-nummer-wrapper #edit-field-gln-nummer-0-value,
  .edit-profile-page div#edit-field-fph-nummer-wrapper #edit-field-fph-nummer-0-value,
  .edit-profile-page div#edit-account #edit-name--description {
    width: 90% !important;
  }
  .edit-profile-page .gigya-composite-control.gigya-composite-control-textbox,
  .edit-profile-page .gigya-composite-control.gigya-composite-control-label.mandatory_custom {
    margin-left: 27px;
    margin-right: -9px;
  }

  .edit-profile-page #block-gigyaraasprofile label.gigya-composite-control.gigya-composite-control-label.mandatory_custom {
    width: 84%;
    padding-top: 0px;
  }

  .edit-profile-page .gigya-composite-control.gigya-composite-control-checkbox {
    margin-left: 8px;
    margin-right: 0px;
  }

  .ch .edit-profile-page .gigya-composite-control.gigya-composite-control-checkbox {
    margin-left: 24px;
  }

  /* save button */
  .edit-profile-page .gigya-composite-control.gigya-composite-control-submit {
    width: 85%;
  }

  /* status and error messages on click of save button */
  .drupal-messages.messages--error.edit-page-error-message,
  .drupal-messages.messages--status.edit-page-success-message {
    margin-left: 15px;
    margin-right: 15px;
    width: auto !important;
    height: auto !important;
    top: 15px !important;
  }

  .drupal-messages.messages--error.edit-page-error-message {
    height: 91px;
  }

  /* ae fr ch */
  .ae .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .fr .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .ch .edit-profile-page .block-views-blockinterests-list-edit-interests {
    padding-left: 15px;
    padding-right: 15px;
    margin: unset;
  }

  .ae .edit-profile-page .profile__container .link-change-password,
  .fr .edit-profile-page .profile__container .link-change-password {
    top: 66px !important;
    right: 88px !important;
  }

  .fr .edit-profile-page .profile__container .link-change-password {
    top: -7px !important;
  }

  .ae .edit-profile-page div#edit-user-picture-wrapper label,
  .fr .edit-profile-page div#edit-user-picture-wrapper label,
  .ch .edit-profile-page div#edit-user-picture-wrapper label {
    left: 54%;
    width: 179px;
  }

  .fr .edit-profile-page div#edit-user-picture-wrapper label {
    left: 21% !important;
  }

  .ae .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .fr .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .ch .edit-profile-page .block-views-blockinterests-list-edit-interests {
    margin-top: 50px;
  }

  .edit-profile-page div#bayer-update-profile-screen .gigya-composite-control-dropdown .gigya-label {
    margin-left: 22px;
    width: unset !important;
  }

  .edit-profile-page div#bayer-update-profile-screen .gigya-composite-control-dropdown select {
    margin-left: 28px;
    margin-right: 35px;
    width: 84% !important;
  }

  .ae .profile__container,
  .fr .profile__container,
  .ch .profile__container {
    margin-bottom: 90px !important;
  }

  .ae .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    top: 71px !important;
    left: 85% !important;
  }

  .ch .edit-profile-page .profile__container .link-change-password {
    top: -1px !important;
  }

  .ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    top: 72px !important;
    left: 87% !important;
  }

  .fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    left: 173px !important;
    top: 74px !important;
  }

  .edit-profile-page .link-change-password.noRemoveButton {
    margin-top: 27px;
  }

  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password.noRemoveButton {
    top: 9px !important;
    right: -62px !important;
  }

  .jp .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    margin-left: -30px !important;
  }

  .jp input#edit-user-picture-0-remove-button {
    margin-left: 99px;
  }

  .ch .profile__container {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password.noRemoveButton {
    top: 13px !important;
    right: -47px !important;
  }

  .jp .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    margin-left: -27px !important;
  }
}


@media only screen and (min-width: 375px) and (max-width: 420px) {
  .edit-profile-page div#edit-user-picture-wrapper label {
    left: 61%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 350px) {
  .edit-profile-page div#edit-user-picture-wrapper label {
    left: 39%;
  }

  /* ae fr ch */
  .ae .edit-profile-page div#edit-user-picture-wrapper label,
  .fr .edit-profile-page div#edit-user-picture-wrapper label,
  .ch .edit-profile-page div#edit-user-picture-wrapper label {
    left: 27%;
    width: 174px;
  }

  .ch .edit-profile-page .profile__container .link-change-password {
    top: 20px !important;
    left: 40px !important;
  }

  .ae .edit-profile-page .profile__container .link-change-password {
    top: -7px !important;
    left: 33px !important;
  }

  .fr .edit-profile-page .profile__container .link-change-password {
    left: 20px !important;
  }

  .ae .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .fr .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .ch .edit-profile-page .block-views-blockinterests-list-edit-interests {
    margin-top: 20px;
  }

  .edit-profile-page .user-form #edit-user-picture-wrapper .image-widget img {
    transform: translateX(-14%) translateY(-91%);
  }

  .edit-profile-page input#edit-user-picture-0-remove-button {
    margin-left: 56px;
  }
}

/* ae fr ch */
@media only screen and (min-width: 350px) and (max-width: 370px) {
  .ch .edit-profile-page .profile__container .link-change-password {
    top: 20px !important;
    left: 49px !important;
  }

  .ae .edit-profile-page .profile__container .link-change-password {
    top: -7px !important;
    left: 57px !important;
  }

  .fr .edit-profile-page .profile__container .link-change-password {
    left: 31px !important;
  }

  .ae .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .fr .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .ch .edit-profile-page .block-views-blockinterests-list-edit-interests {
    margin-top: 20px;
  }

  .ae .edit-profile-page div#edit-user-picture-wrapper label,
  .fr .edit-profile-page div#edit-user-picture-wrapper label,
  .ch .edit-profile-page div#edit-user-picture-wrapper label {
    left: 33%;
    width: 174px;
  }

  .edit-profile-page .user-form #edit-user-picture-wrapper .image-widget img {
    transform: translateX(-6%) translateY(-91%);
  }

  .edit-profile-page input#edit-user-picture-0-remove-button {
    margin-left: 76px;
  }

  .fr .edit-profile-page div#edit-user-picture-wrapper label {
    left: 30% !important;
  }

  .fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    left: 192px !important;
    top: 74px !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 400px) {
  .ch .edit-profile-page .profile__container .link-change-password {
    top: 20px !important;
    left: 53px !important;
  }

  .ae .edit-profile-page .profile__container .link-change-password {
    top: -7px !important;
    left: 60px !important;
  }

  .fr .edit-profile-page .profile__container .link-change-password {
    left: 36px !important;
    top: -9px !important;
  }

  .ae .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .fr .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .ch .edit-profile-page .block-views-blockinterests-list-edit-interests {
    margin-top: 20px;
  }

  .ae .edit-profile-page div#edit-user-picture-wrapper label,
  .fr .edit-profile-page div#edit-user-picture-wrapper label,
  .ch .edit-profile-page div#edit-user-picture-wrapper label {
    left: 33%;
  }

  .edit-profile-page .user-form #edit-user-picture-wrapper .image-widget img {
    transform: translateX(1%) translateY(-91%);
  }

  .edit-profile-page input#edit-user-picture-0-remove-button {
    margin-left: 76px;
  }

  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password.noRemoveButton {
    top: 9px !important;
    right: -68px !important;
  }

  .jp .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    margin-left: -37px !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 420px) {
  .fr .edit-profile-page div#edit-user-picture-wrapper label {
    left: 30% !important;
  }

  .fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    left: 192px !important;
    top: 74px !important;
  }

  .fr input#edit-user-picture-0-remove-button {
    margin-left: 79px !important;
  }
}

@media only screen and (min-width: 400px) and (max-width: 420px) {
  .ch .edit-profile-page .profile__container .link-change-password {
    top: 2px !important;
    left: 84px !important;
  }

  .fr .edit-profile-page .profile__container .link-change-password {
    left: 55px !important;
  }

  .ae .edit-profile-page .profile__container .link-change-password {
    top: -7px !important;
    left: 81px !important;
  }

  .ae .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .fr .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .ch .edit-profile-page .block-views-blockinterests-list-edit-interests {
    margin-top: 20px;
  }

  .ae .edit-profile-page div#edit-user-picture-wrapper label,
  .fr .edit-profile-page div#edit-user-picture-wrapper label,
  .ch .edit-profile-page div#edit-user-picture-wrapper label {
    left: 44%;
  }

  .edit-profile-page .user-form #edit-user-picture-wrapper .image-widget img {
    transform: translateX(6%) translateY(-91%);
  }

  .edit-profile-page input#edit-user-picture-0-remove-button {
    margin-left: 103px;
  }

  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password.noRemoveButton {
    top: 9px !important;
    right: -87px !important;
  }

  .jp .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    margin-left: -25px !important;
  }
}

@media only screen and (min-width: 425px) and (max-width: 470px) {
  .ch .edit-profile-page .profile__container .link-change-password {
    top: 54px !important;
    left: 68px !important;
  }

  .fr .edit-profile-page div#edit-user-picture-wrapper label {
    left: 41% !important;
  }

  .fr .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    left: 200px !important;
    top: 74px !important;
  }

  .fr input#edit-user-picture-0-remove-button {
    margin-left: 87px !important;
  }

  .fr .edit-profile-page .profile__container .link-change-password {
    left: 59px !important;
  }

  .ae .edit-profile-page .profile__container .link-change-password {
    top: -7px !important;
    left: 60px !important;
  }

  .ae .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .fr .edit-profile-page .block-views-blockinterests-list-edit-interests,
  .ch .edit-profile-page .block-views-blockinterests-list-edit-interests {
    margin-top: 37px;
  }

  .ae .edit-profile-page div#edit-user-picture-wrapper label,
  .fr .edit-profile-page div#edit-user-picture-wrapper label {
    width: 174px;
    left: 48%;
  }

  .ch .edit-profile-page div#edit-user-picture-wrapper label {
    top: 49px;
    left: 22% !important;
  }

  .ch .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix .input-submit-wrapper:before {
    left: 200px !important;
    top: 74px !important;
  }

  .ch input#edit-user-picture-0-remove-button {
    margin-left: 87px !important;
  }

  .edit-profile-page .user-form #edit-user-picture-wrapper .image-widget img {
    transform: translateX(10%) translateY(-91%);
  }

  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password.noRemoveButton {
    top: 9px !important;
    right: -83px !important;
  }

  .jp .edit-profile-page .profile__container .image-widget.js-form-managed-file.form-managed-file.clearfix label {
    margin-left: -10px !important;
  }

  .ae .edit-profile-page .profile__container .link-change-password.noRemoveButton {
    top: 60px !important;
    left: -99px !important;
  }

  .ch .profile__container {
    display: block !important;
  }

  .ch .edit-profile-page .user-form #edit-user-picture-wrapper .image-widget img {
    transform: translateX(-58%) translateY(-55%);
  }

  .ch .edit-profile-page div#edit-user-picture-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.ch .field-fph-nummer-0-value-validation-fail,
.ch .field-gln-nummer-0-value-validation-fail {
  color: #dd4b39;
}

#complete-registration .form-item-field-gln-number-0-value span.gigya-error-msg.gigya-error-msg-active.gln_number ,
#block-changepharmacyblock span.gigya-error-msg.gigya-error-msg-active.gln_number {
  color: #dd4b39;
}

/* To override field JS added width need to use !important keyword  */

.ae .complete-registration .form-item-field-pharmacy-target-id.field_pharmacy_target_select2_wrapper .select2-container,
.ae .complete-registration .field--name-field-chain-name .select2-container {
  width: 100% !important;
}

@media only screen and (min-width: 461px) {
  .ae .complete-registration .form-item-field-pharmacy-target-id.field_pharmacy_target_select2_wrapper .select2-container ,
  .ae .complete-registration .field--name-field-chain-name .select2-container {
    width: 74% !important;
  }
}

@media only screen and (min-width: 769px) {
  .ae .complete-registration .form-item-field-pharmacy-target-id.field_pharmacy_target_select2_wrapper .select2-container ,
  .ae .complete-registration .field--name-field-chain-name .select2-container {
    width: 50% !important;
  }
}

.ae .complete-registration.user-form #complete-registration .input-error-desc {
  margin-top: -35px;
}

@media screen and (min-width: 461px) {
  .ae   .complete-registration.user-form   #complete-registration   .input-error-desc {
    margin-top: -50px;
  }
}

.ae .complete-registration.user-form #complete-registration #edit-field-pharmacy-target-id-wrapper {
  margin-top: unset;
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password {
    top: 81px !important;
    right: 40px !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password {
    top: 9px !important;
    right: -41px !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password {
    top: 13px !important;
    right: -47px !important;
  }
}

@media only screen and (min-width: 325px) and (max-width: 360px) {
  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password {
    top: 13px !important;
    right: -58px !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 400px) {
  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password {
    top: 9px !important;
    right: -68px !important;
  }
}

@media only screen and (min-width: 400px) and (max-width: 420px) {
  .jp .edit-profile-page #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password {
    top: 9px !important;
    right: -87px !important;
  }
}

@media only screen and (min-width: 425px) and (max-width: 475px) {
  .jp #block-bayer-achp-clubbayer-basetheme-content .profile__container .link-change-password {
    top: 9px !important;
    right: -83px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ch .edit-profile-page div#bayer-update-profile-screen .gigya-composite-control-dropdown .gigya-label {
    margin-left: 100px;
  }

  .ch .edit-profile-page div#bayer-update-profile-screen .gigya-composite-control-dropdown select {
    margin-left: 106px;
    width: 66% !important;
  }

  .ch  .edit-profile-page #gigya-raas-profile-div .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown .select-wrapper:after {
    right: 131px !important;
  }
}
