/* ------------------------------------------------------ */
/* Fonts                                                  */
/* ------------------------------------------------------ */
@font-face {
    font-family: "ChevySans-Black";
    src: url('/assets/fonts/ChevySans-Black.woff');
}
@font-face {
    font-family: "ChevySans-Bold";
    src: url('/assets/fonts/ChevySans-Bold.woff');
}
@font-face {
    font-family: "ChevySans-CondensedRegular";
    src: url('/assets/fonts/ChevySans-CondensedRegular.woff');
}
@font-face {
    font-family: "ChevySans-Demi";
    src: url('/assets/fonts/ChevySans-Demi.woff');
}
@font-face {
    font-family: "ChevySans-Medium";
    src: url('/assets/fonts/ChevySans-Medium.woff');
}
@font-face {
    font-family: "ChevySans-NarrowBlack";
    src: url('/assets/fonts/ChevySans-NarrowBlack.woff');
}
@font-face {
    font-family: "ChevySans-NarrowDemi";
    src: url('/assets/fonts/ChevySans-NarrowDemi.woff');
}
@font-face {
    font-family: "ChevySans-NarrowRegular";
    src: url('/assets/fonts/ChevySans-NarrowRegular.woff');
}
@font-face {
    font-family: "ChevySans-Regular";
    src: url('/assets/fonts/ChevySans-Regular.woff');
}

/* ------------------------------------------------------ */
/* Font Variables                                         */
/* ------------------------------------------------------ */
:root {
    --font-regular: "ChevySans-Regular", sans-serif;
    --font-medium: "ChevySans-Medium", sans-serif;
    --font-bold: "ChevySans-Bold", sans-serif;
    --font-extra-bold: "ChevySans-Black", sans-serif;
}

/* ------------------------------------------------------ */
/* General Interface                                      */
/* ------------------------------------------------------ */
body {
    font-family: 'Roboto', sans-serif;
    color: #2F4050;
    background-color: rgba(215,215,215,.2);
}
.page-header {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    text-align: center;
}
.text-default {
    color: #2F4050;
}
.view-details a {
    float: right;
    font-size: .8rem;
}
.tooltip-inner {
  background-color: #333 !important;
  color: white !important;
  border-radius: 5px;
}
/* ------------------------------------------------------ */
/* Navigation                                             */
/* ------------------------------------------------------ */
.nav-list {
	margin-top: 0px;
	display: none;
}
.nav-list .intro {
	font-size: 1rem;
	color: #666;
	margin-bottom: 10px;
}
.nav-list .header {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.2rem;
}
.nav-list-item {
	cursor: pointer;
	transition: transform 0.2s ease;
}
.nav-list-item:hover {
	transform: translateY(-2px);
}
.nav-list-item.dealer {
    font-size: 12px;
}
.nav-list-item .name {
	color: #0077D9;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: var(--font-bold);
}
.nav-list-item .street,
.nav-list-item .city-state-zip {
	color: #666;
}
.nav-list-item .distance {
	font-size: 0.85rem;
	color: #336699;
	font-weight: 500;
	margin-top: 5px;
}
.nav-list-item .nav {
    display: inline-block;
    padding: 8px 16px;
		margin-top: 10px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    background-color: #0077D9;
    border-radius: 8px;
    transition: background-color 0.2s ease;
		text-transform: uppercase !important;
		&:hover {
			background-color: #0066CC !important;
    }
}
.nav-list-item .nav:hover {
    background-color: #2F4050;
}
.logo-seperator {
    margin-right: 15.5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px #000 solid;
}
.nav-seperator {
    margin: 8px 10px 0px 10px;
    color: #414042;
}
.market-preferred-name {
    font-size: 1.1rem;
		color: #000;
		text-transform: uppercase;
    font-family: var(--font-bold);
}
/* ------------------------------------------------------ */
/* Tabs                                                   */
/* ------------------------------------------------------ */
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-link {
    color: #000 !important;
    border: none;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
		font-family: var(--font-regular);
}
.nav-link:hover {
    color: #0077D9 !important;
    border-color: transparent;
}
.nav-link.active {
    color: #0077D9;
    border-color: #0077D9;
    background-color: transparent;
}
.tab-content {
    padding: 24px 0;
}
.tab-pane p {
    color: #666;
    line-height: 1.6;
}
/* ------------------------------------------------------ */
/* Bootstrap Overwrites                                   */
/* ------------------------------------------------------ */
a {
    color: #336699 !important;
}
a:hover {
    color: #2F4050 !important;
}
.btn-primary {
    background-color: #336699 !important;
}
.btn-primary:hover {
    background-color: #2F4050 !important;
}
.bootstrap-icon {
    margin-right: 0px !important;
}
.header-icon {
    font-size: 14px;
}
/* ------------------------------------------------------ */
/* Navbar                                                 */
/* ------------------------------------------------------ */
.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#nav-logo {
    height: 30px;
}
/* ------------------------------------------------------ */
/* Bootstrap Cards                                        */
/* ------------------------------------------------------ */
.card {
    border-radius: 10px;
}
.card-header h5 {
    margin-top: 20px !important;
}
.card-title {
    font-size: 1.25rem;
}
/* ------------------------------------------------------ */
/* Footer                                                 */
/* ------------------------------------------------------ */
#footer-container {
    width: 100%;
	color: #666;
	font-size: 10px;
	padding: 10px;
	border-top: 2px solid #000;
}
#footer-container .copyright-copy {
	float: left;
}
#footer-container .together-lets-drive-logo {
	float: right;
}
#footer-container .together-lets-drive-logo img {
	height: 15px;
}
/* ------------------------------------------------------ */
/* Map Number Badge                                       */
/* ------------------------------------------------------ */
.map-number {
	display: inline-block;
	background-color: #B1632D;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 50%;
	margin-bottom: 10px;
}
/* ------------------------------------------------------ */
/* Location Status Messages                               */
/* ------------------------------------------------------ */
#location-status {
	min-height: 30px;
	font-size: 0.9rem;
}
/* ------------------------------------------------------ */
/* ZIP Input Styling                                      */
/* ------------------------------------------------------ */
#zip-input {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
}
#btn-search-zip {
	font-weight: 500;
	text-transform: uppercase !important;
	background-color: #0077D9 !important;
	&:hover {
			background-color: #0066CC !important;
	}
}
#btn-use-location {
	font-size: 0.9rem;
}
/* ------------------------------------------------------ */
/* Map Container                                          */
/* ------------------------------------------------------ */
#map-container {
	margin-bottom: 20px;
	display: none;
}
#leaflet-map {
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
/* ------------------------------------------------------ */
/* Search Inventory Modal                                 */
/* ------------------------------------------------------ */
#inventory-modal .modal-dialog {
	max-width: 1200px;
}
#inventory-modal .modal-header {
	background-color: #FFF;
	color: #000;
	padding: 1.5rem;
	border-bottom: 1px solid #DEE2E6;
	text-align: center;
	display: block;
}
#inventory-modal .modal-title {
	margin: 0;
}
#inventory-modal .btn-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}
#inventory-modal .modal-body {
	padding: 2rem;
	background-color: #F8F9FA;
}
#inventory-modal .card {
	cursor: default;
    font-size: 12px;
}
#inventory-modal .name {
	color: #0077D9;
	font-family: var(--font-bold);
	margin-bottom: 5px;
}
#inventory-modal .street,
#inventory-modal .city-state-zip {
	color: #666;
}
#inventory-modal .distance {
	font-size: 0.85rem;
	color: #336699;
	font-weight: 500;
	margin-top: 5px;
}
#inventory-modal .inventory-buttons {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}
#inventory-modal .inventory-buttons .dealer-btn {
	display: inline-block;
	flex: 1;
	padding: 8px 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none !important;
	color: #FFF !important;
	background-color: #0077D9;
	border-radius: 8px;
	transition: background-color 0.2s ease;
	text-transform: uppercase !important;
	&:hover {
		background-color: #0066CC !important;
	}
}

.container-fluid {
	@media (max-width: 1024px) {
		justify-content: unset !important;
	}
}
.navbar-toggler {
	@media (max-width: 1024px) {
		margin-left: auto !important;
	}
}
.nav-seperator {
	@media (max-width: 1024px) {
		display: none !important;
	}
}

/* ------------------------------------------------------ */
/* Responsive: Mobile                                     */
/* ------------------------------------------------------ */
@media (max-width: 767px) {
	.inventory-dealer-buttons {
		flex-direction: column;
	}
	.inventory-dealer-buttons .btn {
		width: 100%;
	}
}