/* _content/PetroSkillsAbilityWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-imf5yvcu2y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-imf5yvcu2y] {
    flex: 1;
}

#blazor-error-ui[b-imf5yvcu2y] {
    background: #f8ab7e;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-imf5yvcu2y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PetroSkillsAbilityWebsite/Components/Pages/SoftwareHistory.razor.rz.scp.css */
/* Timeline CSS:*/

.ul-timeline[b-ogo67qxcu7]{
    margin-bottom: 0px;
    font-size: 1.125em;
}
.timeline[b-ogo67qxcu7] {
    position: relative;
    margin: 0 auto;
}

.timeline-background[b-ogo67qxcu7] {
    /*background-image: url('images/background1.jpg');
    background-size: cover;*/
    /* background-color: color-mix(in oklab, #1a2661 100%, transparent);*/
    background-color: rgba(24, 101, 165, 0.18); /* fallback */
    background-color: color-mix(in oklab, #1865a5 18%, transparent);
}

.timeline ul li[b-ogo67qxcu7] {
    margin-bottom: 50px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .timeline ul li:last-child[b-ogo67qxcu7] {
        margin-bottom: 0px !important;
    }

.point[b-ogo67qxcu7] {
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #1865a5; /* fallback */
    background-color: color-mix(in oklab, #1865a5 100%, transparent); /*#04BFFB;*/ /*#be9fe1*/
    border-radius: 100%;
    z-index: 2;
    border: 3px #1865a5 solid; /*3px #04BFFB solid;*/
    position: relative;
    top: 5px;
}

.point-ring[b-ogo67qxcu7] {
    min-width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 2;
    border: 3px #1865a5 solid; /*#04BFFB solid;*/
    position: relative;
    /* for some reason, our point needs to be shifted right by 15px. */
    right: 14px;
}

.timeline ul li:nth-child(odd) .point .point-line[b-ogo67qxcu7] {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #263473; /*white;*/
    position: absolute;
    top: 45%;
    right: 17px;
}

.timeline ul li:nth-child(even) .point .point-line[b-ogo67qxcu7] {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #263473; /*white;*/
    position: absolute;
    top: 45%;
    left: 17px;
}

    .timeline ul li:nth-child(even) .point .point-line[b-ogo67qxcu7]::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #263473; /*white;*/ /*#be9fe1*/
        border-radius: 100%;
        z-index: 2;
        border: 3px #263473 solid;
        /*white solid;*/
        top: -3px;
        right: -6px;
    }

.timeline ul li:nth-child(odd) .point .point-line[b-ogo67qxcu7]::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #263473; /*white;*/ /*#be9fe1*/
    border-radius: 100%;
    z-index: 2;
    border: 3px #263473 solid; /*white;*/
    /*white solid;*/
    top: -3px;
    left: -6px;
}

.timeline ul li .content[b-ogo67qxcu7] {
    width: 50%;
    padding: 0 20px;
}

.timeline ul li:nth-child(odd) .content[b-ogo67qxcu7] {
    padding-left: 0;
}

.timeline ul li:nth-child(odd) .date[b-ogo67qxcu7] {
    padding-right: 0;
}

.timeline ul li:nth-child(even) .content[b-ogo67qxcu7] {
    padding-right: 0;
}

.timeline ul li:nth-child(even) .date[b-ogo67qxcu7] {
    padding-left: 0;
}

.timeline ul li .date[b-ogo67qxcu7] {
    width: 50%;
    padding: 0 20px;
    font-weight: normal;
}
    /* this is the event date*/

    .timeline ul li .date h4[b-ogo67qxcu7] {
        /* background-color: #e1ccec;*/
        width: 200px;
        text-align: center;
        padding: 5px 10px;
        border-radius: 10px;
        color: #263471; /*#005896;*/ /*#f36e20;*/
    }

/* this is the event title*/
.timeline ul li .content h3[b-ogo67qxcu7] {
    padding: 10px 20px;
    /* background-color: #be9fe1;*/
    margin-bottom: 0;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #080a44; /*#263473;*/ /*white;*/
}



/* this is the event text*/
.timeline ul li .content p[b-ogo67qxcu7] {
    padding: 10px 30px;
    /* background-color: #e1d9ec;*/
    margin-top: 0;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #263473;/*white;*/
}

.timeline ul li:nth-child(even)[b-ogo67qxcu7] {
    flex-direction: row-reverse;
}

    .timeline ul li:nth-child(even) .date h4[b-ogo67qxcu7] {
        float: right
    }

.timeline[b-ogo67qxcu7]::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    left: 50%;
    background-color: #263473;/*#3d5aF1;*/ /* #333333*/
}


.ability-logo[b-ogo67qxcu7] {
    width: 126px;
    height: 126px;
    background: #F8F8F9;
    border-radius: 9999px;
    z-index: 5;
    position: relative;
    top: -62px;
}

    .ability-logo img[b-ogo67qxcu7] {
        padding-left: 18px;
        padding-top: 18px;
    }

.content > h3[b-ogo67qxcu7]{
    font-weight: 800;
}

.content > p[b-ogo67qxcu7]{
    font-weight: 700;
}

.date > h4[b-ogo67qxcu7] {
    font-weight: 900;
}
