body {
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
    font-family: 'pf_handbook_proregular';
}
.new_hr{
margin-top:2% !important;
}
.form_inline_row{
margin:0px !important;
}
.matType-card .form-group {
width: 100%;
display: flex;
align-items:center;
column-gap:10px;
}
.matType-card .form-group label{
white-space:nowrap;
}
.matType-card .form-group input{
font-size:16px;
}
.buy{
left:55%;
}
.sell{
left: 40%;
}
.switch {
margin-left: 0px;
}


.anchorLink span {
position: relative;
top: -2px;
}
.previousNav {
white-space: nowrap;
}
.matType-card .form-group {
    width: 100%;
}
.footer_row td {
height: 51px !important;
border:1px solid #ddd !important;
}

.footer_row {
margin: 0px 10px !important;
}
.total_text_mob{
display:none;
}



.main_section {
    padding: 20px;
}

.topic_header {
    display: flex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.topic_header div {

    text-align: center;
    padding: 10px 10px;
}

.main_content_row>div:nth-child(1),
.main_content_row>div:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
}

.main_content_row>div:nth-child(3),
.main_content_row>div:nth-child(4),
.main_content_row>div:nth-child(5) {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.topic_header div:nth-child(1),
.topic_header div:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;

}

.topic_header div:nth-child(4),
.topic_header div:nth-child(5),
.topic_header div:nth-child(3) {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}


.topic_header div h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}

.scheme_name_details {
    display: flex;
    column-gap: 3px;
    font-size: 13px;
}

.scheme_name,
.inav_value {
    font-size: 16px;
    color: #000000;
}

.inav_date_time {
    font-size: 14px;
    color: #000000;
}

.scheme_name,
.inav_value {
    margin-bottom: 4px;
}

.inav_date_time {
    display: flex;
    column-gap: 3px;
}

.main_content_row>div {
    padding: 10px;
    flex: 0 0 20%;
    max-width: 20%;
}

.main_content_row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}

.apprx_amount_row span {
    font-size: 16px;
}

.apprx_amount_row {
    text-align: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}


.switch input {
    display: none;
}

.slider-hover {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3e593c;
    -webkit-transition: .4s;
    transition: .4s;


}



.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;

}

input:checked+.slider {
    background-color: #ca2222;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.sell {
    display: none;
}

.buy,
.sell {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked+.slider .buy {
    display: none;
}

input:checked+.slider .sell {
    display: block;
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.buy_sell_toggle {
    text-align: center;
}

.amount_mob,
.buy_sell_mob,
.quan_mob {
    display: none;
}

.scheme_name_mob,
.inav_name_mob {
    display: none;
}

@media (max-width:992px) {
.footer_row > div:nth-child(1){
padding-left:0;
}

.footer_row > div:nth-child(2){
padding-right:0;
} 
    .scheme_name_details {
        font-size: 12px;
    }

    .main_content_row>div:nth-child(1) {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .main_content_row>div:nth-child(2) {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main_content_row>div:nth-child(3),
    .main_content_row>div:nth-child(4),
    .main_content_row>div:nth-child(5) {
        flex: 0 0 15%;
        max-width: 15%;
    }

    .topic_header div:nth-child(1) {
        flex: 0 0 30%;
        max-width: 30%;

    }

    .topic_header div:nth-child(2) {
        flex: 0 0 25%;
        max-width: 25%;

    }

    .topic_header div:nth-child(4),
    .topic_header div:nth-child(5),
    .topic_header div:nth-child(3) {
        flex: 0 0 15%;
        max-width: 15%;
    }

    .inav_date_time {
        font-size: 12px;
    }

}

@media (max-width:767.98px) {
.total_text_mob{
display:block;
margin-bottom:8px;
font-size:16px;
font-weight:500;
}

.matType-card .form-group {
display: block !Important;
margin-bottom: 0px;

}
.matType-card .form-inline {
margin-bottom: 15px;
}
.matType-card .form-inline {
padding: 0px 8px;
}
.main_content_row>div:nth-child(1) {
padding-right: 10px;
}
.main_content_row>div:nth-child(2) {
padding-left: 10px;
}
.main_content_row>div {
padding: 10px 0px;
}
.main_section {
padding: 10px 10px;
}


    .scheme_name_mob,
    .inav_name_mob {
        display: block;
        padding: 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
        font-weight: bold;
    }

    .scheme_name_mob {
        margin-right: -10px;
    }

    .inav_name_mob {
        margin-left: -10px;
    }

    .amount_mob,
    .buy_sell_mob,
    .quan_mob {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .topic_header div:nth-child(4),
    .topic_header div:nth-child(5),
    .topic_header div:nth-child(3) {
        display: none;
    }

    .topic_header div:nth-child(1) {
        display: none;

    }

    .topic_header div:nth-child(2) {
        display: none;

    }

    .topic_header {
        border: none;
    }

    .main_content_row>div:nth-child(1) {
        max-width: 65%;
        flex: 0 0 65%;
    }

    .main_content_row>div:nth-child(2) {
        max-width: 35%;
        flex: 0 0 35%;
    }

    .inav_date_time {
        flex-direction: column;
    }

    .inav_date_time span:nth-child(3) {
        display: none;
    }

    .scheme_name,
    .inav_value {
        font-size: 14px;
        color: #000000;
    }

    .main_content_row>div:nth-child(3),
    .main_content_row>div:nth-child(4),
    .main_content_row>div:nth-child(5) {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .inav_date_time span {
        white-space: nowrap;
    }
.footer_row > div:nth-child(1) tbody tr  td:nth-child(1) {
display: none;
}
.footer_row > div:nth-child(2) tbody tr  td:nth-child(3) {
display: none;
}
.footer_row > div:nth-child(1) tbody tr  td:nth-child(2) {
border-right:none !Important; 
}
.footer_row > div:nth-child(1),.footer_row > div:nth-child(2){
width: 50% !Important;
}
.footer_row{
flex-wrap:nowrap;
}
.footer_row .table-responsive {
border: none !important;
}
.footer_row > div:nth-child(1) tbody tr td:nth-child(2) {
display: none;
}
.footer_row > div:nth-child(1) {
display:none;
}
.footer_row > div:nth-child(2) {
width: 100% !important;
}
.footer_row > div:nth-child(2) tbody tr td:nth-child(1) input {
width:70% !Important;
}
}



