.logo {
  height: 280%;
  width: 280%;
}

.sideBarItem {
  background-color: rgb(26, 25, 25);
}
.logo {
  height: 280%;
  width: 280%;
}

.sideBarItem {
  background-color: rgb(26, 25, 25);
}

span.MuiButton-label {
  color: #acacac;
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  margin-left: 10px;
  margin-right: 60px;
}

h6.MuiTypography-subtitle1 {
  font-weight: bold;
  text-transform: none;
}

button.MuiButton-root:hover {
  border: 2px #a9f6f8 solid;
  opacity: 1;
  variant: outlined;
  text-decoration: none;
  background-color: #000000 !important;
}

button.MuiButton-root:focus {
  border: 2px #d4fbfb solid;
  variant: outlined;
  background-color: #000000;
}

div.no-margin
  > div
  > div.opblock-section
  > div.parameters-container
  > div
  > table
  > tbody
  > tr:nth-child(n)
  > td.parameters-col_description
  > input[type='text'] {
  color: black;
}

form {
  /* This bit sets up the horizontal layout */
  display: flex;
  flex-direction: row;

  /* This bit draws the box around it */
  /* border:1px solid lightgray; */

  /* I've used padding so you can see the edges of the elements. */
  padding: 2px;
}

input {
  /* Tell the input to use all the available space */
  flex-grow: 2;
  /* And hide the input's outline, so the form looks like the outline */
  border: none;
}

input:focus {
  /* removing the input focus blue box. Put this on the form if you like. */
  outline: none;
}

button {
  /* Just a little styling to make it pretty */
  /* border:1px solid darkgray; */
  color: darkgray;
}

.center {
  text-align: center;
}

#dark > .MuiFormControl-root label.MuiFormLabel-root {
  color: white;
  font-weight: 100;
}

#dark > .MuiFormControl-root div.MuiInputBase-root {
  color: white;
  font-weight: 100;
}

#dark
  > .MuiFormControl-root
  div.MuiInputBase-root
  div.MuiInputAdornment-root
  button.MuiButtonBase-root {
  color: white;
  font-weight: 100;
}

#light > .MuiFormControl-root label.MuiFormLabel-root {
  color: black;
  font-weight: 100;
}

#light > .MuiFormControl-root div.MuiInputBase-root {
  color: black;
  font-weight: 100;
}

#light
  > .MuiFormControl-root
  div.MuiInputBase-root
  div.MuiInputAdornment-root
  button.MuiButtonBase-root {
  color: black;
  font-weight: 100;
}


/*# sourceMappingURL=main.02b053d2.css.map*/