/**
Theme Name: Astra Child
Author: Severino Casanova
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* gridism */
/* Preserve some sanity */
.grid,
.unit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Set up some rules to govern the grid */
.grid {
	display: block;
	clear: both;
}
.grid .unit {
	float: left;
	width: 100%;
	padding: 5px;
	margin-bottom:5px;
}
.locdesktop a:hover {
    color: #ad2e24;
}
.locdesktop a {
    color: #000 !important;
}
span.offreg_cust {
    color: #000 !important;
    font-weight: 400 !important;
}
/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
/*.grid .unit:first-child { padding-left: 20px; }
* .grid .unit:last-child { padding-right: 20px; }*/

/* Nested grids already have padding though, so letâs nuke it */
.unit .unit:first-child { padding-left: 0; }
.unit .unit:last-child { padding-right: 0; }
.unit .grid:first-child > .unit { padding-top: 0; }
.unit .grid:last-child > .unit { padding-bottom: 0; }

/* Let people nuke the gutters/padding completely in a couple of ways */
.no-gutters .unit,
.unit.no-gutters {
	padding: 0 !important;
}

/* Wrapping at a maximum width is optional */
.wrap .grid,
.grid.wrap {
	/*max-width: 978px;*/
	max-width: 900px;
	margin: 0 auto;
}

/* Width classes also have shorthand versions numbered as fractions
*  * For example: for a grid unit 1/3 (one third) of the parent width,
*   * simply apply class="w-1-3" to the element. */
.grid .whole,          .grid .w-1-1 { width: 100%; }
.grid .half,           .grid .w-1-2 { width: 50%; }
.grid .one-third,      .grid .w-1-3 { width: 33.3332%; }
.grid .two-thirds,     .grid .w-2-3 { width: 66.6665%; }
.grid .one-quarter,    .grid .w-1-4 { width: 25%; }
.grid .three-quarters, .grid .w-3-4 { width: 75%; }
.grid .one-fifth,      .grid .w-1-5 { width: 20%; }
.grid .one-seventh,    .grid .w-1-7 { width: 14.28%; }
.grid .two-fifths,     .grid .w-2-5 { width: 40%; }
.grid .three-fifths,   .grid .w-3-5 { width: 60%; }
.grid .four-fifths,    .grid .w-4-5 { width: 80%; }
.grid .golden-small,   .grid .w-g-s { width: 38.2716%; } /* Golden section: smaller piece */
.grid .golden-large,   .grid .w-g-l { width: 61.7283%; } /* Golden section: larger piece */

/* Clearfix after every .grid */
.grid {
 zoom: 1;
}
.grid:before, .grid:after {
	display: table;
	content: "";
	line-height: 0;
}
.grid:after {
	clear: both;
}
.offreg_cust span {
    color: #ea5696 !important;
    font-weight: 600 !important;
}
/* Utility classes */
.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.pull-left    { float: left; }
.pull-right   { float: right; }

/* Responsive Stuff */
@media screen and (max-width: 600px) {
	/* Stack anything that isnât full-width on smaller screens */
	.grid .unit {
		width: 100% !important;
		padding-left: 5px;
		padding-right: 5px;
	}
	.unit .grid .unit {
		padding-left: 0px;
		padding-right: 0px;
	}

	/* Sometimes, you just want to be different on small screens */
	.center-on-mobiles {
		text-align: center !important;
	}
	.hide-on-mobiles {
		display: none !important;
	}
	.full-on-mobiles {
		width: 100% !important;
	}
}

/* Expand the wrap a bit further on larger screens */
@media screen and (min-width: 1180px) {
	.wider .grid {
		max-width: 1180px;
		margin: 0 auto;
	}
}
/* end gridism */


/* seve */
#upcoming-leagues-div {
	font-size:.8em;
	/*line-height:1;*/
	margin: 0 auto;
	max-width:1024px;
}
#upcoming-leagues-div table,#upcoming-leagues-div table td {
	border:none;
}
#upcoming-leagues-div table td {
	padding:4px;
}
#upcoming-leagues-div a {
	color: #004f99;
	text-decoration:underline;
}
#upcoming-leagues-table {
	border-collapse: separate;
	width:100%;
	margin-left:0px;
}
tr.league-row > td {
	/*border-top: 1px solid black !important;
	border-bottom: 1px solid black !important;*/
	/*border-top: 1px dotted black;
	*   border-top-stype: dotted;*/
	padding-top:10px;
	padding-bottom:10px;
	vertical-align: top;
}
tr.league-row {
	line-height:1.4;
}
.left-league-row {
	border-left: 1px solid black !important;
}
.right-league-row {
	border-right: 1px solid black !important;
}
.uppercase {
	text-transform: uppercase;
}
.center {
	text-align:center;
}
.league-sport-title {
	font-size: 1.2em;
	font-weight:bold;
	color:#AA2A00;
}
.col-header {
	vertical-align:bottom;
}
.col-header a {
	text-decoration:none;
}
.col-header img {
	display:inline-block;
	margin:0px;
	padding-left:3px;
}
.search-btn {
	width:100%;
}
.sort-by-div {
	padding-right:10px;
}
.selected-items-desktop {
	display:inline-block;
}
.selected-items-mobile {
	display:none;
}
.league-row-mobile {
	display:none;
}
.show-on-mobiles {
	display:none;
}
th{
	text-align:left;
}
#upcoming-leagues-div .button-register {
	/*    background-image: url('https://austinssc.com/wp-content/themes/austinssc_2013/library/images/element_btn-arr.svg');*/
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-color: #aa2a00;
	font-family: "urwgrotesktotligregular", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top:2px;
	/*padding: 0.5em 1.78571em 0.35714em 0.71429em;*/
	padding: 2px 15px;
	color: white;
	display: inline-block;
	/*font-size: 1.07143em;*/
	font-size: 1em;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: 0;
	border: 0;
}
.grid .unit.dropdown-sport {
	padding-left:0px;
}
.grid .unit.dropdown-sort {
	padding-right:0px;
}

.scroller {
	/*height: 200px;*/
	overflow: hidden;
	margin: 0 auto;
}
.scroller li {
	float: left;
	list-style: none;
	padding:2px;
	text-align:center;
	width: 135px;
}
.scroller img {
	max-width:130px;
}
.listing-item {
	clear:both;
	list-style:none;
	margin-bottom:15px;
	border-bottom: 1px solid grey;
}
.listing-item .title {
	font-size:1.2em;
}
.listing-item .date {
	/* font-family: 'Lato', sans-serif;*/
	font-size: .9em;
	font-weight: bold;
}
.listing-item img {
	border: 1px solid #ddd;
	float:left;
	padding:5px;
	margin-right:10px;
	margin-bottom:5px;
	height:auto;
	width: 150px;
}
.entry-content .display-posts-listing {
	padding:0px;
}
.schedule-block {
	border:1px solid black;border-radius:5px;padding:4px;
}
.schedule-block h3 {
	clear:none;
	margin:0px;
}
/* Pop up box */
.tooltip {
	color: #000000; outline: none;
	text-decoration: none;
	position: relative;
}
.tooltip .classic {
	color:#000000;
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover .classic {
	-moz-box-shadow: 4px 4px 4px 4px black;
	-webkit-box-shadow: 4px 4px 4px 4px black;
	box-shadow: 3px 3px 3px 0px grey;
	font: normal 12px sans-serif;
	position: absolute; left: -80px; top: 1em; z-index: 99;
	margin-left: 0;min-width:160px;text-align:left;
}
.list-price, .list-price2 {
	font-size:.88em;
	/*font-weight:bold;*/
	padding-top:2px;
	padding-bottom:2px;
}
.ld-title{
	color:#213f7c;
	font-size:1.5em;
	font-weight:bold;
}
.no-margin-bottom{
	margin-bottom:0px !important;
}
.no-padding-bottom{
	padding-bottom:0px !important;
}
.registration-button {
	background:#AA2A00;
	border-radius:2px;
	color:#FFFFFF;
	padding:5px 25px;
	text-transform:uppercase;
}
@media screen and (max-width : 855px){
	table {
		overflow-x: auto;
		display: block;
	}
	#upcoming-leagues-div .button-register {
		font-size: .8em;
	}
}
@media screen and (max-width: 600px) {
	.grid .unit {
		width: 100% !important;
		padding-left: 5px;
		padding-right: 5px;
	}
	.unit .grid .unit {
		padding-left: 0px;
		padding-right: 0px;
	}

	/* Sometimes, you just want to be different on small screens */
	.center-on-mobiles {
		text-align: center !important;
	}
	.hide-on-mobiles {
		display: none !important;
	}
	.show-on-mobiles {
		display: block !important;
	}
	.full-on-mobiles {
		width: 100% !important;
	}
	.selected-items-mobile {
		display:block;
	}
	.league-row-mobile {
		display:table-row;
		font-size:.9em;
		width:100%;
	}
	.league-sport-title {
		font-size: .9em;
	}
	div.sport-page {
		padding-left:4px;
		padding-right:4px;
	}
	.grid .unit.dropdown-sport {
		padding-left:5px;
	}
	.grid .unit.dropdown-sort {
		padding-right:5px;
	}
	.list-price, .list-price2 {
		font-size:.8em;
	}
	.left-on-mobiles {
		float:left !important;
	}
}

/* end seve */



.leagues-container { font-family: Arial, sans-serif; width: 100%;}

.leagues-container .league-row {
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	flex-wrap: wrap;
	display: flex; justify-content: space-between; padding: 10px; border: 1px solid #52c9e8; margin-bottom: 10px; align-items: center; border-radius: 8px;
}

.register { 
	background: #ad2e24;
	color: white !important;
	padding: 5px 10px;
	border: none;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	width: 80%;
	display: block;
	margin: 0 auto;
} 

a.register:hover { color: #fff !important;}

.league-header { display: flex; justify-content: space-between;  padding: 10px; font-weight: bold;  margin-bottom: 10px; color: #ad2e24; font-family: 'Muli', sans-serif; }

.league-row div { padding: 2px; box-sizing: border-box;}

.locn {
	background-image: url(https://minneapolisssl.com/wp-content/uploads/2025/03/map-loc.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 10px 0px 10px 20px;
	background-size: 15px;
	color: #213f7c;
	font-weight: bold;
}


.green { line-height: 150%; display: block; padding-bottom: 4px; font-weight: 700; }

span.dday {
	background: #52c9e8;
	color: #000;
	width: 40px;
	margin: 0 auto;
	padding: 5px;
	display: block;
	border-radius: 5px;
	text-align: center;

	font-size: 17px;
}

.cal {

	border: 1px solid #52c9e8;
	border-radius: 4px;
	display: inline-block;
	min-width: 54px;
	padding: 0 !important;

}

.calmonth {

	display: block;
	background: #52c9e8;
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	padding:0 8px;

}

.calday {
	color:  #000;
	/* font-weight: bold; */
	font-size: 17px;
}

.divtitle {

	color:  #ad2e24;
	font-weight: bold;
}

.sportnme { color: #b53a30; text-transform: capitalize; font-size: 17px;}

.pricemobile { display: none;}

.locmobile { display: none;}

.sponsormobile { display: none;}

.daymobile { display: none !important;}

.mday, .mbegin { display: none !important; }


img.imgloc {
	padding-right: 5px;
	width: 20px;
}

.filter {}

.fun, .what, .when, .view { padding: 15px; font-size: 18px; font-weight: bold; width: 23%; margin: 1%; display: block; float: left; text-align: center; line-height: 150%;     text-transform: uppercase;}
.fun {   background: #52c9e8; border: 1px solid #52c9e8; color: #fff;}
.what {   color: #ad2e24; border: 1px solid #52c9e8;}
.when {  color: #ad2e24; border: 1px solid #52c9e8;}
.view {   background: #ad2e24; border: 1px solid #ad2e24; color: #fff; }
p.no-leagues-msg {
    color: #ad2e24 !important;
}
span.subt { color: #000; font-size: 16px; text-transform: lowercase; font-weight: 400; }

.clr {  clear: both;}
.clr10 { height: 10px; clear: both;}
.clr20 { height: 20px; clear: both;}
.clr30 { height: 30px; clear: both;}
.clr40 { height: 40px; clear: both;}
.clr50 { height: 50px; clear: both;}

.filter-what { width: 14.66%; margin: 1%; text-align: center; float: left; display: block; background-color: #d9f3ff;
	padding: 15px 0px !important; text-transform: capitalize; cursor: pointer;}



.filter-what.selected {
	background-color: #52c9e8;
	color: white;
	border-radius: 5px;
	padding: 5px 10px;
}

.what {cursor: pointer;}

.what:hover { background-color: #d9f3ff; }





.filter-when { width: 14.66%; margin: 1%; text-align: center; float: left; display: block; background-color: #d9f3ff;
	padding: 15px 0px !important; text-transform: capitalize; cursor: pointer;}



.filter-when.selected {
	background-color: #52c9e8;
	color: white;
	border-radius: 5px;
	padding: 5px 10px;
}

.when {cursor: pointer;}

.when:hover { background-color: #d9f3ff; }

.view {cursor: pointer;}


.league-row > div:nth-child(4) { display: none !important;}
.league-header div:nth-child(4) { display: none !important; }
.dcard { width: 100%;}


@media only screen and (max-width: 600px) {


	.leagues-container * { font-size: 0.9em;  flex-wrap: wrap;}

	.league-row   { font-size: 0.9em;  flex-wrap: wrap;}

	.league-row > div:nth-child(1) { order: 1; width: 35% !important; display: block !important; }
	.league-row > div:nth-child(2) { order: 2; width: 0% !important; display: none; }
	.league-row > div:nth-child(3) { order: 8; width: 100% !important; text-align: left !important; display: none !important; }
	.league-row > div:nth-child(4) { order: 4; display: none !important; width: 0% !important; }
	.league-row > div:nth-child(5) { order: 4; width: 15% !important; }
	.league-row > div:nth-child(6) { order: 6; width: 0% Im !important; display: none;  }
	.league-row > div:nth-child(7) { order: 7; width: 30% !important; }

	.register { width: 100%;}

	.pricedesktop { display: none;}
	.pricemobile { display: block; line-height: 1.3em;}

	.locdesktop { display: none;}
	.locmobile { display: block; padding-top: 5px;}

	.league-row { padding: 3px;}
	.sporticon { float: left;}

	.sponsordesktop { display: none;}
	.sponsormobile { display: block; line-height: 1.3em;}

	.daydesktop { display: none;}
	.daymobile {  display: inline-block !important;  font-size: 11px !important;
		height: 43px; line-height: 42px; padding: 0px !important; font-weight: bold;}

	.mday, .mbegin { display: inline-block !important; width: 46px;}


	.league-header  { display: none !important;}

	.league-row div:nth-child(1) * { line-height: 1.3em !important; }

	.league-header div:nth-child(1) { width: 25% !important; }
	.league-header div:nth-child(2) {  }
	.league-header div:nth-child(3) { display: none;  }
	.league-header div:nth-child(4) { display: none; }
	.league-header div:nth-child(5) { width: 25% !important;  }
	.league-header div:nth-child(6) { display: none;  }
	.league-header div:nth-child(7) { width: 25% !important;  }

	.fun, .what, .when, .view { width: 100%; padding: 20px;}

	.fun br, .what br, .when br, .view br { display: none; }
	span.subt { margin-left: 6px; }

	.filter-what, .filter-when{ width: 31.33%; }


	.fsport {
		display: block !important;
		overflow: hidden !important;
	}

	.fsport img.sporticon {
		float: left !important;
		margin-right: 10px !important;
		width: 35px !important;
		height: auto !important;
	}

	.fsport > div {
		overflow: hidden !important;
	}



}









.scoreboard {
	display: flex;
	gap: 20px;
	font-family: Arial, sans-serif;
	width: 100%;
	box-sizing: border-box;
	flex-wrap: wrap; /* Allow wrapping for responsiveness */
}

.scoreboard .left {
	flex: 1;
	min-width: 300px; /* Prevent collapsing too much */
}

.scoreboard .right {
	border: 2px solid black;
	text-align: center;
	flex: 0 0 200px;
	min-width: 200px;
}

.scoreboard .highlight {
    background: #fff;
    padding: 4px;
    font-weight: bold;
    color: #ad2e24;
    border: 2px solid #000;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

#printable p { margin-bottom: 10px;}

.scoreboard .section {
	display: flex;
	border: 2px solid black;
	border-top: none;
	width: 100%;
}

.scoreboard .final-score {
	border-right: 2px solid black;
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100px;
	text-align: center;
	flex-shrink: 0;
	flex-direction: column;  
}
.scoreboard .final-score .title {
	border-bottom: 2px solid #000;
	width: 100%;
} 
.scoreboard .final-score .title span {
    width: 100%;
    padding: 4px 0px;
    display: block;
		border-bottom: 1px solid #000;
}
.scoreboard .final-score .toal-score {
    display: flex;
    width: 100%;
    height: 35px;
    padding: 4px 0px;
    border-left: none;
    border-right: none;
}
 .scoreboard .final-score .toal-score:last-child {
	border-bottom:none;
 }
.scoreboard .fouls {
	flex: 1;
}

.scoreboard .final-score .title:last-child {
    border: none;
}

.scoreboard .half {
	border-bottom: 2px solid black;
	text-align: center;
	width: 100% !important;
}

.scoreboard .half:last-child {
	border-bottom: none;
}

.scoreboard .half .title {
	border-bottom: 1px solid black;
	padding: 4px;
}

.scoreboard .numbers {
	padding: 4px;
	display: flex;
	justify-content: space-around;
}

.scoreboard .numbers span.bold {
	font-weight: bold;
}

.scoreboard .right .title {
	border-bottom: 2px solid black;
	padding: 4px;
}

.scoreboard .right .numbers {
	padding: 20px;
	display: flex;
	justify-content: space-around;
}

/* Responsive adjustments */
@media (max-width: 700px) {
	.scoreboard {
		flex-direction: column;
	}
	.scoreboard .right {
		flex: 1;
		width: 100%;
	}
}



/*
* 20-08-2025
*/
.softball-card {
	border: 1.5px solid #52c9e8; /* slightly thinner border */
	border-radius: 12px;
	padding: 0;
	margin: 20px auto;
	/* max-width: 850px; */
	padding: 12px;
	font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.07); /* softer shadow */
}

/* Header */
.softball-card .card-header {
	/* background-color: #213f7c; */ /* main blue */
	/* color: #ffffff; */
	padding: 14px 15px;
	/* font-weight: 600; */
	text-align: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	font-size: 18px;
}

/* Teams Section */
.softball-card .teams {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding-bottom: 15px;
}

.softball-card .team {
	flex: 1;
	background-color: #f5f7fb; /* very light blue for contrast */
	border: 1.5px solid #52c9e8; /* main blue border */
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	transition: all 0.2s ease;
	cursor: default;
}

.softball-card .team:hover {
	background-color: #e4ebf9; /* gentle hover effect */
}

/* Team Name & Score */
.softball-card .team .team-name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #52c9e8; /* main blue */
}

.softball-card .team .team-score {
	font-size: 22px;
	font-weight: bold;
	color: #213f7c; /* main blue */
}

/* Highlight Winning Team */
.softball-card .team.winner {
	background-color: #dfeffc; /* very soft blue for winner */
	border-color: #0a7a0a; /* green accent for winner */
}

.softball-card .team.winner .team-score {
	color: #0a7a0a; /* green for winning score */
}

/* Winner Banner */
.softball-card .winner {
	background-color: #213f7c; /* main blue */
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top: 1.5px solid #1b3566; /* slightly darker top border for separation */
	font-size: 16px;
}
/* Parent Wrapper */
.softball_wrap {
	max-width: 900px;
	margin: 0 auto 30px auto;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
}

/* Heading */
.softball_wrap h2 {
	font-size: 24px;
	font-weight: 700;
	/* color: #213f7c; main blue */
	text-align: center;
	margin-bottom: 20px;
}
.league-row span.green ,.offreg_cust {
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
/* Form Container */
.softball_wrap form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	background-color: #f8f9fb; /* light background */
	padding: 15px 20px;
	border-radius: 12px;
	border: 1px solid #d0d7e3;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	justify-content: center; /* center form items */
}

/* Form Label */
.softball_wrap form label {
	font-weight: 500;
	color: #213f7c;
	margin-right: 8px;
}

/* Date Input */
.softball_wrap form input[type="date"] {
	padding: 8px 12px;
	border: 1px solid #cfd8e3;
	border-radius: 8px;
	font-size: 14px;
	color: #213f7c;
	background-color: #ffffff;
	transition: border 0.2s ease, box-shadow 0.2s ease;
}

.softball_wrap form input[type="date"]:focus {
	border-color: #213f7c;
	box-shadow: 0 0 4px rgba(33, 63, 124, 0.4);
	outline: none;
}

/* Submit & Print Buttons */
.softball_wrap form input[type="submit"],
.softball_wrap form button {
	padding: 8px 16px;
	border-radius: 8px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

/* Filter Button */
.softball_wrap form input[type="submit"] {
	background-color: #52c9e8;
	color: #ffffff;
}

.softball_wrap form input[type="submit"]:hover {
	background-color: #52c9e8; /* darker blue hover */
}

/* Print Button */
.softball_wrap form button {
	background-color: #e4ebf9; /* soft blue */
	color: #213f7c;
	display: flex;
	align-items: center;
	gap: 6px;
}

.softball_wrap form button:hover {
	background-color: #d0def5;
}

/* Emoji/Icon inside button */
.softball_wrap form button img.emoji {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

@media print {
	* {
		-webkit-print-color-adjust: exact !important;
		color-adjust: exact !important;
	}

	body {
		margin: 0;
		padding: 0;
		font-family: 'Roboto', sans-serif;
	}

	.softball_wrap form {
		display: none !important; /* hide form/buttons */
	}

	.softball_wrap h2 {
		font-size: 22px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 20px;
		color: #0000;
	}

	.softball-card {
		border: 1.5px solid #213f7c !important;
		border-radius: 12px !important;
		background-color: #ffffff !important;
		box-shadow: none !important;
		margin: 20px auto !important;
		page-break-inside: avoid;
		width: 100% !important;
	}

	.softball-card .card-header,
	.softball-card .winner {
		background-color: #213f7c !important;
		color: #ffffff !important;
	}

	.softball-card .teams .team {
		background-color: #f0f4fb !important;
		border: 1px solid #213f7c !important;
	}

	.softball-card .team .team-score {
		color: #213f7c !important;
	}

	.softball-card .team.winner {
		background-color: #dbe3f5 !important;
		border-color: #0a7a0a !important;
	}

	.softball-card .team.winner .team-score {
		color: #0a7a0a !important;
	}
	.scoreboard .highlight {
		padding: 4px;
		font-size: 16px;
		line-height: 1.5;
	}
	.scoreboard .half .title , .scoreboard .numbers {
    padding: 2px;
    font-size: 15px;
    line-height: 1.5;
	}
	.scoreboard .final-score .title{
		border-bottom: 1px solid #000;
		padding: 2px 0px;
	}
	.scoreboard .highlight {
		padding:2px  0;
		border: 2px solid #000;
	}
	.scoreboard .final-score .title span {
    padding: 0px 0px 2px 0;
		font-size: 15px;
    line-height: 1.5;
	}
	 .scoreboard .final-score .title .toal-score {
    padding: 0;
    height: 25px;
		font-size: 15px;
    line-height: 1.5;
	}
	div#printable div.gamecard {
    margin: 44px 0px !important;
	}
}

/* New Css */

.softball-scorecards-container {
	padding-left: 30px;
	padding-right: 30px;
}


.top-section {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 15px;
}

.info-boxes {
	display: flex;
	gap: 15px;
	align-items: center;
}

.info-box {
	display: flex;
	align-items: center;
	gap: 5px;
}

.field-label {
	font-size: 16px;
	font-weight: bold;
}

.field-input {
	border: 1px solid #ccc;
	padding: 2px 5px;
	margin-left: 5px;
	width: 60px;
	height: 20px;
}

.team-section {
	margin-bottom: 30px;
}

.team-info {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.team-label {
	background: #e74c3c;
	color: white;
	padding: 3px 8px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: bold;
}

.team-input {
	border: 1px solid #ccc;
	padding: 2px 5px;
	width: 200px;
	height: 20px;
}

.home-away {
    font-size: 17px;
    font-weight: bold;
    margin-left: auto;
}
.softball_wrap h1 {
    text-align: center;
    margin-bottom: 18px;
    font-size: 30px;
    margin-top: 60px;
}
.scorecard {
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
	margin-top: 20px;
}

.scorecard th,
.scorecard td {
	border: 1px solid #333;
	text-align: center;
	padding: 3px;
	height: 25px;
}

.scorecard th {
	background: #f5f5f5;
	font-weight: bold;
	font-size: 10px;
}

.order-header {
	background: #ddd;
	font-weight: bold;
	font-size: 10px;
}

.at-bats-header {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 9px;
	width: 15px;
}

.batting-order {
	background: #e8e8e8;
	font-weight: bold;
}

.small-boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
	font-size: 9px;
}

.small-box {
	width: 10px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inning-numbers {
	font-weight: bold;
}

.runs-total {
	background: #f0f0f0;
	font-weight: bold;
}

.player-icon {
	width: 60px;
	height: 60px;
	margin-left: 20px;
}

.gray-section {
	background: #d3d3d3;
}

.total-row {
	background: #f0f0f0;
	font-weight: bold;
}
.teams-wrapper {
    display: flex;
    gap: 14px;
}

.team-section {
    width: 100%;
}
.table-header {
    text-align: center;
}
/* 29-09-2025 css start */
.vollyball-table * {
    border-color: #000;
}
.vollyball-table tr > th {
    font-size: 14px;
}
.vollyball-table tr > * {
    padding: 4px;
    font-size: 12px;
    height: 35px;
		min-width: 40px;
}
.vollyball-table tr  td.col-home-team , 
.vollyball-table tr td.col-away-team{
    font-weight: 700;
}
.schedule-title {
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}

.vollyball-wrapper {
    padding: 20px 0px;
    display: block;
}
/* .vollyball-table + .vollyball-table table  thead {
display: none;
} */
.vollyball-table table {
		width: 100%;
        border-collapse: collapse;
        margin-bottom: 0px;
}

  .vollyball-wrapper {
  width: 100%;
  height: auto;
	}

.vollyball-table tr th , 
.vollyball-table tr td {
width:3.5%;
}
.vollyball-table tr .col-start-date , 
.vollyball-table tr .col-start-time ,
.vollyball-table tr .col-field-ct, 
.vollyball-table tr .score-col{
    width: 7%;
}

.vollyball-table tr .col-location {
width:14%
}

.vollyball-table tr .col-home-team , 
.vollyball-table tr .col-away-team, 
.vollyball-table tr .col-level
 {
width:10%
}
/* .vollyball-table + .vollyball-table table {
    border-top-color: transparent;
} */

.vollyball-table h3.location-title {
    text-align: center;
    margin: 20px 0px;
	font-size: 20px;
}

.volleyball-wrapper {
margin-bottom:100px;
}

@media screen and (max-width: 767px) {
.volleyball-wrapper {
margin-bottom:60px;
}	
}
@media print {
   @page vollyballpage {
        size: A4 landscape;
        margin-top: 20mm;
        margin-left: 10mm;
        margin-right: 10mm;
        margin-bottom: 10mm;
    }

    .vollyball-wrapper {
        width: 100%;
        height: auto;
        transform: none !important;
        box-sizing: border-box;
    }

		 /* Remove any automatic page breaks from wrapper/landscape */
    .vollyball-wrapper,
    .landscape {
         page-break-before: auto !important;
    page-break-after: auto !important;
    break-before: auto !important;
    break-after: auto !important;
    }
		.schedule-title {
		break-before: avoid !important;
		page-break-before: avoid !important;
		}

    /* Default table print styles */
    .vollyball-table {
        width: 100%;
        border-collapse: collapse;
        page-break-inside: avoid;
        break-inside: avoid;
				margin: 0;
    }

    .vollyball-table table {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }

    /* Prevent splitting of rows */
    .vollyball-table tr {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .vollyball-table tr > * {
        padding: 4px;
        font-size: 12px;
        line-height: 1.2;
        min-width: 40px;
    }

    /* Title + Table should stay together */
    .schedule-title {
        font-size: 20px;
        margin-bottom: 10px;
        page-break-after: avoid; /* ensures title stays with following table */
    }

    /* Repeat table headers if table spans multiple pages */
     .vollyball-table +  .vollyball-table table thead {
        display: table-header-group;
    }

		/* Already handled: only 2nd+ tables get new page */
    .vollyball-table + .vollyball-table {
        page-break-before: always;
        break-before: page;
        margin-top: 20mm;
    }

    /* Prevent extra blank at the end */
    .vollyball-table:last-of-type {
        page-break-after: auto !important;
        break-after: auto !important;
        margin-bottom: 0;
    }

		.vollyball-table tr th , 
		.vollyball-table tr td {
		width:5%;
		}

		.vollyball-table tr .col-start-time ,
		.vollyball-table tr .col-field-ct, 
		.vollyball-table tr .score-col, 
		.vollyball-table tr .col-level{
				width: 6%;
		}

		.vollyball-table tr .col-location {
		width:12%
		}

		.vollyball-table tr .col-start-date 
		{
		width:8%
		}

		.vollyball-table tr .col-home-team , 
		.vollyball-table tr .col-away-team
		{
		width:10%
		}
		.vollyball-table + .vollyball-table table {
				border-top-color: #000;
		}
}

@media print {
            .location-section {
                page-break-after: always;
                /* Each location prints on a new page */
            }

            .location-section:last-child {
                page-break-after: auto;
            }

            @page {
                size: A4 landscape;
                margin: 10mm;
            }

            .print-btn,
            .landscape_button {
                display: none !important;
            }
        }


/* 29-09-2025 css end */

/* 01-10-2025 css start */

    .soccer-cards-list {
          display: flex;
          flex-wrap: wrap;
					justify-content: center;
          gap: 20px;
      }
    .soccer-single-card {
    width: calc(33.33% - 13.33px);
}
     .soccer-single-card table {
      border-collapse: collapse;
      width: 100%;
      margin-bottom:0px;
     }
    .soccer-single-card table  td, .soccer-single-card table  th {
      border: 1px solid #000;
      padding: 4px;
    }
    .soccer-single-card table  .heading {
      font-weight: bold;
    }
    .soccer-single-card table  .circle {
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 1px solid #000;
      border-radius: 50%;
      margin: 0 3px;
    }
    .soccer-single-card table  .label .left-label {
      text-align: left;
      font-weight: bold;
      font-size:14px;
      line-height:1;
    }
    .soccer-single-card table   .right-fields {
      float: right;
    }
    .soccer-single-card table td span.center-text {
        width: 100%;
        display: block;
        text-align: center;
    }
    .soccer-single-card table td span.info-box {
      height: 36px;
    }
    .soccer-single-card table  *:not(.label .left-label) {
      font-size:12px;
      line-height:1.15
    }
		.soccer-main-wrapper h3{
				text-align: center;
		}
		.soccer-single-card td {
    width: 25%;
	}
	span.text-box {
    height: 16px;
    display: block;
	}
	.bb-0 {
		border-bottom: 0 !important;
	}
	.bt-0 {
		border-top: 0 !important;
	}
	.bl-0 {
		border-left: 0 !important;
	}
	.br-0 {
		border-right: 0 !important;
	}

	@media print {

		 @page {
    	margin-top: 50mm; /* adjust this as needed */
  		}
    .soccer-cards-list {
        page-break-inside: avoid;
        page-break-before: avoid; 
        display: flex;
    		flex-wrap: wrap;
    		gap: 0.2in; /* adjust spacing between cards */
    }
		.soccer-main-wrapper h3 {
					margin: 0;
		}

			.soccer-single-card {
				width: 2.625in; 
				height: 3.5in;
				box-sizing: border-box;
				page-break-inside: avoid;
				break-inside: avoid;
				-webkit-box-decoration-break: clone;
				box-decoration-break: clone;
			}

    /* Optional: reduce font/padding for print */
    .soccer-single-card table td, 
    .soccer-single-card table th {
        padding: 2px;
        font-size: 10px;
    }
}


/* 01-10-2025 css end */

/*span.offreg_cust { color: #ea5696 !important;}*/
span.green {color: #019d1e !important;}