/* Orders table */

#track_form span:not(:first-child) {
    text-align: left;
    width: 100%;
}

#track_form span:not(:first-child):lang(ar) {
    line-height: 30px;
    text-align: right;
    width: 100%;

}

/* Disable input type number increment */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.download-link {
    color: #f65764;
}

.download-link:hover {
    color: #f65764;
}

.flat-table td {
    color: #393939;
}

.order-info span {
    font-weight: 400;
    text-transform: capitalize;
}