body{
  margin: 0;
  padding: 0;
}
.bangle-font {
  font-family: "Bangla", sans-serif;
}

.decoration-none {
  text-decoration: none !important;
}

.my-text-shadow {
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.bangle-font-size {
  font-size: 20px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.bangle-font-big {
  font-size: 22px;
}

.menu-hover {
  color: white !important;
  padding: 5px 20px;
  text-align: center;
}

.menu-hover:hover {
  color: yellow;
  background-color: rgb(216, 5, 5);
  padding-left: 5px;
  padding-right: 5px;
}

.sub-menu-hover{
  color: white;
  background-color: rgb(73, 73, 73);
}

.sub-menu-hover:hover {
  color: white;
  background-color: rgb(209, 74, 50);
}

.table-border {
  border: 1px solid black !important;
}

.border-right {
  border-right: 1px solid black !important;
}
.stock-show{
  display: none;
}


@media print{
  body{
    visibility:hidden;
  }
  .print-area{
    visibility: visible;
    position: absolute;
    width: 100%;
  }
  .table{
      visibility: visible;
  }
  .hide{
    display: none;
  }
  .stock-show{
    display: block;
  }
  .stock{
    margin-top: -100px;
    left: 0;
  }
  
}


table, th, td {
    border:1px solid black;
}

