@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;
}

/* Desktop: 25px edge spacing (matches header hamburger/logo) */
/* Zero Bootstrap nesting so content-wrapper controls side spacing */
.content-wrapper > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.content-wrapper > .container-fluid > .row {
	margin-left: 0;
	margin-right: 0;
}
.content-wrapper > .container-fluid > .row > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

/* 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;
		right: 16px;
		height: 20px;
	}
	
	.mobile-hide {
		display: none;
	}
	
	/* Admin: 16px edge spacing on mobile (matches front-end) */
	.admin-wrapper {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.admin-wrapper > .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.admin-wrapper > .row > [class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* === GLOBAL MOBILE: buttons, inputs, layout === */

	/* Scale all form inputs and buttons */
	.form-control,
	.form-control-sm,
	select.form-control,
	input[type="text"].form-control,
	input[type="date"].form-control,
	input[type="search"].form-control,
	.btn {
		font-size: 0.75rem !important;
		padding: 0.3rem 0.35rem !important;
		height: auto !important;
	}
	.btn {
		white-space: nowrap;
	}

	/* Full-width content area */
	.content-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 60px !important;
	}
	.content-wrapper > .container-fluid {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.content-wrapper > .container-fluid > .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.content-wrapper > .container-fluid > .row > [class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* Flush cards: no radius, no side borders, no gaps */
	.card {
		border-radius: 0 !important;
		border-left: none !important;
		border-right: none !important;
	}
	.card.mt-4 { margin-top: 0 !important; }
	.card.mt-2 { margin-top: 0 !important; }
}

/* ===== GLOBAL PILL-STYLE SELECTS ===== */
select.form-control,
select.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 28px 5px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #555;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23555'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    height: auto;
}

select.form-control:hover,
select.form-select:hover {
    border-color: #007bff;
    color: #007bff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23007bff'/%3E%3C/svg%3E");
}

select.form-control:focus,
select.form-select:focus {
    outline: none;
    border-color: #007bff;
    color: #007bff;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23007bff'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
    select.form-control,
    select.form-select {
        font-size: 0.72rem;
        padding: 4px 24px 4px 10px;
    }
}

/* ===== GLOBAL PILL-STYLE SPORT SELECTORS ===== */
.btn-group .btn {
    border-radius: 0 !important;
    padding: 4px 14px;
    font-size: 0.74rem;
    font-weight: 600;
}

.btn-group .btn:first-child {
    border-radius: 20px 0 0 20px !important;
}

.btn-group .btn:last-child {
    border-radius: 0 20px 20px 0 !important;
}

.btn-group .btn.btn-outline-primary {
    color: #555;
    background-color: #fff;
    border-color: #dee2e6;
}

.btn-group .btn.btn-outline-primary:hover {
    color: #007bff;
    background-color: #fff;
    border-color: #007bff;
}

.btn-group .btn.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

/* ===== GLOBAL PILL-STYLE FORM ROWS ===== */
.form-row {
    margin-left: 0;
    margin-right: 0;
}

.form-row > .form-group {
    padding-left: 0;
    padding-right: 0;
}

.form-row .form-group .form-control,
.form-row .form-group .btn {
    border-radius: 0;
}

/* Single item in a row gets full pill */
.form-row .form-group:first-child:last-child .form-control,
.form-row .form-group:first-child:last-child .btn {
    border-radius: 20px;
}

/* First item: rounded left */
.form-row .form-group:first-child .form-control,
.form-row .form-group:first-child .btn {
    border-radius: 20px 0 0 20px;
}

/* Last item: rounded right */
.form-row .form-group:last-child .form-control,
.form-row .form-group:last-child .btn {
    border-radius: 0 20px 20px 0;
}

/* Single item override (must come after first/last) */
.form-row .form-group:only-child .form-control,
.form-row .form-group:only-child .btn {
    border-radius: 20px;
}

/* All form-control inputs: pill styling */
.form-control {
    border-radius: 20px;
}

/* Text inputs: match pill styling */
input[type="text"].form-control {
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
    height: auto;
    padding: 5px 14px;
    line-height: 1.4;
}

input[type="text"].form-control:focus {
    border-color: #007bff;
    box-shadow: none;
}

/* Pill-style standalone buttons */
.btn {
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 16px;
    line-height: 1.4;
}

/* ===== GLOBAL PILL-STYLE BADGES ===== */
.badge {
    border-radius: 20px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.01em;
}