@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Mercenta.Client.Portal.Chart/Mercenta.Client.Portal.Chart.kp840bypil.bundle.scp.css';
@import '_content/Mercenta.Client.Portal.Component/Mercenta.Client.Portal.Component.jut39k4lpn.bundle.scp.css';
@import '_content/Mercenta.Client.Portal.Workflow/Mercenta.Client.Portal.Workflow.xj7x5aic3y.bundle.scp.css';

/* /Features/Agreement/Agreement/TimeTravelBlade/Timeline/Timeline.razor.rz.scp.css */
.timeline[b-e87ney5ne2] {
    padding-left: unset; /* override ol */
    padding-top: 10px;
    position: relative;
    margin-left: -6px;
}
.timeline-vertical-line[b-e87ney5ne2] {
    border-left: 2px solid #adb5bd;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin-top: 30px;
    margin-bottom: -10px;
}
/* /Features/Agreement/Agreement/TimeTravelBlade/Timeline/TimelineItem.razor.rz.scp.css */
.timeline-item[b-fgn7t78yzl] {
    display: flex;
    padding: 6px 0 6px 6px;
}

.timeline-item.active[b-fgn7t78yzl]{
    background-color: #E5EAF0;
}

.timeline-item.selected[b-fgn7t78yzl]{
    background-color: rgba(13,110,253,.25);
}

.timeline-item:hover:not(.selected):not(.disabled)[b-fgn7t78yzl],
.timeline-item:hover:not(.selected):not(.unauthorized)[b-fgn7t78yzl] {
    background-color: #E5EAF0;
}

.timeline-item-icon[b-fgn7t78yzl] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 0 0 3px #F6F9FC;
    background-color: lightgray;
    color: #424770;
    z-index: 1;
}
.timeline-item.selected .timeline-item-icon[b-fgn7t78yzl]{
    background-color: #f7f9fd;
    box-shadow: 0 0 0 3px rgb(199 217 253);
}

.timeline-item:hover:not(.selected):not(.disabled) .timeline-item-icon[b-fgn7t78yzl],
.timeline-item:hover:not(.selected):not(.unauthorized) .timeline-item-icon[b-fgn7t78yzl] {
    background-color: #f7f9fd;
    box-shadow: 0 0 0 3px #E5EAF0;
}

.timeline-item-description[b-fgn7t78yzl] {
    padding-left: 17px;
    margin-left: -11px;
}
/* /Features/Agreement/Proposal/Author/ProductCost/Edit/ProductCostForm.razor.rz.scp.css */
.sequence_visible[b-r21fv0vrm8]{
    visibility: hidden;
}


li:hover .sequence_visible[b-r21fv0vrm8]{
    visibility: visible;
}
/* /Features/Menu/NavMenu.razor.rz.scp.css */

.nav-link.active[b-4iipw4dcq9]{
    color: #ff8d0a !important;
}

body.offcanvas-active[b-4iipw4dcq9]{
    overflow:hidden;
}

.offcanvas-header[b-4iipw4dcq9]{ display:none; }

/* ============ mobile view ============ */

@media all and (max-width: 768px) {

    .offcanvas-header[b-4iipw4dcq9]{ display:block; }

    .mobile-offcanvas[b-4iipw4dcq9]{
        visibility: hidden;
        transform:translateX(-100%);
        border-radius:0;
        display:block;
        position: fixed;  top: 0; left:0;
        height: 100%; width:80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

    .mobile-offcanvas.show[b-4iipw4dcq9]{
        visibility: visible; 	transform: translateX(0);
    }
    .mobile-offcanvas .container[b-4iipw4dcq9], .mobile-offcanvas .container-fluid[b-4iipw4dcq9]{
        display: block;
    }
}	
/* /Features/Sidebar/Menu/Sidebar.razor.rz.scp.css */
.ring-animation[b-2vspzqurgw] {
    animation: ring-b-2vspzqurgw 5s 10s ease-in-out infinite;
}
@keyframes ring-b-2vspzqurgw {
     0% { transform: rotate(0); }
     1% { transform: rotate(30deg); }
     3% { transform: rotate(-28deg); }
     5% { transform: rotate(34deg); }
     7% { transform: rotate(-32deg); }
     9% { transform: rotate(30deg); }
     11% { transform: rotate(-28deg); }
     13% { transform: rotate(26deg); }
     15% { transform: rotate(-24deg); }
     17% { transform: rotate(22deg); }
     19% { transform: rotate(-20deg); }
     21% { transform: rotate(18deg); }
     23% { transform: rotate(-16deg); }
     25% { transform: rotate(14deg); }
     27% { transform: rotate(-12deg); }
     29% { transform: rotate(10deg); }
     31% { transform: rotate(-8deg); }
     33% { transform: rotate(6deg); }
     35% { transform: rotate(-4deg); }
     37% { transform: rotate(2deg); }
     39% { transform: rotate(-1deg); }
     41% { transform: rotate(1deg); }
     43% { transform: rotate(0); }
     100% { transform: rotate(0); }
 }

.pulse-animation[b-2vspzqurgw]{
    animation: pulse-b-2vspzqurgw 1s ease;
}
@keyframes pulse-b-2vspzqurgw {
     0% {
         transform: translate(-50%,-50%) scale(1);
     }
     50% {
         transform: translate(-50%,-50%) scale(1.4);
     }
     100% {
         transform: translate(-50%,-50%) scale(1);
     }
 }
    
/* /Features/Sidebar/Panels/Change/ChangeControl.razor.rz.scp.css */

.sidebar-wrapper-content .list-group .notification-batch.highlight .list-group-item[b-30b45up1t2] {
    animation: highlight-animation-b-30b45up1t2 1s linear;
}

@keyframes highlight-animation-b-30b45up1t2 {
    from {background-color: lightgreen;}
    to {background-color: white;}
}
/* /Features/_shared/LegalText/LegalTextRenderer.razor.rz.scp.css */
ins[b-rq71e1tds6]
{
    background-color:#cfc;
    text-decoration:none;
}

del[b-rq71e1tds6]{
    color:#999;
    background-color:#FEC8C8;
}
/* /Shared/Blade/BladeSectionTemplate.razor.rz.scp.css */
.btn-collapse i[b-8je6tlt2io] {
    overflow: hidden;
    transition-duration: .35s;
    transition-property: transform;
    width: 1em;
}

.btn-collapse.collapsed i[b-8je6tlt2io]{
    transform: rotate(-90deg);
}

.btn-collapse.expanded i[b-8je6tlt2io]{
    transform: rotate(0deg);
}
