@charset "ISO-8859-1";

body {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
      
.header-text {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0rem; /* 0.5rem */
}

.form-section {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.form-section h6 {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.form-row-custom {
    display: block;
    margin-bottom: 1rem;
}

.form-field {
    display: inline-block;
    margin-right:0.9rem; /* 1rem; */
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.form-field label {
    white-space: nowrap;
    font-size: 15px;
    margin-right: 0.1rem; /* 0.25rem; */
}

.form-field input,
.form-field select {
    font-size: 14px;
}

.button-container {
    text-align: center;
    margin: 0.5rem 0; /* 1rem */
}

.button-container button {
    font-size: 15px;
    padding: 0.4rem 1rem;
    margin: 0.25rem;
    white-space: nowrap;
}

.note-text {
    font-size: 13px;
    margin: 0.5rem 0;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    margin-top:0;
}

.spinner-container {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -50px;
    width: 300px;
    text-align: center;
}

.spinner-container p {
    font-size: 20px;
}

.modal-content {
    font-size: 14px;
}

/* Tablet styles */
@media (max-width: 1024px) {
    body {
        font-size: 13px;
    }
    
    .header-text {
        font-size: 16px;
    }
    
    .form-section h6 {
        font-size: 14px;
    }
    
    .form-field label,
    .form-field input,
    .form-field select {
        font-size: 13px;
    }
    
    .button-container button {
        font-size: 13px;
        padding: 0.4rem 0.8rem;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    body {
        font-size: 12px;
    }
    
    .header-text {
        font-size: 14px;
    }
    
    .form-section {
        padding: 0.25rem;
    }
    
    .form-section h6 {
        font-size: 13px;
    }
    
    .form-row-custom {
        display: block;
    }
    
    .form-field {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.75rem;
    }
    
    .form-field label {
        display: inline-block;
        font-size: 12px;
        margin-bottom: 0.25rem;
    }
    
    .form-field input,
    .form-field select {
        width: 100%;
        max-width: 100%;
        font-size: 12px;
    }
    
    .button-container button {
        display: block;
        width: 100%;
        margin: 0.5rem auto;
        font-size: 13px;
    }
    
    .note-text {
        font-size: 11px;
    }
    
    .spinner-container {
        margin-left: -100px;
        width: 200px;
    }
    
    .spinner-container p {
        font-size: 16px;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    .header-text {
        font-size: 13px;
    }
    
    .form-section h6 {
        font-size: 12px;
    }
}

/* middle page content  */
#multizip-filtertable .table,
#multizip-fulltable .table,
#filtertablediv .table,
#fulltablediv .table{
	min-width:500px;
	max-width:700px;
}

@media (max-width: 1024px) {
	#multizip-filtertable .table,
	#multizip-fulltable .table,
	#filtertablediv .table,
	#fulltablediv .table{
		width:auto;
	}
}

@media (max-width: 767.98px) {
	#multizip-filtertable .table,
	#multizip-fulltable .table,
	#filtertablediv .table,
	#fulltablediv .table{
	
		min-width:200px;
		width:auto;
	}
}
/* middle page content styles end */      
  
  th, td {
    padding: 15px;
    text-align: left;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px;
    height: 18px;
    
  }
  
  button{
    transition-duration: 0.4s;
    opacity: 1;
    border-radius: 0.3pc;
    font-size:14px;
  }
  
  button:hover{
    opacity: 0.6;
  }
  
  .prctclass{
    font-size: 130 px;
  }
  
  table{
    border: 3px solid #668db9;
    height: 100px auto;

  
  }
  
  .loadermsgtable{
  	 border: 0px;
  }
  
  select,input{
    border-radius: 0.2pc;
    border: 1.5px solid #241f1f;
    font-size: 13px;
    height: 23px;
  
  }
  
  #errMsg{
    border:3px solid rgb(218, 37, 37);
    color:#352d2d;
    border-radius: 2pc; 
    text-align:center;
  }
  
	#spinner {
	      border: 16px solid #f3f3f3;
	      border-radius: 50%;
	      border-top: 16px solid #3498db;  /* #444444 */
	      width: 100px;
	      height: 100px;
	      -webkit-animation: spin 1s linear infinite; /* Safari */
	      animation: spin 1s linear infinite;
	      
	  }
	    
	  @keyframes spin {
	   0% { transform: rotate(0deg); }
	   100% { transform : rotate(360deg); }
	  }
	  
	  /* Safari */
	  @-webkit-keyframes spin {
		0% { -webkit-transform: rotate(0deg); }
		100% { -webkit-transform: rotate(360deg); }
	  }
	    
	  .spinmiddle {
	      position: relative;
	      top: 20px;
	      bottom: 15px;
	      left: 120px;
	      right: 0;
	      height:120px;
	  }
	  
	  .spinDiv{
	  	position: relative;
	  	margin:15px 200px 15px 440px;
	  
	  }
	  