  .searcher-funds-react23 .semibold {
    font-weight: 400;
  }

  .searcher-funds-react23 .tempGreen {
    font-size: 35px;
    top: 10px;
    color: #90b370;
    position: relative; 
    margin-left: 5px;
  }

  .searcher-funds-react23 .tempYellow {
    font-size: 35px;
    top: 10px;
    color: #f5a623;
    position: relative; 
    margin-left: 5px;
  }

  .searcher-funds-react23 .tempRed {
    font-size: 35px;
    top: 10px;
    color: #9c1918;
    position: relative; 
    margin-left: 5px;
  }

  .searcher-funds-react23 .riskLevel {
    font-size: 17px;
    top: 0;
    margin: 0;
  }
  
  /* .searcher-funds-react23 .redArrowDown ::after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    font-size: 13px;
    right: -10px;
    top: 7%;
    color: #ec0000;
    float: right;
    margin-top: 2%;
    margin-right: 10px;
  } */

  .searcher-funds-react23 .noMarginBottom {
    margin-bottom: 0px;
  }

  .searcher-funds-react23 .bold500 {
    font-weight: 500;
  }
  .searcher-funds-react23 .bold600 {
    font-weight: 600;
  }
  .searcher-funds-react23 .bold700 {
    font-weight: 700;
  }

  @media(min-width: 768px) {
    .searcher-funds-react23 .modalShadowBox {
      box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    }
  }

  @media only screen and (max-width: 768px) {
    .searcher-funds-react23 .search-content {
      background-image: url(../images/images-sam/img-search-min.png);
      background-repeat: no-repeat;
      width: 317px;
      height: 51px;
    }
    .searcher-funds-react23 .search-center-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
  }

  .searcher-funds-react23 .center-dropdown, .search-center-dropdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

  .searcher-funds-react23 .main-search {
    margin-bottom: 40px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
  }
  
  .searcher-funds-react23 .modalShadowBox {
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    padding-bottom: 0px !important;
  }

  .searcher-funds-react23 .contratarButton {
    background-color: #ec0000; 
    color: #fff;
    border-radius: 25px;
    max-height: 38px;
    font-size: 20px;
    width: 80px;
    font-weight: 500;
  }

  .searcher-funds-react23 .infoButton {
    background-color: #ec0000; 
    color: #fff;
    border-radius: 25px;
    max-height: 38px;
    font-size: 14px;
    width: 80px;
    font-weight: 500;
  }
  
  .searcher-funds-react23 .search-content {
    background-color: #f5f9fb;
    border-bottom: 1px solid rgb(21, 127, 133);
    padding: .5em;
    padding-right: 5px;
    height: 45px;
    margin: 0 auto;
  }
  
  @media only screen and (min-width: 992px) {
    .searcher-funds-react23 .search-content {
        width: 90%;
    }
  }

  @media only screen and (min-width: 1200px) {
    .searcher-funds-react23 .search-content {
          width: 80%;
      }
  }

  .searcher-funds-react23 .search-selects {
    background-color: #f5f9fb;
    height: 45px;
    padding: .5em;
  }
  
  .searcher-funds-react23 .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  :active, :focus {
      outline: none !important;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .searcher-funds-react23 .form-control {
      border: #ddd 2px solid;
      box-shadow: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
  }
  :active, :focus {
      outline: none !important;
  }

.searcher-funds-react23 .wrapper-search {
  border: none;
  margin-bottom: 0px;
}

.searcher-funds-react23 .container-search {
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.searcher-funds-react23 .spyglassSearch {
  width: 40px;
  text-align: center;
  color: red;
  line-height: 38px;
  height: 34px;
}

.searcher-funds-react23 .button-box {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid rgba(245,245,245, 1);
  margin: 10px;
  font-size: 14px;
  text-align: center; 
  vertical-align: middle;
  cursor: pointer;
}

.searcher-funds-react23 .blueText {
  color: #005670;
}

.searcher-funds-react23 .img-gestor {
  border-radius: 50%;
  max-width: 150px;
}

.searcher-funds-react23 .comparatorTableDivider {
  width: 100%; 
  background-color: #005670; 
  height: 35px;
  text-align: center; 
  color: white; 
  padding-top: 5px; 
  font-weight: 600;
}

.searcher-funds-react23 .circleRiesgo {
  margin-left: 5px;
  color: #f0f0f0;
}
.searcher-funds-react23 .circleRiesgoVerde {
  margin-left: 5px;
  color: #008035;
}
.searcher-funds-react23 .circleRiesgoNaranja {
  margin-left: 5px;
  color: #ffcc33;
}
.searcher-funds-react23 .circleRiesgoRojo {
  margin-left: 5px;
  color: #cc0000;
}

.searcher-funds-react23 .react-calendar {
  position: absolute;
  z-index: 99;
}

.searcher-funds-react23 .svgIconTable {
  margin-right: 10px; 
  top: 5px;
  position: relative;
  font-size: 25px;
  cursor: pointer;
}

.searcher-funds-react23 .searchBoxSelectOptions {
  width: 100%;
  outline: 0px;
  border-bottom: 1px solid #157f85;
}

.tablesearch-returns{
  color: #000;
  font-family: "Santander Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 15px;
}