@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/BlazorSortableList/BlazorSortableList.bundle.scp.css';

/* /Components/IncChatMessage.razor.rz.scp.css */

.chat-msg-system[b-r56ca1in92] {
    margin: 0px 0px 10px 0px;
    border-radius: 5px;
    border: 1px solid #BFB7A2;
    background-color: #FFF5D8;
    font-size: inherit;
    padding: 10px;
}

.chat-msg-me[b-r56ca1in92] {
    margin: 0px 0px 10px 20px;
    border-radius: 5px;
    border: 1px solid #b2f782;
    background-color: #E6F4DC;
    font-size: inherit;
    padding: 10px;
    min-height: 72px;
}

.chat-msg-you[b-r56ca1in92] {
    margin: 0px 20px 10px 0px;
    border-radius: 5px;
    border: 1px solid #5bbff5;
    background-color: #D4E9F4;
    font-size: inherit;
    padding: 10px;
    min-height: 72px;
}

.chat-msg-sender[b-r56ca1in92] {
    color: #666;
    align-items: right;
}

.chat-msg-photo[b-r56ca1in92] {
    height: 70px;
    margin: -10px 10px 0 -10px;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.chat-msg-wrapper[b-r56ca1in92] {
    margin-left: 10px;
}
/* /Pages/Companies.razor.rz.scp.css */




.companies-request-delete-button[b-z1sntm67jz] {
    font-size: 15px;
    padding: 2px 15px;
    background-color: transparent;
    font-family: inter-medium;
    color: #DC3545 !important;
    float: right;
    border: 1px solid #DC3545;
    border-radius: 5px;
    margin-right: 2px;
}

[b-z1sntm67jz] .e-search-input::before {
    content: "\e754";
    font-family: e-icons;
}

[b-z1sntm67jz] .e-input-group {
    width: auto;
    min-height: 32px;
}

[b-z1sntm67jz] .e-input-group-icon {
    border: none !important;
}

.companies-open-button[b-z1sntm67jz] {
    font-size: 15px;
    padding: 2px 40px;
    background-color: transparent;
    font-family: inter-medium;
    color: #3299A0 !important;
    float: right;
    border: 1px solid #3299A0;
    border-radius: 5px;
    margin-right: 10px;
}

.companies-header[b-z1sntm67jz] {
    color: grey;
}

.companies-row[b-z1sntm67jz] {
    display: flex;
    /*font-weight:bold;*/
    font-size: 16px;
}

.companies-col[b-z1sntm67jz] {
    flex: 1;
    margin-left: 20px;
    align-self: center;
}

.companies-search[b-z1sntm67jz] {
    /* content: "\ebe6";
    font-family: "e-icons";*/
    width: 375px;
    padding: 2px;
    font-family: inter-regular;
    font-size: 16px !important;
}

.companies-add-new-button[b-z1sntm67jz] {
    float: right;
    font-size: 16px;
    padding: 5px 20px;
    font-family: inter-medium;
    background-color: #3299A0;
    color: white !important;
    float: right;
    border: 1px solid #3299A0;
    border-radius: 5px;
    margin-right: 30px;
}

.header-ruler[b-z1sntm67jz] {
    margin-top: 5px;
}

.row-ruler[b-z1sntm67jz] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ruler[b-z1sntm67jz] {
    height: 1px;
    background-color: grey;
    border: 0 none;
}

.companies-content[b-z1sntm67jz] {
    margin: 60px 20px 20px 20px;
    font-family: inter-regular;
}

.companies-toolbar[b-z1sntm67jz] {
    margin-top: 20px;
    margin-bottom: 50px;
}

.companies-title[b-z1sntm67jz] {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.companies-control-section[b-z1sntm67jz] {
    display: flex;
    justify-self: center;
}
/* /Pages/EnterPINCode.razor.rz.scp.css */

#login-container[b-16gzu41lg5] {
    width: 100%;
}

    #login-container .col[b-16gzu41lg5] {
        margin: auto;
        display: flex;
        align-items: center;
        height: 100%;
    }

.alt-bg[b-16gzu41lg5] {
    background-color: #f8f9fa;
}

#login-container .col .col-content[b-16gzu41lg5] {
    width: 376px;
    margin: auto;
}

#login-container a[b-16gzu41lg5],
#login-container p[b-16gzu41lg5] {
    font-size: .875rem;
}

#login-container a[b-16gzu41lg5] {
    color: #3299a0;
}

#login-container p[b-16gzu41lg5] {
    margin: 0 auto;
}

#login-intro[b-16gzu41lg5] {
    width: 376px;
    height: 70px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
}

#login-entries[b-16gzu41lg5] {
    width: 376px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    margin: 24px 0 0 0;
}

    #login-entries a[b-16gzu41lg5] {
        text-align: center;
    }

    #login-entries .btn[b-16gzu41lg5] {
        width: 170px;
        height: 34px;
        margin: auto;
        font-size: 14px;
    }


#login-right-logo[b-16gzu41lg5] {
    width: 237px;
    height: 84px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    display: flex;
}

    #login-right-logo img[b-16gzu41lg5] {
        width: 127px;
    }

#login-container h5[b-16gzu41lg5] {
    font-size: 20px;
    line-height: 125%;
    font-family: inter-bold;
    letter-spacing: 2%;
    vertical-align: top;
    text-align: center;
}

#login-container h3[b-16gzu41lg5] {
    font-size: 28px;
    line-height: 125%;
    font-family: inter-bold;
    letter-spacing: 2%;
}
/* /Pages/LayoutDesigner.razor.rz.scp.css */
/* SCREEN DESIGNER */

#layout-designer[b-ap50x3t8v6] {
    overflow-y: scroll;
}

    #layout-designer .menu-bar .fas[b-ap50x3t8v6] {
        font-size: 20px;
        color: #000 !important;
    }

    #layout-designer .menu-bar button.btn[b-ap50x3t8v6] {
        color: #000 !important;
    }

.screen-panel[b-ap50x3t8v6] {
    height: 100%;
    width: 100%;
}

.e-panel-content[b-ap50x3t8v6] {
    background-color: #cecece !important;
    padding-top: 0px !important;
}

.screen-panel-head[b-ap50x3t8v6] {
    background-color: #3299A0;
    height: 22px;
    padding-top: 2px;
    font-weight: bold;
    color: #fff;
}

    .screen-panel-head .fas[b-ap50x3t8v6] {
        color: #fff !important;
    }

.screen-panel-config[b-ap50x3t8v6] {
    float: left;
    margin-left: 5px;
}

.screen-panel-title[b-ap50x3t8v6] {
    float: left;
    margin-left: 5px;
}

.screen-panel-close[b-ap50x3t8v6] {
    float: right;
    margin-right: 5px;
}

.screen-panel-content[b-ap50x3t8v6] {
    padding-top: 5px;
    text-align: center;
}

.screen-panel-icon[b-ap50x3t8v6] {
    width: 80%;
}

.screen-panel-loc-start[b-ap50x3t8v6] {
    text-align: left;
    margin: 5px;
    display: none;
}

.screen-panel-loc-end[b-ap50x3t8v6] {
    text-align: right;
    margin: 5px;
    display: none;
}

.screen-panel-icon .fas[b-ap50x3t8v6] {
    font-size: 30px;
    color: #1F6276;
}

.panel-config-section[b-ap50x3t8v6] {
    margin-left: 10px;
    padding: 5px;
}

    .panel-config-section .row[b-ap50x3t8v6] {
        margin-bottom: 10px;
    }

    .panel-config-section label[b-ap50x3t8v6] {
        padding-top: 5px;
        font-size: 14px;
    }

    .panel-config-section input[type="text"][b-ap50x3t8v6],
    .panel-config-section input[type="number"][b-ap50x3t8v6] {
        height: 30px;
    }

.e-dashboardlayout.e-control .e-dashboard-gridline-table[b-ap50x3t8v6] {
    background-color: none !important;
}

/* /Pages/Login.razor.rz.scp.css */

#login-container[b-988ddmf4vv]  {
    width:100%;
}
    #login-container .col[b-988ddmf4vv] {
        margin: auto;
        display: flex;
        align-items: center;
        height:100%;
    }
.alt-bg[b-988ddmf4vv] {
    background-color: #f8f9fa;
}

#login-container .col .col-content[b-988ddmf4vv] {
    width: 376px;
    margin: auto;
}

#login-container a[b-988ddmf4vv],
#login-container p[b-988ddmf4vv]{
    font-size: .875rem;
}
#login-container p[b-988ddmf4vv] {
    margin:0 auto;
}

#login-intro[b-988ddmf4vv] {
    width: 376px;
    height: 70px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
}

#login-entries[b-988ddmf4vv] {
    width: 376px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    margin: 24px 0 0 0;
}

    #login-entries a[b-988ddmf4vv] {
        text-align: center;
    }

    #login-entries .btn[b-988ddmf4vv] {
        width: 170px;
        height: 34px;
        margin:auto;
        font-size:14px;
    }


#login-right-logo[b-988ddmf4vv] {
    width: 237px;
    height: 84px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    display: flex;
}

    #login-right-logo img[b-988ddmf4vv] {
        width: 127px;
    }

#login-container h5[b-988ddmf4vv] {
    font-size: 20px;
    line-height: 125%;
    font-family: inter-bold;
    letter-spacing: 2%;
    vertical-align: top;
    text-align: center;
}

#login-container h3[b-988ddmf4vv] {
    font-size: 28px;
    line-height: 125%;
    font-family: inter-bold;
    letter-spacing: 2%;
}
/* /Pages/Modules.razor.rz.scp.css */

/* MODULES */
.modules-page[b-jabomtuq6l] {
    padding: 0 20px;
    width: 100%;
}

#modules-table[b-jabomtuq6l] {
    margin-top: 40px;
    width: 695px;
}

    #modules-table th[b-jabomtuq6l], #modules-table td[b-jabomtuq6l] {
        font-size: 14px;
        border-right: 2px solid rgba(var(--bs-light-rgb));
        text-align: center;
    }

.module-group-column[b-jabomtuq6l] {
    width: 200px;
}

th.module-group-column-selected[b-jabomtuq6l] {
    background-color: #e1f7f8 !important;
}

.module-group td[b-jabomtuq6l] {
    font-weight: bold;
    text-align: left !important;
}

.module td:first-child[b-jabomtuq6l] {
    padding-left: 30px;
    text-align: left !important;
}

#modules-license-totals[b-jabomtuq6l] {
    margin: 20px 0;
    padding: 20px 10px;
}

    #modules-license-totals .btn[b-jabomtuq6l] {
        margin-top: 20px;
        font-size: small;
        padding: 5px 30px
    }

    #modules-license-totals label[b-jabomtuq6l],
    #modules-license-totals div[b-jabomtuq6l] {
        font-size: 12px;
        font-weight: 700;
    }

    #modules-license-totals .e-control-container[b-jabomtuq6l],
    #modules-license-totals label[b-jabomtuq6l] {
        padding: 0;
        margin-top: 4px;
    }

#modules-total-price[b-jabomtuq6l] {
    font-weight: 900 !important;
    font-size: 16px !important;
}

.module-selection-column .module-price[b-jabomtuq6l] {
    width: 50px;
}

.module-group-column-selected input[b-jabomtuq6l] {
    accent-color: #3299A0;
}

.module-popover .popover-body[b-jabomtuq6l],
.module-popover .popover-header[b-jabomtuq6l] {
    background-color: #000 !important;
    color: #fff !important;
}

.module-popover .popover-body[b-jabomtuq6l] {
    padding-top: 0;
}

.module-popover > .popover-arrow[b-jabomtuq6l]::after {
    border-right-color: #000 !important;
}
/* /Pages/ScreenDesigner.razor.rz.scp.css */
/* SCREEN DESIGNER */

#screen-designer[b-peklvf86id]  {
    overflow-y:scroll;
}
#screen-designer .menu-bar .fas[b-peklvf86id] {
    font-size: 20px;
    color: #000 !important;
}

#screen-designer .menu-bar button.btn[b-peklvf86id] {
    color: #000 !important;
}

#screen-designer .menu-bar .add-panel-btn .fas[b-peklvf86id] {
    color: #3299A0 !important;
}

.screen-panel[b-peklvf86id] {
    height: 100%;
    width: 100%;
}

.e-panel-content[b-peklvf86id] {
    background-color: #cecece !important;
    padding-top: 0px !important;
}

.screen-panel-head[b-peklvf86id] {
    background-color: #3299A0;
    height: 22px;
    padding-top: 2px;
    font-weight: bold;
    color: #fff;
}

    .screen-panel-head .fas[b-peklvf86id] {
        color: #fff !important;
    }

.screen-panel-config[b-peklvf86id] {
    float: left;
    margin-left: 5px;
}

.screen-panel-title[b-peklvf86id] {
    float: left;
    margin-left: 5px;
}

.screen-panel-close[b-peklvf86id] {
    float: right;
    margin-right: 5px;
}

.screen-panel-content[b-peklvf86id] {
    padding-top: 5px;
    text-align: center;
}

.screen-panel-icon[b-peklvf86id] {
    width: 80%;
}

.screen-panel-loc-start[b-peklvf86id] {
    text-align: left;
    margin: 5px;
    display: none;
}

.screen-panel-loc-end[b-peklvf86id] {
    text-align: right;
    margin: 5px;
    display: none;
}

.screen-panel-icon .fas[b-peklvf86id] {
    font-size: 30px;
    color: #1F6276;
}

.panel-config-section[b-peklvf86id] {
    margin-left: 10px;
    padding: 5px;
}

    .panel-config-section .row[b-peklvf86id] {
        margin-bottom: 10px;
    }

    .panel-config-section label[b-peklvf86id] {
        padding-top: 5px;
        font-size: 14px;
    }

    .panel-config-section input[type="text"][b-peklvf86id],
    .panel-config-section input[type="number"][b-peklvf86id] {
        height: 30px;
    }

    .panel-config-section .scroll-list[b-peklvf86id] {
        height: 300px;
        overflow-y: scroll;
        margin-left: 10px;
        width: 94%;
    }

        .panel-config-section .scroll-list label[b-peklvf86id],
        .panel-config-section .scroll-list li[b-peklvf86id] {
            padding-top: 0;
            font-size: small;
            user-select: none; 
        }


        .panel-config-section .scroll-list li[b-peklvf86id] {
            margin-left: -18px;
        }

            .panel-config-section .scroll-list .fas[b-peklvf86id] {
                color: silver;
            }

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-efs8cc6zwa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-efs8cc6zwa] {
    flex: 1;
}

.sidebar[b-efs8cc6zwa] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, rgb(64, 64, 64) 0%, rgb(120, 120, 120) 70%);
}

.top-row[b-efs8cc6zwa] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-efs8cc6zwa]  a, .top-row .btn-link[b-efs8cc6zwa] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-efs8cc6zwa] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-efs8cc6zwa] {
        display: none;
    }

    .top-row.auth[b-efs8cc6zwa] {
        justify-content: space-between;
    }

    .top-row a[b-efs8cc6zwa], .top-row .btn-link[b-efs8cc6zwa] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-efs8cc6zwa] {
        flex-direction: row;
    }

    .sidebar[b-efs8cc6zwa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-efs8cc6zwa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-efs8cc6zwa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-p3os1wi7u4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-p3os1wi7u4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-p3os1wi7u4] {
    font-size: 1.1rem;
}

.oi[b-p3os1wi7u4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-p3os1wi7u4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-p3os1wi7u4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-p3os1wi7u4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-p3os1wi7u4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-p3os1wi7u4]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-p3os1wi7u4]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-p3os1wi7u4] {
        display: none;
    }

    .collapse[b-p3os1wi7u4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
