* {
  cursor: auto;
  /* background-color: rgb(0 0 0); */
  color: beige;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1rem;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-button {
  height: 6px;
  background-color: #555;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(136, 135, 135);
}

::-webkit-scrollbar-thumb {
  background: rgb(114, 192, 211);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(114, 192, 211);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(14, 104, 221);
}

input[type=checkbox] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 5px;

}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  background-color: rgb(0 0 0);
}


.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

.row {
  display: flex;
  flex-direction: row;
}

.col {
  display: flex;
  flex-direction: column;
}

.FILL {
  width: -moz-available !important;
  width: -webkit-fill-available !important;
  width: fill-available !important;
  height: -moz-available !important;
  height: -webkit-fill-available !important;
  height: fill-available !important;
}

.H_FILL {
  height: -moz-available !important;
  height: -webkit-fill-available !important;
  height: fill-available !important;
}

.W_FILL {
  width: -moz-available !important;
  width: -webkit-fill-available !important;
  width: fill-available !important;
}

input[type="text"],
select {
  min-width: 10px;
}

label {
  display: flex;
  align-self: center;
  min-width: max-content;
}

label,
input[type="button"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Modifiables */
:root {
  --CONT_BR_1: rgb(0, 52, 59);
  --CONT_BG_1: rgb(1, 27, 29);
  --CONT_BR_2: #1c3e5c;
  --CONT_BG_2: #161412;
  --INPUT_CR_1: #00ccff;
  --INPUT_BR_1: #17405c;
  --INPUT_BG_1: #0e110e;
}

.cont_1 {
  margin: 2px;
  padding: 2px;
  border: 3px solid var(--CONT_BR_1);
  background-color: var(--CONT_BG_1);
}

.cont_2 {
  margin: 2px;
  padding: 2px;
  border: 1px solid var(--CONT_BR_2);
  background-color: var(--CONT_BG_2);
}

input,
select,
textarea {
  padding: 5px 5px;
  margin: 3px 2px;
  color: var(--INPUT_CR_1);
  border: 1px solid var(--INPUT_BR_1);

  border-right-width: 2px;
  border-bottom-width: 2px;
  background-color: var(--INPUT_BG_1);
}

input[type="text"]::placeholder {
  color: rgba(0, 255, 255, 0.651);
}

select:focus {
  /* border-color: aqua !important; */
  background-color: black !important;
}

input[type="button"] {
  background-color: #fae2c8;
  color: black;
  font-weight: bold !important;
  text-decoration: none;
  cursor: pointer;
  border-width: 1px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-style: outset;
  border-color: silver;
}

input[type="button"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="button"]:hover {
  color: #fffcf2 !important;
  background-color: #607d8b !important;
}

.debug_1 {
  color: darkseagreen !important;
}

.debug_2 {
  color: chocolate !important;
}

.label_1 {
  padding: 6px 6px 5px 6px;
  margin: 2px 2px;
  border: 1px dotted rgb(28 87 94);
  background-color: var(--CONT_BG_1);
}

.label_2 {
  /* color: orange; */
  font-size: x-large;
  padding: 0px 1px;
  border: 0;
  line-height: 0;
}

.unicode {
  padding: 0px 1px;
  line-height: 0;
  font-size: x-large;
  color: #fffcf2 !important;
  background-color: #ffffff00 !important;
  border: 1px solid var(--INPUT_BR_1) !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
}

.notify {
  text-align: center;
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  font-size: 20px;
  border-width: 3px !important;
  border-style: solid !important;
  border-color: rgb(128, 212, 233) !important;
  background-color: rgb(2, 37, 15) !important;
  box-shadow: 2px 2px black;

}

.green {
  background-color: green !important;
  font-size: 0.9rem;
  border-style: ridge;
  border-width: 1px !important;
}

.red {
  color: orangered !important;
  font-size: 1rem;
  text-align: center;
  padding: 3px;
  margin: 5px 0px;
}

.debug_1 {
  color: darkseagreen !important;
}

.debug_2 {
  color: chocolate !important;
}

.log_1 {
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid silver;
  padding: 3px;
  margin: 5px 0px;
}

#MSG_INPUT {
  border: 2px solid var(--CONT_BR_2);
  overflow: auto;
  font-size: 1.1rem;
  padding: 8px;
  color: lightgray;
}

#DBG_DIV label,
#LOG label {
  display: inline;
  line-height: 0;
  /* display: inline;
  height: min-content;
  width: min-content;
  border-width: 0;
  padding: 0px;
  margin: 0px; */
}