    /*cash sheet*/

    @media print {
            
        body {
            font-size: 9px;
            /* padding: 0px; */
          }
    
        .container{
            padding:0;
        }
        .print_btn{
            display:none;
        }
      
    
        table, th, td{
            padding: 0px;
            
        }

        td{
           height: 10px;
            
        }
   .form-control {
            padding: 0px;
           
        }
       .symbol_display{
        display: none;
       }
  

    
        /* .card-body {                
            padding: 0px;
        } */
        
        .fw-bold.text-white {
            color: black !important;
          }

          input[type="number"] {
            font-size: 9px !important;
          }

          input[type="datetime-local"] {
            font-size: 9px !important;
          }

          input[type="text"] {
            font-size: 9px !important;
          }
          input[type="date"] {
            font-size: 9px !important;
          }

          span {
            font-size: 9px !important;
          }

          .col-form-label {
            padding-top: 0px; 
            padding: bottom 0%;;
            margin-bottom: 0; 
            line-height: 1.5;
        }

         td{
        width: 400px;
        height: 5px;
        padding-left: 5px;

    }

    .card-body{
        padding: 0px;
    }

    }


    table, th, td {
    border: 0.4px solid rgb(83, 81, 81);
    border-collapse: collapse;
    padding-left: 5px;
    /* font-size: 13px; */
    }
    

  
    .col-6 {
        padding: 1px;
    

    }
    .col{
        padding: 0px;
    

    }

    .sq1{width: 295px;
        height: 30px;

    }

    .sq{width: 300px;
        height: 30px;

    }

    .sq3{border-color:white;
        width: 200px;
        height: 30px;

    }

    .space{text-indent: 50px;

    }

    .borderinv{ 
        border-right-color: white;
    }

    .btn-primary{
        margin-right: 10px;
    }
    
    .panel-default {
        border-color: white;
    }

    .card_border_hide {
        border: none;   
    }

    /* .card {
    
    } */

    /* optimize btn js */
    .hidden {
display: none;
}

.reduce_td {
width: 400px;
height: 25px;
}

/* .form-control {
display: block;
width: 100%;
padding: 0rem 0rem;
} */