.description-box {
  height: 100px !important;
}
#show {
  display: none;
}
#other {
  display: none;
}
#viewdetail {
  display: none;
  cursor: pointer;
}
.patient-image {
  height: 150px;
  margin-top: 70px;
}
.sm_model {
  background-color: #343a40;
  color: white;
}
#field_size {
  height: 50px;
}
.p {
  font-size: 13px;
  font-weight: bold;
}
.p_normal {
  font-size: 13px;
}
.input {
  width: 120px;
  height: 20px;
  border-radius: 0px;
}
.input_order {
  width: 47px;
  height: 20px;
  border-radius: 0px;
}
.input_invoice {
  height: 20px;
  border-radius: 0px;
}
.input_long {
  height: 20px;
  border-radius: 0px;
}
.input_short {
  width: 200px;
  height: 20px;
  border-radius: 0px;
}
.div_row {
  margin-left: 15px;
}
.font_gradient {
  margin-top: 38px;
  font-size: 60px;
  background-image: linear-gradient(110deg, #730f0f, #000000, #e2285c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

* {
  margin: 0;
  padding: 0;
}
.body {
  width: 100%;
}
.container {
  width: 98%;
  height: 523px;
  border: 1px solid black;
  margin: 14px;
  margin-bottom: 0px;
}
.img {
  width: 120px;
  height: 100px;
}
.heading {
  font-size: 36px;
  margin-right: 8px;
  font-family: cursive;
  color: #fbe43e;
  text-shadow: 5px 5px 10px red;
  padding: 20px 15px;
  padding-right: 64px;
  border: 2px solid black;
  height: 65px;
  background-image: linear-gradient(#015770, #30778b);
}
.footer-container {
  height: 120px;
  width: 100%;
}
.left {
  /* width: 32%;
  float: left; */
  flex: 1;
  height: 135px;
  background-color: #ebebeb;
  margin-left: 14px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}
.center {
  /* width: 32%; */
  flex: 1;
  background-color: #ebebeb;
  height: 135px;
  /* float: left; */
  border-bottom: 1px solid black;
}
.right {
  /* width: 33%; */
  /* float: left; */
  flex: 1;
  height: 130px;
  padding-right: 20px;
   background-image: linear-gradient(#015770, #30778b);
   color: #fbe43e;
  padding-top: 5px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.right-td-width {
  width: 100px;
}
#th {
   background-color:black;
  padding: 5px;
 color: #fbe43e;
}
.th {
   background-image: linear-gradient(#015770, #30778b);
  padding: 5px;
 color: #fbe43e;
}
.trans {
   background-image: linear-gradient(#015770, #30778b);
  padding: 7px;
   color: #fbe43e;
}
.button-container {
  /* height: 80px; */
  width: 96%;
  margin-left: 13px;
  margin-top: 2px;
}
.btn {
  padding: 8px 24px;
  margin: 4px;
  cursor: pointer;
}
#btn {
  margin-right: 167px;
}
.table-container {
  width: 100%;
  margin-top: 110px;
  height: 548px;
  border: 1px solid black;
}
.hover:hover {
   background-image: linear-gradient(#015770, #30778b);
   color: #fbe43e;
   border:1px solid #fbe43e;
}
tbody div {
  overflow: scroll;
  height: 100px;
}

.scrollit {
  overflow: scroll;
  height: 283px;
}
.scrollit_add_order {
  overflow: scroll;
  height: 269px;
}
.scrollit_newbill {
  overflow: scroll;
  height: 300px;
}
.scrollit_orders {
  overflow: scroll;
  height: 540px;
}
@media screen and (max-width: 770px) {
  #my-orders-div,
  #my-orders-div2 {
    max-height: 400px;
  }

  .right {
    width: 20%;
    float: left;
    height: 130px;
    padding-right: 20px;
    background-color: #52efe8;
    padding-top: 5px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
  }

  /* #products-div {
    max-height: 200px;
  }
  #all-products-div {
    max-height: 200px;
    color: red;
  } */
}
@media screen and (max-wid : 1267px) {
  .right {
    margin-left: 12px;
  }
}
@media screen and (max-width: 883px) {
  .center {
    margin-left: 12px;
  }
  .right {
    width: 35%;
  }
}
/* @media screen and (min-width: 769px) {
  .button-container {
    margin-top: 3px;
  }
} */

@media screen and (max-width: 770px) {
  .button-container {
    margin-top: 150px;
  }
}
@media screen and (min-width: 771px) and (max-width: 838px) {
  .button-container {
    margin-top: 150px;
  }
}
@media screen and (min-width: 839px) and (max-width: 885px) {
  .button-container {
    margin-top: 130px;
  }
}
@media screen and (min-width: 885px) and (max-width: 1267px) {
  .button-container {
    margin-top: 100px;
  }
}
