.po_agshow_input_group{
  display: grid;
  }
  .po_agshow_input_group input{
      width: 100%;
      max-width: 400px;
      margin: 10px 0px;
  }
  .po_agshow_input_group label{
      cursor: unset;
  }
  .po_driver_entry_data_main{
      padding:20px 30px ;
  }
  .po_driver_entry_data_main p{
      font-size: 12px;
  }
  .po_driver_entry_data_main h3{
      font-size: 16px;
  }
  .po_driver_entry_data_main input::-webkit-outer-spin-button,
  .po_driver_entry_data_main input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; 
  }
  .po_driver_entry_data_main input[type=number] {
      -moz-appearance:textfield; /* Firefox */
  }

  .driver_entry_single_product_data_main{
    display: none;
  }
  .load_d_none{
    display: none;
  }
  .driver_entry_loader_image{
    text-align: center;
  }
  .driver_entry_loader_image img{
    width: 100px;
  }
  

  .driver_entry_animal_product_details fieldset{
    padding: 30px 20px;
  }
  
  .driver_entry_animal_product_details h2{
    padding: 0px  !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
  }
  .driver_entry_input_group{
    margin-bottom: 15px;
    display: grid;
  }
  .driver_entry_input_group label{
    font-weight:600;
    margin-bottom: 10px;
  }
  .driver_entry_input_group select , .driver_entry_input_group input{
    width: 100%;
    max-width: 400px;
  }
  .driver_entry_input_group input[type=checkbox] , .driver_entry_input_group input[type=radio]{
    width: 5px;
  } 
  .driver_entry_input_group input[type=checkbox]:focus, .driver_entry_input_group input[type=radio]:focus{
    outline: none;
  }
  .driver_entry_checkbox_group{
    margin-bottom: 5px;
  }
  .driver_entry_single_product_group {
    margin-bottom:15px;
    display: grid;
  }
  .driver_entry_single_product_group label{
    margin-bottom:10px;
    display: flex;
    align-items: center;
  }
  .driver_entry_single_product_group label input{
    margin-right: 5px;
  }
  .driver_entry_single_product_group input , .driver_entry_single_product_group select {
    height: 35px !important;
    border: 1px solid #aaa !important;
  }
  .driver_entry_single_product_group .select2-container--default .select2-selection--single{
    height: 35px;
    padding: 0px !important;
  }
  .driver_entry_single_product_group  .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
  }
  .driver_entry_single_product_group .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
  }
  
  .driver_entry_single_product_group_radio .driver_entry_radio_input input{
  height: fit-content !important;
  }
  .driver_entry_single_product_group_radio .driver_entry_radio_input{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .driver_entry_single_product_group p{
    margin-bottom:15px;
    font-weight: bold;
      font-size: 17px !important;
      margin-top: 0px;
  }
  .driver_entry_check_inner_data{
    margin-top: 15px;
  }
  .driver_entry_button_style{
    padding: 7px 15px;
    background: #000;
    color: #fff;
    cursor: pointer;
    width: fit-content;
    font-weight: 600;
  }
  .driver_entry_add_animal_btn_main {
    text-align: right;
    margin-top: 10px;
  }
  .driver_entry_add_animal_details_main{
    margin-top: 35px !important;
  }
  .driver_entry_single_product_main input[type=number] {
    -moz-appearance:textfield; /* Firefox */
    -webkit-appearance: none;
  }
  
  .driver_entry_single_product_main input::-webkit-outer-spin-button,
  .driver_entry_single_product_main input::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
  }
  
  .driver_entry_qt_btn_style{
    background-color: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .req_field_text{
    color: #bc0000 !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: lowercase;
  }
  .driver_entry_btn_main{
    text-align: right;
    margin-bottom: 30px;
  }
  .driver_entry_details_main{
    margin: 35px 0px;
  }
  .po_driver_entry_main input{
    width: 100%;
  }
  .po_driver_entry_data_enable label{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
  }

  .po_driver_entry_main{
    margin: 10px 0px;
  }
