/* BEGIN STYLESHEET */
/* Direct stylesheet authoring is an advanced feature. Knowledge of CSS required.*/

.psc-login-page-grid {
	display: grid;
	overflow: auto;
	grid-template-columns: 200px 1fr 200px 1fr 1fr;
	grid-template-rows: repeat(6, auto) min-content repeat(5, auto) 40px auto 0.1fr;
	grid-template-areas:
		"title title title image image"
		". subtitle . image image"
		". email . image image"
		". first_name . image image"
		". last_name . image image"
		". company_name . image image"
		". failedSignIn . image image"
		". username . image image"
		". password . image image"
		". verify_pwd . image image"
		". marketingEmails . image image"
		". forgotPassword . image image"
		". login . image image"
		". signup . image image"
		". progress . image image"
		". . . image image";
	row-gap: 5px;
	padding: 5%;
}

@media (max-width: 1400px) {
	.psc-login-page-grid {
		display: grid;
		overflow: auto;
		grid-template-columns: 0.2fr 1fr 0.2fr;
		grid-template-rows: repeat(6, auto) min-content repeat(5, auto) 40px auto 0.1fr 0px;
		grid-template-areas:
			"title title title"
			"subtitle subtitle subtitle"
			". email ."
			". first_name ."
			". last_name ."
			". company_name ."
			". failedSignIn ."
			". username ."
			". password ."
			". verify_pwd ."
			". marketingEmails ."
			". forgotPassword ."
			". login ."
			"signup signup signup"
			". . ."
			". image ."
			". progress .";
		row-gap: 5px;
		padding: 5%;
	}
}

.psc-countdown-grid {
	display: grid;
	overflow: auto;
	grid-template-columns: 150px 1fr 150px 1fr 1fr;
	grid-template-rows: repeat(2, auto) 0.1fr;
	grid-template-areas: 
		"title title title image image"
		"countdown countdown countdown image image"
		". . . image image";
	gap: 10px;
	padding: 5%;
}

@media (max-width: 1400px) {
	.psc-countdown-grid {
		display: grid;
		overflow: auto;
		grid-template-columns: 10% 1fr 10%;
		grid-template-rows: 0.2fr repeat(2, auto) 0.3fr 0px;
		grid-template-areas:
			". . ."
			"title title title"
			"countdown countdown countdown"
			". . ."
			". image .";
		gap: 10px;
		padding: 5%;
	}
}


/*Dynamic Dock sizes*/
/*Bottom Dock*/
.docked-view.docked-view-bottom{
	height:5.09vh !important;
	min-height:55px !important;
}
/*Top Dock*/
.docked-view.docked-view-top{
	height:5.56vh !important;
	min-height:75px !important;
}

@media (max-width: 1400px) {
	/*Left Dock*/
	.docked-view.docked-view-left{
		width: 25.72vw !important;
		min-width:150px !important;
	}

	/*Right Dock*/
	.docked-view.docked-view-right{
		width: 11.72vw !important;
	}
}
/* BEGIN STYLE CLASSES */
.psc-ButtonLg {
  background-color: #292864;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.psc-ButtonLg:hover {
  background-color: #3634BB;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.psc-ButtonLg:disabled {
  background-color: #706FAC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.psc-ButtonSm {
  background-color: #292864;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 4vmin;
}

.psc-MenuNormal {
}

.psc-SelectedMenu {
}

.psc-error-message {
  color: #FF0000;
  font-family: Arial;
  font-size: 12px;
  font-style: italic;
  text-align: end;
}

.psc-game\/LosserLogoSmall {
  outline-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
}

.psc-game\/WinnerLogoSmall {
  background-color: #00000078;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 1;
  padding-bottom: 5px;
  padding-top: 5px;
}

.psc-game\/liveGames\/losserSm {
  color: #6B6B6B;
  font-family: Noto Sans;
  font-size: 4vmin;
  font-weight: 200;
  line-height: 24px;
  text-decoration: line-through;
}

.psc-game\/liveGames\/teamNameSm {
  font-size: 5vmin;
}

.psc-game\/liveGames\/winnersm {
  color: #000000;
  font-family: Noto Sans;
  font-size: 5.5vmin;
  font-weight: 600;
  line-height: 24px;
}

.psc-game\/losser {
  color: #6B6B6B;
  font-family: Noto Sans;
  font-size: 1.3vmin;
  font-weight: 400;
  line-height: 24px;
  text-decoration: line-through;
}

.psc-game\/losserSm {
  color: #6B6B6B;
  font-family: Noto Sans;
  font-size: 1vmin;
  font-weight: 200;
  line-height: 24px;
  text-decoration: line-through;
}

.psc-game\/seed {
  color: #7d7f81;
  font-family: Noto Sans;
  font-size: 1.5vmin;
  font-weight: 400;
  line-height: 24px;
}

.psc-game\/seedSm {
  color: #7d7f81;
  font-family: Noto Sans;
  font-size: 5vmin;
  font-weight: 400;
  line-height: 24px;
}

.psc-game\/teamName {
  font-size: 1.5vmin;
}

.psc-game\/teamNameSm {
  font-size: 1vmin;
}

.psc-game\/winner {
  color: #000000;
  font-family: Noto Sans;
  font-size: 1.6vmin;
  font-weight: 900;
  line-height: 24px;
}

.psc-game\/winnersm {
  color: #000000;
  font-family: Noto Sans;
  font-size: 1vmin;
  font-weight: 600;
  line-height: 24px;
}

.psc-games\/rank {
  font-size: 11px;
  font-weight: 500;
  padding-right: 4px;
}

.psc-games\/scoreByPeriod {
  font-size: 11px;
  padding-left: 4px;
}

.psc-games\/scoreTotal {
  font-size: 17px;
  font-weight: 800;
  padding-left: 4px;
  text-align: right;
}

.psc-games\/teamName {
  font-size: 14px;
  font-weight: 600;
  padding-right: 4px;
}

.psc-games\/title {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
}

.psc-header {
  color: #000000;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.psc-losser {
  color: #7d7f81;
  font-family: Noto Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: line-through;
}

.psc-space {
}

.psc-title {
  color: #000000;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: bold;
}

.psc-winner {
  color: #000000;
  font-family: Noto Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

@keyframes psc-loading-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.psc-loading {
  animation-name: psc-loading-anim;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
