﻿body {
    background: var(--bg-color-primary, white);
}

.container {
    padding-top: 7vw;
}

    .container h1 {
		color: #ff9800;
		font-size: 1rem;
		text-align: center;
		text-transform: uppercase;
    }

    .container h2 {
		font-size: 1.5rem;
		text-align: center;
		font-weight: bold;
    }

.timeline-content h4 {
    padding: 0;
    margin: 0;
	font-size: 1.1rem;
	font-weight: bold;
}

.timeline-content .float-end {
	font-size: 0.9rem;
	line-height: 1em;
}

.timeline-content .driver {
	font-size: 0.9rem;
}

.timeline-content img {
    min-height: 100px;
    max-height: 100px;
}

.timeline-1 {
/*    --bsb-tl-color: var(--bs-gray-400);*/
	--bsb-tl-color: #ff9800;
/*    --bsb-tl-circle-color: var(--bs-gray-300);*/
	--bsb-tl-circle-color: #ff9800;
/*    --bsb-tl-circle-border-color: var(--bs-gray-500);*/
    --bsb-tl-circle-border-color: #ff9800;
    --bsb-tl-indicator-color: var(--bs-white);
    --bsb-tl-circle-size: 16px;
    --bsb-tl-circle-offset: 8px;
    --bsb-tl-circle-border-size: 2px
}

    .timeline-1 .timeline {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative
    }

        .timeline-1 .timeline::after {
            background-color: var(--bsb-tl-color);
            bottom: 0;
            content: "";
            left: 0;
            margin-left: -1px;
            position: absolute;
            top: 0;
            width: 2px
        }
		
	.timeline-1 .bg-success-subtle,
	.timeline-1 .bg-danger-subtle	{
		background-color: #ffffff !important;
	}
	
	.timeline-1 .bg-danger-subtle	{
		border: 2px solid #e30000 !important;
	}

	.timeline-1 .rounded-2 {
		border-width: 2px !important;
		border-radius: 10px !important;
	}
	
	.timeline-1 .card {
		border-width: 2px !important;
		border-radius: 10px !important;
	}
	
	.timeline-1 .card .card-header {
		width: calc(100% + 4px);
		margin: -2px 0 0 -2px;
		color: #000000 !important;
		background-color: #ffffff !important;
		border-radius: 10px 10px 0 0;
	}

	.timeline-1 .card .card-header.text-bg-success {
		border: 2px solid RGBA(var(--bs-success-rgb)) !important;
	}

	.timeline-1 .card .card-header.text-bg-danger {
		border: 2px solid #e30000 !important;
	}
@media(min-width:768px) {
    .timeline-1 .timeline:after {
        left: 33%
    }
}

.timeline-1 .timeline > .timeline-item {
    margin: 0;
    padding: 0;
    position: relative
}

    .timeline-1 .timeline > .timeline-item::after {
        background: var(--bsb-tl-circle-color);
        border: var(--bsb-tl-circle-border-size) solid var(--bsb-tl-circle-border-color);
        border-radius: 50%;
        content: "";
        height: var(--bsb-tl-circle-size);
        left: calc(var(--bsb-tl-circle-offset)*-1);
        position: absolute;
        top: calc(25% - var(--bsb-tl-circle-offset));
        width: var(--bsb-tl-circle-size);
        z-index: 1
    }
    .timeline-1 .timeline > .timeline-item.item-danger::after {
        background: #e30000;
        border-color: #e30000;
	}

.timeline-1 .timeline > .timeline-item-plan:after {
    top: calc(45% - var(--bsb-tl-circle-offset));
}

.timeline-1 .timeline > .timeline-item .timeline-body {
    margin: 0;
    padding: 0;
    position: relative
}

.timeline-1 .timeline > .timeline-item .timeline-meta {
    padding: 0 0 1rem 2.5rem
}

.timeline-1 .timeline > .timeline-item:first-child .timeline-meta {
    padding: 2.5rem 0 1rem 2.5rem
}

.timeline-1 .timeline > .timeline-item .timeline-content {
    padding: 0 0 2.5rem 2.5rem
}

@media(min-width:768px) {
    .timeline-1 .timeline > .timeline-item {
        left: 33%;
        width: 67%
    }

        .timeline-1 .timeline > .timeline-item .timeline-meta {
            display: flex;
            justify-content: flex-end;
            left: -100%;
            margin: 0;
            padding: 0 2.5rem 0 0;
            position: absolute;
            top: calc(25% - 1rem);
            width: 100%;
            z-index: 1
        }

    .timeline-1 .timeline > .timeline-item-plan .timeline-meta {
        top: calc(45% - 1rem);
    }

    .timeline-1 .timeline > .timeline-item:first-child .timeline-meta {
        padding: 0 2.5rem 0 0
    }

    .timeline-1 .timeline > .timeline-item .timeline-content {
        padding: 2.5rem
    }

    .timeline-1 .timeline > .timeline-item .timeline-indicator {
        position: relative
    }

        .timeline-1 .timeline > .timeline-item .timeline-indicator:after {
            border-width: 1px;
            border: 10px solid var(--bsb-tl-indicator-color);
            border-color: transparent var(--bsb-tl-indicator-color) transparent transparent;
            border-left-width: 0;
            content: "";
            left: calc(2.5rem - 10px);
            position: absolute;
            top: calc(50% - var(--bsb-tl-circle-offset));
            z-index: 1
        }
}
