/*
 Theme Name:   Solari Child
 Theme URI:    https://solari.themewant.com/
 Description:  Solari Child
 Author:       ReacThemes
 Author URI:   https://themeforest.net/user/reacthemes/portfolio
 Template:     solari
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

:root {
  --primary-color:#0D2845; 
}

/************Table****************/
.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 350px;
  font-family: Arial, sans-serif;
}

.data-table th,
.data-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.data-table th {
  background: #f1f1f1;
  font-weight: bold;
}
.table-container td {
    color: #000;
}
.geo-table.drill-table{
	min-width: 100% !important;
}
.drill-table thead{background-color:var(--primary-color) !important;}
@media (max-width : 767px){
	.table-wrapper table {
    width: 800px;
}
	.table-wrapper{overflow-x:auto;}
}
@media (max-width: 600px) {
	.assay-table .drill-table {
    min-width: 500px !important;
}
  .data-table th,
  .data-table td {
    padding: 10px;
    font-size: 14px;
  }
}
/************Table ends****************/

