@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Authentication/ForgotPassword.razor.rz.scp.css */

#bg[b-uta0n0gix3] {
    background-image: url('images/login_background.jpg');
    background-position: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*filter: blur(5px);*/
}

body[b-uta0n0gix3] {
    font-family: 'Lato', sans-serif;
    color: #4A4A4A;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

form[b-uta0n0gix3] {
    width: 350px;
    position: relative;
}

    form .form-field[b-uta0n0gix3]::before {
        font-size: 20px;
        position: absolute;
        left: 15px;
        top: 17px;
        color: #888888;
        content: " ";
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
    }

    form .form-field:nth-child(1)[b-uta0n0gix3]::before {
        background-image: url(images/user-icon.png);
        width: 20px;
        height: 20px;
        top: 15px;
    }

    /*form .form-field:nth-child(2)::before {
        background-image: url(images/lock-icon.png);
        width: 16px;
        height: 16px;
    }*/

    form .form-field[b-uta0n0gix3] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
        position: relative;
    }

    form input[b-uta0n0gix3] {
        font-family: inherit;
        width: 100%;
        outline: none;
        background-color: #fff;
        border-radius: 4px;
        border: none;
        display: block;
        padding: 0.9rem 0.7rem;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 17px;
        color: #4A4A4A;
        text-indent: 40px;
    }

    form .btn[b-uta0n0gix3] {
        outline: none;
        border: none;
        cursor: pointer;
        display: inline-block;
        margin: 0 auto;
        padding: 0.9rem 2.5rem;
        text-align: center;
        background-color: #47AB11;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 17px;
    }
    form .btn-back[b-uta0n0gix3] {
        outline: none;
        border: none;
        cursor: pointer;
        display: inline-block;
        margin: 0 auto;
        padding: 0.45rem 1.2rem;
        text-align: center;
        background-color: #1289de;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 14px;
    }

html[b-uta0n0gix3], body[b-uta0n0gix3] {
    margin:0px;
    height:100%;
}

.box[b-uta0n0gix3] {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items:center;
}

.inner-box[b-uta0n0gix3] {
    width:350px;
}
/* /Components/Authentication/ResetPassword.razor.rz.scp.css */

#bg[b-wugltsa589] {
    background-image: url('images/login_background.jpg');
    background-position: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*filter: blur(5px);*/
}

body[b-wugltsa589] {
    font-family: 'Lato', sans-serif;
    color: #4A4A4A;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

form[b-wugltsa589] {
    width: 350px;
    position: relative;
}

    form .form-field[b-wugltsa589]::before {
        font-size: 20px;
        position: absolute;
        left: 15px;
        top: 17px;
        color: #888888;
        content: " ";
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
    }

    form .form-field:nth-child(1)[b-wugltsa589]::before {
        background-image: url(images/lock-icon.png);
        width: 16px;
        height: 16px;
    }

    form .form-field:nth-child(2)[b-wugltsa589]::before {
        background-image: url(images/lock-icon.png);
        width: 16px;
        height: 16px;
    }

    form .form-field[b-wugltsa589] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
        position: relative;
    }

    form input[b-wugltsa589] {
        font-family: inherit;
        width: 100%;
        outline: none;
        background-color: #fff;
        border-radius: 4px;
        border: none;
        display: block;
        padding: 0.9rem 0.7rem;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 17px;
        color: #4A4A4A;
        text-indent: 40px;
    }

    form .btn[b-wugltsa589] {
        outline: none;
        border: none;
        cursor: pointer;
        display: inline-block;
        margin: 0 auto;
        padding: 0.9rem 2.5rem;
        text-align: center;
        background-color: #47AB11;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 17px;
    }
    form .btn-abort[b-wugltsa589] {
        outline: none;
        border: none;
        cursor: pointer;
        display: inline-block;
        margin: 0 auto;
        padding: 0.45rem 1.2rem;
        text-align: center;
        background-color: #1289de;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 14px;
    }

html[b-wugltsa589], body[b-wugltsa589] {
    margin:0px;
    height:100%;
}

.box[b-wugltsa589] {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items:center;
}

.inner-box[b-wugltsa589] {
    width:350px;
}
/* /Components/Helper/ConfirmDialog.razor.rz.scp.css */
.confirmation-dialog-content[b-ujnu9dsuue] {
    display: flex;
}

    .confirmation-dialog-content[b-ujnu9dsuue]  .dxbl-btn:nth-of-type(1) {
        margin-left: auto;
    }

    .confirmation-dialog-content[b-ujnu9dsuue]  .dxbl-btn:nth-of-type(2) {
        margin-left: 0.5rem;
    }
/* /Components/Helper/EntityHistory.razor.rz.scp.css */
.timeline div[b-eyvpiofi2w] {
    border-left: 1px solid gray;
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.table[b-eyvpiofi2w] {
    width: 100%;
    margin-top: 20px;
}
/* /Components/SortableJS/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-numaz36x08] .sortable-ghost {
  visibility: hidden;
}

[b-numaz36x08] .sortable-fallback {
  opacity: 1 !important
}
/* /Components/Wizard/SendMailWizard/UploadComponent.razor.rz.scp.css */
.custom-drop-zone[b-4lei6ep5j2] {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .custom-drop-zone.custom-drag-over[b-4lei6ep5j2] {
        background-color: #868A8D;
    }


.drag-area[b-4lei6ep5j2] {
    border: 2px dashed #007bff;
    padding: 30px;
    text-align: center;
    margin: 10px;
}

    .drag-area.hover[b-4lei6ep5j2] {
        background-color: lightblue;
        border-color: #0000ff;
    }
/* /Pages/Forgot.razor.rz.scp.css */

#bg[b-zhuonri37w] {
    background-image: url('images/login_background.jpg');
    background-position: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*filter: blur(5px);*/
}

body[b-zhuonri37w] {
    font-family: 'Lato', sans-serif;
    color: #4A4A4A;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

form[b-zhuonri37w] {
    width: 350px;
    position: relative;
}

    form .form-field[b-zhuonri37w]::before {
        font-size: 20px;
        position: absolute;
        left: 15px;
        top: 17px;
        color: #888888;
        content: " ";
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
    }

/*    form .form-field:nth-child(1)::before {
        background-image: url(images/user-icon.png);
        width: 20px;
        height: 20px;
        top: 15px;
    }

    form .form-field:nth-child(2)::before {
        background-image: url(images/lock-icon.png);
        width: 16px;
        height: 16px;
    }*/

    form .form-field[b-zhuonri37w] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
        position: relative;
    }

    form input[b-zhuonri37w] {
        font-family: inherit;
        width: 100%;
        outline: none;
        background-color: #fff;
        border-radius: 4px;
        border: none;
        display: block;
        padding: 0.9rem 0.7rem;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 17px;
        color: #4A4A4A;
        text-indent: 40px;
    }

    form .btn[b-zhuonri37w] {
        outline: none;
        border: none;
        cursor: pointer;
        display: inline-block;
        margin: 0 auto;
        padding: 0.9rem 2.5rem;
        text-align: center;
        background-color: #47AB11;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 17px;
    }

html[b-zhuonri37w], body[b-zhuonri37w] {
    margin:0px;
    height:100%;
}

.box[b-zhuonri37w] {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items:center;
}

.inner-box[b-zhuonri37w] {
    width:350px;
}
/* /Pages/Login.razor.rz.scp.css */

#bg[b-7epepkfae8] {
    background-image: url('images/login_background.jpg');
    background-position: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*filter: blur(5px);*/
}

body[b-7epepkfae8] {
    font-family: 'Lato', sans-serif;
    color: #4A4A4A;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

form[b-7epepkfae8] {
    width: 350px;
    position: relative;
}

    form .form-field[b-7epepkfae8]::before {
        font-size: 20px;
        position: absolute;
        left: 15px;
        top: 17px;
        color: #888888;
        content: " ";
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
    }

    form .form-field:nth-child(1)[b-7epepkfae8]::before {
        background-image: url(images/user-icon.png);
        width: 20px;
        height: 20px;
        top: 15px;
    }

    form .form-field:nth-child(2)[b-7epepkfae8]::before {
        background-image: url(images/lock-icon.png);
        width: 16px;
        height: 16px;
    }

    form .form-field[b-7epepkfae8] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
        position: relative;
    }

    form input[b-7epepkfae8] {
        font-family: inherit;
        width: 100%;
        outline: none;
        background-color: #fff;
        border-radius: 4px;
        border: none;
        display: block;
        padding: 0.9rem 0.7rem;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 17px;
        color: #4A4A4A;
        text-indent: 40px;
    }

    form .btn[b-7epepkfae8] {
        outline: none;
        border: none;
        cursor: pointer;
        display: inline-block;
        margin: 0 auto;
        padding: 0.9rem 2.5rem;
        text-align: center;
        background-color: #47AB11;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 17px;
    }
    form .btn-forgot[b-7epepkfae8] {
        outline: none;
        border: none;
        cursor: pointer;
        display: inline-block;
        margin: 0 auto;
        padding: 0.45rem 1.2rem;
        text-align: center;
        background-color: #1289de;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 14px;
    }

html[b-7epepkfae8], body[b-7epepkfae8] {
    margin:0px;
    height:100%;
}

.box[b-7epepkfae8] {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items:center;
}

.inner-box[b-7epepkfae8] {
    width:350px;
}
/* /Shared/MainLayout.razor.rz.scp.css */


.page[b-bnaqzp1w2c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bnaqzp1w2c] {
    flex: 1;
}

.sidebar[b-bnaqzp1w2c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bnaqzp1w2c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bnaqzp1w2c]  a, .top-row[b-bnaqzp1w2c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bnaqzp1w2c]  a:hover, .top-row[b-bnaqzp1w2c]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bnaqzp1w2c]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bnaqzp1w2c] {
        display: none;
    }

    .top-row.auth[b-bnaqzp1w2c] {
        justify-content: space-between;
    }

    .top-row[b-bnaqzp1w2c]  a, .top-row[b-bnaqzp1w2c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bnaqzp1w2c] {
        flex-direction: row;
    }

    .sidebar[b-bnaqzp1w2c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bnaqzp1w2c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bnaqzp1w2c]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bnaqzp1w2c], article[b-bnaqzp1w2c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-51sywoyu8g] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-51sywoyu8g] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-51sywoyu8g] {
    font-size: 1.1rem;
}

.oi[b-51sywoyu8g] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-51sywoyu8g] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-51sywoyu8g] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-51sywoyu8g] {
        padding-bottom: 1rem;
    }

    .nav-item[b-51sywoyu8g]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-51sywoyu8g]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-51sywoyu8g]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-51sywoyu8g] {
        display: none;
    }

    .collapse[b-51sywoyu8g] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
