.title-container {
  background-color: #f8f8f8;
  /* padding-top: 100px; */
  padding-bottom: 40px;
  margin-bottom: 48px;
}

.title-container .page-title {
  margin-top: 0;
  font-family: Inter;
  font-size: 54px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 16px;
}

.title-container .page-subtitle {
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  max-width: 690px;
}



.select2-container--default .select2-results > .select2-results__options {
  max-height: 217px !important;
}

.section-filter-products {
  min-height: 120px;
}

.section-filter-products .container {
  display: none;
}

.section-filter-products .all-resources-wrapper {
  display: flex;
  column-gap: 24px;
  flex-wrap: wrap;
}

.single-filter {
  height: 50px;
}

.select2-container {
  min-width: 282px;
}

.select2-container--default .select2-selection--multiple {
  border: solid 1px #c9c9c9 !important;
  max-height: 50px !important;
}

@media (max-width: 768px) {
  .select2-container--default .select2-selection--multiple {
    border: solid 1px #ebebeb !important;
  }
}

.select2-selection {
  padding-top: 13px;
  padding-bottom: 13px !important;
  padding-left: 15px;
  cursor: pointer !important;
}

.select2-selection__rendered {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  height: 50px;
  line-height: 24px;
}

.select2-selection__rendered:after {
  position: absolute;
  color: rgb(0, 181, 211);
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  pointer-events: none;
  content: " " !important;
  background-image: url(../../../../assets/icons/miniarrow.png);
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .select2-selection__rendered {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    line-height: 24px;
  }

  .select2-selection__rendered:after {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    background-image: url(../../../../assets/icons/miniarrow.png);
    height: 20px;
    width: 20px;
    background-size: 24px;
    margin-top: 4px;
  }
}

.select2-results__options[aria-multiselectable="true"] li {
  padding-left: 35px;
  position: relative;
}

.select2-results__options li:before {
  position: absolute;
  left: 8px;
  top: 6px;
  font-family: "Font Awesome 5 Free";
  background-image: url(../icons/square-regular.svg);
  background-repeat: no-repeat;
  min-width: 20px;
  min-height: 20px;
  content: "";
  margin-top: 2px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #fff !important;
  color: #002b46;
}

.select2-container li[aria-selected="true"] {
   background-color: #fff !important;
}

.select2-container li.select2-results__option--selected:before {
  position: absolute;
  left: 8px;
  top: 6px;
  font-family: "Font Awesome 5 Free";
  background-image: url(../icons/check-solid.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  min-width: 18px;
  min-height: 18px;
  content: "";
  margin-top: 2px;
  background-color: #00b5d3;
  border-radius: 3px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  height: 24px;
  display: flex;
  align-items: center;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 8px;
  border-top: 1px solid #aaa !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  overflow: hidden;
}

.select2-results *::-webkit-scrollbar,
.modal *::-webkit-scrollbar {
  all: initial !important;
  width: 8px !important;
  background: #ebebeb !important;
}

.select2-results *::-webkit-scrollbar-thumb,
.modal *::-webkit-scrollbar-thumb {
  all: initial !important;
  background: #c9c9c9 !important;
  /* border-radius: 5px !important; */
}

.filter-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.alert-no-results {
  display: none;
}
.trials-count {
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 16px;
  margin-top: 28px;
}
.all-trials {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
  min-height: 500px;
}

.all-trials .trial {
  height: 450px;
  border-radius: 5px;
  margin-bottom: 24px;
  width: 384px;
}

.top-img-container {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.all-trials .trial:hover {
  cursor: pointer;
}
.all-trials .trial .top-img {
  width: 100%;
  min-height: 100px;
  border-radius: 5px 5px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.all-trials .trial .trial-details {
  display: flex;
  /* align-items: start; */
  flex-direction: column;
  max-height: 100%;
  min-height: 100%;
  border-radius: 0 0 5px 5px;
  background-color: #00b5d3;
  padding: 30px 100px;
  padding-right: 70px;
  justify-content: flex-start;
}

.all-trials .trial .trial-name-wrapper {
  margin-bottom: 29px;
  min-height: 100px;
}

.all-trials .trial .product-detailes-wrapper {
  margin-bottom: 30px;
}



.all-trials .trial .trial-name {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.all-trials .trial .title-span {
  opacity: 0.6;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.all-trials .trial .product-name {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.all-trials .trial .product-span {
  opacity: 0.6;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.all-trials .trial .count-wrapper {
  padding-top: 16px;
}

@media (max-width: 420px) {
  .all-trials .trial .count-wrapper {
    transform: translateX(10px);
  }
}

.all-trials .trial .count {
  display: flex;
  align-items: start;
  font-family: DemoNumber;
  font-size: 100px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.33;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 3px;
}

.all-trials .trial .count:before {
  content: "";
  width: 41px;
  height: 41px;
  background: url(../icons/arrow-up2-blue.svg) no-repeat;
  background-size: cover;
  display: flex;
  opacity: 0.6;
  align-self: flex-end;
  margin-left: -18px;
  /* margin-top: 10px; */
  transform: translate(-2px, 14px);
}

@media (max-width: 420px) {
  .all-trials .trial .count:before {
    content: "";
    width: 31px;
    height: 30px;
    background: url(../icons/arrow-up2-blue.svg) no-repeat;
    background-size: cover;
    display: flex;
    opacity: 0.6;
    align-self: flex-end;
    margin-left: -18px;
    /* margin-top: 10px; */
    transform: translate(-2px, 14px);
  }
}

.all-trials .trial .count-wrapper .percent {
  content: "%";
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-top: -20px;
  font-family: InterPercent;
}

@media (max-width: 420px) {
  .all-trials .trial .count-wrapper .percent {
    content: "%";
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-top: -14px;
    font-family: InterPercent;
  }
}

.all-trials .trial .count-wrapper .text-box {
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-top: 10px;
  padding-left: 28px;
  transform: translate(-5px, 11px);
}

@media (max-width: 768px) {
  .select2-container {
    min-width: 384px;
  }
}

@media (max-width: 420px) {
  .title-container {
    /* padding-top: 32px; */
    margin-bottom: 24px;
  }
  .title-container .page-title {
    font-family: Inter;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 8px;
  }

  .title-container .page-subtitle {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    max-width: 335px;
  }

  .trials-count {
    font-family: Inter;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-top: 20px;
  }

  .all-trials .trial {
    width: 100%;
    height: 380px;
  }

  .all-trials .trial .trial-name {
    font-family: Inter;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .all-trials .trial .product-name {
    font-family: Inter;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
  }

  .all-trials .trial .count {
    font-family: DemoNumber;
    font-size: 80px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.41;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }
  .all-trials .trial .count:before {
    margin-left: -40px;
  }
  .all-trials .trial .count-wrapper .text-box {
    padding-left: 0;
    transform: translate(-9px, 11px);
  }

  .single-filter {
    width: 100%;
  }
  .select2-container {
    min-width: 100%;
    max-height: 50px;
  }
}

.filter-country {
  min-height: 56px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .all-trials .trial {
    min-width: 350px;
    max-width: 350px;
  }

  .all-trials .trial .trial-details {
    padding: 29px 30px 30px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .all-trials .trial {
    min-width: 295px;
    max-width: 295px;
  }

  .all-trials .trial .trial-details {
    padding: 29px 24px 30px 40px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .all-trials .trial {
    min-width: 330px;
    max-width: 330px;
  }

  .all-trials .trial .trial-details {
    padding: 29px 30px 30px 45px;
  }
}

@media (max-width: 768px) {
  .all-trials {
    justify-content: center;
    min-height: unset;
    row-gap: 20px;
  }
}

.all-trials-bottom span {
  font-size: 18px;
  opacity: 0.5;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.06;
  color: #002c45;
}

.all-trials-bottom span b {
  font-size: 18px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.06;
  color: #002c45;
}

.load-more-btn {
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  border-radius: 5px;
  cursor: pointer;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
}



.load-more-button-container {
  margin-bottom: 20px;
  padding-top: 54px;
}

.load-more-btn-wrapper {
  margin-bottom: 25px;
}
.all-trials-bottom {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .load-more-btn-wrapper {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .all-trials-bottom {
    margin-bottom: 0;
  }

  .load-more-button-container {
    margin-bottom: 24px;
    padding-top: 0;
  }
}

@media (max-width: 460px) {
  .load-more-btn-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .load-more-btn {
    width: 100%;
  }
}

.breadcrumb-container {
  transform: translateX(-3px);
}

@media (max-width: 768px) {
  .all-trials .trial .trial-name-wrapper {
    margin-bottom: unset;
  }
  .height-in-mobile-without-precent{
    min-height: 158px !important;
  }
  .all-trials .trial .product-detailes-wrapper {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .title-container {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .title-container .page-title {
    font-family: Inter;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 8px;
  }

  .title-container .page-subtitle {
    max-width: 355px;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }
}

 .trial-hover-zoom:hover .top-img {
  transition: 0.25s all!important;
  transform: scale(1.1)!important;
  cursor: pointer !important;

}

@media (min-width: 768px) {
  .load-more-btn:hover {
    background: #13536f;
    border: 1px solid #fff;
    color: #fff;
  }
}

@media (max-width: 768px) {
  .all-trials-bottom span {
    font-size: 16px;
  }

  .load-more-btn:hover {
    background: #fff;
    border: 1px solid #00b5d3;
    color: #00b5d3;
  }
}
.select2-search__field{
  font-size: 16px;
  color: #002b46;
}

.select2-search select2-search--dropdown{
  margin-bottom: 5px;
}

.select2-search__field:focus-visible{
 outline: none;
}

.select2-dropdown .select2-search--dropdown{
  padding: 10px;
  margin-bottom: 0;
}

.select2-search--dropdown .select2-search__field{
  border: solid 1px #909090;
}


.select2-container--default .select2-search--dropdown .select2-search__field{
  padding: 7px;
}

.select2-dropdown .select2-search--dropdown:after{
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.49' height='17.49' viewBox='0 0 17.49 17.49'%3E%3Cpath data-name='Path 718' d='M15.5 14h-.79l-.28-.27a6.51 6.51 0 1 0-.7.7l.27.28v.79l5 4.99L20.49 19zm-6 0A4.5 4.5 0 1 1 14 9.5 4.494 4.494 0 0 1 9.5 14z' transform='translate(-3 -3)' style='fill:%23132b44'%3E%3C/path%3E%3C/svg%3E");  background-repeat: no-repeat;
  top: 19px;
  right: 17px;
  width: 17.5px;
  height: 17.5px;
}

.select2-results__option[aria-live="assertive"]{
  padding-left: 15px !important;
}

.select2-results__option[aria-live="assertive"]:before{
  display: none;
}

li.select2-results__option[aria-selected].loading-trials{
  pointer-events: none;
}
.select2-results__options:hover {
  cursor: progress;
}