.mutual-title {
  color: rgb(0, 69, 135);
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  margin: 30px auto 0px;
  font-size: 20px;
  line-height: 23px;
}
@media (min-width: 1200px) {
  .mutual-title {
    font-size: 32px;
    line-height: 37px;
    margin-top: 40px;
  }
}.mutual-portfolio-fund {
  width: 100%;
  min-width: 320px;
  background: rgb(255, 255, 255);
}
.mutual-portfolio-fund .container-fluit ::-webkit-scrollbar {
  width: 0 !important;
}
.mutual-portfolio-fund .container-fluit {
  overflow: -moz-scrollbars-none;
}
.mutual-portfolio-fund .container-fluit {
  -ms-overflow-style: none;
}
@media (min-width: 1200px) {
  .mutual-portfolio-fund {
    max-width: 1140px;
    box-sizing: content-box;
  }
}
.mutual-portfolio-fund-list {
  display: flex;
  overflow: auto;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .mutual-portfolio-fund-list {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.mutual-portfolio-fund-item-placeholder {
  box-sizing: border-box;
}
.mutual-portfolio-fund-item-holder {
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.mutual-portfolio-fund-item-holder:first-of-type {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .mutual-portfolio-fund-item-holder {
    margin: 20px 0 0 0;
    padding: 10px;
  }
  .mutual-portfolio-fund-item-holder:first-of-type {
    padding-left: 10px;
  }
}
.mutual-portfolio-fund-item-container {
  width: 264px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease 0s;
  border: 1px solid rgb(217, 224, 236);
}
.mutual-portfolio-fund-item-body {
  padding: 0px 20px;
  zoom: unset;
}
.mutual-portfolio-fund-item-body-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
}
.mutual-portfolio-fund-item-body-header-short {
  border-radius: 50%;
  border: 2px solid rgb(74, 160, 235);
  margin-right: 10px;
}
.mutual-portfolio-fund-item-body-header-short div {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 69, 135);
  font-size: 12px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mutual-portfolio-fund-item-body-header-long {
  color: rgb(0, 69, 135);
  font-size: 14px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.mutual-portfolio-fund-item-body-divider {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.mutual-portfolio-fund-item-body-compare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0px;
}
.mutual-portfolio-fund-item-body-compare-text {
  color: rgb(74, 74, 74);
  font-size: 12px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  line-height: 13.79px;
}
.mutual-portfolio-fund-item-body-compare-ratio {
  color: rgb(0, 69, 135);
  font-size: 14px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  line-height: 13.79px;
}
.mutual-portfolio-fund-item-body-risk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0px;
}
.mutual-portfolio-fund-item-body-risk-text {
  color: rgb(74, 74, 74);
  font-size: 12px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  line-height: 13.79px;
}
.mutual-portfolio-fund-item-body-risk-value {
  width: 100px;
  color: rgb(0, 69, 135);
  font-size: 14px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  line-height: 13.79px;
}
.mutual-portfolio-fund-item-body-risk-value-slider {
  display: flex;
  align-items: center;
  line-height: 19px;
  color: rgb(0, 69, 135);
  width: 100%;
}
.mutual-portfolio-fund-item-body-risk-value-slider div {
  border-radius: 10px;
  height: 12px;
  background: linear-gradient(90deg, rgb(146, 151, 50) 30%, rgb(221, 235, 160) 100%);
  margin-right: 10px;
  width: 64px;
  flex-shrink: 0;
}
.mutual-portfolio-fund-item-body-risk-value-slider .color1 {
  background: linear-gradient(to right, #3B7119, #448020, #539A28, #5CA62F, #6DAE4A, #81B965, #8DC371);
}
.mutual-portfolio-fund-item-body-risk-value-slider .color2 {
  background: linear-gradient(to right, #578022, #6A942B, #7EA735, #8DB73C, #9EC159, #AFCC77, #C6DA9E);
}
.mutual-portfolio-fund-item-body-risk-value-slider .color3 {
  background: linear-gradient(to right, #929732, #A2AE39, #B3C441, #BFD647, #C7DC61, #D1E27B, #DDEBA0);
}
.mutual-portfolio-fund-item-body-risk-value-slider .color4 {
  background: linear-gradient(to right, #FEAD55, #FFC35B, #FFDA61, #FFE25D, #FFED89, #FFF3A9, #FFF8C7);
}
.mutual-portfolio-fund-item-body-risk-value-slider .color5 {
  background: linear-gradient(to right, #EE802E, #F5A73A, #F9BE41, #FCD548, #FCE44A, #FFEE7E, #FFF8C7);
}
.mutual-portfolio-fund-item-body-risk-value-slider .color6 {
  background: linear-gradient(to right, #BB4620, #D55226, #E35829, #F15F2E, #FD6532, #FC7B4F, #FC926F);
}
.mutual-portfolio-fund-item-body-risk-value-slider .color7 {
  background: linear-gradient(to right, #A3221E, #B32B28, #C0312F, #D13A35, #E04336, #DD524E, #D57070);
}
.mutual-portfolio-fund-item-body-risk-value-slider .risk {
  display: flex;
  align-items: center;
  line-height: 19px;
  color: rgb(0, 69, 135);
  width: 100%;
}
.mutual-portfolio-fund-item-body-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0px;
}
.mutual-portfolio-fund-item-body-context div {
  color: rgb(74, 74, 74);
  font-size: 12px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.1px;
}
.mutual-portfolio-fund-item-body-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
}
.mutual-portfolio-fund-item-body-footer a {
  color: rgb(0, 69, 135);
}
.mutual-portfolio-fund-item-body-footer a button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  outline: 0px;
  color: rgb(0, 69, 135) !important;
  background: rgb(255, 255, 255) !important;
  padding: unset !important;
  border: none !important;
  height: unset !important;
  min-height: 24px !important;
  margin: unset !important;
  font-weight: 700;
}
.mutual-portfolio-fund .mobile-funds {
  margin-top: 20px;
}.mutual-strategy {
  margin-top: 24px;
  padding-left: 25px;
  position: relative;
}
@media (min-width: 1200px) {
  .mutual-strategy {
    margin-top: 40px;
    padding-left: 0px;
  }
}
.mutual-strategy .tab-navigation .tab-prev {
  position: absolute;
  top: 19%;
  left: 1%;
  transform: unset;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .mutual-strategy .tab-navigation .tab-prev {
    top: 20%;
    left: -3%;
    transform: rotate(180deg);
  }
}
.mutual-strategy .tab-navigation .tab-next {
  position: absolute;
  right: 0%;
  top: 19%;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .mutual-strategy .tab-navigation .tab-next {
    right: -2%;
    top: 25%;
  }
}
.mutual-strategy-list {
  background: none;
  border: none;
  border-radius: 8px;
  white-space: nowrap;
  overflow: auto;
  display: flex;
  padding-left: 25px;
  padding-right: 0px !important;
  min-width: 290px;
}
@media (min-width: 1200px) {
  .mutual-strategy-list {
    background: rgb(244, 247, 251);
    border: 1px solid rgb(217, 224, 236);
    padding-left: 0px;
    padding-right: 0px !important;
  }
}
.mutual-strategy-list::-webkit-scrollbar {
  display: none;
}
.mutual-strategy-list-item {
  height: 44px !important;
  white-space: nowrap !important;
  padding: 0px 14px !important;
  line-height: 21px !important;
  font-size: 12px !important;
  color: rgb(74, 74, 74) !important;
  background-color: rgb(255, 255, 255) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid rgb(217, 224, 236) !important;
  border-radius: 8px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .mutual-strategy-list-item {
    min-height: 60px !important;
    max-width: 160px !important;
    white-space: normal !important;
    margin: 16px 0px 16px 16px !important;
    line-height: 18px !important;
  }
}
.mutual-strategy-list-item-link {
  font-size: 12px;
  font-family: Ubuntu;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: rgb(74, 74, 74);
  color: rgb(60, 134, 200) !important;
}
.mutual-strategy-list-item-link.active {
  background-color: rgb(74, 160, 235);
  color: rgb(255, 255, 255);
}
.mutual-strategy-list-item:hover {
  background-color: rgb(74, 160, 235) !important;
  border-color: rgb(74, 160, 235) !important;
}
.mutual-strategy-list-item:hover .mutual-strategy-list-item-link {
  color: rgb(255, 255, 255) !important;
}
.mutual-strategy-list .active {
  background-color: rgb(74, 160, 235) !important;
  border-color: rgb(74, 160, 235) !important;
}
.mutual-strategy-list .active .mutual-strategy-list-item-link {
  color: rgb(255, 255, 255) !important;
}