/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../united-health-care/cartridges/app_custom_epichearing/cartridge/client/default/scss/2025/providerSearch.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /** ==================================================================== **/
  /** Create Custom CSS Variables from "sfra bootstrap override" variables **/
  /** ==================================================================== **/
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #0070d2;
  --color-green: #008827;
  --color-primary: #00a1e0;
  --color-red: #c00;
  --color-success: var(--color-green);
  --color-danger: var(--color-red);
  --color-light-blue: #7ed0ee;
  --color-grey1: #f9f9f9;
  --color-grey2: #eee;
  --color-grey3: #ccc;
  --color-grey4: #999;
  --color-grey5: #666;
  --color-grey6: #444;
  --color-grey7: #222;
  --color-grey8: #333;
  --color-grey-transparent-1: rgba(0, 0, 0, 65%);
  --color-grey-transparent-2: rgba(0, 0, 0, 25%);
  --color-light-gray: var(--color-grey1);
  --color-slightly-darker-gray: var(--color-grey4);
  --color-dark-gray: var(--color-grey6);
  --color-darker-gray: var(--color-grey7);
  --color-horizontal-rule-grey: var(--color-grey3);
  --color-product-number-grey: var(--color-grey3);
  --color-horizontal-border-grey: var(--color-grey4);
  --color-menu-link: var(--color-grey6);
  --color-close-menu-bg: var(--color-grey2);
  --color-link-color: var(--color-dark-gray);
  --color-hr-border-color: var(--color-grey3);
  /** ==================================================================== **/
  /** Define skin named variables here                                    **/
  /** ==================================================================== **/
  --skin-background-color-1: var(--color-gray1);
  --skin-border-color-1: var(--color-white);
  --skin-main-text-color-1: var(--color-gray7);
  --skin-main-text-color-2: var(--color-gray7);
  --skin-menu-color-1: #444;
  --skin-menu-color-1-invert: var(--color-white);
  --skin-menu-color-2: #222;
  --skin-link-color-1: #444;
  --skin-link-color-2: var(--color-blue);
  --skin-primary-color-1: var(--color-primary);
  --skin-primary-color-2: var(--color-primary);
  --skin-primary-color-invert-1: var(--color-white);
  --skin-selectbox-background-color-1: var(--color-white);
  --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
  --skin-banner-background-color-1: #444;
  --skin-banner-background-color-2: #222;
  --skin-banner-text-color-1: var(--color-white);
  --skin-heading-color-1: var(--color-primary);
  --skin-heading-color-1-invert: var(--color-white);
  --skin-price-1: var(--color-gray7);
  --skin-header-font: "Dosis";
  --skin-body-font: var(--font-family-sans-serif);
}

h2 {
  font-family: "UHCSansBold", sans-serif !important;
  font-size: 18px;
}

h3 {
  font-family: "UHCSansBold", sans-serif !important;
  font-size: 16px;
}

.custom-select {
  display: block;
}

.btn {
  font-family: "UHCSansMedium", sans-serif !important;
  padding: 5px 15px !important;
  font-size: 14px !important;
}
.btn.ps-sign-in-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.ps-sign-in-btn::before {
  content: "";
  margin-right: 5px;
  width: 24px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.17969C6.48 2.17969 2 6.65969 2 12.1797C2 17.6997 6.48 22.1797 12 22.1797C17.52 22.1797 22 17.6997 22 12.1797C22 6.65969 17.52 2.17969 12 2.17969ZM7.07 18.4597C7.5 17.5597 10.12 16.6797 12 16.6797C13.88 16.6797 16.51 17.5597 16.93 18.4597C15.57 19.5397 13.86 20.1797 12 20.1797C10.14 20.1797 8.43 19.5397 7.07 18.4597ZM18.36 17.0097C16.93 15.2697 13.46 14.6797 12 14.6797C10.54 14.6797 7.07 15.2697 5.64 17.0097C4.62 15.6697 4 13.9997 4 12.1797C4 7.76969 7.59 4.17969 12 4.17969C16.41 4.17969 20 7.76969 20 12.1797C20 13.9997 19.38 15.6697 18.36 17.0097ZM12 6.17969C10.06 6.17969 8.5 7.73969 8.5 9.67969C8.5 11.6197 10.06 13.1797 12 13.1797C13.94 13.1797 15.5 11.6197 15.5 9.67969C15.5 7.73969 13.94 6.17969 12 6.17969ZM12 11.1797C11.17 11.1797 10.5 10.5097 10.5 9.67969C10.5 8.84969 11.17 8.17969 12 8.17969C12.83 8.17969 13.5 8.84969 13.5 9.67969C13.5 10.5097 12.83 11.1797 12 11.1797Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-wrapper-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-wrapper {
  padding-bottom: 20px;
}

.ps-white-card-container {
  background-color: #fff;
  padding: 30px;
}

.ps-line-divider {
  border-top: 1px solid #5a5a5a;
}
@media (max-width: 768.98px) {
  .ps-line-divider {
    margin: 0;
    border-color: #dadbdc;
  }
}

:not(.ps-landing) .shadow-box {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shadow-box {
  padding: 25px 0;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
  position: relative;
}

.ps-search-form-wrapper .ps-search-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: 20px;
}
.ps-search-form-wrapper .ps-search-form-content .form-group {
  margin-bottom: 0;
}
.ps-search-form-wrapper .ps-search-form-content .zipcode-wrapper {
  margin-right: 15px;
  position: relative;
  white-space: nowrap;
}
.ps-search-form-wrapper .ps-search-form-content .zipcode-wrapper label {
  font-weight: 700;
  font-size: 14px;
}
.ps-search-form-wrapper .ps-search-form-content .zipcode-wrapper input {
  width: 100%;
  height: 35px;
  padding-left: 10px;
}
@media (max-width: 768.98px) {
  .ps-search-form-wrapper .ps-search-form-content .zipcode-wrapper input {
    border-radius: 30px;
    height: 34px;
    padding: 7px 10px 7px 18px;
  }
}
.ps-search-form-wrapper .ps-search-form-content .zipcode-wrapper .fa-search {
  width: 18px;
  height: 18px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M12.5 11H11.71L11.43 10.73C12.41 9.59 13 8.11 13 6.5C13 2.91 10.09 0 6.5 0C2.91 0 0 2.91 0 6.5C0 10.09 2.91 13 6.5 13C8.11 13 9.59 12.41 10.73 11.43L11 11.71V12.5L16 17.49L17.49 16L12.5 11ZM6.5 11C4.01 11 2 8.99 2 6.5C2 4.01 4.01 2 6.5 2C8.99 2 11 4.01 11 6.5C11 8.99 8.99 11 6.5 11Z' fill='%230675A5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 39px;
  right: 15px;
}
.ps-search-form-wrapper .ps-search-form-content .zipcode-wrapper .fa-search::before {
  visibility: hidden;
}
.ps-search-form-wrapper .ps-search-form-content .zipcode-wrapper .zipcode-custom-error {
  position: absolute;
  color: #c71300;
}
@media (max-width: 768.98px) {
  .ps-search-form-wrapper .ps-search-form-content .zipcode-wrapper .zipcode-custom-error {
    font-size: 12px;
  }
}
@media (max-width: 768.98px) {
  .ps-search-form-wrapper .ps-search-form-content .search-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ps-search-form-wrapper .ps-soundly-search-form-content {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
@media (max-width: 1279.98px) {
  .ps-search-form-wrapper .ps-soundly-search-form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 1279.98px) {
  .ps-search-form-wrapper .ps-soundly-search-form-content .form-group {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .scrollable-column {
    overflow-y: auto;
    height: 89vh;
  }
}

.disclaimer-section {
  padding: 30px 40px;
}

.ps-landing .light-grey-bg {
  background-color: #F9F8F6;
}
.ps-landing .light-blue-bg {
  background-color: #e5f8fb;
}
.ps-landing .main-content {
  padding: 30px 40px;
}
@media (max-width: 768.98px) {
  .ps-landing .main-content {
    padding: 0;
  }
}
.ps-landing .main-content-soundly {
  padding: 30px 60px;
}
@media (max-width: 768.98px) {
  .ps-landing .main-content-soundly {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .ps-landing .ps-landing-left.scrollable-column {
    overflow-y: auto;
    height: 89vh;
  }
}
@media (max-width: 768.98px) {
  .ps-landing .ps-landing-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .ps-landing .ps-landing-left-soundly.scrollable-column {
    overflow-y: auto;
    height: 89vh;
  }
}
@media (max-width: 768.98px) {
  .ps-landing .ps-landing-left-soundly {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0px 30px;
  }
}
.ps-landing .ps-landing-right-p {
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin-bottom: 0 !important;
}
.ps-landing .ps-landing-right {
  text-align: center;
}
@media (max-width: 768.98px) {
  .ps-landing .ps-landing-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768.98px) {
  .ps-landing .ps-landing-right .ps-landing-right-img {
    max-width: 100%;
  }
}
.ps-landing .ps-landing-right .ps-landing-right-img-soundly {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.ps-landing .ps-landing-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ps-landing .ps-landing-highlight .highlight-img {
  width: 40px;
  margin-right: 5px;
}
.ps-landing .ps-landing-highlight p {
  margin-top: 1rem;
}
.ps-landing .ps-center-img {
  text-align: center;
}
.ps-landing .ps-center-img img {
  max-width: 150px;
  padding: 35px 0;
}

.detail-list {
  list-style-type: none;
}
.detail-list li p {
  font-family: "UHCSansMedium", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
}

h2 {
  color: #0675a5;
}

.btn.ps-sign-in-btn:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.17969C6.48 2.17969 2 6.65969 2 12.1797C2 17.6997 6.48 22.1797 12 22.1797C17.52 22.1797 22 17.6997 22 12.1797C22 6.65969 17.52 2.17969 12 2.17969ZM7.07 18.4597C7.5 17.5597 10.12 16.6797 12 16.6797C13.88 16.6797 16.51 17.5597 16.93 18.4597C15.57 19.5397 13.86 20.1797 12 20.1797C10.14 20.1797 8.43 19.5397 7.07 18.4597ZM18.36 17.0097C16.93 15.2697 13.46 14.6797 12 14.6797C10.54 14.6797 7.07 15.2697 5.64 17.0097C4.62 15.6697 4 13.9997 4 12.1797C4 7.76969 7.59 4.17969 12 4.17969C16.41 4.17969 20 7.76969 20 12.1797C20 13.9997 19.38 15.6697 18.36 17.0097ZM12 6.17969C10.06 6.17969 8.5 7.73969 8.5 9.67969C8.5 11.6197 10.06 13.1797 12 13.1797C13.94 13.1797 15.5 11.6197 15.5 9.67969C15.5 7.73969 13.94 6.17969 12 6.17969ZM12 11.1797C11.17 11.1797 10.5 10.5097 10.5 9.67969C10.5 8.84969 11.17 8.17969 12 8.17969C12.83 8.17969 13.5 8.84969 13.5 9.67969C13.5 10.5097 12.83 11.1797 12 11.1797Z' fill='%230675A5'/%3E%3C/svg%3E%0A");
}

/*# sourceMappingURL=providerSearch.css.map*/