body{
  padding: 0;
  margin: 0;
  background: silver;
  height: 100%;
  overflow: scroll;
}

.cart{
    position: fixed;
    right: 0px;
    background: white;
    width: 90%;
    height: 100%;
    overflow:scroll;
}
.qrscan{
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
}
.qrscan video{
width: 94%;
    height: 83%;
    position: fixed;
    margin-top: 53px;

}
.titlebox{
  width: 95%;
  height: 30px;
  margin: auto;
  margin-bottom: 10px;
  background: white;

}
.openadd{
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.priceplace {
  margin: 16px;
  margin-left: 45px;
  margin-top: 0px;
}

.bright {
  filter: brightness(0.5);
}

.yegebaeka {
  height: 52px;
  width: 200.7px;
  margin: 6px 0px 0px 37px;
  margin-left: 15px;
  margin-top: 2px;
  border-radius: 1px;
  padding: 0px;
  border-width: 1px;
  border-bottom-style: none;
}

.yetesheteeka {
}

.reportprice {
  width: 90%;
  height: auto;
  background: var(--bs-gray-100);
  margin: auto;
  border-radius: 10px;
  padding: 7px;
  margin-bottom: 6px;
}

.yetesheteeka {
  padding: 4px;
  height: 58px;
  border-radius: 1px;
  margin-left: 38px;
  width: 200px;
  margin-top: 5px;
  border-bottom-width: 1px;
  border-bottom-style: none;
}

.box {
  width: 95%;
  margin: auto;
  background: var(--bs-gray-100);
  height: 70px;
  color: var(--bs-gray-200);
  border-radius: 5px;
  padding: 5px;
}

.boxtext {
  width: 80%;
  height: 80%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.boxicon {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  height: 35px;
  margin-top: 13px;
  margin-left: 19px;
  background: #e4704b;
  color: var(--bs-white);
  text-align: center;
  font-size: 20px;
  border-radius: 8px;
  padding: 3px;
  margin-top: 8px;
  height: 42px;
}

.switchbutton {
  width: 50px;
  position: absolute;
  right: 0;
  top: 19px;
}

.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

.clmenu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 23px;
}

.menulist li {
  list-style: none;
}

.reportbybox {
  padding: 3px;
  position: relative;
}

.goto {
  position: absolute;
  top: 26px;
  right: 25px;
  color: var(--bs-body-color);
  font-weight: bold;
  font-size: 18px;
}

.plusthing {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 44px;
  background: transparent;
  color: var(--bs-red);
}

.font-weight-bold {
  font-family: 'Abyssinica SIL', serif;
  font-weight: bold;
  font-size: 20px;
}

.plusmenu {
  position: fixed;
  width: auto;
  height: auto;
  background: transparent;
  bottom: 70px;
  right: 10px;
  font-size: 16px;
  text-align: right;
}

.singleins {
  padding: 2px;
  margin: 10px;
  font-weight: bold;
}

.addicon {
  font-size: 14px;
  padding: 7px;
}

.plusmenu {
  display: none;
}

.gh {
  display: none;
}


.addcustemer {
  width: 95%;
  height: 100%;
  background: #d8d8d8;
  margin: auto;

  border: 1px solid #353848 ;
  border-radius: 6px;
}

.clbox {
  font-size: 27px;
  color: var(--bs-gray-100);
}

.addproduct {

  width: 90%;
  height: 100%;
  margin: auto;
  background: white;
  border-radius: 6px;
}

.backtohome {
  width: 100%;
  height: 38px;
  background: var(--bs-gray-800);
  padding: 4px;
}

.titlep {
  font-family: Alkalami, serif;
  color: #054f78;
  font-weight: bold;
  font-size: 13px;
}


.imgprieview {
 
  width: 152px;
  height: 100px;
}

.catdisplay{
  height: 71%;
  overflow: scroll;
  margin-top: 10px;
}
.formpartion {
  padding: 15px;
  background: var(--bs-white);
  border-radius: 3px;
  box-shadow: 0px 0px 2px 0px;
  position: relative;
      width: 100%;
    overflow: scroll;
}
.imgcat{
  display: inline-block;
  vertical-align: middle;
}
.catinfo{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.imgcat img{
  width: 80px;
  height: 80px;
}
.form-control {
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 21px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 10px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.replace {
  display: none;
}

.newsale {
  width: 95%;
  margin: auto;
  height: 100%;
  padding: 10px;
  background: #d8d8d8;
  display: block;
  border-radius: 10px;
}
.bidir{
  display: none;
}
.divmenupart {
  position: absolute;
  width: 70%;
  height: 100%;
  background: var(--bs-gray-100);
  display: inline-block;
}

.clothmenu {
  position: absolute;
  right: 0;
  width: 30%;
  height: 100%;
  display: inline-block;
  background: var(--bs-border-color-translucent);
}


.sh {
  display: block;
}

.rt{

}

.rt::before{
    rotate: 315deg;
}

.popup{
  position: fixed;
  bottom: 0;
  right: 0;
  background: green;
  color: white;
  padding: 5px;
}