.page-container {
}

.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: #fff;

  text-align: justify;
}

.footer #para-footer2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.footer h4 {
  color: #fff;
}

.footer #last-nav-link {
  margin-top: 25px;
}

.text-align-center {
  text-align: center;
}

/* Common Styles */

#rxcompass-logo {
  width: auto;
  height: 50px;
  margin: 10px 0px 30px 0;
}

.description-text {
  font-size: 0.8rem;
}

.description-text-left {
  font-size: 0.8rem;
  text-align: left;
}

.disclaimer {
  font-size: 0.512rem !important;
  text-align: left;
}

.final-price {
  font-weight: bold !important;
}

.exact-pricing-message {
  margin-left: 20%;
}

.title-text {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  color: #0082cb;
  font-weight: bold;
  text-transform: capitalize;
}

.title-text2 {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  color: #0082cb;
  font-weight: bold;
}

.title-text3 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  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;
}

.drug-details {
  text-align: center;
  margin-top: 2%;
  font-family: "Nunito";
}

#supportText {
  font-size: 25px;
  color: #0082cb;
  margin-top: 100px;
  margin-bottom: 15px;
  text-align: center;
}

#supportSub {
  font-size: 16px;
  margin-bottom: 150px;
  text-align: center;
}

.link-text {
  color: #0082cb;
  cursor: pointer;
}

.link-text:hover {
  font-weight: bold;
  text-decoration: underline;
}

.fs-35 {
  font-size: 35px;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.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-family: Segoe UI;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 15%;
}

.vcopay-card-container .copay-title {
  font-family: Segoe UI;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.vcopay-card-container .copay-sub-title {
  font-family: Segoe UI;
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.vcopay-card-container .copay-total-label {
  font-family: Segoe UI;
  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%;
  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;
}

.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: 150px 0;
  width: 100%;
}

.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;
  background-image: url("./../img/image 9.svg");
  background-repeat: no-repeat;
  /*background-position: center top;*/
  background-position: center 50px;
  -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-family: Segoe UI;
  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 */

/* Start : Mobile View */
@media only screen and (max-width: 600px) {
  .title-text {
    font-size: 28px;
  }

  .exact-pricing-message {
    text-align: left;
    margin-left: 5%;
  }

  #supportText {
    margin-top: 60px;
  }

  .vcopay-card-container {
    padding: 20px 20px;
  }

  .ss-text-control {
    width: 80%;
  }

  .drug-details {
    margin-left: 20%;
  }

  .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;
  }

  .ss_notification_container .ss_notification .body_text {
    font-weight: 350;
    font-size: 10px;
    line-height: 12px;
    color: #434343;
    padding-left: 20px;
  }

  #formulary-disclaimer {
    display: inline-block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .declaimer-font {
    font-size: 8px;
  }

  .link-text {
    font-size: 9px;
  }

  .formulary-info-text {
    font-size: 9px;
    font-weight: 500;
  }

  #def-of-medication-container .ss_card {
    min-width: 180px;
  }

  .page-container {
    overflow: hidden;
    min-height: 750px;
    height: auto;
    -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;
    margin-top: 10px;
  }

  .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 */

.input-container-centered {
  width: 70%;
  text-align: center;
}

.input-container-centered-div {
  margin: auto;
}

/* Start : SS Rounded Textbox with search button */
.ss-rounded-textbox .form-control {
  border: 0px solid #8a8a8a;
  border-bottom-width: 1px;
  background-color: white;
  border-radius: 0rem;
  margin: 5px 10px;
}

.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 10px;
}

.ss-rounded-textbox .input-group-append {
  z-index: 9;
}

.button-ui {
  background-color: #0083cb;
  color: white;
  border: none;
  padding: 10px 30px;
  font-size: 12px;
}

.button-ui-search {
  background-color: #0083cb;
  color: white;
  border: none;
  padding: 0px 0px;
  font-size: 15px;
}

.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;
}

.form-control {
  font-size: 0.64rem !important;
}

#txt-firstname,
#txt-lastname,
#txt-email,
#txt-account-group,
#txt-quantity,
#txt-daysSupply {
  /*, #txt-strength {*/
  font-size: 0.8rem !important;
}

.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;
}

.back-button {
  background: transparent;
  border: none;
  color: #0082cb;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.back-button i {
  color: #0082cb;
  font-size: 30px;
  font-weight: 400;
}

/*Manufacturer Banner Styles*/

.manufacturer_container {
  margin: 20px auto 50px auto;
  width: 60%;
}

.manufacturer_container .manufacturer_notification {
  display: flex;
  padding: 0.8rem;
  background: #ffffff;
  border: 1px solid rgba(239, 239, 239, 1);
  /* CardShadow */
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}

.manufacturer_container .manufacturer_notification .manufacturer_info_icon {
  color: #ff0000;
  margin-right: 15px;
}

.manufacturer_container .manufacturer_notification .manufacturer_title {
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 24px;
  color: #ff0000;
}
