﻿.card-title {
    margin-bottom: var(--bs-card-title-spacer-y) !important;
    color: var(--bs-card-title-color) !important;
}
.timeline {
    --bs-timeline-icon-size: 38px;
    --bs-timeline-icon-space: 0.35rem;
}
    .timeline .timeline-item {
        position: relative;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
    }
    .timeline .timeline-line {
        display: block;
        content: " ";
        justify-content: center;
        position: absolute;
        z-index: 0;
        left: 0;
        top: var(--bs-timeline-icon-size);
        bottom: 0;
        transform: translate(50%);
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: var(--bs-gray-300);
        width: var(--bs-timeline-icon-size);
        margin-top: var(--bs-timeline-icon-space);
        margin-bottom: var(--bs-timeline-icon-space);
    }
    .timeline .timeline-icon {
        flex-shrink: 0;
        z-index: 0 !important;
        margin-right: 1rem;
        width: var(--bs-timeline-icon-size);
        height: var(--bs-timeline-icon-size);
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--bs-gray-300);
        border-radius: 50%;
    }
.ki-duotone {
    font-family: keenicons-duotone !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-flex;
    direction: ltr;
    position: relative;
    display: inline-flex;
    direction: ltr;
    position: relative;
    display: inline-flex;
    direction: ltr;
    position: relative;
    display: inline-flex;
    direction: ltr;
    position: relative;
    display: inline-flex;
    direction: ltr;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ki-duotone, .ki-outline, .ki-solid {
    line-height: 1;
    font-size: 1rem;
    color: var(--bs-text-muted);
}
ki-cd .path1:before {
    content: "\ea8e";
}
.ki-cd .path2:before {
    content: "\ea8f";
    position: absolute;
    left: 0;
    opacity: .3;
}
.bi-geo-alt-fill::before {
    color: lightblue;
}
i.bi, i[class^=fonticon-], i[class*=" fonticon-"], i[class^=fa-], i[class*=" fa-"], i[class^=la-], i[class*=" la-"] {
    font-size: 3rem;   
}
.bi-check-circle-fill::before {
    color: green;
}
.timeline-label .timeline-label {
    width: 50px;
    flex-shrink: 0;
    position: relative;
    color: var(--bs-gray-800);
}

.timeline-label {
    position: relative;
}

    .timeline-label:before {
        content: "";
        position: absolute;
        left: 51px;
        width: 3px;
        top: 0;
        bottom: 0;
        background-color: var(--bs-gray-200);
    }
.bi-exclamation-circle-fill::before {
    color: coral;
}
.bi-x-circle-fill::before {
    color: darkred;
}
.btn-check:checked + .btn.btn-primary, .btn-check:active + .btn.btn-primary, .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:active:not(.btn-active), .btn.btn-primary.active, .btn.btn-primary.show, .show > .btn.btn-primary {
    color: var(--bs-primary-inverse);
    /* border-color: var(--bs-primary-active);*/
    background-color: var(--bs-primary) !important;
}

.btn-check:checked + .btn.btn-danger, .btn-check:active + .btn.btn-danger, .btn.btn-danger:focus:not(.btn-active), .btn.btn-danger:hover:not(.btn-active), .btn.btn-danger:active:not(.btn-active), .btn.btn-danger.active, .btn.btn-danger.show, .show > .btn.btn-danger {
    /* color: var(--bs-danger-inverse);
    background-color: var(--bs-danger-active) !important;*/
    background-color: #f64d76e3 !important;
}
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
.timeline-wrapper {
    position: relative;
    padding: 20px 0;
    border-left: 4px solid #007bff; /* Vertical line for the timeline */
}


.timeline-content {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 10px 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .timeline-content .status {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .timeline-content .location,
    .timeline-content .description,
    .timeline-content .date-time {
        font-size: 0.875rem;
        margin-bottom: 2px;
    }



.timeline-wrapper::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #007bff;
    z-index: 0;
}

.timeline-line {
    background-color: #007bff;  
}

.timeline-icon {
    margin-left: 12px; 
}

.timeline-content {
    margin-left: 40px; 
}

.timeline-content:hover {
    background-color: #f1f1f1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.timeline-item {
    position: relative;
}

    .timeline-item:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 2px;
        margin-bottom: 0.75rem !important;    
        background-color: #ccc; 
        z-index: -1;
    }

.timeline-icon {
    position: absolute;
    z-index: 0 !important;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #007bff;
}

.timeline-content {
    padding-left: 40px; 
}

.accordion-collapse {
    transition: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none; 
}

.accordion-button::after {
    transform: rotate(0deg) !important;
}
.accordion-button.active::after {
    transform: rotate(-180deg) !important;
}





