.baag-input-field {
}
.signin-btn {
  margin-top: 14px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  position: absolute;
}

  .signin-btn button {
    border: none;
    border-radius: 10px;
    padding: 5px 25px;
    background-color: #fff;
    margin-bottom: 10px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif !important;
    font-weight: 550;
  }

.disclaimer {
  font-size: .8rem;
  bottom: 10px;
  text-align: center;
  width: 100%;
  margin: auto;
  position: absolute;
  padding: 5px 5px 0px;
  left: 0px;
}

.baag-section-align {
  text-align: center;
}

.baag-login-btn {
  color: #0074BC;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.baag-buttons {
  margin-top: 30px;
  display: block;
  width: 100%;
  /*position: absolute;*/
}
#streetAddress-card .name-input {
    width: 100% !important;
}
.green-icon,
.aboutyou-location-icon {
  display: none !important;
}

.blue-icon {
  display: inline-block !important;
}
.btn-primary {
  background-color: #0074cb !important;
}
.ci-element {
    display: none !important;
}
.wc-element {
  display: block !important;
}
.ci-footer {
  background-color: #F6F6F6;
  height: 50px;
  text-align: center;
  padding-top: 13px;
  font-family: "Open Sans";
}
.new-ci-copyright {
  font-size: 14px;
  color: #7D7D7D;
}
.ci-privacyPolicy {
  display: none;
}
/*CSS form new WC desktop UI*/
.desktop-wc-input {
  border: 1px solid #6F6F6F;
  border-radius: 5px;
  padding: 6px;
  display: block;
  margin-bottom: 5px;
  width: 100% !important;
  font-size: 15px;
  font-weight: 600;
}

  .desktop-wc-input ::-webkit-input-placeholder { /* Edge */
    font-weight: 500;
  }

  .desktop-wc-input :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 500;
  }

  .desktop-wc-input::placeholder {
    font-weight: 500;
  }

.desktop-input-label {
  color: #3C4652;
  margin-bottom: 2px;
  margin-top: 10px;
  font-size: 16px;
}
.desktop-continue-btn {
  display: block;
  width: 50%;
  border: 0px;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
}

  .desktop-continue-btn:focus,
  .back-btn:focus {
    outline: none;
    border: 0px;
  }

.back-btn {
  border: none;
  background-color: transparent;
  color: #858F98;
}
/*Custom radio button form wellcents */
.wc-radio-label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.wc-radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.wc-radio-span {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 21px;
  border-radius: 50%;
  border: 1px solid #707070;
}

/* When the radio button is checked, add a blue background */
.wc-radio-label input:checked ~ .wc-radio-span {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.wc-radio-span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.wc-radio-label input:checked ~ .wc-radio-span:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.wc-radio-label .wc-radio-span:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #69AEB6;
}
/* Create a custom checkbox button */
.wc-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  /* Hide the browser's default checkbox */
  .wc-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

/* Create a custom checkbox */
.wc-checkbox-span {
  position: absolute;
  top: 0;
  right: 0;
  height: 13px;
  width: 13px;
  border-radius: 10px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.wc-checkbox:hover input ~ .wc-checkbox-span {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.wc-checkbox input:checked ~ .wc-checkbox-span {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.wc-checkbox .wc-checkbox-span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wc-checkbox input:checked ~ .wc-checkbox-span:after {
  display: block;
}

/* Style the checkmark/indicator */
.wc-checkbox .wc-checkbox-span:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid blue;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.desktop-continue-btn {
  background-color: #69AEB6;
}
.ci-footer.fixed-footer {
  position: fixed !important;
  bottom: 0px !important;
}
ci-footer {
    background-color: #F6F6F6;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    font-family: "Open Sans";
}

.new-ci-copyright {
    font-size: 14px;
    color: #7D7D7D;
}

.ci-privacyPolicy {
    display: none;
}

@media screen and (min-width: 768px) {
  .mat-select-panel {
    max-height: 280px !important;
  }
}

  @media screen and (max-width: 568px) {
    .wc-title {
        display: none !important;
    }
    .about-you-container,
    .financial-priorities-list,
    .finance-behavior-container,
    .investment-planning-container,
    .retirement-readiness-container,
    .protection-planning-container,
    .calculator-main-section,
    .book-meeting-container {
      height: calc(100vh - 199px) !important;
    }
  }
  @media screen and (max-width: 320px) {
    .ci-footer {
      padding-top: 6px;
    }
  }
