:root {
  --gp-bg: #0b0f14;
  --gp-panel: #121924;
  --gp-panel-2: #0f1620;
  --gp-accent: #2f89ff;
  --gp-accent-2: #7ab5ff;
  --gp-text: #d8e3f1;
  --gp-blue: #29abe2;
  /* Shared status-badge palette (consumed by .status-badge* in app.claude.css).
       One fixed set so badges never drift into several different blues. */
  --gp-amber: #FFB300;
  --gp-success: #2ECC2E;
  --gp-error: #E02E2E;
  --gp-neutral-badge: #BBBBBB;
  /* Tinted status backgrounds for the subtle TagPill taxonomy (Clubs/Events). */
  --gp-success-bg: #0A2E0A;
  --gp-error-bg: #2E0A0A;
  /* Unified entity-card palette (consumed by .ent-card* in app.claude.css). */
  --gp-card-bg: #0A0A0A !important;
  --gp-card-border: #222222 !important;
  --gp-muted: #888888;
  --gp-muted-deep: #555555;
  /* The single knob for ALL card media (cover/carousel) shape. Change this
       one value to retune every card. Options: 16 / 9 (widescreen, current),
       3 / 2 (classic photo), 2 / 1 (cinematic), 4 / 3 (taller, more image). */
  --gp-card-media-aspect: 2 / 1 !important;
  --accent-fill-rest: #29abe2 !important;
  --accent-fill-hover: #29abe2 !important;
  --max-height: 200px;
  --header-font-size: 14pt;
  --gp-card-background: #0d0d0d !important;
  --gp-card-border-radius: 8px !important;
  /*--neutral-fill-stealth-rest: gray !important;
    --neutral-fill-stealth-active: gray !important;
    --neutral-fill-stealth-hover: gray !important;*/
}

/* MainLayout.css Migrations */
.page {
    display: flex;
    flex-direction: column;
    height: 100vh;
    color: white;
    background-color: black;
    touch-action: manipulation;
}

.header {
    display: flex;
    z-index: 300 !important;
    height: 60px !important;
    width: 100%;
    justify-content: center;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center; /* center horizontally */
    flex: 0 1 100%; /* Takes remaining space */
    background-color: black;
    margin-bottom: 0px !important;
    overflow-x: unset !important;
}

.smallText {
    font-size: 10pt;
    color: white;
}

/* FLUENT UI OVERRIDES */

.fluent-timepicker {
    color-scheme: light !important; /* or dark */
}

fluent-dialog[b-dsxskpj5rr]::part(control), .fluent-toast {
    background-color: black !important;
    color: white !important;
    border: 1px solid rgba(255,255,255,0.15);
    
}

.fluent-toast-provider {
    z-index: 9999 !important;
}

/*Entire fluent-dialog header */
.fluent-dialog-header {
    height: 44px !important;
}

    /*Left side of fluent-dialog header, does not include close button */
    .fluent-dialog-header .share-dialog-header-stack, .event-dialog-header-stack {
        height: 44px !important;
    }

.fluent-messagebox, .fluent-typography {
    color: white !important;
}

.fluent-toast-action svg {
    --neutral-fill-inverse-rest: white !important;
}

.fluent-messagebox svg {
    display: flex;
    align-self: flex-start;
    --success: var(--gp-blue) !important;
    --info: var(--gp-blue) !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}

[tabindex]:focus {
    outline: none;
}

.carousel-item {
    opacity: 1 !important;   
}

/* Info Dialog */
.info-dialog-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
}

.info-dialog-body {
    display: flex;
    align-items: center;
    gap: 5px;
}

.info-dialog-body-icon {
    display: flex;
    height: 30px !important;
    width: 30px !important;
    align-self: start;
}

.info-dialog-body-content {
    display: flex;
}

.info-dialog-body-buttons {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: end;
    align-self: end;
}

    .info-dialog-body-buttons .info-dialog-button-white {
        display: flex;
        background-color: white !important;
        color: black !important;
    }

/* Confirmation Dialog */
.confirmation-dialog-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
}

.confirmation-dialog-body {
    display: flex;
    align-items: center;
    gap: 5px;
}

.confirmation-dialog-body-icon {
    display: flex;
    height: 30px !important;
    width: 30px !important;
}

.confirmation-dialog-body-content {
    display: flex;
}

.confirmation-dialog-body-buttons {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: end;
    align-self: end;
    padding-top: 10px;
}

.confirmation-dialog-body-buttons .confirmation-dialog-button-white {
    display: flex;    
    background-color: white !important;
    color: black !important;
}

/* QrComponent (Event Check In) */
.qrScanComponent-content {
    display: flex !important;
    width: 100%;
    max-height: 300px !important;
    justify-content: center;
}

    .qrScanComponent-content canvas {
        display: flex;
        width: 100%;
        height: 100%;
        display: flex;
        border-radius: var(--gp-card-border-radius) !important;
    }

/* Event Dialogs (Check In, Assignment) */

.event-dialog-content {
    display: flex;
    padding: 0px 10px 0px 10px;
    justify-content: center;
}

.event-dialog-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
}

.event-dialog-title {
    gap: 5px;
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    align-items: center;
    justify-self: center;
}

    .event-dialog-title span {
        font-size: 1em;
    }

.event-dialog-close-button {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    height: 48px;
    width: 48px;
    cursor: pointer;
    padding: 8px;
}

.event-dialog-close-icon {
    fill: white !important;
}

.event-dialog-header fluent-button {
    position: absolute;
    top: 24px;
    right: 24px;
}

.event-dialog-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    gap: 10px;
}

.event-dialog-checkin-camera {
    display: flex;
    width: 100%;
    height: auto;
    align-self: center;
    justify-self: center;
}

.event-dialog-checkin-print-content {
    display: flex;
    flex-direction: row;
    align-self: center;
    background-color: white !important;
    color: black !important;
    width: 100%;
    aspect-ratio: 2.05 / 1 !important;
    position: relative !important;
    overflow: hidden;
    border-radius: var(--gp-card-border-radius);
}

.event-dialog-checkin-print-content span:first-child {
    font-weight: bold;
    color: var(--gp-blue);
}

.event-dialog-checkin-print-content-text {
    display: flex;
    flex-direction: column;
    flex: 1 0 50%;
    padding: 10px;
    font-size: 22px;
    font-size: clamp(19px, 4vw, 26px);
    font-weight: 500; /*400 is default*/
    line-height: 1;
    height: 100%;
    width: 100%;
    align-items: center;
}

.event-dialog-checkin-print-event-name {
    display: flex;
    flex: 1 0 auto;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.event-dialog-checkin-print-yohb-tag {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.event-dialog-checkin-print-qr-content {
    display: flex;
    flex: 1 0 50%;
}

.event-dialog-checkin-print-qr-code {
    display: flex;
    height: 98%;
    width: 98%;
}

.event-dialog-button {
    display: flex;
    flex-direction: row;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    background-color: rgb(255,255,255,.10);
    padding: 0px 10px 0px 5px;
    border-radius: 8px;
}

.event-dialog-button-text, .event-dialog-button-text {
    font-size: 14pt;
}

/* Share Dialog */
.share-dialog-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
}

.share-dialog-title
{
    gap: 5px;
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    align-items: center;
    justify-self: center;
}

.share-dialog-icon {
    display: none;
}

.share-dialog-close-button {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    height: 48px;
    width: 48px;
    cursor: pointer;
    padding: 8px;
}

.share-dialog-close-icon {
    fill: white !important;
}

.share-dialog-header fluent-button {
    position: absolute;
    top: 24px;
    right: 24px;
}

.share-qr-code {
    display: flex;
    width: 100%;
    height: auto;
    border-radius: var(--gp-card-border-radius);
    margin-top: 10px;
    margin-bottom: 10px;
}

.share-dialog-buttons {
    display: flex;
    padding: 0px 30px 0px 30px;
    justify-content: center;
}

.share-dialog-button {
    display: flex;
    flex-direction: row;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    background-color: rgb(255,255,255,.10);
    padding: 0px 10px 0px 5px;
    border-radius: 8px;
}

share-dialog-button-icon {
}

.share-dialog-button-text {
    font-size: 14pt;
}

/* Carousel Images Wrapper */

.images-view {
    z-index: 300 !important;
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgb(0,0,0,.25) !important;
    height: 50px !important;
}

.images-view-close-button {
    position: fixed;
    display: flex;
    top: 10px;
    right: 10px;
    z-index: 9999;
    height: 48px;
    width: 48px;
    cursor: pointer;
    background-color: rgb(0,0,0,.5) !important;
    padding: 8px;
}

.images-view-close-icon {
    fill: white !important;
}

.images-view-carousel {
    display: flex;
    position: fixed !important;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 200 !important;
}
.images-view-image {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100%;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1/1 !important;
    background-color: black !important;
    overflow: hidden;
}

.fluent-dialog-main .positioning-region {
    padding: 0 !important;
    overflow: hidden !important;
}

.image-dialog-body {
    z-index: 300 !important;
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
}

.image-dialog-image {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1/1 !important;
    background-color: black !important;
    overflow: hidden;
}

.image-dialog-carousel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    isolation: isolate;
    overflow: hidden;
}

.images-view-carousel-control-prev {
    position: fixed;
    left: 0 !important;
}

.images-view-carousel-control-next {
    position: fixed;
    right: 0 !important;
}

.images-view-carousel-control-prev, .images-view-carousel-control-next {    
    top: 0;
    bottom: 0;
    z-index: 100 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    text-align: center;
    background: none;
    filter: var(--bs-carousel-control-icon-filter);
    border: none;
    opacity: 1 !important;
    outline: none !important;
    
}

.image-dialog-carousel-control-next {
    right: 0;
}

    .image-dialog-carousel-control-prev:focus, .image-dialog-carousel-control-next:focus,
    .image-dialog-carousel-control-prev:hover, .image-dialog-carousel-control-next:hover {
        outline: none !important;
        opacity: 1 !important;
    }

.image-dialog-close-icon {
    position: fixed;
    top: 50px;
    right: 50px;
    fill: white !important;
    z-index: 9999;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color-scheme: dark !important;
    margin: 0;
    height: 100%;
    background-color: black !important;
    color: white !important;
}

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;
}

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: 9999;
}

    #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, .item-details, .item-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: 350px;
}

.signup-form {
    width: 350px;
}

.gp-blue {
    color: var(--gp-blue);
}

.form-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    color: #BB0000;
}

.form-error p {
    margin:0;
}

.form-info {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    color: white;
}

.center {
    justify-content: center;
    justify-self: center;
    display:flex;
}

.logo-card
{
    margin-top: 20px;
    margin-bottom: 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;
}

.form-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.form-group {
    margin-top: 10px;
    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);
    }

fluent-combobox .listbox {
    
}


.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: 20px;
}

.link-item {
    display: flex;    
    flex: 1 0 auto;
    color: var(--gp-blue);
    text-decoration: underline;
    cursor: pointer;
    justify-content: center;
}

.link-item:hover {
    color: var(--gp-blue);
}

.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;
    }

/* Garage Buttons */

/* Floating Buttons / Actions (Mobile)*/
.floating-buttons {
    position: fixed;
    z-index: 900;
    flex-direction: column-reverse;
    bottom: 75px;
    right: 35px;
    width: auto;
    gap: 10px;
    display: flex;    
}

.add-post-icon {
    background-image: url(../icons/actions/add-post.png);
}

.add-vehicle-icon {
    background-image: url(../icons/actions/add-vehicle.png);
}

/* LIST USER COMPONENT - SMALL USER CARDS FOR MEMBERS / PENDING INVITES / FOLLWOWING / FOLLOWERS / FRIENDS */

/* Accordion Overrides */

/* Remove hover background, border, underline, etc. */
.item-detail .e-accordion .e-acrdn-item .e-acrdn-header:hover {
    color: white !important;
    background: none !important;
    border: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* Remove selected/active background, borders, text color changes */
.item-detail .e-accordion .e-acrdn-item.e-select > .e-acrdn-header,
.item-detail .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header,
.item-detail .e-accordion .e-acrdn-item.e-expand-state > .e-acrdn-header,
.item-detail .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
.item-detail .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
.item-detail .e-tab-header .e-toolbar-item .e-tab-text,
.item-detail .e-tab .e-tab-header .e-toolbar-item:hover,
.item-detail .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover,
.item-detail .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
.item-detail .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
.item-detail .e-tab .e-tab-header .e-toolbar-item {
    color: white !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.item-details .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
    font-weight: bold;
    color: var(--gp-blue) !important;
}


.item-detail .e-accordion .e-acrdn-item .e-acrdn-header:focus {
    outline: none !important;
    box-shadow: none !important;
}

.item-detail .e-tab .e-tab-header .e-toolbar-item.e-active {
    color: var(--gp-blue) !important;
    border: none !important;    
    border-bottom: solid 3px var(--gp-blue) !important;
    padding: 0 !important;
}

.item-detail .e-accordion, .item-details .e-tab .e-tab-header::before, .e-tab-header,
.e-acrdn-item.e-select:first-child, .e-acrdn-item.e-select:last-child,
.e-acrdn-item.e-select:first-child:hover, .e-acrdn-item.e-select:last-child:hover {
    outline: none !important;
    border: none !important;
    background-color: none !important;
}

.item-detail .e-acrdn-header {
    border: none !important;
    background-color: black !important;
}

.item-detail .e-acrdn-content {
    border: none;
    background-color: var(--gp-card-background) !important;
}

.tab-item-accordion {
}

.tab-item-content {
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 4px;
}

.club-invite-search-input {
    
}

/* START Nav Menu */



.nav-notifications-button {
    display: flex;
    border: none;
}

    .nav-notifications-button:active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }


    .nav-notifications-button:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

    .nav-notifications-button button {
        background-color: black !important;
        border: solid 1px green !important;
    }

.nav-notifications-icon {
    display: flex;
    background-color: none;
    height: 22px !important;
    fill: white !important;
}

.navbar-container {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    width: 100vw;
    max-width: 700px;
    justify-content: flex-start;
    justify-items: flex-start;
}

.navbar-brand {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    font-size: 1.3rem;
    display: flex;
    flex: 0 1 auto;
}

.navbar-filler {
    display: flex;
    flex: 1 0 auto;
}

.nav-scrollable {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    justify-self: flex-end;
    flex: 1 0 auto;
}

.navbar-notifications {
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    background-color: red;

}

.nav-context-menu-button {
    display: flex;
    cursor: pointer;
}

.nav-items {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    justify-content: flex-end;
    min-height: 40px !important;
}

.bi {
    display: none !important;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
}

.bi-login-fill-nav-menu {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Logout SVG Icon</title><path fill="white" fill-rule="evenodd" d="M6 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm10.293 5.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L18.586 13H10a1 1 0 1 1 0-2h8.586l-2.293-2.293a1 1 0 0 1 0-1.414" clip-rule="evenodd"/></svg>');
}

.bi-signup-fill-nav-menu {
}

.bi-form-fill-nav-menu {
}

.bi-logout-fill-nav-menu {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Logout SVG Icon</title><path fill="white" fill-rule="evenodd" d="M6 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm10.293 5.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L18.586 13H10a1 1 0 1 1 0-2h8.586l-2.293-2.293a1 1 0 0 1 0-1.414" clip-rule="evenodd"/></svg>');
}

.nav-item {
    font-size: 0.9rem;
    padding-left: 0.25rem;
    display: block;
}

    /*.nav-item:first-of-type {
        padding-left: .25rem;
    }

    .nav-item:last-of-type {
        padding-right: .25rem;
    }*/

    .nav-item ::deep a,
    .nav-notifications-button ::deep a:hover {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item ::deep a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item ::deep a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-link {
    padding: .3rem !important;
    height: 2rem !important;
}

.navbar-toggler {
    display: flex;
    flex: 0 1 auto;
    align-self: start;
    justify-self: start;
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked {
        background-color: rgba(255, 255, 255, 0.5);
        background-color: var(--gp-blue);
    }

    .navbar-toggler:focus, .navbar-toggler:focus-visible {
        box-shadow: none;
    }

/*small Screen*/
@media (max-width: calc(600px + 3rem)) {
    .nav-scrollable {
        z-index: 99999;
        display: flex !important;
        visibility: hidden;
        width: auto;
        position: fixed;
        justify-self: flex-end;
        border-radius: 5px;
        right: 1em;
        top: 3.5em;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255,255,255,0.15);
        background-color: black;
    }

    .navbar-toggler:checked + .nav-scrollable {
        display: flex !important;
        visibility: visible !important;
        justify-self: flex-end;
    }

    .navbar-toggler:not(:checked) {
    }

    .nav-items {
        top: 3.5em;
        flex-direction: column-reverse;
        gap: 0px !important;
    }

    .nav-item {
        font-size: 1rem;
        padding: .25rem !important;
    }

    /*.nav-item:first-of-type {
            padding-bottom: 0rem !important;
        }

        .nav-item:last-of-type {
            padding-top: 0rem !important;
        }*/

    .bi {
        display: block !important;
    }

    .nav-link {
        padding: 1rem !important;
    }
}

/*Large screen*/
@media (min-width: calc(600px + 3rem)) {
    .nav-item {
        display: absolute;
    }

    .navbar-toggler {
        display: none;
    }
}


/* END Nav Menu */

/* Feature List Item */

.list-item-components {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list-item-component {
    display: flex;
    flex-direction: column;
    border-radius: var(--gp-card-border-radius);
    background-color: black;
    padding: 10px;
    gap: 10px;
    border-radius: var(--gp-card-border-radius);
    border: solid 1px rgba(255,255,255,.06);
    
}

.list-item-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.list-item-user {
    display: flex;
    flex-direction: row;
    gap: 10px;
    
}

.list-item-vehicle {
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: white;
}

.list-item-buttons {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.list-item-buttons button {
    max-width: 100px !important;
}

.list-item-icon {
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.list-item-icon-image {
    object-fit: cover;
    aspect-ratio: 1/1;
}

.list-item-user-icon-default {
    background-image: url('../icons/user-icon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.list-item-vehicle-icon-default {
    background-image: url('../icons/vehicle-icon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.list-item-name {
    display: flex;
    align-self: center;
    flex: 1 0 auto;
    user-select: none;
    cursor: pointer;
}

.list-item-name span{
    color: white !important;
}

.list-item-name span:hover {
    color: var(--gp-blue) !important;
}

.btn-reject {
    background-color: #b32121 !important;
    border-color: black !important;
}

/* POSTS */

.post-view-content {
    display: flex;
    flex-direction: column;
    justify-self: center;
    flex: 1 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    width: 100%;
    max-width: 700px;
    gap: 10px;
    margin-bottom: 20px;
}

.post-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--gp-card-background);
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-radius: var(--gp-card-border-radius);
    border: solid 1px rgba(255,255,255,.06);
}

.post-card-reply {
    background-color: var(--gp-card-background);
    border-radius: var(--gp-card-border-radius);
}

.post-card-header {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    gap: .5rem;
    flex-direction: row;
    cursor: pointer;
}

.post-card-header-fill {
    display: flex;
    flex: 1 0 auto;
}

.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-link {
    display: flex;
    cursor: pointer;
    align-self: center;
}

    .post-card-header-link:hover {
        color: var(--gp-blue);
    }

.post-card-header-icon {
    display: flex;
    justify-content: center;
    align-content: center;    
    object-fit: contain;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-right: .5rem;
    overflow: hidden;
}

.post-card-header-icon-image {    
    object-fit: cover;
    aspect-ratio: 1/1;
}

.post-card-header-icon-default {
    background-image: url('../icons/user-icon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.post-card-header-text {
    display: flex;
    align-self: center;
    font-size: var(--header-font-size);
}

.post-card-images {    
    display: flex;
    flex-shrink: 1;
    overflow: hidden;
    max-height: 300px;
}

/* Shared Card Carousel with iOS fixes */

.card-carousel {
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    isolation: isolate;
    overflow: hidden;
}

.card-carousel-item {
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
    will-change: transform;
}

.card-carousel-item img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
}

.card-carousel-image {
    display: flex;
    max-height: 300px !important;
    justify-self: center;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.post-card-content {
    display: --webkit-flex;
    padding-left: .5rem;
    padding-right: .5rem; 
    /*padding: 0px 42px 0px 42px;*/
    white-space: pre-line;
    word-break: break-word;
}

.post-card-content-reply {
    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;
}

.post-add-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background-color: var(--gp-card-background);
    border-radius: var(--gp-card-border-radius);
}

.post-add-content {
    display: flex;
    flex-direction: row;
}

.post-reply-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background-color: var(--gp-card-background);
    border-radius: var(--gp-card-border-radius);
    border: solid 1px rgba(255,255,255,.06);
}

.post-text-editor-container {
    
}

.post-text-editor {
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
}

.post-edit-text {
    flex: 1 1 auto;
    height: auto;
    border: none;
    outline: none !important;
    background-color: var(--gp-card-background);
    overflow-y: hidden;
    resize: none;
    font-size: 14pt;
    max-width: 100%;
    field-sizing: content;
}

.post-edit-text:focus{
    border: none;
    outline: none;
}

.post-edit-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 5px;    
}

.post-image-button {
    display: flex;
    flex-direction: row;
    justify-self: end;
}

.post-edit-button {
    display: flex;
    width: auto;
}

.input-action-label {
    background-image: url('../icons/actions/images-blue.png');
    width: 38px;
    height: 38px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/*START NEW*/

.preview-image-container {
    display: flex;
    max-width: 100%;
    height: 200px !important;
    position: relative;
    overflow: hidden;
    border-radius: var(--gp-card-border-radius);
}

.preview-images {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    flex-basis: 100%;
    height: auto;
    gap: 10px;
}

.preview-image-close-button {
    z-index: 1000;
    display: block;
    position: absolute;
    height: 32px;
    width: 32px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: rgb(0,0,0,.5) !important;
}

.preview-image-close-icon {
    fill: white !important;
}

.preview-image {
    display: flex;
    flex: 1 1 auto;
    object-fit: contain;
    object-position: center;
    object-fit: cover;
    aspect-ratio: 1/1;
    object-position: center;
}

/*END NEW*/

.action-images {
    background-image: url('../icons/actions/images-blue.png');
}

.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-fill {
    background-image: url('../icons/actions/heart-fill.png');
}

.action-favorite {
    background-image: url('../icons/actions/star.png');
}

.action-favorite-fill {
    background-image: url('../icons/actions/star-fill.png');
}

.action-members {
    background-image: url('../icons/actions/people.png');
}

.action-members-fill {
    background-image: url('../icons/actions/people-fill.png');
}

.action-steering-wheel {
    background-image: url('../icons/actions/steering-wheel.png');
}

.action-steering-wheel-fill {
    background-image: url('../icons/actions/steering-wheel-fill.png');
}

/* Accolades */
.accolade-card {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    flex-direction: row;
    gap: 10px;
    background-color: var(--gp-card-background);
    border-radius: var(--gp-card-border-radius);
    padding-top: 10px;
    padding-bottom: 10px;
}

.accolade-card-header {
    display: flex;
    gap: .5rem;
    flex-direction: row;
    flex: 1 0 auto;
    align-content: start;
    align-items: start;
    vertical-align: top;
}

.accolade-card-icon {
    display: flex;
    flex: 0 1 auto;
}

.accolade-card-title {
    display: flex;
    flex: 1 0 auto;
    font-size: var(--header-font-size);
    color: var(--gp-blue)
}

.accolade-card-date {
    display: flex;
    text-wrap: nowrap;
}

.accolade-card-content {
    display: flex;
    flex-direction: column;
    padding-left: .5rem;
    padding-right: .5rem;
    word-break: break-word;
    flex: 1;
}

/* Social Media Links */

.social-media-cards {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 0px 10px 0px 10px;
}

.social-media-card {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    flex: 1 0 100%;
    flex-direction: row;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: var(--gp-card-border-radius);
    justify-content: center;
    align-content: center;
    background-color: var(--gp-card-background);
}

.social-media-card-header {
    display: flex;
    gap: .5rem;
    flex-direction: row;
    flex: 1 0 auto;
    align-content: start;
    align-items: start;
    vertical-align: top;
}

.social-media-card-icon {
    display: flex;
    flex: 0 1 auto;
    min-height: 30px;
    min-width: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.social-media-card-title {
    display: flex;
    flex: 0 1 auto;
    justify-self: flex-start;
    font-size: var(--header-font-size);
    color: white;
}

.social-media-card-content {
    display: flex;
    gap: 10px;
    flex-direction: row;    
    flex: 0 1 auto;
    color: var(--gp-blue);
    align-self: center;
    
}

.social-media-card-link {
    display: flex;
    cursor: pointer;
    text-decoration: none;
}

.social-media-card-linka:hover {
    cursor: pointer;
    text-decoration: none;
}



/* Card Specific Styles */
.item-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--gp-card-background);
    border-radius: var(--gp-card-border-radius);
    cursor: pointer;
    border: solid 1px rgba(255,255,255,.06);
}

.promo-item-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--gp-card-background);
    border-radius: var(--gp-card-border-radius);
    cursor: pointer;
    border: solid 1px rgba(255,255,255,.06);
    max-width: 400px !important;
    justify-self: center;
    align-self: center;
    margin-top: 40px;
    padding: 10px;
    
}

.item-card-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: flex-end;
}

.item-card-action {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

.item-card-non-action {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    cursor: inherit;
}

.item-card-tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: inherit;
    border-radius: 8px;
    border: solid 1px white;
    color: var(--gp-blue);
    font-size: 10px;
    padding: 3px 6px 3px 6px;
    user-select: none;
    font-weight: 600;
    max-height: 44px;
    align-self: center;
}

.card-action-icon {
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.item-card-header {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.item-card-header-text {
    display: flex;
    flex: 0 1 auto;
    padding-top: 10px;
    font-size: var(--header-font-size);
    flex-wrap: wrap;
}

.item-card-header-actions {
    display: flex;
    flex: 1 0 auto;    
    justify-self: flex-end;
    justify-content: end;
    flex-wrap: nowrap !important;
    gap: 15px;
    padding-top: 10px;
}

.item-card-subheader {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    flex: 1 0 auto;
    gap: 10px;
}

.item-card-images {
    border-bottom-left-radius: var(--gp-card-border-radius);
    border-bottom-right-radius: var(--gp-card-border-radius);
    overflow: hidden;
    width: 100% !important;

}

.item-card-image {
    display: flex;
    flex: 1 1 auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    object-position: center;
    justify-content: end;
}

.item-card-content {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    flex-direction: row;
    gap: 10px;

}

.item-card-details {
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    gap: 10px;
}

.item-card-count {
    display: flex;
    font-size: 8pt;
    user-select: none;
}

.item-card-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.item-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;
}

.item-card-detail span:first-child {
    font-weight: bold;
    color: var(--gp-blue);
}

/* Page Titles */
.page-title {
    display: flex;
    flex-direction: column;
    padding: 0px 10px 0px 10px;
    gap: 5px;
}

.page-title-header {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    line-height: 1;
}

/*.page-title {
    display: flex;
    flex: 0 1 auto;
    gap: 10px;
    cursor: pointer;
    align-self: center;*/ /* horizontal align */
/*}*/

.page-title-text {
    display: flex;
    font-size: 20pt;
    align-self: center; /* vertical alignment */
}

/* Garage Styles */

.garage-title {
    display: flex;
    flex-direction: column;
    padding: 0px 10px 0px 10px;
    gap: 5px;
}

.garage-title-header {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    line-height: 1;
}

.garage-title-link {
    display: flex;
    flex: 0 1 auto;
    gap: 10px;
    cursor: pointer;
    align-self: center; /* horizontal align */
}

.garage-title-link:hover {
    color: var(--gp-blue);
}

.garage-title-icon {
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.garage-title-icon-image {
    object-fit: cover;
    aspect-ratio: 1/1;
}

.garage-title-icon-default {
    background-image: url('../icons/user-icon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.garage-title-text {
    display: flex;
    font-size: 20pt;
    align-self: center; /* vertical alignment */
}

.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-edit {
    display: flex;
    flex-direction: row;
    padding: 10px;
    display: grid;
    width: auto;
    position: relative;
    gap: 10px;
    margin-bottom: 20px;
}

.garage-edit-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.garage-edit-form-images-socials {
    /*display: flex;
    flex-direction: row;*/
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 4fr));
    flex: 0 0 auto;
    gap: 10px;
}

.garage-image-buttons {
    display: flex;
    flex: 0 1 auto;
}

.garage-preview-image-container {
    display: flex;
    justify-content: end;
    height: 265px !important;
    width: 265px !important;    
    position: relative;
    overflow: hidden;
}

.garage-preview-image {
    display: flex;
    flex: 1 1 auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    object-position: center;
    border-radius: var(--gp-card-border-radius);
}

.garage-preview-image-close {
    z-index: 1000;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: url('../icons/menu/close.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.garage-form-group {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

    .garage-form-group label, .garage-form-group-social label, .sub-heading {
        font-weight: bold;
        color: white;
        display: block;
    }

.garage-form-group-socials {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 5px;    
}

.garage-form-group-social {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    
}

.garage-profile {
    display: flex;
    align-self: center; /* horizontal align */
    text-align: justify;
    max-width: 700px;    
    white-space: pre-line;
    user-select: none;
}

.garage-profile-truncated {   
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.garage-edit-form-control {
    
    min-width: 0 !important;
    width: 100%;
}

.garage-edit-expanding-text::part(control) {
    height: 100%;
    field-sizing: content !important;
}

.garage-image-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.garage-image-label {
    display: flex;
    flex: 1 0 auto;
}

.garage-image-button {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-content: flex-start;
}

.garage-image-button label {

}

.garage-scan-input-file { 
    visibility: hidden;
}

.garage-edit-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    grid-column: span 4 !important;
    gap: 5px;
}

.garage-edit-button {
    display: flex;
    width: auto;
}

.garage-edit-button:focus {
    outline: none;
}

.garage-follow-button, .garage-following-button{
    display: flex;
    justify-self: center;
    align-self: center;
    font-size: 10pt;
    height: 20px;
    border-radius: 15px;
    background: none;
    background-color: white;
    margin-top: 8px;    
}

.garage-following-button::part(control) {
    font-weight: bold;
    background: none;
    background-color: var(--gp-blue);
}

/* Post / Garage Views / Page Views */

.lazy-load-container {
    display: flex;
    height: 1px !important;
}

.lazy-load-div {
    display: flex;
    height: 1px !important;
}

.content-view-wrapper {
    display: flex;
    flex-direction: column;
    overflow-block: auto;
}

.post-view, vehicle-view {
    padding: 0px 10px 0px 10px;
    overflow-y: auto;
}

.post-view-title {
    font-size: 20pt;
    display: flex;
    justify-self: center;
}

.garage-view, .page-view {
    padding: 0px;
    overflow-y: auto;
}

.garage-view, .page-view {
    padding-bottom: 20px;
}

@media (max-width: calc(600px + 3rem)) {
    .garage-view, .page-view, .item-edit,
    .image-capture-preview, .image-capture-container {
        padding-bottom: 80px !important;
    }
}

.garage-view-title {
    font-size: 20pt;
    display: flex;
    justify-self: center;    
}

.vehicle-view-content {
    padding: 0px 0px 0px 0px !important;
    overflow: hidden;
}

.garage-view-content, .vehicle-view-content, .page-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;
    padding: 0px 10px 0px 10px;
}

/* Vehicle Edit/Add */
.item-edit {
    padding: 10px;
    display: grid;
    width: auto;
    grid-template-columns: repeat(4, minmax(0, 4fr));
    position: relative;
    gap: 10px;
    margin-bottom: 20px;
}

.item-edit-form-control {
    min-width: 0;
    width: 100%;
}

.item-edit-expanding-text::part(control) {
    height: 100%;
    field-sizing: content;
}

.item-edit-error {
    color: #BB0000 !important;
}

.item-edit-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    grid-column: span 4 !important;
    gap: 5px;
}

.item-image-buttons {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}

.item-image-buttons div {
    display: flex;
    flex-direction: row-reverse;
    flex: 0 1 auto;
    gap: 5px;
}

.item-image-button {
    display: flex;
    flex-shrink: 1 !important;
    flex-direction: row;
}

.item-edit-button {
    display: flex;
    justify-items: start;
    justify-content: start;
    align-items: start;
    align-content: start;
    width: auto;
}

.item-image-label {
    display: flex;
    flex: 0 1 auto;
    cursor: pointer;
    color: var(--gp-blue) !important;
    align-self: center;
}

.item-edit-social-links {
    grid-column: span 4 !important;
}

.item-edit-social-links expanded {
    grid-column: span 4 !important;
}

.vehicle-form-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.item-form-group {
}

    .item-form-group label, .sub-heading {
        font-weight: bold;
        color: white;
        display: block;
    }

.item-edit-validation-summary {
    display: grid;
    grid-column: span 4;
    max-width: 750px;
}

/* Image Capture */

.image-capture-container {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding: 0px 20px 0px 20px;
}

.image-capture-preview {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    -o-object-fit: contain;
}

.image-capture-buttons {
    flex-wrap: nowrap;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    flex-direction: row;
    position: relative;
    gap: 10px;
}

.image-capture-button {
    display: flex;
    align-self: flex-start;
    justify-self: flex-start;
}

.colspan1 {
    grid-column: span 1;
}

.colspan2 {
    grid-column: span 2;
}

.colspan2-static {
    grid-column: span 2;
}

.colspan3 {
    grid-column: span 3;
}

.colspan4 {
    grid-column: span 4;
}

@media (max-width: calc(600px + 3rem)) {
    .colspan3, .colspan2, .colspan1 {
        grid-column: span 4;
    }
}

/* Item Details (Vehicle, Club, Event) */

.item-details-view {
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    position: relative;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    gap: 10px;
    background-color: var(--gp-card-background);
    border-radius: var(--gp-card-border-radius);
    margin-bottom: 20px;
    border: solid 1px rgba(255,255,255,.06);
}

.item-details-view .item-card-images {
    border-radius: 0;
}

.item-summary-items, .item-details-items {
    
    padding-left: 10px;
    display: grid;
    width: auto;
    grid-template-columns: repeat(4, 4fr);
    position: relative;
}

/* Event Assignment Dialog*/
.event-dialog-items {
    display: grid;
    width: auto;
    grid-template-columns: repeat(4, 4fr);
    position: relative;
    gap: 5px
}

.event-dialog-buttons {
    display: flex;
    justify-content: flex-end;    
    gap: 5px;
    padding: 5px
}

.event-dialog-items .item-form-group {
    padding: 5px !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.event-dialog-checkin-code {
    display: flex;
    width: 100%;
    border-radius: var(--gp-card-border-radius);
}

/*Vehicle Summary Component*/
.vehicle-summary-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    grid-template-columns: repeat(4, minmax(0, 4fr));
    grid-column: span 4;
}

.vehicle-summary-image-container {
    display: grid;
    position: relative;
    border-radius: var(--gp-card-border-radius) !important;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    gap: 5px
}
    .vehicle-summary-image-container span:first-child {
        font-weight: bold;
        color: var(--gp-blue);
    }

.vehicle-summary-image {
    display: flex;
    justify-self: center;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--gp-card-border-radius);
}


.item-summary-flex-row {
    display: flex;
    flex-direction: row;
}

.item-summary-header {
    display: flex;
    flex-wrap: wrap;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    gap: 5px;
}

.item-summary-title {
    font-size: 24px;
    color: white;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    padding-top: 10px;
    line-height: 1;
}

.item-summary-detail {
    display: flex;
    flex: 1 1 auto;
    gap: 10px;
    margin: 5px;
    justify-content: flex-start;
}

.item-summary-detail-center {
    display: flex;
    flex: 1 1 auto;
    gap: 10px;
    margin: 5px;
    justify-content: center;
}

.item-summary-detail span:first-child {
    font-weight: bold;
    color: var(--gp-blue);
}

.item-form-group label:first-child{
    font-weight: bold;
    color: var(--gp-blue);
}

.item-detail-with-icon span:first-child {
    font-weight: normal;
    color: white;
}

.item-details {
    flex-basis: 100%;
    flex-direction: column;
    display: flex;
}

.item-detail {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    gap: 3px;
    margin: 5px;
    flex-wrap: wrap;
}

    .item-detail span {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .item-detail span:first-child {
        font-weight: bold;
        color: var(--gp-blue);
    }

.item-detail-tab-group {
    margin: 10px 0px 10px 0px !important;
}

.item-detail-title {
    display: flex;
    flex: 1 0 auto;    
}

.item-detail-with-icon {
    display: flex;
    gap: 5px;    
}

.item-detail-icon {
    display: flex;
    flex: 0 1 auto;
    align-self: flex-start;
}

.item-detail-content {
    display: flex;
    white-space: pre-line;
}

/*.vehicle-large-text-area {
    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;
    flex: 1 0 auto;
    margin: 10px 0px 10px 0px;
    justify-content: center;    
    gap: 20px;
}

/* Vehicle VIN Scan */
.vehicle-scan {
    display: flex;
    justify-self: center;
    align-self: center;
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    gap: 10px;
    height: 100%;
    padding: 10px;
}

.vehicle-scan-title {
    margin: 0;
}

.vehicle-scan-instructions {
    margin: 0;
    grid-column: span 4;
}

vehicle-scan-capture-info-button {

}

.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-image-buttons {
    flex-direction: row !important;
}

/* TODO: Figure out why the scan image buttons need negative offset to center */ 
.vehicle-scan-image-button {
    position: relative !important;
    flex: 0 1 auto;
    width: 100% !important;
    margin-top: -33px !important;
}

.vehicle-scan-button {


}

.item-image-input-file {
    visibility: hidden;
    width: 0px;
}

.item-image-input-file-label {
    display: flex;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.vehicle-scan-vin {
    font-size: 21pt;
    font-family: monospace;
    text-transform: uppercase;
    text-align: center;
}

.vehicle-scan-error {
    color: #BB0000 !important;
}

.vehicle-scan-links {
    display: flex;
    flex: 1 0 auto;
    justify-self: flex-start;
    grid-column: span 4;
}

/* 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;
    }



.facebook-icon {
    background-image: url("../icons/social_media/facebook-logo.svg");
}

.instagram-icon {
    background-image: url("../icons/social_media/instagram-logo.svg");
}

.youtube-icon {
    background-image: url("../icons/social_media/youtube-logo.svg");
}

.tiktok-icon {
    background-image: url("../icons/social_media/tiktok-logo.svg");
}

.x-icon {
    background-image: url("../icons/social_media/x-logo.svg");
}

/* Coming Soon*/
.coming-soon-container {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    max-width: 750px;
    align-items: center;
}

.coming-soon-message {
    display: flex;
    flex: 0 0 auto;
}

/* General Page Loading */

.full-screen-overlay {
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: black;
}

.spinner-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.garage-profile-image-spinner-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: row;
    flex: 1 0 auto;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-content: flex-start;
}

/*Landing Page / Waitlist */

.landing-page {
    display: flex;
    flex-direction: column;
    justify-self: center;
    max-width: 750px;
    padding: 0px 10px 0px 10px;
}

.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;
    line-height: 1.2;
}

.waitlist-form {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
}

.waitlist-email {
    
    
}

.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 {
    display: flex;
    border: solid 2px #29abe2;
    border-radius: 20px;
    width: 360px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.9);
    padding-top: 5px;
    padding-bottom: 5px;
}

.promo-card-image {
    display: flex;
    width: 30%;    
    padding-left: 15px;
    padding-right: 10px;
    object-fit: contain;
    object-position: center;
}

.promo-card-body {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 10px;
}

.promo-card-title {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.promo-card-description {
    display: flex;
    padding-right: 5px;
}

.promo-card-future-vision {
    color: #29abe2;
    font-style: italic;
    font-weight: 800;
    text-align: right;
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.footer-link {
    color: white;
}

    .footer-link:hover{
        color: var(--gp-blue);
    }

.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;
    line-height: 1.2 !important;
}

.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-header-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0px 10px 0px 10px;
}

.content-header {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    max-width: 700px;
    max-height: 40px;
    width: 100%;
    align-self: center;
}

.content-header-title {
    display: flex;
    flex: 1 0 auto;
    font-size: xx-large;
    align-items: center;
    line-height: 1;
}

/* Garge Vehicles Actions */
.content-header-buttons {
    display: flex;
    flex-direction: row;
    gap: 5px;    
    padding: 2px 10px 2px 10px;
}

.content-header-button {
    width: auto;
}

/*@media (max-width: calc(600px + 3rem)) {
    .content-header-buttons {
        display: none;
    }

    .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;
}


/*Content Menus and Buttons*/

.content-menu-container {
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    width: auto;
    max-width: 700px;
    align-self: center;
    align-items: center;
}
/*
.content-header-left {
    display: flex;
    flex: 1 0 auto;
}

.content-header-center {
    display: flex; 
    flex-direction: row;
    flex: 0 1 auto;
}

.content-header-right {
    display: flex;
    flex: 1 0 auto;
}
*/
.content-menu {
    display: flex;
    flex: 0 1;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    justify-self: center;
}

.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: 50%;
    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 {
    font-weight: bold;
    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;
    }

    .main {
        margin-bottom: 50px !important;
    }

}

.footer-menu {
    display: flex;
    flex-direction: row;
    padding: 15px 30px 15px 30px;
    height: 60px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    background-color: black;
    border-top: solid 1px rgb(255,255,255,.2) inset;
}

.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 {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 50%;
    background: rgb(255,255,255,.3);
    width: 0px;
    /*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: 30px;
    cursor: pointer;    
}

.menu-item-wide {
    width: 60px !important;
}

.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-news {
    background-image: url("../icons/menu/home.png");
}

    .menu-news.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");
    }

/* CONTEXT MENUS */

.context-menu-container {
    display: flex;
    background: url('../icons/actions/three-dots-vertical.png') !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    flex-direction: row-reverse;
    width: 20px !important;
    
}

.context-menu-button {
    display: flex;
    cursor: pointer;
}

    .context-menu-button, .context-menu-button:focus, .context-menu-button:active {
        background-color: rgb(0,0,0,0) !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;

        .e-dropdown-menu, .e-dropdown-menu .e-item:focus, .e-dropdown-menu .e-item:active, .e-dropdown-menu .e-item:hover {
            background-color: black !important;
        }
    }





.context-menu-button:focus {
    outline: none !important;
}

.context-menu-icon::before {

}

.context-menu-button control {
    flex-grow: 0 !important;
}

.context-menu {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255,255,255,0.15);
    background-color: black !important;    
}

    .context-menu fluent-menu {
        background-color: black;
    }

.context-menu-item {
    color: white !important;
    background-color: black !important;
}

    .context-menu-item:hover {
        background-color: rgba(255,255,255,0.1) !important;
    }


/* RICH TEXT EDITOR & MENTIONS */

/* Mention selection modal */

.mention-items {
    /* display: flex;
    flex-direction: row;
    border-radius: 8px !important;
    overflow: hidden;
    width: auto !important;
    max-width: 200px;*/

    overflow: hidden !important;
    border-radius: 8px !important;
}

.mention-user-icon-deafult {
    background-image: url('../icons/user-icon.png');
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-size: 85% !important;
}

.mention-vehicle-icon-deafult {
    background-image: url('../icons/vehicle-icon.png');
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-size: 85% !important;
}

.mention-item-container {
    display: flex;
    flex: 1 0 100%;
    width: 100% !important;
    flex-direction: row;
    padding: 0 !important;
}

    .mention-item-container .e-control, .e-control:active {
        background-color: inherit !important;
        border: none !important;
    }

/* Make sure hidden items have no height */
.e-list-item {
    min-height: 0 !important;
}

.mention-item-parent {
    background-color: inherit !important;
}

.mention-item-children {
    padding-left: 15px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mention-item-parent, .mention-item-child {
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    align-items: center;
    padding: 5px 0px 5px 10px;
}

.mention-item-child {
    padding-left: 30px !important;
}

#richTextEditor .e-dropdownbase {
    border: none !important;
    background-color: inherit !important;
    padding: 0 !important;
    z-index: 9999999 !important;
}

#richTextEditor .e-list-parent
{
    border: solid 3px blue !important;

}

.mention-item-container .e-acrdn-header
,.mention-item-container .e-selected
,.mention-item-container .e-expand-state
{
    
    flex-direction: column;
    padding: 0px 0px 0px 0px !important;
    border: none !important;
    background-color: inherit !important;
}

    .mention-item-container .e-acrdn-content {
        display: flex;
        flex-direction: column;
        padding: 5px 10px 5px 10px !important;        
        background: inherit !important;
        border: none !important;
        /*Accordion Child Items*/
    }

.mention-item-image {
    display: flex;
    flex: 0 1 auto;
}

.mention-image {
    object-fit: cover !important;
}

.mention-item-text {
    display: flex;
    flex: 1 1 auto;    
    padding: 0 !important;
    font-size: 16px;
}

.mention-item-expand {
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;

}

#mention-TemplateList {
    position: relative;
    display: inline-block;
    padding: 2px;
}

.e-mention-chip a {
    color: var(--gp-blue) !important;
}

/* Disable links inside rich text editor */
.e-rte-content .e-mention-chip a {    
    pointer-events: none !important;
    color: var(--gp-blue) !important;
}

.mention-link {
    text-decoration: none !important;
    color: white !important;
    font-weight: bold !important;
}


.mention-link {
    color: var(--gp-blue) !important;
}

.mention-link:hover {
    /*color: var(--gp-blue) !important;*/
    text-decoration: none !important;
}

.mention-image {
    display: inline-block;
    width: 46px;
    height: 46px;
    padding: 3px;
    border-radius: 25px;
}

#mention-TemplateList .e-badge-success {
    left: 76%;
    bottom: 4px;
    top: auto;
}

#rteWithMention_rte-edit-view_popup .e-dropdownbase .e-list-item {
    line-height: 8px;
}

#mention-TemplateList .e-badge-success {
    background-color: #4d841d;
    color: #fff;
}

    #mention-TemplateList .e-badge-success.away {
        background-color: #fedd2d;
        color: #fff;
    }

    #mention-TemplateList .e-badge-success.busy {
        background-color: #de1a1a;
        color: #fff;
    }

#mention-TemplateList .e-badge.e-badge-dot {
    height: 10px;
    width: 10px;
}

#rteWithMention .e-mention-chip {
    cursor: pointer;
}

/* Discover Swipe Page */


/*.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 {
    
}

.swipeElement {
    
}
