﻿.div_after {
    position: relative;
    display: flex;
    text-align: center;
    width: 1px;
    top: 15px;
    bottom: 100%;
    left: 1px;
    content: "";
    background-color: rgb(221, 221, 221);
    z-index: 1;
}
.TrackingHistoryItem {
    background-color: rgb(221, 221, 221);
    content: "";
    display: block;
    height: 200px;
    left: 1px;
    position: absolute;
    top: 10px;
    width: 1px;
    z-index: 1;
}
.w-4 {
    width: 1rem;
}
.TrackingHistoryPoint, .TrackingStatusCircle {
    position: relative;
    z-index: 2;
}
.img_rastreo {
    position: relative;
    margin: auto;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.profile-pic {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    position: relative;
}

    .profile-pic img {
        width: 100%;
        border-radius: 50%;
    }

.notification {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 2px;
    right: 2px;
    background: #F93B69;
}


.color-overlay {
    padding: 3em 2em;
    box-sizing: border-box;
    background: rgba(123, 94, 155, 0.5);
}

.actionbutton {
    position: absolute;
    background: #F93B69;
    width: 50px;
    height: 50px;
    font-size: 3em;
    font-weight: 300;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -25px;
    right: 20px;
    box-shadow: 0 0 8px #202020;
}

.day-number {
    font-size: 4em;
    display: inline-block;
    margin-right: 15px;
}

.date-right {
    display: inline-block;
}

.day-name {
    font-size: 1.6em;
}

.month {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.6em;
    letter-spacing: 2px;
    margin-top: 2px;
}

.timeline ul {
    padding: 0 0 0 2em;
    margin: 0;
    list-style: none;
    position: relative;
}

    .timeline ul::before {
        content: " ";
        height: 100%;
        width: 1px;
        background-color: #f5f5f5;
        position: absolute;
        top: 0;
        left: 2.5em;
        z-index: -1;
    }

.timeline li div {
    display: inline-block;
    margin: 1em 0;
    vertical-align: top;
}

.timeline .bullet {
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    margin-right: 1em;
}

    .timeline .bullet.pink {
        border: 2px solid #F93B69;
    }

    .timeline .bullet.green {
        border: 2px solid #B0E8E2;
    }

    .timeline .bullet.orange {
        border: 2px solid #EB8B6E;
    }

.timeline .time {
    width: 25%;
    font-size: 0.8em;
    padding-top: 0.25em;
}

.timeline .desc {
    width: 50%;
}

.timeline .L3 {
    font-size: 1em;
    font-weight: 500;
    margin: 0;
    color: #000000;
}
.timeline .L2 {
    font-size: 0.9em;
    font-weight: 300;
    margin: 0;
    color: #808080;
}

.timeline .L4 {
    margin: 0;
    font-size: 0.8em;
    font-weight: 300;
    color: #808080;
}

.timeline .people img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.credits, .video {
    position: absolute;
    bottom: 10px;
    color: #808080;
    font-size: 100%;
    text-decoration: underline;
}

.credits {
    left: 10px;
}

.video {
    right: 10px;
}


.form__md {
    height: 2rem !important;
}
.h-100 {
    height: 100% !important;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.quoter-input--mh {
    min-height: 52px;
}
.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}






