.page-container {
  padding: 100px 0;
  overflow: hidden;
  /*min-height: 365px;*/ /*365px*/
  height: auto;
}

.search-form-container #search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

.search-form-container #txt-drug-name {
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: 290px;
  height: 50px;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
  padding: 10px;
  outline: none;
}

.search-form-container #btn-search-drug {
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: 160px;
  height: 50px;
  border: none;
  background-color: #0082cb;
  color: #ffffff;
  cursor: pointer;
  margin-left: 10px;
}

.search-form-container .input-container {
  position: relative;
}

.search-form-container .lbl-drug-name {
  position: absolute;
  left: 12px;
  top: 56px;
  font-size: 14px;
}

.footer #para-footer {
  color: #ffffff;
  text-align: justify;
}

.footer #para-footer2 {
  color: #ffffff;
  font-weight: bolder;
  line-height: 20px;
}

.footer h4 {
  color: #fff;
}

.footer #last-nav-link {
  margin-top: 25px;
}

.text-align-center {
  text-align: center;
}

/* Common Styles */
.title-subtext {
  color: #06338e;
  font-family: "Capitana";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 31.2px;
}
.title-text {
  color: #0f285b;
  font-family: "Capitana";
  font-style: normal;
  font-weight: 270;
  font-size: 78px;
  line-height: 80px;

  /* or 103% */
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
}
.title-text2 {
  font-size: 30px;
  color: #0082cb;
  font-weight: bold;
}
.text-left {
  text-align: left !important;
}

.p-t-30 {
  padding-top: 30px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-10 {
  margin-top: 50px;
}

.text-color-white {
  color: #ffffff;
}

.text-color-primary {
  color: #0f285b;
}

.text-color-accent {
  color: #06338e;
}

.text-color-secondary {
  color: #00fff9;
}

#supportText {
  font-size: 1.875rem;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
}

#supportSub {
  font-size: 1rem;
  font-family: "capitana", neue-haas-unica;
  text-align: center;
  color: #1a1a1a;
  font-weight: 500;
}

.link-text p {
  color: #006ffc;
  cursor: pointer;
  font-family: "capitana";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
}

.link-text:hover {
  font-weight: bold;
  text-decoration: underline;
}

.fs-35 {
  font-size: 35px;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

/*Self Evaluation*/
.justify-right {
  display: flex;
  justify-content: flex-end;
}

.justify-left {
  display: flex;
  justify-content: flex-start;
}
/*Self Evaluation*/

.member-service-container {
  margin-top: 50px;
}

.p-lr-60 {
  padding: 0px 60px;
}

.p-t-10 {
  padding-top: 10px !important;
}

/* Common Styles */

/* Start : Search Result */

.search-result-container #btn-return-search {
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: 240px;
  height: 50px;
  border: none;
  background-color: #0082cb;
  color: #ffffff;
  cursor: pointer;
  margin-left: 10px;
}

.result-container {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.vcopay-card-container {
  background-color: #f8f8f8;
  display: flex;
  border-radius: 5px;
  padding: 30px 40px;
  flex: 1 1 auto;
  margin: 10px;
}

.vcopay-card-container .copay-img {
  width: 172px;
  height: 46px;
  margin-left: -32px;
}

.vcopay-card-container .copay-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vcopay-card-container .copay-column:first-child {
  align-items: flex-start;
  flex: 2;
}

.vcopay-card-container .copay-column:last-child {
  align-items: flex-end;
  flex: 1;
}

.vcopay-card-container .copy-final-amount {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 15%;
}

.vcopay-card-container .copay-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.vcopay-card-container .copay-sub-title {
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.vcopay-card-container .copay-total-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.vcopay-card-container .copay-amount {
  color: #0082cb;
}

/* End : Search Result */

/* Start : Document Page */

.document-page-container {
  padding: 150px 0;
  width: 100%;
}

.document-page-container .card {
  display: flex;
  width: 100%;
  height: 100%;
  /* margin: 0 15px; */
  justify-content: center;
}

.btn_download_link {
  background-color: transparent;
  color: #0082cb;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
}

.btn_download_link:hover {
  text-decoration: underline;
}

.float-right {
  display: flex;
  justify-content: flex-end;
  margin-right: 35px;
}

.txt-contact {
  text-align: center;
}

.document-page-container .txt-contact #supportSub {
  font-size: 16px;
  margin-bottom: -80px;
  text-align: center;
}

/* End : Document Page  */

/* Start : Medication Search */

.medication-search-container {
  padding: 10px 0;
  width: 100%;
  margin-top: 10%;
}

.small-text {
  font-size: xx-small;
  display: flex;
  align-items: center;
}

.ss_info_icon {
  color: #0082cb;
}

.small-text .material-icons {
  line-height: 1;
  letter-spacing: 4px;
}

.small-text i {
  font-size: 12px !important;
}

.formulary-info-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: bold;
}

#diclaimer-text {
  font-size: 12px;
  font-weight: 800;
}

.modal-dialog .modal-content {
  width: 400px !important;
}

.modal-body .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none !important;
  border-radius: 0.25rem;
}

.modal-body .card-body {
  padding: 10px !important;
  box-shadow: none !important;
}

.justify-end {
  display: flex;
  justify-content: end;
}

.margin-bottom-medication-search {
  margin-bottom: -80px !important;
}

/* End : Medication Search */

/* Start : Mail Order */
.page-container-mail-result {
  padding: 100px 0;
  overflow: hidden;
  min-height: 600px;
  height: auto;
  background-color: #ffffff;
  -moz-box-shadow: inset 0px 750px 200px -200px #fff;
  -webkit-box-shadow: inset 0px 750px 200px -200px #fff;
  /* -o-box-shadow: inset 0px 750px 200px -200px #fff;*/
  box-shadow: inset 0px 750px 200px -200px #fff;
}

#mo-provider-container {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

.mo-img {
  width: 200px;
  height: 150px;
  padding: 20px;
  cursor: pointer;
}

.mo-img:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s;
}

.mo-img.selected {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border-radius: 5px;
}

.mo-sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #0082cb;
}

.services-container {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

.services-container .services-container-card {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 150px;
  height: 150px;
  padding: 10px;
  /* flex: 1 1 auto; */
  margin: 10px;
  background: #fbfbfb;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}

.services-container .services-container-card:hover {
  background: #fff;
  transform: scale(1.1);
  transition: all 0.3s;
}

.services-container .services-container-card .service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-container .services-container-card .service-icon img {
  height: 60px;
  width: 60px;
  background-color: #0d8ed6;
  border-radius: 50%;
  padding: 5px;
}

.services-container .services-container-card .service-icon .material-icons {
  font-size: 4.5rem;
  color: #5ab3e8;
}

.services-container .services-container-card .service-desc {
  font-size: 14px;
  width: 100%;
  color: #0082cb;
  text-align: center;
}

/* End : Mail Order  */

/* Start : Medication Search Landing */

.ss_notification_container {
  margin: 20px 0;
}

.ss_notification_container .ss_notification {
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(239, 239, 239, 0.56);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}

.ss_notification_container .ss_notification .ss_info_icon {
  color: #0082cb;
  margin-right: 15px;
}

.ss_notification_container .ss_notification .body_text {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #434343;
  padding-left: 20px;
}

.ss_notification_container .ss_notification .notification_title {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.mem-serv-des {
  color: #c92020;
}

.p-5 {
  padding: 5px !important;
}

.btn-outline {
  font-size: 14px;
  float: right;
  width: 140px;
  height: 30px;
  background-color: transparent;
  color: #0082cb;
  border: 1px solid #0082cb;
  border-radius: 100px;
}

/* End : Medication Search Landing */

/* Start :  Search text and Button */

.ss-text-control {
  width: 400px;
}

.ss-text-control .form-control {
  border-radius: 50px;
  outline: none;
  border: 2px solid #ddd;
  height: 40px;
}

.ss-text-control .form-control:focus {
  border-color: unset !important;
  box-shadow: unset !important;
  border: 2px solid #ddd;
}

.ss-text-control .input-group-append .btn-rounded {
  border-radius: 50px;
  width: 140px;
  position: absolute;
  right: -60px;
  background-color: #1a8dcd;
  color: #fff;
  z-index: 999;
  height: 40px;
  outline: none;
}

/* End :  Search text and Button */

/* Start : Responsive css */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .rightColumn {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .leftColumn {
    width: 100% !important;
    height: 675px !important;
  }

  .leftColumn img {
    max-width: 310px;
  }

  #drop-area {
    width: 100% !important;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) {
  .rightColumn {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .leftColumn {
    width: 100% !important;
    height: 675px !important;
  }

  .leftColumn img {
    max-width: 310px;
  }

  #drop-area {
    width: 100% !important;
  }
}

/* 1792x828px at 326ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .rightColumn {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .leftColumn {
    width: 100% !important;
    height: 675px !important;
  }

  .leftColumn img {
    max-width: 310px;
  }

  #drop-area {
    width: 100% !important;
  }
}

/* Start : Mobile View */
@media only screen and (max-width: 600px) {
  #drop-area {
    width: 100% !important;
  }

  .vcopay-card-container {
    padding: 20px 20px;
  }

  .ss-text-control {
    width: 80%;
  }

  .ss_notification_container .body_wrapper img,
  svg {
    width: 20px;
  }

  .ss_notification_container .ss_notification .notification_title {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
  }

  #formulary-disclaimer {
    display: inline-block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .declaimer-font {
    font-size: 8px;
  }

  .link-text {
    font-size: 1rem;
  }

  .download-link-container {
    display: inline-block;
  }

  .formulary-info-text {
    font-size: 9px;
    font-weight: 500;
  }

  #def-of-medication-container .ss_card {
    min-width: 180px;
  }

  /* .page-container {
    padding: 100px 0;
    overflow: hidden;
    height: auto;
    background-color: #ffffff;
    -moz-box-shadow: inset 0px 750px 400px -500px #fff;
    -webkit-box-shadow: inset 0px 750px 400px -500px #fff;
    box-shadow: inset 0px 750px 400px -500px #fff;
  } */

  .btn-outline {
    font-size: 10px;
    float: right;
    width: 60px;
    height: 28px;
    background-color: transparent;
    color: #0082cb;
    border: 1px solid #0082cb;
    border-radius: 100px;
  }

  #tbl-formulary-drug-list .col-2 {
    width: 150px;
  }

  #tbl-formulary-drug-list tbody {
    position: relative !important;
  }

  #custom-usecase-container img {
    width: 100% !important;
    padding: 10px;
  }
}
/* End : Mobile View */

@media only screen and (max-width: 1000px) {
  .small-text {
    width: 620px;
  }
}

@media only screen and (min-width: 800px) {
  .small-text {
    width: 290px;
  }
}

/* End : Responsive css */

/* Start : SS Rounded Textbox with search button */

.ss-rounded-textbox .form-control {
  border: 0px solid #a3a3a3;
  border-bottom-width: 1px;
  background-color: white;
  border-radius: 0rem;
  margin: 5px 40px;
  padding: 0.375rem 0 !important;
}

.ss-rounded-textbox .form-control:focus {
  border-color: unset !important;
  box-shadow: unset !important;
  border-radius: 0rem;
  outline: none;
  outline-color: unset;
  border: 0px solid #000000;
  border-bottom-width: 1px;
  background-color: white;
  margin: 5px 40px;
}

.ss-rounded-textbox .input-group-append {
  z-index: 9;
}

.button-ui {
  background-color: #0083cb;
  color: white;
  border: none;
  padding: 5px 50px;
  font-size: 1rem;
  height: 2.43rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.button-ui-disabled {
  background-color: #e0e0e0;
  color: #848484;
  border-color: #848484;
  padding: 5px 50px;
  font-size: 1rem;
  height: 2.43rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.ss-rounded-textbox .input-group-text {
  border-radius: 40px;
  width: 120px;
  background-color: #1a8dcd;
  color: #fff;
  z-index: 99999;
  height: 40px;
  outline: none;
  text-align: center;
  margin-left: -40px;
  padding-left: 32px;
}

/* End : SS Rounded Textbox with search button */

.legends-container {
  padding: 10px 40px;
}

#def-of-medication-container {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

#def-of-medication-container .ss_card {
  flex: 1 1 auto;
  padding: 10px;
}

#account-group-not-found .modal-dialog {
  font-size: 14px;
  max-width: 250px;
  margin: 1.75rem auto;
}

#member-service-custom-text {
  font-size: 14px;
  color: #ec5c5c;
}

#custom-usecase-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#custom-usecase-container img {
  width: auto;
  padding: 10px;
}

.title-text-v2 {
  font-size: 22px;
  color: #0082cb;
  font-weight: 500;
}

.subtitle-text-v2 {
  font-size: 14px;
  color: #0082cb;
  font-weight: 500;
}

.label-strength {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}

.select-appearance {
  appearance: auto !important;
  height: 46px;
  border-bottom: 2px solid #fff !important;
}

.select-appearance:focus {
  box-shadow: unset;
  border-bottom: 2px solid #00fff9 !important;
}

.back-button {
  background: transparent;
  border: none;
  color: #0082cb;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.back-button i {
  color: #0082cb;
  font-size: 50px;
  font-weight: 400;
}

/*Self Service Evaluation CSS*/
#drop-area {
  border: 2px dashed #ccc;
  border-radius: 5px;
  width: 480px;
  margin: 10px auto;
  padding: 5px;
  /*cursor: pointer;*/
}

#drop-area.highlight {
  border-color: darkgray;
}

#drop-area i {
  color: #006ffc;
  font-size: 50px;
}

p {
  margin-top: 0;
}

.form {
  margin-bottom: 0px;
}

#fileElem {
  display: none;
}

.file-body {
  width: 480px;
  font-family: "capitana", neue-haas-unica;
  margin: 5px auto;
  padding: 5px;
  display: none;
  /*cursor: pointer;*/
}

.file-body-hidden {
  display: none;
}

section .line {
  background: white;
  width: 440px;
  height: 110px;
  margin-bottom: 20px;
  list-style: none;
  padding: 15px 15px;
  border-radius: 18px;
  display: flex;
  /* box-shadow: 0px 12px 24px -8px rgba(15, 40, 91, 0.18); */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.img-container {
  display: flex;
  float: left;
  height: 100%;
  width: 90%;
  vertical-align: middle;
}

.img-display {
  float: left;
  vertical-align: middle;
}

.content-container {
  display: flex;
  height: 70%;
  width: 100%;
  float: left;
}

.content-display {
  padding-left: 35px;
}

.bar-display {
  padding-left: 10px;
}

section .line .content {
  font-size: 15px;
  width: 100%;
}

section .details span {
  font-size: 15px;
}

.progress-area .line .content {
  width: 100%;
  margin-left: 15px;
}

.progress-area .details {
  display: flex;
  align-items: center;
  float: right;
  margin-bottom: 5px;
  vertical-align: middle;
}

.progress-area .progress-bar {
  height: 30%;
  width: 70%;
  float: left;
  margin-bottom: 4px;
  border-radius: 30px;
}

.progress-bar-bg {
  background-color: white;
  width: 100% !important;
}

.progress-bar .progress {
  height: 15%;
  width: 70%;
  background: #0082cb;
  color: #0082cb;
}

.progress-bar-hidden {
  display: none;
}

.uploaded-area {
  max-height: 200px;
  overflow-y: scroll;
}

uploaded-area::-webkit-scrollbar {
  width: 0px;
}

.uploaded-area .row .content {
  display: flex;
  align-items: center;
}

uploaded-area .row .details {
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}

.progress-area .details .name {
  color: #50a9f4;
}

.progress-area .details .size {
  font-size: 10px;
}

.button {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  color: #0082cb;
}

.button:hover {
  background: #ddd;
}

#my-file {
  display: none;
}

.container .leftColumn {
  width: 46%;
  height: 850px;
  float: left;
  margin-right: 2rem;
}

.container .rightColumn {
  width: 50%;
  float: right;
  background: radial-gradient(
    268.48% 143.04% at 0% 0%,
    #0c2c6e 0%,
    #0f285b 68.75%
  );
  padding: 3.75rem;
  border-radius: 100px 0px;
}

.rightColumn .row {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.logo-decorative {
  float: right;
}

.logo-decorative div img {
  width: 400px;
}

@media (max-width: 991px) {
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .leftColumn {
    width: 100%;
    float: unset;
    height: unset;
    margin-bottom: 40px;
  }
  .logo-decorative {
    float: left;
  }
  .container .rightColumn {
    width: 100%;
    float: unset;
    max-width: 477px;
  }
}

@media (max-width: 600px) {
  .app-logo {
    width: 154px;
    margin-left: 10px;
  }
  .title-section {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px !important;
  }
  .title-text {
    font-size: 34px;
    letter-spacing: -1.14571px;
    line-height: 39px;
  }
  .title-subtext {
    font-size: 22px;
    line-height: 28px;
  }
  .container .leftColumn {
    width: 90%;
  }
  .container .leftColumn .description-text,
  .container .leftColumn .benefits-list {
    font-size: 16px;
    line-height: 24px;
  }
  .logo-decorative div img {
    width: 260px;
  }
  .container .rightColumn {
    padding: 3.75rem 3rem 3.75rem 2.5rem;
  }
  #supportText {
    font-size: 22px;
    line-height: 28px;
  }
  .footer .footer-top .footer-links div a {
    font-size: 12px;
  }

  .footer-logo {
    width: 154px;
  }
  .liv-btn-secondary,
  .liv-btn-primary,
  .liv-btn-outline {
    font-size: 12px;
    line-height: 16px;
  }
  #drop-area {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  section {
    display: flex;
    justify-content: center;
  }
  section .line {
    width: 90%;
  }
  .email-sent-icon {
    height: 80px;
  }
}

.check-list {
  display: block;
  padding-bottom: 0.625rem;
}

.bi-check-lg {
  color: #0082cb;
}

#isclient {
  margin-top: 0.375rem !important;
}

/* #h1-req-drug {
  font-weight: 900;
}

#h1-req-drug,
#supportText {
  font-family: "capitana", neue-haas-unica;
} */

.description-text {
  font-family: "neue-haas-unica";
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
}

.description-text .text-highlighted {
  color: #06338e;
  cursor: pointer;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.description-text .text-highlighted:hover {
  text-decoration: underline;
}

.benefits-list {
  font-family: "neue-haas-unica";
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
}

.benefits-list .bullet-point {
  color: #06338e;
  margin: 0 1rem;
}

.benefits-list .text-highlighted {
  font-weight: bold;
  color: #06338e;
}

.form-direction {
  display: flex;
  align-items: center;
  color: #0f285b;
  font-family: "capitana";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
}

.input-field {
  margin-bottom: 27px !important;
}

#top-nav-container {
  margin-right: 2.25rem;
}

#main {
  min-height: calc(100vh - 230px);
}

#upload-img {
  display: block;
  margin: auto;
}

#fields-required {
  font-family: "neue-haas-unica";
  font-size: 16px;
  color: #f5f5fa;
  margin-bottom: 50px;
}

/* label color */
.input-field label {
  color: #a3a3a3 !important;
  width: unset !important;
}

/* label color */
.input-field label.active {
  color: #ffffff !important;
  transform: translateX(-10px) translateY(-23px) !important;
}

/* Removes arrows from numeric inputs */
/* 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;
}

/* Input base-styles */
.input-field input[type="text"],
.input-field input[type="tel"],
.input-field input[type="email"],
.input-field input[type="number"] {
  box-sizing: border-box;
  margin-bottom: 0px !important;
  font-family: "neue-haas-unica";
  font-size: 16px;
  color: #0f285b;
  background-color: white !important;
  padding-left: 10px !important;
  border-radius: 3px 3px 0px 0px !important;
  border-bottom: 2px solid transparent !important;
}

/* label focus color */
.input-field input[type="text"]:focus + label,
.input-field input[type="tel"]:focus + label,
.input-field input[type="email"]:focus + label,
.input-field input[type="number"]:focus + label {
  color: #00fff9 !important;
}
/* label underline focus color */
.input-field input[type="text"]:focus,
.input-field input[type="tel"]:focus,
.input-field input[type="email"]:focus,
.input-field input[type="number"]:focus {
  border-bottom: 2px solid #00fff9 !important;
  box-shadow: none !important;
}
/* valid color */
/*underline for filled output field*/
.input-field input[type="text"].valid,
.input-field input[type="tel"].valid,
.input-field input[type="email"].valid,
.input-field input[type="number"].valid {
  border-bottom: 1px solid #26a5ec; /*blue*/
  box-shadow: none; /*grey*/
  background: rgba(229, 229, 229, 0.2);
}
/* invalid color */
.input-field input[type="text"].invalid,
.input-field input[type="tel"].invalid,
.input-field input[type="email"].invalid,
.input-field input[type="number"].invalid {
  border-bottom: 1px solid #bf0000;
  box-shadow: none;
}
/* icon prefix focus color */
.input-field .prefix.active {
  color: #a3a3a3;
}

.input-field input:focus ~ .helper-text {
  border-top: 2px solid transparent;
}

input ~ .helper-text {
  visibility: hidden;
  font-family: "neue-haas-unica";
  font-size: 14px !important;
  font-weight: 500;
  line-height: 16.8px;
  color: #bf0000 !important;
  background: #ffdcdc;
  padding: 7px 8px;
  border-top: 2px solid #bf0000;
  border-radius: 0px 0px 3px 3px;
}

input.invalid ~ .helper-text {
  visibility: visible;
}

/* Checkbox color */
[type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid #00fff9;
  border-bottom: 2px solid #00fff9;
}

#isClient {
  color: #fff;
}

.upload-txt {
  font-size: 1rem;
}

.file-name-txt {
  font-size: 1rem;
  color: #06338e;
}

.file-size-txt {
  font-size: 1rem;
  color: #848484;
  padding-left: 10px;
}

.upload-status-txt {
  font-size: 1rem;
  color: #848484;
}

#states {
  width: 60%;
}

#txt-states {
  font-family: "neue-haas-unica";
  font-size: 16px;
  color: #0f285b;
  border: none;
  border-radius: 3px 3px 0px 0px !important;
}

#txt-states option {
  font-family: "neue-haas-unica" !important;
  font-size: 16px !important;
  color: #0f285b !important;
}

/* set placeholder text to light grey for states dropdown */
#states select:required:invalid {
  color: #a3a3a3;
  border-bottom: 2px solid transparent !important;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: black;
}

#state-required {
  /* position: absolute; */
  font-family: "neue-haas-unica";
  font-size: 14px !important;
  font-weight: 500;
  line-height: 16.8px;
  color: #bf0000 !important;
  background: #ffdcdc;
  padding: 7px 8px;
  border-top: 1px solid #bf0000;
  border-radius: 0px 0px 3px 3px;
}
