body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
div#download_compare {
    width: 1110px;
}
.cus_container{
    line-height: 1.2;
    max-width:1140px;
    margin:0 auto;
    padding:0 15px;
    font-size: 16px;
    min-height: 355px;
    font-family: 'pf_handbook_proregular';
    margin-bottom: 10px;
}
.add_fund_box{
    
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    box-shadow: 0px 2px 28px 4px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    position: relative;
}
.add_fund_main_content {
    display: flex;
    align-items: center;
    column-gap: 14px;
    cursor: pointer;
    border-radius: 8px;
    padding: 20px;
    text-align: justify;
    width: 100%;
    background-color: #fff;
    border: none;
}

.add_fund_icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #c91429;
    border: 2px solid #c91429;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add_fund_content span{
   display: block;
}
.add_fund_text{
    font-size: 20px;
    font-weight: 500;
    color: #c91429;
}
.search_bar_box{
    margin-top: 10px;
    padding: 5px 0px;
    overflow: auto;
    max-height: 171px;
    min-height: auto;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    right: 0;
    left: 0;
    box-shadow: 0px 2px 28px 4px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.searchbar_list_item{
    margin-bottom: 15px;
    display: block;
}
.search_bar_box .searchbar_list_item:last-child{
    margin-bottom: 0;
}
.search_bar_allfund .form-control:focus{
   box-shadow: none;
}
.search_bar_allfund .input-group-text {
    background-color: #c91429;
    color: #ffffff;
    border:1px solid #c91429;
    padding:5px 15px;
}
.search_icn_cf{
    font-size: 16px;
}
.search_bar_allfund .form-control{
    border:1px solid #ddbdc1;
    background-color: #ffffff;
}

.search_bar_allfund{
    display: none;
    position: relative;
}

.searchbar_list_item{
    display: flex;
    column-gap: 10px;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    border: none;
    background-color: #fff;
}
.searchbar_list_item:hover{
   background-color: #f2f1f1;
}
.searchbar_list_item input[type="checkbox"]{
    width: 17px;
    height: 17px;
    cursor: pointer;
    accent-color: #3e593c;
    position: relative;
    top: 3.5px;
}
.searchbar_list_item label{
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}
.all_funds_list_box{
    /* border-bottom:1px solid #969f6e; */
    background-color: #ffffff;
}
.parent_accord_cf .accord_row_cf{
    border-top:1px solid #969f6e;
}
.accord_row_header_cf[aria-expanded="false"] {
    border-bottom: none;
}
.parent_accord_cf .accord_row_cf:nth-child(1){
    border-top:none;
}
.allfunds_firstrow{
    display: flex;
}
.allfunds_firstrow_content{
    text-align: center;
    position: relative;
    padding: 40px 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.close_fund_card {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: unset;
    border: none;
    cursor: pointer;
    color: #ca636f;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}
.fund_name{
    color: #c7222a;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}
.fund_name_type{
    color: black;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}
.btn_invest_now_af,.btn_invest_now_af:hover{
    color: #c91429 !important;
    border-radius: 0px !important;
    font-size: 18px;
    font-weight: bold;
}
.btn_invest_now_af:focus{
    box-shadow: none;
}
.allfunds_firstrow .allfunds_firstrow_content {
    border-right: 1px solid #e1d5b5;
    background: #f6efdd;
}
/* .allfunds_firstrow .allfunds_firstrow_content:last-child {
    border-right:none;
} */
.btn_compare_funds,.btn_compare_funds:hover{
    background-color: #3e593c;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 0px;
}
.search_bar_section{
    background-color: #ffffff;
    box-shadow: 0px 2px 28px 4px rgba(0,0,0,0.1);
}
.search_bar_allfund .input-group {
    flex-wrap: nowrap;
}
.cf_main_title{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 12px;
    display: inline-block;
}
.cf_sub_title{
    display: inline-block;
    font-weight: bold;
    color: #000000;
}
.accord_row_header_cf{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: none;
    background-color: #ffffff;
    border-bottom: 1px solid #f6efdd;
    cursor: pointer;
    border-top: 1px solid #f6efdd;
}
.accord_row_header_cf h6 {
    font-size: 18px;
    margin-bottom: 0px;
}
.accord_row_header_cf .chev_down{
    display:inline-block;
}
.accord_row_header_cf.for_arrow .chev_down{
    transform: rotate(360deg);
}
.accord_row_header_cf .chev_down{
    transform: rotate(180deg);
}
.accord_row_list_cf{
    display:flex;
}
.cf_compare_content{
    padding:20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    color:#454A5F;
}

.accord_row_body_cf .accord_row_list_cf:nth-child(odd){
  background-color: #f6efdd;
}
.accord_row_body_cf .accord_row_list_cf:nth-child(even){
    background-color: #ffffff;
  }
  .allfunds_compare_box{
    border:1px solid #969f6e;
  }
  .allfunds_firstrow .allfunds_firstrow_content:first-child {
    flex: 0 0 25%;
}

.accord_row_list_cf .cf_compare_content:first-child {
    flex: 0 0 25%;
}
.overall_compare_box{
    overflow: auto;
    border: 1.5px solid #f6efdd;
    border-right: 1px solid #f6efdd;
}
.accord_row_list_cf .cf_compare_content {
    border-right: 1px solid #e8e1cf;
}

.accord_row_list_cf .cf_compare_content:last-child {
    border-right: 1px solid #f6efdd;
}
.allfunds_firstrow .allfunds_firstrow_content:last-child {
    border-right: none;
}
.search_bar_allfund{
    z-index: 1;
}
.norec{
    font-size: 21px;
    text-align: center;
    color: #C7222A;
}
.add_funds_header_actions{
    display: flex;
    align-items: center;
}
.all_fund_box_close{
    font-size: 16px;
    padding-right: 20px;
    position: relative;
    top: -26px;
    right: -10px;
    color: #C7222A !important;
}
.custom-tooltip .tooltip-inner {
    background-color: #000000; /* Tooltip background color */
    color: #fff; /* Tooltip text color */
    border-radius: 6px;
    padding: 5px 10px;
  }
  .custom-tooltip .tooltip-arrow {
    border-color: #000000 !important; /* Tooltip arrow color */
  }
  .blur_section{
      pointer-events: none;
  }
  .generate_pdf_compare{
    background-color:#c91429;
    color: #ffffff;
    border:none;
    padding: 7px 10px;
    border-radius:5px;
    margin-left:10px;
    white-space: nowrap;
  }
  #formShare{
    cursor:pointer;
    color:#c91429;
    font-size: 20px;
    padding: 0px 20px;
    background-color: transparent;
    border: none;
  }
@media (max-width:767px){
    .all_funds_list_box {
        width: 800px;
    }
    .accord_row_cf{
        width:800px;
    }
    .allfunds_compare_box{
        overflow: auto;
    }
}
@media (max-width:576px){
    .all_fund_box_close {
        font-size: 16px;
        padding-right: 0px ;
        position: absolute;
        top: 11px;
        right: 10px;
    }
    .add_fund_box {
        flex-direction: column;
    }
    .add_funds_header_actions {
        padding: 0px 20px 20px 20px;
        justify-content: end;
        width:100%;
    }
}


.form-control{
	font-size:15px ! important;
}
a.btn.btn_invest_now_af.section:active {
    border: none;
}
a.btn.btn_invest_now_af.section::after {
    content: ">";
    font-size: 16px;
    color: #c91429;
    margin-left: 5px;
}
.tex_dec {
    text-decoration: underline;
    text-transform: capitalize;
}   
.btn_bottom_start{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
/* keyboard changes */
.add_fund_main_content:focus,.add_fund_main_content:focus-visible{
    background-color:rgb(201 20 41 / 5%);
    border:1px solid #c91429;
}

.all_fund_box_close:focus i,.all_fund_box_close:focus-visible i {
    color: #000;
}
.close_fund_card:focus i,.close_fund_card:focus-visible i {
    color: #000;
}
.searchbar_list_item:focus,.searchbar_list_item:focus-visible {
    color:#c91429;
}
.btn_invest_now_af:focus,.btn_invest_now_af:focus-visible {
    color: #000 !important;
  
}
.btn_invest_now_af:focus::after,.btn_invest_now_af:focus-visible::after{
    color: #000 !important;
}
.close_function_cf a:nth-child(1):focus span,.close_function_cf a:nth-child(1):focus-visible span {
    color: #c91429 !important;
  
}
#formShare:focus i,#formShare:focus-visible i{
    color: #000 !important;
}
.generate_pdf_compare:focus,.generate_pdf_compare:focus-visible {
    border: 1px solid #c91429;
    background-color: #fff;
    color: #c91429;
}
.accord_row_header_cf:focus,.accord_row_header_cf:focus-visible{
    background-color:rgb(201 20 41 / 5%);

}
.accord_row_header_cf:focus h6,.accord_row_header_cf:focus-visible h6{
   
    color: #c91429;
}
.accord_row_header_cf:focus span i,.accord_row_header_cf:focus-visible  span i{
   
    color: #c91429;
}
/* keyboard changes */