/* /Pages/TaskOrder/ColumTask.razor.rz.scp.css */
/* /Pages/TaskOrder/Details.razor.rz.scp.css */
.note-task[b-l9m0x1kt6t] {
    height: calc(100% - 12rem);
    overflow:hidden;
}
.header-task[b-l9m0x1kt6t] {
    display: flex;
    align-items: center;
}
.note-massage p[b-l9m0x1kt6t] {
    margin-bottom: 0;
}

.note-massage label[b-l9m0x1kt6t] {
    opacity: .7;
    font-size: .75rem;
}

.note-massage button[b-l9m0x1kt6t] {
    border-radius: 1rem;
    border: none;
    color: #dc3545;
    font-size: .75rem;
    padding: 0.125rem 0.125rem;
}
/* /Pages/TaskOrder/TasksOrderList.razor.rz.scp.css */
[b-xr97tkgzmw] .header {
    display: flex;
}
[b-xr97tkgzmw] .f-right {
    margin-left: auto;
}

[b-xr97tkgzmw] .imagen-task {
    max-height: 7rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-xr97tkgzmw] .img-fluid {
}
/* /Shared/Loader.razor.rz.scp.css */
.loader-wrapper[b-8osk4btn81] {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: none;
    z-index: 11;
    top: 0;
    margin: auto;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
.profile-media[b-j79neqlstw] {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.media-body[b-j79neqlstw] {
    margin-left: 1rem;    
}
    .media-body span[b-j79neqlstw] {
        font-weight: 500;
    }

    .media-body p[b-j79neqlstw] {
        font-size: 12px;
        line-height: 1;
        color: rgba(43, 43, 43, 0.7);
    }

.onhover-show-div.active[b-j79neqlstw] {
    display: block;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    width: 160px;
    top: 57px;
    padding: 0 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(89 102 122 / 10%);
}

.profile-dropdown li[b-j79neqlstw] {
    padding: 10px !important;
}
    .profile-dropdown li svg[b-j79neqlstw] {
        width: 16px;
        vertical-align: bottom;
        margin-right: 10px;
        stroke: #2c323f;
    }
    .profile-dropdown li span[b-j79neqlstw] {
        color: #2c323f;
    }
.onhover-show-div li + li[b-j79neqlstw] {
    padding-top: 15px;
    padding-bottom: 0px;
    border-top: 1px solid #f5f5f5;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(245, 245, 245);
}

a:hover span[b-j79neqlstw],
a:hover svg[b-j79neqlstw] {
    color: var(--theme-deafult);
    stroke: var(--theme-deafult);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-bhzgp2tgp9] {
    display:flex;
    flex-direction:column;
}
.page-body[b-bhzgp2tgp9] {
    display: flex;
    background-color: #f8f8f8;
}

.sidebar[b-bhzgp2tgp9] {
    width: 20rem;
    z-index: 9;
    box-shadow: 0 0 21px 0 rgb(89 102 122 / 10%);
    height: 100%;
    min-height: 100vh;
    line-height: inherit;
    background: #fff;
    transition: 0.3s;
    text-align: left;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
}

main[b-bhzgp2tgp9] {
    margin-top: 5.85rem;
    margin-left: 20rem;
    width: calc(100% - 20rem);
    padding: 0 2rem;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.logo-wrapper[b-bhzgp2tgp9] {
    padding: 27px 30px;
    -webkit-box-shadow: -9px 0 20px rgb(89 102 122 / 10%);
    box-shadow: -9px 0 20px rgb(89 102 122 / 10%);
    position:relative;
}

.back-btn[b-bhzgp2tgp9],
.for-dark[b-bhzgp2tgp9] {
    display: none;
}

.toggle-sidebar[b-bhzgp2tgp9] {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.content[b-bhzgp2tgp9] {
    min-height: calc(100vh - 6rem);
    display: flex;
    flex-direction: column;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.menu[b-x53zsynx39] {
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: auto;
}

[b-x53zsynx39] .nav-link.active,
[b-x53zsynx39] .nav-link:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    background-color: #dad6ff;
}

    [b-x53zsynx39] .nav-link.active span,
    [b-x53zsynx39] .nav-link.active svg,
    [b-x53zsynx39] .nav-link.active i,
    [b-x53zsynx39] .nav-link:hover span,
    [b-x53zsynx39] .nav-link:hover svg,
    [b-x53zsynx39] .nav-link:hover i {
        color: var(--theme-deafult);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }



[b-x53zsynx39] .nav-link {
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

[b-x53zsynx39] a {
    padding: 12px 15px;
    position: relative;
    color: #222222;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.7px;
    font-family: Roboto;
    text-transform: capitalize;
    color: #2c323f;
    cursor:pointer;
}

    [b-x53zsynx39] a svg {
        width: 18px;
        margin-right: 10px;
        vertical-align: bottom;
        float: none;
        stroke-width: 2.3px;
        color: #2c323f;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    [b-x53zsynx39] a i {
        font-size: 18px;
        margin-right: 10px;
        color: #2c323f;
        display: flex;
        align-items: center;
    }

nav[b-x53zsynx39] {
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.sidebar-submenu[b-x53zsynx39] {
    width: 100%;
    padding: 0;
    position: relative !important;
    overflow: hidden;
    height: 0;
    transition: all 2s ease;
}

.show .sidebar-submenu[b-x53zsynx39] {
    height: auto;
}
.show .fa-angle-right[b-x53zsynx39]:before {
    transform: rotate( 90deg);
    transition: all .5s ease;
}
.sidebar-submenu[b-x53zsynx39]  .nav-link {
 margin-bottom: 0;
}
    .sidebar-submenu li[b-x53zsynx39]  a {
    padding: 0 25px 0 40px;
    font-size: 14px;
    color: rgba(43, 43, 43, 0.6);
    display: block;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-family: Roboto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show .sidebar-submenu li[b-x53zsynx39]  a {
    padding: 7px 25px 7px 40px;
}

    .sidebar-submenu li[b-x53zsynx39]  a::after {
        position: absolute;
        content: "";
        top: 48%;
        left: 20px;
        width: 6px;
        border-top: 2px solid #595c60;
    }

.sidebar-submenu li:hover[b-x53zsynx39]  a {
    color: var(--theme-deafult);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


    .sidebar-submenu li:hover[b-x53zsynx39]  a::after {
        border-top: 2px solid var(--theme-deafult);
    }

.sidebar-submenu[b-x53zsynx39]  .nav-link:hover,
.sidebar-submenu[b-x53zsynx39]  .nav-link.active {
    background: none;
    color: var(--theme-deafult);
}
/* /Shared/PageHeader.razor.rz.scp.css */
.page-header[b-pqw6cy5x5c] {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: 20rem;
    width: calc(100% - 20rem);
    position: fixed;
    top: 0;
    z-index: 8;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: var(--background-color);
    -webkit-box-shadow: 0 0 20px rgb(89 102 122 / 10%);
    box-shadow: 0 0 20px rgb(89 102 122 / 10%);
    padding: 1.6rem 2.15rem;
}

i[b-pqw6cy5x5c] {
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-menus[b-pqw6cy5x5c] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
}

    .nav-menus li[b-pqw6cy5x5c] {
        padding: 6px 10px;
        margin-right: 5px;
        display: inline-block;
        position: relative;
    }

[b-pqw6cy5x5c] .onhover-show-div {
    display: none;
}

li .badge[b-pqw6cy5x5c] {
    position: absolute;
    right: -5px;
    top: -6px;
    padding: 2px 4px;
    font-size: 11px;
    font-weight: 700;
    font-family: work-Sans, sans-serif;
}

.cart-box[b-pqw6cy5x5c],
.notification-box[b-pqw6cy5x5c] {
    position: relative;
}

li svg[b-pqw6cy5x5c] {
    vertical-align: middle;
    width: 20px;
    animation: swing 1.5s ease infinite;
}

@media only screen and (max-width: 1366px) and (min-width: 1200px) {
    .nav-menus[b-pqw6cy5x5c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%;
    }
}
/* /Shared/Pegination.razor.rz.scp.css */
.page-item.active .page-link[b-6cp6bczavr] {
    z-index: 3;
    color: #fff;
    background-color: var(--theme-deafult);
    border-color: var(--theme-deafult);
}
.page-link[b-6cp6bczavr] {
    position: relative;
    display: block;
    color: var(--theme-deafult);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid var(--theme-deafult);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-width: 2.5rem;
    text-align: center;
    font-size: 1rem;    
}
a.page-link[b-6cp6bczavr] {
    cursor: pointer;
}

.page-item.disabled .page-link[b-6cp6bczavr] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: var(--theme-deafult);
}
/* /Shared/Slider.razor.rz.scp.css */
.slider[b-6ag8yzkgsn] {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 10rem;
    justify-content: center;
}
.slider img[b-6ag8yzkgsn]{    
    height: 150%;
    margin-top: -5%;
}
.slider-item-left[b-6ag8yzkgsn],
.slider-item-right[b-6ag8yzkgsn] {
    position: absolute;
    font-size: 4rem;
    line-height: 1;
    top: calc(50% - 2rem);
}
    .slider-item-left[b-6ag8yzkgsn]{
        left:0;
    }
    .slider-item-right[b-6ag8yzkgsn] {
        right: 0;
    }
