@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Blazorise.RichTextEdit/Blazorise.RichTextEdit.ujcws5bfym.bundle.scp.css';
@import '_content/BlazorMaterialWeb/BlazorMaterialWeb.0wfe60zfzo.bundle.scp.css';

/* /Components/Profile/ProfileImage.razor.rz.scp.css */
.rounder-profile-image[b-5z5q259p2v] {
    height: 2.5rem;
    width: 2.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px;
    border-radius: 50%;
    display: inline-block;
    min-width: 2.5rem;
    border: 1px solid lightgray;
}

.rounder-profile-image-small[b-5z5q259p2v] {
    height: 1.2rem;
    width: 1.2rem;
    min-width: 1.2rem;
}

.rounder-profile-image-medium[b-5z5q259p2v] {
    height: 3rem;
    width: 3rem;
}

.rounder-profile-image-medium-2[b-5z5q259p2v] {
    height: 5rem;
    width: 5rem;
}

.rounder-profile-image-large[b-5z5q259p2v] {
    height: 8rem;
    width: 8rem;
}

.rounder-profile-image-xlarge[b-5z5q259p2v] {
    height: 16rem;
    width: 16rem;
}
/* /Components/Subscription/PaymentOutcomeComponent.razor.rz.scp.css */
.payment[b-sfkg08lav7] {
    border: 1px solid #f2f2f2;
    height: 280px;
    border-radius: 20px;
    background: #fff;
}

.payment_header[b-sfkg08lav7] {
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}

.check[b-sfkg08lav7] {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
}

    .check i[b-sfkg08lav7] {
        vertical-align: middle;
        line-height: 50px;
        font-size: 30px;
    }

.content[b-sfkg08lav7] {
    text-align: center;
}

    .content h1[b-sfkg08lav7] {
        font-size: 25px;
        padding-top: 25px;
    }

    .content a[b-sfkg08lav7] {
        width: 200px;
        height: 35px;
        color: #fff;
        border-radius: 30px;
        padding: 5px 10px;
        background: #000;
        transition: all ease-in-out 0.3s;
    }

        .content a:hover[b-sfkg08lav7] {
            text-decoration: none;
            background: rgba(255,102,0,1);
        }

small[b-sfkg08lav7] {
    color: #D3D3D3;
}
/* /Components/Utility/ModalLoader.razor.rz.scp.css */
.modal-loader[b-cea272qybx] {
    position: relative;
    margin: auto;
    z-index: 99;
    width: 5em;
    height: 5em;
    border: 0.75em solid lightgray;
    border-radius: 50%;
    border-top-color: #003951; /* primary color */
    animation: spin-b-cea272qybx 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin-b-cea272qybx {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

p[b-cea272qybx] {
    text-align: center;
    margin: 1em 0 0;
    color: #66666C;
}
/* /Components/Utility/PictureLoader.razor.rz.scp.css */
.picture-loader[b-7e2sf3emrd] {
    position: relative;
    margin: auto;
    z-index: 10000;
    width: 2em;
    height: 2em;
    border: 0.5em solid lightgray;
    border-radius: 50%;
    border-top-color: #003951; /* primary color */
    animation: spin-b-7e2sf3emrd 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin-b-7e2sf3emrd {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/* /Components/Utility/StasRadioGroup.razor.rz.scp.css */
section[b-pq21y65pgi] {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 2rem;
}

    section > div[b-pq21y65pgi] {
        flex: 1;
    }

input[type="radio"][b-pq21y65pgi] {
    display: none;
}

    input[type="radio"]:not(:disabled) ~ label[b-pq21y65pgi] {
        cursor: pointer;
    }

    input[type="radio"]:disabled ~ label[b-pq21y65pgi] {
        color: hsla(150, 5%, 75%, 1);
        border-color: hsla(150, 5%, 75%, 1);
        box-shadow: none;
        cursor: not-allowed;
    }

        input[type="radio"]:disabled ~ label img[b-pq21y65pgi] {
            opacity: 0.5;
        }

label[b-pq21y65pgi] {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid hsla(150, 75%, 50%, 1);
    border-radius: 20px;
    font-weight: bold;
    padding-top: 2rem;
    margin: 0.5rem;
    text-align: center;
    position: relative;
}

img[b-pq21y65pgi] {
    width: 35%;
}

.checked-label[b-pq21y65pgi] {
    border: 3px solid #ED880E;
}

    .checked-label[b-pq21y65pgi]::after {
        color: hsla(215, 5%, 25%, 1);
        font-family: FontAwesome;
        border: 2px solid #ED880E;
        content: "\f00c";
        font-size: 24px;
        position: absolute;
        top: -25px;
        right: 0;
        transform: translateX(-50%);
        height: 40px;
        width: 40px;
        line-height: 37px;
        text-align: center;
        border-radius: 50%;
        background: white;
    }

@media only screen and (max-width: 1400px) {
    section > div[b-pq21y65pgi] {
        flex: 1;
        padding: 1rem;
    }
}

@media only screen and (max-width: 700px) {
    section[b-pq21y65pgi] {
        flex-direction: column;
    }

        section > div[b-pq21y65pgi] {
            flex: 1;
            padding: 0;
        }

    label[b-pq21y65pgi] {
        padding: 1rem;
    }

    img[b-pq21y65pgi] {
        width: 15%;
    }
}
/* /Components/VirtualizeComponent.razor.rz.scp.css */
#sticky[b-c0jcd6jb5o] {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 15px;
}

#adjusted[b-c0jcd6jb5o] {
    padding: 5px;
    margin: 5px;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 0px;
    margin-top: 0px;
}
/* /Components/VirtualizeComponentMultiplePick.razor.rz.scp.css */
#sticky[b-h3l7hw75ck] {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 15px;
}

#adjusted[b-h3l7hw75ck] {
    padding: 5px;
    margin: 5px;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 0px;
    margin-top: 0px;
}
/* /Components/WorkDiaries/WorkDiarySerbiaTemplate.razor.rz.scp.css */

.work-diary-container[b-vbh5o78qv0] {
    max-width: 1013px;
    padding: 1em;
    margin: auto;
    font-size: 14px;
}

.outside-border[b-vbh5o78qv0] {
    border: 2px solid black;
}
/* /Components/WorkDiaries/WorkDiaryTemplate.razor.rz.scp.css */
.work-diary-container[b-r7y0j4p3nz] {
    max-width: 1013px;
    padding: 1em;
    margin: auto;
    font-size: 14px;
}

.row-width[b-r7y0j4p3nz] {
    width: 980px;
}

.custom-border[b-r7y0j4p3nz] {
    border: 1px solid black;
    border-bottom: 0;
}

.custom-border-right[b-r7y0j4p3nz] {
    border-right: 1px solid black;
}

.custom-border-top[b-r7y0j4p3nz] {
    border-top: 1px solid black !important;
}

.custom-border-bottom[b-r7y0j4p3nz] {
    border-bottom: 1px solid black;
}

.custom-border-left[b-r7y0j4p3nz] {
    border-left: 1px solid black;
}

p[b-r7y0j4p3nz] {
    margin: 10px 0 0 5px;
}

.worker-machine-wrapper[b-r7y0j4p3nz] {
    display: flex;
}

    .worker-machine-wrapper div[b-r7y0j4p3nz] {
        border-right: 1px solid black;
        height: 169px;
        width: 25.221px;
        transform: rotate(180deg);
    }

    .worker-machine-wrapper p[b-r7y0j4p3nz] {
        font-size: 10.5px;
        writing-mode: vertical-lr;
    }

.numbers[b-r7y0j4p3nz] {
    font-size: 12px;
    border: 1px solid black;
    border-top: 0;
    height: 30px;
}

    .numbers div[b-r7y0j4p3nz] {
        border-right: 1px solid black;
        width: 25.2px;
        text-align: center;
    }

    .numbers span[b-r7y0j4p3nz] {
        position: relative;
        top: 20%;
    }

.signature[b-r7y0j4p3nz] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.description[b-r7y0j4p3nz] {
    word-break: break-all;
    white-space: pre-line;
}

.numbers div:nth-child(-n+17)[b-r7y0j4p3nz] {
    width: 25px;
}

.wd-date[b-r7y0j4p3nz] {
    height: 100px;
    line-height: 75px;
}
/* /Components/WorkOrders/WorkOrderTemplateComponent.razor.rz.scp.css */
.work-order-container[b-srhmx89lqr] {
    border: 1px solid #eee;
    max-width: 900px;
    padding: 1em;
    margin: auto auto auto 10px;
}

.work-order-container p[b-srhmx89lqr] {
    margin-bottom: 0.2rem;
}

.title[b-srhmx89lqr] {
    text-align: center;
}

.company-wrapper[b-srhmx89lqr] {
    width: 100%;
    display: -webkit-box;
}

.company-wrapper > div[b-srhmx89lqr] {
    -webkit-box-flex: 1;
}

.company-info[b-srhmx89lqr] {
    width: auto;
}

.company-info p[b-srhmx89lqr] {
    margin: 3px;
}

.company-logo[b-srhmx89lqr] {
    width: auto;
    display: inline-block;
}

#logo-icon[b-srhmx89lqr] {
    width: 80px;
}

.d-flex[b-srhmx89lqr] {
    display: -webkit-box;
}

.d-flex > div[b-srhmx89lqr] {
    -webkit-box-flex: 1;
}

.d-flex > div:last-child[b-srhmx89lqr] {
    margin-right: 0;
}

span[b-srhmx89lqr] {
    background-color: lightgray;
}

main[b-srhmx89lqr], header[b-srhmx89lqr] {
    padding: 1em 2em 0 2em;
}

.ml-auto[b-srhmx89lqr] {
    margin-left: auto;
}

.w-50[b-srhmx89lqr] {
    width: 50%;
}

.w-100[b-srhmx89lqr] {
    width: 100%;
}

.m-auto[b-srhmx89lqr] {
    margin: auto;
}

.m-0[b-srhmx89lqr] {
    margin: 0;
}


.signature[b-srhmx89lqr] {
    width: 175px;
    margin-left: 30px;
}

.work-description[b-srhmx89lqr] {
    width: 100%;
    border: 1px solid black;
    min-height: 10em;
    height: fit-content;
    margin-bottom: 2em;
    word-break: break-all;
    white-space: pre-line;
}

.label-paragraph[b-srhmx89lqr] {
    background-color: lightgray;
    margin: 0;
    padding: 0.4em 0;
    text-align: center;
}

#remark[b-srhmx89lqr] {
    min-height: 6.5em;
}

.info-paragraph[b-srhmx89lqr] {
    padding: 0 5px;
}
/* /Modals/Account/InvitationEmailModal.razor.rz.scp.css */
.emails-wrapper[b-d131i4f4m5] {
    width: 75%;
    border: 1px dashed;
}

.email[b-d131i4f4m5] {
    border: 1px solid #ED880E;
    border-radius: 10px;
    padding: 0.2em;
    margin: 0.2em;
    line-height: 2;
}

.recipients-container[b-d131i4f4m5] {
    display: flex;
    min-height: 5em;
    padding: 0.1em;
}
/* /Modals/Utility/ChatModal.razor.rz.scp.css */
#scrollable-div[b-fm4r1zgcl3] {
    overflow-y: scroll;
}

.chat-container[b-fm4r1zgcl3] {
    font-size: 15px;
    width: 100%;
    word-break: break-all;
}

.green[b-fm4r1zgcl3] {
    background-color: #58b666;
}

.orange[b-fm4r1zgcl3] {
    background-color: #ff725d;
}

.blue[b-fm4r1zgcl3] {
    background-color: #6fbced;
    margin-right: 0;
    margin-left: 7px;
}

#chat[b-fm4r1zgcl3] {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    height: 535px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: left;
}

    #chat li[b-fm4r1zgcl3] {
        padding: 10px 30px;
    }

    #chat h2[b-fm4r1zgcl3],
    #chat h3[b-fm4r1zgcl3] {
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
    }

    #chat h3[b-fm4r1zgcl3] {
        color: #bbb;
    }

    #chat .entete[b-fm4r1zgcl3] {
        margin-bottom: 5px;
    }

    #chat .message[b-fm4r1zgcl3] {
        padding: 20px;
        color: #fff;
        line-height: 25px;
        max-width: 90%;
        display: inline-block;
        border-radius: 5px;
    }

    #chat .me[b-fm4r1zgcl3] {
        text-align: right;
    }

        #chat .me .message[b-fm4r1zgcl3] {
            background-color: #58b666;
        }

    #chat .worker-1 .message[b-fm4r1zgcl3] {
        background-color: #6fbced;
    }

    #chat .worker-2 .message[b-fm4r1zgcl3] {
        background-color: #ff725d;
    }

    #chat .worker-3 .message[b-fm4r1zgcl3] {
        background-color: #800080;
    }

.start-conversation[b-fm4r1zgcl3] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
/* /Pages/Account/Login.razor.rz.scp.css */
/* Login */
.center-middle-text[b-htof449thw] {
    display: flex;
    justify-content: space-between;
}

.center-middle-text label[b-htof449thw] {
    display: flex;
    margin: 0;
}

.center-middle-text label input[b-htof449thw] {
    margin-right: 0.25em;
}
/* /Pages/Companies/Edit.razor.rz.scp.css */
.custom-select[b-zbrgspikkj] {
    width: 50% !important;
}
/* /Pages/Dashboard/Index.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jv5a075550] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jv5a075550] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jv5a075550] {
    font-size: 1.1rem;
}

.oi[b-jv5a075550] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jv5a075550] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jv5a075550] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jv5a075550] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jv5a075550]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-jv5a075550]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-jv5a075550]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 768px) {
    .navbar-toggler[b-jv5a075550] {
        display: none;
    }

    .collapse[b-jv5a075550] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
