.omg-courier-header-form-tracking--input {
    width: 100%;
    height: 46px;
    border-radius: 8px;
}
.omg-track-form-try-number a {
    color: #14296e;
    text-decoration: none;
}
.omg-courier-search {
    margin-bottom: 1rem;
}
.omg-courier-search input {
    height: 52px;
    border-radius: 8px;
    padding-left: 1rem;
}
.couriers-azx {
    text-align: center;
}
.logo-couriers img{
    width: 80px;
    height: auto;
    margin: auto;
    display: block;
}
.couriers-azx h1 {
    font-size: 25px;
    font-weight: 600;
}
.courier-details-tracking {
    max-width: 40%;
    margin: auto;
    display: block;
    margin-top: 20px;
}
.courier-details-contact-text a {
    font-size: 18px;
    margin-left: 10px;
}
.courier-details-contact-img {
    font-size: 18px;
}
.courier-details-contact-img img{
    margin-right: 10px;
}
.btn-track {
    border-radius: 8px;
    background: linear-gradient( 225.13deg, #034d8f 0%, #111161 77.53%, #2f165b 97.52% );
    color: #fff;
    font-size: 16px;
    border: none;
    width: 95px;
    display: inline-block;
    text-align: center;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
}
.omg-courier-search {
    margin-bottom: 1rem;
}
.omg-courier-search input {
    height: 52px;
    border-radius: 8px;
    padding-left: 1rem;
}
#myTable {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    grid-gap: 15px;
}
.dvtrackother {
    margin-top: 30px;
    text-align: center;
}
.tm-product-box {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    width: 100%;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 40px;
}
.tm-product-item {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 32px 24px;
    border-radius: 24px;
    border: 1px solid #13182B;
    background: linear-gradient(0deg, #ffffff00, #ffffff00), linear-gradient(225.13deg, #034D8F 0%, #111161 77.53%, #2F165B 97.52%);
    color: #fff;
}
.tm-product-article {
    background-color: transparent !important;
    color: #fff;
}
.tm-product-item-icon-box {
    display: flex;
    align-items: center;
    background-color: transparent !important;
    margin-bottom: 16px;
}
.tm-product-item-icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    background-color: transparent !important;
}
.tm-product-item-icon .sc_track {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.tm-product-item-title {
    color: #FFF;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-left: 10px;
}
.tm-product-content-box {
    background-color: transparent !important;
    margin: 16px 0;
}
.tm-product-item-h2 {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    background-color: transparent;
    color: #fff;
}
.tm-product-item-subtitle {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0 0 0;
    background-color: transparent;
}
.tm-product-item-link {
    text-decoration: none;
    color: #FFFFFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.gutters-item {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 0 solid transparent;
    cursor: pointer;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    padding: 10px;
}
.omg-courier-list-item--logo {
    width: 50px;
    height: 50px;
}
.omg-courier-list-item--name {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
    text-transform: uppercase;
}
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pagination.pagination-sm {
    width: 100%;
    display: flex;
    text-align: center;
}
.page-item {
    padding: 10px;
}
.page-item .page-link {
    border: none;
    padding: 2px 10px;
    border-radius: 50px !important;
    color: #14296e;
    cursor: pointer;
}
.page-item.active a {
    border-color: #14296e;
    background-color: #14296e;
    color: #fff;
}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #myTable {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tm-product-box {
    flex-wrap: wrap;
    gap: 20px;
    column-gap: 0px;
    }
    .omg-courier-list-item--name {
    white-space: normal !important;
    font-size: 13px !important;
    display: inline-block;
    margin-left: 0px !important;
    }
    .omg-courier-list-image {
        margin-right: 10px;
    }
    span.cat_name {
        white-space: break-spaces;
        margin-left: 0px !important;
    }
    .right-omg-courier {
        width: calc(100% - 50px);
    }
    .courier-details-tracking {
        max-width: 100%;
    }
}
