@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu {
  scrollbar-width: thin;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}

header {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #dfe0e1;
}

.filter-progress-bar {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.filter-progress-bar .filter-progress-col {
  background-color: #494FC9;
  height: 5px;
  flex: 0 0 0%;
  width: 0%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* step transiation step -1 */
.filter-progress-bar .filter-progress-col.step-1 {
  animation: progress-1 1s forwards;
  -webkit-animation: progress-1 1s forwards;
}
.filter-progress-bar .filter-progress-col.step-1.back-step {
  animation: processBack-1 1s forwards;
  -webkit-animation: processBack-1 1s forwards;
}
/* step transiation step -2 */
.filter-progress-bar .filter-progress-col.step-2 {
  animation: progress-2 1s forwards;
  -webkit-animation: progress-2 1s forwards;
}
.filter-progress-bar .filter-progress-col.step-2.back-step {
  animation: processBack-2 1s forwards;
  -webkit-animation: processBack-2 1s forwards;
}
/* step transiation step -3 */
.filter-progress-bar .filter-progress-col.step-3 {
  animation: progress-3 1s forwards;
  -webkit-animation: progress-3 1s forwards;
}
.filter-progress-bar .filter-progress-col.step-3.back-step {
  animation: processBack-3 1s forwards;
  -webkit-animation: processBack-3 1s forwards;
}
/* step transiation step -4 */
.filter-progress-bar .filter-progress-col.step-4 {
  animation: progress-4 1s forwards;
  -webkit-animation: progress-4 1s forwards;
}
.filter-progress-bar .filter-progress-col.step-4.back-step {
  animation: processBack-4 1s forwards;
  -webkit-animation: processBack-4 1s forwards;
}
/* step transiation step -5 */
.filter-progress-bar .filter-progress-col.step-5 {
  animation: progress-5 1s forwards;
  -webkit-animation: progress-5 1s forwards;
}
.filter-progress-bar .filter-progress-col.step-5.back-step {
  animation: processBack-5 1s forwards;
  -webkit-animation: processBack-5 1s forwards;
}
/* step transiation step -5 NOTE:- not in use as of now will use later */
/* .filter-progress-bar .filter-progress-col.step-6 {
  animation: progress-6 1s forwards;
  -webkit-animation: progress-6 1s forwards;
} */

  @keyframes progress-1 {
    0% {
      flex: 0 0 0%;
    }
    100% {
      flex: 0 0 33.66%;
    }
  }
  @keyframes progress-2 {
    0% {
      flex: 0 0 33.66%;
    }
    100% {
      flex: 0 0 66.32%;
    }
  }
  @keyframes progress-3 {
    0% {
      flex: 0 0 66.32%;
    }
    100% {
      flex: 0 0 100%;
    }
  }
  /* @keyframes progress-4 {
    0% {
      flex: 0 0 60.98%;
    }
    100% {
      flex: 0 0 80.64%;
    }
  }
  @keyframes progress-5 {
    0% {
      flex: 0 0 80.64%;
    }
    100% {
      flex: 0 0 100%;
    }
  } */
/* @keyframes processBack-5 {
  0% {
    flex: 0 0 100%;
  }
  100% {
    flex: 0 0 83.3%;
  }
}
@keyframes processBack-4 {
  0% {
    flex: 0 0 100%;
  }
  100% {
    flex: 0 0 80.64%;
  }
} */
@keyframes processBack-3 {
  0% {
    flex: 0 0 67%;
  }
  100% {
    flex: 0 0 100%;
  }
}
@keyframes processBack-2 {
  0% {
    flex: 0 0 67.98%;
  }
  100% {
    flex: 0 0 67.32%;
  }
}
@keyframes processBack-1 {
  0% {
    flex: 0 0 33.32%;
  }
  100% {
    flex: 0 0 33.66%;
  }
}
.filter-flow-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: calc(100vh - 380px);
  flex-direction: column;
}
.filter-flow-wrapper .container {
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
}
.filter-flow-wrapper .form-items {
  max-width: 500px;
  margin: 0 auto;
}
.filter-flow-wrapper .filter-flow-block {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.filter-flow-wrapper .filter-flow-block h1 {
  font-size: 24px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 30px;
}
.filter-flow-wrapper .filter-flow-block .search-carer-block {
  width: 100%;
}
.filter-flow-wrapper .filter-flow-block .search-carer-block .curam-banner-search {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 100%;
  position: relative;
}
.filter-flow-wrapper .filter-flow-block .search-carer-block .curam-banner-search .field__wrapper, .get-started-first-step .filter-flow-wrapper .search-carer-block .field__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 16px;
  gap: 16px;
  background: #fff;
  border: 1px solid #494FC9;
  border-radius: 12px;
  width: 100%;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.filter-flow-wrapper .filter-flow-block .search-carer-block .curam-banner-search .txt-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}
@media (max-width: 767px) {
  .filter-flow-wrapper .filter-flow-block .search-carer-block .curam-banner-search .txt-search-btn {
    display: none;
  }
}
.filter-flow-wrapper .filter-flow-block .dropdown-menu {
  display: none;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  width: 100%;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu {
  position: absolute;
  transform: translate3d(0px, 62px, 0px);
  top: -10px;
  left: 0px;
  will-change: transform;
  height: auto;
  overflow: auto;
  min-height: 48px;
  max-height: 250px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #f4f4f4;
  margin: 0;
  border-radius: 12px;
  z-index: 2;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu:hover, .filter-flow-wrapper .filter-flow-block ul.dropdown-menu:focus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  width: 100%;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu li.dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 10px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #616161;
  cursor: pointer;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 8px 16px;
  align-items: flex-start;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu li.dropdown-item[data-selected=true] {
  background-color: #ECEDF9;
  color: #2B2F8F;
  font-weight: 700;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu li.dropdown-item[data-selected=true] span {
  color: #2B2F8F !important;
  font-weight: 700;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu li.dropdown-item:hover {
  background-color: #F5F5FB;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu li.dropdown-item:hover span.highlight-text {
  color: #2B2F8F;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu li.dropdown-item span {
  padding: 0px !important;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu li.dropdown-item span.help-text {
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  letter-spacing: 0.014em;
}
.filter-flow-wrapper .filter-flow-block ul.dropdown-menu li.dropdown-item span.highlight-text {
  color: #212121;
}
.filter-flow-wrapper .filter-flow-block .filter-custom-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin-bottom: 25px;
}
.filter-flow-wrapper .filter-flow-block .filter-custom-radio ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.filter-flow-wrapper .filter-flow-block .filter-custom-radio ul li {
  width: 100%;
  margin-bottom: 10px;
}
.filter-flow-wrapper .filter-flow-block .filter-custom-radio input[type=radio] {
  display: none;
}
.filter-flow-wrapper .filter-flow-block .filter-custom-radio .control-label {
  font-size: 18px;
    white-space: nowrap;
    line-height: 1.2;
    color: #1E1E1E;
    margin: 0;
    width: auto;
    background-color: #ecedf9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 12px;
    border: 1px solid #494FC9;
    font-weight: 500;
    border-radius: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease;
}
.filter-flow-wrapper .filter-flow-block .filter-custom-radio .control-label.active  {
  background-color: #494FC9 !important;
  border: 1px solid #494FC9 !important;
  color: #fff !important;
}
.filter-flow-wrapper .filter-flow-block .filter-custom-radio .control-label:hover {
  background: #494FC9;
  color: #fff;
}
.filter-flow-wrapper .filter-flow-block .filter-custom-radio input[type=radio]:checked + label, .form-radio:checked + .control-label  {
    background-color: #2F349D !important;
    border: 1px solid #2F349D !important;
    color: #fff !important;
  }
.filter-flow-wrapper .filter-flow-block .filter-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
}
.filter-flow-wrapper .filter-flow-block .filter-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.filter-flow-wrapper .filter-flow-block .filter-checkbox input:checked + label {
  border: 1px solid #2F349D;
  background-color: #2F349D;
  color: #fff;
}
.filter-flow-wrapper .filter-flow-block .filter-checkbox input:checked + label:before {
  content: url(/modules/custom/curam_onboarding/assets/images/get-started-filters/minus.svg);
}
.filter-flow-wrapper .filter-flow-block .filter-checkbox label.active{
    border: 1px solid #2F349D;
    background-color: #2F349D;
    color: #fff;
}
.filter-flow-wrapper .filter-flow-block .filter-checkbox label.active:before {
    content: url(/modules/custom/curam_onboarding/assets/images/get-started-filters/minus.svg);
  }
.filter-flow-wrapper .filter-flow-block .filter-checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 12px;
  border: 1px solid #494FC9;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  height: 52px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  color: #494FC9;
  font-size: 20px;
  font-weight: 500;
}
.filter-flow-wrapper .filter-flow-block .filter-checkbox label:before {
  content: url(/modules/custom/curam_onboarding/assets/images/get-started-filters/plus-2.svg);
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.filter-flow-wrapper .filter-flow-block .form-group.mobile-email-block .form-control {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  height: 52px !important;
  font-size: 16px;
}
.filter-flow-wrapper .filter-flow-block .filter-btn-block {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.filter-flow-wrapper .filter-flow-block .filter-btn-block .btn {
  margin: 0 5px;
  min-width: 200px;
}
.filter-flow-wrapper .filter-flow-footer {
  width: 100%;
  padding-top: 35px;
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
}
.filter-flow-wrapper .filter-flow-footer ol.ft-link {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin: 0 0 10px 0;
}
.filter-flow-wrapper .filter-flow-footer ol.ft-link li {
  color: #35353F;
  text-decoration: none;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.filter-flow-wrapper .filter-flow-footer ol.ft-link li a {
  color: #35353F;
  text-decoration: none;
}
.filter-flow-wrapper .filter-flow-footer ol.ft-link li.saparator-line {
  color: #35353F;
  padding: 0 10px;
}
.filter-flow-wrapper .filter-flow-footer p.copyright-txt {
  color: #35353F;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.filter-flow-wrapper .filter-flow-footer .doctify-block {
  text-align: center;
  width: 100%;
  margin: 30px auto 20px;
}

a.btn.filled.back {
  background-color: #ffffff;
  color: #494fc9;
  border-color: #494fc9;
}
.get-started-flters-mobile-wrapper{
  margin-top: 30px;
}
.get-started-first-step .search-carer-block .form-group{
  margin: 0 !important;
}
.d-none{
  display: none !important;
}
.home-banner-postcode-error{
  color: #E90510;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 560;
  font-size: 13px;
  line-height: 140%;
  position: absolute;
  padding: 10px;
  display: none;
}

/*------------ Resolve issues css ----------------*/

.field__wrapper input[type=text]{
    border: 0 !important;
}
.filter-flow-wrapper .filter-flow-block .filter-checkbox .form-group{
    width: 100%;
}
.search-postcode-error{
  border: 1px solid red !important;
}
.search_filter_mobile_home .get-started-flters-mobile-wrapper{
  margin-top: 0;
}
.search_filter_mobile_home .doctify-block-home {
  margin: 0 auto;
  width: fit-content;
  max-width: 150px;
}
.filter-flow-wrapper.footer-filter{
  min-height: auto;
}

/**********************  Loading carer loder css END **********************************/
.looking-carer-list__content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
}
.looking-carer-list__content .content-title {
  font-size: 40px;
  text-align: center;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) and (max-width: 1025px) and (orientation: portrait) {
  .looking-carer-list__content .content-title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .looking-carer-list__content .content-title {
    font-size: 32px;
  }
}
.looking-carer-list__content .content-title .carer-found__title {
  display: none;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
}
.looking-carer-list__content.load-complete .content-area__loader-wrapper .loader {
  display: none;
}
.looking-carer-list__content.load-complete .content-area__loader-wrapper svg.carer-found__icon {
  display: block;
}
.looking-carer-list__content .content-area__loader-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.looking-carer-list__content .content-area__loader-group .content-area__loader-wrapper .loader__wrapper {
  display: flex !important;
  overflow: hidden;
  height: auto;
}
.looking-carer-list__content .content-area__loader-group .content-area__loader-wrapper .loader__wrapper .loader {
  width: 20px;
  height: 20px;
}
.looking-carer-list__content .content-area__loader-group .content-area__loader-wrapper .loader__wrapper .loader:after {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.looking-carer-list__content .content-area__loader-group .loader-text {
  font-weight: 520;
  font-size: 24px;
  line-height: 1.4;
  color: #676779;
  letter-spacing: 0.014em;
}
@media (min-width: 600px) and (max-width: 1025px) and (orientation: portrait) {
  .looking-carer-list__content .content-area__loader-group .loader-text {
    font-size: 14px;
  }
}
.looking-carer-list__content .content-area__loader-group .looking-carer__title {
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
}
.looking-carer-list__content .content-area__loader-group .carer-found__title {
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
}
.looking-carer-list__content .carer-found__icon {
  display: none;
}
.looking-carer-list__content .carer-found__icon.d-block {
  display: block !important;
}

.looking-carer-list__content .title-color {
    color: #2B2F8F;
}
.looking-carer-list__content .font-style__regular{
    font-weight: 520;
    transition: all;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-duration: 100ms;
}
.looking-carer-list__content .font-style__bold {
    font-weight: 690;
    transition: all;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-duration: 100ms;
}
.looking-carer-list__content .loader__wrapper .loader:after {
    content: "";
    background: #ffffff;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    position: absolute;
    border-radius: 50px;
}
.looking-carer-list__content .loader__wrapper .loader {
    width: 20px;
    height: 20px;
    animation: rotation 2s infinite linear;
    border-radius: 50%;
    background-image: conic-gradient(from 180deg at 50% 50%, #494FC9 0deg, rgba(73, 79, 201, 0) 274.87deg, #494FC9 360deg);
    border: none;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-flow-block .mobile-filter-optional-text{
  margin-bottom: 30px;
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: grey;
}
/**********************  Loading carer loder css END **********************************/
.search-filters-home-mobile #edit-submit span {
  display: none;
}


/* image loader CSS START   */
   /* Full Page Loader */
   .loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 80px);
    background-color: #f8f9fa;
    text-align: center;
}

.loader-container .loader-title {
    font-size: 32px;
    font-weight: bold;
    color: #2b2f8f;
}

/* Sliding Images */
.loader-container .sliding-images {
    display: flex;
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.loader-container .sliding-images img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    padding: 5px;
    background: white;
    animation: imgslideIn 1s ease-out forwards;
}

.loader-container .sliding-images img:nth-child(1) {
    animation-delay: 1s; /* Appears after 1 second */
}
.loader-container .sliding-images img:nth-child(2) {
    animation-delay: 2.5s; /* Appears after 1 second */
}
.loader-container .sliding-images img:nth-child(3) {
    animation-delay: 3.5s; /* Appears after 1 second */
}
.loader-container .sliding-images img:nth-child(4) {
    animation-delay: 4.5s; /* Appears after 1 second */
}
.loader-container .sliding-images img:nth-child(5) {
    animation-delay: 5.5s; /* Appears after 1 second */
}
@keyframes imgslideIn {
    from { opacity: 0; transform: translateY(-20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50px); }
}
.fact-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fact-section .info-card img {
  width: 20px;
}
.fact-section .info-card {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 10px;
}

.shimmer-carer-image {
  width: 100px;
  height: 100px;
  background: #eee;
  border-radius: 20px; /* optional, for a rounded look */
  background-image: linear-gradient(
    90deg,
    #eee 0px,
    #f5f5f5 40px,
    #eee 80px
  );
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: shimmer-image 1.5s infinite linear;
}

@keyframes shimmer-image {
  0% {
    background-position: -100px 0;
  }
  100% {
    background-position: 100px 0;
  }
}



@media (max-width: 600px) {
  .looking-carer-list__content .content-area__loader-group .loader-text {
    font-size: 14px;
  }
  .loader-container .sliding-images img,.shimmer-carer-image {
    width: 70px;
    height: 70px;
  }
  .filter-progress-bar{
    margin-bottom:10px;
  }
  #search-filters-home-mobile h2{
    font-size: 22px;
  }
  .filter-flow-wrapper .filter-flow-block .filter-btn-block {
    flex-direction: column;
    gap: 10px;
  }
  .filter-flow-wrapper .filter-flow-block .filter-btn-block .btn{
    min-width: 100%;
  }
}