/* ================================
   Typography & Content
================================ */
.SFX_title_1 {
    color: #003e7e;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.SFX_content_1 {
    font-size: 20px;
    color: #636363;
    font-weight: 300;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.SFX_timeline1_content {
    color: #464646;
    font-weight: 600;
    margin-left: 30px;
}

/* ================================
   Timeline Layout
================================ */
.SFX_Timeline1 {
    position: relative;
    margin: 30px 0;
    margin-top: 50px;
}

.timeline1-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.timeline1-col {
    display: flex;
    align-items: center;
}

.timeline1-circle {
    flex: 0 0 60px;
    display: flex;
    justify-content: center;
    position: relative;
}

.timeline1-content {
    flex: 1;
}

/* Timeline Circle */
.SFX_Timeline1_Circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 3px #377dff;
    background-color: #ffffff;
    color: #377dff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

/* Timeline Line */
.SFX_timeline1_line {
    position: absolute;
    left: 42px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e5e5e5;
    z-index: -1;
    margin-bottom: 40px;
    margin-top: -50px;
}

    .SFX_timeline1_line::before,
    .SFX_timeline1_line::after {
        content: '';
        background-image: url('/images/Lonpac/GFX_TimelineDOT.svg');
        position: absolute;
        left: -4px;
        width: 9px;
        height: 9px;
        display: block;
    }

    .SFX_timeline1_line::before {
        top: 0;
    }

    .SFX_timeline1_line::after {
        bottom: 0;
    }

/* End Dot */
.end-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #377dff;
    margin-left: 27px; /* aligns with line */
    margin-top: 10px;
}

/* ================================
   Controls / Icons
================================ */
.SFX_admin_control {
    text-align: right;
}

.fa-edit {
    font-size: 24px;
    margin: 0.25rem 0;
}

/* ================================
   Pills Navigation
================================ */
.SFX_Search_Pills {
    margin: auto;
    width: fit-content;
}

    .SFX_Search_Pills > li > a {
        padding: 25px 100px;
        background: #e5e5e5;
        color: #868686;
        font-size: 16px;
        font-weight: 500;
        border-radius: 0;
    }

    .SFX_Search_Pills > li:first-child > a {
        border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
    }

    .SFX_Search_Pills > li:last-child > a {
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

.nav-pills > li + li {
    margin-left: 0;
}

/* ================================
   Responsive Adjustments
================================ */
@media (max-width: 1040px) {
    .SFX_Timeline1 {
        position: unset;
    }
}

.SFX_No_Margin_Right {
    margin-right: 0 !important;
}

@media (max-width: 767px) {
    .container-timeline1.container {
        width: calc(100% - 50px);
    }
}
