.forcommentsdisplay {
  display: none;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  width: 85%;
  margin: auto;
  padding: 10px;
  background-color: #ffffff;
  padding-bottom: 25px;
}

.align {
  text-align: center;
}

.card:hover {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 2);
  /* background-color: rgb(213, 228, 222); */
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-container > div {
  background-color: #ffffff;
  width: 100px;

  line-height: auto;
  font-size: 18px;
}

.commentsMargin {
  margin: 2px;
}

.art {
  margin-bottom: 40px;
}

.fortextareaRes {
  resize: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.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: #04aa6d;
}

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%;
}

.mobilePrint {
  display: none;
}

.computerPrint {
  display: block;
  margin: auto;
}

.invoice-container {
  display: flex;
  flex-direction: row;
}

.invoice-container > div {
  background-color: #000000;
  width: 100px;
  line-height: auto;
  font-size: 18px;
}

.invoice-container_items {
  display: flex;
  flex-direction: row;
}

.invoice-container_items > div {
  background-color: rgb(145, 145, 145);
  width: 100px;
  line-height: auto;
  font-size: 18px;
  box-shadow: inset 0 0 0 1px rgb(0, 0, 0);
}

.for-search-input {
  width: 20%;
}

.invoice_wd {
  width: 80%;
}
