/* _content/Paper.Site/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nybod40sys] {

}

main[b-nybod40sys] {
    flex: 1;
}

.top-row[b-nybod40sys] {
    background-color: #1f2529;
    justify-content: space-between;
    height: 6rem;
    display: flex;
    align-items: center;
    filter: drop-shadow(0px -20px 24px #000000);
}

    .top-row[b-nybod40sys]  a, .top-row[b-nybod40sys]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-nybod40sys]  a:hover, .top-row[b-nybod40sys]  .btn-link:hover {
        text-decoration: underline;

    }


@media (max-width: 768px) {
    .top-row[b-nybod40sys] {
        height: 12rem;
    }
}

#blazor-error-ui[b-nybod40sys] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-nybod40sys] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Paper.Site/Components/Timeline/Timeline.razor.rz.scp.css */
*[b-5w6do380co], *[b-5w6do380co]:before, *[b-5w6do380co]:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.container[b-5w6do380co] {
    max-width: 1100px;
    margin: 0 auto;
}

.project-name[b-5w6do380co] {
    text-align: center;
    padding: 10px 0;
}

#timeline[b-5w6do380co] {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.timeline-item .timeline-content[b-5w6do380co]:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid greenyellow;
}

#timeline[b-5w6do380co]:before {
    content: "";
    width: 3px;
    height: 100%;
    background: var(--title-bg);
    left: 50%;
    top: 0;
    position: absolute;
}

#timeline[b-5w6do380co]:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #timeline[b-5w6do380co] {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }
    #timeline[b-5w6do380co]:before {
        left: 0;
    }

    #timeline .timeline-item .timeline-content[b-5w6do380co]:before, #timeline .timeline-item .timeline-content.right[b-5w6do380co]:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
    }
    #timeline .timeline-item .timeline-icon[b-5w6do380co] {
        left: 0;
    }
}
/* _content/Paper.Site/Components/Timeline/TimelineItem.razor.rz.scp.css */
#timeline .timeline-item[b-cxdek3we72]:after, #timeline .timeline-item[b-cxdek3we72]:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

*[b-cxdek3we72], *[b-cxdek3we72]:before, *[b-cxdek3we72]:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a[b-cxdek3we72] {
    text-decoration: none;
}

#timeline .timeline-item[b-cxdek3we72] {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon[b-cxdek3we72] {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#timeline .timeline-item .timeline-content[b-cxdek3we72] {
    width: 45%;
    padding: 20px;
    -webkit-box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.57);;
    -moz-box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.57);
    -ms-box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.57);
    box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.57);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p[b-cxdek3we72] {
    margin-top: 0.5rem;
}

#timeline .timeline-item .timeline-content .item-title[b-cxdek3we72] {
    padding: 15px;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#timeline .timeline-item .timeline-content.right[b-cxdek3we72] {
    float: right;
}

#timeline .timeline-item .timeline-content[b-cxdek3we72]:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--title-bg);
}

#timeline .timeline-item .timeline-content.right[b-cxdek3we72]:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid var(--title-bg);
}

.timeline-icon[b-cxdek3we72] {
    background: var(--title-bg);
}

.timeline-content[b-cxdek3we72]{
    background: var(--text-bg); 
    color: var(--text-color)
}

.item-title[b-cxdek3we72] {
    background: var(--title-bg); 
    color: var(--title-color)
}

.timeline-button[b-cxdek3we72] {
    padding: 5px 15px;
    text-decoration: none;
    background: transparent;
    border: 2px solid var(--title-bg);
    color: var(--title-bg);
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-box-shadow: 2px 2px 0 var(--title-bg);
    -moz-box-shadow: 2px 2px 0 var(--title-bg);
    -ms-box-shadow: 2px 2px 0 var(--title-bg);
    box-shadow: 2px 2px 0 var(--title-bg);
}

@media screen and (max-width: 768px) {
    #timeline .timeline-item .timeline-content[b-cxdek3we72] {
        width: 90%;
        float: right;
    }
    #timeline .timeline-item .timeline-content[b-cxdek3we72]:before, #timeline .timeline-item .timeline-content.right[b-cxdek3we72]:before {
        border-right: 7px solid var(--title-bg);
    }
    #timeline .timeline-item .timeline-icon[b-cxdek3we72] {
        left: 0;
    }
    #timeline .timeline-item .timeline-content[b-cxdek3we72] {
        width: 90%;
        float: right;
    }
    #timeline .timeline-item .timeline-content[b-cxdek3we72]:before, #timeline .timeline-item .timeline-content.right[b-cxdek3we72]:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
    }
    #timeline .timeline-item .timeline-icon[b-cxdek3we72] {
        left: 0;
    }
}
