/*

Theme Name: XinterioTE - Banner  Link

Theme URI: http://thetrafficexchangescript.com/

Description: A custom Xinterio TE branded theme based on the LFMTE sidebar template.

Version: 3.0

Author: Josh Abbott

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #e6edf7;
	background: #0a1929;
	background: linear-gradient(180deg, #0a1929 0%, #0d2545 50%, #102c5a 100%);
	background-attachment: fixed;
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}


/* Main page structure */

.lfm_outerdiv {
	display: flex;
	width: 100%;
	align-items: stretch;
}
.main {
	width: 100%;
	min-height: 100vh;
}


/* Site logo styles */

.lfm_menu_logo {
	max-height: 38px;
	margin: 0.7rem 1.2rem 0.5rem 1.2rem;
	filter: drop-shadow(0 0 6px rgba(34, 211, 238, 0.35));
}


/* Styles for the top bar */

.lfm_topbar {
	background: linear-gradient(90deg, #0d2545 0%, #1e40af 40%, #2563eb 100%);
	color: #ffffff;
	margin-bottom: 0;
	border-bottom: 2px solid #22d3ee;
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
	padding: 0.5rem 1rem;
}

.lfm_topbar .btn-success {
	background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
	border: 1px solid #15803d;
	color: #ffffff;
	font-weight: 700;
	padding: 0.4rem 1rem;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	transition: all 0.2s ease;
}

.lfm_topbar .btn-success:hover {
	background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}


/* Styles for the slidebar navigation */

.lfm_slidebar {
	min-width: 225px;
	max-width: 225px;
	min-height: 100vh;
	transition: all 0.4s ease-in-out;
	background: linear-gradient(180deg, #0a1929 0%, #0d2545 100%);
	border-right: 2px solid #22d3ee;
	box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
}

/* Desktop View Settings - Expand the slidebar by default */
@media (min-width: 890px) {
	.lfm_slidebar {
		margin-left: 0px;
	}
	.lfm_slidebar.toggled {
		margin-left: -225px;
	}
}

/* Mobile View Settings - Collapse the slidebar by default */
@media (max-width: 889px) {
	.lfm_slidebar {
		margin-left: -225px;
	}
	.lfm_slidebar.toggled {
		margin-left: 0px;
	}
}

.lfm_slidebar_toggleswitch {
	cursor: pointer;
	font-size: 24px;
	color: #ffffff;
	padding-right: 10px;
	transition: color 0.2s ease;
}
.lfm_slidebar_toggleswitch:hover {
	color: #22d3ee;
}

.lfm_slidebar_mainmenu {
	list-style: none;
	padding-left: 0;
	overflow: auto;
	margin-bottom: 0;
}


/* This sets the style of the slidebar menu items */
.lfm_slidebar_mainmenu li > a {
	color: #e6edf7;
	background: transparent;
	border-bottom: 1px solid rgba(34, 211, 238, 0.15);
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0.65rem 1.2rem 0.65rem 1.2rem;
	font-size: 15px;
	position: relative;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

/* This sets the colors of the slidebar menu links when you hover over them */
.lfm_slidebar_mainmenu li > a.active,
.lfm_slidebar_mainmenu li > a:hover {
	color: #ffffff;
	background: linear-gradient(90deg, rgba(37, 99, 235, 0.4) 0%, rgba(34, 211, 238, 0.2) 100%);
	border-left: 3px solid #a3e635;
	padding-left: calc(1.2rem - 3px);
}


/* Styles for the footer */

.lfm_footer {
	background: linear-gradient(180deg, #0a1929 0%, #050d1a 100%);
	border-top: 2px solid #22d3ee;
	color: #e6edf7;
}


/* Custom Header Banner */

.custom-header-banner {
	width: 100%;
	background: linear-gradient(180deg, #0d2545 0%, #102c5a 60%, #0d2545 100%);
	padding: 22px 0;
	text-align: center;
	border-top: 1px solid rgba(34, 211, 238, 0.4);
	border-bottom: 2px solid #a3e635;
	line-height: 0;
}

.custom-header-banner-link {
	display: inline-block;
	width: 75%;
	max-width: 75%;
	line-height: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.custom-header-banner-link:hover,
.custom-header-banner-link:focus {
	opacity: 0.92;
	transform: translateY(-1px);
	text-decoration: none;
}

.custom-header-banner img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(34, 211, 238, 0.3);
}


/* Icon settings */

.far, .fas {
	margin-right: 3px;
}

.feedicon {
	color: #22d3ee;
	font-size: 20px;
	margin-right: 5px;
}


/* Profile picture sizes */

.profilepic_small {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #22d3ee;
}

.profilepic_med {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 2px solid #22d3ee;
}

.profilepic_large {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 3px solid #22d3ee;
}


/* Various styles */

.buttonlink {
	cursor: pointer;
	background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
	border-radius: 4px;
	border: 1px solid #1e40af;
	display: inline-block;
	color: #FFFFFF;
	font-family: arial;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 14px;
	margin: 2px 1px 2px 1px;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.buttonlink:hover {
	color: #FFFFFF;
	background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}


.infobar {
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
	color: #FFFFFF;
	background: linear-gradient(135deg, #4b5563 0%, #6b7280 100%);
	border-top: 1px solid rgba(34, 211, 238, 0.4);
	border-bottom: 1px solid rgba(34, 211, 238, 0.4);
}
.infobar h2 {
	color: #FFFFFF;
}


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


/* Bootstrap button overrides to match brand */

.btn-primary {
	background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
	border-color: #1e40af;
	color: #ffffff;
	font-weight: 600;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:focus {
	background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
	border-color: #1e40af;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.btn-success {
	background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
	border-color: #15803d;
	color: #ffffff;
	font-weight: 600;
}

.btn-success:hover,
.btn-success:focus {
	background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
	border-color: #15803d;
}

.btn-info {
	background: linear-gradient(180deg, #22d3ee 0%, #0891b2 100%);
	border-color: #0e7490;
	color: #ffffff;
	font-weight: 600;
}

.btn-info:hover,
.btn-info:focus {
	background: linear-gradient(180deg, #06b6d4 0%, #0e7490 100%);
	border-color: #0e7490;
	color: #ffffff;
}


/* Content area: white cards over dark background */

.content {
	padding: 0;
}

.content .container-fluid {
	padding-top: 22px;
	padding-bottom: 22px;
}

/* Make Bootstrap cards / panels visually pop against the dark page */
.card {
	background-color: #ffffff;
	color: #212529;
	border: 1px solid rgba(34, 211, 238, 0.25);
	border-radius: 8px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.card-header {
	background: linear-gradient(90deg, #1e40af 0%, #2563eb 100%);
	color: #ffffff;
	border-bottom: 2px solid #22d3ee;
	font-weight: 600;
}

.bg-light {
	background-color: #ffffff !important;
	color: #212529;
	border-radius: 6px;
}

.bg-dark {
	background: linear-gradient(180deg, #0d2545 0%, #0a1929 100%) !important;
}


/* Table styling on dark theme */

.table {
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
}

.table thead th {
	background: linear-gradient(90deg, #1e40af 0%, #2563eb 100%);
	color: #ffffff;
	border-color: #1e40af;
	font-weight: 600;
}


/* Form input restyling for the dark theme */

.form-control {
	border: 1px solid #cbd5e1;
	border-radius: 4px;
}

.form-control:focus {
	border-color: #22d3ee;
	box-shadow: 0 0 0 0.2rem rgba(34, 211, 238, 0.25);
}


/* Link styling */

a {
	color: #22d3ee;
	transition: color 0.2s ease;
}

a:hover {
	color: #a3e635;
	text-decoration: none;
}

/* Keep links inside white cards/content readable */
.card a,
.bg-light a,
.table a {
	color: #1d4ed8;
}

.card a:hover,
.bg-light a:hover,
.table a:hover {
	color: #2563eb;
}


/* The next 3 sections control various text styles used throughout the LFM Members Area */
.lfm_title {
	font-family: "Arial"; color: #ffffff; font-size: 32px;
	font-weight: 700;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.lfm_descr {
	font-family: "Arial"; color: #e6edf7; font-size: 16px;
}

.lfm_descr_bold {
	font-family: "Arial"; color: #ffffff; font-size: 16px;
	font-weight: 700;
}


/* Headings on dark sections */
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6,
.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4, .bg-light h5, .bg-light h6 {
	color: #0d2545;
}


/* Mobile menu / topbar adjustments */
@media (max-width: 889px) {
	.lfm_menu_logo {
		max-height: 32px;
	}
}
