body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  /* overflow-x: hidden; */
}

.show {
  display: block;
}

input#RegalId {
  margin-left: 10%;
}

.accordion-button {
  background-color: #0b5ed7;
  color: white;
  padding-left: 40%;
}

/* ******************* for switch Counter *************** */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  z-index: 1;
}

.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: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.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%;
}

/* End switch Counter */

#buttonDown {
  float: left;
}

.showNewPreis {
  width: 22%;
  box-sizing: border-box;
  margin-top: auto;
}

/* Result and sumvk Color */
.gray,
.red,
.green,
.orange,
.orange {
  color: #fff;
}

.red {
  background-color: rgb(238, 62, 62);
}

.orange {
  background-color: rgb(209, 146, 9);
}

.green {
  background-color: rgb(0, 173, 0);
}
.gray {
  background-color: rgba(99, 98, 101, 0.962);
}

#result {
  font-family: verdana;
  font-size: 1.5em;
}

.btn-secondary {
  background: rgb(66, 8, 226);
}

/*  End result and sumvk Color */

.header {
  width: 100% !important;
  height: 85px;
  background: #000;

  /* line-height: 76px; */
}

.logo {
  width: 80%;
  height: 100%;
  color: #fff;
  float: left;
  font-style: italic;
  padding-left: 12px;
  font-size: 35px;
  font-weight: bold;
}

.settings-container {
  width: 20%;
  float: right;
}

.setting-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: white;
  text-align: center;
  font-size: 30px;
  margin-top: 15px;
  float: right;
  margin-right: 10px;
  z-index: 9999;
}

.settings-menu {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  padding: 10px 10px 0 10px;
  color: #fff;
  background-color: #706c6c;
  margin-left: 100%;
  opacity: 1;
  overflow-x: hidden;
  /* overflow-y: hidden; */
}

.menu-animate-in {
  animation-name: animateIn;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  --fa-animation-duration: 15s;
}

.menu-animate-out {
  animation-name: animateOut;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes animateIn {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}

@keyframes animateOut {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: 100%;
  }
}

.barcode {
  width: 100%;
  /* display: none; */
}

/* #HiddenCanvas {
	display: none
} */

/* #barcodecanvasg {
	display: none;
} */

/* .HiddenHR {
	display: none;
} */

.video {
  /* display: none; */
  position: absolute;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

/* .barcodecanvass {
    display: none;
} */

#ImageDataa {
  background-color: lightgrey;
  width: 150px;
  border: 2px solid green;
  padding: 50px;
  margin: 10px;
}

.start-Container-inBestellungFromTerra {
  display: flex;
  /* justify-content: center; */
  /* margin-top: 20%; */
  margin-left: 70%;
  align-items: center;
  /* height: 200px; */
  z-index: 1;
  margin-top: 10px;
}

.startInBestellungFromTerra {
  border: 0px solid transparent;
  border-radius: 100%;
  color: rgb(0, 180, 0);
  font-size: 80px;
  text-align: center;
  padding: 0;
}
.start-Container-inBestellungFromBioOffice {
  display: flex;
  /* justify-content: center; */
  /* margin-top: 20%; */
  margin-left: 70%;
  align-items: center;
  /* height: 200px; */
  z-index: 1;
  margin-top: 10px;
}

.startInBestellungFromBioOffice {
  border: 0px solid transparent;
  border-radius: 100%;
  color: rgb(0, 180, 0);
  font-size: 80px;
  text-align: center;
  padding: 0;
}

.start-Container {
  display: flex;
  /* justify-content: center; */
  /* margin-top: 20%; */
  margin-left: 70%;
  align-items: center;
  /* height: 200px; */
  z-index: 1;
}
.start {
  width: 80px;
  /* height: 80px; */
  border: 0px solid transparent;
  border-radius: 100%;
  color: rgb(0, 180, 0);
  font-size: 80px;
  text-align: center;
  padding: 0;
}
.print {
  width: 74px;
  /* height: 80px; */
  border: 0px solid transparent;
  border-radius: 100%;
  color: rgb(0, 180, 0);
  font-size: 55px;
  text-align: center;
  padding: 0;
}

.start-animation {
  -webkit-animation: startSize 1.55s infinite;
}

@-webkit-keyframes startSize {
  0%,
  100% {
    font-size: 85px;
  }
  50% {
    font-size: 95px;
  }
}

.createfilee {
  width: 40px;
  height: 40px;
  border: 0px solid transparent;
  border-radius: 100%;
  color: rgb(0, 180, 0);
  font-size: 50px;
  text-align: center;
  padding: 0;
  margin-left: 50%;
}

/* sliderbar 2 */

.sidebar {
  background: #eee;
  float: right;
  height: 100%;
  padding: 10px;
  width: 25%;
}

.sidebar-footer {
  margin-top: 75px;
}

#price-slider {
  margin-top: 55px;
  margin-left: 20px;
  margin-right: 20px;
}

.noUi-tooltip {
  background: white;
}

.noUi-connect {
  background: #0d6efd;
}

.secondScreen {
  width: 100%;
  height: 180px;
  border: 10px solid #d3d3d3;
}

/* **********Footer************* */

.modal-footer {
  display: inline;
  padding: 0.1rem;
}

.hidden {
  display: none;
}

.testModeOnCamera {
  color: red;
  font-size: 19px;
  margin-top: 4rem;
  -webkit-animation: fontbulger 3s infinite;
}

@-webkit-keyframes fontbulger {
  0%,
  100% {
    font-size: 16px;
  }
  50% {
    font-size: 21px;
  }
}

.barcodecanvass {
  display: none;
}

#displayEditQnty {
  display: inline-block;
  border-style: inset;
  font-size: large;
  padding-bottom: 10px;
  padding-top: 9px;
  width: 90%;
  margin-left: 3%;
  margin-bottom: 5px;
  background-color: ghostwhite;
}
#editQnty {
  width: -webkit-fill-available;
}
#displayToAddManualEan {
  /* display: inline-block; */
  border-style: inset;
  font-size: large;
  padding-bottom: 10px;
  padding-top: 9px;
  width: 95%;
  margin-left: 2%;
  margin-top: 10px;
  background-color: ghostwhite;
}
#addManualEanButton {
  width: -webkit-fill-available;
}


/* Load Page */

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color:#89AF4C;
  /* display:flex; */
  justify-content: center;
  align-items: center;
  
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 3s infinite ease;
  margin-left:50%;
  
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 3s infinite ease-in;
}

@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}
.PForLoadPage{
  text-align: center;
  font-size: xx-large;
  margin-top: 30%;
}
.modal-header {
  padding: 0.5rem;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/* Apply the animation to the MergeNp */
.blink {
  animation: blink 2s linear infinite;
}

#waitToUpload-box {
  position: fixed;
  top: 16%;
  width: 70%;
  display: flex;
  justify-content: center;
}
@keyframes waitToUpload {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.86;
  }
  100% {
    opacity: 1;
  }
}
.waitToUpload {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border: 1px solid #000;
  font-size: 15px;
  animation: waitToUpload 2s linear infinite;
}
.saveIcon{
  color: blue;
  background: white;
  border: none;
  font-size: large;
}