.SFX_title_1 {
    color: #003e7e;
    font-weight: 600;
    margin-bottom: 3%;
}

.SFX_content_1 {
    font-size: 20px;
    color: #636363;
    font-weight: 300;
    margin-top: 1%;
    margin-bottom: 3%;
}

.SFX_Timeline {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .SFX_Timeline tr td:last-child {
        position: relative;
        vertical-align: middle;
    }


    .SFX_Timeline tr:last-child td {
        padding-left: 30px;
        padding-top: 40px !important;
    }

.SFX_timeline_content {
    color: #464646;
    font-weight: 600;
    margin-left: 30px;
}

.SFX_Timeline_Cirlce {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 3px #377dff;
    background-color: #ffffff;
    color: #377dff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px !important;
    text-align: center;
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
}

.SFX_Timeline tr:first-child {
    margin-top: -15px;
}



.SFX_admin_control {
    text-align: right;
}

.fa-edit {
    font-size: 24px;
    margin-top: 1%;
    margin-bottom: 1%;
}


.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: 0px;
    }

    .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: 0px;
}

.SFX_Timeline tr td {
    padding-top: 30px;
}

@media (max-width: 1040px) {
    .SFX_Timeline {
        position: unset;
    }
}


.SFX_timeline_line {
    position: absolute;
    width: 1px;
    display: block;
    background: #e5e5e5;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
    z-index: -1;
}

    .SFX_timeline_line:after {
        bottom: 0px;
    }

    .SFX_timeline_line::before, .SFX_timeline_line::after {
        content: '';
        background-image: url('/images/Lonpac/GFX_TimelineDOT.svg');
        position: absolute;
        left: -4px;
        width: 9px;
        height: 9px;
        display: block;
    }


@media (max-width:1199px) {

    .SFX_timeline_line {
        margin-left: 30px;
    }
}


.SFX_Timeline tr:last-child td:last-child {
    top: 6px !important;
}


@media (min-width:1041px) {
    .SFX_Timeline tr td:last-child {
        margin-left: -20px !important;
    }
}

.SFX_No_Margin_Right {
    margin-right: 0px !important;
}
