body {
	color: #323232;
	font-family: Ubuntu, sans-serif;
	background-color: #fff;
	font-size: 14px !important;
}

body.open-menu {
	overflow: hidden;
}

p {
	font-family: Ubuntu, sans-serif;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 2em;
}

a,
a.active,
a:active,
a:focus,
a:hover {
	color: #279a18;
	font-family: Ubuntu, sans-serif;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Ubuntu, sans-serif;
	font-weight: 700
}

button {
	outline: 0
}

textarea {
	margin-bottom: 1em
}

.red {
  color: #cc0000
}

.green {
  color: #279a18
}

.grey {
  color: #737373
}

.padding-0 {
  padding: 0
}

.padding-horizontal-0 {
  padding-top: 0;
	padding-bottom: 0;
}

.no-underline {
	text-decoration: none !important
}

.login-notification {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	margin-bottom: .8em;
	padding: .8em .5em;
}

.btn.btn-link {
	color: #279a18;
}

.btn.btn-login-fb {
	color: #fff;
	font-weight: bold;
	background-color: #33549e;
	border-radius: 8px;
	padding: .7em 3.3em;
	height: 42px;
}

.btn.btn-login-fb i {
	margin-right: .5em;
}

.btn.btn-login-fb:hover,
.btn.btn-login-fb:focus,
.btn.btn-login-fb:active:focus,
.btn.btn-login-fb:active:hover {
	outline: 0;
	background-color: #33549e;
	opacity: .75;
}

.btn.btn-primary {
	font-weight: bold;
	background-color: #279a18;
	border-color: #279a18;
	border-radius: 8px;
	padding: .7em 3.3em;
	height: 42px;
}
.btn.btn-red {
	font-weight: bold;
	background-color: #cc0000;
	border-color: #cc0000;
	border-radius: 8px;
	padding: .7em 3.3em;
	height: 42px;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover {
	outline: 0;
	background-color: #279a18;
	opacity: .75;
}
.btn.btn-primary.btn-margin{
    margin: .5em 0;
}
.btn.btn-secondary {
	color: #fff;
	font-weight: bold;
	background-color: #001b39;
	border-color: #001b39;
	border-radius: 8px;
	padding: .7em 3.3em;
	height: 42px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active:hover {
	outline: 0;
	background-color: #001b39;
	opacity: .75;
}
.btn.btn-primary.grey{
  background-color: #737373;
  border-color: #737373;
  color: #fff;
}
.btn.btn-primary.grey.minimal {
    float: right;
    color: #fff !important;
    padding: 5px 20px;
    height: auto;
}
.btn.btn-primary.grey:hover{
	background-color: #279a18;
	border-color: #279a18;
		opacity: 1;
	}
/* Header styles */

header {
	color: #fff;
	background-color: #001b39;
	background-image: url(../img/bg_pattern.png);
	min-height: 400px;
	margin-bottom: 1em;
}

header.inner-page {
	min-height: auto;
}

header.inner-page .navbar-default {
	margin: 0;
	border-bottom: 0;
}

header .navbar-default {
	background-color: transparent;
	border-color: transparent;
	padding: .6em 0;
	border-bottom: 1px solid #142d49;
	border-radius: 0;
	margin-bottom: 0;
}

header .navbar-default .navbar-brand {
	padding-left: 0;
    height: 53px;
    padding: 0;
    padding-top: 4px;
}
header .navbar-default .navbar-brand img{
	width: 120px;
}

header .navbar-default .navbar-brand h1 {
	color: #fff;
	font-size: 24px;
	margin: 0;
	transition: .2s;
}

header .dropdown-menu {
	border-radius: 0px !important;
	padding: 0;
	border: 0;
}

header .dropdown-menu li {
	border-bottom: 1px solid #c5c5c5;
}

header .dropdown-menu li:hover {
	background-color: #f8f8f8;
}

header .dropdown-menu>li>a:focus,
header .dropdown-menu>li>a:hover,
header .dropdown-menu li:hover a,
header .dropdown-menu li:hover a:hover {
	background-color: transparent;
	border: 0 !important;
}

header .dropdown-menu>li>a {
	display: block;
	padding: 5px 20px;
	line-height: 1.8em;
}

header .navbar-default .navbar-brand h1:hover,
header .navbar-default .navbar-brand h1:focus {
	opacity: .75;
}

header .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
}

header .navbar-default .navbar-nav>li>a:focus,
header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:focus,
header .navbar-default .navbar-nav>.open>a:hover {
	color: #279a18;
	background-color: transparent;
}

header .description {
	margin-top: 5.5em;
}

header .description h2 {
	font-size: 44px;
	margin-bottom: .5em;
}

header .description h2 time {
	display: block;
	font-size: 13px;
	font-weight: 400;
}

header .description h2 img {
	display: inline-block
}

header .description p {
	font-size: 17px;
	line-height: 2em;
	margin-bottom: 1.2em;
}

header .koef-block {
	height: 42px;
	display: inline-block;
	background-color: #000d1c;
	padding: .7em 1.4em;
	border-radius: 8px;
}

header .koef-block ul {
	margin: 0;
	padding: 0;
}

header .koef-block li {
	display: inline-block;
	border-right: 1px solid #0f2239;
	line-height: 1em;
	padding: 0 5px;
}

header .koef-block li:last-child {
	border-right: 0;
}

header .mobile-user {
	float: right;
	display: inline-block;
}

header .mobile-user.navbar-nav .open .dropdown-menu {
	position: absolute;
	display: inline-block;
	background-color: #fff;
	left: auto;
	right: 15px;
	border: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
	background-color: #279a18;
}

header .navbar-default .navbar-toggle {
	float: left;
	border: 0;
	z-index: 9999999;
}

header .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

header .navbar-toggle {
	margin-top: 13px;
	border-radius: 0px;
}

header .navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
}

header .navbar-default .count {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  background-color: #279a18;
  padding: 3px 5px;
  border-radius: 6px;
}

.bet-type-menu .count {
  color: #279a18;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  background-color: #fff;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
	.navbar-right {
		margin: .45em 0;
	}
}

header .navbar-nav>li>a.btn.btn-default {
	background-color: transparent;
	padding-left: 1.4em;
	padding-right: 1.4em;
}

@media screen and (max-width: 767px) {
	header .navbar-nav>li>a.btn.btn-default {
		margin-left: 15px;
		margin-right: 15px;
	}
}


/* Content Styles */

#content .content-block {
	font-size: 15px;
    line-height: 1.6em;
	margin-bottom: 2em;
}

#content .content-block .content-block-header {
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 1em;
}

#content .content-block .content-block-header h2,
#content .content-block .content-block-header h1 {
	font-size: 24px;
	color: #323232;
	margin-top: 0;
}

#content .content-block .content-block-header .breadcrumbs {
	margin-bottom: .6em;
}

#content .content-block .content-block-header h2.large-text {
	font-size: 30px;
}

#content .table.forum>tbody>tr>td,
#content .table.forum>tbody>tr>th,
#content .table.forum>tfoot>tr>td,
#content .table.forum>tfoot>tr>th,
#content .table.forum>thead>tr>td,
#content .table.forum>thead>tr>th {
	padding: 8px 10px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #c5c5c5;
	font-size: 13px;
}

#content .table.forum>tbody>tr>td:first-child {
	max-width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content .table.forum>tbody>tr:nth-of-type(odd) {
	background-color: #f7f7f7;
}

#content .table.forum>tbody>tr:hover,
#content .table.forum>tbody>tr:focus {
	background-color: #d9d9d9;
}

#content .table.forum>tbody>tr>td:nth-child(2) {
	text-align: center;
	color: #001b39;
	font-weight: bold;
	padding: 8px 0px;
}

#content .table.forum>tbody>tr>td:nth-child(3) {
	font-weight: bold;
	text-align: center;
}

#content .news .new-item {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c5c5c5;
}

#content .news .new-item img {
	border-radius: 5px;
}

#content .news .new-item h3 {
	margin-top: 0;
	font-size: 18px;
}

#content .news .new-item h3 a {
	color: inherit;
	font-size: inherit;
}

#content .news .new-item p {
	font-size: 12px;
	margin-bottom: .5em;
}

#content .news .new-item a {
	font-size: 13px;
	font-weight: bold;
}

#content .news .new-item time {
	color: #767676;
	font-size: 12px;
	margin-right: 10px;
}

#content .news .new-item time:before {
	font-family: "Font Awesome 5 Free";
	color: #7b7b7b;
	font-size: 11px;
	content: "\f017";
	margin-right: 7px;
}

#content .tipsters .tipster-item {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5em;
    padding-bottom: .5em;
	border-bottom: 1px solid #c5c5c5;
}

#content .tipsters .tipster-item  .tipster-item-title{
	flex-grow: 1;
	line-height: 1em;
}
#content .tipsters .tipster-item:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}

#content .tipsters .tipster-item:first-child {
  padding-top: .5em;
}

#content .tipsters .tipster-item .profile-img {
    color: #c3c3c3;
    font-size: 1.5em;
    margin: 0 10px;
}

#content .tipsters .tipster-item .profile-link {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	line-height: 3.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 155px;
}

#content .tipsters .tipster-item table {
	color: #767676;
	width: 100%;
}

#content .tipsters .tipster-item .profile-stats .green {
	color: #279a18;
}

#content .tipsters .tipster-item .profile-stats .red {
	color: #cc0000;
}

/* #content .tipsters .tipster-item table th,
#content .tipsters .tipster-item table tr td {
	text-align: center;
	border-right: 1px solid #c5c5c5;
}

#content .tipsters .tipster-item table th:last-child,
#content .tipsters .tipster-item table tr td:last-child {
	border: 0;
}

#content .tipsters .tipster-item table tr td {
	color: #313131;
	font-size: 24px;
	font-weight: 600;
}

#content .tipsters .tipster-item table tr td.green {
  color: #279a18;
}

#content .tipsters .tipster-item table tr td.red {
  color: #cc0000;
} */

#content .tipsters .tipster-item .btn.btn-link {
	color: #279a18;
	font-weight: 600;
	text-align: center;
	border: 1px solid #279a18;
	border-radius: 5px;
	/* line-height: 3.2em; */
}

#content .tipsters .tipster-item .btn.btn-link i {
	color: #c5c5c5;
}

#content .questions-list .question-block {
	position: relative;
	border: 1px solid #c5c5c5;
	border-left: 4px solid #c5c5c5;
	padding: 1em 1.5em;
	border-radius: 5px;
	margin-bottom: 1em;
}

#content .questions-list .question-block h2 {
	font-size: 18px;
	margin: 0;
	margin-bottom: .4em;
	width: 85%;
}

#content .questions-list .question-block .question-time {
	color: #989898;
	font-size: 12px;
	float: right;
	position: absolute;
	right: 1em;
	top: 1em;
}

#content .questions-list .question-block h2 a {
	color: inherit;
}

#content .questions-list .question-block span,
#content .questions-list .question-block span time {
	color: #767676;
	font-size: 12px;
}

#content .questions-list .question-block span time:before {
	font-family: "Font Awesome 5 Free";
	color: #7b7b7b;
	font-size: 11px;
	content: "\f017";
	margin-right: 4px;
}

#content .tags {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .tags li {
	display: inline-block;
}

#content .tags li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #279a18;
	padding: .2em .6em;
	border-radius: 1em;
	margin: 0;
}

#content .comments-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .comments-list ul li.comment-block:last-child {
	margin-bottom: 1em;
}

#content .comments-list ul li.comment-block {
	list-style: none;
	padding: .8em 0;
	margin: 0;
	border-bottom: 1px solid #c5c5c5;
	margin-top: 15px;
}

#content .comments-list ul li.comment-block p {
	font-size: 15px;
	margin-bottom: 0;
}

#content .comments-list ul li.comment-block .quote {
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	background: #f7f7f7;
}

#content .comments-list ul li.comment-block .quote p {
	font-size: 14px;
}

.comments-list .comment-block .quotes-btn {
	color: #fff;
	background: #b4b1b1;
	font-size: 11px;
	font-weight: 900;
	margin-top: 3px;
	text-decoration: none;
	padding: 2px 5px;
	border-radius: 3px;
	cursor: pointer
}

.comments-list .comment-block .quotes-btn:hover,
.comments-list .comment-block .quotes-btn:focus {
	opacity: .7;
}

.comments-list .comment-block .quotes-btn:before {
	content: '\f10e';
	font-family: "Font Awesome 5 Free";
	margin-right: .7em
}

#content .comments-list .comment-block .name a {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .6em;
}

#content .comments-list .comment-block .quotes-btn:before {
	content: '\f10e';
	font-family: "Font Awesome 5 Free";
	margin-right: 0.7em;
}

#content .comments-list .comment-block .time {
	font-size: 11px;
	color: #989898;
}

#content .comments-list .comment-block .time:before {
	content: '\f017';
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	margin-right: .3em;
	opacity: .7;
	vertical-align: middle;
}

#content .stats {
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	box-shadow: none;
	padding: 1em 1em;
	margin-bottom: 1em;
}

#content .stats h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0;
}

#content .stats .main-stat {
	width: 100%
}

#content .stats .main-stat th,
#content .stats .main-stat td {
	text-align: center;
}

#content .stats .main-stat th {
	font-size: 18px;
}

#content .stats .main-stat td {
	font-size: 22px;
	font-weight: bold;
}

#content .stats .details-stat {
	width: 100%;
	margin-top: .5em;
}

#content .stats .details-stat td {
	font-size: 13px;
	padding: 4px 0px;
	border-bottom: 1px solid #c5c5c5
}

#content .stats .details-stat tr:last-child td {
	border-bottom: 0;
}

#content .stats .details-stat td:last-child {
	text-align: right
}

#content .bet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#content .bet-list .bet-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #c5c5c5;
    border-left: 4px solid #c5c5c5;
    padding: .8em .5em;
    border-radius: 5px;
    margin-bottom: 1em;
}

#content .bet-list .bet-item:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}

#content .bet-list .bet-item h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: .2em;
}

#content .bet-list .bet-item h3 a {
    cursor: pointer;
    color: inherit;
}

#content .bet-list .bet-item time {
    font-size: 12px;
    color: #989898;
}

/* #content .bet-list .bet-item .company-img {
    font-weight: bold;
    padding-top: .55em;
} */
#content .bet-list .bet-item  .bet-item-company{
    margin:0 .5em;

}
#content .bet-list .bet-item .company-img img {
  width: 70px;
}

#content .bet-list .bet-item .bet-item-sport-icon {
    min-width: 35px;
    margin-right: .5em;
}

#content .bet-list .bet-item .bet-item-description {
    min-width: 420px;
}

#content .bet-list .bet-item .stat-item {
    font-weight: bold;
    /* line-height: 1.2em; */
    /* margin-top: 4px; */
}

#content .bet-list .bet-item .user-name {
    display: block;
    font-weight: bold;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    /* padding-top: .6em; */
}

#content .bet-list .bet-item .sport-icon {
    color: #c5c5c5;
    font-size: 30px;
}

#content .new-content {
	display: block;
	margin-bottom: 2em;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 1em;
}

#content .new-content p {
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 0 10px;
}

#content .new-content .new-img .pic {
	float: left;
	margin-bottom: 1.6em
}

#content .new-content .new-img .pic img {
	width: 100%;
	margin-bottom: .3em
}

#content .new-content .new-img .pic small {
	display: block;
	color: #989898;
	font-size: 11px
}

#content .small-block img {
	width: 100%;
	transition: .2s;
}

#content .small-block:hover img {
	opacity: .85;
}

#content .small-block .description {
	font-weight: 900;
	padding: 8px 0
}

#content .small-block .description .title h3 {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: .3em;
}

#content .small-block:hover .description .title h3 {
	text-decoration: underline;
}

#content .small-block .description time {
	font-weight: 400;
	color: #989898;
	font-size: 13px;
	display: block
}

#content .small-block .description time:before {
	content: '\f017';
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	margin-right: .3em;
	opacity: .7;
	vertical-align: middle;
}

#content .content-menu {
	list-style: none;
	padding: 0;
}

#content .content-menu li {
	border-bottom: 1px solid #c5c5c5;
	padding: .5em .9em;
}

#content .content-menu li:last-child {
	border-bottom: 0;
}

#content .content-menu li:nth-child(even) {
	background-color: #f8f8f8;
}

#content .content-menu li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#content .content-menu li:hover a {
	color: inherit;
}

#content .calculator-form {
	padding: 1em 2em;
	border: 1px solid #c5c5c5;
	border-radius: 8px;
}

#content .calculator-form .row {
	margin-bottom: 1em;
}

#content .forum-table {
	width: 100%;
}

#content .forum-table th {
	color: #fff;
	background-color: #279a18;
	padding: .8em 1.2em;
}

#content .forum-table th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

#content .forum-table th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#content .forum-table tbody tr td {
	padding: .5em .9em;
	border-bottom: 1px solid #c5c5c5;
}

#content .forum-table tbody tr td .title {
	color: #001b39;
	font-size: 17px;
	font-weight: bold;
}

#content .forum-table tbody tr td:first-child {
	font-size: 26px;
	line-height: 1.2em;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

#content .forum-table tbody tr td:first-child i {
	color: #c5c5c5;
}
#content .forum-table tbody tr td:last-child {
	text-align: right;
	padding-right: 0;
}

#content .forum-table tbody tr:last-child td {
	border-bottom: 0;
}

#content .forum-table tbody tr td .username {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#content .forum-table tbody tr td .date {
	color: #989898;
	font-size: 12px;
}
#content .forum-inner .user-line{
	color: #989898;
	font-size: 14px;
	font-weight: bold;
}

#content .forum-inner .forum-description{
	border-bottom: 1px solid #c5c5c5;
}
#content .forum-inner .forum-description p{
	font-size: 15px;
}

#content .bet-type-menu{
    list-style: none;
    margin-bottom: 1em;
    padding:0
}
#content .bet-type-menu li {
    display: inline-block;
    padding-bottom: 5px;
}
#content .bet-type-menu li a{
    color: #fff;
    display: block;
    font-size: 13px;
    background-color: #279a18;
    border-radius: 3px;
    padding: 0em .8em;
}

/* Sidebar Styles */
#sidebar .panel-body .panel-btn{
    display: block;
}
#sidebar .panel-body .panel-btn .btn.btn-primary{
    line-height: 1em;
    height: auto;
    padding: .5em 1.2em;
    margin-bottom: .7em;
}
#sidebar .panel-default>.panel-heading {
	font-size: 15px;
	font-weight: 500;
	color: #323232;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
	border-color: #c5c5c5;
	border-radius: 6px;
}

#sidebar .panel-default>.panel-heading i {
	color: #737373;
	margin-right: 5px;
}

#sidebar .panel-default .show-more .btn.btn-default {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background-color: #279a18;
	border-color: #279a18;
	border-radius: 8px;
	padding: .4em 2em;
}

#sidebar .panel-default>.panel-heading a {
	float: right;
	font-size: 12px;
	line-height: 1.7em;
}

#sidebar .panel-default {
	position: relative;
	border-color: #c5c5c5;
	border-radius: 6px;
	box-shadow: none;
}

#sidebar .panel-default .show-more {
	position: absolute;
	bottom: -1.2em;
	left: 0;
	right: 0;
	text-align: center;
}

#sidebar .panel-default .item-list {
	width: 100%;
	font-size: 13px;
	margin: 5px 0 15px 0px;
}

#sidebar .panel-default .item-list tr td {
	padding: .4em 0;
	border-bottom: 1px solid #c5c5c5;
}

#sidebar .panel-default .item-list tr:last-child td {
	border-bottom: 0;
}

#sidebar .panel-default .item-list tr td:nth-child(2),
#sidebar .panel-default .item-list tr td:nth-child(3) {
	text-align: right;
	font-weight: bold;
}

#sidebar .panel-default table.top-table {
	width: 100%;
	margin-bottom: .8em;
}

#sidebar .panel-default table.top-table tr:hover td {
	text-decoration: underline;
	cursor: pointer;
}

#sidebar .panel-default table.top-table tr td {
	padding: 5px 0;
	border-bottom: 1px solid #c5c5c5;
}

#sidebar .panel-default table.top-table tr:last-child td {
	border-bottom: 0;
}

#sidebar .panel-default table.top-table tr td:last-child {
	text-align: center;
	font-weight: bold;
}

#sidebar .panel-default .panel-nav {
	padding: 5px 15px 0 15px;
}

#sidebar .panel-default .panel-nav .nav-tabs {
	border-bottom: 2px solid #279a18;
}

#sidebar .panel-default .panel-nav .nav-tabs>li.active>a,
#sidebar .panel-default .panel-nav .nav-tabs>li.active>a:focus,
#sidebar .panel-default .panel-nav .nav-tabs>li.active>a:hover {
	color: #fff;
	background-color: #279a18;
	border-bottom-color: transparent;
}

#sidebar .panel-default .panel-nav .nav-tabs>li>a,
#sidebar .panel-default .panel-nav .nav-tabs>li>a:hover {
	border: 0;
	background-color: transparent;
	line-height: 1em;
}

#sidebar .panel-default .navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .panel-default .navigation li {
	font-weight: bold;
	padding: .9em 1em;
	border-bottom: 1px solid #c5c5c5;
	font-size: 15px;
}

#sidebar .panel-default .navigation li:last-child {
	border-bottom: 0;
}

#sidebar .panel-default .navigation li a {
	color: #323232;
}

#sidebar .panel-default .navigation li:hover {
	background-color: #f8f8f8;
}

#sidebar .panel-default .navigation li:last-child:hover {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#sidebar .panel-default .navigation li:hover a {
	text-decoration: none;
	font-weight: bold;
}

#sidebar .panel-default .navigation li a::before {
	font-family: "Font Awesome 5 Free";
	color: #7b7b7b;
	font-size: 11px;
	font-weight: 900;
	content: "\f0da";
	margin-right: 7px;
}

#sidebar .panel-default .tags {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .panel-default .tags li {
	padding: .75em 1em;
	border-bottom: 1px solid #c5c5c5;
	font-size: 13px;
}

#sidebar .panel-default .tags li label {
	color: #fff;
	font-size: 11px;
	background-color: #279a18;
	padding: .1em .6em;
	border-radius: 1em;
	margin: 0;
}

#sidebar .panel-default .tags li:last-child {
	border-bottom: 0;
}

#sidebar .panel-default .tags li a {
	color: #323232;
}

#sidebar .panel-default .tags li:hover {
	background-color: #f8f8f8;
}

#sidebar .panel-default .tags li:last-child:hover {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#sidebar .panel-default .tags li:hover a {
	text-decoration: none;
}
#sidebar .top-companies {
	width: 100%;
}
#sidebar .top-companies tr td{
	padding: .4em 1em;
	border-bottom: 1px solid #c5c5c5
}
#sidebar .top-companies tr td:first-child {
    padding-right: 0px;
    max-width: 25px;
}
#sidebar .top-companies tr td:nth-child(2){
	font-weight: bold;
}
#sidebar .top-companies tr td:nth-child(3){
	color: #001b39;
	font-weight: bold;
}
#sidebar .top-companies tr td:last-child a{
	color: #c5c5c5;
}
#sidebar .top-companies tr:last-child td{
	border-bottom: 0;
}
#sidebar .top-companies tr td img,
.content-menu li img{
  width: 25px;
  height: 25px;
}
#sidebar .panel-default table.top-table tr:hover td,
#sidebar .panel-default table.top-companies tr:hover td{
	background-color: #f8f8f8;
}
/* Footer Styles */

footer {
	color: #fff;
	background-color: #001b39;
	background-image: url(../img/bg_pattern.png);
	margin-top: 2em;
}

footer .footer-menu-block {
	margin-top: .8em;
	padding-bottom: 1.4em;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

footer .footer-menu-block h3,
footer .footer-menu-block h1 {
	font-size: 22px;
}

footer .footer-menu-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer p {
	margin: 0;
}

footer .copyright {
	font-size: 13px;
	padding: 2em 0;
}

footer .copyright .bet-footer {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .copyright .bet-footer li {
	display: inline-block;
}

footer .copyright .bet-footer li span {
	padding: 0 5px;
}

footer .copyright .footer-menu {
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 5px 0;
}

footer .copyright .footer-menu li {
	display: inline-block
}

footer .copyright .footer-menu li a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 15px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

footer .copyright .footer-menu li:last-child a {
	border-right: 0;
}

@media screen and (min-width: 1200px) {
	#content {
		width: 800px;
	}
	#sidebar {
		width: calc(100% - 810px);
	}
}

@media screen and (min-width: 768px) {
	.slick-slide {
		display: none;
		float: left;
		min-height: 394px !important;
	}
}

@media screen and (max-width:767px) {
	header {
		min-height: 451px;
	}
	header .description {
		margin: 4em 0;
		min-height: 280px;
	}
	header .description h2 {
		font-size: 34px;
		margin-top: 0;
	}
	header .description p {
		font-size: 15px;
	}
	.indexcity {
		z-index: 9999
	}
	.right {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: .3s ease all;
		transition: .3s ease all
	}
	.navbar-collapse {
		background-color: #000d1c;
		position: fixed;
		top: 0;
		transition: all .5s ease-out;
		height: 100%;
		width: 50%;
		left: 0;
		min-width: 200px;
		padding: 4em 15px;
		z-index: 2;
	}
	header .navbar-collapse .dropdown-menu>li>a {
		color: #fff !important;
	}
	header .navbar-collapse .dropdown-menu li {
		border-bottom: 1px solid #313131;
	}
	header .navbar-collapse .dropdown-menu li:hover {
		background-color: rgba(255, 255, 255, .10)
	}

	#content .tipsters .tipster-item table tr td {
		font-size: 18px;
	}
	#content .news .new-item img {
		margin-bottom: 1em;
	}
	footer .copyright {
		text-align: center;
	}
	footer .copyright .footer-menu {
		text-align: center;
		margin: 8px 0;
	}
	footer .copyright .bet-footer {
		margin: 8px 0
	}
}

@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #279a18;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e1e1e1
}

.pagination>li>a,
.pagination>li>span {
  margin: 5px;
  border-radius: 0 !important
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #279a18;
	border-color: #279a18;
}

#content .forecast-form .step {
	position: relative;
	color: #323232;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
	border-color: #c5c5c5;
	border-radius: 6px;
	margin-bottom: 1.4em;
	padding: .8em 1em;
	border: 1px solid #c5c5c5;
}

#content .forecast-form .step p {
	line-height: 1.6em;
	margin-bottom: 5px;
}

#content .forecast-form .step label {
	line-height: 1.75em;
}

#content .forecast-form .step .step-number {
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #279a18;
	border-radius: 50%;
	margin-right: .4em;
}

@media screen and (min-width: 768px) {
  #content .forecast-form .step .form-group {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .desktop-hidden{
    overflow: hidden !important;
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hidden{
    overflow: hidden !important;
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
	#content .bet-list .bet-item{
		display: block;
	}
	#content .bet-list .bet-item .bet-item-sport-icon{
		display: inline-block;
		min-width: auto;

	}
	#content .bet-list .bet-item .bet-item-description{
		display: inline-block;
		min-width: auto;
	}
	#content .bet-list .bet-item .bet-item-description h3 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
  #content .bet-list .bet-item .tipster-bet-info {
    clear: both;
    background: #eaeaea;
    padding: .3em .8em;
    border-radius: 5px;
  }
  #content .bet-list .bet-item .tipster-bet-info img {
    margin: 0 .5em;
    width: 70px;
  }
  #content .bet-list .bet-item h3 .user-name {
    color: #279a18;
    font-size: 14px;
    display: inline-block;
    padding-left: .4em;
    padding-top: 0;
  }
  #content .bet-list .bet-item .tipster-bet-info .btn.btn-primary {
    height: auto;
    padding: .1em 1em;
    border-radius: 5px;
  }
  #content .bet-list .bet-item .sport-icon {
    font-size: 15px;
  }
  #content .bet-list .bet-item time {
	margin-left: 1em;
  }
}

.tipster-table {
	width: 100%;
}

.tipster-table tr td {
	font-weight: 400;
	font-size: 15px;
	padding: .5em 0;
	border-bottom: 1px solid #c5c5c5;
	color: #171717;
}

.tipster-table tr:last-child td {
	border-bottom: 0;
}

.tipster-table tr td:last-child {
	color: #279a18;
	text-align: right;
	font-weight: 700;
}

.width-100{
	width: 100% !important;
}

.bracket {
	margin-bottom: 4em;
}

.bracket  .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bracket .tournament-bracket {
  display: flex;
  flex-direction: column;
}
@media (min-width: 38em) {
  .bracket .tournament-bracket {
    flex-direction: row;
  }
}
.bracket .tournament-bracket__round {
  display: block;
  margin-left: -4px;
  flex: 1;
}
.bracket .tournament-bracket__round-title {
  color: #279a18;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  font-style: italic;
  margin-bottom: 0.5em;
}
.bracket .tournament-bracket__list {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 1em;
  margin-bottom: 1em;
  transition: padding 0.2s ease-in-out, margin 0.2s ease-in-out;
  padding: 0;
}
@media (max-width: 24em) {
  .bracket .tournament-bracket__list {
    padding-bottom: 1em;
	margin-bottom: 1em;

  }
}
@media (min-width: 38em) {
  .bracket .tournament-bracket__list {
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 1px dashed #e5e5e5;
    border-bottom: 0;
    padding: 0;
  }
}
.bracket .tournament-bracket__round:last-child .tournament-bracket__list {
  border: 0;
}
.bracket .tournament-bracket__item {
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 2% 0;
  width: 48%;
  transition: padding 0.2s linear;
}
.bracket .tournament-bracket__item:nth-child(odd) {
  margin-right: 2%;
}
.bracket .tournament-bracket__item:nth-child(even) {
  margin-left: 2%;
}
.bracket .tournament-bracket__item::after {
  transition: width 0.2s linear;
}
@media (max-width: 24em) {
  .bracket .tournament-bracket__item {
    width: 100%;
  }
  .bracket .tournament-bracket__item:nth-child(odd),
  .bracket .tournament-bracket__item:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 38em) {
  .bracket .tournament-bracket__item {
    padding: 0.5em 1em;
    width: 100%;
  }
  .bracket .tournament-bracket__item:nth-child(odd),
  .bracket .tournament-bracket__item:nth-child(even) {
    margin: 0;
  }
  .bracket .tournament-bracket__item::after {
    position: absolute;
    right: 0;
    content: '';
    display: block;
    width: 1em;
    height: 45%;
    border-right: 2px solid #c5c5c5;
  }
  .bracket .tournament-bracket__item:nth-child(odd)::after {
    top: 50%;
    border-top: 2px solid #c5c5c5;
    /* transform: translateY(-1px); */
  }
  .bracket .tournament-bracket--rounded .tournament-bracket__item:nth-child(odd)::after {
    border-top-right-radius: 0.6em;
  }
  .bracket .tournament-bracket__item:nth-child(even)::after {
    bottom: 50%;
    border-bottom: 2px solid #c5c5c5;
    /* transform: translateY(1px); */
  }
  .bracket .tournament-bracket--rounded .tournament-bracket__item:nth-child(even)::after {
    border-bottom-right-radius: 0.6em;
  }
  .bracket .tournament-bracket__round:first-child .tournament-bracket__item {
    padding-left: 0;
  }
  .bracket .tournament-bracket__round:last-child .tournament-bracket__item {
    padding-right: 0;
  }
  .bracket .tournament-bracket__round:last-child .tournament-bracket__item::after {
    display: none;
  }
  .bracket .tournament-bracket__round:nth-last-child(2) .tournament-bracket__item::after {
    border-radius: 0;
    border-right: 0;
  }
}
@media (min-width: 72em) {
  .bracket .tournament-bracket__item {
    padding: 0.5em 1.5em;
  }
  .bracket .tournament-bracket__item::after {
    width: 1.5em;
  }
}
.bracket .tournament-bracket__match {
  display: flex;
  width: 100%;
  background-color: #f9f7f7;
  padding: .4em .8em;
  border: 1px solid transparent;
  border-radius: 0.1em;
  box-shadow: 0 2px 0 0 #c5c5c5;
  outline: none;
  cursor: pointer;
  transition: padding 0.2s ease-in-out, border 0.2s linear;
  border-radius: 6px;
}
.bracket .tournament-bracket__match::before,
.bracket .tournament-bracket__match::after {
  transition: all 0.2s linear;
}

.bracket .tournament-bracket__match .form-control{
	margin-bottom: .5em;
	height: 26px;

	padding-top: 0;
		padding-bottom: 0;
}

.bracket .tournament-bracket__match time{
	display: block;
	font-size: 11px;
	margin-bottom: .5em;
}
@media (max-width: 24em) {
  .bracket .tournament-bracket__match {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 38em) {
  .bracket .tournament-bracket__match::before,
  .bracket .tournament-bracket__match::after {
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 1em;
    height: 10%;
    border-left: 2px solid #c5c5c5;
  }

  .bracket .tournament-bracket__match::before {
    bottom: 50%;
    border-bottom: 2px solid #c5c5c5;
    /* transform: translate(0, 1px); */
  }

  .bracket .tournament-bracket__match.final::before{
	bottom: 49.5%;
	}
  .bracket .tournament-bracket--rounded .tournament-bracket__match::before {
    border-bottom-left-radius: 0.6em;
    margin-left: .5px;
  }

  .bracket .tournament-bracket__match::after {
    top: 50%;
    border-top: 2px solid #c5c5c5;
    /* transform: translate(0, -1px); */
  }
  .bracket .tournament-bracket--rounded .tournament-bracket__match::after {
    border-top-left-radius: 0.6em;
    margin-left: .5px;
  }
}
@media (min-width: 72em) {
  .bracket .tournament-bracket__match::before,
  .bracket .tournament-bracket__match::after {
    width: 1.5em;
  }
}
.bracket .tournament-bracket__round:last-child .tournament-bracket__match::before,
.bracket .tournament-bracket__round:last-child .tournament-bracket__match::after {
  border-left: 0;
}
.bracket .tournament-bracket__round:last-child .tournament-bracket__match::before {
  border-bottom-left-radius: 0;
}
.bracket .tournament-bracket__round:last-child .tournament-bracket__match::after {
  display: none;
}
.bracket .tournament-bracket__round:first-child .tournament-bracket__match::before,
.bracket .tournament-bracket__round:first-child .tournament-bracket__match::after {
  display: none;
}
.bracket .tournament-bracket__content {
  display: flex;
}
.bracket .tournament-bracket__content::after {
  content: ':';
  width: 1em;
  text-align: center;
  padding: 0.2em 0.1em;
}
@media (min-width: 38em) {
  .bracket .tournament-bracket__content::after {
    order: 1;
  }
}
.bracket .tournament-bracket__content .tournament-bracket__team:first-child {
  width: 50%;
  order: 0;
  text-align: right;
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:first-child {
    align-items: flex-end;
  }
}
.bracket .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
  order: 2;
  justify-content: flex-end;
}
@media (min-width: 24em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
    order: 0;
  }
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.bracket .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
  order: 0;
}
@media (min-width: 24em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
    order: 2;
  }
}
.bracket .tournament-bracket__content .tournament-bracket__team:last-child {
  width: 50%;
  order: 2;
  text-align: left;
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:last-child {
    align-items: flex-start;
  }
}
@media (min-width: 38em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
    justify-content: flex-start;
  }
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
    align-items: flex-start;
  }
}
.bracket .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__code {
  order: 1;
}
.bracket .tournament-bracket__table {
  width: 100%;
}
.bracket time.tournament-bracket__caption {
	display: block;
	font-size: 11px;
	margin-top: .5em;
	margin-bottom: .8em;
}
.bracket time.tournament-bracket__caption i{
	color: #c5c5c5;
	margin-right: 4px;
}
.bracket .tournament-bracket__team {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (min-width: 24em) {
 .bracket .tournament-bracket__team {
    flex-direction: column-reverse;
  }
}
@media (min-width: 38em) {
 .bracket .tournament-bracket__team {
    flex-direction: column-reverse;
  }
}
.bracket .tournament-bracket__country {
  font-size: 1.2rem;
  display: flex;
  margin-top: 0.5em;
  align-items: center;
}
@media (max-width: 24em) {
 .bracket .tournament-bracket__country {
    margin-top: 0;
  }
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__country {
    display: flex;
    flex-direction: column;
  }
  .bracket .tournament-bracket__country .tournament-bracket__code {
    margin-top: 0.2em;
  }
}
.bracket .tournament-bracket__code {
  padding: 0 0.5em;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  cursor: help;
  transition: padding 0.2s ease-in-out;
}
@media (max-width: 24em) {
  .bracket .tournament-bracket__code {
    padding: 0 0.25em;
  }
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__code {
    padding: 0;
  }
}
.bracket .tournament-bracket__score {
  display: flex;
  align-items: center;
}
.bracket .tournament-bracket__team:first-child .tournament-bracket__score {
  flex-direction: row-reverse;
  padding-left: 0.75em;
}
.bracket .tournament-bracket__team:last-child .tournament-bracket__score {
  padding-right: 0.75em;
}
.bracket .tournament-bracket__number {
  display: inline-block;
  width: 45px;
  text-align: center;
  padding: 0.2em 0.4em 0.2em;
  border-bottom: 0.075em solid transparent;
  font-size: 1.2rem;
  background-color: #ffffff;
  border-color: #c5c5c5;
}
.bracket .tournament-bracket__team--winner .tournament-bracket__number {
  background-color: #FFF176;
  border-color: #fad674;
}
.bracket .tournament-bracket__medal {
  padding: 0 0.5em;
}
.bracket .tournament-bracket__medal--gold {
  color: #FFD700;
}
.bracket .tournament-bracket__medal--silver {
  color: #C0C0C0;
}
.bracket .tournament-bracket__medal--bronze {
  color: #CD7F32;
}

#content .inner-tipter-block{
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	margin-bottom: .8em;
	padding: .8em .5em;
}
.df{
	display: flex;
}
#content .tipsters .tipster-item .profile-stats {
	color: #313131;
	font-size: 22px;
	font-weight: 600;
	width: 280px;
    display: flex;
    justify-content: inherit;
    background-color: #f5f5f5;
    border-radius: .8em;
    padding: 4px 8px;
	line-height: 1.5em;
	margin: 0 1em;
} 

.social-button{
	justify-content: center;
	text-decoration: none;
	/* margin-left: 8px; */
	display: inline-flex;
	align-items: center;
	/* font-weight: bold; */
    border-radius: 8px;
    padding: .7em 1.7em;
    height: 42px;
	color: #000;
	width: 100%;
	/* width: 164px; */
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.50);
}
.social-button span{
	margin-left: 8px;
}
.mb-8{
	margin-bottom: 16px;
}
.auth-or{
	/* margin-bottom: 16px; */
	margin-top: 16px;
	/* width: 165px; */
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	#content .bet-list .bet-item h3 a.bet-title{
		max-width: 40vw;
    	min-width: 40vw;
	}
	#content .tipsters .tipster-item .tipster-item-title {
		display: contents;
	}
	#content .inner-tipter-block table.tipster-table:first-child{
		margin-bottom: 0;
		border-bottom: 1px solid #c5c5c5;
	}
	#content .tipsters .tipster-item:first-child {
    	padding-top: .5em;
	}

	#content .tipsters .tipster-item {
		margin-bottom: .5em;
		padding-bottom: .5em;
		border-bottom: 1px solid #c5c5c5;
	}
	#content .tipsters .tipster-item .profile-link{
		line-height: inherit;
	}

	.df{
		display: flex;
		flex-direction: column;
	}
	.df > *{
		margin-bottom: 8px;
	}
	.social-button{
		text-align: center;
		margin-left: 0;
	}
}

header .user-login{
	float: right;
	background-color: #279a18;
	color: #fff;
	padding: 5px 12px;
	margin-top: 10px;
}


.mobile-profile-stats{
	display: inline-flex;
}
.mobile-profile-stats .profile-stat span{
	font-weight: bold;
}
.mobile-profile-stats .profile-stat{
	font-size: 14px;
	line-height: 1em;
	margin-top: .5em;
}
.mobile-profile-stats .profile-stat:first-child{
	padding-right: 10px;
	border-right: 1px solid #c5c5c5;
}

.mobile-profile-stats .profile-stat:last-child{
	padding-left: 10px;
}

#content .tipsters .tipster-item .profile-stats.inner{
	width: 100%;
	margin: 0;
	padding: 15px;
}

#content .tipsters .tipster-item.inner:hover{
    background: none !important;
}
.h2, h2 {
    font-size: 20px;
}

.form-group.checkbox-group {
	display: flex;
	align-items: baseline;
	gap: .5em;
}
.form-group.checkbox-group label {
	font-weight: normal;
}

#leagues-container .form-switch {
	padding-left: 2.5em;
}
#leagues-container .form-check-input {
	cursor: pointer;
}
#leagues-container .filters-container {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	margin-bottom: 1.5rem;
}
#leagues-container .filters-container .form-group {
	flex: 1;
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
}
#leagues-container .filters-container .btn-group {
	display: flex;
}
#leagues-container .dataTables_wrapper .row:first-child {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
#leagues-container .dataTables_length label {
	margin-bottom: 0;
}
#leagues-container .dataTables_filter {
	margin-left: auto;
}
#leagues-container .dataTables_filter label {
	margin-bottom: 0;
}
#leagues-container .dataTables_filter input {
	margin-left: 0 !important;
}
#leagues-container .table thead th {
	background-color: #f8f9fa;
	border-bottom: 2px solid #dee2e6;
}
#leagues-container #leaguesTable_filter {
	display: flex;
	justify-content: flex-end;
}
.information .information-top, .information .information-bottom{
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 15px;
}
.information .choice-row{
	background-color: #ffffff;
	border-radius: 16px;
	padding: 8px;
	margin: 0px 0px 15px 0px;
}
.information .information-top .bet-item{
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.information .information-top .bet-item .bet-button{
	height: unset;
}
.information .information-bottom .profile-stats{
	margin:0; 
	display: flex; 
	justify-content: space-around; 
}
.information .information-bottom .profile-stats .stat-block{
	background-color: #ffffff;
	border-radius: 16px;
	padding: 8px 16px;
	line-height: 24px;
}
.information .information-bottom .profile-stats .stat-block:first-child{
	margin-right: 20px;
}

.well {
	background-color: #ffffff;
	border-radius: 16px;
	border: 1px solid #c5c5c5;
	padding: 16px;
}

.social-button:hover, .social-button:focus{
	
	text-decoration: none;
	opacity: .75;
}
.google-button img{
	height: 20px;
}
.facebook-button img{
	height: 25px;
}
.social-registration, .social-login{
	display: flex;
	flex-direction: column;	
}

.latest-picks-list .latest-pick-item{
	display: flex;
	align-items: center;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #eee;
}
.latest-picks-list .latest-pick-item .latest-pick-item-logo{
	width: 64px;
	height: 64px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.latest-picks-list .latest-pick-item .latest-pick-item-logo img{
	width: 64px;
	height: 64px;
	border-radius: 9.6px;
	object-fit: contain;
}
.latest-picks-list .latest-pick-item .latest-pick-item-result{
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 10px;
}
.latest-picks-list .latest-pick-item .mobile-primary{
	display: none;
}
.latest-pick-item .latest-pick-item-mobile-wrapper{
	width: 100%;
	display: flex;
}
@media screen and (max-width: 767px) {
	.single-pick-page h1{
		line-height: 38px;
	}
	.single-pick-page .information .data-group{
		text-align:center
	}
	.single-pick-page .information .information-top .bet-item{
		flex-direction: column;
		align-items: flex-start;
	}
	.single-pick-page .information .information-top .bet-item .bet-button{
		width: 100%;
		margin-top: 15px;
	}
	.latest-pick-item .latest-pick-item-mobile-wrapper{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.latest-pick-item .latest-pick-item-mobile-wrapper .btn-primary{
		display: none;
	}
	.latest-picks-list .latest-pick-item .latest-pick-item-result{
		margin-left: 10px;
	}
	.latest-picks-list .latest-pick-item .mobile-primary{
		display: block;
		margin-top: 10px;
		width: 100%;
	}
	.latest-picks-list .latest-pick-item{
		flex-direction: column;
	}
}

/* Recommended Bookmaker Styles */
.tipster-recommendet-bookmaker {
    background-color: #171717;
    border-radius: 16px;
    padding: 24px;
    margin: 20px 0;
    color: white;
    text-align: center;
}

.tipster-recommendet-bookmaker .bookmaker-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.tipster-recommendet-bookmaker .user-name {
	background-color: #171717;
    padding: 7px 16px;
    border-radius: 8px 0px 0px 8px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #fff;
}

.tipster-recommendet-bookmaker .recommend-text {
	color: #4CAF50;
    font-weight: 500;
    font-size: 15px;
    padding: 7px 16px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px 8px 8px 0px;
}

.tipster-recommendet-bookmaker .bookmaker-info {
    text-align: center;
}

.tipster-recommendet-bookmaker .bonus-text {
    font-size: 22px;
    font-weight: 700;
    margin: 24px 0;
    color: white;
    line-height: 33px;
}

.tipster-recommendet-bookmaker .btn-get-bonus {
    display: inline-block;
    background-color: #279A18;
    color: white;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transition: background-color 0.2s;
}

.tipster-recommendet-bookmaker .btn-get-bonus:hover {
    background-color: #3d8c40;
    text-decoration: none;
    color: white;
}

.tipster-recommendet-bookmaker .no-bookmaker {
    text-align: center;
    color: #888;
    padding: 20px;
}

/* Profit Chart Styles */
.profit-chart {
    background: #F8F8F8;
    border-radius: 16px;
    padding: 24px;
    margin: 20px 0;
}

.profit-chart h2 {
    font-size: 20px;
    font-weight: 600;
    color: #171717;
    margin: 0 0 20px 0;
}

.chart-container {
    width: 100%;
    height: 300px;
    position: relative;
    max-height: 300px;
}

.chart-container canvas {
    width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
}

/* Bookmaker Chart Styles */
.bookmaker-chart, .monthly-stats {
    background: #F8F8F8;
    border-radius: 16px;
    padding: 24px;
    margin: 20px 0;
}

.bookmaker-chart h2,
.monthly-stats h2 {
    font-size: 15px;
    font-weight: 500;
    color: #171717;
    margin: 0 0 20px 0;
}

.bookmaker-chart .chart-container {
    width: 100%;
    height: 191px;
    max-height: 191px;
    position: relative;
}

.bookmaker-chart .chart-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bookmaker-chart .bookmaker-name {
    font-size: 16px;
    font-weight: 700;
    color: #279A17;
    margin-bottom: 5px;
}

.bookmaker-chart .bookmaker-percentage {
    font-size: 22px;
    font-weight: 700;
    color: #171717;
}
.monthly-stats {
	padding: 24px 12px!important;
}

.monthly-stats .table {
    margin: 0;
}

.monthly-stats .table-responsive {
    max-height: 191px;
    overflow-y: auto;
}

.monthly-stats .table tr {
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #C5C5C5;
}

.monthly-stats .table thead th {
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 1;
	color: #767676;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0px;
	text-align: center;
}

.monthly-stats .table td,
.monthly-stats .table th {
	color: #171717;
	font-size: 12px;
	font-weight: 400;
    padding: 8px;
    vertical-align: middle;
	text-align: center;
}

.monthly-stats .table td.green {
    color: #279A18;
}

.monthly-stats .table td.red {
    color: #dc3545;
}

/* Card styles */
.card {
    background: #1E1E1E;
    border-radius: 12px;
    border: none;
    color: #fff;
}

.card-body {
    padding: 24px;
}

.card h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #fff;
}

/* Chart containers */
.chart-container {
    position: relative;
    height: 300px;
    width: 100%;
}

.chart-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bookmaker-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
}

.bookmaker-percentage {
    font-size: 24px;
    font-weight: 700;
    color: #279A18;
}

/* Monthly stats table */
.monthly-stats .table {
    color: #fff;
    margin-bottom: 0;
}

.monthly-stats .green {
    color: #279A18;
}

.monthly-stats .red {
    color: #DC3545;
}

.mb-4 {
    margin-bottom: 24px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card {
        margin-bottom: 24px;
    }
    
    .chart-container {
        height: 250px;
        max-height: 250px;
    }
    
    .bookmaker-chart .chart-container {
        height: 191px;
        max-height: 191px;
    }

    .stats-container .stat-item{
      width: 50%;
      margin-bottom: 15px;
    }

    .stats-container {
      flex-wrap: wrap;
    }
}

.stats-container{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.stats-container .stat-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stats-container .stat-label{
	font-weight: normal;
	font-size: 14px;
}
.stats-container .stat-value{
	font-size: 22px;
	color: #000;
	font-weight: 700;
}
#leaguesTable {
	background-color: #fff;
    color: #000;
}

/** Keep footer at the bottom of the page */
body {
	min-height: 100vh;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

header {
	grid-row: 1;
}

main {
	grid-row: 2;
}

footer {
	grid-row: 3;
}

.flex-row-50 {
	display: flex;
	gap: 10px;
}
.flex-row-50 > * {
	max-width: 50%;
	width: 100%;
}

/* Tipster search styles */
.content-block-header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.content-block-header .header-content h1 {
    margin: 0;
    flex-shrink: 0;
}

.content-block-header .search-container {
    position: relative;
    max-width: 300px;
    width: 100%;
    margin-left: 20px;
}

.content-block-header .search-container input {
    width: 100%;
    padding: 8px 35px 8px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.content-block-header .search-container input:focus {
    outline: none;
    border-color: #279A18;
}

.content-block-header .search-container .search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
}

@media (max-width: 768px) {
    .content-block-header .header-content {
        flex-direction: column;
        align-items: stretch;
    }

    .content-block-header .header-content h1 {
        margin-bottom: 15px;
        text-align: center;
    }

    .content-block-header .search-container {
        margin-left: 0;
        max-width: none;
    }
}


/* New Footer styles */
.new-footer > div {
	max-width: 1500px;
	margin: 0 auto;
	padding: 20px 20px 5px 20px;
}
.new-footer .footer-heading {
	font-size: 22px;
	color: #2e9039;
}
.new-footer .menu-column a {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}
.new-footer .about-text {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 20px;
}
.new-footer .contact-info .mb-2 {
	margin-bottom: 10px;
}
.new-footer .contact-info i {
	width: 25px;
}
.new-footer .top-row {
	margin-bottom: 60px;
}
.new-footer .middle-row {
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.new-footer .middle-row img {
	max-height: 35px;
}
.new-footer .bottom-row {
	padding-top: 20px;
	border-top: 1px solid #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	justify-content: center;
}
.new-footer .max-w-500 {
	max-width: 500px;
}
.new-footer .awareness-container div,
.new-footer .copyright-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	justify-content: center;
}
.new-footer .social-container,
.new-footer .awareness-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.new-footer .bottom-row li a {
	color: #fff;
	text-decoration: none;
}
.new-footer .bottom-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.new-footer .bottom-row .copyright-container,
.new-footer .bottom-row .bottom-links-container {
	padding: 0;
}
.new-footer .bottom-row .bottom-links-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.new-footer .social-icon {
	border-radius: 100%;
	border: 2px solid #fff;
}
.new-footer .social-icon img {
	padding: 9px;
}
.new-footer .contact-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.new-footer .contact-info div {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
}
.new-footer .contact-info a {
	color: #fff;
}
.new-footer .max-h-25 {
	max-height: 25px !important;
}

@media all and (min-width: 1330px) {
	.new-footer .middle-row,
	.new-footer .bottom-row {
		flex-direction: row;
		justify-content: space-between;
	}
}

.two-column-section{
	width: calc(50% - 15px);
}
/* News Section Styles */
.news-section {
    margin-bottom: 60px;
}

.news-section .content-block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #263238;
    margin: 0;
    text-align: left;
	padding-bottom: 20px;
}

.text-accent {
    color: #5B7491;
}

.news-section .btn-all-news {
    color: #0C6700;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    background-color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    border: 1px solid #0C6700;
    transition: all 0.3s ease;
}

.news-section .btn-all-news:hover {
    background-color: #0C6700;
    color: #fff;
    text-decoration: none;
}

.news-carousel-container {
    position: relative;
    overflow: hidden;
}

.news-carousel {
    display: flex;
    transition: transform 0.3s ease;
    margin: -10px;
}

.news-card-wrapper {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    padding: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.news-card {
    background: #F5F7FA;
    border-radius: 8px;
    padding: 0;
    height: 380px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.news-card-image {
    width: 100%;
    height: 130px;
    background: #D1D9E0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.05);
}

.news-card-image .image-placeholder {
    color: #90A0B7;
    font-size: 24px;
}

.news-card-content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card-date {
    color: #717171;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 500;
}

.news-card-title {
    font-size: 16px;
    font-weight: 500;
    color: #263238;
    margin: 0 0 12px 0;
    line-height: 1.3;
    max-height: 2.6em;
    overflow: hidden;
    transition: color 0.3s ease;
}

.news-card-title a {
    color: inherit;
    text-decoration: none;
}

.news-card-link {
    text-decoration: none;
    color: inherit;
}

.news-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.news-card:hover .news-card-title {
    color: #0C6700;
}

.news-card-excerpt {
    color: #717171;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    max-height: 8.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* Unify news and reviews navigation styles */
.news-navigation, .reviews-navigation {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
	margin-top: 20px;
}

.news-nav-btn, .reviews-nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-nav-btn.active, .reviews-nav-btn.active {
    background: #0C6700;
}

.news-nav-btn.disabled, .reviews-nav-btn.disabled {
    background: #E5E7EB;
    cursor: not-allowed;
    opacity: 1;
}

.news-nav-btn:hover:not(.disabled), .reviews-nav-btn:hover:not(.disabled) {
    background: #0A5A00;
}

.news-nav-btn i, .reviews-nav-btn i {
    color: #fff;
    font-size: 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px 4px;
}

/* About Section Styles */
.about-section {
    margin-bottom: 60px;
}

.about-card {
    background: #F5F7FA;
    border-radius: 16px;
    padding: 30px;
    text-align: left;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-icon {
    width: 40px;
    height: 40px;
    background: #1F3855;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-icon i {
    color: #fff;
    font-size: 24px;
}

.about-title {
    font-size: 28px;
    font-weight: 700;
    color: #263238;
    margin-bottom: 15px;
}

.about-text {
    color: #717171;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Achievement Section Styles */
.achievement-section {
    background-color: #F5F7FA;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 60px 0;
    margin-bottom: 60px;
    position: relative;
}

.achievement-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
}

.achievement-icon {
    color: #263238;
    font-size: 48px;
    margin-right: 20px;
    flex-shrink: 0;
}

.achievement-content span {
    font-size: 28px;
    font-weight: 700;
    color: #263238;
    display: block;
}

.achievement-content p {
    color: #717171;
    font-size: 16px;
    margin: 0;
}

/* Advantages Section Styles */
.advantage-item {
    display: flex;
    align-items: center;
    padding: 20px;
}

.advantage-icon {
    width: 40px;
    height: 40px;
    background: #1F3855;
    border-radius: 10px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.advantage-icon i {
    color: #fff;
    font-size: 20px;
}

.advantage-text {
    color: #263238;
    font-size: 16px;
    font-weight: 500;
}

.reviews-carousel-container{
	overflow: hidden;
}
.hero-container {
  display: flex;
  padding: 0 0 0 20px;
}
/* Mobile Responsive Styles */
@media (max-width: 767px) {
    .hero-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0;
    }
    /* News Section Mobile */
    .news-section {
        margin-bottom: 40px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .news-section .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .news-section .content-block-header {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: 28px;
        text-align: center;
    }
    
    .news-card-wrapper {
      padding: 0px!important;
        padding-right: 15px !important;
        margin-bottom: 0;
        min-width: 275px !important;
        margin-right: 15px !important;
    }
    
    .news-card {
        height: auto;
        min-height: 300px;
        min-width: 275px !important;
        margin-bottom: 0;
    }
    
    .news-carousel {
        flex-direction: row !important;
        margin: 0;
    }
    .news-navigation, .reviews-navigation {
      width: 100% !important;
    max-width: 90vw !important;
    }
    .news-carousel-container {
        overflow: hidden !important;
        width: 100% !important;
        max-width: 90vw !important;
    }
    
    .news-navigation {
        justify-content: center;
        margin-top: 15px;
    }
    
    /* About Section Mobile */
    .about-section {
        margin-bottom: 40px;
    }
    
    .about-section .content-block-header {
        margin-bottom: 30px;
    }
    
    .about-section .row {
        display: block;
    }
    
    .about-section .col-md-4 {
        margin-bottom: 25px;
    }
    
    .about-section .col-md-4:last-child {
        margin-bottom: 0;
    }
    
    .about-card {
        padding: 25px;
    }
    
    .about-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .about-text {
        font-size: 15px;
    }
    
    .achievement-item {
      padding: 5px 0px;
    }
    
    .advantage-item {
      padding: 5px 0px;
    }
    
    /* Hero Section Mobile */
    .hero-section {
        padding: 40px 0;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .hero-buttons .btn {
        width: 80%;
        max-width: 280px;
        padding: 12px 20px;
        font-size: 16px;
    }
    
    /* Two Column Layout Mobile */
    .two-column-section {
        margin-bottom: 40px;
    }
    
    .two-column-section .col-md-8,
    .two-column-section .col-md-4 {
        margin-bottom: 30px;
    }
    
    .two-column-section .col-md-4:last-child {
        margin-bottom: 0;
    }
    
    /* Tab Navigation Mobile */
    .tab-navigation {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .tab-btn {
        flex: 1;
        min-width: 100px;
        padding: 10px 15px;
        font-size: 14px;
    }
    .achievement-section {
      padding: 0px 45px;
      width: 100%!important;
      margin: 0!important;
    }
    /* General Section Spacing Mobile */
    .section-title {
        font-size: 28px !important;
        text-align: center;
        margin-bottom: 20px;
        text-align: left;
        padding-top: 30px;
    }
    
    .content-block-header {
        margin-bottom: 25px;
        text-align: center;
    }
    
    /* Widget Mobile Override */
    .force-mobile-widget {
        margin: 20px 0;
    }
    
    /* Container Padding Mobile */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Betting/Tipster Cards Mobile */
    .bet-card, .tipster-card {
        margin-bottom: 15px;
        padding: 15px;
    }
    
    .bet-card h4, .tipster-card h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .partner-logo img{
      max-height: 30px!important;
    }
}

/* Tablet Responsive Styles */
@media (max-width: 991px) and (min-width: 768px) {
    /* News Section Tablet */
    .news-card-wrapper {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .news-card {
        height: 350px;
    }
    
    /* About Section Tablet */
    .about-section .col-md-4 {
        margin-bottom: 25px;
    }
    
    .about-title {
        font-size: 26px;
    }
    
    /* Achievement Section Tablet */
    .achievement-item {
        padding: 18px 15px;
    }
    
    .achievement-content span {
        font-size: 26px;
    }
    
    /* Advantages Section Tablet */
    .advantage-item {
        padding: 18px 15px;
    }
    
    /* Two Column Layout Tablet */
    .two-column-section .col-md-8,
    .two-column-section .col-md-4 {
        margin-bottom: 25px;
    }
    
    /* Hero Section Tablet */
    .hero-section h1 {
        font-size: 32px;
    }
    
    .hero-buttons .btn {
        padding: 12px 25px;
        font-size: 16px;
    }
    
    /* General Tablet Styles */
    .section-title {
        font-size: 32px !important;
    }
    
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .news-card {
        height: 360px;
    }
    
    .news-card-excerpt {
        -webkit-line-clamp: 5;
        max-height: 7em;
    }
}
@media (min-width: 992px) {
  .no-padding-md-left {
    padding-left: 0;
  }
  .no-padding-md-right {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .partners-section {
    width: 100%!important;
    margin: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-bottom: -28px!important;
  }
  .no-padding-xs-right {
    padding-right: 0;
    padding-left: 0;
  }
  .no-padding-xs-left {
    padding-left: 0;
    padding-right: 0;
  }
}
.home .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* --- Reviews Carousel Styles --- */
.reviews-section {
    margin-top: 48px;
    margin-bottom: 60px;
}
.reviews-section .content-block-header {
    margin-bottom: 24px;
}
.reviews-carousel-container {
    overflow: hidden;
}
.reviews-carousel {
    display: flex;
    transition: transform 0.4s;
    align-items: stretch;
}
.review-card a:hover{
  text-decoration: none!important;
}
.review-card {
    padding-right: 0;
    margin-right: 5%;
    width: 30%;
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    height: auto;
}
.review-card-inner {
    background: #F5F7FA;
    border-radius: 24px;
    padding: 32px 32px 24px 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.review-card .reviewer-name {
    font-size: 22px;
    font-weight: 700;
    color: #263238;
    margin-bottom: 8px;
}
.review-card .review-source {
    color: #7B8794;
    font-size: 16px;
    margin-bottom: 12px;
}
.review-stars {
    margin-bottom: 12px;
}
.review-stars .star {
    font-size: 22px;
}
.review-stars .star.filled {
    color: #FFC107;
}
.review-stars .star.empty {
    color: #B0BEC5;
}
.review-card .review-text {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    min-height: 80px;
}
.review-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}
.review-link:hover,
.review-link:focus {
    text-decoration: none;
    color: inherit;
}
.review-link:hover .review-card-inner {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.review-link-indicator {
    display: flex;
    align-items: center;
    margin-top: 8px;
    opacity: 0.7;
}
.review-link:hover .review-link-indicator {
    opacity: 1;
}

.carousel-indicators {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 16px;
    flex: 1;
    /* Remove any position: absolute if present */
    position: static !important;
	margin-left: 0!important;
}
.carousel-indicators span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E5E7EB;
    transition: background 0.3s;
}
.carousel-indicators span.active {
    background: #1F3855;
    width: 45px;
    border-radius: 12px;
    transition: background 0.3s, width 0.3s;
}
.news-navigation .nav-buttons,
.reviews-navigation .nav-buttons {
    display: flex;
    gap: 8px;
}

.tipster-item .stat {
  margin: 0px 10px
}
.partner-logo:hover {
  opacity: 1 !important;
  filter: grayscale(0%) !important;
}
.home h1{
  font-size: 48px; 
  font-weight: 700; 
  color: #263238; 
  margin-bottom: 20px; 
  line-height: 1.2;
}
@media (max-width: 767px) {
  .home h1{
    font-size: 32px!important;
  }
  .achievement-icon {
    max-width: 48px;
  }
  .home .fa-users.achievement-icon {
    font-size: 40px;
  }
  .review-card {
      width: 100% !important;
      flex: 0 0 100% !important;
      padding-right: 0 !important;
      margin: 0!important;
  }
  
  .reviews-carousel {
      flex-direction: row !important;
  }
  
  .reviews-carousel-container {
      overflow: hidden !important;
      width: 100% !important;
      max-width: 90vw !important;
  }
  
  .reviews-section {
      margin-bottom: 40px !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
  }
  
  .reviews-section .container {
      padding-left: 0 !important;
      padding-right: 0 !important;
      max-width: 100% !important;
  }
  
  .review-card-inner {
      padding: 20px !important;
      margin-right: 0 !important;
  }

  .hero-section .widget .scroll {
      margin: 0px !important;
  }

  .home .container {
      padding: 0px !important;
  }

  .tipster-item .name {
    min-width: unset !important;
  }

  .tipster-item .more {
    width: 100%;
    text-align: right;
    padding-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .review-card {
      width: 50% !important;
      flex: 0 0 50% !important;
      padding-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .review-card {
      width: 30% !important;
      flex: 0 0 30% !important;
      padding-right: 0 !important;
      margin-right: 5% !important;
  }
}

.home .reviews-nav-btn.active:hover {
  background: #0A5600 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(12, 103, 0, 0.3) !important;
}

.partners-logos-container.collapsed {
  height: 30px !important;
  overflow: auto !important;
}

.partner-logo:hover {
  opacity: 1 !important;
  filter: grayscale(0%) !important;
}

/* Bet item hover effects */
.bet-item-link:hover .bet-item {
  background-color: #f8fffe !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(12, 103, 0, 0.1) !important;
}

.bet-item-link:hover {
  text-decoration: none !important;
}

/* LTBET Global Button Styles - Reusable Components */
/* LTBET Primary Button - Dark Green Background */
.ltbet-primary {
  background: #0C6700 !important;
  color: white !important;
  border: none !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  cursor: pointer;
}

.ltbet-primary:hover {
  background: #0A5600 !important;
  color: white !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(12, 103, 0, 0.3) !important;
}

.ltbet-primary:focus,
.ltbet-primary:active {
  background: #0A5600 !important;
  color: white !important;
  text-decoration: none !important;
}

/* LTBET Secondary Button - White Background with Green Border */
.ltbet-secondary {
  background: white !important;
  color: #0C6700 !important;
  border: 1px solid #0C6700 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  cursor: pointer;
}

.ltbet-secondary:hover {
  background: #f8fffe !important;
  color: #0C6700 !important;
  border: 1px solid #0C6700 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(12, 103, 0, 0.15) !important;
}

.ltbet-secondary:focus,
.ltbet-secondary:active {
  background: #f8fffe !important;
  color: #0C6700 !important;
  text-decoration: none !important;
}

/* LTBET Tertiary Button - White Background, No Border */
.ltbet-tertiary {
  background: white !important;
  color: #0C6700 !important;
  border: none !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  cursor: pointer;
}

.ltbet-tertiary:hover {
  background: #f8fffe !important;
  color: #0A5600 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(12, 103, 0, 0.15) !important;
}

.ltbet-tertiary:focus,
.ltbet-tertiary:active {
  background: #f8fffe !important;
  color: #0A5600 !important;
  text-decoration: none !important;
}
.widgetInjection .carousel-nav-btn:hover {
  background: #0A5600 !important;
  box-shadow: 0 4px 12px rgba(12, 103, 0, 0.3) !important;
}
@media (max-width: 767px) {
  .partners-logos-container {
      gap: 15px !important;
      padding: 0 10px !important;
  }
  
  .partner-logo img {
      max-height: 25px !important;
      max-width: 100px !important;
  }
  
  /* Mobile adjustments for bet items */
  .bet-item-link:hover .bet-item {
      transform: none;
      box-shadow: 0 1px 4px rgba(12, 103, 0, 0.1) !important;
  }
}