@import url(https://fonts.googleapis.com/css2?family=Silkscreen:wght@400&display=swap);
.manage_form {
  background-color: rgb(183.1016949153, 181.6779661017, 202.3220338983);
  border-radius: 4px;
  box-shadow: 0 0 10px -5px #000;
  padding: 14px;
  width: 400px;
}
.manage_form form {
  display: grid;
  -moz-column-gap: 4px;
       column-gap: 4px;
  grid-template-columns: repeat(8, 1fr);
  margin: 0;
  row-gap: 4px;
}
.manage_form form fieldset {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  position: relative;
  border: unset;
  margin: 0;
  padding: 0;
}
.manage_form form fieldset h3 {
  margin: 0;
}
.manage_form form fieldset > label {
  font-size: 10px;
  order: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.manage_form form fieldset > label.toggle {
  display: flex;
  align-self: center;
}
.manage_form form fieldset input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #000;
  border: unset;
  border-bottom: 1px solid #000;
  order: 1;
  padding: 4px;
  width: 100%;
}
.manage_form form fieldset input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.manage_form form fieldset input::placeholder {
  color: #000;
  opacity: 1;
}
.manage_form form fieldset input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
.manage_form form fieldset input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  margin: 0;
}
.manage_form form fieldset input[type=submit] {
  height: 24px;
}
.manage_form form fieldset input[disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
  color: #000;
  opacity: 1;
}
.manage_form form fieldset select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position-x: 100%;
  background-position-y: 1px;
  background-repeat: no-repeat;
  border: unset;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  order: 1;
  padding: 4px;
}
.manage_form form fieldset select[disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
  color: #000;
  opacity: 1;
}
.manage_form form fieldset textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border: 1px solid #000;
  height: 100px;
  order: 1;
}
.manage_form form fieldset.lastMod {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.manage_form form fieldset.lastMod > label {
  font-size: 10px;
}
.manage_form form fieldset.formSubmit {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.manage_form form fieldset.formSubmit input,
.manage_form form fieldset.formSubmit button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: unset;
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 calc(50% - 5px);
  font-family: sans-serif;
  height: 30px;
  margin: 0;
  padding: 4px 10px;
}
.manage_form form fieldset.formSubmit input {
  background-color: #802392;
  color: #ecfef6;
  order: 0;
}
.manage_form form fieldset.formSubmit input:hover {
  background-color: #995fa3;
}
.manage_form form fieldset.formSubmit button {
  background-color: #333;
  color: #ecfef6;
}
.manage_form form fieldset.formSubmit button:hover {
  background-color: rgb(76.5, 76.5, 76.5);
}
.manage_form form .cs-1 {
  grid-column-start: 1;
}
.manage_form form .ce-1 {
  grid-column-end: 1;
}
.manage_form form .rs-1 {
  grid-row-start: 1;
}
.manage_form form .re-1 {
  grid-row-end: 1;
}
.manage_form form .cs-2 {
  grid-column-start: 2;
}
.manage_form form .ce-2 {
  grid-column-end: 2;
}
.manage_form form .rs-2 {
  grid-row-start: 2;
}
.manage_form form .re-2 {
  grid-row-end: 2;
}
.manage_form form .cs-3 {
  grid-column-start: 3;
}
.manage_form form .ce-3 {
  grid-column-end: 3;
}
.manage_form form .rs-3 {
  grid-row-start: 3;
}
.manage_form form .re-3 {
  grid-row-end: 3;
}
.manage_form form .cs-4 {
  grid-column-start: 4;
}
.manage_form form .ce-4 {
  grid-column-end: 4;
}
.manage_form form .rs-4 {
  grid-row-start: 4;
}
.manage_form form .re-4 {
  grid-row-end: 4;
}
.manage_form form .cs-5 {
  grid-column-start: 5;
}
.manage_form form .ce-5 {
  grid-column-end: 5;
}
.manage_form form .rs-5 {
  grid-row-start: 5;
}
.manage_form form .re-5 {
  grid-row-end: 5;
}
.manage_form form .cs-6 {
  grid-column-start: 6;
}
.manage_form form .ce-6 {
  grid-column-end: 6;
}
.manage_form form .rs-6 {
  grid-row-start: 6;
}
.manage_form form .re-6 {
  grid-row-end: 6;
}
.manage_form form .cs-7 {
  grid-column-start: 7;
}
.manage_form form .ce-7 {
  grid-column-end: 7;
}
.manage_form form .rs-7 {
  grid-row-start: 7;
}
.manage_form form .re-7 {
  grid-row-end: 7;
}
.manage_form form .cs-8 {
  grid-column-start: 8;
}
.manage_form form .ce-8 {
  grid-column-end: 8;
}
.manage_form form .rs-8 {
  grid-row-start: 8;
}
.manage_form form .re-8 {
  grid-row-end: 8;
}
.manage_form form .cs-9 {
  grid-column-start: 9;
}
.manage_form form .ce-9 {
  grid-column-end: 9;
}
.manage_form form .rs-9 {
  grid-row-start: 9;
}
.manage_form form .re-9 {
  grid-row-end: 9;
}
