﻿/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

:root {
  --brand: #005e9d;
  --brandDark: #143860;
  --swsGrey: #f7f7f7;
  --title-med-chg-pwd: #58595b;
  --input-chg-pwd: #939598;
  --pbar-weak: #f13208;
  --pbar-avg-lw: #a2ed8e;
  --pbar-avg-hg: #54ad3d;
  --pbar-strong: #195e08;
  --pbar-background: #f6f6fa;
  --swsDarkGrey: #58595b;
  --success-white: #ffffff;
  --swsOtherGrey: #6d6e71;
  --swsErrMsg: #d60000;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.lblSws {
  color: var(--brand);
  font-style: normal;
  font-weight: 600;
  padding-left: 5px;
  margin-bottom: 0;
  margin-left: 6px;
  text-align: left;
  display: block;
}

.lblSws-font-size-10 {
  font-size: 10px;
  line-height: 15px;
}

.psws-darkGrey-font-size-17 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: var(--swsDarkGrey);
}

.lblSws-brandDark-font-size-17 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: var(--brandDark);
}

.lblSws-darkGrey {
  color: var(--swsDarkGrey);
  display: block;
}

.fieldSws {
  background-color: var(--swsGrey);
  border-bottom: 1px solid;
  border-color: var(--brand);
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 4px;
}

.inputSws {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  height: auto;
  padding: 6px;
  font-size: inherit;
}

.inputSws-password {
  padding-right: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
}

a,
a:active {
  color: var(--brand);
  text-decoration: underline;
}

.titleBig {
  color: var(--brandDark);
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 65px;
}

.titleMedium {
  color: var(--brandDark);
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 35px;
}

.chg-pwd-title-big,
.sign-out-title-big {
  color: var(--brandDark);
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 35px;
}

.chg-pwd-title-medium {
  color: var(--title-med-chg-pwd);
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
}

.sign-out-title-medium {
  color: var(--swsDarkGrey);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.error-msg-title-medium {
  color: var(--swsErrMsg);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.error-user-pwd-summary {
  width: 90%;
  margin: 0 auto;
}

.error-user-2fa-summary {
    width: 100%;
    margin: 0 auto;
}

.help-block ul {
  list-style-type: none;
  width: 70%;
}

.btnSws {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  border-radius: 20px;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.btnSws.disabled,
.btnSws:disabled {
  opacity: 0.65;
  background-color: #d7d7d7;
  color: #6d6e71;
}

.btnSws-Primary {
  background: var(--brand);
  color: #fff;
  text-decoration: none;
}

.btnSws-primary-white {
  background: var(--success-white);
  color: var(--brand);
  border: solid;
  text-decoration: none;
}

.btnSws-primary-white:hover:enabled,
a.btnSws-primary-white:hover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.btnSws-Primary:hover:enabled,
a.btnSws-Primary:hover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none;
}

.btnSws-primary.disabled,
.btnSws-primary:disabled {
  color: #6d6e71;
  background-color: #d7d7d7;
  border-color: #007bff;
}

.cardLoginSws {
  max-width: 380px;
  display: inline-block;
  width: 100%;
}

.pass-strength {
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  color: var(--swsOtherGrey);
}

.cardSws-400 {
  max-width: 400px;
  display: inline-block;
  width: 100%;
}

.cardSws-580 {
  max-width: 580px;
  display: inline-block;
  width: 100%;
}

.btnSwsMedium {
  padding: 10px 50px;
}

.sws-lbl-dark-grey {
  color: var(--swsDarkGrey);
  display: block;
}

.navSws {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.mt-4-5,
.my-4-5 {
  margin-top: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 7.5rem !important;
}

.show-hide-password {
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.bar-item {
  background: #ddd;
}

.bar {
  display: grid;
  height: 5px;
  gap: 5px;
  grid-template-columns: repeat(4, 36px);
}

.bar-highlighted {
  background: grey;
}

.divtable-heading {
  background-color: transparent;
  display: table-header-group;
  font-weight: bold;
}

.divtable-foot {
  background-color: transparent;
  display: table-footer-group;
  font-weight: bold;
}

.divtable-body {
  display: table-row-group;
}

/*Password strength*/

.form-container {
  display: block;
  width: 580px;
  margin: 60px auto;
  text-align: left;
}

.progress-bar_wrap {
  width: 180px;
  height: 5px;
  background: var(--pbar-background);
  display: -webkit-inline-box;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 5px;
}

.progress-bar_item-1 {
}

.progress-bar_item-2 {
}

.progress-bar_item-3 {
}

.progress-bar_item-4 {
}

.progress-bar_text {
  display: inline-block;
  color: #aaa;
  margin-left: 2px;
  transition: 0.2s;
}

.progress-bar_item {
  display: inline-block;
  height: 100%;
  width: 24.9%;
  margin-right: 0.7%;
  border-radius: 5px;
  float: left;
  transition: background-color 0.2s, visibility 0.1s;
}

.progress-bar-weak {
  background-color: var(--pbar-weak);
}

.progress-bar-avg-lw {
  background-color: var(--pbar-avg-lw);
}

.progress-bar-avg-hg {
  background-color: var(--pbar-avg-hg);
}

.progress-bar-strong {
  background-color: var(--pbar-strong);
}

.group-progress-bar {
  display: flex;
  align-items: center;
}

.pin-code-group input {
  border-radius: 2px;
  background: #d7d7d7;
  margin: 2px;
  height: 40px;
  width: 40px;
  text-align: center;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0px;
    margin: 0 auto;
    width: 100%;
}

.rr-select-container {
  background: #f7f7f7;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.rr-select-container small {
  border: none;
  color: #005e9d;
  height: 16px;
  padding: 0px 5px;
}

.rr-select-container select {
  border: none;
  background-color: #f7f7f7;
  color: #58595b;
  width: 100%;
  height: 33px;
  margin-right: 250px;
  overflow: hidden;
}

.password-visualizer {
  background-color: inherit;
  border: none;
  cursor: pointer;
}
/*---------------------------------------------------------------*/
/*
    Current approach: Hunt, kill, rewrite of the styles specified in wireframe
    Tech Debt: Need to have a standardized CSS architecture so all applications have similar look and feel, easier implementation, and maintenance
        - Need a better solution architecture for CSS 
        - Reuse of common RaiseRight CSS     
*/
/*---------------Common Start----------------------------*/
.rr-primary-button {
  background: #005e9d;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  border-radius: 20px;
  border: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.rr-primary-button:hover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.rr-primary-button.disabled {
  pointer-events: none;
  opacity: 0.65;
  background-color: #d7d7d7;
  color: #6d6e71;
}

.rr-secondary-button {
  background: #ffffff;
  color: #005e9d;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  border-radius: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  border: solid;
  text-decoration: none;
}

.rr-secondary-button:hover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  cursor: pointer;
}

h4.rr-page-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #143860;
}

p.rr-page-subtitle {
  color: #6d6e71;
  font-weight: 400;
}

div.rr-content {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #58595b;
}

div.rr-input-container {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  background-color: #f7f7f7;
  border-bottom: 1px solid #005e9d;
}

div.rr-input-container label {
  font-weight: 600;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #005e9d;
  padding: 0 5px;
  margin: 0;
}

div.rr-input-container input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 5px;
  position: static;
  height: 33px;
  background: #f7f7f7;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 0px 0px;
  border: 0;
  outline: none;
}

/* V2 new classes */
div.rr-container-wrapper {
  background-color: #e1f1f7;
  min-width: 100%;
  min-height: 91vh;
  padding-top: 60px;
}

div.rr-input-container-v2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  background-color: white;
}

div.rr-input-container-v2 label {
  font-weight: 600;
  line-height: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #58595b;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 25px;
}

div.rr-input-container-v2 input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 32px 8px 16px;
  position: static;
  height: 48px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 0;
  border: 0;
  outline: none;
  border: 0;
  outline: 1px solid #d7d7d7;
  border-radius: 4px;
  font-weight: 400;
}

div.rr-input-container-v2 input:focus {
  box-shadow: none;
  outline: 2px solid #005e9d;
}

.rr-select-container-v2 {
  background: #f7f7f7;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
}

.rr-select-container-v2 select {
  border: none;
  background-color: white;
  color: #393f45;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  padding: 8px 32px 8px 16px;
  font-weight: 400;
  outline: 1px solid #d7d7d7;
  border-right: 12px solid transparent;
}

.rr-select-container-v2 select:focus {
  border: none;
  outline: 2px solid #005e9d;
  border-right: 12px solid transparent;
  box-shadow: none;
}

/* errors */
.rr-select-container-v2 .field-validation-error span,
.rr-input-container-v2 .field-validation-error span {
  padding-top: 5px;
  display: block;
  font-size: 14px;
}

.rr-select-container-v2 select.input-validation-error,
.rr-input-container-v2 input.input-validation-error {
  outline: 2px solid #d60000;
}

@media only screen and (max-width: 600px) {
  div.rr-container-wrapper {
    background-color: #fff;
    padding-top: 15px;
  }

  .rr-select-container-v2 select {
    font-size: 14px;
    height: 40px;
  }

  .rr-input-container-v2 label {
    font-size: 12px;
  }

  .rr-input-container-v2 input {
    font-size: 14px;
  }

  h4.rr-page-title {
    font-size: 22px;
  }

  h4.mt-minus-10 {
    margin-top: -10px;
  }

  .rr-select-container-v2 select.input-validation-error,
  .rr-input-container-v2 input.input-validation-error {
    outline: 1px solid #d60000;
  }

  .rr-select-container-v2 .field-validation-error span,
  .rr-input-container-v2 .field-validation-error span {
    font-size: 12px;
  }
}

/* END V2 classes */

/*---------------Common End------------------------------*/
/*---------------Validation Start------------------------------*/
span.field-validation-error {
  color: #dc3545;
}

div.validation-summary-errors {
  color: #dc3545;
}
/*---------------Validation End------------------------------*/

.text-grey-2,
.text-gray-2 {
  color: var(--swsOtherGrey);
}

.px-13 {
  padding-left: 52px;
  padding-right: 52px;
}

.pt-26 {
  padding-top: 104px;
}

.text-center {
  text-align: center;
}

.mtop-6 {
  margin-top: 24px;
}

.rr-title-bold {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #143860;
}

@media only screen and (max-width: 600px) {
  .px-6-mobile {
    padding-left : 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 600px) {
  .px-13-desktop {
    padding-left : 52px;
    padding-right: 52px;
  }
}

/*---------------Redirect / Interstitial Pages------------------------------*/
.redirect-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}

.redirect-page-card {
  text-align: center;
  padding: 40px;
}

.redirect-page-logo {
  height: 48px;
  margin-bottom: 32px;
}

.redirect-page-spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto 24px;
  border: 3px solid #e0e0e0;
  border-top-color: var(--brand);
  border-radius: 50%;
  animation: redirect-spin 0.8s linear infinite;
}

@keyframes redirect-spin {
  to { transform: rotate(360deg); }
}

.redirect-page-message {
  color: var(--swsDarkGrey);
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
/*---------------Redirect / Interstitial Pages End--------------------------*/

/*---------------External Login / Social Login------------------------------*/
.external-providers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.btn-external {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 320px;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #dadce0;
}

.btn-external:hover {
  text-decoration: none;
}

.btn-external-google {
  background-color: #ffffff;
  color: #3c4043;
  border: 1px solid #dadce0;
}

.btn-external-google:hover {
  background-color: #f8f9fa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  color: #3c4043;
}

.btn-external-google:active {
  background-color: #f1f3f4;
  color: #3c4043;
}

.btn-external-apple {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.btn-external-apple:hover {
  background-color: #1a1a1a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #ffffff;
}

.btn-external-apple:active {
  background-color: #333333;
  color: #ffffff;
}

.provider-icon {
  flex-shrink: 0;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #dadce0;
}

.divider-text {
  padding: 0 16px;
  color: var(--swsOtherGrey);
  font-size: 14px;
  text-transform: uppercase;
}
/*---------------External Login / Social Login End------------------------------*/

/*---------------Login Page Redesign (2026)------------------------------*/
/* Prevent logo from clipping in the navbar on very small screens */
@media only screen and (max-width: 360px) {
  .navbar-brand img {
    max-height: 42px;
    width: auto;
  }
}

/* Scope all overrides under .login-page to avoid regressions on other pages */

/* Vertically center the card in the available viewport height */
.login-page.body-container {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.login-page.body-container .row {
  width: 100%;
}

.login-page .titleBig {
  font-size: 42px;
  line-height: 65px;
}

/* Social login buttons: pill-shaped, white, uniform look for Google + Apple */
.login-page .external-providers {
  align-items: stretch;
}

.login-page .btn-external {
  height: 56px;
  max-width: 100%;
  border-radius: 100px;
  background-color: #ffffff;
  color: #2c2d2e;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.06);
  gap: 15px;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  transition: box-shadow 0.2s ease;
}

.login-page .btn-external:hover {
  background-color: #fafafa;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: #2c2d2e;
}

.login-page .btn-external:active {
  background-color: #f3f3f3;
  color: #2c2d2e;
}

/* Override apple-specific dark theme since both buttons are now white */
.login-page .btn-external-apple {
  background-color: #ffffff;
  color: #2c2d2e;
  border: 1px solid #d7d7d7;
}

.login-page .btn-external-apple:hover {
  background-color: #fafafa;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: #2c2d2e;
}

.login-page .btn-external-apple:active {
  background-color: #f3f3f3;
  color: #2c2d2e;
}

.login-page .facebook-signin-link .facebook-signin-icon {
  vertical-align: middle;
  margin-right: 6px;
  flex-shrink: 0;
}

/* "Looking for Facebook Sign In?" link */
.login-page .facebook-signin-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  text-decoration: underline;
}

.login-page .facebook-signin-link:hover {
  color: var(--brandDark);
}

/* "or" divider: matches Figma (full-width, #143860, 18px) */
.login-page .divider {
  max-width: 100%;
}

.login-page .divider::before,
.login-page .divider::after {
  border-bottom-color: #d7d7d7;
}

.login-page .divider-text {
  color: #143860;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  padding: 0 22px;
}

/* Form field labels: 12px semibold per Figma */
.login-page .lblSws {
  font-size: 12px;
  line-height: 16px;
}

/* Forgot username/password links */
.login-page .forgot-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--brand);
  text-decoration: underline;
}

/* Sign In primary button: full width, 56px, 40px radius */
.login-page .btnSws-Primary {
  border-radius: 40px;
  height: 56px;
  width: 100%;
  font-weight: 600;
}

/* Facebook discontinued modal */
.facebook-modal-content {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  padding: 48px 0 36px;
  position: relative;
}

.facebook-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 22px;
  color: var(--brand);
  opacity: 1;
  padding: 0;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}

.facebook-modal-close:hover {
  color: var(--brandDark);
}

.facebook-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 48px;
  text-align: center;
}

.facebook-modal-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 29px;
  line-height: 1.4;
  color: #143860;
  margin-bottom: 16px;
}

.facebook-modal-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #424344;
  margin-bottom: 28px;
}

.facebook-modal-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.facebook-modal-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 48px;
  background-color: var(--brand);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  transition: box-shadow 0.2s ease;
}

.facebook-modal-cta:hover {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.facebook-modal-learn-more {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--brand);
  text-decoration: none;
  padding: 10px 30px;
}

.facebook-modal-learn-more:hover {
  color: var(--brandDark);
  text-decoration: underline;
}

#facebookDisconnectedModal .modal-dialog {
  max-width: 580px;
  /* Center the modal card vertically within the viewport without fighting Bootstrap JS */
  min-height: calc(100vh - 1rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  margin: 0.5rem auto;
}

/* Remove the class-based flex approach that conflicts with Bootstrap inline style */

@media only screen and (max-width: 600px) {
  .login-page .titleBig {
    font-size: 42px;
  }

  /* Add horizontal breathing room so inputs don't touch card edges on mobile */
  .login-page .cardLoginSws {
    padding-left: 24px;
    padding-right: 24px;
  }

  .facebook-modal-body {
    padding: 0 20px;
  }

  .facebook-modal-title {
    font-size: 22px;
  }

  .facebook-modal-text {
    font-size: 16px;
  }

  #facebookDisconnectedModal .modal-dialog {
    max-width: 100%;
    margin: 0 1rem;
  }

  #facebookDisconnectedModal .modal-content {
    border-radius: 12px;
  }
}
/*---------------Login Page Redesign End------------------------------*/

