
.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: 400;
    text-align: center;
    width: 100%;

}

.responsive-table td {
    white-space: nowrap;
}


.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;
}
