.box {
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  width: 65%;
}
.nocarparked{
  background-color: rgb(216, 216, 216);
  height: 61px;
}

.reservedforspecificcars, .deletedSpace{
  height: 61px;
}

.deletedSpace{
  width: 65%;
}

.parkedcar {
  max-height: 10vh;
  width: 85%;
}
.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 73px);
}

.table td, .table th {
  padding: 0.3rem; 
  font-size: 0.875rem; 
}

.cursor-pointer {
  cursor: pointer;
}

.receipt-container { width: 80%; margin: auto; padding: 20px; border: 1px solid #ccc; }
.receipt-header { text-align: center; margin-bottom: 20px; }
.receipt-details { margin-bottom: 20px; }
.receipt-details div { margin-bottom: 5px; }
