.profile .profile-trash-can {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../../commercial/images/trash_can_new.svg);
  background-repeat: no-repeat;
  vertical-align: top;
  cursor: pointer; }

.profile .profile-modal-cancel {
  margin: 0px;
  line-height: 23px; }

.profile .padding-y16 {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.profile .has-error label {
  color: #E31937; }

.profile .has-error input {
  color: #E31937;
  border-color: #E31937;
  background-color: rgba(227, 25, 55, 0.02); }

.profile .errors > div:not(:empty) {
  border: 2px solid #E31937;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background-color: rgba(227, 25, 55, 0.02);
  padding: 20px;
  font-weight: 400;
  color: #2B2B2B;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 30px; }

.profile .info-msgs > div:not(:empty) {
  border: 2px solid #0072CE;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background: #f5f9fd;
  padding: 20px;
  font-weight: 400;
  color: #2B2B2B;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 32px; }

.profile .profile-editor {
  padding-left: 106px;
  padding-right: 106px; }
  .profile .profile-editor div:has(input[type="text"].required) > label::before,
  .profile .profile-editor div:has(input[type="tel"].required) > label::before,
  .profile .profile-editor label.required::before {
    content: "*";
    color: #E31937;
    padding-right: 4px;
    font-size: 14px;
    font-weight: 600; }

.profile .input-section {
  margin-bottom: 24px; }

.profile .phone-row-wrapper {
  margin-bottom: 24px; }

.profile .phone-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 8px; }

.profile .phone-section {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0; }

.profile label {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px; }

.profile .text-field {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.profile .text-field:focus {
  outline: none;
  border: 1px #505357 solid; }

.profile .phone-field {
  letter-spacing: 1px; }

.profile .switch-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }

.profile .switch-text {
  margin-bottom: 3px;
  font-size: 14px;
  color: #505357;
  font-weight: bold;
  white-space: nowrap; }

.profile .toggle-control {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px; }

.profile .toggle-control input {
  opacity: 0;
  width: 0;
  height: 0; }

.profile .switch-handle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #73767B;
  -moz-border-radius: 24px;
       border-radius: 24px;
  -moz-transition: .4s;
       transition: .4s; }

.profile .switch-handle:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -moz-border-radius: 50%;
       border-radius: 50%;
  -moz-transition: .4s;
       transition: .4s; }

.profile input[type="checkbox"]:disabled + .switch-handle {
  background-color: #D9D9D9;
  cursor: auto; }

.profile input:checked + .switch-handle {
  background-color: #0072CE; }

.profile input:checked + .switch-handle:before {
  -webkit-transform: translateX(26px);
     -moz-transform: translateX(26px);
      -ms-transform: translateX(26px);
          transform: translateX(26px); }

.profile .profile-info-text-color {
  color: #505357; }

.profile .submit-button {
  margin-top: 8px;
  margin-bottom: 0px;
  width: 300px;
  height: 40px;
  background-color: #0072CE;
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer; }

.profile .submit-button:hover {
  background-color: #1E3575; }

.profile .contact-header-row {
  margin-left: 0;
  margin-right: 0; }
  .profile .contact-header-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.profile .contact-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.profile .contact-left {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 30px 0px 0px; }

.profile .contact-right {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 10px 0px 30px;
  border-left: 1px solid #ddd; }

.profile .contact-top-border {
  border-top: 1px solid #ddd; }

.profile .contact-top-margin {
  margin-top: 18px; }

.profile .security-divider {
  margin-bottom: 12px; }

.profile .security-heading {
  margin-top: 0px !important; }

.profile .field-group {
  margin-bottom: 15px; }

.profile .field-label {
  font-weight: bold;
  color: #2b2b2b;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.profile .security-field-label {
  font-weight: bold;
  color: #2b2b2b;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.profile .field-value {
  color: #666;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.profile .phone-number-value {
  color: #666;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.profile .phone-number-value-icon {
  margin-left: auto; }

.profile .edit-link {
  color: #4285f4;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px; }

.profile .delete-icon {
  color: #4285f4;
  cursor: pointer;
  font-size: 16px; }

.profile .text-enabled {
  background-color: #73767B;
  color: white;
  padding: 2px 8px;
  -moz-border-radius: 12px;
       border-radius: 12px;
  font-size: 12px;
  margin-left: 12px; }

.profile .field-mobile-content {
  display: none; }

.profile .field-mobile-actions {
  display: none; }

@media (max-width: 991px) {
  .profile .contact-top-border {
    border-top: none; }
  .profile .ci-section {
    padding: 15px 0px 0px 15px; }
  .profile .profile-editor {
    padding-left: 0px;
    padding-right: 0px; }
  .profile .field-desktop-view {
    display: none; }
  .profile .field-mobile-content {
    display: block;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .profile .field-mobile-actions {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-left: 15px;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .profile .contact-row {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .profile .contact-left {
    padding: 0 0; }
  .profile .contact-right {
    padding: 0 0;
    border-left: none; }
  .profile .field-group {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .profile .field-label {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 8px; }
  .profile .security-field-label {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0; }
  .profile .field-value {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0; }
  .profile .phone-number-value {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 3px; }
  .profile .text-enabled {
    margin-left: 12px; }
  .profile .security-divider {
    margin-bottom: 10px;
    border-top: 1px solid #ddd; }
  .profile .security-heading {
    margin-bottom: 12px !important; } }

.profile address, .profile time {
  margin-bottom: 0px; }

.profile .effective-date {
  color: #505357; }

.profile .account-header h1 {
  border: none; }

.profile .confirmation-width {
  width: 950px !important; }
  @media (min-width: 300px) and (max-width: 768px) {
    .profile .confirmation-width {
      width: 500px !important; } }

.profile .edit-change-pass-btn {
  padding-left: 15px; }
  @media (min-width: 300px) and (max-width: 768px) {
    .profile .edit-change-pass-btn {
      padding-left: 0px;
      text-align: center; } }

.profile .edit-pass-cancel-pass-btn {
  text-align: left;
  padding: 0px; }
  @media (min-width: 300px) and (max-width: 768px) {
    .profile .edit-pass-cancel-pass-btn {
      padding-top: 20px;
      text-align: center; } }

.profile .new-modal-row {
  margin-bottom: 24px;
  width: 630px;
  height: 44px; }
  @media (min-width: 501px) and (max-width: 991px) {
    .profile .new-modal-row {
      width: 500px;
      height: auto; } }
  @media (min-width: 301px) and (max-width: 500px) {
    .profile .new-modal-row {
      width: 287px;
      height: auto; } }
  @media (max-width: 300px) {
    .profile .new-modal-row {
      width: 240px;
      height: auto; } }

.profile .margin-bottom-24px {
  margin-bottom: 20px; }

.profile .new-modal-header {
  font-weight: 600 !important;
  font-size: 14px !important; }

.profile .new-email-modal-message {
  margin: 24px;
  border: 2px solid #0072ce; }

.profile .font-size-16px {
  font-size: 16px; }

.profile .new-email-modal-txt {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0px !important;
  color: #505357;
  margin-left: -20px; }

.profile .new-email-modal-txt-bold {
  font-weight: 600;
  color: #2b2b2b; }

.profile .PADDT30PX {
  padding-top: 32px; }

.profile .required_img {
  font-size: large;
  padding-right: 4px;
  font-weight: 700;
  color: red; }

.profile .margin-right-0px {
  margin-right: 0px; }

.profile .margin-top-24px {
  margin-top: 20px; }

.profile .email-modal-title {
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 39px; }

.profile .email-modal-box {
  margin-top: 24px;
  border: 2px solid #0072ce;
  margin-left: 5px;
  margin-bottom: 14px;
  width: 630px;
  background: #f5f9fd; }
  @media (min-width: 501px) and (max-width: 991px) {
    .profile .email-modal-box {
      width: 500px; } }
  @media (min-width: 301px) and (max-width: 500px) {
    .profile .email-modal-box {
      width: 287px; } }
  @media (max-width: 300px) {
    .profile .email-modal-box {
      width: 240px; } }

.profile .width-300px {
  width: 300px !important; }

.profile .txt-align-left {
  text-align: left !important; }

.profile .PADDB20PX {
  padding-bottom: 20px; }

.profile .PADDB10PX {
  padding-bottom: 10px; }

.profile .list-unstyled {
  padding-left: 20px; }

.profile input::-ms-reveal,
.profile input::-ms-clear {
  display: none; }

.profile .PADDT24PX {
  padding-top: 24px; }

.profile .modal-body-override {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px; }

.profile .modal-btn-align {
  text-align: center; }
  @media (min-width: 300px) and (max-width: 768px) {
    .profile .modal-btn-align {
      text-align: center; } }

.profile .change-pass-cancel {
  margin: 0px;
  line-height: 23px; }

.profile .passwordLabel {
  font-size: 14px;
  line-height: 16px; }

.profile .passwordNewPasslabel {
  font-size: 16px;
  line-height: 26px;
  color: #505357; }

.profile .errorText {
  color: #e31937; }

.profile .profileModalTitle {
  font-size: 28px;
  line-height: 38px;
  color: #2b2b2b;
  font-weight: normal; }

.profile .greyColor {
  color: #505357; }

.profile .PADDB5PX {
  padding-bottom: 5px; }

.profile .PADDT10PX {
  padding-top: 10px; }

.profile .view-billing-addresses {
  text-align: right; }
  @media (min-width: 300px) and (max-width: 768px) {
    .profile .view-billing-addresses {
      text-align: left; } }
  .profile .view-billing-addresses button {
    margin: 0; }

.profile .button-container {
  margin-top: 25px; }

.profile .button.text-only-sm {
  font-size: 16px; }

.profile .ci-section {
  padding: 15px 0px 14px 15px; }

.profile .contact-item {
  margin-bottom: 15px; }

.profile .divider {
  border-top: solid 1px #eee;
  margin: 20px 0; }

.profile h3 {
  font-size: 22px;
  font-family: Open Sans !important; }

.profile .hide-row {
  display: none; }

.profile .modal-body label {
  margin-bottom: 4px;
  font-weight: bold;
  color: #505357; }
  .profile .modal-body label .optional-text {
    color: #73767B; }

.profile .modal input {
  width: 100%; }

.profile .note {
  font-size: 12px; }

.profile .billing-address-info-note {
  color: #505357;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 12px;
  line-height: 140%; }

@media (min-width: 992px) {
  .profile .billing-address-info-note-col {
    padding-right: 0; } }

.profile p.modal-note-text {
  margin-top: 30px; }
  @media (min-width: 300px) and (max-width: 768px) {
    .profile p.modal-note-text {
      margin-top: 10px; } }

.profile .password-criteria li i {
  display: none; }

.profile .password-criteria li.done {
  color: #49a942; }
  .profile .password-criteria li.done i {
    display: inline-block;
    margin-right: 10px; }

.profile .strength-indicator {
  height: 10px; }

.profile .strength-indicator-container {
  width: 200px;
  height: 10px;
  background: #eee; }

.profile .datepicker {
  width: 220px;
  margin: 0 auto; }
  .profile .datepicker table {
    border-spacing: 2.5px;
    border-collapse: separate; }
    .profile .datepicker table thead > tr:nth-child(2) {
      border-bottom: 1px dotted white; }
    .profile .datepicker table tbody td.active, .profile .datepicker table tbody td.day:hover {
      border: 1px solid #00aeef;
      color: #00aeef;
      background: transparent; }
    .profile .datepicker table tbody td {
      -moz-border-radius: 0;
           border-radius: 0;
      -web-kit-border-radius: 0;
      background: #E8E8E8; }

.profile .selected-future-date p {
  margin: 0 auto 0;
  padding-top: 0;
  padding-bottom: 0; }

.profile .selectedDateText {
  color: #808080; }

.profile .selectedDate {
  color: #004990;
  font-weight: bold; }

.profile .modal-footer {
  background-color: white;
  margin-top: 0; }

.profile .bodyTitle {
  color: #004990; }

.profile .nonUsAddress {
  color: #004990; }

.profile .date-heading {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 15px; }

.profile .hide-address {
  display: none; }

.profile h3.copy-heading {
  margin-bottom: 0px;
  margin-top: 20px; }

.profile .address-row {
  margin-bottom: 10px; }

.profile .view-text {
  display: none; }

.profile .hide-address-history .view-text {
  display: block; }

.profile .hide-address-history .hide-text, .profile .hide-address-history .prev-address {
  display: none; }

.profile .tab-btn-white {
  border: 1px solid #004990;
  margin: 0;
  font-size: 16px; }

.profile .edit-password-modal {
  width: 470px;
  height: 572px; }
  @media (min-width: 300px) and (max-width: 768px) {
    .profile .edit-password-modal {
      width: auto;
      height: auto; } }

@media (min-width: 300px) and (max-width: 768px) {
  .profile .edit-email-modal {
    width: auto;
    height: auto; } }

.profile #edit-email-modal .icon-edit-email-close,
.profile #edit-ebill-modal .icon-edit-email-close {
  width: 18px;
  height: 18px;
  -moz-background-size: 18px;
       background-size: 18px;
  margin-top: 13px; }

.profile #edit-email-modal .modal-body,
.profile #edit-ebill-modal .modal-body {
  border: 1px solid #D9D9D9; }
  .profile #edit-email-modal .modal-body label,
  .profile #edit-ebill-modal .modal-body label {
    margin: 0 0 4px 0; }

.profile #edit-email-modal p,
.profile #edit-ebill-modal p {
  margin: 0; }

.profile #edit-email-modal .modal-dialog,
.profile #edit-ebill-modal .modal-dialog {
  width: 600px; }

.profile #edit-email-modal .save-ebill-email,
.profile #edit-ebill-modal .save-ebill-email {
  margin: 0; }

.profile #edit-email-modal div:has(input[type="text"].required) > label::before,
.profile #edit-email-modal label.required::before,
.profile #edit-ebill-modal div:has(input[type="text"].required) > label::before,
.profile #edit-ebill-modal label.required::before {
  content: "*";
  color: #E31937;
  padding-right: 4px;
  font-size: 14px;
  font-weight: 600; }

.profile #edit-email-modal div:has(input.input-error) > label::before,
.profile #edit-ebill-modal div:has(input.input-error) > label::before {
  content: "\2326" !important; }

.profile #edit-email-modal div:has(input.input-error) > label,
.profile #edit-ebill-modal div:has(input.input-error) > label {
  color: #E31937; }

.profile #edit-email-modal div:has(input.input-error) > input,
.profile #edit-ebill-modal div:has(input.input-error) > input {
  color: #E31937;
  background: rgba(227, 24, 55, 0.02); }

.profile #edit-email-modal .radio,
.profile #edit-ebill-modal .radio {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 12px;
  padding: 0; }
  .profile #edit-email-modal .radio:last-child,
  .profile #edit-ebill-modal .radio:last-child {
    margin: 0; }
  .profile #edit-email-modal .radio input[type="radio"],
  .profile #edit-ebill-modal .radio input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0; }
  .profile #edit-email-modal .radio label,
  .profile #edit-ebill-modal .radio label {
    margin: 0 0 0 12px; }

.profile #edit-email-modal .email-modal-box,
.profile #edit-ebill-modal .email-modal-box {
  width: auto;
  -moz-border-radius: 5px;
       border-radius: 5px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 20px; }
  .profile #edit-email-modal .email-modal-box .email-modal-box-content,
  .profile #edit-ebill-modal .email-modal-box .email-modal-box-content {
    margin-left: 12px; }

@media (min-width: 320px) and (max-width: 374px) {
  .profile #edit-email-modal .modal-dialog,
  .profile #edit-ebill-modal .modal-dialog {
    width: 300px;
    margin: 10px auto; }
  .profile #edit-email-modal .txt-word-wrap,
  .profile #edit-ebill-modal .txt-word-wrap {
    overflow-wrap: break-word; }
  .profile #edit-email-modal .modal-body,
  .profile #edit-ebill-modal .modal-body {
    padding: 40px 24px; }
  .profile #edit-email-modal .width-300px,
  .profile #edit-ebill-modal .width-300px {
    width: 252px !important; }
  .profile #edit-email-modal .row,
  .profile #edit-ebill-modal .row {
    margin-left: -24px;
    margin-right: -24px; } }

@media (min-width: 375px) and (max-width: 767px) {
  .profile #edit-email-modal .modal-dialog,
  .profile #edit-ebill-modal .modal-dialog {
    width: 355px;
    margin: 10px auto; }
  .profile #edit-email-modal .modal-body,
  .profile #edit-ebill-modal .modal-body {
    padding: 40px 24px; }
  .profile #edit-email-modal .txt-word-wrap,
  .profile #edit-ebill-modal .txt-word-wrap {
    overflow-wrap: break-word; }
  .profile #edit-email-modal .width-300px,
  .profile #edit-ebill-modal .width-300px {
    width: 307px !important; }
  .profile #edit-email-modal .row,
  .profile #edit-ebill-modal .row {
    margin-left: -24px;
    margin-right: -24px; } }

.profile .margin-bottom-27px {
  margin-bottom: 27px; }

.profile .margin-bottom-32px {
  margin-bottom: 32px; }

.profile .billing-address-container {
  border-top: 1px solid #e5e5e4; }
  .profile .billing-address-container .copyTooltip > span {
    margin-top: 20px; }
  .profile .billing-address-container .saving:disabled {
    color: #ffffff;
    background-color: #004990;
    background-repeat: no-repeat;
    -moz-background-size: 20%;
         background-size: 20%;
    background-position: 10%;
    background-image: url("../images/largeSpinner.gif");
    padding-left: 50px; }
  .profile .billing-address-container .billing-address-search-container .grouping-header h2 {
    display: none; }

.profile .auto-enrolled {
  display: block;
  padding-left: 35px; }

.profile .rm-right-gutter {
  padding-right: 0; }

.profile .notify-others button.text-only {
  font-size: 14px;
  text-decoration: underline;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #8c3b95;
  padding: 0;
  margin: 0; }

.profile .notify-others p {
  margin: 0;
  padding: 0; }

.profile .notify-others ul {
  margin: 0;
  padding: 0; }

.profile .notify-others ul li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.profile [data-modal="notify-apply-to-accounts"] .modal-body {
  max-height: 663px;
  overflow: scroll; }

.profile [data-modal="notify-others-add"] .text-only, .profile [data-modal="notify-others-edit"] .text-only, .profile [data-modal="notify-others-list"] .text-only {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding: 0;
  margin: 0; }

.profile [data-modal="notify-others-add"] .modal-body, .profile [data-modal="notify-others-edit"] .modal-body, .profile [data-modal="notify-others-list"] .modal-body {
  padding-bottom: 14px; }

.profile [data-modal="notify-others-add"] label, .profile [data-modal="notify-others-edit"] label, .profile [data-modal="notify-others-list"] label {
  margin: 0;
  display: inline-block; }

.profile [data-modal="notify-others-add"] .recip-name, .profile [data-modal="notify-others-edit"] .recip-name, .profile [data-modal="notify-others-list"] .recip-name {
  padding-left: 0; }

.profile [data-modal="notify-others-add"] .noti-other-li, .profile [data-modal="notify-others-edit"] .noti-other-li, .profile [data-modal="notify-others-list"] .noti-other-li {
  padding-bottom: 25px;
  margin-bottom: 14px;
  border-bottom: 1px solid #DBDBDB; }

.profile [data-modal="notify-others-add"] .notify-others-ctl, .profile [data-modal="notify-others-edit"] .notify-others-ctl, .profile [data-modal="notify-others-list"] .notify-others-ctl {
  padding-right: 0; }

.profile [data-modal="notify-others-add"] .notify-others-ctl > button:nth-child(1), .profile [data-modal="notify-others-edit"] .notify-others-ctl > button:nth-child(1), .profile [data-modal="notify-others-list"] .notify-others-ctl > button:nth-child(1) {
  margin-right: 25px; }

.profile [data-modal="notify-others-add"] .notify-others-cb-col, .profile [data-modal="notify-others-edit"] .notify-others-cb-col, .profile [data-modal="notify-others-list"] .notify-others-cb-col {
  padding-left: 0; }

.profile #manage-notifications {
  position: relative; }
  .profile #manage-notifications .spinner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8); }
  .profile #manage-notifications.loading .spinner {
    display: block; }
  .profile #manage-notifications .styled-checkbox {
    line-height: 30px; }

.profile .notifications-manage-state {
  display: none; }

.profile .notification-underline {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 10px; }

.profile .notification-category {
  padding-bottom: 10px;
  border-bottom: 4px solid #DBDBDB; }

.profile [data-notificationtypeid="ACC_IN_CHG"][data-contactid*="MAIL"]:checked + .noti-checkbox::before {
  content: '\e919';
  color: #004990;
  background-color: #ffffff; }

.profile .rm-l-gutter {
  padding-left: 0;
  margin-top: -20px;
  margin-bottom: 30px; }

.profile .rm-r-gutter {
  padding-right: 0; }

.profile .rm-gutter {
  padding: 0;
  margin-top: -20px;
  margin-bottom: 30px; }

.profile .checkbox {
  font-size: 29px;
  max-height: 30px;
  max-width: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 7px; }

.profile .notify-bulk-apply-heading {
  color: #004990;
  line-height: 15px;
  padding-top: 16px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB; }

.profile .notify-bulk-apply-acct-row {
  padding-top: 10px;
  border-bottom: 1px solid #DBDBDB; }
  .profile .notify-bulk-apply-acct-row address {
    display: inline; }
  .profile .notify-bulk-apply-acct-row .michigan {
    color: #004990; }

.profile [data-view="notifications"] .modal-body {
  max-height: 500px;
  overflow: scroll; }

.profile .noti-descr {
  padding-top: 0;
  font-size: 14px; }

.profile .notify-other-userFullName {
  color: #004990;
  font-size: 16px !important;
  padding-bottom: 10px; }

.profile p.secondary {
  font-size: 14px !important; }

.profile .notify-others-list {
  color: #a1a1a4; }

.profile .notify-others-list-email {
  vertical-align: middle;
  background-position: -7px -29px; }

.profile .notify-others-list-text {
  vertical-align: middle;
  background-position: -6px -8px; }

@media (min-width: 300px) and (max-width: 768px) {
  .profile .notify-others-align {
    float: left;
    position: relative; } }

.remove-name-btn {
  margin-top: 0px;
  margin-bottom: 0px; }

.remove-preferred-name-btn {
  margin-top: 0px;
  margin-bottom: 0px; }

.remove-phone-nr-btn {
  margin-top: 0px;
  margin-bottom: 0px; }

.remove-alt-phone-nr-btn {
  margin-top: 0px;
  margin-bottom: 0px; }

.profile-confirm-button {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  .profile-confirm-button button {
    min-width: 300px; }

.notifications-tabular-state {
  overflow: hidden;
  height: 100%; }
  .notifications-tabular-state .opt-state {
    text-align: center; }
    .notifications-tabular-state .opt-state .icon-checkmark {
      font-size: 14px;
      color: #004990; }
  .notifications-tabular-state table tbody tr:nth-child(odd) {
    background-color: #c8c8c8; }
  .notifications-tabular-state table tbody tr {
    height: 35px; }
  .notifications-tabular-state table tbody tr td {
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle; }

.notifications-manage-state {
  display: none;
  font-size: 14px; }
  .notifications-manage-state .filter-notifications {
    font-size: 0px;
    float: right;
    margin-bottom: 10px; }
    .notifications-manage-state .filter-notifications button {
      font-size: 13px; }
  .notifications-manage-state .notification-category {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 10px; }
  .notifications-manage-state .filter-notifications-list {
    font-size: 0px;
    min-width: 100%;
    width: 100%;
    float: right;
    margin-bottom: 10px; }
    .notifications-manage-state .filter-notifications-list button {
      width: 33.299%;
      font-size: 13px; }
  .notifications-manage-state .notification-view-by {
    margin-bottom: 10px; }
  .notifications-manage-state .filter-notifications-list {
    padding-bottom: 25px; }
  .notifications-manage-state .notification-header {
    padding-bottom: 10px;
    margin-top: 37px;
    border-bottom: 1px solid #DBDBDB; }
  .notifications-manage-state .notification-categories .btn-group {
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%; }
    .notifications-manage-state .notification-categories .btn-group button {
      width: 50%; }
  .notifications-manage-state .styled-checkbox {
    width: 100%; }
    .notifications-manage-state .styled-checkbox input {
      float: left; }
    .notifications-manage-state .styled-checkbox .input-label {
      min-height: 35px;
      line-height: 35px;
      margin-left: 15px;
      float: left; }
      @media (min-width: 300px) and (max-width: 768px) {
        .notifications-manage-state .styled-checkbox .input-label {
          margin-left: 0; } }
  .notifications-manage-state .tab-btn-white {
    border: 1px solid #004990;
    margin: 0; }
    .notifications-manage-state .tab-btn-white:hover, .notifications-manage-state .tab-btn-white:focus {
      color: #004990; }
    .notifications-manage-state .tab-btn-white.active-blue:hover, .notifications-manage-state .tab-btn-white.active-blue:focus {
      color: #ffffff; }
  .notifications-manage-state .text-only {
    color: #004990; }

@media (min-width: 300px) and (max-width: 768px) {
  .switch-admin {
    margin: 10px 0; } }

.switch-admin-dropDown {
  position: absolute;
  width: 300px;
  height: 36px;
  left: 1000px;
  top: 255px;
  /* White */
  background: #ffffff;
  /* Gray */
  border: 1px solid #B1B3B3;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .switch-admin-dropDown:hover {
    background: #ffffff;
    /* Brand Blue */
    border: 1px solid #1E3575;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }

.switch-admin-modal .btn-group {
  display: block; }

.switch-admin-modal .btn-group button {
  border: 1px solid #0072CE;
  background: #ffffff;
  color: #004990;
  width: 50%; }
  @media (min-width: 300px) and (max-width: 768px) {
    .switch-admin-modal .btn-group button {
      font-size: 12px; }
      .switch-admin-modal .btn-group button .hide-mobile {
        display: none; } }

.switch-admin-modal .btn-group .active {
  background: #0072CE;
  color: #ffffff; }
  .switch-admin-modal .btn-group .active:hover {
    background: #1E3575; }

.switch-admin-modal .select-delegate label {
  display: block; }

.success-toast {
  position: fixed;
  top: 160px;
  left: 15%;
  width: 70%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 1100;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 22px 20px;
  background: #F6F9F6;
  border: 1px solid #1D661A;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
       box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15); }
  .success-toast .success-toast-icon {
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .success-toast .success-toast-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B; }
  @media (max-width: 767px) {
    .success-toast {
      top: 60px; } }

.preview-action-modal .modal-content {
  -moz-border-radius: 8px;
       border-radius: 8px; }

.preview-action-modal .preview-action-modal-body {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 24px; }

.preview-action-modal .preview-action-card {
  width: 100%;
  padding: 24px;
  padding-top: 16px;
  padding-bottom: 0;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #505357; }

.preview-action-modal .preview-action-email {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle; }

.preview-action-modal .preview-action-error-banner {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background: #FEFAFB;
  border: 2px solid #E31937;
  -moz-border-radius: 5px;
       border-radius: 5px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #2B2B2B; }

.preview-action-modal .preview-action-actions {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%; }

.preview-action-modal .preview-action-btn {
  width: 300px;
  max-width: 100%;
  margin: 0;
  -moz-border-radius: 30px;
       border-radius: 30px;
  text-align: center; }