#trackingForm .btn.btn-primary {
    border-radius: 10px 0 0 10px !important;
    padding: 15px !important;
}

@media screen and (max-width: 768px) {
  .order-his .line_item::after, .order-his .line_item::before {
    display: block;
  }
.status-history ul{
    justify-content: unset !important;
}
}
  @media only screen and (max-width: 480px) {
      #module-myrahgiri-trackingcode #content {

  margin: 0 -15px;
}
  .table td, .table th {
    padding: 8px;
  }
}
.cardy{
	padding:15px;
	background:#fff;
	border-radius:10px;
}
#orderInfoContainer .alert {
    border-radius: 10px !important;
    padding: 15px !important;
    margin-bottom: 15px;
}
#trackingForm input {
    padding: 0 10px !important;
    height: 47px !important;
}
.order-products-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}
.order-products-table th, 
.order-products-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: right;
      font-size:13px;
}
.order-products-table th {
    background-color: #f8f9fa;
}
.status-history {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
}