/* line 4, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
* {
  padding: 0;
  margin: 0;
  text-align: center;
}

/* line 11, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
body.noScroll {
  overflow-y: hidden;
}

/* line 15, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
a, p, h1, h2, h3, h4, h5 {
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
}

a {
	color: #1a80b6;
}

strong {
	font-weight: 700;
}
b {
	font-weight: 500;
}

a i {
	color: #fff !important;
}

a i:hover {
	color: #ff6b42 !important;
}


h1, h2, h3, h4, h5 {
	font-weight: 500;
	color: white;
}

/* line 20, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
ul {
  list-style: none;
  margin: 0;
}

/* line 25, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
hr {
  border-color: #ff6b42;
}
.glowing-hr {
  margin: 15px 0;
  border: none;
  border-top: 2px solid #ff6b42; /* Orange color */
  box-shadow:
    0 0 6px #ff6b42,  /* Subtle outer glow */
    0 0 12px #ff6b42;
  transition: box-shadow 0.3s ease-in-out;
}

/* line 30, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.lh-100 {
  line-height: 100px;
}
.lh-50 {
  line-height: 50px;
}

/* line 34, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.fa {
  margin-right: 10px;
  font-size: 18px;
}

/* line 40, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.inline {
  display: inline;
}

/* line 44, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.clearfix {
  display: table;
  clear: both;
  content: "";
}

/* line 50, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.mtb-20 {
  margin: 40px 0;
}

/* line 54, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 58, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 62, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 66, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.left {
  text-align: left;
}

/* line 70, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.center {
  text-align: center;
}

/*STYLE FOR LINKS WITHIN PARAGRAPHS*/
/* line 77, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.p-link {
  color: #50B2E5;
  font-weight: 600;
}

/* line 82, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.bld-link {
  font-weight: 500;
  color: white;
}

/*---------- LINK STYLE & ANIMATION ----------*/
/* line 89, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
a.menu-link, .button-main, .button-second, .social-media a {
  -webkit-transition: all .20s ease-in-out;
  -moz-transition: all .20s ease-in-out;
  -ms-transition: all .20s ease-in-out;
  -o-transition: all .20s ease-in-out;
  transition: all .20s ease-in-out;
}

/* line 99, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
a:hover,
a:focus {
  text-decoration: none;
  color: #ff6b42;
}

/*---------- PRELOADER ----------*/
/* line 107, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.preloader {
  /*display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: #1a80b6;*/

	position: fixed;
	width:100%;
	height:100%;
	background-color:#1A80B6;
	background-image:url('../img/loader.gif');
	background-repeat:no-repeat;
	background-position:center;
	z-index:10000000;
}

/* line 117, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.preloader img {
  margin: auto;
	display: none;
}

/*---------- BUTTON STYLE ----------*/
/* line 126, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.button-main {
  height: 42px;
  width: 108%;
  max-width: 175px;
  border-radius: 3px;
  color: white;
  background-color: #ff6b42;
	font-family: 'rubik', sans-serif;
	font-weight: 500;
}

.new-feature {
  font-family: 'rubik', sans-serif;
	font-weight: 600;
  font-size: 13px;
  color: #ff6b42;
}

.custom-player label {

}

.custom-player div, .custom-player label, .custom-player input {
  text-align: left;
  color: #1a80b6;
}

.button-main:focus {
	background-color: #ff6b42 !important;
	color: white !important;
}

/* line 136, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.button-main:hover {
  color: white;
  background-color: #C72A05;
}

/* line 141, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.button-second {
  height: 42px;
  width: 175px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #1a80b6;
}

a .button-nba {
  height: 42px;
  width: 150px !important;
  border-radius: 5px;;
  border-color: #ff6b42;
  color: #FFFFFF;
  background-color: #ff6b42;
  text-align: center;
}
.button-nba:hover {
  color: #1a80b6 !important;
  background-color: #FFFFFF !important;
}

.thumb-imgs {
	max-width: 100%;
  margin-bottom: 10px;
}

.btn-o {
  background-color: #ff6b42;
}


/* line 149, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.btn:focus {
  color: #1a80b6;
  background-color: #36363d;
}

/* line 154, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.button-second:hover,
.button-second:focus {
  background-color: #FFF;
  color: #3390a6;
}

/*---------- TOP INFO PANEL ----------*/
/* line 165, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.top-info-panel {
  background-color: #1a80b6;
  position: relative;
}

/* line 170, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.top-info-panel p {
  margin: 7px 0;
}

.top-info-panel a {
	color: white;
	font-weight: 400;
}

/* line 174, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.top-info-panel p a:hover {
  color: #ff6b42;
}

/*---------- NAVIGATION TOP ----------*/
/* line 187, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
#main-nav img {
  width: 260px;
  height: auto;
  max-width: 100%;
}

/* line 194, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
#main-nav {
  background-color: #FFFFFF;
  height: 100px;
  width: 100%;
  box-shadow: 0px 0px 15.11px 1.89px rgba(26, 128, 182, 0.3);
  z-index: 999;
  position: relative;
}

/* line 205, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
#main-nav button {
  width: 108%;
}

a h3 {
	color: #1a80b6;
}
a h3:hover {
	color: #ff6b42;
}

/* line 211, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
#main-nav a {
  font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

/* line 215, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
#main-nav ul li {
  font-size: 17px;
}

/* line 222, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
#main-nav ul li:last-child {
  margin-right: 0px;
}

/* line 226, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.hamburger-menu.active {
    position: absolute; /* Keep it absolute, no change needed */
    right: 15px;        /* Explicitly reinforce right position */
    z-index: 1000;      /* Optional: ensure it stays above menu */
}

#times-link {
  position: absolute; /* Keep it absolute, no change needed */
  right: 25px;
  top: 30px;        /* Explicitly reinforce right position */
  z-index: 1000;
  color: white !important;
}

#countdown-timer:hover {
	opacity: .8;
}

#countdown-timer h3 {
	text-align: left; margin-top: 10px; color: white;
}

.current-price {
	color: #ff6b42;
	font-weight: bold;
	margin-top: 0px;
}

.f-team td, .f-team th {
	color: white;
	text-align: left;
	padding: 2px 5px;
}
.f-team th {
	font-weight: 600;
}
.f-team {
	width: 85%;
	margin: auto;
	margin-bottom: 10px;
}

.chooser p, .chooser a {
	color: #fff !important;
}
.chooser a:visited {
	color: #fff !important;
}
.chooser a:hover {
	color: #D7E5FF !important;
}

.previous-price {
	color: #1a80b6;
	text-decoration: line-through;
	text-align: center !important;
	margin-top: 10px;
	font-weight: 500;
}

.package-description {
	color: #1a80b6;
	text-align: left;
	font-style: italic;
}

.add-guy {
	cursor: pointer;
}

.monthly {
	background-color: #125B81;
}

.monthly h5 {
	font-size: 16px;
}

.red-span {
	color: red;
}

#countdown-table {
	float: right;
	color: white;
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cdown {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;
}

.cdown h3 {
  text-align: center !important;
}

#countdown-table td {
	padding-left: 5px;
	padding-right: 5px;
}
#countdown-table tr {
	padding-bottom: 0px;
}
.cd-numbers td {
	font-size: 25px;
	font-weight: 600;
}

#about-section h2 {
	color: #FFFFFF;
	margin-bottom: 20px;
}
#about-section img {
	max-width: 100%;
	float: right;
	margin-bottom: 12px;
}
#about-section p {
	text-align: left;
	color: #FFFFFF;
}
#about-section h3, #about-section a {
	color: #ff6b42;
}

/* line 231, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.hamburger-menu {
    position: absolute; /* Always fixed to stay in place */
    z-index: 999;
    right: 15px;
    line-height: 0;
}

.best-value {
	/*background-color: gold;*/
	background-color: #1a80b6;
}
best-value h4 {
	/*color: black;*/
  font-weight: bold;
}
.prices {
	border: 2px solid #ff6b42;
	margin: 15px auto 20px auto;
}
#gold-pp .prices {
	border: 2px solid gold !important;
}

.prices td {
	padding-left: 7px;
	padding-right: 7px;
}

.features-check p {
	text-align: left;
}

.prices th {
	background-color: #ff6b42;
}
#gold-pp .prices th {
	background-color: gold !important;
}
#gold-pp .package-name {
  color: black !important;
}

.trial-div {
	background-color: dodgerblue; margin-top: 10px;
	border-radius: 10px;
}

#start-trial h2 {
	margin: 5px auto; padding-top: 10px;
	/*font-size: 28px;*/
}

#start-trial button {
	margin-bottom: 15px;
}

.package-name {
	color: white;
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-weight: bold;
}

/* line 239, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
body:not(.resizing) .wrapper-mobile {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* line 253, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.hamburger-menu i {
    margin-right: 20px;
    font-size: 30px;
    margin-top: 36px;
}


/* line 264, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.logo-link {
  width: 100%;
  line-height: 100px;
  position: absolute;
  left: 0;
}

/*---------- FOOTER SECTION ----------*/
/* line 275, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.footer-main {
  background-color: #1a80b6;
  color: white;
}

/* line 282, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.footer-wrapper div > * {
  text-align: left;
}

/* line 286, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.footer-wrapper {
  margin: 25px auto;
}

/* line 290, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.footer-copyright {
  margin: 15px auto 15px;
}

/* line 295, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.footer-main p {
  font-size: 15px;
}

/* line 299, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.social-icons {
  font-size: 20px;
}

/* line 303, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
.social-media a:hover {
  color: #1a80b6;
}

@media only screen and (min-width: 992px) {
  /* line 309, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
  #main-nav ul li {
    display: inline;
    margin-right: 18px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 318, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
  #main-nav ul li {
    display: inline;
    margin-right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 331, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
  .wrapper-mobile.mobile-active {
    transform: translateX(0%);
  }
  /* line 335, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
  #main-nav ul li {
    display: block;
    margin: 0;
  }
  /* line 341, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
  .wrapper-mobile {
    transform: translateX(-100%);
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    background: #000;
    width: 100%;
    height: 100% !important;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  /* line 356, C:/xampp2/htdocs/grubberz/sass/main-components.scss */
  .preloader img {
    width: 80%;
  }
}

.likely-drafted {
	background-color: #FFDBDB;
}

.pricing-sub {
	color: black;
}

.trial-title {
	color: black;

}

.preview {
	color: white;
}

p .glyphicon-ok {
	color: #1a80b6;
}

.dd-blue {
	color: #1a80b6;
}

.dd-orange {
	color: #ff6b42;
}
.standard-dd-orange {
	color: #ff6b42 !important;
}
.standard-dd-gold {
  color: gold !important;
}
.standard-dd-green {
  color: #00c72e !important;
}
.form-dd {
	padding: 5px;
}

.op-side {
	background-color: #1a80b6;
	border-radius: 10px;
	margin-bottom: 10px;
}

label {
	color: white;
	font-family: 'roboto', sans-serif;
	font-weight: 500;
}

.op-table, .op-schedule {
	width: 100%;
	font-family: 'roboto', sans-serif;
}

.op-table a {
	color: white;
}

.op-table a:hover {
	color: #ff6b42;
}

.white-link {
	color: white;
}

.op-schedule {
	color: white;
	font-size: 14px;
}

.table-stuff {
	/*background-color: #0E4968;*/
	background-color: #ff6b42;
	font-size: 12px;
}

.table-stuff .view-p {
	color: white;
	font-weight: 500;
}
.table-stuff input {
	width: 40px;
	color: #1a80b6;
}
.table-stuff select {
	color: #1a80b6;
}

.table-stuff td {
	padding: 3px;
}

.csv-error {
	color: white;
	background-color: red;
}

@media (min-width: 992px) {
	.vertical-align {
		margin-top: 10px;
	}
}


.how-to, .how-to:visited {
	color: white;
	font-weight: 500;
}

.how-to:hover, .how-to:active, .how-to:focus {
	color: #FFDED2;
}

.dd-score {
	font-weight: 500;
}
.sticky-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #031440 !important;
  z-index: 999;
  border: 3px dashed #ff6b42;
}

.sticky-footer h3 {
	margin-top: 12px;
}

.sticky-footer p {
  color: white;
  font-size: 19px;
  padding-left: 2px;
  padding-right: 2px;
}

.sticky-footer .suggested-player p {
  padding-top: 10px;
}

.empty-player {
  font-style: italic !important;
}
.filled-player {
  font-weight: 500 !important;
}

.sticky-footer .skip p {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 21px;
  font-weight: 500;
}

.sticky-footer p .draft-details {
  text-decoration: underline;
  color: #ff6b42;
}

@media (max-width: 767px) {
  .sticky-footer p {
    font-size: 16px;
  }
  .sticky-footer .skip p {
    font-size: 19px;
  }
  .sticky-footer .skip p {
    margin-bottom: 22px;
  }

}

.sched {
	border: solid 1px white;
	border-radius: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#sign-up-modal {
	z-index: 99999;
	margin-top: 15%;
}

.modal-body button {
	width: 140px;
	margin-bottom: 15px;
}

.modal-body button:hover {
	background-color: #DCEEFF;
	color: #0C3C55;
}
.modal-body p {
	color: #1a80b6;
}

.modal-header {
	background-color: #1a80b6;
}

@media (min-width: 1400px) {
	.op-schedule {
		width: 65%;
		margin: auto;
	}
}

.laptop-phone {
	max-width: 100%;
}


.table-header {
	background-color: #1a80b6;
	color: white;
	font-size: 12px;
	font-weight: 400;
}
th {
	padding: 5px;
	text-align: center;
	font-weight: 500;
}

.player-rows td {
	font-size: 12px;
	color: #1a80b6;
	padding: 3px;
}
.schedule-rows td {
	color: white;
	padding: 1px;
}

.player-rows {
	border-bottom: 1px solid #ff6b42;
}

.weighted-avg {
	font-weight: 500;
	background-color: #FFEBE1;
	color: #1a80b6;
}

#hamburger-link i {
	color: #ff6b42 !important;
}

.dropdown-menu {
	padding: 10px;
	font-size: 14px;
	width: 250px;
	margin-left: -105px;
	margin-top: 10px;
	text-align: center;
	background-color: #FBFBFB;
}

.dropdown-more {
  margin-left: -300px !important;
}
@media (max-width: 1000px) {
  .dropdown-more {
    margin-left: -400px !important;
  }
}

.mob-dd {
	display: none;
}

@media (max-width: 767px) {
	.dropdown-menu {
		display: none !important;
	}
	#prj-main-table {
		margin: auto;
	}
	#countdown-table {
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	#countdown-timer h3 {
		text-align: center;
	}
}

.dropdown-menu hr {
	margin-top: 7px;
	margin-bottom: 7px;
}

.mob-sub-list {
	margin-top: -10px;
  background-color: white;
  padding: 5px;
  width: 90%;
}

.chooser {
	padding: 5px;
	border-radius: 10px;
	background-color: #ff6b42;
	margin-bottom: 5px;
	margin-top: 5px;
}

.num-line {
	width: 50px;
}

.lock {
	height: 19px;
}
.lock-player {
	height: 16px;
}
.lock-transparent {
	opacity: .4;
}

.lock-transparent:focus {
	opacity: 1;
}

.locked-row {
	background-color: #D3F4C5;
}

.lock-player {
	cursor: pointer;
}

.transparent-row {
	opacity: .5;
}

.opp-atts {
	width: 60px;
}

.slide-label {
	text-align: center !important;
}

.slider {
	padding: 5px;
}

.form-stuff {
	padding: 7px;
	border: solid 1px white;
	border-radius: 3px;
	/*background-color: #ff6b42;*/
}

.all-sliders {
	margin-left: 10px;
	margin-right: 10px;
}

.player-search {
	color: #1A80B6;
  line-height: 22px !important;
}

#player-search:focus::-webkit-input-placeholder
{
    color: transparent;
}

.total-row {
	background-color: #ff6b42;
}

.total-row td {
	font-size: 12px;
	color: white;
	padding: 3px;
	font-weight: 500;
}

.tabs {
	width:100%;
	display: inline-block;
}

	.tab-links:after {
	display:block;
	clear:both;
	content:'';
}

.tab-links li {
	margin:0px 3px;
	float:left;
	list-style:none;
}

.tab-links a, .tab-links select {
	padding:9px 15px;
	display:inline-block;
	border-radius:3px 3px 0px 0px;
	background:#7FB5DA;
	font-size:13px;
	font-weight: 400;
	color: white;
	transition:all linear 0.15s;
}

.tab-links a:hover, .tab-links select:hover {
	background:#a7cce5;
	text-decoration:none;
}

li.active a, li.active a:hover, li.active select, li.active select:hover {
	background:#1A80B6;
	color: white;
}

.tab-links select:hover {
  cursor: pointer;
}

.tab-content {
	padding:15px;
	border-radius:3px;
	box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
	background:#fff;
}

.tab {
	display:none;
}

.tab.active {
	display:block;
}

.running {
	display: none;
	position: fixed;
	width:100%;
	height:100%;
	background-color:#1A80B6;
	background-image:url('../img/loader.gif');
	background-repeat:no-repeat;
	background-position:center;
	z-index:10000000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

@media only screen and (max-width: 900px) {
	.hide-mob {
		display: none;
    }
	.player-search {
		width: 90%;
	}
	.smaller-header {
		font-size: 30px !important;
	}
	.smaller-para {
		font-size: 18px !important;
	}
}

@media only screen and (min-width: 901px) {
	.hide-big {
		display: none;
    }
    .player-search {
      width: 70%;
    }
}

@media only screen and (max-width: 600px) {
  .tools {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .op-main, .tab-links, .tab-links li {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.add-player a {
  background-color: #ff6b42;
}

.empty-row {
  height: 12px;
  background-color: white;
  border-bottom: 1px solid #1a80b6;
}

.team-row {
  background-color: #1a80b6;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  opacity: .75;
}

.your-team-row {
  background-color: #1a80b6;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
}

.team-row td, .your-team-row td {
  padding: 3px;
}

/*#price-page {
  background-color: #01071c;

}*/
#price-page p, #price-page h3, #price-page li {
  color: #FFFFFF;
}
#price-page *:not(.glyphicon) {
  font-family: 'roboto', sans-serif;
}
#price-page .price-top p {
  margin-top: 30px;
  padding: 10px;
  font-size: 16px;
}
#price-page .price-top {
  margin-top: 20px;
  padding: 0px !important;
}
@media (max-width: 767px) {
  #price-page .price-top h3 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  #price-page .price-top p {
    margin-top: 20px;
  }
}
.top-white-brd {
  border: none;
  border-top: 2px solid white;
  margin-top: 10px;
}
#price-page select {
  margin-top: 30px;
  padding: 5px !important;
  font-weight: bold;
}
#price-page option {
  text-align: left;
  font-weight: bold;
}
#price-page h3 {
  font-weight: bold;
  font-size: 35px;
}
#price-page #champ {
  margin-bottom: 20px;
  max-height: 300px;
  max-width: 100%;
}
#price-page #pp-logo {
  height: 40px;
  margin-left: 20px;
  margin-top: 10px;
}
#price-page .pp-logo-con {
  height: 50px;
  text-align: left;
}
.price-period {
  margin-top: 30px;
}
.price-period li {
  margin: 10px;
  padding: 5px;
}
.price-period .selected-plan {
  border: 2px solid #eb4407;
}
#price-page .prices {
  width: 100%;
}
#price-page .features-check td:nth-child(1) {
  width: 10px !important;
}

#price-page .pb {
  display: none;
}

.price-period li {
  cursor: pointer;
}

#price-page .monthly {
  background: transparent !important;
}

#price-page .yearly, #price-page .seven-day {
  display: none;
}

#price-page .y-bv {
  color: gold;
  font-size: 10px;
  font-weight: bold;
}
#price-page .sports-tabs {
  margin-top: 15px;
  margin-bottom: 15px;
}
#price-page .sports-tabs li {
  cursor: pointer;
  display: inline;
  padding: 10px 20px;
  font-size: 18px;
}
#price-page .sports-tabs .st-selected {
  border-bottom: 3px solid #eb4407;
}
#price-page .current-plan {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  padding: 8px !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
#price-page .existing li, #price-page .existing p {
  color: white !important;
}
#price-page .existing li {
  margin-left: 30px;
  text-align: left !important;
}
#price-page .existing p {
  text-align: left;
  padding: 10px 30px;
}
#price-page .existing strong {
  color: gold;
}
#price-page .button-main {
  font-weight: bold;
  background-color: #eb4407;
}
#price-page #gold-pp .button-main {
  font-weight: bold;
  background-color: gold !important;
  color: black !important;
}
/*#price-page .prices {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #eb4407 !important;
}
#price-page .prices tr:not(:first-child) {
  border-left: 2px solid #eb4407;
  border-right: 2px solid #eb4407;
}
#price-page .prices tr:first-child th:first-child {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}*/
#price-page .prices th {
  background-color: #eb4407;
}
#price-page .current-price {
  color: #eb4407;
}
#price-page #gold-pp .current-price {
  color: gold;
}

#price-page .yearly-trial-container h4 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#price-page .yearly-trial-container .button-main {
  margin-bottom: 20px;
}
#price-page .trial-select-hd {
  color: #FFFFFF;
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  #price-page .monthly-trial {
    margin-top: 55px;
  }
}
.yt-thumb {
  margin-bottom: 30px;
}
@media only screen and (max-width: 560px) {
  .yt-thumb {
    width: 100%;
    max-height: 300px;
  }
}
.grad-dd-blue {
    background: linear-gradient(to bottom, #1a80b6, #082838) !important;
}
.grad-dd-black {
    background: linear-gradient(to bottom, #000, #082838) !important;
}
.grad-dd-orange {
    background: linear-gradient(to bottom, #ff6b42, #bf5336) !important;
}
.neon-dd-blue {
    background: linear-gradient(to bottom, #1a80b6, #176e9c) !important;
    color: #fff; /* Text color */
    border-radius: 5px; /* Optional: for rounded corners */
    padding: 10px 20px; /* Adjust padding as needed */
    text-align: center; /* Center the text */
    box-shadow:
        0 0 8px #1a80b6,  /* Moderate outer glow */
        0 0 16px #1a80b6,
        0 0 24px #25f6fa;
    transition: box-shadow 0.3s ease-in-out;
}
.neon-dd-blue:hover {
    box-shadow:
        0 0 12px #1a80b6,  /* Slightly stronger glow on hover */
        0 0 24px #1a80b6,
        0 0 32px #25f6fa;
}

.neon-dd-orange {
    background: linear-gradient(to bottom, #ff6b42, #bf5336) !important;
    color: #fff; /* Text color */
    border-radius: 5px; /* Optional: for rounded corners */
    padding: 10px 20px; /* Adjust padding as needed */
    text-align: center; /* Center the text */
    box-shadow:
        0 0 8px #ff6b42,  /* Moderate outer glow */
        0 0 16px #ff6b42,
        0 0 24px #ff6b42;
    transition: box-shadow 0.3s ease-in-out;
}
.neon-dd-gold {
    background: linear-gradient(to bottom, gold, gold) !important;
    color: #fff; /* Text color */
    border-radius: 5px; /* Optional: for rounded corners */
    padding: 10px 20px; /* Adjust padding as needed */
    text-align: center; /* Center the text */
    box-shadow:
        0 0 8px gold,  /* Moderate outer glow */
        0 0 16px gold,
        0 0 24px gold;
    transition: box-shadow 0.3s ease-in-out;
    color: black !important;
}
.neon-dd-green {
    background: linear-gradient(to bottom, #00c72e, #00c72e) !important;
    color: #fff; /* Text color */
    border-radius: 5px; /* Optional: for rounded corners */
    padding: 10px 20px; /* Adjust padding as needed */
    text-align: center; /* Center the text */
    box-shadow:
        0 0 8px #00c72e,  /* Moderate outer glow */
        0 0 16px #00c72e,
        0 0 24px #00c72e;
    transition: box-shadow 0.3s ease-in-out;
}
.neon-dd-orange:hover {
    box-shadow:
        0 0 12px #ff6b42,  /* Slightly stronger glow on hover */
        0 0 24px #ff6b42,
        0 0 32px #ff6b42;
}

.grad-blk {
    background: linear-gradient(to bottom right, #000000, #000000, #082738) !important;
}
.white-textured-bg {
    background-color: #fff; /* Fallback color */
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.04) 1px, transparent 1px),
                      radial-gradient(circle, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 5px 5px; /* Adjust the size of the noise dots */
}
.c-blk-grad {
    /*background: linear-gradient(to bottom right, #333333, #0d0d0d) !important;*/
    color: white !important;
    background-color: #000; /* Solid black background */
      background-image:
          radial-gradient(circle, rgba(255, 255, 255, 0.15) 2px, transparent 2px);
      background-size: 30px 30px;
}
.c-grey-grad {
    /*background: linear-gradient(to bottom right, #333333, #0d0d0d) !important;*/
    color: white !important;
    background-color: #403f3f; /* Solid black background */
      background-image:
          radial-gradient(circle, rgba(255, 255, 255, 0.15) 2px, transparent 2px);
      background-size: 30px 30px;
}
.c-prop-grad {
    /*background: linear-gradient(to bottom right, #333333, #0d0d0d) !important;*/
    color: white;
    background-color: black; /* Solid black background */
      background-image:
          radial-gradient(circle, rgba(255, 255, 255, 0.15) 2px, transparent 2px);
      background-size: 30px 30px;
}
.walkthrough-section p, .walkthrough-section h4 {
  color: white !important;
}
.walkthrough-section p {
  font-size: 14px !important;
  line-height: 1.6;
  text-align: center;
  padding-left: 3px;
}
.walkthrough-section h1, .walkthrough-section h2, .walkthrough-section h3 {
  color: #ff6b42 !important;
}
.features-section a, .features-section h1, .features-section h2, .features-section h3, .features-section h4 {
  color: #ff6b42 !important;
}
.features-section p {
  color: white !important;
}
.walkthrough-section p .fa-check {
  margin: 3px;
  font-size: 11px !important;
  vertical-align: middle;
  color: #ff6b42;
}
.preview-btn button {
  margin-bottom: 20px;
  margin-top: 10px;
  height: 42px;
  width: 108%;
  max-width: 240px;
  border-radius: 3px;
  color: white;
  background-color: #ff6b42;
	font-family: 'rubik', sans-serif;
	font-weight: 500;
}
.header-brands .img-brands img {
  max-height: 20px !important;
  margin-right: 3px;
}
.footer-brands .img-brands img {
  max-height: 23px !important;
  margin-right: 4px;
}
.img-brands img:hover {
  filter: brightness(1.8);
  opacity: .8;
}
.menu-link {
  color: white;
}
.orange-brd {
  border: 1px solid #ff6b42;
  box-shadow:
    0 0 6px #ff6b42,  /* Subtle outer glow */
    0 0 12px #ff6b42,
    0 0 18px #ff6b42;
  transition: box-shadow 0.3s ease-in-out;
}
.green-brd {
  border: 1px solid #00c72e;
  box-shadow:
    0 0 6px #00c72e,  /* Subtle outer glow */
    0 0 12px #00c72e,
    0 0 18px #00c72e;
  transition: box-shadow 0.3s ease-in-out;
}
.gold-brd {
  border: 1px solid gold;
  box-shadow:
    0 0 6px gold,  /* Subtle outer glow */
    0 0 12px gold,
    0 0 18px gold;
  transition: box-shadow 0.3s ease-in-out;
}

.orange-box {
    filter: drop-shadow(0 0 4px #ff6b42) drop-shadow(0 0 8px #ff6b42);
}

@media only screen and (max-width: 767px) {
  .walkthrough-wrapper .col-sm-12, .features-section .col-xs-12 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

.membership-level {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 15px 0px;
}
.membership-level li {
  margin-right: -1px;
  padding: 10px;
  font-size: 17px;
  width: 180px;
  font-weight: bold;
  border: 2px solid #adadad;
  cursor: pointer;
  text-align: center
}
.membership-level .bv {
  font-size: 10px;
  color: #ff6b42;
}
.membership-level .selected-level {
  background-color: rgba(255, 107, 66, 0.6);
}
.membership-level .selected-level-gold {
  background-color: rgba(181, 148, 16, 0.7);
}
.avatar-level {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 15px 0px;
}
.avatar-level li {
  margin-right: -1px;
  padding: 10px;
  font-size: 13px;
  width: 150px;
  font-weight: bold;
  border: 2px solid #adadad;
  cursor: pointer;
  text-align: center
}
.avatar-level .bv {
  font-size: 10px;
  color: #ff6b42;
}
.selected-avatar {
  background-color: rgba(0, 69, 14, 0.7);
}
.unselected-avatar {
  background-color: rgba(135, 5, 0, 0.7);
}
.av-selector {
  margin-bottom: 10px !important;
}
.av-selector p {
  margin-left: 10px !important;
  margin-right: 10px !important;
  font-weight: bold;
}
.gold-btn {
  background-color: gold !important;
  color: black !important;
}
.sims-section h2, .sims-section h5, .sims-section .fa-check {
  color: gold !important;
}
.props-section h2, .props-section h5, .props-section .fa-check {
  color: #00c72e !important;
}
@media only screen and (min-width: 992px) {
  .mgn-md {
    margin-top: 60px !important;
  }
}
.menu-category {
  width: 100%;
  background-color: #ff6b42;
  padding: 8px;
  margin: 7px 0px 7px 0px;
}
.menu-category span {
  color: white;
  font-weight: bold;
}
.dropdown-menu .col-md-6, .dropdown-menu .col-sm-4 {
  padding: 4px !important;
}
.mobile-dropdown {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.mobile-dropdown a {
  font-size: 16px;
}
.sign-up-btns {
  margin-top: 20px;
}
@media only screen and (max-height: 775px) {
  .mobile-dropdown {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sign-up-btns {
    margin-top: 10px;
  }
}

.mob-menu-link {
  color: #1a80b6;
  font-size: 16px;
}
.mob-menu-span {
  line-height: 35px;
}
.mob-menu-div {
  width: 100%;
}

.mob-sub-list .mob-menu-div:not(:last-child) {
  border-bottom: 1px solid #ff6b42;
}

.sign-up-btns p {
  margin-top: 30px;
  color: white;
  font-size: 16px;
}
.sign-up-btns p a {
  color: #ff6b42;
  font-weight: bold;
}
.menu-separator {
  width: 70%;
  border-bottom: 1px solid white;
  margin: 7px 0px;
}
.solid-gold-brd {
  border: 4px solid #ff6b42;
}

/* Mobile styles */
@media (max-width: 767px) {
    #winningsCarousel .glyphicon {
        margin-top: -50px;
    }
}
/*# sourceMappingURL=../css/main-components.map */
