/*
Theme Name: Hubsteel
Theme URI: https://hubsteel.casethemes.net/
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Hubsteel is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.0
License: ThemeForest

Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.4
License URI: https://themeforest.net/licenses
Text Domain: hubsteel
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Copyright (c) 2025 Case-Themes. All rights reserved.
*/

table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 100%;
}

table tr:first-child td {
    background: #f86833;
    border: 1px solid #005095;
    color: #fff !important;
}

table th, table td {
    padding: 8px;
    border: 1px solid #000;
	color: #000;
	font-size:15px;
}

table tr:first-child td:first-child {
    width:100px
}

table tr:first-child td:last-child {
    width:250px
}


.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;

}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
}


.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-content-wrapper {
  direction: inherit;
}
