
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4C4B4B;
    border-color: #4C4B4B;
}

.track-delivery th{
    background-color: #f6f6f6;
}

.track-delivery a{
    color: #000000;
}

.track-delivery .field-title{
    color: #000000;
    font-family: "GothamRoundedBook", serif;
    font-size: 15px;
    padding: 20px 0;
}

.track-delivery .btn-view{
    background-color: #ff6900;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 2rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: unset;
}

.track-delivery .custom-invalid{
    position: absolute;
    bottom: -20px;
}

.track-delivery .vertical-middle{
    vertical-align: middle !important;
}

.track-delivery .sendthat-form-group{
    position: relative;
}

.track-delivery .input-icon{
    position: absolute;
    left: 8px;
    color: #b5b5b5;
}

.track-delivery .input-text-icon{
    padding-left: 30px;
}

.track-delivery .height-5{
    height: 50px;
}

.track-delivery .width-300{
    width: 300px !important;
}

.track-delivery .width-400{
    width: 400px !important;
}

.track-delivery .field-placeholder{
    font-weight: normal;
    font-family: "GothamRoundedBook", serif;
    color: #333333;
    font-size: 15px;
}

.track-delivery .header-title{
    font-family: GothamRoundedBold, sans-serif;
    font-size: 32px;
    color: #4c4b4b;
}

.track-delivery .header-sub-title{
    font-family: GothamRoundedMedium, sans-serif;
    font-size: 22px;
    color: #4c4b4b;
}

.track-delivery .bg-gray{
    padding-bottom: 3rem !important;
}

.track-delivery .field-label{
    font-size: 15px;
    font-family: "GothamRoundedBold", serif;
    color: #4c4b4b;
}

.track-delivery .font-15{
    font-size: 15px !important;
}

