@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.boasv5qmh0.bundle.scp.css';

/* /Components/ChatBot/ChatBotPage.razor.rz.scp.css */
.chat-content[b-jkn3a9hudz] {
    padding: 10px;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
    margin-bottom: 60px;
}

.chat-input-bar[b-jkn3a9hudz] {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    padding: 10px;
    border-top: 1px solid #ddd;
}

    .chat-input-bar .rz-textbox[b-jkn3a9hudz], .chat-input-bar .rz-button[b-jkn3a9hudz] {
        flex-shrink: 0;
    }

.chat-input-bar textarea[b-jkn3a9hudz] {
    flex-grow: 1;
    margin-right: 10px;
    padding: 8px;
    font-size: 1em;
    overflow: hidden;
    min-height: 2em;
    max-height: 6em;
}

.scrollable-table[b-jkn3a9hudz] {
    overflow-x: auto;
    max-width: 100%;
}

.table[b-jkn3a9hudz] {
    width: 100%;
    table-layout: auto;
    
}

.bot-message[b-jkn3a9hudz] {
    background-color: #eda5b2;
    padding: 8px;
    border-radius: 5px;
    margin-top: 5px;
}

.bot-writing-indicator[b-jkn3a9hudz] {
    font-style: italic;
    color: gray;
    padding: 10px;
}

.table > :not(caption) > * > *[b-jkn3a9hudz] {
    padding: .2rem .2rem; 
}
/* /Components/Dashboards/Ui/ListOfTripsCard.razor.rz.scp.css */
[b-rum8j4vm2y] .quickgrid[theme=trips] {
    font-family: 'AvenirNext', serif;
    color: #1E1E1E;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
}

[b-rum8j4vm2y] .quickgrid[theme=trips] thead {
    display: none;
}

[b-rum8j4vm2y] .quickgrid[theme=trips] tr {
    border-bottom: 0.5px solid #D6D6D6;
    height: 48px;
}

/* Subtle stripe effect */
[b-rum8j4vm2y] .quickgrid[theme=trips] tr:nth-child(even) {
    background: #F9F9F9;
        
}

.trips-grid[b-rum8j4vm2y] {
    font-family: 'AvenirNext', serif;
    color: #1E1E1E;
    width: 100%;
}

.grid-date[b-rum8j4vm2y] {
    font-family: 'AvenirNext';
    font-size: 8px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0.025em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.grid-object[b-rum8j4vm2y] {
    font-family: 'AvenirNext';
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.025em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.circle-status[b-rum8j4vm2y] {
    display: inline-block;
    width: 5px; /* Circle width */
    height: 5px; /* Cicle height */
    border-radius: 50%;
    color: black;
}

.status-ok[b-rum8j4vm2y] {
    background-color: #34C759;
}

.status-missed[b-rum8j4vm2y] {
    background-color: #FF9500;
}

.status-canceled[b-rum8j4vm2y] {
    background-color: #FF3B30;
}
/* /Components/Dashboards/Ui/QuickOverviewCard.razor.rz.scp.css */
#quickView-content[b-9i3n9ruflh] {
    display: grid;
    grid-template-columns: auto 1fr;
}

#quickView-numbers[b-9i3n9ruflh] {
    padding-top: 52px;
}

#quickView-number-values[b-9i3n9ruflh] {
    display: grid;
    grid-template-columns: auto auto auto;
}

#quickView-numbers-legend[b-9i3n9ruflh] {
    display: grid;
    grid-template-columns: auto auto auto;
    font-family: 'AvenirNext';
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#quickView-chart-container[b-9i3n9ruflh] {
    height: 200px;
    width: 200px;
}

#quickView-header-title[b-9i3n9ruflh] {
    font-family: 'AvenirNext';
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C2531;
}

.circle[b-9i3n9ruflh] {
    display: inline-block;
    width: 12px; /* Circle width */
    height: 12px; /* Circle height */
    border-radius: 50%;
}

.quick-button[b-9i3n9ruflh] {
    border-radius: 100px;
    padding: 8px 12px;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE
}

.quick-value[b-9i3n9ruflh] {
    font-family: 'AvenirNext';
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C2531;
    margin-bottom: 12px;
}

.quick-item[b-9i3n9ruflh] {
    display: flex;
    flex-direction: column;
    align-content: start;
    font-family: 'AvenirNext';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #252525;
}

    .quick-item span[b-9i3n9ruflh] {
        text-align: start;
    }

#quickView-card[b-9i3n9ruflh] {
    height: 318px;
    width: 526px;
}

@media (max-width: 768px) {

    #quickView-card[b-9i3n9ruflh] {
        width: 100%;
        height: unset;
    }

    #quickView-content[b-9i3n9ruflh] {
        display: flex;
        flex-direction: column;
    }
}
/* /Components/Objects/Ui/ObjectCard.razor.rz.scp.css */
.info-grid[b-11vq5i5uag] {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1rem;
    align-items: start;
}
/* /Components/Objects/Ui/ObjectCardLite.razor.rz.scp.css */
.info-grid[b-ms1uvu9y5z] {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1rem;
    align-items: start;
}
/* /Components/Shared/Cards/InfoCard.razor.rz.scp.css */
.info-card[b-zf2ept02dv] {
    background-color: var(--color-white);
    height: 151px;
    width: 261px;
    border-radius: 12px;
    padding: 24px 40px 24px 40px;
    box-shadow: 0px 6px 12px 0px rgba(48, 24, 2, 0.08);
    margin-bottom: 16px;
}

.big-number[b-zf2ept02dv] {
    font-family: "AvenirNext";
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(13, 22, 58, 1);
}

.info-card .line[b-zf2ept02dv] {
    border: 1px solid rgba(222, 222, 222, 1)
}

.info-card .text[b-zf2ept02dv] {
    font-family: "AvenirNext";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 6px;
}

.info-card .link[b-zf2ept02dv] {
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none;
}

.info-card .linktext[b-zf2ept02dv] {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 12px;
}

@media (max-width: 768px) {

    .info-card[b-zf2ept02dv] {
        height: 151px;
        width: 100%;
    }
}
/* /Components/Shared/Cards/InfoCardText.razor.rz.scp.css */
.info-card[b-2es4ltvyef] {
    background-color: var(--color-white);
    height: 151px;
    width: 261px;
    border-radius: 12px;
    padding: 24px 40px 24px 40px;
    box-shadow: 0px 6px 12px 0px rgba(48, 24, 2, 0.08);
    margin-bottom: 16px;
}

.big-text[b-2es4ltvyef] {
    font-size: 14px;
    font-family: "AvenirNext";
    font-weight: 500;
    color: rgba(13, 22, 58, 1);
    line-height: 1.2;
    word-break: break-word;
}

.info-card .line[b-2es4ltvyef] {
    border: 1px solid rgba(222, 222, 222, 1)
}

.info-card .text[b-2es4ltvyef] {
    font-family: "AvenirNext";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 6px;
}

.info-card .link[b-2es4ltvyef] {
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none;
}

.info-card .linktext[b-2es4ltvyef] {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 12px;
}

@media (max-width: 768px) {

    .info-card[b-2es4ltvyef] {
        height: 151px;
        width: 100%;
    }
}
/* /Components/Shared/Navigations/BreadcrumbItem.razor.rz.scp.css */
.bc-item[b-gk9s5i2mmf] {
    color: var(--color-primary-blue);
    font-family: 'AvenirNext', Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}

    .bc-item a[b-gk9s5i2mmf] {
        text-decoration: none;
        color: var(--color-primary-blue)!important;
    }

    .bc-item a:visited[b-gk9s5i2mmf] {
        text-decoration: none;
        color: var(--color-primary-blue) !important;
    }
/* /Components/__backups/CreateObjectWizardPage.razor.rz.scp.css */

/* /Components/__backups/EditObjectWizardPage.razor.rz.scp.css */

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-yo7w8wikdk] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--color-bg-gray);
}

main[b-yo7w8wikdk] {
    flex: 1;
}

.sidebar[b-yo7w8wikdk] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background-color: var(--qps-background);*/
    background-color: var(--color-white);
}



.top-row[b-yo7w8wikdk] {
    /*background-color: #f7f7f7;*/
    /*background-color: var(--hainbuch-background);*/
    /*border-bottom: 1px solid #d6d5d5;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;

    padding-block: var(--gap-big);
    padding-top: 24px;       

    /*height: 3.5rem;*/
    height: var(--top-row-height);
    background-color: var(--color-white);
    z-index: 999;
}

.top-row[b-yo7w8wikdk]  a, .top-row[b-yo7w8wikdk]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-yo7w8wikdk]  a:hover, .top-row[b-yo7w8wikdk]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-yo7w8wikdk]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-content[b-yo7w8wikdk] {
    background-color: var(--color-bg-gray);
    padding: 0 var(--gap-big) var(--gap-big) var(--gap-big);
}

.ai-prompt[b-yo7w8wikdk] {
    height: 48px; 
    background-color: #fafafa;
    color: var(--color-black);
    border-radius: 100px;
    border-width: 0px;
    padding-left: 20px;
    margin-right: var(--gap-big);
    width: 100%
}

.ai-prompt [b-yo7w8wikdk]::placeholder {
    color: var(--color-black);
    opacity: 1; /* Firefox */
}

@media (max-width: 640.98px) {
    .top-row[b-yo7w8wikdk] {
        justify-content: space-between;
        /*ADDED*/
        display: none;
    }

    .main-content[b-yo7w8wikdk] {
        margin: unset;
        padding: 16px 16px;
        min-height: calc(100dvh - 35px); 
    }

    .top-row[b-yo7w8wikdk]  a, .top-row[b-yo7w8wikdk]  .btn-link {
        margin-left: 0;
    }

    .sidebar[b-yo7w8wikdk] {
        background-color: #0D163A;
    }
}

@media (min-width: 641px) {
    .page[b-yo7w8wikdk] {
        flex-direction: row;
    }

    .sidebar[b-yo7w8wikdk] {
        /*width: 250px;*/
        width: var(--sidebar-width);
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yo7w8wikdk] {
        position: sticky;
        top: 0;
/*        z-index: 1;*/
    }

    .top-row.auth[b-yo7w8wikdk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yo7w8wikdk], article[b-yo7w8wikdk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pwi55n5xmf] {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    background-color: transparent;
    color: white;
    border-width: 0px;
    border-color: transparent;
}

.navbar-account[b-pwi55n5xmf] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.navbar-page-title[b-pwi55n5xmf] {
    color: white;
    font-family: 'AvenirNext';
    font-size: 14px;
    font-weight: 700;
    line-height: 19.12px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.logo-container[b-pwi55n5xmf] {
    display: flex;
    align-items: center; /* Vertik�lne zarovnanie */
    justify-content: center; /* Horizont�lne zarovnanie */
    margin-left: var(--gap-big);
    height: var(--top-row-height)
    /*margin-bottom: 90px;*/
}

.nav-link[b-pwi55n5xmf] {
    padding: unset!important;
}

.navbar[b-pwi55n5xmf] {
    padding-top: unset;
    padding-bottom: unset;
}

.navbar-brand[b-pwi55n5xmf] {
    font-size: 1.1rem;
    color: var(--qps-secondary);
}

.nav-item[b-pwi55n5xmf] {
   
/*    font-size: 0.9rem;    */
/*    font-size: 0.8rem;    */
/*    padding-bottom: 0.5rem;   */
    margin-bottom: 14px;
}

.nav-link[b-pwi55n5xmf] {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 56px;
}

/*.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}*/

.nav-item[b-pwi55n5xmf]  a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    height: 56px;
    /*color: #d7d7d7;*/
    /*    color: var(--qps-primary);*/
    color: var(--color-menu-font) !important;
    border-radius: 4px;
    /*height: 3rem;*/
    /*height: 2rem;*/
    display: flex;
    align-items: center;
    /*line-height: 3rem;*/
}

.nav-item[b-pwi55n5xmf]  a.active {
    /*background-color: rgba(255,255,255,0.37);*/
    /*color: white;*/
    /*    background-color: white;*/
    background-color: var(--color-secondary-oragne-primary);
    border-radius: 12px;
    /*color: var(--qps-secondary);*/
}

.nav-item[b-pwi55n5xmf]  a:hover {
    /*background-color: rgba(255,255,255,0.1);
    color: white;*/
/*    background-color: white;*/
    /*color: var(--qps-secondary);*/
}

@media (max-width: 640px)
{
    .navbar-brand[b-pwi55n5xmf] {
        display: none;
    }

    .logo-container[b-pwi55n5xmf] {
        margin: unset;
        display: flex; 
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-left: 16px;
        margin-right: 25px;
        height: auto;
    }

    .nav-item[b-pwi55n5xmf] {
        margin-bottom: 1px;
        padding-inline: 10px;
    }

    .nav-item[b-pwi55n5xmf]  a {
        color: white !important;
    }
}

@media (min-width: 641px) {

    .navbar-toggler[b-pwi55n5xmf] {
        display: none;
    }

    .navbar-page-title[b-pwi55n5xmf] 
    {
        display: none;
    }

    .navbar-account[b-pwi55n5xmf] {
        display: none;
    }


    .collapse[b-pwi55n5xmf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-pwi55n5xmf] {
        /* Allow sidebar to scroll for tall menus */
/*        height: calc(100vh - 3.5rem);*/
        height: calc(100vh - var(--top-row-height));
        overflow-y: auto;
        width: 254px;
        margin-left: 10px;
    }
}
