* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family:  Inter, -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Helvetica, Arial, sans-serif;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.thumbnails {
  margin: 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  padding: 15px 0 0 15px;
}

.thumbnail.is-active {
  opacity: 1;
  background-color: #F0F6FE !important;
}

.index-title {
	display:inline-block;
	font-size: 1.75rem;
	margin-bottom: 0;
}

.container-main {
    background-image: linear-gradient(180deg, #f8f9fa, #fff 20%);
}

.container-ranking {
    margin-top: 50px;
}

.container-header {
    margin-top: 50px;
}

.topbar {
	max-width: 1280px;
	font-size:  10px;
}

.navbar {
	font-size: 13px;
	font-weight: 700;
	background-color: #fff;
	padding-bottom: 0px;
}

.link-small {
	font-size:  0.5em;
	text-decoration: none;
}

.table-ranking { 
	font-size:0.8rem;
}

.table-ranking .team-name { 
	font-size:0.85rem;
}

.navbar-brand img {
	width: 140px;
}

.team-icon {
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	max-width: 18px !important;
	object-fit: contain;
	vertical-align: middle;
}

.team-icon-fixture {
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	max-width: 18px;
	max-height: 18px;
	object-fit: contain;
	vertical-align: middle;
}

.team-logo {
	height: 80px;
	/*
	width: 100px;
	object-fit: scale-down;
	object-position: left;
	*/
}

.navbar-toggler { 
	margin: 0 auto; 
	text-align: right;
}

.ranking-title {
	margin-bottom: 5px;
}

@media screen and (max-width: 700px) {
	.container-fluid {
		margin: 0 !important;
		padding: 0 0 0 10px !important;
	}

	.container {
		margin: 0 !important;
		padding: 0 0 0 10px !important;
	}

	.container-ranking {
	    margin-top: 20px !important;
	    padding: 0px !important;
	}

	.container.topbar {
		margin: 0px !important;
		padding: 0px !important;
	}

	.container-header {
	    padding-top: 20px !important;
	}

	.index-title {
		display:inline-block;
		font-size: 16px;
		margin-bottom: 0;
	}

	.container-header .h3 {
		font-size: 16px;
	}

	.container-currencies-list .h3 {
		font-size: 16px;
	}

	.container-header .h3 .link-small {
		font-size: 12px !important;
	}

	.table-ranking { 
		font-size:0.6rem;
	}

	.table-ranking .team-name { 
		font-size:0.8rem;
	}

	.table-ranking .currency-symbol { 
		font-size:0.6rem;
	}

	.navbar-brand img {
		width: 160px;
	}

	.container-chart {
		width:100% !important;
		margin:auto;
	}

	#chart-separator {
		width: 100%;
		margin-bottom: 24px;
		display: inline !important;
	}

	.container-footer-logo {
		width: 100% !important;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-meta {
		margin-top: 20px;
	}

	.container-about, .container-careers {
		width: 90% !important;
	}

	.currency-icon {
		width: 16px;
	}

	.table-user-controls, .table-filter-controls {
		margin: 0px !important;
		border: 0px !important;
		white-space: nowrap;

		-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	}

	::-webkit-scrollbar { 
    	display: none;  /* Safari and Chrome */
	}

	.table-user-controls td, .table-filter-controls td {
		margin: 0px !important;
		padding: 0px !important;
		border: 0px !important;
	}

	.header-update {
		font-size:10px !important;
	}

	.name-section {
		padding-top: 30px;
	}

	.name-title {
		font-size: 20px !important;
		font-weight: bold;
		padding: 0 8px 0 8px;
	}

	footer {
		margin-top: 10px !important;
		font-size: 10px !important;
	}

	.container-footer-logo {
		text-align: left !important;
		padding: 0 !important;
		margin-bottom: 2px !important;
	}

	.pagination {
		margin-top: 0 !important;
	}

	.pill {
		font-size: 10px !important;
	}

	.link-button {
		padding: 0 !important;
		margin: 2px !important;
	}

	.links-section {
		padding-top: 10px !important;
	}

	.icon-Star {
	}

	.ranking-value {
		padding-left: 0 !important;
		font-size: 30px !important;
	}

	.points-value {
		padding-left: 0 !important;
		font-size: 20px !important;
	}

	.podium-heading {
		font-weight: bold !important;
		font-size: px !important;
	}

	.points-heading {
	}

	.news-title {
		font-size: 20px !important;
	}

	.myWrapper {
		margin-bottom: 40px !important;
	}

	.currency-nav {
		margin-bottom: 10px !important;
	}

	.tab-title {
		font-size: 14px !important;		
	}

	.table {
		font-size: 12px !important;
	}

	.icon-add-watchlist {
		margin-right: 10px !important;
	}

	.top-gainers-subtitle {
		font-size: 12px !important;
		margin-bottom: 0px !important;
	}

	.votes-small {
		display: block !important;
	}

	.votes-small span {
		font-size: 20px !important;
		margin-right: 20px;
	}
}

.col-chart {
	width: 50%;
}

.row-currency :hover { 
	font-size: 13px !important;
}

.breadcrumb {
	font-size: 12px;
}

.name-title {
	font-size: 30px;
	font-weight: bold;
	padding: 0 8px 0 8px;
}

.name-symbol {
	font-size: 14px;
	padding-left: 8px;
}

.ranking-value {
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	display: inline-block;
}

.ranking-indicator {
	font-size:11px;
	font-weight:600;
	padding:5px 10px;
	margin-left:5px;
	font-weight: bold;
	display: inline-block;
  border-radius: 8px;
}

.price-indicator {
	font-size:14px;
	font-weight:600;
	padding:5px 10px;
	margin-left:5px;
	font-weight: bold;
	display: inline-block;
  border-radius: 8px;
}

.podium-heading {
	font-size: 16px;
	margin-bottom: 0 !important;
	margin-top: 5px;
	font-weight: bold !important;
}

.points-heading {
	font-size: 12px;
}

.separator {
	padding-top: 10px;
}

.points-value {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	display: inline-block;
}

.pill {
	font-size: 12px;
	background-color: #e3e3e3;
	border-radius: 10px;
	padding: 0 10px 0 10px;
	margin-top: 10px;
	display: inline-block;
}

.pill-primary {
	font-size: 12px;
	background-color: #606163;
	border-radius: 10px;
	padding: 0 10px 0 10px;
	margin-top: 10px;
	display: inline-block;
	color: white;
}

.currency-nav {
	font-size: 12px;
}

.nav-link {
	color: black;
}

.nav-link .active {
	color: white !important;
}

footer {
	margin: 40px;
	font-size: 12px;
}

footer .footer-header {
	font-weight: bold;
	font-size: 16px;
}

footer a {
	text-decoration: none;
}

.pills-tabContent {

}

.whitepaper-item {
	color: white !important;
	padding: 0.15em 0.15em !important;
}

.badge {
	font-size: .95em !important;
	line-height: 2 !important;
}

.pagination a {
	color: black;
}

.pagination a.active {
	background-color: #3676D3 !important;
	border-radius: 10px;
	color: white !important;
}

.link-button {
	display: flex;
	text-decoration: none;
	margin: 5px;
	font-size: 10px;
	font-weight: bold;
}

.button-name {
	margin: 0 5px 0 5px;
}

.links-section {
	padding-top: 20px;
}

.container-chart {
	width:50%;
	margin:auto;
}

.canvas-chart {
	height: 40px !important;
}

.btn-signup {
	margin-right: 6px;
	border-radius: 8px;
	font-size: 12px;
}

.btn-login-navbar {
	margin-right: 6px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	border-color: #fff;
}

.btn-search {
	font-size: 12px;
}

.register-modal-header, 
.login-modal-header,
.forgot-modal-header,
.change-password-modal-header,
.news-modal-header {
	border: 0px;
}

.register-modal-body, 
.register-modal-footer, 
.login-modal-body, 
.login-modal-footer,
.forgot-modal-body, 
.forgot-modal-footer,
.change-password-modal-body, 
.change-password-modal-footer,
.news-modal-body, 
.news-modal-footer {
	font-size: 12px;
	display: inline;
}

.register-modal-body > p, 
.register-modal-footer > p, 
.login-modal-body > p, 
.login-modal-footer > p,
.forgot-modal-body > p, 
.forgot-modal-footer > p, 
.change-password-modal-body > p, 
.change-password-modal-footer > p
{
	margin: 0;
}

.news-modal-body > p {
	font-size: 14px !important;
	margin-bottom: 10px !important;
}

.register-modal-body > p > a, 
.register-modal-footer > p > a, 
.login-modal-body > p > a, 
.login-modal-footer > p > a,
.forgot-modal-body > p > a, 
.forgot-modal-footer > p > a,
.change-password-modal-body > p > a, 
.change-password-modal-footer > p > a 
{
	text-decoration: none;
}

div.form-group > label {
	font-weight: bold;
}

.form-group {
	margin-bottom: 20px;
}

.container-about, .container-careers {
	font-size: 14px;
	min-height: 400px;
}

.container-news h3 {
	font-size:14px; 
	font-weight:bold; 
	word-break: break-word;
}

.container-news p {
	font-size:10px;
	margin-bottom:0px;
}

.container-news div {
	margin-bottom: 25px;
}

.container-news span {
	font-size:10px;
	font-style:italic;
}

.container-news a {
	text-decoration: none;
}

.container-reports h3 {
	font-size:18px; 
	font-weight:bold; 
	word-break: break-word;
}

.container-reports p {
	font-size:10px;
	margin-bottom:0px;
}

.container-reports div {
	margin-bottom: 25px;
}

.container-reports span {
	font-size:10px;
	font-style:italic;
}

.container-reports a {
	text-decoration: none;
}


.top-gainers-title {
	font-size: 30px;

}

.top-gainers-subtitle {
	font-size: 14px;
	margin-bottom: 30px;
}

.project-item-help {
	font-size: 14px;
}

.project-item-link {
	font-size: 14px;
	margin-left: 6px;
}

.list-currencies-sites-listings {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
	max-height: 120px;
	overflow-y: scroll;
}

.sitemap-item {
	font-size: 10px;
}

.btn-list-control {
	background-color: rgb(239, 242, 245) !important;
	font-weight: bold;
	margin: 5px;
	font-size:11px;
	border-radius:10px
}

.btn-list-control:hover {
	background-color: #F0F6FE !important;
}

.btn-list-control.active {
	background-color: #F0F6FE !important;
	color: blue !important;
	font-weight: bold;
	margin: 5px;
	font-size:11px;
	border-radius:10px
}

.vertical-separator {
  color: rgb(0, 0, 0);
  text-size-adjust: 100%;
  font-size: 15px;
  line-height: 1.5em;
  white-space: nowrap;
  box-sizing: border-box;
  border-spacing: 0px;
  height: 16px;
  width: 1px;
  margin: 10px 12px;
  background: rgb(207, 214, 228);
}

.header-update {
	font-size:14px;
	font-style:italic;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: #fff;
    z-index: 1000;
}

.ui-autocomplete .ui-menu-item {
    padding: 0;
    border: none;
}

.ui-autocomplete .ui-menu-item-wrapper {
    padding: 8px 12px;
}

.autocomplete-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}

.autocomplete-item:hover {
    background-color: #f8f9fa;
}

.autocomplete-item img.team-logo {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    object-fit: contain;
}

.team-name {
    font-size: 14px;
    color: #333;
}

.ui-state-active .team-name {
    color: #fff;
}

.ui-menu-item:hover .team-name {
    color: #007bff;
}

* html .ui-autocomplete {
	height: 300px;
}

.autocomplete-team-name {
	font-size: 14px;
	margin-left: 4px;
}

.autocomplete-currency-symbol {
	font-size: 11px;
	margin-left: 10px;
}

.ui-menu-item-wrapper {
}

.ui-menu-item-wrapper :hover {
	background-color: #e9ecef !important;
	border-color: #e9ecef !important;
}

.ui-menu-item  {
	font-weight: normal !important;
}

.ui-menu-item :hover {
	background-color: #e9ecef !important;
	border-color: #e9ecef !important;
}

.col-name {
	margin-right: 40px;
}

::-webkit-input-placeholder {
  color: peachpuff;
  font-size: 11px;
}
::-moz-placeholder {
  color: peachpuff;
  font-size: 11px;
}
:-ms-input-placeholder {
  color: peachpuff;
  font-size: 11px;
}
::placeholder {
  color: peachpuff;
  font-size: 11px;
}

.icon-add-watchlist {
	margin-right: 2px !important;
	color: #ccc !important;
	cursor: pointer;
}

.icon-remove-watchlist.icon-Star-Filled,.icon-remove-in-watchlist.icon-Star-Filled {
	margin-right: 2px !important;
	color: #f6b87e !important;
	cursor: pointer;
}

.icon-add-watchlist:hover {
	color: #f6b87e;
}

.icon-Star-Filled:hover {
	color: #ccc;
}

.img-navbar-avatar {
	width: 30px;
}

.avatar-img {
	padding-right: 10px;
}

.dropdownMenuLogin {
	font-size: 12px;
}

.dropdownMenuLogin li {
	margin: 10px;
}

.dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
}

#search-coins {
	margin-top: 10px;
	font-size: 12px;
}

.coinlist {
	max-height: 300px;
	margin-top: 20px;
	overflow-y: scroll;
	margin-bottom: 5px !important;
}

.coinlist ul {
	padding: 0;
}

.coinlist-item {
	list-style: none;
	height: 40px;
}

.coinlist-item span {
	padding-right: 10px;
}

.coinlist-item :hover {
	background-color: #e9ecef !important;
}

.coinlist-item .team-name {
	font-size: 14px !important;
}

.coinlist-item .currency-symbol {
	font-size: 11px !important;
	font-weight: none !important;
}

.pills-coins-selected {
	margin-bottom: 10px;
}

.pill-coin-selected {
	padding: 2px;
}

.icon-currency-profile {
	margin-left: 5px;
	font-size: 20px;
}

.container-contract {
}

.item-contract {
	list-style: none;
	margin-bottom: 14px;
}

.contract-text {
	font-size: 11px;
}

.dropdown-menu {
	font-size: 12px;
	font-weight: bold;
}

.container-currencies-list .h3 {
	font-size: 20px;
	margin-top: 30px;
}

.votes {
	margin-top: 20px;
}

.votes span {
	font-size: 40px;
	margin-right: 20px;
}

.votes-title {
	font-size: 12px;
}

.vote-message {
	font-size: 12px !important;
	display: none;
	white-space: nowrap;
}

.currency-td {
	cursor: pointer;
}

.alternatePrices:before {
    content: "";
    display: block;
    width: 70%;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}

.button-currency-attr {
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color: #e3e3e3;
	border: 1px #e3e3e3 solid;
	border-radius: 6px;
}

.link-subranking {
	text-decoration: none;
	font-weight: bold;
}

.container-tweet {
  margin-left: 20px;	
}

.tweet-button {
	margin-right: 10px;
}

.project-status-title {
	font-size: 20px;
}

.col-status {
	width: 70% !important;
}

.table-fixture { 
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 20px;
}

.tab-pane {
	margin-left:30px;
}

.btn-game.active{
	background-color: #6c757d;
	color: #fff;
}

.podium-body {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.podium-title {
	font-size: 12px;
}

.podium-title a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.podium-table {
	width: 50%;
}

.podium-table td {
	padding:1px !important;
}

.td-trophy {
	text-align: center;
	width: 10% !important;
}

.td-logo, .td-logo-country {
	width: 45px;
	text-align: center;
	vertical-align: middle;
}

.row-group {
	margin-top: 40px;
}

.dropdown-menu li {
	position: relative;
}
.dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
}

#pills-description {
	font-size: 14px;
}

.association-name { 
	font-size:0.85rem;
}

.tournament-link {
	text-decoration: none;
	font-weight: bold;
}

.tournament-link-small {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.st-m {
	font-size: 10px;
}

.table-participants {
	font-size: 14px;
	padding: 5px;
}

.table-participants a {
	text-decoration: none;
	color: #000;
}

.vertical-menu {
	font-size:14px;
	font-weight: bold;
}

/*
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ccc !important;
}
*/

.calendar-browser {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ccc;
	font-weight: bold;
	border-radius: 10px;
}

.calendar-title {
	font-weight: bold;
	text-transform: uppercase;
}

.calendar-title a, .match-details a, .tournament-name a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.match-team {
	margin: 10px;
}

.match-info {
	font-size: 12px;
}

.match-minutes {
	font-size: 18px;
	font-weight: bold;
}

.match-team-name a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 18px;
}

.match-status {
	font-weight: bold;
	font-size: 20px;
}

.match-score {
	background-color: #000;
	color: #fff;
	height: 80px;
	font-size: 50px;
	font-weight: bold;
}

.country-title {
	font-size: 18px;
	padding: 0 8px 0 8px;
}

.country-selector {
	font-size: 14px;
}

.calendar-navigator {
	text-decoration: none;
	color: #000;
}

.competition-logo,
.team-icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    object-fit: contain;
    vertical-align: middle;
}

/* Live standings indicators */
.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: middle;
  animation: livePulse 1.5s ease-in-out infinite;
}

.live-winning {
  background-color: #22c55e;
  box-shadow: 0 0 4px #22c55e;
}

.live-drawing {
  background-color: #eab308;
  box-shadow: 0 0 4px #eab308;
}

.live-losing {
  background-color: #ef4444;
  box-shadow: 0 0 4px #ef4444;
}

.live-row td,
.live-row th {
  font-style: italic;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}