a.sidebar-brand img {
  width: 100px;
}
.sidebar-brand {
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 11px 0px;
  text-align: center;
  background: #ffffff;}

.card-dash {
  /* box-shadow: 0 0 .875rem 0 rgba(41, 48, 66, .05); */
  margin-bottom: 24px;
  border: 1px solid #2930425e;
}
.card-dash .card-body {
  padding: 15px 10px;
}
.card-dash .card-content h3 {
  font-size: 20px;
  /* color: #293042; */
}
.card-dash .card-content p {
  font-size: 14px;
  font-weight: 400;
  /* color: #293042  ; */
}
.responsive-table th {
  /* white-space: nowrap; */
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 2px;
}

.responsive-table td {
  /* white-space: nowrap; */
}

.vertical {
  filter: flipv fliph;
  height: 180px;
  text-align: center;
  vertical-align: middle;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  margin: 0 0 0 7px;
}
.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.map-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}
th {
  border: 1px solid #ddd;
  padding: 8px 10px;
  /* white-space: nowrap; */
  font-weight: 500;
  color: #000;
}
td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  /* white-space: nowrap; */
  font-size: 12px;
}
/* second example using flex*/
.line2 {
  margin: 0 0 1em;
  color: var(--bs-heading-color);
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
}
.line2:before,
.line2:after {
  content: " ";
  flex: 1 0 0%;
  height: 1px;
  background: rgb(66 54 54 / 27%);
  margin: 0 1.5rem 0 0;
}
.line2:after {
  margin: 0 0 0 1.5rem;
}
.alert-circle img {
  width: 150px;
}
/* breadcrumb */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 12px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.border-popup {
  border: 1px solid #141821;
  padding: 10px;
}
.hcf-barcode {
  border: 1px solid #3333;
  padding: 10px;
}
.bag-barcode {
  border: 1px solid #3333;
  padding: 10px;
}
.qr-code {
  border: 1px solid #3333;
  padding: 10px;
}
/* btn color code */
.button-hero .btn-yellow {
  background-color: #d4cc11;
  color: #fff;
}
.button-hero .btn-red {
  background-color: red;
  color: white;
}
.button-hero .btn-white {
  background-color: #fafafa;
  color: black;
  border: 1px solid #ccc;
}
.button-hero .btn-blue {
  background-color: #356ddf;
  color: white;
}

/* qr code design */