.shipment-toggle[data-v-19c9d02c] {
  background-color: white;
  padding: 20px 30px;
  color: black;
  font-weight: 500;
  font-size: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 1.5rem rgba(120, 130, 140, 0.13);
  cursor: pointer;
}
.collapse.show .card[data-v-19c9d02c] {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card[data-v-19c9d02c], .card-body .accordion .card[data-v-19c9d02c]:hover {
  box-shadow: 0px 10px 10px 0 rgba(119, 119, 119, 0.1);
}
.shipments-number[data-v-19c9d02c] {
  padding: 5px 10px;
  color: white;
  border-radius: 15px;
  height: 30px;
  width: 60px;
}
.shipments-number.black[data-v-19c9d02c] {
  background-color: #000000;
}
.shipments-number.yellow[data-v-19c9d02c] {
  background-color: #FFBA00;
}
.shipments-number.green[data-v-19c9d02c] {
  background-color: #6DC860;
}
.shipments-number.red[data-v-19c9d02c] {
  background-color: #E23420;
}
table[data-v-19c9d02c] {
  width: 100%;
  border-collapse: collapse;
}
table td[data-v-19c9d02c], table th[data-v-19c9d02c] {
  border: 1px solid #D8D8DA;
  padding: 10px;
}
table tr td[data-v-19c9d02c] {
  color: #6e7072;
}
table tr td[data-v-19c9d02c]:first-child {
  color: #291B1C !important;
  font-weight: 400 !important;
}
table tr[data-v-19c9d02c]:not(:last-child) {
  box-shadow: none !important;
}
table tr:not(:last-child) td[data-v-19c9d02c] {
  padding: 10px !important;
  border: 1px solid #D8D8DA !important;
}
table tr:not(:last-child) td[data-v-19c9d02c]:first-child {
  color: #291B1C !important;
  font-weight: 400 !important;
}
table tr th[data-v-19c9d02c] {
  font-weight: 600;
  color: #291B1C;
}
@media screen and (max-width: 768px) {
table[data-v-19c9d02c] {
    display: flex;
    flex-direction: row;
}
table tr[data-v-19c9d02c] {
    display: flex;
    flex-direction: column;
}
table td[data-v-19c9d02c], table th[data-v-19c9d02c] {
    height: 6rem;
    border-radius: 0px !important;
}
}
.card-body[data-v-19c9d02c] {
  padding-top: 10px;
}
