@import '_content/BetterTrackApp.VxFormGenerator.Components.Plain/BetterTrackApp.VxFormGenerator.Components.Plain.g1n2k1nk3i.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Avatar.razor.rz.scp.css */
.initial[b-45p8b8jeo7] {
    font-family: sans-serif;
}

.initial-lg[b-45p8b8jeo7] {
    font-size: 20px;
}


.initial-rg[b-45p8b8jeo7] {
    font-size: 16px;
}

.initial-sm[b-45p8b8jeo7] {
    font-size: 14px;
}

.avatar[b-45p8b8jeo7] {
    display: inline-block;
}
/* /Components/Chat.razor.rz.scp.css */
.card[b-jj3xcht59m] {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.chat-app .people-list[b-jj3xcht59m] {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}

.chat-app .chat[b-jj3xcht59m] {
    margin-left: 280px;
    border-left: 1px solid #eaeaea
}

.people-list[b-jj3xcht59m] {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

    .people-list .chat-list li[b-jj3xcht59m] {
        padding: 10px 15px;
        list-style: none;
        border-radius: 3px
    }

        .people-list .chat-list li:hover[b-jj3xcht59m] {
            background: #efefef;
            cursor: pointer
        }

        .people-list .chat-list li.active[b-jj3xcht59m] {
            background: #efefef
        }

        .people-list .chat-list li .name[b-jj3xcht59m] {
            font-size: 15px
        }

    .people-list .chat-list img[b-jj3xcht59m] {
        width: 45px;
        border-radius: 50%
    }

    .people-list img[b-jj3xcht59m] {
        float: left;
        border-radius: 50%
    }

    .people-list .about[b-jj3xcht59m] {
        float: left;
        padding-left: 8px
    }

    .people-list .status[b-jj3xcht59m] {
        color: #999;
        font-size: 13px
    }

.chat .chat-header[b-jj3xcht59m] {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6x
}

    .chat .chat-header img[b-jj3xcht59m] {
        float: left;
        border-radius: 40px;
        width: 40px
    }

    .chat .chat-header .chat-about[b-jj3xcht59m] {
        float: left;
        padding-left: 10px
    }

.chat .chat-history[b-jj3xcht59m] {
    border-bottom: 2px solid #fff;
    overflow-y: auto;
    padding-top: 10px
}

    .chat .chat-history ul[b-jj3xcht59m] {
        padding: 0
    }

        .chat .chat-history ul li[b-jj3xcht59m] {
            list-style: none;
            margin-bottom: 15px
        }

            .chat .chat-history ul li:last-child[b-jj3xcht59m] {
                margin-bottom: 0px
            }

    .chat .chat-history .message-data[b-jj3xcht59m] {
        margin-bottom: 8px
    }

        .chat .chat-history .message-data img[b-jj3xcht59m] {
            border-radius: 40px;
            width: 40px
        }

    .chat .chat-history .message-data-time[b-jj3xcht59m] {
        color: #434651;
        padding-left: 6px;
        font-size: 0.82em;
    }

    .chat .chat-history .message[b-jj3xcht59m] {
        color: #444;
        padding: 6px 10px;
        line-height: 20px;
        font-size: 0.83em;
        border-radius: 7px;
        display: inline-block;
        position: relative
    }

        .chat .chat-history .message[b-jj3xcht59m]:after {
            bottom: 100%;
            left: 7%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px
        }

    .chat .chat-history .my-message[b-jj3xcht59m] {
        background: #efefef
    }

        .chat .chat-history .my-message[b-jj3xcht59m]:after {
            bottom: 100%;
            left: 30px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #efefef;
            border-width: 10px;
            margin-left: -10px
        }

    .chat .chat-history .other-message[b-jj3xcht59m] {
        background: #e8f1f3;
        /*text-align: right*/
    }

        .chat .chat-history .other-message[b-jj3xcht59m]:after {
            border-bottom-color: #e8f1f3;
            left: 93%
        }

.chat .chat-message[b-jj3xcht59m] {
    padding-bottom: 12px
}

.online[b-jj3xcht59m],
.offline[b-jj3xcht59m],
.me[b-jj3xcht59m] {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online[b-jj3xcht59m] {
    color: #86c541
}

.offline[b-jj3xcht59m] {
    color: #e47297
}

.me[b-jj3xcht59m] {
    color: #1d8ecd
}

.float-right[b-jj3xcht59m] {
    float: right;
    max-width: 80%
}

.clearfix[b-jj3xcht59m]:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

[b-jj3xcht59m] .message p {
    margin-bottom: 0px;
}

.full-height-scrollable[b-jj3xcht59m] {
    /* Ensure the div takes 100% height of its parent */
    height: 100%;
    /* Make sure the div is block-level if it's not already */
    display: block;
    /* Enable scrolling when content overflows */
    overflow-y: auto;
    /* Optional: If you want to force a scrollbar even when content isn't enough */
    overflow-y: scroll;
    /* Optional: If you want to prevent horizontal scrolling */
    overflow-x: hidden;
}

.chat-ext[b-jj3xcht59m] {
    max-height: -webkit-fill-available;
    height: 100%;
}
/* /Components/DiagramContainer.razor.rz.scp.css */
.diagram-container[b-zvbopur14i] {
    height: 100%;
}

.shape[b-zvbopur14i] {
    height: 100px;
    width: 100px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Diagrams/Widget/EntityNodeComponent.razor.rz.scp.css */
.speech-bubble[b-hrns9qj3eg] {
    position: absolute;
    background-color: #f5f3eb;
    padding: 5px;
    border-radius: 10px;
    margin-top: 10px; /* Space for the tail */
    z-index: 9999;
    font-size: 13px;
    left: -50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    justify-content:start;
    align-items: start;
}

    .speech-bubble p[b-hrns9qj3eg] {
        margin: 0px;
        text-align: left;
    }

    .speech-bubble[b-hrns9qj3eg]::after {
        content: "";
        position: absolute;
        left: 90px;
        width: 0;
        height: 0;
    }

    .speech-bubble-above[b-hrns9qj3eg]::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f5f3eb; /* Points upward */
    }

.speech-bubble-below[b-hrns9qj3eg]::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f3eb; /* Points downward */
}

.speech-bubble-below[b-hrns9qj3eg] {
    top: 100px;
}

    .speech-bubble-below[b-hrns9qj3eg]::after {
        top: -10px; /* Above the bubble */
    }

.speech-bubble-lg[b-hrns9qj3eg] {
    width: 200px;
    height: 90px;
}

.speech-bubble-lg-above[b-hrns9qj3eg]::after {
    top: 90px; /* Above the bubble */
}

.speech-bubble-lg-above[b-hrns9qj3eg] {
    top: -110px;
}

.speech-bubble-sm[b-hrns9qj3eg] {
    width: 200px;
    height: 50px;
}

.speech-bubble-sm-above[b-hrns9qj3eg]::after {
    top: 50px; /* Above the bubble */
}

.speech-bubble-sm-above[b-hrns9qj3eg] {
    top: -70px;
}
/* /Components/Discussion.razor.rz.scp.css */
.messages[b-kqomvr48yo] {
    max-height: 600px;
    overflow: scroll;
}

.message[b-kqomvr48yo] {
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
}

.recieved-message[b-kqomvr48yo] {
    background-color: cornflowerblue;
    margin-left: 60px;
}

.sent-message[b-kqomvr48yo] {
    background-color: antiquewhite;
    margin-right: 60px;
}
/* /Components/ItemList.razor.rz.scp.css */
a[b-6v8nxhmzym] {
    text-decoration: none;
}

a:hover[b-6v8nxhmzym] {
    text-decoration: underline;
}
/* /Components/ListColumns.razor.rz.scp.css */
.pointer[b-nlfyms1bkx] {
    cursor: pointer;
}
/* /Components/PopoutView.razor.rz.scp.css */
.offcanvas-ext[b-i0tx38byoa] {
    min-width: 405px;
}

.tab-content-ext[b-i0tx38byoa] {
    height: calc(100% - 48px);
}
/* /Pages/Index.razor.rz.scp.css */
.login-page[b-cnfpx3wrnf] {
    /*    background-color: #0C73B8;
    height: 100vh;
    display: flex;
    justify-content: center;*/
    height: 100vh;
    background: #0C73B8;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Default styling for the div */
.login-container[b-cnfpx3wrnf] {
    background-color: white;
    width: 440px; /* or whatever your default width is */
    height: 562px;
    padding: 44px;
}

.login-title[b-cnfpx3wrnf] {
    font-size: 24px;
}

.login-logo[b-cnfpx3wrnf]{
    margin-bottom: 50px;
}

.login-footer[b-cnfpx3wrnf] {
    padding-top: 300px;
}

.login-button[b-cnfpx3wrnf] {
    font-size: 24px;
    background: #0C73B8;
    border-color: #0C73B8;
    color: white;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

/* Media query for screens smaller than the threshold */
@media screen and (max-width: 768px) { /* Adjust 768px to your desired threshold */
    .login-container[b-cnfpx3wrnf] {
        width: 100%;
        height: 100%;
    }
}
/*
.parent {
    height: 100%;
    background: gray;
    display: flex;
    align-items: center;
    justify-content: center;
}

.child {
    background-color: orange;
    width: 100px;
    height: 100px;
}*/
/* /Pages/MainPage.razor.rz.scp.css */
.main[b-fzkt3zc4uy] {
    flex: 1;
    background-color: #EFF5F9;
}

.vl[b-fzkt3zc4uy] {
    border-left: 1px solid white;
    height: 100vh;
    margin-right: 19px;
    margin-left: -20px;
}

.blazored-toast-container[b-fzkt3zc4uy] {
    z-index: 2000 !important
}

.build-info[b-fzkt3zc4uy] {
    color: white;
}

@media (max-width: 767.98px) {
    .vl[b-fzkt3zc4uy] {
        display: none;
    }
}

.navbar-header[b-fzkt3zc4uy] {
    border-bottom-left-radius: 5px;
    margin-left: 3px;
}

.top-row[b-fzkt3zc4uy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-fzkt3zc4uy]  a, .top-row .btn-link[b-fzkt3zc4uy] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-fzkt3zc4uy] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fzkt3zc4uy] {
        display: none;
    }

    .top-row.auth[b-fzkt3zc4uy] {
        justify-content: space-between;
    }

    .top-row a[b-fzkt3zc4uy], .top-row .btn-link[b-fzkt3zc4uy] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .sidebar[b-fzkt3zc4uy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fzkt3zc4uy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    /*    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* /Shared/AccountMenu.razor.rz.scp.css */

a.nav-link[b-0zosc560z8] {
    color: #0f71ba !important;
    font-weight: bolder;
}

/*a.nav-link.dropdown-toggle::after {
    float: right;
}*/
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vkgz5gd8lz] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: white;
}

@media (min-width: 641px) {
    .page[b-vkgz5gd8lz] {
        flex-direction: row;
    }
}
/* /Shared/NavTitle.razor.rz.scp.css */

.bt-nav-text[b-22d07z281w] {
    color: #0f71ba !important;
    font-weight: bolder;
    font-size: 20px;
}

.bt-nav-dropdown[b-22d07z281w] {
    padding-left: 0px !important;
}
