.origin-name {
    color: #1A3E58;
    font-size: 16px;
    font-weight: 500;
}

.timeline {
    display: grid;
    grid-auto-rows: min-content;
    overflow: auto;
}

.timeline-progress {
    position: relative;
}

.timeline-tick {
    position: absolute;
    top: 6px;
    cursor: pointer;
}

.timeline-phase1 {
    left: 12%;
}

.timeline-phase2 {
    left: 37%;
}

.timeline-phase3 {
    left: 62%;
}

.timeline-phase4 {
    left: 87.5%;
}

.bg-bluegreen {
    background-color: #7FCCC8 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.timeline-gap {
    flex: 0.12;
}



/**********************/

.new-timeline {
    min-width: 1736px;
    max-width: 1736px;
    margin-left: auto;
    margin-right: auto;
}

.new-timeline-table {
    width: 100%;
}

.first-block-spacer {
    width: 10%;
}

.even-box {
    width: 22.5%;
}

.phase-box {
    width: fit-content;
}

.origin-switch {
    padding-left: 25px;
}

.origin-tab {
    font-size: 12px;
    font-weight: 500;
    border-radius: 12px 12px 0px 0 !important;
    color: #1A3E58;
    border: 1px solid #1A3E58;
    background-color: #ffffff;
    padding: 10px 25px;
    text-transform: uppercase;
    cursor: auto;
}

.activeTab {
    background-color: #1A3E58 !important;
    color: #ffffff !important;
}

.mobile-origin {
    display: flex;
}

@media only screen and (max-width: 600px) {
    .first-block-spacer {
        display: none;
    }

    .mobile-origin {
        display: flex;
    }

    .new-timeline {
        min-width: 1000px;
        max-width: 1000px;
    }
}

@media only screen and (min-width: 600px) {
    .first-block-spacer {
        display: none;
    }

    .mobile-origin {
        display: flex;
    }

    .new-timeline {
        min-width: 1000px;
        max-width: 1000px;
    }
}

@media only screen and (min-width: 768px) {
    .first-block-spacer {
        display: table-cell;
    }

    .mobile-origin {
        display: none;
    }

    .new-timeline {
        min-width: 1236px;
        max-width: 1236px;
    }
}

@media only screen and (min-width: 992px) {
    .first-block-spacer {
        display: table-cell;
    }

    .mobile-origin {
        display: none;
    }

    .new-timeline {
        min-width: 1236px;
        max-width: 1236px;
    }
}

@media only screen and (min-width: 1200px) {
    .first-block-spacer {
        display: table-cell;
    }

    .mobile-origin {
        display: none;
    }

    .new-timeline {
        min-width: 1436px;
        max-width: 1436px;
    }
}

@media only screen and (min-width: 1400px) {
    .first-block-spacer {
        display: table-cell;
    }

    .mobile-origin {
        display: none;
    }
    
    .new-timeline {
        min-width: 1736px;
        max-width: 1736px;
    }
}