.checkpoints-list .columns:not(:last-child) .column.is-narrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    bottom: -0.7rem;
    background: linear-gradient(180deg,hsla(0,0%,86.7%,.2) 0,hsla(0,0%,86.7%,.8) 10%,#ddd 15%,#ddd 85%,hsla(0,0%,86.7%,.8) 90%,hsla(0,0%,86.7%,.2));
    z-index: 0;
}

.checkpoints-list {
    position: relative;
}
.checkpoint-list-item {
    display: flex;
}
.checkpoint-list-item .column.is-narrow a {
    display: flex;
}
.checkpoint-list-item .column.is-narrow a svg {
    box-shadow: 1px 1px 1px 1px;
}
ul {
    list-style: none;
}
.columns:not(:last-child) {
    margin-bottom: .8rem;
}
.columns {
    margin-left: -.7rem;
    margin-right: -.7rem;
    margin-top: -.7rem;
}
.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .7rem;
}
.column.is-narrow {
    width: 42px;
    flex: none;
    position: relative;
    z-index: 1;
}
.tracking-icon {
    height: 20px;
    width: 20px;
    display: flex;
    z-index: 1;
}
.column.text-right {
    width: 15%;
    flex: none;
    min-width: 100px;
}
.status {
    box-shadow: 0 0 0 6px #dbdbdb;
    border-radius: 50%;
    display: flex;
}
.status.green {
    box-shadow: 0 0 0 6px #3db39e52;
}
.status.orange {
    box-shadow: 0 0 0 6px #f5a55152;
}
.status.red {
    box-shadow: 0 0 0 6px #d2675952;
}
.status.purple {
    box-shadow: 0 0 0 6px #b789c752;
}
.status.blue {
    box-shadow: 0 0 0 6px #65aee052;
}
.status.darrk-blue {
    box-shadow: 0 0 0 6px #21497752;
}
.social-btn {
    border-radius: 50% !important;
    color: #4867aa;
}
.social-btn:not(.feather) {
    fill: #4867aa;
}
.social-btn:hover:not(.feather) {
    fill: #dc3545;
}
.progress {
    background: #ffffff;
}
.progress-bar {
    margin: 0px;
    position: relative;
    border-radius: 0px;

    background: #e9ecef;
    box-shadow: none;
}

.progress-bar.filled {
    background: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.pending .progress-bar.filled {
    background: #f5a551;
}
.in_transit .progress-bar.filled {
    background: #428bca;
}
.delivered .progress-bar.filled {
    background: #3db39e;
}
.cancelled .progress-bar.filled, exception.progress-bar.filled {
    background: #d26759;
}

.pending .progress-bar.filled:after, .pending .progress-bar.filled:before {
    border-bottom-color: #f5a551 !important;
    border-top-color: #f5a551 !important;
}

.in_transit .progress-bar.filled:after, .in_transit .progress-bar.filled:before {
    border-bottom-color: #428bca !important;
    border-top-color: #428bca !important;
}

.delivered .progress-bar.filled:after, .delivered .progress-bar.filled:before {
    border-bottom-color: #3db39e !important;
    border-top-color: #3db39e !important;
}

.cancelled .progress-bar.filled:after, .cancelled .progress-bar.filled:before {
    border-bottom-color: #d26759 !important;
    border-top-color: #d26759 !important;
}

.progress-bar:not(:first-child) {
    margin-left: 20px;
}

.progress-bar:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-bottom: solid 0px #e9ecef;
    border-top: solid 16px #e9ecef;
    border-right: solid 10px transparent;
}

.progress-bar:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-bottom: solid 16px #e9ecef;
    border-top: solid 0px #e9ecef;
    border-left: solid 10px transparent;
}

.progress-bar.filled:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-bottom: solid 0px #428bca;
    border-top: solid 16px #428bca;
    border-right: solid 10px transparent;
}
.progress-bar.filled:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-bottom: solid 16px #428bca;
    border-top: solid 0px #428bca;
    border-left: solid 10px transparent;
}

.support-url span:not(:first-child) {
    border-left: solid 2px #a9a9a9;
}

.language-container {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.language-btn {
    cursor: pointer;
    padding: 5px 15px;
    background: #ffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 1px 2px rgba(0, 0, 0, .23);
    border-radius: 20px;
    color: #e55e00;
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.section-container {
 border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
 background: rgb(13, 108, 182)
}

@media (min-width: 768px) {
    .section-container {
        border-radius: 0.5rem 0px 0px 0.5rem;   
    }
}

@media (min-width: 576px) {
    .section-container {
        border-radius: 0.5rem 0px 0px 0.5rem;   
    }
}

.btn-tracking-theme {
    background-color: #db5027;
    border-color: #db5027;
    border-radius: 50px;
    padding: 5px 55px;
    font-size: 1.2rem;
    color: #ffffff;
    width: 240px;
}
.btn-tracking-theme:hover {
    background-color: #cd4727;
    border-color: #cd4727;
}
.highlighted {
    font-weight: bold;
    color: #db5027;
}
.shipment-not-found {
	background: url('/images/shipment-not-found-bg.png') right no-repeat;
	background-size: cover;
	background-position-y: bottom;
}
