@import '_content/TruckMagnet.Data/TruckMagnet.Data.9o7e1wpxf6.bundle.scp.css';

/* /Components/Layout/AuthenticatedLayout.razor.rz.scp.css */
.authenticated-layout[b-234ji4o0hb] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.auth-header[b-234ji4o0hb] {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.auth-content-wrapper[b-234ji4o0hb] {
    display: flex;
    flex: 1;
}

.auth-sidebar[b-234ji4o0hb] {
    width: 250px;
    min-height: calc(100vh - 56px);
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    transition: width 0.3s ease, transform 0.3s ease;
    overflow-y: auto;
}

.auth-sidebar.collapsed[b-234ji4o0hb] {
    width: 0;
    transform: translateX(-250px);
}

.auth-main[b-234ji4o0hb] {
    flex: 1;
    overflow-x: hidden;
    background-color: #fff;
}

.dropdown-item-btn[b-234ji4o0hb] {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

@media (max-width: 991.98px) {
    .auth-sidebar[b-234ji4o0hb] {
        position: fixed;
        top: 56px;
        left: 0;
        z-index: 1020;
        transform: translateX(-250px);
    }

    .auth-sidebar:not(.collapsed)[b-234ji4o0hb] {
        transform: translateX(0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-mybrfgbfom] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-mybrfgbfom] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenuComp.razor.rz.scp.css */
.nav-menu[b-m5dqaqgiy5] {
    font-size: 0.9rem;
}

.nav-link[b-m5dqaqgiy5] {
    color: #495057;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    transition: background-color 0.15s ease-in-out;
}

.nav-link:hover[b-m5dqaqgiy5] {
    background-color: #e9ecef;
    color: #0d6efd;
}

.nav-link.active[b-m5dqaqgiy5] {
    background-color: #0d6efd;
    color: white;
}

[b-m5dqaqgiy5] .k-panelbar {
    background: transparent;
    border: none;
}

[b-m5dqaqgiy5] .k-panelbar-item {
    border: none;
}

[b-m5dqaqgiy5] .k-panelbar-header {
    background: transparent;
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-dq4hw6baek] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.public-header[b-dq4hw6baek] {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.public-main[b-dq4hw6baek] {
    flex: 1;
}

.public-footer[b-dq4hw6baek] {
    margin-top: auto;
}

.navbar-brand span[b-dq4hw6baek] {
    font-size: 1.25rem;
}

[b-dq4hw6baek] .btn-outline-primary {
    border-color: #0d6efd;
    color: #0d6efd;
}

[b-dq4hw6baek] .btn-outline-primary:hover {
    background-color: #0d6efd;
    color: white;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2q7sd75v4d],
.components-reconnect-repeated-attempt-visible[b-2q7sd75v4d],
.components-reconnect-failed-visible[b-2q7sd75v4d],
.components-pause-visible[b-2q7sd75v4d],
.components-resume-failed-visible[b-2q7sd75v4d],
.components-rejoining-animation[b-2q7sd75v4d] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2q7sd75v4d],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2q7sd75v4d],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2q7sd75v4d],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2q7sd75v4d],
#components-reconnect-modal.components-reconnect-retrying[b-2q7sd75v4d],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2q7sd75v4d],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2q7sd75v4d],
#components-reconnect-modal.components-reconnect-failed[b-2q7sd75v4d],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2q7sd75v4d] {
    display: block;
}


#components-reconnect-modal[b-2q7sd75v4d] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2q7sd75v4d 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2q7sd75v4d 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2q7sd75v4d 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2q7sd75v4d]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2q7sd75v4d 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2q7sd75v4d {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2q7sd75v4d {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2q7sd75v4d {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2q7sd75v4d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2q7sd75v4d] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2q7sd75v4d] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2q7sd75v4d] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2q7sd75v4d] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2q7sd75v4d] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2q7sd75v4d] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2q7sd75v4d 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2q7sd75v4d] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2q7sd75v4d {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/SmsConfigurationPage.razor.rz.scp.css */
.sms-configuration-page .page-header[b-soym0tzyxy] {
    background-color: var(--bs-light);
}

.sms-configuration-page .card.border-success[b-soym0tzyxy] {
    border-width: 2px;
}
/* /Components/Pages/Home/HomePage.razor.rz.scp.css */
.hero-section[b-ysgbythpo8] {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    min-height: 400px;
    display: flex;
    align-items: center;
}

.search-box[b-ysgbythpo8] {
    max-width: 600px;
    margin: 0 auto;
}

.feature-card[b-ysgbythpo8] {
    background: white;
    border-radius: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover[b-ysgbythpo8] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-icon[b-ysgbythpo8] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 23px !important;
}

.cta-section[b-ysgbythpo8] {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
}
/* /Components/Pages/Location/LocationEditPage.razor.rz.scp.css */
.location-edit-page[b-u8v0zcjb67] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-header[b-u8v0zcjb67] {
    flex-shrink: 0;
}

[b-u8v0zcjb67] .location-edit-tabs {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

[b-u8v0zcjb67] .location-edit-tabs .k-tabstrip-content {
    flex-grow: 1;
    overflow: auto;
}

[b-u8v0zcjb67] .location-edit-tabs .k-tabstrip-items-wrapper {
    background-color: #f8f9fa;
    padding: 0 1rem;
}

.card-header h5[b-u8v0zcjb67] {
    font-size: 1rem;
    font-weight: 600;
}

.form-label[b-u8v0zcjb67] {
    font-weight: 500;
    margin-bottom: 0.25rem;
}
/* /Components/Pages/Location/LocationPage.razor.rz.scp.css */
.location-page[b-p20r5cb7jr] {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.location-hero[b-p20r5cb7jr] {
    width: 100%;
    overflow: hidden;
}

.location-header h1[b-p20r5cb7jr] {
    font-size: 1.75rem;
    font-weight: 600;
}

.location-description[b-p20r5cb7jr] {
    border-left: 4px solid #0d6efd;
}

[b-p20r5cb7jr] .card {
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

[b-p20r5cb7jr] .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}
/* /Components/Shared/Location/LocationCardComp.razor.rz.scp.css */
.location-card[b-65j1oizr4i] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e9ecef;
}

.location-card:hover[b-65j1oizr4i] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.text-truncate-2[b-65j1oizr4i] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.location-features[b-65j1oizr4i] {
    min-height: 24px;
}
/* /Components/Shared/Map/MapEditorComp.razor.rz.scp.css */
.map-editor[b-m9blzthuua] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.marker-toolbar[b-m9blzthuua] {
    flex-shrink: 0;
}

.map-editor-content[b-m9blzthuua] {
    flex-grow: 1;
    min-height: 0;
}

.marker-sidebar[b-m9blzthuua] {
    background-color: #f8f9fa;
}

.marker-sidebar .list-group-item[b-m9blzthuua] {
    cursor: pointer;
    transition: background-color 0.15s;
}

.marker-sidebar .list-group-item:hover[b-m9blzthuua] {
    background-color: #e9ecef;
}

.marker-sidebar .list-group-item.active[b-m9blzthuua] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.map-area[b-m9blzthuua] {
    position: relative;
}

.marker-toolbar .btn-group .btn[b-m9blzthuua] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

@media (max-width: 768px) {
    .map-editor-content[b-m9blzthuua] {
        flex-direction: column;
    }

    .marker-sidebar[b-m9blzthuua] {
        width: 100% !important;
        max-height: 200px;
        order: 2;
    }

    .map-area[b-m9blzthuua] {
        order: 1;
        min-height: 300px;
    }
}
