@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../Content/fonts/Roboto-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../../Content/fonts/Roboto-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../../Content/fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../Content/fonts/Poppins-Regular.ttf') format('truetype');
}
 
.container1{
    background-color: #ffab0b;
    border: 2px solid #ffab0b;
}
.container1 h4{
   text-align: center;
   color: #000;
   background-color: #ffab0b;
   padding: 10px;
   margin: 0;
   font-size:24px;
}
.image table{
    text-align: center;
    width: 100%;
    background: #fff !important;
}
.image table thead tr th{
        border: 1px solid #adadad;
    color: #000;
    background-color: #ffab00;
    /* font-weight: 700; */
    /* font-family: sans-serif; */
    text-align: center;
    padding: 10px 0;
}
.image table tbody tr td{
    border: 1px solid #adadad;
    color: #000;    
    /*font-family:  -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;*/
}
.image table tbody tr td span{color:#000;}
.chart-sec table .f {
    width: 10%;
}
@media screen and (max-width: 767px) {
    .container1 h4{
        font-size:18px;
    font-family:Roboto-Medium;
    }
    .f{
        font-size: 9px !important;
    }
    .image table tbody tr td{
        font-size: 8px;
        line-height: 1.5;
    }  
    .image table tbody tr td:nth-child(1){
        font-size: 8px;
        line-height: 1.5;
    }  
    .image table thead tr th{
        font-size: 14px;
    } 
    .t2{
        font-size: 15px !important;
    }
}
.t1{
border-top: none !important;
border-left: none !important;
border-right: none !important;
width:10px;
}
.t2 {
    border: none !important;
    border-bottom: 1px solid #adadad !important;
    font-weight: bolder !important;
    font-size: 30px;
    width: 10px;
}
.t3 {
    border-left: none !important;
    width: 10px;
}
.results{
    margin-bottom: 21px;
}
.r{
    color: red !important;
}
