/* Track-ShipmentPageCss-Start */
.track-page {
    margin-top: 30px;
   /*background-image:url("../../images/back.jpg");*/
}

    .track-page h3 {
        margin-bottom: 5px;
    }

    .track-page hr {
        margin-top: 0px;
    }

.track-border {
    border: 1px solid #ddd;
}

.track-left {
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .track-left p {
        /* padding: 20px 10px; */
    }

.track-right {
    border-left: 1px solid #ddd;
    padding: 20px 10px;
}

    .track-right input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
    }

        .track-right input::placeholder {
            font-size: 14px;
            letter-spacing: 1px;
            color: #ddd;
        }

    .track-right p {
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

.track-btn .btn {
    outline: none;
    border: none;
    border: 2px solid #f15a22;
    color: #f15a22;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    /* border-radius: 20px; */
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    letter-spacing: 1px;
}

    .track-btn .btn:hover {
        color: #fff;
        background-color: #f15a22;
    }

.packet-status h6,
.packet-history h6 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.packet-status table tr td {
    width: 100%;
    font-weight:600;
}

.packet-status table tr td,
.packet-status table tr th,
.packet-history table tr td,
.packet-history table tr th {
    padding: 5px;
    font-size: 12px;
    font-weight:600;
}

    .packet-history table tr td:first-child {
        white-space: nowrap;
    }

.packet-history table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffc1074a !important;
}

.track-top {
    padding: 5px 15px;
    background: #eee;
    margin-left: -15px;
    margin-right: -15px;
}

    .track-top a {
        text-decoration: none;
        background: #f15a22;
        color: #fff;
        padding: 5px 12px;
        border-radius: .25rem;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
    }

        .track-top a:hover {
            text-decoration: none;
            color: #fff;
        }

    .track-top ul {
        padding-left: 0px;
        display: inline-block;
        margin-bottom: 0px;
    }

        .track-top ul li {
            list-style: none;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            margin-left: 20px;
        }

            .track-top ul li span.bold-text {
                font-weight: 800;
            }

    .track-top .toggle-point {
        display: inline-block;
        float: right;
        cursor: pointer;
        line-height: 30px;
    }

#header {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
    .track-right {
        border-left: none;
    }
}

@media screen and (max-width: 474px) {
    .track-top .toggle-point {
        position: absolute;
        right: 15px;
    }

    .track-top ul li {
        margin-left: 0px;
        margin-right: 20px;
    }
}

.site_title1 {
    position: relative;
}

.backgroundbg {
    background-image: url("../../../Assets/images/login-bgnew1.jpg?v=1.2");
    background-size: cover;
}

.track-border {
    border: 1px solid #ddd;
    background-color: #fffdfcb5;
}

h3.purple-text {
    color: white;
}

.table {
    font-weight:400 !important;
}
h4.purple-text {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 1rem;
}
 th, td {
    font-size: 18px;
  }