:root {
	--primary-color: #81b4ff;
}

* {
	box-sizing: border-box;
}

html {
	/*For smooth scrolling behavior*/
	scroll-behavior: smooth;
}

a {
	color: #81b4ff;
	text-decoration: none !important;
}

a.company_link {
	color: #fff;
}

.btn {
	margin-right: 5px;
}

.white_text {
	color: #fff;
}

.dark_bg {
	background-color: #32404b;
	padding: 30px;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

#fileToUpload,
#profile-image-upload-submit {
	display: none;
}

body {
	background: #1f282f;
	color: #f1f1f1;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 0;
}

.form-floating>label {
	color: #666;
	padding: 1rem 1.5rem;
}

header {
	background-color: #1f282f;
}

header.transparent-header {
	background-color: transparent;
}

header.transparent-header .transparent-nav-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

header.transparent-header .transparent-nav-container .navbar-collapse,
header.regular-header .container .navbar-collapse {
    flex-grow: 0;
}

.transparent-nav-container .navbar > .container,
.regular-header .navbar > .container {
    display: flex;
    justify-content: flex-end;
}

header.transparent-header .intro-container {
	width: 100%;
	max-width: 1000px;
	margin-block: 5rem;
}

header.transparent-header .search-container {
    width: 100%;
    max-width: 1000px;
	margin-bottom: 5rem;
}

header.transparent-header .search-container .form-control {
    background: rgba(255,255,255,.5);
    transition: background 200ms linear;
}

header.transparent-header .search-container .form-control:focus {
    background: rgba(255,255,255,1);
}

header.transparent-header .search-container .form-control::placeholder {
    color: white;
    opacity: 0.8;
}

header.transparent-header .search-container .form-control:focus::placeholder {
    color: gray;
}

header.transparent-header .front_page_buttons {
	width: 100%;
	max-width: 1000px;
	margin-bottom: 60px;
}

header.transparent-header .front_page_buttons > div {
	display: flex;
	justify-content: left;
}

header.transparent-header .front_page_buttons > div .service {
	padding: 10px 15px;
	background: rgba(255,255,255,.9);
	font-weight: bold;
	color: #333;
	border: 1px solid rgba(255,255,255,1);
	text-transform: uppercase;
	transition: all 200ms linear;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header.transparent-header .front_page_buttons > div .service:hover {
	background: rgba(255,255,255,.8);
}

header nav {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: regular;
	text-transform: uppercase;
	font-size: 1rem;
}

header nav .nav-item:not(:first-child) {
	border-left: 1px solid #666;
}

header nav .nav-link {
	padding: 0px 20px !important;
}

header nav .nav-link {
	color: #fff;
}

header nav .nav-item .nav-link:focus,
header nav .nav-item .nav-link:hover,
header nav .nav-item.active .nav-link {
	color: #fff;
	text-shadow: 1px 1px 0px #1e3796;
}

header button i {
	color: rgba(255,255,255,.8);
}

header button:hover i {
	color: rgba(255,255,255,1);
}

header .bg-image {
	background: url(/img/kysthjelp-bg-1920.webp) rgba(0, 0, 0, 0.2);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	display: flex;
	align-items: center;
	justify-content: center;
	background-blend-mode: multiply;
	box-shadow: 0px -1px 1px #ffffff30 inset, 0 1px 1px #ffffff30 inset;
	flex-direction: column;
	padding-top: 6rem;
}

.logo-container {
	width: 200px;
	height: 78px;
    background-color: white;
    -webkit-mask: url(/img/Kysthjelp-logo.svg) no-repeat center;
    mask: url(/img/Kysthjelp-logo.svg) no-repeat center;
}

/* /// Checkbox /// */
label.img_checkbox {
	/*border: 1px solid #fff;*/
	/*padding: 10px;*/
	display: block;
	position: relative;
	/*margin: 10px;*/
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	z-index: 5;
}
 
label.img_checkbox:before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid #ffffff50;
	box-shadow: 0 0 5px #00000050;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	transition-duration: 0.4s;
	transform: scale(0);
	z-index: 3;
}
  
label.img_checkbox img {
	height: 191px;
	width: 303px;
	transition-duration: 0.2s;
	transform-origin: center center;
	transition: linear;
}
  

label.img_checkbox h4 {
	transition-duration: 0.8s;
	transform-origin: center top;
}

:checked + label.img_checkbox {
	transform: scale(0.9);
	transition-duration: 0.2s;
	transform-origin: center center;
	border: 3px solid var(--primary-color);
}
  
:checked + label.img_checkbox:before {
	content: "✓";
	background-color: var(--primary-color);
	transform: scale(1);
}

.outer_service_box.form-check {
	padding-left: calc(var(--bs-gutter-x) * .5);
}

/* /// SELECT2 TILPASNINGER /// */
.select2-container--default .select2-selection--single {
	height: calc(1.5em + .75rem + 14px);
	padding: 1.375rem 1.75rem .375rem .75rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(1.5em + .75rem + 2px);
	right: .75rem;
}

.select2-results__option.select2-results__message {
	color: #212529;
}

/* /// FINN KYSTHJELP /// */

div.service_box {
	border-radius: 5px;
	overflow: hidden;
}

div.service_box img {
	transition: 300ms all ease-in-out;
}

div.service_box img:hover {
	filter: brightness(120%);
}

div.service_box h4.service-box-title {
    margin-top: -39px;
    padding: 10px;
    background: rgba(0,0,0,.8);
    position: relative;
    line-height: 1;
    margin-bottom: 0;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

/* /// SERVICE /// */

ul.service_menu {
	list-style-type: none;
    margin: 15px 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ul.service_menu li {
	display: inline;
    padding: 5px 20px 5px 0px;
}

/* /// SERVICE - COMPANY /// */

.company_box_wrap {
	padding: 15px;
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(255,255,255,.05);
	display: flex;
	transition: all 200ms linear;
}

.company_box_wrap:hover {
	background: rgba(255,255,255,.075);
	border: 1px solid rgba(255,255,255,.15);
}

.company_box_wrap .company_logo {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.company_box_wrap .company_name {
	font-size: 1rem;
	font-weight: bold;
}

.breadcrumbs-outer {
	background: #151b1f;
    padding-block: 15px;
    margin-bottom: 15px;
    box-shadow: 3px 3px 3px #263038;
    border-bottom: 1px solid #394854;
}

.breadcrumbs-outer.featured {
	margin-bottom: 0;
	border-bottom: 0;
}

.badges {
	width: 32px;
	margin-bottom: 5px;
}

.badges.badges-small {
	width: 16px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.nav-link {
	position: relative;
}

.offer_notification.bubble {
	position: absolute;
	top: 0;
	right: 0;
	background: red;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: 0.7rem;
	font-weight: bold;
	text-align: center;
	color: white;
}

h5.card-title {
	color: #333;
}

.container_box {
	background: rgba(0,0,0,.4);
	padding: 15px;
	margin: 15px 0;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
}

img {
	max-width: 100%;
}

body > main > .content {
	margin-top: 30px;
	margin-bottom: 30px;
}

#my-profile-image,
#my-company_image {
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
}

.company_logo_container,
.profile-image-container,
.my-profile-image-container {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.my-profile-image-container:hover #my-profile-image,
.company_logo_container:hover #my-company-image {
	opacity: 0.3;
	cursor: pointer;
}

.my-profile-image-container:hover .middle,
.company_logo_container:hover .middle {
	opacity: 1;
	cursor: pointer;
	pointer-events: none;
}

.my-profile-image-container:hover .middle .text,
.company_logo_container:hover .middle .text {
	background-color: #04AA6D;
	color: white;
	font-size: 16px;
	padding: 10px 15px;
}

.contract_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0,0,0,.4);
	padding: 15px;
	margin: 15px 0;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
}

form label.form-label {
	color: #222;
}

.nav-tabs-container #nav-tab,
.nav-tabs-container a.nav-link {
	border: 0px;
	color: #999;
}

.nav-tabs-container a.nav-link:hover,
.nav-tabs-container a.nav-link:focus {
	border: 0px;
	color: #ccc;
}

.nav-tabs-container a.nav-link.active {
    background: #32404b;
    color: #fff;
    border: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

div#nav-tabContent.tab-content {
	background: #32404b;
	padding: 30px;
}

.tab-pane .nav-tabs-container a.nav-link.active,
.tab-pane div#nav-tabContent.tab-content {
	background: #405260;
}

div#nav-tabContent div#nav-tabContent .tab-pane .nav-tabs-container a.nav-link.active,
div#nav-tabContent div#nav-tabContent div#nav-tabContent {
	background: #4d6273;
}

.modal-content {
	color: #222;
}

.competition-image-container {
	padding: 15px;
}

ol.rule-list {
	padding-left: 0;
}

ol.rule-list,
ol.rule-sublist {
	counter-reset: item
}

ol.rule-list h3,
.rule-title {
	margin-bottom: 15px;
}

li.rule-item,
li.rule-subitem {
	display: block;
}

li.rule-item:before,
li.rule-subitem:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	font-weight: bold;
	font-size: 1.2rem;
}

.club_name p {
	color: #fff;
}

/* /// PUBLIC CLUB PAGE /// */
.club_details_outer_container {
	margin-bottom: 30px;
}

/* /// MANAGER /// */
.card .club-image-container #club_logo {
	max-width: 100%;
	height: auto;
	width: auto;
}

/* /// LEAGUES /// */
.league-image-container {
	width: 180px;
	padding: 30px 30px 30px 0;
}

.league_header_container {
	display: flex;
	align-items: center;
}

/* /// LEADERBOARDS /// */
table.leaderboards th {
	font-size: 0.9rem;
}

table.leaderboards td.goals,
table.leaderboards td.assists,
table.leaderboards td.rating,
table.leaderboards td.passes,
table.leaderboards td.pass_percent,
table.leaderboards td.pos_won,
table.leaderboards td.pos_loss,
table.leaderboards td.tackles,
table.leaderboards td.tackles_percent,
table.leaderboards td.clean_sheets,
table.leaderboards td.gk_saves,
table.leaderboards td.pen_saves {
	text-align: center;
}

.bootgrid-table th > .column-header-anchor {
	color: #fff;
}

.bootgrid-table th:hover > .column-header-anchor,
.bootgrid-table th:active > .column-header-anchor {
	color: #333;
}

.leagues span.icon.glyphicon.glyphicon-th-list:before {
    content: "Stats";
}

.leagues .btn-default {
	--bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

/* /// MATCHES ///*/

.match_container {
	background: rgba(0,0,0,.4);
	padding: 15px;
	margin: 15px 0;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
}

.match_footer {
	display: flex;
	justify-content: space-between;
}

.match_footer .match_actions {
	/*margin-left: 15px;*/
	display: inline-block;
}

.match_home_container,
.match_away_container {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

.match_date {
	font-size: .8rem;
}

.todays_matches {
	margin-bottom: 30px;
}

.todays_matches .match_container {
	background: #39513c;
}

.todays_matches .match_container .match_versus {
	display: flex;
	justify-content: center;
}

.todays_matches.manager_page .match_container .match_versus {
	display: flex;
	justify-content: space-around;
}

.todays_matches .match_container .match_versus .match_home_container,
.todays_matches .match_container .match_versus .match_away_container {
	font-size: 2rem;
}

.completed_matches .match_container {
	background: rgba(0,0,0,.2);
}

.score_input {
	width: 50px;
	margin: 0 auto;
}

.current_match .match_container .match_versus .match_versus_text {
	margin: 0 auto;
}

.current_match .match_footer {
	display: flex;
	justify-content: center;
}

.big_match_container {
	background: rgba(0,0,0,.4);
	padding: 15px;
	margin: 15px 0;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
}

.big_match_container.desktop .match_versus {
	display: flex;
	justify-content: space-between;
}

/* /// LINEUP /// */

.lineup_squad_name {
	text-align: right;
}

/* /// REGISTER SCORES /// */

.same_match_container {
	background: rgba(0,0,0,.2);
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
}

.same_match_container .same_match_header {
    display: flex;
    justify-content: space-between;
}

.same_match_container .same_match_header h5 {
	margin-bottom: 0;
}

.same_match_container .same_match_header button {
	margin-left: 5px;
}

/* /// REGISTER STATS /// */

.enter_stats_container h6 {
	text-align: center;
}

.enter_stats_container label {
    text-align: right;
}

.enter_stats_container .form-group.row {
	margin: 0 0 5px 0;
}

.gk-file-input::-webkit-file-upload-button {
	visibility: hidden;
  }
  .gk-file-input::before {
	content: 'GK page';
	display: inline-block;
	background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
    user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-weight: 700;
	font-size: 10pt;
  }
  .gk-file-input:hover::before {
	border-color: black;
  }
  .gk-file-input:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  }

/* /// ADMIN /// */

.match_list_container {
	background: rgba(0,0,0,.4);
	padding: 15px;
	/*margin: 15px;*/
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
}

/* /// ADMIN - APPROVE STATS /// */

.stats_approve_container {
	background: rgba(0,0,0,.4);
	padding: 15px;
	margin: 15px 0;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
}

.stats_approve_container .stats_approve_header {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.stats_approve_container .stats_approve_header .stats_username {
	font-size: 1.2rem;
	font-weight: bold;
}

.stats_approve_container .stats_approve_header .stats_match_date {
	font-size: 0.8rem;
	font-style: italic;
}

.stats_approve_container .stats_approve_body {
	font-size: .8rem;
}

/* /// ADMIN - EDIT STATS /// */
.edit_stats_outer_container {
	background: rgba(0,0,0,.2);
	padding: 15px;
	margin-top: 30px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
}

.edit_stats_form form div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.edit_stats_form form input {
	width: 100%;
	max-width: 70px;
}

/* /// FOOTER /// */
footer {
	padding: 30px 0 0;
	background: rgba(0,0,0,.2);
}

footer .main_footer_section {
	margin-bottom: 30px;
}

footer .main_footer_section .col-sm-4 {
	text-align: center;
}

footer h3,
footer h5 {
	margin-bottom: 0;
	color: #81b4ff;
	font-weight: 900;
}

footer a {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	transition: all linear 200ms;
}

footer a:hover {
	color: #81b4ff;
}

footer .SoMe_icon_container {
	width: 40px;
	display: inline-block;
}

footer .SoMe_title {
	margin-top: 15px;
}

/* /// PREMIUM /// */

.premium_box {
	border-radius: 5px;
	overflow: hidden;
	background: rgba(255,255,255,.05);
}

.premium_box .premium_text {
	padding: 15px;
}

.premium_box .premium_text p {
	margin: 0;
}

.premium_box .list-group .list-group-item {
	background-color: transparent;
}

.premium_box .purchase_premium_container {
	display: flex;
	justify-content: center;
	padding: 15px;
}

/* /// MANAGER /// */

.manager_squad_item {
	display: flex;
	justify-content: space-between;
	background: rgba(0,0,0,.2);
	padding: 5px 10px;
	margin: 0 0 15px;
}

/* /// RESPONSIVE TABBED CONTENT /// */
.nav-tabs-container {
    display: block;
    overflow: hidden;
    height: calc(1.5rem + 1rem + 0px); /** 1.5 is font-size, 1 is padding top and bottom, 2 is border width top and bottom */
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}
.nav-tabs-container .nav-tabs {
	overflow-x: auto;
	flex-wrap: nowrap;
	border-bottom: 0;
	--bs-nav-tabs-border-width: 0;
}
.nav-tabs-container .nav-item {
	margin-bottom: 0;
}
.nav-tabs-container .nav-item:first-child {
	padding-left: 15px;
}
.nav-tabs-container .nav-item:last-child {
	padding-right: 15px;
}
    
.nav-link {
	white-space: nowrap;
}
.dragscroll:active,
.dragscroll:active a {
	cursor: -webkit-grabbing;
}

/* /// AFFILIATES /// */

section.affiliate-header-background#nordpass {
	background: url('/img/affiliates/nordpass/Nordpass-visuals.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.affiliate-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-block: 230px;
}

.affiliate-header .affiliate-title {
	max-width: 600px;
}

.affiliate-header .affiliate-title p.affiliate-name {
	font-size: 2rem;
	font-weight: bold;
}

.affiliate-header .affiliate-title h1 {
	font-size: 3rem;
}

section.highlight {
	background: rgba(255,255,255,.075);
	padding-block: 30px;
}

section.highlight h2 {
	margin-block: 30px;
}

section.highlight.nordvpn .image-container {
	padding: 30px;
}

.details-container {
	margin-bottom: 15px;
}

section.highlight.nordvpn .details-container {
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
	padding: 15px;
	height: 100%;
	max-height: 440px;
	margin-bottom: 20px;
}

.image-container {
	margin-bottom: 15px;
}

.call-to-action-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: 60px;
}

.call-to-action-container .call-to-action {
	max-width: 720px;
	text-align: center;
}

/* /// TROPHIES /// */
.trophy_plaque {
	text-align: center;
}

.trophy_plaque h3,
.trophy_plaque h5 {
	margin-bottom: 0;
}

.trophy_plaque h3 {
	text-transform: none;
}

.trophy_plaque h3 small.text-muted {
	font-size: 1.8rem;
}

/* /// SIGN UP / REGISTER /// */
small.error_notice {
	background: red;
	padding: 5px;
	color: white;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,.3);
}

@media only screen and (max-width: 48em) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	/* /// AFFILIATES /// */

	section.affiliate-header-background#nordpass {
		background-attachment: local;
	}

	.affiliate-header {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-block: 50px;
		text-align: center;
	}

	.affiliate-header .affiliate-title p.affiliate-name {
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	.affiliate-header .affiliate-title h1 {
		font-size: 2rem;
		margin-block: 30px;
	}

	header .bg-image {
		height: auto;
	}
	
	.logo-container {
		max-height: 130px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.logo-container img {
		height: 110px;
	}
	
	section.highlight.nordvpn .details-container {
		border: 0;
	}
	
	section.highlight.nordvpn .image-container {
		padding: 0px;
	}

	/* /// FANCY FRONT PAGE BOX /// */
	.fancy-box .top-part,
	.fancy-box .bottom-part {
		flex-direction: column;
	}
	
	.fancy-box .image-container {
		width: 100%;
	}
	
	.competitive.fancy-box .image-container {
		order: 1;
		width: 100%;
	}
	
	.fancy-box .image-container img {
		height: 250px;
	}
	
	.competitive.fancy-box .text-container {
		width: 100%;
		margin: 0;
		margin-top: -50px;
		order: 2;
	}
	
	.competitive.fancy-box .text-container.top_text_container {
		order: 1;
		margin: 0 0 -30px 0;
	}
	
	.competitive.fancy-box .text-container.bottom_text_container {
		order: 3;
		margin: -30px 0 0 0;
	}
	
	.fancy-box .top-part .text-container {
		margin-left: 0;
		width: 80%;
		margin-top: -30px;
	}
	
	.fancy-box .text-container .content {
		padding: 0px;
		background: #fb013e00;
	}
	
	.fancy-box .text-container h2 {
		font-size: 1.6rem;
		text-align: center;
		padding: 0;
		background: transparent;
	}
	
	.competitive.fancy-box .text-container h2 {
		font-size: 1.8rem;
	}
	
	.competitive.fancy-box .text-container h3 {
		font-size: 1.4rem;
	}
	
	.fancy-box .text-container h2.first {
		margin-bottom: 0px;
	}
	
	.competitive.fancy-box .info-box {
		flex-wrap: wrap;
		width: 100%;
		margin-top: 0;
	}
	
	.competitive.fancy-box .info-box .info-text {
		width: auto;
		text-align: center;
	}
	
	.competitive.fancy-box .info-box .buttons {
		display: flex;
		width: 100%;
		margin-top: 10px;
		justify-content: center;
	}
	
	/* /// COMPETITIONS /// */
	.league_card_container {
		margin-bottom: 30px;
	}
	
	.competition-image-container {
		padding: 5px;
	}
	
	.competition-image-container .card-body {
		padding: 0;
	}
	
	.league_card_container h5 {
		font-size: 1rem;
	}
	
	div#nav-tabContent.tab-content.leagues,
	div#nav-tabContent.tab-content.compact-tab-mobile,
	div#nav-tabContent div#nav-tabContent {
		padding: 30px 5px;
	}
	
	/* /// PROFILE /// */
	.profile_details_container {
		margin-top: 30px;
	}
	
	table > tbody {
		font-size: .9rem;
	}
	
	footer h3 {
		font-size: 1.2rem;
	}
	
	footer .footer_ocredits {
		font-size: 0.8rem;
	}
	
	/* /// MANAGER /// */
	
	.todays_matches .match_container .match_versus {
		flex-wrap: wrap;
	}
	
	.todays_matches .match_home_container, .todays_matches .match_away_container {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	
	.todays_matches .match_container h3 {
		font-size: 1rem;
	}
	
	.todays_matches .match_container h5 {
		font-size: 0.8rem;
	}
	
	.todays_matches .match_container .match_footer {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.todays_matches .match_container .match_footer .match_date {
		order: 2;
		margin-top: 10px;
	}
	
	.todays_matches .match_container .match_footer .match_actions {
		order: 1;
		display: flex;
		justify-content: space-between;
	}

	/* /// ADMIN - APPROVE STATS /// */

	.stats_approve_container .stats_approve_header {
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
	}

	/* /// MATCHES /// */
	.big_match_container.mobile .match_home_container {
		display: flex;
		justify-content: space-between;
	}
}