@charset "UTF-8";
/* Main CSS Document */

/*
green: #00bd4c
light green: #c8e5d4;
red: #e20000
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body {
	overflow-x: hidden;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

.hidden { display: none;}

.header {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	background-color: #07250e;
	position: fixed;
	height: 70px!important;
	overflow: hidden;
	z-index: 10;
}


#top-spacer { height: 75px; }

.header .logo {
	position: absolute;
	top: 22px;
	right: 25px;
	height: 25px;
}

#whosyourdaddy { max-width: 100%; margin-top: 15px; margin-bottom: 20px; }

/* ADMIN STYLES */
.grey { 
	background: linear-gradient(#f5f5f5, #d5d5d5) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.form-box { 
	background-color: #fff; 
	margin: 70px auto 0; 
	padding: 50px; 
	border: 1px solid #ccc; 
	border-radius: 10px; 
	width: 100%;
}

#login-logo { 
	background: url("../../img/themoneyballer.svg"); 
	width: 215px; 
	height: 30px; 
	background-repeat: no-repeat; 
	margin: auto; 
}

.admin-wrapper { 
	padding-right: 25px; 
	padding-left: 25px; 
	font-size: 13px; 
}

.admin-wrapper p { 
	margin-bottom: .25rem !important;
}

.reschedule-mlb input, .reschedule-mlb select { 
	margin: 5px; 
}

.datetime { 
	width: 80px; 
}

.current { 
	font-weight: bold !important; 
}

.daily-results { 
	margin-bottom: 30px; 
}

p.rec { 
	height: 10px; 
}

span.rec { 
	display: inline-block; 
	width: 50%; 
	height: 10px; 
}

.game { 
	font-size: 16px !important; 
	color: #337ab7; 
}

input.seamless-input { 
	text-align: center; 
	width: 60px; 
	border: none; 
	background: transparent; 
	border-radius: 0px; 
	border-bottom: 1px solid #ddd; 
	padding-bottom: 5px; 
	margin-right: 10px;
}

input.edited {
	border: 2px solid #00bd4c;
} 

button { 
	margin-bottom: 3px !important; 
	background-color: #edeced !important; 
}

button.trends { 
	background-color: #3d88eb !important; 
	color: white; 
	font-weight: bold; 
}

button:hover, .bet_on { 
	background-color: #ccc !important;
}

button.cta { 
	font-size: 16px; 
}

.btn-secondary { 
	color: black !important;
}

.btn-block { 
	display: block; 
}

input.fade { 
	opacity: .1;
}

span.questioning { 
	opacity: .3; 
}

.btn-sm { 
	padding: 4px 8px; 
	font-size: 14px; 
}

.btn-xs { 
	padding: 4px 8px; 
	font-size: 13px; 
}

/* OVERVIEW */
h3 span.lines { 
	font-size: 60%;  
	margin-left: 15px; 
}

/* MAIN CONTENT */
a { 
	color: #337ab7; 
}

.main-content { 
	padding: 23px !important; 
	font-size: 14px; 
}

.blur { 
	text-shadow: 0 0 5px #555; 
	color: transparent;
}

.unselectable { 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

/* TEXT */
h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 20px; 
} 

h1 {
	font-size: 2em; 
	margin-top: 0;
}

h3 {
	width: 100%; 
	text-align: left; 
	border-bottom: 1px solid #ccc; 
	padding-bottom: 15px;
}

h4 {
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #ccc; 
	padding-bottom: 15px;
}

h5 { 
	width: 100%; 
	font-size: 1.5em; 
	padding-bottom: 11px;
	font-weight: bold; 
	background: linear-gradient(#ccc,#ccc) bottom left no-repeat; 
	background-size: 33% 1px;
}

h5 a { 
	font-family: 'Montserrat', sans-serif !important; 
	font-weight: 600; 
}

h5 a:hover { 
	text-decoration: none;
}

h6 { 
	font-size: 1.2em; 
	width: 100%; 
	text-align: left; 
	border-bottom: 1px solid #ccc; 
	padding-bottom: 15px; 
}

h7 { 
	font-size: 1.1em; 
	line-height: 40px; 
}

td.h7 {
	font-size: 1.2em; 
	line-height: 50px; 
} 

b, strong {
	font-weight: bold !important;
}

.line {
	border-bottom: 1px solid #ccc; 
	width: 100% !important; 
	display: block;
}

.short-line { 
	border: none; 
	background: linear-gradient(#ccc,#ccc) bottom left no-repeat; 
	background-size: 33% 1px;
}

ul.triangle {
	list-style: none;
}

ul.triangle li::before { 
	content: "";
	border-color: transparent #111;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}

ul.green-dot {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.green-dot li {
	position: relative;
	padding-left: 20px;
}

ul.green-dot li::before {
	content: "";
	position: absolute; 
	left: 0; 
	top: 12px; 
	transform: translateY(-50%);
	width: 7px; 
	height: 7px; 
	background-color: #00bd4c; 
	border-radius: 50%;
}

.alert {
	border: 1px solid #00bd4c;
	margin: 9px;
	padding: 15px !important;
	color: #00bd4c;
}

div.logo-container {
	background-color: #eee; 
	border-bottom: 1px solid #ccc; 
	padding: 25px; 
	margin-top: 40px; 
	margin-bottom: 60px; 
	display: flex;
	justify-content: center;
	gap: 25px;
	flex-wrap: wrap;
}

div.logo-container img, div.logo-container span {
	display: block;
	height: 30px;
}

div.logo-container span {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* Scraper Status Styles */
.scraper-status-col {
	font-size: 0.85rem;
}

.scraper-status-col h3 {
	margin-bottom: 1rem;
}

.scraper-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.35rem 0.5rem;
	margin-bottom: 0.35rem;
	border-radius: 4px;
	transition: background-color 0.2s;
}

.scraper-item:hover {
	background-color: #f8f9fa;
}

.scraper-name {
	flex: 1;
	font-weight: 500;
	color: #495057;
	text-decoration: none;
	margin-right: 0.5rem;
}

.scraper-name:hover {
	color: #007bff;
	text-decoration: underline;
}

.scraper-time {
	font-size: 0.75rem;
	color: #6c757d;
	margin-right: 0.5rem;
	min-width: 45px;
	text-align: right;
}

.scraper-badge {
	font-size: 0.7rem;
	padding: 0.2rem 0.5rem;
	border-radius: 3px;
	min-width: 45px;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	font-weight: 600;
}

.badge-success {
	background-color: #28a745;
	color: white;
}

.badge-warning {
	background-color: #ffc107;
	color: #212529;
}

.badge-danger {
	background-color: #dc3545;
	color: white;
}

.badge-secondary {
	background-color: #6c757d;
	color: white;
}

.scraper-category {
	font-size: 0.8rem;
	font-weight: bold;
	color: #6c757d;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #dee2e6;
}

.scraper-category:first-child {
	margin-top: 0;
}

.status-summary {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #dee2e6;
}

.status-summary-counts {
	font-size: 0.8rem;
	color: #6c757d;
	margin-bottom: 0.5rem;
}

/* TABLES */
.heading {
	background-color: #444 !important; 
	color: #fefefe; 
	font-weight: bold;
}

table tr td, table tr th { 
	vertical-align: middle !important; 
	text-align: center;
}

table tr th.data {
	width: 90px;
}

td.won {
	background-color: #A0E6B0;
}

td.lost {
	background-color: #F24545;
}

td.recommendations {
	text-align: left; 
	padding-left: 20px!important; 
	vertical-align: top !important; 
}

table.signals tr td, table.signals tr th { 
	padding-left: 25px; 
}

table.signals tr td { 
	padding-top: 25px; 
}

table.signals tr th p { 
	margin-top: 6px; 
	margin-bottom: 6px;
}

table.projections { 
	display: inline-block; 
	width: auto !important; 
}

table.projections tr td { 
	padding-right: 10px; 
}

table.projections tr { 
	background: white !important; 
	cursor: default; 
}

table.projections tr:hover { 
	background: white !important; 
}

table.left tr td, table.left tr th { 
	text-align: left; 
}

table.left tr td { 
	padding: 3px 8px !important; 
}

.rating { 
	display: inline-block; 
	height: 20px; 
	margin-top: 5px;
}

span.ratingnumber, span.ratingnum { 
	line-height: 0; 
	position: relative; 
	bottom: 6px; 
	left: 10px;
}

table.nohover tr, table.nohover tr:hover { 
	background-color: white !important; 
	cursor: default !important;  
}

.rankcolorgreen { 
	background-color: #00bd4c !important; 
}

.row_description { 
	width: 150px; 
}

/* General Table Styling */
table, tbody {
	width: 100% !important;
	border-collapse: collapse;
	font-size: 12px;
}

th, td {
	padding: 6px !important;
	text-align: left;
}

th {
	background-color: #f4f4f9;
	color: #333;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
}

tr:nth-child(even) {
	background-color: #f9f9f9;
}

tr:hover {
	background-color: #eaeaea;
	cursor: pointer;
}

tr.schedule_today td { 
	background-color: #FCFFAD; 
	color: #555; 
}

table.splits td { 
	padding: 6px !important; 
}

/* Plans */
.plan-top { 
	border-radius: 20px 20px 0 0; 
	background-color: #fff; 
	border: none; 
	color: white; 
	padding: 10px; 
}

.plan-body { 
	border-radius: 20px; 
	padding: 30px; 
	border: 1px solid #ccc; 
	height: 90%; 
}

.popular-top { 
	border-radius: 20px 20px 0 0; 
	background-color: #222; 
	border: 1px solid #222; 
	color: white; 
	text-align: center; 
	font-weight: bold; 
	padding: 10px; 
}

.popular-body { 
	border-radius: 0 0 20px 20px; 
	padding: 30px; 
	border: 1px solid #ccc; 
	height: 90%; 
}

.popular-body, .popular-top {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.plan-body a, .popular-body a { 
	text-decoration: none !important;  
}

/* Mobile Optimization */
@media (max-width: 768px) {
	table {
		overflow-x: auto;
	}
}

.divider { 
	border-left: 1px solid #000;
}

.dotdivider { 
	border-left: 1px dotted #999;
}

.strongdivider { 
	border-left: 2px solid #000;
}

/* Rank colors */
.rankcolor1 { background-color: #A0E6B0 !important; }
.rankcolor2 { background-color: #ACE9BA !important; }
.rankcolor3 { background-color: #B8ECC4 !important; }
.rankcolor4 { background-color: #C4EFCE !important; }
.rankcolor5 { background-color: #D0F3D8 !important; }
.rankcolor6 { background-color: #DBF6E1 !important; }
.rankcolor7 { background-color: #E7F9EB !important; }
.rankcolor8 { background-color: #F3FCF5 !important; }
.rankcolor9 { background-color: #FDE8E8 !important; }
.rankcolor10 { background-color: #FCD1D1 !important; }
.rankcolor11 { background-color: #FAB9B9 !important; }
.rankcolor12 { background-color: #F9A2A2 !important; }
.rankcolor13 { background-color: #F78B8B !important; }
.rankcolor14 { background-color: #F57474 !important; }
.rankcolor15 { background-color: #F45C5C !important; }
.rankcolor16 { background-color: #F24545 !important; }

.rightline { 
	border-right: 1px solid #ccc; 
}

.leftline { 
	border-left: 1px solid #ccc; 
}

.good { 
	background-color: #a0e6b0 !important; 
}

.bad { 
	background-color: #F9A2A2 !important; 
}

.neutral { 
	background-color: #ddd !important; 
	color: #999 !important; 
}

.neutral.activesit { 
	background-color: #fff !important; 
	color: #999 !important; 
}

.darkline { 
	border-bottom: 1px solid #000; 
}

/* REPORTING PAGE */
.circle { 
	height: 7px; 
	width: 7px; 
	border-radius: 50%; 
	display: inline-block; 
	margin-right: 6px; 
	position: relative; 
	top: 0px; 
}

.circle.won { background-color: #00bd4c; } 
.circle.lost { background-color: #f26c6c; }
.circle.push { background-color: #ccc; }
.circle.nobet { background-color: #eee; }

/* FOOTER */
footer, .footer {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	background-color: #ddd;
	position: fixed;
	bottom: 0;
	height: 40px!important;
	overflow: hidden;
	z-index: 100;
	padding-top: 10px;
}

footer p, .footer p { 
	font-size: .8em; 
	text-align: center;
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {
	/* Add tablet-specific styles here if needed */
}

/* Mobile styles */
@media (max-width: 767px) {
	.header {
		height: 60px !important;
	}
	
	#top-spacer {
		height: 60px !important;
	}
    
    #whosyourdaddy { max-width: 300px; }

	.header .logo {
		top: 19px;
		height: 20px;
	}
	
	.mobile-hide {
		display: none;
	}
	
	/* Ensure admin wrapper has space for hamburger menu */
	.admin-wrapper {
		padding-left: 60px !important;
	}
	
	/* Adjust container to prevent overlap with hamburger */
	.container-fluid {
		padding-left: 15px !important;
	}
}