<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-device-width: 100px) and (max-device-width: 320px) {
   
   
    .sap-header{
        font-size: 20px;
    }
      .show-record {
        margin: auto;
        width: 200px;
        margin-bottom: 1rem;
        display: none;
    }
    .sup-flex{
        display:block;
      }
      .zonal-form-control{
        width: 80%;
        margin-bottom: 1rem;
        font-size: 0.8rem;
        margin-left: auto;
        margin-right: auto;
      }
      .sup-zonal{
        width: 100%;
      }
      .range-form-desktop{
        display: none;
      }
      .range-form{
        display: block;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 100%;
      }
      #terminal-bulkupload input{
        border: 1px solid #d3d3d3;
        border-radius: 0.25rem;
        padding: 0.5rem 0.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
        width: 90%;
      }
      #terminal-bulkupload input{
        margin-bottom: 1.5rem;
        margin-top: 0.5rem;
      }
      .form-buttons{
        margin-top: 1.5rem;
      }
}






@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
   
   
    .sap-header{
        font-size: 18px;
    }
      .show-record {
        margin: auto;
        width: 200px;
        margin-bottom: 1rem;
        display: none;
    }
    .zonal-form-control{
        width: 80%;
        margin-bottom: 1rem;
        font-size: 0.8rem;
        margin-left: auto;
        margin-right: auto;
      }
      .sup-zonal{
        width: 100%;
      }

      .range-form-desktop{
        display: none;
      }
      .range-form{
        display: block;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 100%;
      }
      #terminal-bulkupload input{
        border: 1px solid #d3d3d3;
        border-radius: 0.25rem;
        padding: 0.5rem 0.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
        width: 90%;
      }
      #terminal-bulkupload .a-bulk {
        color: white;
        background-color: #FFA400;
        padding: 0.5rem 1rem 0.5rem 1rem;
        border-radius: 0.25rem;
        margin-top: 2rem;
      }
      #terminal-bulkupload input{
        margin-bottom: 1.5rem;
        margin-top: 0.5rem;
      }
      .form-buttons{
        margin-top: 1.5rem;
      }
}







@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
   
   
    .sap-header{
        font-size: 16px;
    }
    .show-record {
        margin: 0px;
    }
    .sup-zonal{
        width: 50%;
      }
      .range-form{
        display: none;
      }
      .range-form-desktop{
        text-align: end;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 100%;
      }
      #terminal-bulkupload input{
        border: 1px solid #d3d3d3;
        border-radius: 0.25rem;
        padding: 0.5rem 0.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
      }
      .section-title{
        display: block;
        margin-bottom: 1rem;
      }

}






@media screen and (min-device-width: 769px) {
   
   
    .sap-header{
        font-size: 20px;
    }
    .show-record {
        margin: 0px;
    }
    .range-form{
        display: none;
      }
      .sup-zonal{
        width: 50%;
      }
      

}</pre></body></html>