﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color-scheme: dark;
    margin: 0;
    height: 100%;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.nav-link {
    padding: .3rem !important;
    height: 2rem !important;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.status-bar-safe-area {
    display: none;
}

@supports (-webkit-touch-callout: none) {
    .status-bar-safe-area {
        display: flex;
        position: sticky;
        top: 0;
        height: env(safe-area-inset-top);
        background-color: #f7f7f7;
        width: 100%;
        z-index: 1;
    }

    .flex-column, .navbar-brand {
        padding-left: env(safe-area-inset-left);
    }
}

/* Gemini AI Created Styles */

body {
    background-color: #f0f2f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.main-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* General Form and Card Styles */
/*.form-container, .card, .vehicle-details, .vehicle-edit, .vehicle-scan {
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.15);
}*/

.login-form {
    width: 360px;
}

.signup-form {
    width: 360px;
}

.form-error {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    color: #BB0000;
}

.center {
    justify-content: center;
    justify-self: center;
    display:flex;
}

.logo-card
{
    margin-top: 20px;
}

.logo-card-title
{
    font-size: 24pt;
}

.logo {
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 360px;
    max-width: 100%;
    min-height: 170px;
    max-width: 100%;
}

.form-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label, .sub-heading {
        font-weight: bold;
        color: white;
        margin-bottom: 5px;
        display: block;
    }

.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

    .form-control:focus {
        outline: none;
        border-color: #29abe2;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.form-check-input {
    accent-color: var(--gp-blue);
    width: 20px;
    height: 20px;
    display: flex;
}

.form-radio-group {
    display: flex;
    gap: 20px;
}

.forgot-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.link-item {
    color: var(--gp-blue);
    text-decoration: underline;
    cursor: pointer;
}

.btn {
    background-color: var(--gp-blue) !important;
    color: white !important;
    border: none;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

    .btn:hover {
        /*background-color: #0056b3;*/
        background-color: #3399cc;
    }

/* Floating Buttons / Actions */
.floating-buttons {
    position: fixed;
    z-index: 9999;
    flex-direction: column-reverse;
    bottom: 75px;
    right: 35px;
    width: auto;
    gap: 10px;
    display: none;
}

@media (max-width: calc(600px + 3rem)) {
    .floating-buttons {
        display: flex;
    }
}

.floating-button {
    border-radius: 55px;
    width: 55px;
    height: 55px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}

.add-post-icon {
    background-image: url(../icons/actions/add-post.png);
}

.add-vehicle-icon {
    background-image: url(../icons/actions/add-vehicle.png);
}

.vehicle-close {
    
    z-index: 999;
    width: 30px;
    right: 10px;
}

.garage-cards-container {
    overflow-y: auto;
}

.garage-cards {
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: auto;
    padding: 1rem;
    padding-top: 0;
    overflow-y: auto;
    width: 100%;
    max-width: 900px;
    justify-self: center;

}

/* POSTS */
/*.posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
}*/

.post-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #0A0A0A;
    border-top: solid 1px rgb(255,255,255,.2);
    border-bottom: solid 1px rgb(255,255,255,.2);
    padding-top: 10px;
    padding-bottom: 10px;

}

.post-card-header {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    gap: .5rem;
}

.post-card-header-seperator {
    display: flex;
    justify-self: center;
    width: .2rem;
    height: .2rem;
    margin-top: .2rem;
    align-self: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../icons/circle-fill.png');
}

.post-card-header a {
    color: #FFFFFF;
    display: flex;
    text-decoration: none;
}

.post-card-header a:hover {
    color: var(--gp-blue);

}

.post-card-header-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: .5rem;
}

.post-card-header-text {
    
}

.post-card-images {    
    display: flex;
    flex-shrink: 1;
    overflow: hidden;
    align-items: center;
    max-height: 350px;
    object-fit: cover;
}

.post-card-image {
    display: flex;
    flex-shrink: 1;
    overflow: hidden;
    max-width: 100%;
    object-fit: contain;    
}

.post-card-content {
    padding-left: .5rem;
    padding-right: .5rem;
}

.post-card-actions {
    display: flex;
    flex-direction: row;    
    justify-content: space-evenly;
    align-content: center;    
    justify-self: flex-start;

}

.post-card-action {
    display: flex;
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: contain;
}

.action-comment {
    background-image: url('../icons/actions/chat-dots.png')
}

.action-share {
    background-image: url('../icons/actions/share.png')
}

.action-like {
    background-image: url('../icons/actions/heart.png')
}

    .action-like:active {
        background-image: url('../icons/actions/heart-filled.png')
    }

/* Card Specific Styles */
.vehicle-card {    
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #0A0A0A;
    border-top: solid 1px rgb(255,255,255,.2);
    border-bottom: solid 1px rgb(255,255,255,.2);
    padding-bottom: 10px;
}

.vehicle-card-header {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    
}

.vehicle-card-image {
    display:flex;
    max-height: 300px;
    object-fit: cover;
}

.vehicle-card-content {
    padding-left: .5rem;
    padding-right: .5rem;   
}

.vehicle-card-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.vehicle-card-detail {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
}

    .vehicle-card-detail span:first-child {
        font-weight: bold;
        color: #aaa;
    }

.garage-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.garage-title-icon {
    background-image: url('../icons/user-icon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.garage-title-text {
    display: flex;
    font-size: 20pt;
}

.garage-title a {
    gap: 10px;
    display: flex;
    text-decoration: none;
    color: white;
}

.garage-title a:hover {
    gap: 10px;
    display: flex;
    text-decoration: none;
    color: var(--gp-blue);
}


/*.garage-title-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    gap: 10px;
    
}

.title-link {
    flex-direction: row;
    display: flex;
    gap: 3px;    
    align-items: center;
}

.title-link-icon {
    display: flex;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.title-trophy-icon {
    background-image: url("../icons/menu/trophy-active.png");
}

.title-links-icon {
    background-image: url("../icons/menu/links-active.png");
}

.garage-title-links a {
    display: flex;
    text-decoration: none;
    color: #fff;
}*/

/* Overlays / PopIns */
.garage-view-wrapper {
    display: flex;
    flex-direction: column;
    overflow-block: auto;
}

.garage-view {
    padding: 0px;
    overflow-y: scroll;
}

.garage-view-title {
    font-size: 20pt;
    display: flex;
    justify-self: center;    
}

.garage-view-content {
    display: flex;
    flex-direction: column;
    justify-self: center;
    flex: 0 1 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
    height: auto;
    width: 100%;
    max-width: 700px;
    gap: 10px;
}

.vehicle-view {
}

/* Vehicle Edit/Add */
.vehicle-edit {
    background-color: #303030;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    flex-direction: row;
    position: relative;
    gap: 10px;
    margin-bottom: 20px;
}

.vehicle-edit-error {
    color: #BB0000 !important;
}

.vehicle-edit-buttons {
    justify-items: right;
}

.vehicle-edit-social-links expanded {
    grid-column: span 4 !important;
    border: solid 1px red;
}

.vehicle-form-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.vehicle-form-group {
}

    .vehicle-form-group label, .sub-heading {
        font-weight: bold;
        color: white;
        display: block;
    }

/* Image Capture */
.image-capture-preview {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    -o-object-fit: contain;
}

.colspan1 {
    grid-column: span 1;
}

.colspan2 {
    grid-column: span 2;
}

.colspan3 {
    grid-column: span 3;
}

.colspan4 {
    grid-column: span 4;
}

@media (max-width: calc(600px + 3rem)) {
    .colspan2, .colspan1 {
        grid-column: span 4;
    }
}

/* Vehicle Details */
.vehicle {
    margin: 1rem;
}

.vehicle-details {
    margin-top: 1rem;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    position: relative;
}

.vehicle-image {
    align-content: flex-start;
    width: 60%;
    object-fit: contain;
    border-bottom-right-radius: 20px;
}

.vehicle-summary {
    align-items: flex-start;
    flex-basis: 100%;
    flex-direction: row;
    display: flex;
}

.vehicle-summary-items {
    padding-top: 10px;
    padding-left: 10px;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    flex-direction: row;
    position: relative;
}

.vehicle-summary-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.vehicle-summary-detail {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    float: left;
    margin-right: 10px;
    flex-basis: 0;
    flex-grow: 1;
}

.vehicle span:first-child {
    font-weight: bold;
    color: #aaa;
}

.vehicle-description {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.close-icon {
    background-image: url("../icons/actions/close.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.vehicle-social-links {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    position: absolute;
    bottom: 10px;
    margin-left: -10px;
}

/* Vehicle VIN Scan */
.vehicle-scan {
    display: flex;
    vertical-align: bottom;
    width: 360px;
    justify-self: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    height: 100%;
}

.vehicle-scan-title {
    margin: 0;
}

.vehicle-scan-instructions {
    margin: 0;
    grid-column: span 4;
}

.vehicle-separator {
    text-align: center;
    width: 100%;
    grid-column: span 4;
}

.vehicle-scan-buttons {
    grid-column: span 4;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    flex-direction: row;
    position: relative;
    gap: 10px;
}

.vehicle-scan-button {
}

.vehicle-scan-input-file {
    display: none;
}

.vehicle-scan-vin {
    font-size: 21pt;
    font-family: monospace;
    text-transform: uppercase;
    text-align: center;
}

.vehicle-scan-error {
    color: #BB0000 !important;
}

/* Social Media Icons */
.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    position: relative;
    
}

.social-icon {
    color: #29abe2;
    font-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 25px;
}

    .social-icon:hover {
        color: #0056b3;
    }

.instagram-icon {
    background-image: url("../icons/social_media/Instagram-Logo.svg");
}

.x-icon {
    background-image: url("../icons/social_media/X-Logo.svg");
}

.facebook-icon {
    background-image: url("../icons/social_media/Facebook-Logo.svg");
}

/*Landing Page / Waitlist */

.landing-page {
    display: flex;
    flex-direction: column;
    justify-self: center;
    max-width: 750px;
}

.promo-banner-image {
    border-radius: 20px;
    max-width: 100%;
    max-height: 100%;
    min-width: 350px;
    border: 2px solid #29abe2;
}

.waitlist {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.waitlist-text {
    width: 100%;
    font-size: 18pt;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.waitlist-form {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
}

.waitlist-email {
    color: #29abe2;
    font-weight: bold;
}

.waitlist-newsletter {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
}

.waitlist-newsletter-label {
    
}

.waitlist-button {
    flex-basis: 20%;
}

.waitlist-error {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
    color: #BB0000;
}

.promo-cards {
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
    max-width: 870px;
    justify-items: center;
    margin-bottom: 20px;
}

@media (max-width: calc(600px + 3rem)) {
    .landing-page {
        max-width: 420px;
    }

    .promo-cards {
        justify-content: center;
    }
}

.promo-card {
    border: solid 2px #29abe2;
    border-radius: 20px;
    width: 369px;
    display: flex;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.9);
}

.promo-card-image {
    width: 30%;
    height: 100%;
    padding-left: 15px;
    padding-right: 10px;
    object-fit: contain;
    object-position: center;
}

.promo-card-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
    object-position: top;
}

.promo-card-description {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.promo-card-body {
    padding-top: 10px;
    padding-left: 5px;
    align-content: center;
    padding-right: 5px;
    position: relative;
    overflow: visible;
}

.promo-card-future-vision {
    color: #29abe2;
    font-style: italic;
    font-weight: 800;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 3px;
    z-index: 99999999;
    margin-top: -30px;
}

.login-account-activated {
    margin-top: 20px;
}

.login-error {
    margin-top: 20px;
    color: #BB0000;
}

.account-created {
    display: inline;
    width: 500px;
    margin-top: -30px;
}

.account-created-next-steps-title {
    font-size: 14pt
}

.account-created-next-steps {
    padding: 0px 60px 0px 60px;
    width: 100%;
}

.account-created-title {
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
}

.account-created-text {
    padding: 0px 60px 0px 60px;
}

.contact-preferences {
    justify-self: center;
}

.contact-preferences-updated {
    justify-self: center;
    margin-top: 10px;
}

.contact-preferences-error {
    justify-self: center;
    margin-bottom: 5px;
    color: #BB0000;
}

.policy {
    width: 100%;
    padding: 1rem;
    background-color: black;
    color: white;
    font-size: 14pt;
}

.footer {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.content {
    display: flex;
    flex-direction: column;
    justify-self: flex-start;
    flex: 0 1 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
    height: auto;
    width: 100%;
    gap: 10px;
}

/*Content Menus*/
.content-menu {
    display: flex;
    flex: 0 1;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    justify-self: center;
}

@media (max-width: calc(600px + 3rem)) {
    .content-menu {
        display: flex;
    }
}

.content-menu-items {
    display: flex;
    justify-self: center;
    justify-content: center;
    width: auto;
    border-radius: 50rem;
    background-color: #ffffff;
}

.content-menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50rem;
    padding: 1px;
}

.content-menu-item:hover {
}

.content-menu-text {
    display: flex;
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
}

.content-menu-item a {
    text-decoration: none;
    border-radius: 50rem;
    color: black;
}

    .content-menu-item a:hover {
        color: black;
        background-color: rgb(0,0,0,.25);
        
    }

.content-menu-item .active, .content-menu-item .active:hover {
    color: var(--gp-blue);
    background-color: black;
}

.submenu {
    border-top: solid 1px var(--gp-text);
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    height: 55px;
    padding: 10px;
}

/* Footer Menus (mobile) */
.footer-menus {
    flex: 0 0 auto;
    flex-direction: column;
    width: 100%;
    background-color: black;
    flex: auto 0;
    justify-self: flex-start;
    display: none;
}

@media (max-width: calc(600px + 3rem)) {
    .footer-menus {
        display: flex;
    }
}

.new-layout {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.new-layout-content {
    flex: 1 1 auto; /* Takes remaining space */
    overflow-y: auto; /* Enables vertical scrolling */
}

.footer-menu {
    border-top: solid 1px var(--gp-text);
    display: flex;    
    flex-direction: row;
    height: 50px;
    padding: 5px;
}

.footer-menu-items {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    
    align-items: center;
    flex-basis: 100%;
    flex-wrap: nowrap;
    width: 100%;
}

.menu-item-separator {
    width: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 70%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--gp-text);
}

.footer-nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: 10px;
}

    .footer-nav-item a.active {
        background-color: rgba(255,255,255,0.37);
        border: solid 3px green;
    }

    .footer-nav-item a:hover {
    }

.footer-nav-link {
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.submenu-item {
    display: flex;
    height: 50px;
    width: 100px;
}

.menu-item {
    display: flex;
    height: 30px;
    width: 60px;
}

.menu-icon {
    height: auto;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}


.menu-back {
    background-image: url("../icons/menu/back.png");
}

.menu-discover {
    background-image: url("../icons/menu/discover.png");
}

    .menu-discover.active {
        background-image: url("../icons/menu/discover-active.png");
    }

.menu-home {
    background-image: url("../icons/menu/home.png");
}

    .menu-home.active {
        background-image: url("../icons/menu/home-active.png");
    }

.menu-search {
    background-image: url("../icons/menu/search.png");
}

    .menu-search.active {
        background-image: url("../icons/menu/search-active.png");
    }

.menu-share {
    background-image: url("../icons/menu/share.png");
}

    .menu-share.active {
        background-image: url("../icons/menu/share-active.png");
    }

.menu-follow {
    background-image: url("../icons/menu/follow.png");
}

    .menu-follow.active {
        background-image: url("../icons/menu/follow-active.png");
    }

.menu-vehicles {
    background-image: url("../icons/menu/car.png");
}

    .menu-vehicles.active {
        background-image: url("../icons/menu/car-active.png");
    }

.menu-news {
    background-image: url("../icons/menu/news.png");
}

    .menu-news.active {
        background-image: url("../icons/menu/news-active.png");
    }

.menu-favorite {
    background-image: url("../icons/menu/star.png");
}

    .menu-favorite.active {
        background-image: url("../icons/menu/star-active.png");
    }

/* GaragePass Blue #29abe2 */


/* Discover Swipe Page */
:root {
    --gp-bg: #0b0f14;
    --gp-panel: #121924;
    --gp-panel-2: #0f1620;
    --gp-accent: #2f89ff;
    --gp-accent-2: #7ab5ff;
    --gp-text: #d8e3f1;
    --gp-blue: #29abe2;
}

/*.card, .modal-content, .dropdown-menu, .offcanvas, .toast {
    background: linear-gradient(180deg, var(--gp-panel), var(--gp-panel-2));
    border: 1px solid rgba(255,255,255,.06);
    color: var(--gp-text);
}*/


.progress {
    background-color: rgba(255,255,255,.08);
}

.progress-bar {
    background: linear-gradient(90deg, var(--gp-accent), var(--gp-accent-2));
}

/* Utility */
.text-muted {
    color: rgba(216,227,241,.65) !important;
}

.border-light-05 {
    border-color: rgba(255,255,255,.06) !important;
}

/* Optional: table + list polish */
.table {
    color: var(--gp-text);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: rgba(255,255,255,.03);
    color: var(--gp-text);
}

.gp-dragging {
    cursor: grabbing;
}

.gp-card {
    transition: box-shadow .2s ease;
}

    .gp-card.gp-dragging {
        box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.06) inset;
    }

.gp-swipe-stage {
    border: solid 1px red;
}

.swipeElement {
    border: solid 2px blue;
}