.notifia:hover{
    color:red;
}
.opacity-100{
    opacity: 1;
}
.opacity-50{
    opacity: 0.5;
}
.text-title {
    font-weight: bold;
    color: black
}

.progress-bar-track .item .sub-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
}

.progress-bar-track {
    max-width: 360px;
    position: relative;
}

.progress-bar-track .item {
    margin-bottom: 36px;
    padding: 16px 20px 16px 50px;
    position: relative;
    z-index: 2;
}

/* .progress-bar-track::after {
    background-color: #21235b;
    height: 100%;
} */

.progress-bar-track::before,
.progress-bar-track::after {
    position: absolute;
    content: "";
    background-color: #e3e3e3;
    width: 14px;
    border-radius: 14px;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background-repeat: no-repeat;
}

.progress-bar-track .item::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    left: 3px;
    top: 20px;
}

.progress-bar-track::after {
    background-color: black;
    height: 100%;
}

.history-go {
    background-color: #fff;
    padding: 30px 0;
}

.history-go__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.history-go .history-content {
    border-top: 1px solid #f2f2f2;
}

.history-go .history-content .item {
    padding: 20px 10px;
    margin: 0;
    background-color: #fafafa;
    overflow: hidden;
}
@media (max-width: 768px){
    .history-go .history-content .item div {
         font-size: 12px !important;
    }
    .card-body {padding:0!important}
    .head{padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x) !important;}
}
.history-go .history-content .item div {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    position: relative;
}

.history-go .history-content .item .line {
    display: inline-block;
    margin: 0 20px;
    width: 2px;
}

.history-go .history-content .item:first-child .line::before {
    top: 8px;
}

.history-go .history-content .item .line::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 62px;
    border: 1px solid #817f7f;
    height: 1000%;
}

.history-go .history-content .item .line::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 60px;
    width: 6px;
    background-color: #333;
    border-radius: 50%;
    height: 6px;
}

.history-go .history-content .item:nth-child(2n+2) {
    background-color: #fff;
}

.min-with-td {
    min-width: 250px;
}

.progress-bar-track .last-item::after {
    content: "";
    background-image: url('https://ksnpost.vn/_nuxt/img/line-end.7276e53.png');
    background-size: cover;
    background-position: left bottom;
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    left: -36px;
    bottom: 0;
    z-index: 2;
}

.progress-bar-track.full::after {
    height: 100%;
}


/* .progress-bar-track::after {
    background-color: #21235b;
    height: 100%;
}

.progress-bar-track::before, .progress-bar-track::after {
    position: absolute;
    content: "";
    background-color: #e3e3e3;
    width: 14px;
    border-radius: 14px;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background-repeat: no-repeat;
} */
.progress-bar-track .item.last-item {
    background: linear-gradient(270deg, #F5F5F5 80.79%, rgba(245, 245, 245, 0) 102.05%);
    border-radius: 0px 20px 30px 0px;
    z-index: 0;
}
.progress-bar-track .last-item {
    position: relative;
    z-index: 4 !important;
    margin-left: 14px;
}

table td.Packet_crossed__1wZyO {
    background-image: linear-gradient(to top right, transparent calc(50% - 1px), black, transparent calc(50% + 1px));
    font-size: 12px;
}


.item-end {
    margin-left: 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}