@import "global.css";

/* body {
  padding: 0;
  margin: 0;
  background-color: rgba(37, 39, 41, 1);
}
div[class~="menu-content"] {
  border-right: solid rgba(54, 57, 60, 1) 1px !important;
}
div[class~="menu-content"] img {
  margin: auto !important;
  width: 300px;
}
button[class~="collapser"] {
  outline: none !important;
}
pre {
  border: solid rgba(54, 57, 60, 1) 1px !important;
  border-radius: 10px !important;
}
h2 {
  color: rgba(122, 148, 224, 1) !important;
}
h2 a {
  color: white !important;
}
h4 {
  color: rgba(147, 98, 191, 1) !important;
}
h5 {
  color: rgba(187, 202, 212, 1) !important;
}
h5 span {
  color: rgba(187, 202, 212, 1) !important;
}
ul > li[class~="react-tabs__tab"] {
  color: rgba(0, 0, 0, 1) !important;
}
table thead tr {
  background-color: rgba(54, 57, 60, 1) !important;
}
table tbody tr {
  background-color: rgba(40, 44, 47, 1) !important;
}
table tr:nth-child(2n) {
  background-color: rgba(40, 44, 47, .3) !important;
}
table tbody tr:first-child td:first-child { border-top-left-radius: 10px; }
table tbody tr:first-child td:last-child { border-top-right-radius: 10px; }
table tbody tr:last-child td:first-child { border-bottom-left-radius: 10px; }
table tbody tr:last-child td:last-child { border-bottom-right-radius: 10px; }
table {
  border: solid rgba(54, 57, 60, 1) 1px !important;
  border-radius: 10px !important;
  border-collapse: separate !important;
  display: table-cell !important;
}
table tr, table th, table td {
  border-width: 0 !important;
  background-image: none !important;
}
td div {
  background: transparent !important;
}
div button {
  border-radius: 10px !important;
}
div[id^='operation/'] div:first-child div:first-child + div div:not(:first-child) div div,
div[id^='operation/'] div:first-child div:first-child + div div div:not(:first-child) div div div:first-child {
  border-radius: 10px !important;
}
div[id^='operation/'] div:first-child div:first-child + div div:first-child > div {
  background-color: rgba(40, 44, 47, 1) !important;
  color: rgba(187, 202, 212, 1) !important;
} */
