/* Account settings — profile2 layout */
.profile2-account-page {
  background: var(--profile2-bg) !important;
}

.profile2-account-page.profile2-loading .profile2-loading-shell {
  display: flex !important;
}

.profile2-account-page.profile2-loading .profile2-account,
.profile2-account-page.profile2-loading .notificationBar {
  display: none !important;
  visibility: hidden !important;
}

.profile2-account {
  width: calc(100% - 2rem);
  max-width: var(--profile2-max);
  margin: calc(var(--profile2-header-height) + var(--profile2-header-gap) + 1.5rem) auto 6rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

.profile2-account-header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.profile2-account-title {
  margin: 0 0 0.35rem;
  font-family: var(--sda-font-family, inherit);
  font-size: var(--sda-heading-3, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--profile2-text);
}

.profile2-account-lead {
  margin: 0;
  color: var(--profile2-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.profile2-account-shell {
  background: var(--profile2-card);
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  box-shadow: var(--profile2-shadow);
  padding: 1.75rem 1.5rem 2.5rem;
}

.profile2-account-page .account-form,
.profile2-account-page .profile2-account-form {
  max-width: none;
  width: 100%;
  text-align: left;
}

.profile2-account-page .section.account,
.profile2-account-page .account {
  padding: 0 !important;
  background: transparent !important;
  color: var(--profile2-text) !important;
}

.profile2-account-page .account-header {
  display: none;
}

.profile2-account-page #profile {
  display: block !important;
  text-align: center;
  height: auto;
  margin-bottom: 1.25rem;
}

.profile2-account-page #viewprofileView {
  display: none;
}

.profile2-account-page #profile-container,
.profile2-account-page #profile__photo {
  height: 132px;
  width: 132px;
}

.profile2-account-page #displaynameView {
  padding-top: 0;
}

.profile2-account-page .row {
  margin-bottom: 1.25rem;
}

.profile2-account-page #fullnameView {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.profile2-account-page #fullnameView .six.columns {
  width: 100%;
  margin-left: 0;
}

.profile2-account-page #passwordView {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.profile2-account-page .pass-columns {
  width: 100%;
  float: none;
  margin: 0;
}

.profile2-account-page label {
  display: block;
  font-weight: 600;
  font-size: var(--sda-text-md, 1.0625rem);
  margin-bottom: 0.4rem;
  line-height: 1.35;
}

.profile2-account-page #sublabel {
  display: block;
  background: transparent;
  color: var(--profile2-muted);
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.2rem 0 0;
  border-radius: 0;
}

.profile2-account-page .profileLinkWrap,
.profile2-account-page .clipboardTooltip {
  width: 100%;
}

.profile2-account-page #profilelinkInput {
  width: 100%;
  font-size: 0.95rem;
  text-align: left;
  padding: 0.75rem 1rem;
  cursor: pointer;
  box-sizing: border-box;
  color: var(--profile2-text) !important;
  border: 1px solid var(--profile2-border) !important;
  background: var(--profile2-bg) !important;
}

.profile2-account-page .loading {
  display: none !important;
}

.profile2-account-page input.u-full-width,
.profile2-account-page textarea.u-full-width,
.profile2-account-page select.u-full-width {
  background: #fff;
  border: 1px solid var(--profile2-border);
  border-radius: 10px;
  color: var(--profile2-text);
  box-sizing: border-box;
  font-family: inherit;
  font-size: var(--sda-text-base, 1rem);
  line-height: 1.5;
}

.profile2-account-page input.u-full-width:focus,
.profile2-account-page textarea.u-full-width:focus,
.profile2-account-page select.u-full-width:focus {
  border-color: var(--profile2-accent-soft);
  outline: none;
  box-shadow: 0 0 0 3px var(--profile2-accent-soft-a18);
}

.profile2-account-page textarea.u-full-width {
  min-height: 5rem;
  resize: vertical;
}

.profile2-account-page .notificationsView,
.profile2-account-page .galleryView,
.profile2-account-page #locationView,
.profile2-account-page .accountDisable,
.profile2-account-page .accountPasswords,
.profile2-account-page .newsletterView,
.profile2-account-page .socialAccountsView {
  border: 1px solid var(--profile2-border) !important;
  background: var(--profile2-bg) !important;
  color: var(--profile2-text) !important;
  border-radius: 14px;
  padding: 1.25rem 1.25rem 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.profile2-account-page h4 {
  margin: 0 0 0.85rem !important;
  font-size: var(--sda-heading-4, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
  color: var(--profile2-text) !important;
}

.profile2-account-page #locationView {
  position: relative;
  padding-top: 1.25rem;
}

.profile2-account-page .profile2-location-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.profile2-account-page .profile2-location-head h4 {
  margin: 0;
  font-size: 1.25rem;
}

.profile2-account-page .profile2-location-edit-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.85rem;
}

.profile2-account-page #updateLocView {
  border: none !important;
  padding: 0 !important;
  margin-top: 1rem;
  padding-top: 1.25rem !important;
  border-top: 1px solid var(--profile2-border) !important;
  background: transparent !important;
}

.profile2-account-page #changeLoc,
.profile2-account-page #closeLoc {
  position: static;
  float: none !important;
  flex-shrink: 0;
  width: auto !important;
  height: auto !important;
  min-height: 2.75rem;
  line-height: 1.2 !important;
  padding: 0.65rem 1.25rem !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 999px !important;
  background: var(--profile2-text) !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}

.profile2-account-page #changeLoc {
  display: inline-block !important;
}

.profile2-account-page #closeLoc {
  display: none;
}

.profile2-account-page #changeLoc:hover,
.profile2-account-page #closeLoc:hover {
  background: #000 !important;
  color: #fff !important;
}

.profile2-account-page .photos:not(:empty) {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 0.75rem;
  padding: 0.85rem;
  margin-bottom: 0.85rem;
  text-align: left;
}

.profile2-account-page .photos {
  background: var(--profile2-bg) !important;
  border: 1px dashed var(--profile2-border) !important;
  box-shadow: none !important;
  border-radius: 12px;
}

.profile2-account-page .photoShell {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--profile2-border);
  background: #fff;
}

.profile2-account-page .photoShell img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: cover;
  display: block;
}

.profile2-account-page .photoClose {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  z-index: 2;
  margin: 0 !important;
  min-width: 1.5rem;
  height: 1.5rem !important;
  padding: 0 !important;
  border-radius: 999px !important;
  font-size: 0.75rem !important;
  line-height: 1.5rem !important;
  background: rgba(17, 24, 39, 0.72) !important;
  border: none !important;
}

.profile2-account-page #drop-region {
  padding: 1.15rem 1rem;
  margin-bottom: 0;
  border-radius: 12px;
}

.profile2-account-page .drop-message {
  color: var(--profile2-muted);
  font-size: 0.9rem;
}

.profile2-account-page #addPhotoButton {
  margin-bottom: 0.85rem;
}

.profile2-account-page .stealth-label {
  color: var(--profile2-text);
  font-size: var(--sda-text-base, 1rem);
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  margin: 0;
  border-radius: 6px;
}

.profile2-account-page .stealthIcon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  background-image: url("images/icons/privacy.svg");
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: var(--profile2-accent-soft-a18);
}

.profile2-account-page .notificationsView.is-stealth-active {
  background: #111827 !important;
  border-color: rgba(255, 110, 173, 0.45) !important;
  color: #f9fafb !important;
  padding-bottom: 1.25rem;
}

.profile2-account-page .notificationsView.is-stealth-active h4 {
  color: #fff !important;
  font-size: var(--sda-heading-4, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.75rem;
}

.profile2-account-page .notificationsView.is-stealth-active .notificationSettings {
  display: none !important;
}

.profile2-account-page .profile2-stealth-block.is-stealth-on {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-top: 0;
  padding: 1.15rem 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: transparent;
}

.profile2-account-page .profile2-stealth-block.is-stealth-on .notificationsSubhead {
  grid-column: 1 / 3;
  margin: 0;
}

.profile2-account-page .profile2-stealth-block.is-stealth-on .stealth-switch {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  margin: 0;
}

.profile2-account-page .profile2-stealth-block.is-stealth-on .stealthMsg {
  grid-column: 1 / 4;
  color: rgba(249, 250, 251, 0.85) !important;
  font-size: var(--sda-text-md, 1.0625rem);
  line-height: 1.45;
}

.profile2-account-page .profile2-stealth-block.is-stealth-on .stealthMsg.is-pending-save {
  background: rgba(255, 110, 173, 0.22) !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 0.6rem 0.8rem !important;
}

.profile2-account-page .profile2-stealth-block.is-stealth-on .notifications-msg {
  grid-column: 1 / 4;
  margin: 0.35rem 0 0;
  color: rgba(249, 250, 251, 0.72);
  font-size: var(--sda-text-sm, 0.875rem);
  line-height: 1.5;
}

.profile2-account-page .profile2-stealth-block.is-stealth-on .stealth-label {
  background: rgba(255, 110, 173, 0.28);
  color: #fff;
  font-size: 1rem;
  padding: 0.35rem 0.8rem;
  line-height: 1.35;
}

.profile2-account-page .profile2-stealth-block.is-stealth-on .stealthIcon {
  background-image: none;
  background-color: rgba(255, 110, 173, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}

.profile2-account-page .profile2-stealth-block.is-stealth-on .stealthIcon::before {
  content: "🥷";
}

.profile2-account-page .profile2-stealth-block.is-stealth-on input:checked + .stealth-slider {
  background-color: var(--profile2-accent-soft) !important;
}

.profile2-account-page .notificationsView h4 {
  font-size: 1.25rem;
}

.profile2-account-page a[name="notification-settings"],
.profile2-account-page #stealth-mode {
  display: block;
  height: 0;
  scroll-margin-top: calc(var(--profile2-header-height) + var(--profile2-header-gap));
}

.profile2-account-page #profileUpload {
  display: none;
}

.profile2-account-page .profileHeader {
  color: var(--profile2-muted);
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.profile2-account-page .control-group {
  margin-bottom: 1.25rem;
}

.profile2-account-page .control-group .controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.profile2-account-page .control-group select {
  width: 100%;
  background: #fff;
  border: 1px solid var(--profile2-border);
  border-radius: 10px;
  color: var(--profile2-text);
  padding: 0.65rem 0.75rem;
  box-sizing: border-box;
}

.profile2-account-page .profile2-stealth-block {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--profile2-border);
}

.profile2-account-page .profile2-stealth-block:not(.is-stealth-on) .stealth-label {
  background: rgba(27, 186, 95, 0.14);
  color: var(--profile2-text);
}

.profile2-account-page .profile2-stealth-block .notificationsSubhead {
  margin-top: 0 !important;
}

.profile2-account-page .stealthMsg:empty,
.profile2-account-page .notificationBanner:empty,
.profile2-account-page .locationMsg:empty,
.profile2-account-page .passwordMsg:empty,
.profile2-account-page .socialAccountsMsg:empty,
.profile2-account-page .socialAccountsMsgError:empty {
  display: none !important;
}

.profile2-account-page .email-label,
.profile2-account-page .push-label,
.profile2-account-page .sms-label {
  width: auto !important;
  height: auto !important;
  line-height: 1.35 !important;
  position: static !important;
  margin: 0 !important;
  padding: 0.5rem 0.9rem !important;
  border-radius: 999px !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  background: var(--profile2-bg) !important;
  color: var(--profile2-text) !important;
}

.profile2-account-page .notificationsType-email:has(#emailCheck:checked) .email-label,
.profile2-account-page .notificationsType-push:has(#pushCheck:checked) .push-label,
.profile2-account-page .notificationsType-sms:has(#smsCheck:checked) .sms-label {
  background: rgba(81, 250, 194, 0.79) !important;
}

.profile2-account-page .push-msg {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--profile2-muted);
}

.profile2-account-page .notifications-msg {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--profile2-muted);
}

.profile2-account-page .notificationMsg,
.profile2-account-page .galleryMsg {
  margin: 0 0 1rem;
  color: var(--profile2-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.profile2-account-page .stealth-switch {
  margin-top: 0.75rem;
  display: block;
}

.profile2-account-page .notificationsView .notificationBanner {
  display: none;
  margin: 0 0 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  background: rgba(255, 110, 173, 0.12) !important;
  color: var(--profile2-text) !important;
  font-size: 0.875rem;
  line-height: 1.45;
}

.profile2-account-page #updateView {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(1rem, 1fr) min(var(--profile2-max), calc(100% - 2rem)) minmax(1rem, 1fr);
  align-items: center;
  min-height: 4.75rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.94) !important;
  background-image: none !important;
  border-top: 1px solid var(--profile2-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 -8px 24px rgba(17, 24, 39, 0.08);
  box-sizing: border-box;
  height: auto !important;
}

.profile2-account-page #updateView[style*="position: initial"],
.profile2-account-page #updateView[style*="position: static"] {
  position: relative !important;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--profile2-border);
  background: transparent !important;
  box-shadow: none !important;
  min-height: 0;
}

.profile2-account-page #nextView,
.profile2-account-page #submitView {
  display: none !important;
}

.profile2-account-page .unlink-social-modal-content h3 {
  margin: 0 0 0.85rem;
  font-size: var(--sda-heading-4);
  font-weight: 600;
  color: var(--profile2-text);
}

.profile2-account-page .unlink-social-modal-content p {
  margin: 0 0 1.15rem;
  color: var(--profile2-muted);
  line-height: 1.5;
}

.profile2-account-page .unlink-social-modal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  text-align: center;
}

.profile2-account-page .account-form label {
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.profile2-account-page .footer {
  padding: 2.5rem 0 2rem;
}

.profile2-account-page .profile2-footer {
  background: var(--profile2-card) !important;
}

/* Legacy account rules extracted from account.php */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


body.profile2-account-page {
  background: var(--profile2-bg) !important;
  padding-bottom: 5.5rem;
}

.updatePostcode {
  background: black !important;
  border-color: black !important;
}

.updatePostcode:hover {
  background: rgba(0, 0, 0, 0.39) !important;
  border-color: black !important;
}

/*
#updateProfile:hover {
  animation: shake 0.5s;
  animation-iteration-count: 5;
}
*/

.reEnable {
  margin: 0;
}

.notificationBar {
  /*padding: 10px;
  max-height: 30px;*/
}

#disableProfile:hover, .reEnable:hover {
  background: black !important;
}

#disableProfile {
  border: none;
}

.disableMsg {
  margin-bottom: 10px;
  margin-top: -10px;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

input[type="text"]:disabled {
  opacity: .4;
}

.verifyAccount {
  display: none;
}

.account-form {
    text-align: left;
    max-width: 400px;
}

.account-form input {
    color: black;
}

.updatePasswordMessage{
    font-size: 15px;
    color: red;
}

#usernameView {
    display: block;
    text-align: left;
}

#profile {
    margin-bottom: 0;
    height: 200px;
    margin-bottom: 50px;
}

#profile-container {
    height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid white;
}

#profile__photo{
  height: 200px;
  width: 200px;
  overflow: hidden;
}

#emailView {
    display: block;
    margin-bottom: 10px;
}

#passwordView {
    display: block;
}

body:not(.profile2-account-page) #changeLoc {
  background: black;
border: none;
float: right;
margin-top: -16px;
margin-right: -21px;
height: 35px;
width: 94px;
padding-left: 13px;
padding-right: 21px;
border-top: none;
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
display:none;
}

body:not(.profile2-account-page) #changeLoc:hover {
  background: rgb(87, 87, 87);
}

body:not(.profile2-account-page) #closeLoc {
  background: black;
  border: none;
  float: right;
  margin-top: -21px;
  margin-right: -21px;
  height: 35px;
  width: 13px;
  padding-left: 13px;
  padding-right: 21px;
  border-top: none;
  border-right:none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}

body:not(.profile2-account-page) #closeLoc:hover {
  background: rgb(87, 87, 87);
}

#updateLoc {
  color: #FFF;
  background-color: black;
  width: 100%;
  border: none;
  margin:0;
  height: 44px;
  display: none;
}

#updateLoc:hover {
  color: #FFF;
  background-color: black;
  border-color: 1px solid white;
}

#updateLocView {
  display: none;
  border: 1px solid white;
  padding: 20px;
}

#country_location {
  display:none;
}

#locationView {
    display: block;

    border: 1px solid white;
    padding: 20px;
    border-radius: 7px;
    padding-top: 15px;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

#viewprofileView{
    display: block;
}

#typeView {
  display: block;
}

#displaynameView {
  padding-top: 22px;
}

#accountTypeView {
  display: none;
}

/* disbale */

.accountDisable {
  border: 1px solid white;
  padding: 20px;
  border-radius: 7px;
  padding-bottom: 7px;
  padding-top: 15px;
  margin-top: 1em;
}

.accountDisable h4 {
  font-size: 1.9em;
}

#disableProfile {
  color: #FFF;
  background-color: rgba(202, 25, 22, 0.63);
  border-color: #ff0000;
  width: 100%;
  border: none;
}

#disableProfile:hover {
  color: #FFF;
  background-color: black;
  border-color: black;
}

.accountPasswords {
    border: 1px solid white;
    padding: 20px;
    border-radius: 7px;
    padding-bottom: 7px;
    padding-top: 15px;
    margin-top: 1em;
}

.passwordMsg {
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    /* opacity: 0.6; */
    font-weight: 500;
    background-color: #c8150d;
}

.passwordMsg {
    display: none;
}

#updateView {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  height: 66px;

  color: #fff;
  background-color: #1fc8db;
  background-image: linear-gradient(to right, #ff6ead,  #1fc8db );

  box-shadow: 0 3px 20px rgba(0,0,0,0.3);

  z-index: 999999;
}

#updateProfile {
    margin-top: 1em;
    float: right;
    margin-right: 1em;
}

/*
#updateProfile:hover{
  background: black;
}
*/

.saveProfile {
    border: 2px solid red !important;
    background: red !important;
    animation: shake 0.5s;
    animation-iteration-count: 3;
}

#updateProfile:hover {
  background: rgba(255, 255, 255, 0.14);
}

#verify {
  margin-top: 1em;
  float: left;
  display: none;
  margin-left: 1em;
}

.verify {
  background-color: red !important;
  color: white !important;
  font-weight: bold !important;
  border-color: red !important;
}

#sublabel {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 100;
}

#profilelinkInput {
  white-space: nowrap;
  background: none;
  border: none;
  color: white;
  padding: 10px;
  font-size: 1.4em;
  margin-bottom: .8em;
  /* margin-top: -7px; */
  border: 1px solid white;
  border-radius: 7px;
  text-align: -webkit-center;
  vertical-align: middle;

/*
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
            */

}

/*
#viewProfileBtn:hover {
  background-color: #33C3F0 !important;
  border-color: #33C3F0 !important;
  color: white;
}
*/

textarea {
  color: black;
}

::-webkit-input-placeholder { /* Edge */
  color: grey;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: grey;
}

::placeholder {
  color: grey;
}


/*
.clipboardTooltip {
  position: relative;
  display: inline-block;
}
*/

.clipButton {
  cursor: pointer;
}

.clipButton .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px !important;
}

.clipButton .tooltiptext::after {

  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;

}

.clipButton:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}

/*tooltip*/

.tooltip-popup {
  display: none;
  opacity: 0;
  padding: 4px;
  background: rgba(246,249,252,.75);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(246,249,252,.9);
  -webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);
  box-shadow: 0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);
  font-size: 11.5px;
  color: #424770;
  position: absolute;
  display: -webkit-inline-box;
  width: 70px;
  border-radius: 5px;
  text-align: -webkit-center;
  vertical-align: -webkit-baseline-middle;
  height: 16px;
  padding-top: 2px;
  pointer-events:none;


  margin-left: 321px;
  margin-top: -11px;
}



.tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}



.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
	text-align: center !important;
  min-width: 203px;
}

/* Unlink Social Account Modal Styles */
.unlink-social-modal {
  z-index: 1000; /* Higher z-index to appear above other modals */
}

.unlink-social-modal-content {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  width: 90%;
  padding: 30px;
}

.unlink-social-modal-content h3 {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 15px;
}

.unlink-social-modal-content p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* GALLERY */

.galleryView {
  display: none;

  border: 1px solid white;
  padding: 20px;
  border-radius: 7px;
  padding-top: 15px;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.galleryMsg{
  margin-bottom: 1em;
  margin-top: -1em;
}

.photos {
  background-color: rgba(255, 255, 255, 0.21);
  border-radius: 7px;
  box-shadow: 0 0 35px rgba(0,0,0,0.05);
  /* width: 400px; */
  padding: 11px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  margin-bottom: 10px;
  display: none;
}

.photoShell{
	width: auto;
	position: relative;
	display: inline-block;
}

.photoShell img {
  max-width:200px;
  max-height:100px;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.photoClose {
  position: absolute;
  width: auto;
  height: 23px !important;
  padding: 6px !important;
  /* margin: auto !important; */
  font-size: 0.5em !important;
  line-height: normal !important;
  /* right: 10px; */
  /* top: 1px; */
  float: right;
  margin-left: 3px;
  margin-top: 3px;
}

/* NEWSLETTER */


.newsletter-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.newsletter-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.newsletter-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.newsletter-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .newsletter-slider {
  background-color: #2196F3;
}

input:focus + .newsletter-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .newsletter-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.newsletter-slider.round {
  border-radius: 34px;
}

.newsletter-slider.round:before {
  border-radius: 50%;
}

.newsletterView {
  display: block;

  border: 1px solid white;
  padding: 20px;
  border-radius: 7px;
  padding-bottom: 12px;
  padding-top: 15px;
  margin-top: 1em;
}

.newsletterMsg{
  margin-bottom: 1em;
  margin-top: -1em;
}


/* IMAGE DROP */

#drop-region {
  background-color: rgba(255, 255, 255, 0.21);
  border-radius: 7px;
  box-shadow: 0 0 35px rgba(0,0,0,0.05);
  /* width: 400px; */
  text-align: center;
  cursor: pointer;
  transition: .3s;
  margin-bottom: 11px;

  padding: 16px;
  padding-top: 39px;
  border: 2px dotted;
}
#drop-region:hover {
	box-shadow:0 0 45px rgba(0,0,0,0.1);
}

#image-preview {
	margin-top:20px;
}
#image-preview .image-view {
  display: inline-block;
	position:relative;
	margin-right: 13px;
	margin-bottom: 13px;
}
#image-preview .image-view img {
    max-width: 100px;
    max-height: 100px;
}
/*
#image-preview .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background: rgba(255,255,255,1);
}
*/




.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#uploadBtn {
  border-radius: 3px;
  display: none;
}

#filesList {
  /*isplay: none;*/
}

#photoFiles {
  display: none;
}



/******************/

#progress-bar {
  display: none;
}

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  /* margin: 50px auto; */
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 17px;
}
#drop-area.highlight {
  border-color: #ccc;
}
#drop-area.highlight {
  border-color: purple;
}

p {
  margin-top: 0;
}
.my-form {
  margin-bottom: 10px;
}
#gallery {
  margin-top: 10px;
}
#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.button:hover {
  background: #ddd;
}
#fileElem {
  display: none;
}

/*
:target::before {
    content: '';
    display: block;
    height: 77px;
    margin-top: 0;
}
*/

.notificationsView {
  /*display: none;*/
}


.user-disabled {
    text-align: -webkit-center;
    text-align: center;
}

/* Social Accounts */
.socialAccountsView {
    display: block;
    border: 1px solid white;
    padding: 20px;
    border-radius: 7px;
    padding-top: 15px;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.socialAccountsView h4 {
    margin-bottom: 1rem;
}

.socialAccountsMsg {
    color: white;
    border-radius: 5px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    font-weight: 500;
    background-color: #1fc8db;
    display: none;
}

.socialAccountsMsgError {
    color: white;
    border-radius: 5px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    font-weight: 500;
    background-color: #c8150d;
    display: none;
}

.socialAccountItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.socialAccountInfo {
    flex: 1;
}

.socialAccountPlatform {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
    color: white;
}

.socialAccountName {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.8);
}

.socialAccountActions {
    margin-left: 20px;
}

.linkSocialBtn, .unlinkSocialBtn {
    min-width: 120px !important;
}

.socialAccountLinkButtons {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.socialAccountLinkButtons button,
#linkGoogleBtn,
#linkTwitterBtn,
#linkAppleBtn {
    padding: 12px 20px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    min-width: 140px !important;
    font-size: 1em !important;
    line-height: 1.5 !important;
    border-radius: 5px !important;
    border: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
}

#unlinkSocialBtn {
    padding: 12px 20px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    min-width: 140px !important;
    font-size: 1em !important;
    line-height: 1.5 !important;
    border-radius: 5px !important;
    border: none !important;
    cursor: pointer !important;
    text-align: center !important;
    vertical-align: middle !important;
}

#unlinkSocialBtn[style*="display: none"],
#unlinkSocialBtn.hidden {
    display: none !important;
}

.socialAccountLinkButtons button:last-child,
#linkAppleBtn {
    margin-right: 0 !important;
}

.socialAccountLinkButtons button i {
    margin-right: 5px !important;
}

.socialAccountNote {
    font-size: 0.85em;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

                .notificationsOptionsShell{
                    width: 100%;
                    height: 50px;
                    margin: auto 0;
                    padding: 0;
                    text-align: center;
                    margin-bottom: 1em;
                }

                .notificationsOptionsShell div {
                    display: inline-block;
                    width: 30%;
                    height: 50px;
                }

                .notificationsType-email {
                    float: left;
                }

                .notificationsType-sms {
                    float: right;
                }

                .notificationsType-push {
                  /**/
                }

                .notificationMsg {
                  margin-bottom: 1em;
                }

                .stealthIcon {
                  background-image: url("images/icons/privacy.svg");
                  background-size: cover;
                  background-position: center;
                  background-repeat: no-repeat;
                  height: 50px;
                  width: 50px;
                }

                .notificationsSubhead {
                    margin-top: 2.5em;
                }

                .stealthIcon {
                  display: inline-block;
                }

                .notifications-label {
                  height: 50px;
                  margin-top: 0px;
                  display: inline-block;
                  line-height: 50px;
                  position: absolute;
                  margin-left: 1em;
                }

                /* sms start */

                .sms-switch {
                  position: relative;
                  display: inline-block;
                  width: 60px;
                  height: 34px;
                }

                .sms-switch input {
                  opacity: 0;
                  width: 0;
                  height: 0;
                }

                .sms-slider {
                  position: absolute;
                  cursor: pointer;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  background-color: #ccc;
                  -webkit-transition: .4s;
                  transition: .4s;
                }

                .sms-slider:before {
                  position: absolute;
                  content: "";
                  height: 26px;
                  width: 26px;
                  left: 4px;
                  bottom: 4px;
                  background-color: white;
                  -webkit-transition: .4s;
                  transition: .4s;
                }

                input:checked + .sms-slider {
                  background-color: black;
                }

                input:focus + .sms-slider {
                  box-shadow: 0 0 1px #2196F3;
                }

                input:checked + .sms-slider:before {
                  -webkit-transform: translateX(26px);
                  -ms-transform: translateX(26px);
                  transform: translateX(26px);
                }

                .sms-slider.round {
                  border-radius: 34px;
                }

                .sms-slider.round:before {
                  border-radius: 50%;
                }

                /* sms end */

                /* push start */

                .push-switch {
                  position: relative;
                  display: inline-block;
                  width: 60px;
                  height: 34px;
                }

                .push-switch input {
                  opacity: 0;
                  width: 0;
                  height: 0;
                }

                .push-slider {
                  position: absolute;
                  cursor: pointer;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  background-color: #ccc;
                  -webkit-transition: .4s;
                  transition: .4s;
                }

                .push-slider:before {
                  position: absolute;
                  content: "";
                  height: 26px;
                  width: 26px;
                  left: 4px;
                  bottom: 4px;
                  background-color: white;
                  -webkit-transition: .4s;
                  transition: .4s;
                }

                input:checked + .push-slider {
                  background-color: black;
                }

                input:focus + .push-slider {
                  box-shadow: 0 0 1px #2196F3;
                }

                input:checked + .push-slider:before {
                  -webkit-transform: translateX(26px);
                  -ms-transform: translateX(26px);
                  transform: translateX(26px);
                }

                .push-slider.round {
                  border-radius: 34px;
                }

                .push-slider.round:before {
                  border-radius: 50%;
                }

                /* push end */

                /* email start */

                .email-switch {
                  position: relative;
                  display: inline-block;
                  width: 60px;
                  height: 34px;
                }

                .email-switch input {
                  opacity: 0;
                  width: 0;
                  height: 0;
                }

                .email-slider {
                  position: absolute;
                  cursor: pointer;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  background-color: #ccc;
                  -webkit-transition: .4s;
                  transition: .4s;
                }

                .email-slider:before {
                  position: absolute;
                  content: "";
                  height: 26px;
                  width: 26px;
                  left: 4px;
                  bottom: 4px;
                  background-color: white;
                  -webkit-transition: .4s;
                  transition: .4s;
                }

                input:checked + .email-slider {
                  background-color: black;
                }

                input:focus + .email-slider {
                  box-shadow: 0 0 1px #2196F3;
                }

                input:checked + .email-slider:before {
                  -webkit-transform: translateX(26px);
                  -ms-transform: translateX(26px);
                  transform: translateX(26px);
                }

                .email-slider.round {
                  border-radius: 34px;
                }

                .email-slider.round:before {
                  border-radius: 50%;
                }

                /* email end */

                /* stealth start */

                .stealth-switch {
                  position: relative;
                  display: inline-block;
                  width: 60px;
                  height: 34px;
                }

                .stealth-switch input {
                  opacity: 0;
                  width: 0;
                  height: 0;
                }

                .stealth-slider {
                  position: absolute;
                  cursor: pointer;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  background-color: #ccc;
                  -webkit-transition: .4s;
                  transition: .4s;
                }

                .stealth-slider:before {
                  position: absolute;
                  content: "";
                  height: 26px;
                  width: 26px;
                  left: 4px;
                  bottom: 4px;
                  background-color: white;
                  -webkit-transition: .4s;
                  transition: .4s;
                }

                input:checked + .stealth-slider {
                  background-color: #ff6ead;
                }

                input:focus + .stealth-slider {
                  box-shadow: 0 0 1px #2196F3;
                }

                input:checked + .stealth-slider:before {
                  -webkit-transform: translateX(26px);
                  -ms-transform: translateX(26px);
                  transform: translateX(26px);
                }

                .stealth-slider.round {
                  border-radius: 34px;
                }

                .stealth-slider.round:before {
                  border-radius: 50%;
                }

                /* stealth end */

                .loading {
                  display: block;
                  z-index: 99999999;
                }

                .logo {
                  display: block;
                }

                .header-container .logo {
                    visibility: visible !important;
                    opacity: 1 !important;
                    display: flex !important;
                };

                .headerMenu {
                    display: none;
                }

                .notificationsView h4 {
                    margin-bottom: 1rem;
                }

                .stealth-label {
                  font-size: 1.3em;
                  background-color: rgba(202, 25, 22, 0.63);
                  border: none;
                  padding-left: 10px;
                  padding-right: 10px;
                  margin-bottom: 4px;
                  border-radius: 4px;
                }

                .notificationsType-push, .notificationsType-sms, .notificationsType-email {
                  text-align: -webkit-center;
                }

                .push-label, .sms-label, .email-label {
                  width: 93px;
                }

                .push-msg {
                  display: block;
                  margin: 0;
                  font-weight: normal;
                  font-size: .8em;
                  margin-top: 2em;
                  margin-bottom: -2.3em;
                }

                .make-sure {
                  background: rgba(208, 36, 36, 0.48);
                  padding: 3px;
                  border-radius: 3px;
                  padding-left: 4px;
                  padding-right: 4px;
                  margin-bottom: .8em;
                }

                .make-sure-post {
                  background: rgba(0, 0, 0, 0.48);
                  padding: 3px;
                  border-radius: 3px;
                  padding-left: 4px;
                  padding-right: 4px;
                  margin-bottom: .8em;
                }

                .postcode {
                  display: none;
                }

                .loc_type_select {
                  border: 1px solid white;
                  padding: 10px;
                  text-align: left;
                  margin-bottom: 1em;
                }

                .loc_type_select p {
                    margin-bottom: 5px;
                }

                .loc_type_select label {
                  display: inline-block;
                  text-align: left;
                  margin-left: 10px;
                }

                .loc_type_select input {
                    margin-bottom: 0px;
                    display: inline-block;
                    text-align: left;
                }




                .warning_note {
                  background: rgba(121, 50, 50, 0.85);
                  color: white;
                  border-radius: 3px;
                  padding: 10px;
                  margin-top: 10px;
                }

                .loc_radio {
                    display: inline-block;
                }

                .loc_label {
                    display: inline-block;
                }


.profile2-account-page #updateProfile {
  grid-column: 2;
  justify-self: end;
  align-self: center;
  float: none !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 3.25rem;
  min-width: 10rem;
  line-height: 1.2 !important;
  background: var(--profile2-text) !important;
  border: none !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.85rem 2rem !important;
}

.profile2-account-page #updateProfile:hover,
.profile2-account-page #updateProfile.saveProfile {
  background: #000 !important;
  border: none !important;
}

.profile2-account-page #disableProfile {
  background: var(--profile2-text) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  width: auto;
  height: auto;
}

.profile2-account-page #disableView {
  margin-top: 0.5rem;
}

.profile2-account-page .disableMsg {
  margin: 0 0 1rem;
  color: var(--profile2-muted);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.profile2-account-page .newsletter-switch {
  display: block;
  margin-top: 0.75rem;
}

.profile2-account-page .socialAccountItem {
  background: #fff !important;
  border: 1px solid var(--profile2-border);
  border-radius: 12px;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start;
}

.profile2-account-page .socialAccountActions {
  margin-left: 0;
  flex-shrink: 0;
}

.profile2-account-page #unlinkSocialBtn,
.profile2-account-page .unlinkSocialBtn {
  display: inline-block;
  background: var(--profile2-text) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: none;
  min-height: 2.75rem;
  min-width: 0;
  width: auto;
  padding: 0.65rem 1.25rem !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}

.profile2-account-page #unlinkSocialBtn:hover,
.profile2-account-page .unlinkSocialBtn:hover {
  background: #000 !important;
  color: #fff !important;
}

.profile2-account-page #unlinkSocialBtn[style*="display: none"],
.profile2-account-page #unlinkSocialBtn.hidden {
  display: none !important;
}

.profile2-account-page .socialAccountLinkButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.profile2-account-page .socialAccountLinkButtons button {
  margin: 0 !important;
  background: var(--profile2-text) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 600;
  font-size: 0.875rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.15rem !important;
  line-height: 1.2 !important;
}

.profile2-account-page .socialAccountLinkButtons button:hover {
  background: #000 !important;
}

.profile2-account-page .socialAccountLinkButtons button i {
  margin-right: 0.35rem !important;
}

.profile2-account-page .email-slider,
.profile2-account-page .push-slider,
.profile2-account-page .sms-slider,
.profile2-account-page .stealth-slider,
.profile2-account-page .newsletter-slider {
  background-color: #d1d5db !important;
}

.profile2-account-page #profile-container {
  border: 4px solid var(--profile2-border);
  margin: 0 auto;
}

.profile2-account-page .photos,
.profile2-account-page #drop-region {
  background: var(--profile2-bg) !important;
  border: 1px dashed var(--profile2-border) !important;
  box-shadow: none !important;
}

.profile2-account-page .socialAccountPlatform {
  color: var(--profile2-text) !important;
}

.profile2-account-page .socialAccountName,
.profile2-account-page .socialAccountNote {
  color: var(--profile2-muted) !important;
}

.profile2-account-page .socialAccountNote {
  border-top-color: var(--profile2-border) !important;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.profile2-account-page .notificationsSubhead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem !important;
}

.profile2-account-page .profile2-stealth-block .stealthMsg {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  color: var(--profile2-muted) !important;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.profile2-account-page .stealthMsg.is-pending-save {
  background: rgba(255, 110, 173, 0.12) !important;
  color: var(--profile2-text) !important;
  border-radius: 8px;
  padding: 0.65rem 0.85rem !important;
  margin-top: 0.65rem;
}

.profile2-account-page .notificationsOptionsShell {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  height: auto !important;
  margin-bottom: 1.25rem !important;
}

.profile2-account-page .notificationsOptionsShell > div {
  width: auto !important;
  height: auto !important;
  float: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.profile2-account-page #addPhotoButton {
  background: var(--profile2-text);
  color: #fff;
  border: none;
  border-radius: 999px;
}

.profile2-account-page .newsletterMsg {
  color: var(--profile2-muted) !important;
  font-size: 0.9375rem;
  line-height: 1.45;
  margin-bottom: 0.75rem;
}

.profile2-account-page .make-sure,
.profile2-account-page .make-sure-post {
  background: rgba(255, 110, 173, 0.12) !important;
  color: var(--profile2-text) !important;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  font-size: var(--sda-text-sm, 0.875rem);
  line-height: 1.45;
  margin-bottom: 1rem;
}

.profile2-account-page .loc_type_select {
  border: 1px solid var(--profile2-border) !important;
  border-radius: 10px;
  color: var(--profile2-text);
  background: #fff;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
}

.profile2-account-page .loc_type_select p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.profile2-account-page .loc_type_select label,
.profile2-account-page .loc_label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.profile2-account-page .locationMsg {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--profile2-muted);
}

.profile2-account-page #updateLoc,
.profile2-account-page .updatePostcode {
  background: var(--profile2-text) !important;
  border-color: var(--profile2-text) !important;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9375rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  margin-top: 0.75rem;
  width: auto;
  display: inline-block !important;
}

.profile2-account-page input:checked + .stealth-slider {
  background-color: var(--profile2-accent-soft) !important;
}

.profile2-account-page input:checked + .email-slider,
.profile2-account-page input:checked + .push-slider,
.profile2-account-page input:checked + .sms-slider,
.profile2-account-page input:checked + .newsletter-slider {
  background-color: var(--profile2-text) !important;
}

.profile2-account-page #photoFiles {
  display: none;
}

.profile2-account-page #locationView .row {
  margin-bottom: 1rem;
}

.profile2-account-page .account-modal .modal-content,
.profile2-account-page .unlink-social-modal .unlink-social-modal-content {
  background: var(--profile2-card);
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  color: var(--profile2-text);
  box-shadow: var(--profile2-shadow);
  width: auto;
  max-width: 28rem;
  padding: 1.75rem 1.5rem;
}

.profile2-account-page .account-modal .modal-content .button,
.profile2-account-page .unlink-social-modal-actions .button {
  height: auto;
  min-height: 3.25rem;
  min-width: 10rem;
  margin: 0 !important;
  padding: 0.85rem 2rem !important;
  line-height: 1.25 !important;
  font-size: 1rem !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 999px;
  box-sizing: border-box;
  white-space: nowrap;
}

.profile2-account-page .account-modal .modal-content .button-primary,
.profile2-account-page .unlink-social-modal-actions .button-primary {
  background: var(--profile2-text) !important;
  border: none !important;
  color: #fff !important;
}

.profile2-account-page .account-modal .modal-content .button-primary:hover,
.profile2-account-page .unlink-social-modal-actions .button-primary:hover {
  background: #000 !important;
  opacity: 1;
}

.profile2-account-page .account-modal .modal-content .button-secondary,
.profile2-account-page .unlink-social-modal-actions .button-secondary {
  background: var(--profile2-card) !important;
  border: 1px solid var(--profile2-border) !important;
  color: var(--profile2-text) !important;
}

.profile2-account-page .account-modal .modal-content .button-secondary:hover,
.profile2-account-page .unlink-social-modal-actions .button-secondary:hover {
  background: var(--profile2-bg) !important;
  border-color: var(--profile2-border) !important;
  color: var(--profile2-text) !important;
}

.profile2-account-page .account-modal-yes {
  margin-right: 0.65rem;
}

@media (max-width: 640px) {
  .profile2-account-shell {
    padding: 1.25rem 1rem 1.5rem;
  }

  .profile2-account-page #fullnameView {
    grid-template-columns: 1fr;
  }

  .profile2-account-page .control-group .controls {
    grid-template-columns: 1fr;
  }

  .profile2-account-page .notificationsOptionsShell {
    grid-template-columns: 1fr;
  }

  .profile2-account-page #updateView {
    grid-template-columns: 1rem minmax(0, 1fr) 1rem;
    padding: 0.75rem 1rem;
  }
}
