.form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
}

.form form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form form div input {
	width: 100%;
	padding: 6px 0px;
	  padding-left: 0px;
	background-color: transparent;
	border: 1px solid #803691;
	border-radius: 0 3px 3px 0;
	color: #000;
	outline: none;
	font-size: 1.0rem;
	font-family: samim;
	padding-left: 8px;
}

.form form div input::-webkit-input-placeholder {
  font-size: 0.7rem;
}

.form form div input:-ms-input-placeholder {
  font-size: 0.7rem;
}

.form form div input::-ms-input-placeholder {
  font-size: 0.7rem;
}

.form form div input::placeholder {
  font-size: 0.7rem;
}

.form form div span {
  padding: 8px 18px;
  background-color: transparent;
  background-color: #803691;
  border: 1px solid #803691;
  color: #fff;
  border-radius: 3px 0 0 3px;
  text-align: center;
  font-size: 0.9rem;
  cursor: pointer;
}

.form form div span:hover {
  background-color: #803691;
}

.table {
  overflow-x: auto;
  padding: 15px;
}

.table table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
}

.table table thead th {
  border-bottom: 1px solid #808080;
}

.table table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}

.table table td, .table table th {
  padding: 10px;
  font-size: 0.9rem;
}

.table table td {
  text-align: center;
}

.table table tr td:last-of-type {
  /*color: #b41eb4;*/
}

.category {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  display: inline-block;
  border: thin solid #000;
  height: 36px;
  min-width: 64px;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  Padding: 5px;
}

.btn:hover {
  background-color: #ebebeb;
}

.btn:active {
  background-color: #c2c2c2;
}
/*# sourceMappingURL=table.css.map */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.btnCl {
  background-color: #803691 !important;
  border: 1px solid #803691;
}