body {
  overflow: hidden;
}

.full_screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget_workspace {
  width: fit-content;
  height: fit-content;
  max-width: 100%;
  max-height: 100%;
  min-width: 425px;
  min-height: 120px;
  color: white;
  z-index: 5;
  position: absolute;
  padding: 4px;
  font-size: 15px;
  font-family: "Segoe UI";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  background-color: rgba(22, 22, 22, 0.9);
  border: 1px solid rgb(63, 63, 63);
  pointer-events: auto;
  resize: both;
  overflow: hidden;
}

.box-section {
  background: rgba(255, 255, 255, 0.168);
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 7px;
}

.widget_workspace form {
  width: 100%;
  height: 100%;
}

.widget_workspace textarea {
  width: 100%;
  height: 100%;
  min-height: 150px;
  resize: vertical;
  box-sizing: border-box;
}

.data_view {
  width: 100%;
  height: 100%;
  background-color: rgba(218, 218, 218, 0.08);
}

.table_filter {
  position: fixed;
  padding: 1px;
  background-color: rgba(30, 30, 30, 0.7);
}

table {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  margin-top: 24px !important;
}

thead {
  color: #90ee90;
  margin: auto;
  border: 1px solid white !important;
}

tr {
  border: 1px solid white !important;
}

td {
  border: 1px solid white !important;
}

th.des:after {
  content: "\21E9";
}

th.aes:after {
  content: "\21E7";
}

.renderjson {
  margin: 8px;
  height: 500px;
  overflow: scroll;
}

button,
input,
select {
  width: auto;
  height: auto;
  margin: 2px;
  padding: 5px 6px 6px;
  border-radius: 4px;
  background-color: #d1d0de;
  border: none;
  font-family: "Segoe UI", Arial, sans-serif;
}

#buttonSend {
  width: 449px;
}

#logoLiris {
  height: 60px;
  opacity: 1;
  margin: 5px 10px;
}

#logo-div {
  position: fixed;
  display: flex;
  padding: 4px;
  border-radius: 8px;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff60;
  align-items: center;
  z-index: 5;
}

#icon-div {
  position: fixed;
  display: flex;
  flex-direction: column;
  padding: 4px;
  top: 20px;
  right: 20px;
  align-items: center;
  z-index: 5;
}

#icon-div img {
  opacity: 0.9;
}

#iconInfo {
  width: 45px;
  padding: 5px;
  color: white;
}

#iconHelp {
  width: 36px;
  padding: 5px;
}
