﻿ 
#app {
    height:30px;
    z-index:1;
    padding-top:2px;
    padding: 50px 0;
    padding-right:13px;
    position:relative;
    top:-160px;
    
}
.TimelineContainer{
    height:100px;
}
.timeline {
    margin: 50px 0;
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
 
}

    .timeline li {
        transition: all 200ms ease-in;
    }

.timestamp {
    width: 90px;
    margin-bottom: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #e5e5e5;
    position: relative;
    transition: all 200ms ease-in;
    font-size: 14px;
    font-family: 'Sailec-regular';
}

    .status span {
        font-weight: 600;
        padding-top: 20px;
        color: #535353;
    }

        .status span:before {
            content: '';
            width: 25px;
            height: 25px;
            background-color: #CF6955;
            border-radius: 25px;
            border: 3px solid #e5e5e5;
            position: absolute;
            top: -15px;
            left: 42%;
            transition: all 200ms ease-in;
        }

.swiper-control {
    text-align: right;
}

.swiper-container {
    width: 100%;
    height: 250px;
    margin: 50px 0;
    overflow: hidden;
    padding: 0 20px 30px 20px;
}

.swiper-slide {
    font-family: 'Sailec-regular';
    width: 200px;
    text-align: center;
    font-size: 14px;
}

    .swiper-slide:nth-child(2n) {
        width: 40%;
    }

    .swiper-slide:nth-child(3n) {
        width: 20%;
    }