.up-consignee-full {
    width: 100%;
    margin-bottom: 45px;
}

.up-timeline::before,
.up-timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    top: 8px;
    left: 11px;
}

.up-timeline::before {
    height: 86%;
    background: #d9d9d9;
    z-index: -2;
}

.up-timeline::after {
    height: 0;
    background: #4bae4f;
    animation: progress 5s linear 2s infinite normal forwards;
    z-index: -1;
}

@keyframes progress {
    from {
        height: 0;
    }

    to {
        height: 86%;
    }
}

.up-timeline li {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #252525;
    margin-bottom: 15px;
    position: relative;
}

.up-timeline li::before {
    content: url(../images/icons/green-tick.png);
    position: absolute;
    top: 3px;
    left: -28px;
    width: 18px;
    height: 18px;
}

.up-consignee-table {
    width: 100%;
    padding: 25px;
    background: #FFF;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 5px;
}

.up-consignee-table .logo {
    width: 135px;
    height: 45px;
    display: block;
    margin-bottom: 10px;
}

.up-consignee-table .logo img {
    width: 100%;
    height: 100%;
}

.up-consignee-table .title-love {
    font-size: 20px;
    line-height: 26px;
    color: #252525;
}

.up-consignee-table .title-love span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #7166CD;
    margin-left: 5px;
}

.up-consignee-table .title-love-desc {
    width: 85%;
    font-size: 16px;
    color: #252525;
}

.up-consignee-table table thead tr {
    background: #F3F7FA;
}

.up-consignee-table table thead tr th {
    font-weight: 700;
    font-size: 16px;
    color: #252525;
    padding: 10px 15px;
}

.up-consignee-table table thead tr th.th-cons {
    color: #FF9100;
}

.up-consignee-table table thead tr th:first-child {
    border-radius: 5px 0 0 5px;
}

.up-consignee-table table thead tr th:last-child {
    border-radius: 0 5px 5px 0;
}

.up-consignee-table table tbody tr td {
    font-size: 14px;
    color: #2e2e2e;
    padding: 7px 15px;
    font-weight: 500;
}

.up-consignee-table table tfoot tr td .up-btn {
    width: 100%;
    margin: 20px 0 0;
    height: 45px;
    background: #7166CD;
    border-radius: 5px;
    color: #fff;
}

/*******/
#upgrade-consignee .modal-dialog {
    max-width: 575px;
}

.unlocked {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.unlocked img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.upgrade-unlock .title-love {
    line-height: 42px;
    text-align: center;
    color: #252525;
}

.upgrade-unlock p {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

.upgrade-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-back {
    width: 42%;
    background: transparent;
}

.btn-convert {
    width: 55%;
    background: #7166CD;
    color: #fff;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .up-consignee-table table thead tr th,
    .up-consignee-table table tbody tr td {
        font-size: 14px;
        padding: 10px;
    }

}

@media (max-width: 575px) {
    .up-consignee-full{
        margin: 0;
    }
    .up-consignee-full .col-xs-12 {
        padding: 0;
    }
    .up-consignee-table {
        padding: 20px;
    }
    .up-consignee-table .title-love-desc {
        width: 100%;
    }
    .up-consignee-table table thead tr th {
        font-size: 13px;
        padding: 10px;
    }
    .up-consignee-table table tbody tr td {
        font-size: 12px;
        padding: 7px;
    }
}