.pagebanner {
    background: linear-gradient(180deg, #000000 -4.34%, #005CBD 110.69%);
}
.coloredbg {
    background-color: #EEF0FF;
}
.max-w-full{
    max-width:100%;
}
.orange{
    color:#f58634;
}
h2.subheading {
    font-size: 30px;
    font-weight: 400;
    font-family: "Roboto Flex";
}
h2.subheading span {
    color: #0f7bea;
    font-weight: 500;
}
h3.blockheading{
    font-size: 24px;
    font-weight: 500;
    font-family: "Roboto Flex";
}
.fw-semibold{
    font-weight: 600;
}
.gradient-border {
    padding: 12px 10px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    position: relative;
    display: inline-block;
    text-decoration: none;
    background-size: 200% auto;
    background-position: left center;
    transition: background-position 0.6s ease, color 0.3s ease;
    font-size: 16px;
}

.gradient-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    padding: 1px;
    background: linear-gradient(182.49deg, #FF9818 -198.73%, #FCB603 5.35%, #B700F8 212.68%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.gradient-border:hover {
    background: linear-gradient(182.49deg, #FF9818 -198.73%, #FCB603 5.35%, #B700F8 212.68%);
    background-position: right center; /* slide in from left → right */
    color: #fff;
}
.gradient-button{
    padding: 12px 10px;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(182.49deg, #FF9818 -198.73%, #FCB603 5.35%, #B700F8 212.68%);
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: 600;
    background-image: 
        linear-gradient(182.49deg, #FF9818 -198.73%, #FCB603 5.35%, #B700F8 212.68%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-size: 16px;
}
.gradient-button:hover{
    color:#fff;
}
.actiondiv:has(.viewfunds:hover) .buyfund {
    background: transparent;
    color: #fff;
    position:relative;
}
.actiondiv:has(.viewfunds:hover) .buyfund:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    padding: 1px;
    background: linear-gradient(182.49deg, #FF9818 -198.73%, #FCB603 5.35%, #B700F8 212.68%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.report-timeline{
  max-width:580px;
}

div#fundoverview-tabs button {
    color: #191919;
    padding:20px 0px;
    position:relative;
}
div#fundoverview-tabs button.active h3{
    color:#0F7BEA;
}
div#fundoverview-tabs button.active::after{
    content:'';
    background-color: #f58634;
    height:1px;
    position:absolute;
    bottom:-1px;
    width:60%;
    left:0px;
}





/* Listing Page CSS Starts */
.card-body h2{
    font-size: 22px;
}
.cardline{
    height:30px;
}
.carddivs > div:nth-child(odd) .cardline {
    background: linear-gradient(42.73deg, #FC4407 32.37%, #F1812D 64.29%);

}
.carddivs > div:nth-child(even) .cardline {
    background: linear-gradient(42.73deg, #2352C7 32.37%, #6783C9 64.29%);
}
.carddivs > div:nth-child(odd) .iconbox {
    background: linear-gradient(42.73deg, #FC4407 32.37%, #F1812D 64.29%);
}
.carddivs > div:nth-child(even) .iconbox {
    background: linear-gradient(42.73deg, #2352C7 32.37%, #6783C9 64.29%);
}
.carddivs .card{
    box-shadow: 0px 0px 4px 0px #00000040;
}
.fundstabs a.nav-link{
border:1px solid #777777 !important;
color: #777777;
font-weight: 600;
}
.fundstabs a.nav-link.active{
background-color: #0156b3 !important;
color: #fff !important;
}
.card .bg-light {
    background-color: #edf6ff !important;
}
/* Listing Page CSS Ends */
/* Save Screener Modal CSS Starts */
.savescreener.tour-active-element, .updatescreener.tour-active-element {
    color: #fff !important;
}

#savescreenModal .modal-dialog {
  max-width: 430px;
  width: 100%;
}
.savescreenform {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
button.savescreenbutton {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 600;
  background-color: #F79B2D;
  border: 0px;
  padding: 8px 30px;
  color: #fff;
  border-radius: 4px;
  float: right;
}
button.sharescreener {
  background-color: #fff;
  border: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #777777;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
button.savescreenform {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 600;
  background-color: #F79B2D;
  border: 0px;
  padding: 8px 30px;
  color: #fff;
  border-radius: 4px;
}
.savescreenmodalcontent button.btn-close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 15px;
}
.savescreenmodalcontent {
  padding: 35px;
}
.savescreenmodalcontent h4 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin-bottom:20px;
}
.savescreenmodalcontent label {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.savescreenmodalcontent label span{
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 12px;
  color:#777777;
}
.savescreenmodalcontent .formfield {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.savescreenmodalcontent textarea {
  border: 1px solid var(--gray-500, #777777);
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  border-radius: 5px;
}
.savescreenmodalcontent .formfield input {
  float: left;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid var(--gray-500, #777777);
  padding: 15px;
}
/* Update Screener Modal CSS Starts */
.updatescreenmodalcontent{
  padding:35px;
}
div#updatescreenModal .modal-dialog {
  max-width: 400px;
  text-align: center;
}
a.updatescreener,
button.updatescreener {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  font-family: 'Roboto';
  border: 1px solid #F79B2D;
  padding: 10px 15px;
  border-radius: 4px;
  margin-right:15px;
  width:120px;
}
div#updatescreenModal button.btn-close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 15px;
}
.updatescreenmodalcontent h4 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0px 15px;
}
.updatescreenmodalcontent p {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  color:#191919;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
}
button.cancelupdate {
  border: 1px solid var(--gray-300, #CFCFCF);
  background-color: #fff;
  font-size: 16px;
  color: #777777;
  font-weight: 600;
  font-family: 'Roboto';
  height: 45px;
  width: 120px;
  border-radius: 5px;
  margin-right: 10px;
}
button.updatescreenbutton {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 600;
  background-color: #F79B2D;
  border: 0px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 4px;
  height: 45px;
}
/* Update Screener Modal CSS Ends */

