/*
* NOTE:
* I'm on mobile first design so every default properties are for mobile
* everything inside media tags are for tablet and desktop
*/
@import url('//data.cwtv.com/inc/css/cw_fonts-24.css');

:root {
    --thecw_color-hot-sauce: #ff4500;
    --thecw_color-hot-sauce-dark: #de3d01;
    --thecw_color-hot-sauce-darker: #860C0F; /* unofficial name */
    --thecw_color-salt: #ffffff;
    --thecw_color-sea-salt: #F1F1EF;
    --thecw_color-grey-salt: #6C7B80;
    --thecw_color-grey-salt-80: #6C7B80cc;
    --thecw_color-pepper: #002023;
    --thecw_color-black-pepper: #050C0D;
    --thecw_color-grey-pepper: #1E2626;
  
    --thecw_color-light-pepper: #5c7077;
  }

* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  height: 100%;
  font-size: 75%;
}

@media only screen and (min-width: 640px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: 'F37 Bolton', "Rajdhani", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #444;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  background-color: var(--thecw_color-grey-pepper);
  height: 100%;
  text-align: center;
}

#user_optin_banner {
  line-height: normal;
}

.hidden {
  display: none;
}

.cf {
  zoom: 1;
}

.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  content: " ";
  display: table;
  clear: both;
}

.container {
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}

.container.grid {
  padding: 0;
  max-width: 1200px;
}

.pos-r {
  position: relative;
}

.lr-button {
  display: inline-block;
  padding: 0 15px;
  background: #29d;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  /* -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; */
}

.lr-button.outline-blue {
  background: none;
  color: #29d;
  border: 1px solid #29d;
}

.lr-button.outline-blue:hover {
  color: #fff;
  border-color: #00b0f0;
}

.lr-button.outline-grey {
  background: none;
  color: #444;
  border: 1px solid #444;
}

.lr-button.outline-grey:hover {
  color: #fff;
  border-color: #00b0f0;
}

.lr-button.white {
  background: #eee;
  color: #444;
}

.lr-button.white:hover {
  color: #fff;
}

.lr-button:hover {
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
  background: var(--thecw_color-sea-salt);
  color: var(--thecw_color-black-pepper);
}

.button-shade {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 20px -1px rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.button-shade:hover {
  /* -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); */
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 20px 3px rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 5px 5px -2px rgba(0, 0, 0, 0.3);
}

.button-shade:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

h1,
h2,
h3,
h4,
h5,
h6,
.loginradius-raas-form-element-content > label {
  font-weight: 400;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 4rem;
  margin-bottom: 15px;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 3rem;
}

h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 600;
}

h5,
.loginradius-raas-form-element-content > label {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 600;
}

h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
}

p {
  margin: 15px 0;
}

a {
  cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="name"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="date"],
select,
textarea {
  width: 100%;
  height: 44px;
  padding: 5px 10px;
  border-radius: 4px;
  border: 2px solid transparent;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: inherit;
  background: #fcfcfc;
}


input[type="submit"],
input[type="button"],
button.lr-button,
.modal-body button {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0px;
  border: 2px solid transparent;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: inherit;
  background: #fcfcfc;
  /* -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*remove tap highlight*/
  /*
		* Stop IOS from redesigning the form fields
		***/
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="name"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 2px solid var(--thecw_color-hot-sauce);
}

input[type="submit"]:focus,
input[type="button"]:focus,
button.lr-button:focus,
.modal-body button:focus {
  outline: none;
  border-color: #29d;
}

select {
  background: url("https://s3.amazonaws.com/devauth.lrcontent.com/dev/hosted-page/hosted-page-default-images/dropdown.png")
    no-repeat center right #fcfcfc;
  background-size: 20px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* Style default/placeholder option in select to match input placeholder color */
select option.select-placeholder {
  color: #999;
}

/* Make select text gray when default/empty option is selected (placeholder state) */
select.has-placeholder {
  color: #999;
}

input[type="submit"],
input[type="button"],
button.lr-button,
.modal-body button {
  color: #fff;
  background-color: var(--thecw_color-hot-sauce-darker);
  font-weight: 600;
  border: none;
  /* margin: 10px 0; */
  cursor: pointer;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 20px -1px rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

input[type="submit"]:hover,
button.lr-button:hover,
.modal-body button:hover {
  /* -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); */
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 20px 3px rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 5px 5px -2px rgba(0, 0, 0, 0.3);
}

input[type="submit"]:active,
input[type="button"]:active,
button.lr-button:active,
.modal-body button:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

input[type="submit"]:hover,
input[type="button"]:hover,
button.lr-button:hover,
.modal-body button:hover {
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
  background: var(--thecw_color-sea-salt);
  color: var(--thecw_color-black-pepper);
}

label,
input[type="submit"],
input[type="button"] {
  font-size: 1.4rem;
  line-height: 3rem;
  height: 45px;
}

img {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* body:before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
}

@media only screen and (min-width: 640px) {
  body:before {
    content: "";
    margin-left: -5px;
    margin-left: -0.5rem;
  }
} */
/*
*
*
* Front Page
*
***/
.lr-hostr-container {
  text-indent: initial;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 640px;
}

@media only screen and (min-width: 640px) {
  .lr-hostr-container {
    padding: 0 20px;
    margin: 30px 0;
  }
}

@media only screen and (min-width: 780px) {
  .lr-hostr-container {
    max-width: 1020px;
    margin: 0;
  }
}

.lr-hostr-container .lr-hostr-frame {
  width: 100%;
  text-align: left;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-color: var(--thecw_color-grey-pepper);
  /*Center recaptcha*/
}

@media only screen and (min-width: 640px) {
  .lr-hostr-container .lr-hostr-frame {
    border: none;
    overflow: hidden;
    display: table;
  }
}


.column-container {
  display: block;
}
.column-container .column-left,
.column-container .column-right {
  width: 100%;
  margin-bottom: 30px;
}
.column-container .lr-profile-header {
  border-bottom: 0 none;
}
@media only screen and (min-width: 780px) {
  .column-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  .column-container .column-left,
  .column-container .column-right {
    padding: 0 10px;
  }
  .column-container .column-left {
    max-width: 264px;
    padding-right: 25px;
    border-right: 1px solid #999;
  }
  
  .column-container .column-right {
    max-width: 384px;
    padding-left: 25px;
  }
}

@media only screen and (min-width: 980px) {
  .lr-hostr-container {
    max-width: 960px;
    margin: 0;
  }
  .column-container .column-left {
    max-width: 372px;
    padding-right: 67px;
  }
  .column-container .column-right {
    max-width: 508px;
    padding-left: 67px;
  }
}

@media only screen and (min-width: 1320px) {
  .lr-hostr-container {
    max-width: 1320px;
    margin: 0;
  }
  .column-container .column-left {
    max-width: 482px;
    padding-right: 95px;
  }
  .column-container .column-right {
    max-width: 624px;
    padding-left: 95px;
  }
}

.lr-hostr-container .lr-hostr-frame .lr-frames {
  width: 100%;
  display: block;
  padding: 30px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 780px) {
  .lr-hostr-container .lr-hostr-frame .lr-frames {
    width: 50%;
    display: table-cell;
    padding: 60px 45px;
    position: relative;
  }
}

.lr-hostr-container .lr-hostr-frame .lr-frames .lr-form-frame#lr-raas-registartion,
.lr-hostr-container .lr-hostr-frame .lr-frames .lr-form-frame#lr-raas-forgotpassword,
.lr-form-frame#lr-raas-sociallogin,
.lr-form-frame#lr-raas-resetpassword {
  display: none;
}

.lr-hostr-container .lr-hostr-frame .lr-frames .lr-widget-container {
  margin-top: 30px;
}

.lr-hostr-container .lr-hostr-frame #loginradius-raas-recaptcha_widget > div > div {
  margin: 0 auto 15px;
}

.lr-hostr-container .lr-hostr-frame .lr-link-box {
  padding: 15px 0;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.lr-hostr-container .lr-hostr-frame .lr-link-box a {
  color: #29d;
}

.lr-hostr-container .lr-hostr-frame .lr-link-box a:nth-child(2) {
  float: right;
}
/*
*
*
* Modify User Registration CSS
*
***/
form[name*="loginradius-raas"] .loginradius-raas-validation-message {
  margin-bottom: 15px;
  color: #f22613;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 3rem;
}
/*
*
*
* The notification that goes on the very top
*
***/

#lr-raas-message.loginradius-raas-success-message,
#lr-raas-message.loginradius-raas-error-message {
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  display: flex;
  padding: 16px;
  align-items: start;
  align-self: stretch;
  margin-bottom: 20px;
}

#lr-raas-message.loginradius-raas-success-message {
  border: 1px solid rgb(78, 204, 0);
  /* background-color: rgba(78, 204, 0, 0.1); */
  background-color: #0D2812;
}

#lr-raas-message.loginradius-raas-error-message {
  border: 1px solid rgb(190, 0, 0);
  /* background-color: rgba(190, 0, 0, 0.1); */
  background-color: #141213;
}

#lr-raas-message:has(.toast-message:empty) {
  display: none!important;
}

#lr-raas-message.loginradius-raas-success-message::before,
#lr-raas-message.loginradius-raas-error-message::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text;
  margin-right: 16px;
  margin-top: 2px;
}

#lr-raas-message.loginradius-raas-success-message::before {
  content: url(/page/login/status-pass.svg);
}
#lr-raas-message.loginradius-raas-error-message::before {
  content: url(/page/login/status-error.svg);
}

.toast-message {
  width: 100%;
}
.toast-close {
  cursor: pointer;
  margin-left: 16px;
}

/*
*
*
* Profile stuff
***/

.lr-profile-header .lr-profile-email {
  min-height: 30px;
}

.lr-hostr-logged-in .lr-link-social-container {
  max-width: 360px;
  margin: 30px auto;
}

.lr-hostr-logged-in .lr-link-social-container .lr-heading {
  margin-bottom: 15px;
}

.lr-hostr-logged-in .lr-link-social-container .lr-social-icon {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 4rem;
  height: 4rem;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 5px 0 0;
}

.lr-hostr-logged-in .lr-link-social-container .lr-linked-social-frame .lr-social-account {
  position: relative;
  margin: 10px 5px;
}

.lr-hostr-logged-in .lr-link-social-container .lr-linked-social-frame .lr-social-account .lr-social-unlink {
  opacity: 0.8;
  display: inline-block;
  padding: 0 10px;
  height: 2.4rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 20px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.lr-hostr-logged-in .lr-link-social-container .lr-linked-social-frame .lr-social-account .lr-social-unlink:hover {
  opacity: 1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  border-color: #f22613;
  background: #f22613;
}

.lr-hostr-logged-in .lr-link-social-container .lr-not-linked-social-frame .lr-social-icon {
  margin: 5px;
}

.lr-hostr-logged-in .lr-more-info-container {
  vertical-align: top;
}

@media only screen and (min-width: 780px) {
  .lr-hostr-logged-in .lr-more-info-container.lr-frames {
    padding: 0;
  }
}

.lr-hostr-logged-in .lr-more-info-container .lr-more-info-frame {
  overflow-y: auto;
  overflow-x: none;
  min-height: 540px;
}

@media only screen and (min-width: 780px) {
  .lr-hostr-logged-in .lr-more-info-container .lr-more-info-frame {
    padding: 30px 45px;
  }
}

.lr-hostr-logged-in .lr-more-info-container .lr-more-info-heading {
  position: relative;
}

.lr-hostr-logged-in .lr-more-info-container .lr-more-info-heading .lr-button {
  position: absolute;
  top: 5px;
  top: 0.5rem;
  right: 0;
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.lr-hostr-logged-in .lr-more-info-container .lr-content-section {
  border-top: 1px solid #eee;
  padding: 15px 0;
}

@media only screen and (min-width: 780px) {
  .lr-hostr-logged-in .lr-more-info-container .lr-content-section {
    margin: 0 -10px;
  }
}

.lr-hostr-logged-in .lr-more-info-container .lr-content-section .lr-heading {
  margin: 0 0 5px;
}

@media only screen and (min-width: 780px) {
  .lr-hostr-logged-in .lr-more-info-container .lr-content-section .lr-heading {
    margin: 0 10px 5px;
  }
}

.lr-hostr-logged-in .lr-more-info-container .lr-content-section .lr-content-group {
  width: 100%;
  margin: 10px 0;
}

@media only screen and (min-width: 780px) {
  .lr-hostr-logged-in .lr-more-info-container .lr-content-section .lr-content-group {
    padding: 0 10px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 640px) {
  .lr-hostr-logged-in .lr-more-info-container .lr-content-section .lr-content-group {
    width: 50%;
    float: left;
  }
}

.lr-hostr-logged-in .lr-more-info-container .lr-content-section .lr-content-group .lr-label {
  color: #888;
}

.lr-hostr-logged-in .lr-more-info-container .lr-content-section .lr-content-group .lr-data {
  word-break: break-word;
}

.lr-hostr-logged-in .lr-more-info-container .lr-account-settings {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.lr-hostr-logged-in .lr-edit-profile .lr-editable-fields-frame {
  margin: 0;
}

@media only screen and (min-width: 640px) {
  .lr-hostr-logged-in .lr-edit-profile .lr-editable-fields-frame {
    margin: 0 -5px;
  }
}

.lr-hostr-logged-in .lr-edit-profile .lr-editable-fields-frame .loginradius-raas-form-element-content {
  display: block;
  margin-bottom: 15px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lr-hostr-logged-in
  .lr-edit-profile
  .lr-editable-fields-frame
  .loginradius-raas-form-element-content
  .loginradius-raas-form-element-content
  > label {
  color: #888;
}

@media only screen and (min-width: 640px) {
  .lr-hostr-logged-in .lr-edit-profile .lr-editable-fields-frame .loginradius-raas-form-element-content {
    width: 50%;
    float: left;
    padding: 0 5px;
  }
}

.lr-hostr-logged-in .lr-edit-profile .lr-editable-fields-frame .lr-action-box-frame {
  text-align: right;
}

.lr-hostr-logged-in .lr-edit-profile .lr-editable-fields-frame .lr-action-box-frame .submit-loginradius-raas-Update,
.lr-hostr-logged-in .lr-edit-profile .lr-editable-fields-frame .lr-action-box-frame .lr-cancel {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 600;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  min-width: 90px;
  text-align: center;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lr-hostr-logged-in .lr-account-settings .lr-more-info-heading .lr-close {
  position: absolute;
  top: 0.4rem;
  right: 0;
  font-size: 3rem;
  line-height: 3rem;
  cursor: pointer;
  z-index: 10;
}

.lr-hostr-logged-in .lr-account-settings .lr-account-settings-frame {
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.lr-hostr-logged-in .lr-account-settings .lr-account-settings-frame p {
  margin-top: 0;
}

.lr-hostr-logged-in .lr-account-menu {
  position: absolute;
  top: 20px;
  right: 30px;
}

@media only screen and (min-width: 780px) {
  .lr-hostr-logged-in .lr-account-menu {
    right: 60px;
    top: 40px;
  }
}

.lr-hostr-logged-in .lr-account-menu .lr-menu-button {
  font-size: 3.6rem;
  line-height: 6rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

.lr-hostr-logged-in .lr-account-menu .lr-menu-button:before {
  content: "";
  width: 0.8em;
  height: 0.125em;
  border-top: 0.375em double #fff;
  border-bottom: 0.125em solid #fff;
  position: absolute;
}

.lr-hostr-logged-in .lr-account-menu .lr-menu-list-frame {
  display: none;
  background: #fff;
  color: #444;
  text-shadow: none;
}

.lr-hostr-logged-in .lr-account-menu .lr-menu-list-frame .lr-menu-list {
  display: block;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 10px 25px 10px 20px;
  border-bottom: 1px solid #eee;
  color: #444;
  text-decoration: none;
  -webkit-transition: all 200ms cubic-bezier(0.51, 0.01, 0.52, 0.99);
  transition: all 200ms cubic-bezier(0.51, 0.01, 0.52, 0.99);
}

.lr-hostr-logged-in .lr-account-menu .lr-menu-list-frame .lr-menu-list:hover {
  background: #fcfcfc;
  padding: 10px 20px 10px 25px;
  text-decoration: none;
}

.lr-hostr-logged-in .lr-more-menu-contents {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  background: #fff;
  border-left: 1px solid #eee;
  padding: 30px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: left 700ms cubic-bezier(0.41, 0.07, 0.21, 0.99);
  transition: left 700ms cubic-bezier(0.41, 0.07, 0.21, 0.99);
  overflow-y: auto;
  overflow-x: none;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 780px) {
  .lr-hostr-logged-in .lr-more-menu-contents {
    position: absolute;
    padding: 30px 45px;
  }
}

.lr-hostr-logged-in .lr-more-menu-contents.lr-show {
  left: 0;
}
/*
*
*
* Social Login Style
*
***/
.lr-sl-shaded-brick-frame {
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #fff;
}

.lr-sl-shaded-brick-frame:empty {
  display: none;
}

.lr-sl-shaded-brick-frame .lr-sl-shaded-brick-button {
  display: inline-block;
  width: 100%;
  height: 4.2rem;
  line-height: 4.2rem;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  /*Effects*/
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 20px -1px rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 5px;
  padding-left: 5.2rem;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-shadow: none;
}

.lr-sl-shaded-brick-frame .lr-sl-shaded-brick-button:hover {
  /* -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); */
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 20px 3px rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 5px 5px -2px rgba(0, 0, 0, 0.3);
}

.lr-sl-shaded-brick-frame .lr-sl-shaded-brick-button:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (min-width: 640px) {
  .lr-sl-shaded-brick-frame .lr-sl-shaded-brick-button {
    padding-left: 5px;
    text-align: center;
  }
}

.lr-sl-shaded-brick-frame .lr-sl-shaded-brick-button:after {
  /*This gets the data-label and uses it as text*/
  content: attr(data-label);
  display: inline-block;
}

@media only screen and (min-width: 400px) {
  .lr-sl-shaded-brick-frame .lr-sl-shaded-brick-button:after {
    content: attr(data-label-short);
    margin-left: 10px;
  }
}

.lr-sl-shaded-brick-frame .lr-sl-shaded-brick-button:hover {
  position: relative;
  z-index: 2;
}

.lr-sl-shaded-brick-frame .lr-sl-shaded-brick-button .lr-sl-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.2rem;
  height: 4.2rem;
}
/*
*
*
* Social Icon Style
*
***/
.lr-sl-icon {
  display: inline-block;
  text-align: center;
}

.lr-sl-icon:before,
.lr-sl-icon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
[class*="lr-flat-"] {
  background-color: #3b5998;
}
.lr-sl-icon:before {
  width: 32px;
  height: 32px;
  background: url("https://s3.amazonaws.com/devauth.lrcontent.com/dev/hosted-page/hosted-page-default-images/icon-sprite-32.png");
  /*Image fallback for ie8*/
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("https://s3.amazonaws.com/devauth.lrcontent.com/dev/hosted-page/hosted-page-default-images/icon-sprite.svg"),
    none;
  background-image: linear-gradient(transparent, transparent),
    url("https://s3.amazonaws.com/devauth.lrcontent.com/dev/hosted-page/hosted-page-default-images/icon-sprite.svg"),
    none;
  /*SVG for scalability. Good for high resolution screens/retina*/
  background-size: 100% 3600%;
  background-position: 0 0;
  margin-top: -0.4rem;
}

.lr-sl-icon:after {
  height: 100%;
  width: 0;
}

.lr-sl-icon-pinterest:before {
  background-position: 0 -0.2%;
}

.lr-flat-line {
  background-color: #27c327;
}

.lr-flat-pinterest {
  background-color: #cb2128;
}


.lr-sl-icon-facebook:before {
  background-position: 0px 2.1%;
}

.lr-sl-icon-googleplus:before {
  background-position: 0px 5%;
}

.lr-sl-icon-linkedin:before {
  background-position: 0px 7.1%;
}

.lr-sl-icon-twitter:before {
  background-position: 0px 9.3%;
}

.lr-sl-icon-yahoo:before {
  background-position: 0px 11.8%;
}

.lr-sl-icon-amazon:before {
  background-position: 0px 14.1%;
}

.lr-sl-icon-aol:before {
  background-position: 0px 16.4%;
}

.lr-sl-icon-disqus:before {
  background-position: 0px 18.9%;
}

.lr-sl-icon-foursquare:before {
  background-position: 0px 21.3%;
}

.lr-sl-icon-github:before {
  background-position: 0px 23.7%;
}

.lr-sl-icon-hyves:before {
  background-position: 0px 26.1%;
}

.lr-sl-icon-instagram:before {
  background-position: 0px 28.6%;
}

.lr-sl-icon-kaixin:before {
  background-position: 0px 30.8%;
}

.lr-sl-icon-live:before {
  background-position: 0px 33.3%;
}

.lr-sl-icon-livejournal:before {
  background-position: 0px 35.5%;
}

.lr-sl-icon-mixi:before {
  background-position: 0px 38.1%;
}

.lr-sl-icon-odnoklassniki:before {
  background-position: 0px 40.5%;
}

.lr-sl-icon-orange:before {
  background-position: 0px 44%;
}

.lr-sl-icon-openid:before {
  background-position: 0px 45.3%;
}

.lr-sl-icon-paypal:before {
  background-position: 0px 47.7%;
}

.lr-sl-icon-persona:before {
  background-position: 0px 51.2%;
}

.lr-sl-icon-pinterest:before {
  background-position: 0px 52.5%;
}

.lr-sl-icon-qq:before {
  background-position: 0px 54.9%;
}

.lr-sl-icon-renren:before {
  background-position: 0px 57.3%;
}

.lr-sl-icon-salesforce:before {
  background-position: 0px 59.6%;
}

.lr-sl-icon-sinaweibo:before {
  background-position: 0px 61.8%;
}

.lr-sl-icon-stackexchange:before {
  background-position: 0px 64.4%;
}

.lr-sl-icon-steamcommunity:before {
  background-position: 0px 66.9%;
}

.lr-sl-icon-verisign:before {
  background-position: 0px 69.2%;
}

.lr-sl-icon-virgilio:before {
  background-position: 0px 71.6%;
}

.lr-sl-icon-vkontakte:before {
  background-position: 0px 73.9%;
}

.lr-sl-icon-wordpress:before {
  background-position: 0px 76.2%;
}

.lr-sl-icon-mailru:before {
  background-position: 0px 78.67%;
}

.lr-sl-icon-xing:before {
  background-position: 0px 81.2%;
}

.lr-sl-icon-delicious:before {
  background-position: 0px 85.5%;
}

.lr-sl-icon-digg:before {
  background-position: 0px 88%;
}

.lr-sl-icon-email:before {
  background-position: 0px 92.5%;
}

.lr-sl-icon-google-bookmark:before {
  background-position: 0px 92.8%;
}

.lr-sl-icon-print:before {
  background-position: 0px 95.1%;
}

.lr-sl-icon-reddit:before {
  background-position: 0px 97.7%;
}

.lr-sl-icon-tumblr:before {
  background-position: 0px 97.2%;
}

.lr-sl-icon-myspace:before {
  background-position: 0px 90.3%;
}

.lr-sl-icon-google:before {
  background-position: 0px 4.5%;
}
.lr-sl-icon-line:before {
  background-position: 0px 100.3%;
}

.lr-flat-amazon {
  background-color: #f90;
}

.lr-flat-aol {
  background-color: #066cb1;
}

.lr-flat-disqus {
  background-color: #35a8ff;
}

.lr-flat-facebook {
  background-color: #3b5998;
}

.lr-flat-foursquare {
  background-color: #1cafec;
}

.lr-flat-github {
  background-color: #181616;
}

.lr-flat-google {
  background-color: #dd4b39;
}

.lr-flat-googleplus {
  background-color: #dd4b39;
}

.lr-flat-hyves {
  background-color: #f9a539;
}

.lr-flat-instagram {
  background-color: #406e94;
}

.lr-flat-kaixin {
  background-color: #bb0e0f;
}

.lr-flat-linkedin {
  background-color: #007bb6;
}

.lr-flat-live {
  background-color: #004c9a;
}

.lr-flat-livejournal {
  background-color: #3770a3;
}

.lr-flat-mixi {
  background-color: #d1ad5a;
}

.lr-flat-myspace {
  background-color: #313131;
}

.lr-flat-odnoklassniki {
  background-color: #f69324;
}

.lr-flat-openid {
  background-color: #f7921c;
}

.lr-flat-orange {
  background-color: #f60;
}

.lr-flat-paypal {
  background-color: #13487b;
}

.lr-flat-persona {
  background-color: #e0742f;
}

.lr-flat-qq {
  background-color: #29d;
}

.lr-flat-renren {
  background-color: #005baa;
}

.lr-flat-salesforce {
  background-color: #9cd3f2;
}

.lr-flat-stackexchange {
  background-color: #4ba1d8;
}

.lr-flat-steamcommunity {
  background-color: #666;
}

.lr-flat-tumblr {
  background-color: #32506d;
}

.lr-flat-twitter {
  background-color: #55acee;
}

.lr-flat-verisign {
  background-color: #0261a2;
}

.lr-flat-virgilio {
  background-color: #eb6b21;
}

.lr-flat-vkontakte {
  background-color: #45668e;
}

.lr-flat-sinaweibo {
  background-color: #bb3e3e;
}

.lr-flat-wordpress {
  background-color: #21759c;
}

.lr-flat-yahoo {
  background-color: #400090;
}

.lr-flat-xing {
  background-color: #007072;
}

.lr-flat-mailru {
  background-color: #1897e6;
}

.lr-loading-screen-overlay,
.grey-pepper-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  text-align: center;
}

.lr-loading-screen-overlay:before,
.grey-pepper-overlay:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.lr-loading-screen-overlay .load-dot {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background: var(--thecw_color-hot-sauce);
  -webkit-animation: shapes 1s ease-in-out infinite;
  animation: shapes 1s ease-in-out infinite;
  -webkit-transform: translatey(-5px);
  -ms-transform: translatey(-5px);
  transform: translatey(-5px);
  border-radius: 50%;
}

.lr-loading-screen-overlay .load-dot:nth-child(3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.lr-loading-screen-overlay .load-dot:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.lr-loading-screen-overlay .load-dot:nth-child(1) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@-webkit-keyframes shapes {
  0% {
    -webkit-transform: translatey(-5px);
    transform: translatey(-5px);
  }

  50% {
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    background: var(--thecw_color-hot-sauce-dark);
  }

  100% {
    -webkit-transform: translatey(-5px);
    transform: translatey(-5px);
  }
}

@keyframes shapes {
  0% {
    -webkit-transform: translatey(-5px);
    transform: translatey(-5px);
  }

  50% {
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    background: var(--thecw_color-hot-sauce-dark);;
  }

  100% {
    -webkit-transform: translatey(-5px);
    transform: translatey(-5px);
  }
}

.grey-pepper-modal {
  background-color: var(--thecw_color-grey-pepper);
  color: var(--thecw_color-salt);
  padding: 20px 32px 32px 32px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 530px;
  margin: 0 auto;
  width: 60%;
}

.grey-pepper-modal .modal-head {
  text-align: right;
}

.grey-pepper-modal .modal-close {
  text-align: right;
  cursor: pointer;
}
.grey-pepper-modal h3 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 900;
  margin-bottom: 0;
}

.grey-pepper-modal .modal-info {
  padding: 13.5px 0;
}
.grey-pepper-modal .modal-info p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.grey-pepper-modal button,
.grey-pepper-modal .modal-cancel {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; */
}
.grey-pepper-modal button {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 20px 3px rgba(0, 0, 0, 0.1),
  inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 5px 5px -2px rgba(0, 0, 0, 0.3);
}
.grey-pepper-modal .modal-cancel {
  height: 45px;
  line-height: 45px;
  color: var(--thecw_color-salt);
  text-decoration: none;
}

.loginradius-errormessage {
  color: red;
}

div.lr-widget-container div.field label.field-title {
  display: inline-block;
  width: 120px;
}
#loginradius-login-stayLogin {
  margin-right: 5px;
  vertical-align: middle;
}

/* New css */

.header {
  background-color: white;
  min-height: 80px;
  display: flex;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header img {
  max-width: 200px;
  height: 40px;
  vertical-align: middle;
}
.header a {
  color: #020b13;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
}
.header a:hover {
  color: #008ecf;
}
.container {
  max-width: 1170px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}
.content {
  padding: 1.5rem;
  margin: 2rem 0;
  display: flex;
  background: #fff;
}
.lr-profile-tab input[type="radio"] {
  display: none;
}
.lr-profile-tab > label {
  display: block;
  float: left;
  padding: 0 16px 16px 16px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: normal;
  position: relative;
}
.lr-profile-tab input:checked + label {
  color: #008ecf;
  cursor: default;
}
.lr-profile-tab > label:hover {
  color: #008ecf;
}
.lr-profile-tab .tab {
  display: none;
  padding: 24px 0;
  clear: left;
  border-top: 2px solid #d1d3d4;
}
.lr-profile-tab input:nth-of-type(1):checked ~ .tab:nth-of-type(1),
.lr-profile-tab input:nth-of-type(2):checked ~ .tab:nth-of-type(2),
.lr-profile-tab input:nth-of-type(3):checked ~ .tab:nth-of-type(3) {
  display: block;
}
.content-left {
  max-width: 250px;
  padding-right: 1.6rem;
  text-align: left;
}
.content-right {
  width: calc(100% - 282px);
  padding-left: 1.6rem;
  border-left: 1px solid #ecedee;
}

.lr-profiletab-header {
  border-top: 2px solid #d1d3d4;
}
.lr-profile-tab input:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #008ecf;
}
.content-left img {
  max-width: 250px;
  min-width: 250px;
}
#profile-editor-container {
  display: block;
}

/* Single Column Profile Edit Layout */
.lr-single-column-container {
  display: none;
  /* max-width: 605px; */
  margin: 0 80px;
  padding: 20px;
}

.lr-single-column-container.lr-show {
  display: block;
}

.account-signup {
  display: none
}

.lr-hostr-logged-out .lr-profile-header-content,
.lr-hostr-logged-out .item-section-account,
.lr-hostr-logged-out .lr-logout.lr-button,
.lr-hostr-logged-out .form-section {
  display: none!important;
}

.lr-hostr-logged-out .account-signup {
  display: block;
}
.account-signup h2 {
  font-weight: 700;
  font-size: 24px;
}
.account-signup p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
}

.lr-profile-header {
  text-align: center;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  font-size: 14px;
}

.lr-profile-header .lr-profile-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ddd;
}

.lr-profile-header .lr-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lr-profile-header h1.lr-profile-name {
  margin: 15px 0 10px;
  color: #333;
  font-size: 28px;
  font-weight: 600;
}

.lr-profile-actions,
.account-settings-menu {
  margin-top: 15px;
}

.lr-profile-actions .account-menu,
.account-settings-menu .account-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-menu .account-menu-item {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  /* width: 483px; */
  /* height: 57.303px; */
  padding: 20px 10px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid #F1F1EF;
}

.account-menu .account-menu-item.active {
  background-color: #F1F1EF0D;
}
.account-menu .account-menu-item:hover {
  background-color: var(--thecw_color-salt);
  color: var(--thecw_color-black-pepper);
}
.account-menu .account-menu-item:focus,
.account-menu .account-menu-item.focus-visible {
  background-color: #333a3a;
  color: #9FA3A2;
  outline: unset;
}

.account-links {
  align-items: center;
}
.account-links a.account-link {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  margin: 0 8px;
}
.lr-hostr-container .lr-logout,
.lr-hostr-container .lr-get-started {
  background: var(--thecw_color-black-pepper);
  color: var(--thecw_color-salt);
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  /* transition: background 0.3s; */
  border: 1px solid #F1F1EF;
}

.lr-hostr-container .lr-logout:hover {
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
  background: var(--thecw_color-sea-salt);
  color: var(--thecw_color-black-pepper);
  text-decoration: none;
}

.lr-edit-profile-main,
.form-section {
  margin-bottom: 50px;
}
.form-section p {
  font-size: 14px;
  line-height: 2.2rem;
  margin: 10px 0 20px;
}

.lr-edit-profile-main .lr-more-info-heading h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2653c1;
}

.lr-more-info-heading h3,
.form-section > h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.lr-additional-settings {
  padding-top: 20px;
}

.lr-additional-settings h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
}

.lr-settings-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.lr-settings-buttons .lr-button {
  background: #6c757d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

.lr-settings-buttons .lr-button:hover {
  background: #545b62;
}

/* Hide original menu by default */
.lr-more-menu-contents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.lr-more-menu-contents.lr-show {
  display: flex !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .lr-single-column-container {
    margin: 10px;
    padding: 15px;
  }
  
  .lr-profile-header .lr-profile-image {
    width: 100px;
    height: 100px;
  }
  
  .lr-profile-header h1.lr-profile-name {
    font-size: 24px;
  }
  
  .lr-settings-buttons {
    flex-direction: column;
  }
  
  .lr-settings-buttons .lr-button {
    width: 100%;
  }
}
h1.lr-profile-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
.lr-social-account {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#lr-linked-social {
  margin-bottom: 40px;
}
div#lr-linked-social h3,
#lr-not-linked-social h3 {
  margin-bottom: 20px;
}
.tab {
  text-align: left;
}
.tab h2 {
  font-size: 24px;
  font-weight: 600;
}
a.lr-menu-list {
  font-weight: 600;
}
.lr-account-settings form:not(input[type="submit"]) {
  min-width: 400px;
}
.lr-account-settings label {
  display: block;
}
.lr-change-email-container {
  min-height: 44px;
}
.loginradius--form-element-content {
  margin-bottom: 8px;
}

/* --- base wrapper for input fields --- */
.loginradius--form-element-content {
  position: relative;
  display: grid;
  gap: .375rem; /* space to the validation div */
}

/* --- input box --- */
.loginradius--form-element-content > input,
.loginradius--form-element-content > select {
  width: 100%;
  height: 44px;
  padding: 5px 10px;   /* default padding when empty */
  border: 2px solid transparent;
  border-radius: .4rem;
  background: #f8fafc;
  font: inherit;
  font-size: 14px;
  color: #0f172a;
}
.loginradius--form-element-content > select,
.loginradius--form-element-content > input.hasDatepicker {
    background-image: url("dropdown-closed.svg");
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
    background-repeat: no-repeat;
}
.loginradius--form-element-content > select:open {
  background-image: url("dropdown-open.svg");
}

/* Input/Select with value: text aligned 10px from left and 10px from bottom */
.loginradius--form-element-content > input:not(:placeholder-shown),
.loginradius--form-element-content > input:-webkit-autofill,
.loginradius--form-element-content > select:not(.has-placeholder) {
  padding: 15px 10px 0px 5px;
}

.loginradius--form-element-content > input:focus,
.loginradius--form-element-content > select:focus {
  outline: none;
  border: 2px solid var(--thecw_color-hot-sauce);
  box-shadow: none;
}

/* --- label sits inside, then floats --- */
.loginradius--form-element-content > label {
  position: absolute;
  left: .75rem;
  top: .45rem;                /* visually centered before floating */
  font-size: 1rem;
  line-height: 1;
  color: #64748b;
  pointer-events: none;       /* clicks go to the input */
  transition: top .15s ease, font-size .15s ease, opacity .15s ease;
  background: transparent;    /* if your inputs are solid, you can keep it transparent */
  display: none;              /* hidden by default when empty */
}

/* Show and float label when input/select has value, is focused, or autofilled */
.loginradius--form-element-content:has(> input:not(:placeholder-shown)) > label,
.loginradius--form-element-content:has(> input:-webkit-autofill) > label,
.loginradius--form-element-content:has(> select:not(.has-placeholder)) > label {
  display: block;
  top: .45rem;
  font-size: 1rem;
  opacity: .95;
}

/* Disabled/readonly nuances (optional) */
.loginradius--form-element-content:has(> input:disabled) > label,
.loginradius--form-element-content:has(> input[readonly]) > label,
.loginradius--form-element-content:has(> select:disabled) > label {
  color: #94a3b8;
}

/* Validation text (you already have a div for it) */
.loginradius-validation-message {
  min-height: 1.2em; /* keep layout stable when empty */
  font-size: 1.4rem;
  color: #FF0E1A;  /* adjust to your palette */
}
.loginradius-validation-message:empty {
  min-height: 0;
}

/* Datepicker styles for month and year selects */
select.ui-datepicker-month,
select.ui-datepicker-year {
  height: unset;
  padding: 0 5px;
  line-height: 1.2em;
}


/* skeleton loading animations */
.form-element-loading {
  --skeleton-color: currentColor;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  background-color: color-mix(in srgb, var(--skeleton-color) 20%, transparent);
}
.form-element-loading.loading-input {
  --skeleton-color: var(--thecw_color-light-pepper);
}
.form-element-loading.loading-btn {
  --skeleton-color: var(--thecw_color-hot-sauce);
  border-radius: 0;
}
.form-element-loading::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: skewX(-5deg);
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--skeleton-color) 60%, transparent) 50%,
    transparent 100%
  );
  animation: skeleton-shimmer 2s ease-in-out infinite;
}

@keyframes skeleton-shimmer {
  0%, 25% {
    transform: skewX(-5deg) translateX(-100%);
  }
  100% {
    transform: skewX(-5deg) translateX(100%);
  }
}

.lr-more-info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.lr-content-group {
  margin-bottom: 24px;
}
input:disabled {
  background: #e8e9ea;
}
.lr-action-box {
  margin-top: 24px;
}
.lr-profile-information p {
  margin: 0;
}
.lr-profile-information {
  margin-bottom: 40px;
}
a.unlink-btn {
  display: inline-block;
  padding: 0 10px;
  background: #29d;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
input#loginradius-close-update-profile {
  min-width: 100px;
  color: #29d;
  background: transparent;
  margin-left: 0.5rem;
}
input#loginradius-close-update-profile:hover {
  background: #f2f2f2;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  .content {
    flex-direction: column;
    padding: 2rem 1.6rem;
    margin: 2rem 0;
  }
  .content-left {
    padding-right: 0;
  }
  .content-right {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #ecedee;
    padding-top: 24px;
  }
  .lr-profile-tab > label {
    padding: 0 8px 16px 8px;
    font-size: 1.3rem;
  }
  input:not([type="submit"]) {
    min-width: 100%;
  }
  .lr-account-settings form:not(input[type="submit"]) {
    min-width: 100%;
  }
}
.container .content .content-right input:not([type="submit"]),
.container .content .content-right input:not([type="button"]) {
  max-width: 400px;
}
.container .content .content-right input[type="submit"],
.container .content .content-right input[type="button"] {
  width: auto;
  box-shadow: none;
}
.container .content .content-right .lr-button.outline-grey {
  background: #29d;
  color: #fff;
  border: 0;
}
.container .content .content-right input[type="submit"]:hover,
.container .content .content-right input[type="button"]:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.container .content .content-right input[type="submit"]:hover,
.container .content .content-right input[type="button"]:hover,
.container .content .content-right button:hover {
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
  background: var(--thecw_color-sea-salt);
  color: var(--thecw_color-black-pepper);
}
.container .content .content-right .lr-button {
  padding: 5px 15px;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 600;
}
.container .content .content-right h5 {
  text-transform: capitalize;
}
.organization-box .lr-logo {
  margin-bottom: 24px;
}
.organization-box-inner {
  background: #fff;
  padding: 56px 24px;
  border-radius: 12px;
}
.organization-box p {
  margin-bottom: 32px;
}
div#organization-container {
  text-align: left;
}
div.organization-box:before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
div.organization-box {
  position: absolute;
  inset: 0;
  z-index: 999;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  color: #000;
  background: #fff;
}
.organization-box .lr-logo img {
  max-width: 200px;
}
.linked-account-wrap {
  display: flex;
  flex-wrap: wrap;
}
.linked-account-wrap .lr-sl-icon {
  margin-right: 0;
}
.linked-account-wrap .lr-not-linked-social-account {
  margin: 0 6px 8px 0;
}
.linked-account-wrap .lr-not-linked-social-account:nth-child(5n) {
  margin-right: 0;
}

/* Add Email Plus Button Styling */
.lr-add-email-button {
    text-align: center;
    padding: 20px;
}

.lr-plus-button {
    background-color: var(--thecw_color-hot-sauce);
    border: none;
    border-radius: 8px;
    color: var(--thecw_color-salt);
    font-size: 16px;
    padding: 12px 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.lr-plus-button:hover {
    background-color: var(--thecw_color-hot-sauce-dark);
}

.lr-plus-icon {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.lr-plus-text {
    font-size: 14px;
}

@media only screen and (max-width: 639px) {
    .lr-plus-button {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .lr-plus-text {
        font-size: 12px;
    }
}

/* Password visibility toggle */
.lr-password-toggle-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.lr-password-toggle-wrapper input[type="password"],
.lr-password-toggle-wrapper input[type="text"] {
  padding-inline-end: 3rem;
  padding-right: 3rem;
}

.lr-password-toggle-btn {
  position: absolute;
  inset-inline-end: 20px;
  right: 20px;
  top: 11px;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  border: none;
  background: transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: none;
}

.lr-password-toggle-btn:hover {
  background: transparent;
  box-shadow: none;
}

.lr-password-toggle-btn:focus-visible {
  outline: 2px solid var(--thecw_color-hot-sauce);
  border-color: var(--thecw_color-hot-sauce);
}

.lr-password-toggle-btn img {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

/* Hide inactive icon */
.lr-password-toggle-btn[data-visible="false"] .eye-off,
.lr-password-toggle-btn[data-visible="true"] .eye-on {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Hide legacy Edge password reveal */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

/* Email verification link styles */
.email-field-wrapper {
  margin-bottom: 20px;
  position: relative;
}

/* Floating label styles for email fields */
.email-field-wrapper > label {
  position: absolute;
  left: .5rem;
  top: .45rem;
  font-size: 1rem;
  line-height: 1;
  color: #64748b;
  background-color: transparent;
  padding: 0 4px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.2s ease;
  display: block; /* Always show for email fields with disabled inputs */
  opacity: .95;
}

.email-input-container {
  position: relative;
  width: 100%;
}

.email-input-container input {
  width: 100%;
  padding: 11px 160px 3px 10px; /* Match floating label positioning: top 11px, right 160px for links, bottom 3px, left 10px */
}

.email-input-container input:disabled {
  background-color: rgba(64, 88, 90, 0.2); /* #40585A33 at 20% opacity */
  color: rgba(241, 241, 239, 0.5); /* #F1F1EF80 at 50% opacity */
  cursor: default;
}

.verify-email-link,
.change-email-link {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  text-decoration: underline;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  background-color: transparent;
}

.remove-email-link {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  text-decoration: underline;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  background-color: transparent;
}

.verify-email-link:hover,
.change-email-link:hover,
.remove-email-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: underline;
}

.verify-email-link:active,
.change-email-link:active,
.remove-email-link:active {
  transform: translateY(-50%) scale(0.98);
}

.verify-email-link.sending,
.remove-email-link.sending {
  opacity: 0.5;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.5);
}

.email-link-separator {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.3);
  padding: 0 4px;
  font-size: 14px;
  user-select: none;
  pointer-events: none;
}

/* Hide and disable the type field in add email form */
#loginradius-addemail-type,
label[for="loginradius-addemail-type"] {
  display: none !important;
  pointer-events: none;
  visibility: hidden;
}

@media only screen and (max-width: 639px) {
  .email-input-container input {
    padding: 11px 150px 3px 10px; /* Match floating label positioning with adjusted right padding for mobile */
  }
  
  .verify-email-link,
  .change-email-link {
    font-size: 13px;
    right: 80px;
  }
  
  .remove-email-link {
    font-size: 13px;
    right: 8px;
  }
  
  .email-link-separator {
    right: 72px;
    font-size: 13px;
  }
}
