/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

h1 {
  font-size: 50px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.tab-container {
    position: relative;
    padding: 5px 0 0;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th {
    padding: 0.25rem;
    vertical-align: top;
	border: 1px solid #dee2e6;
	text-align: center;
}

.table td {
    padding: 0.25rem;
    vertical-align: top;
	border: 1px solid #dee2e6;
	text-align: center;
}

.button {
	padding: 4px 10px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.table_header {
	border: 1px solid #dee2e6;
	text-align: center;
	margin-top: 5px;
}

.btn {
    padding: 0 0.75rem 0 0.75rem;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.date-container {
    display:flex;
    flex-wrap: wrap;
}