[name="n-m-t-container"]{
     max-width:1200px;
     height: ;
     margin-left: 10px;
     background:white !important;
     margin-right: 10px;
     border-radius: 5px;
     box-shadow:0 4px 8px rgba(0,0,0,.1);
   }
    [name="n-m-t-user-input-fields"]{
     width: 100%;
     
     padding-bottom: 10px;
     border-radius: 5px;
     box-shadow:0 4px 8px rgba(0, 0, 0, .5);
     padding-top: 10px;
   }
    [name="n-m-t-labels"]{
     
     margin-left: 10px;
     
     color: #454746 ;
     
   }
    [name="n-m-t-inputs"]{
     
     padding: 10px;
     border: solid 1px #ccc;
     border-radius: 7px;
     background: #e9eaee;
     
     margin-left: 7px;
     margin-top: 10px;
   }
    [name="n-m-t-inputs"]:focus{
     
      outline-color: #66b3ff !important;
   }
    [name="n-m-t-extra-height-div"]{
     width: 100%;height: 20px;
   }
    [name="n-m-t-select"]{
     
     border: solid 1px #ccc;
     border-radius: 7px;
     background: #e9eaee;
     padding: 10px;
     margin-left: 7px;
     margin-top: 10px;
   }
    [name="n-m-t-select"]:focus{
     outline: none;
     border: dashed 1.5px #007bff;
   }
    [name="n-m-t-calculate-button"]{
     padding:13px;
     
         
     background:  #007bff;;
     border-radius: 10px;
     border: none;
     cursor: none;
     color: #fff;
     float: right;
     margin-right: 20px;
     margin-top: 10px;

   }
    
   [name="n-m-t-update-button"]{
     padding:13px;
border-radius: 10px;
     
     background: #007bff;
     
     border: none;
     cursor: none;
     color: #fff;
     float: right;
     margin-right: 20px;
     margin-top: 10px;
   }
   [name="n-m-t-download-button"]{
     padding:13px;
border-radius: 10px;
     
     background: #007bff;
     
     border: none;
     cursor: none;
     color: #fff;
     cursor: none;
     margin-left: 20px;
     margin-right: 20px;
     margin-top: 10px;
     float: right;
   }
    [name="n-m-t-download-button"]:disabled{
      background-color: #cccccc;
      cursor: not-allowed;
    }
    
    [name="n-m-t-clear-button"]{
     padding:13px;
     border: none;
     
     border-radius: 10px;
     background: #f5f6fa;
     margin-left: 10px;
   }
    [name="n-m-t-clear-icon"]{
     
     color: crimson;
   }
    [name="n-m-t-all-eror-div"]{
     
     color: crimson;
     margin-left: 10px;
   }
    [name="n-m-t-result-div"]{
      background: white !important;
      margin-left: 5px;
      margin-right: 5px;
      min-height: 10px;
      max-height: 500px;
      border-radius: 5px;
      box-shadow:0 4px 8px rgba(0,0,0,.2);
      padding: 15px;
      
      
     
   }
   [name="n-m-t-canvas-div"]{
     max-height: 2000px;width:;background: #e9eaee;margin-left: 5px;margin-right: 5px;border-radius: 5px;box-shadow:0 4px 8px rgba(0,0,0,.2);overflow: auto;min-height: 10px;padding: 10px;
   }
   [name="n-m-t-download-timer-div"]{
     
     padding: 10px;
   }
  
   .n-m-t-more-inputs-div{
     background: white;margin-top: 5px;
   }
   .pass {
     color: black;
  
   }
  
   .fail {
     color: black;
  
   }
 
