.keyvalue {
  font-family: "Courier New", Courier, monospace;

  color: blueviolet;
}

.key3 {
  width: 500px;
  height: 32px;
  border-radius: 5px;
  outline: none;
  padding-left: 10px;
  background-color: rgb(233, 233, 233);
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 5px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: field;
  margin: 1em;
  padding: 2px;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}
.md-typeset__table {
  width: 100%;
}

.md-typeset__scrollwrap.ovf-x {
  overflow-x: visible;
}
.table_custom-thead {
  background-color: var(--md-default-bg-color);
  border-radius: 0.1rem;
  display: inline-block;
  font-size: 0.64rem;
  max-width: 100%;
  overflow: auto !important;
  touch-action: auto;
  border-collapse: collapse;
}
.table_custom-thead th {
  min-width: 4rem;
  padding: 0.5em 0.65em;
  border: 0.05rem solid var(--md-typeset-table-color);
  vertical-align: middle;
}
.table_custom-thead td {
  border: 0.05rem solid var(--md-typeset-table-color);
  padding: 0.5375em 0.65em;
  vertical-align: middle;
}
.table_custom-thead-two {
  background-color: var(--md-default-bg-color);
  border-radius: 0.1rem;
  display: inline-block;
  font-size: 0.64rem;
  max-width: 100%;
  overflow: auto;
  touch-action: auto;
  border-collapse: collapse;
}
.table_custom-thead-two th,
.table_custom-thead-two td {
  padding: 0.5375em 0.25em;
  vertical-align: middle;
}

.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.card {
  border-radius: 4px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);

  padding: 10px 30px 30px;
}

#bareunDetail {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.collapsible {
  border-radius: 4px;
  /* box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05); */
  /* padding: 18px; */
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.collapsibleContent {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.menumbtn {
  float: right;
  cursor: pointer;

  margin-left: 5px;
  padding: 0px 10px;
}

.mr-4 {
  margin-right: 12px;
}

.clientKey,
#serverKey {
  position: relative;
}

.clientKey .tooltip-content,
#serverKey .tooltip-content {
  padding: 10px;
  visibility: hidden;
  background-color: #f1f1f1;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -40%;
  right: -0%;
  transform: translateX(-50%);
}
.clientKey .tooltip-content p {
  margin: 0;
}
.clientKey:hover .task-tooltip-inner,
#serverKey:hover .task-tooltip-inner {
  visibility: visible;
}

.task-tooltip-inner {
  visibility: hidden;
  position: absolute;
}
.task-tooltip {
  background-color: #eef3fd;
  border: #7689fd solid 1px;
  border-radius: 5px;
  color: #505bf0;
  height: auto;
  letter-spacing: -0.25px;
  margin-top: 6.8px;
  padding: 5px 11px;
  position: relative;
  width: fit-content;
  z-index: 100;
}

.task-tooltip::after {
  border-color: #eef3fd transparent;
  border-style: solid;
  border-width: 0 6px 8px 6.5px;
  content: "";
  display: block;
  left: 75px;
  position: absolute;
  top: -7px;
  width: 0;
  z-index: 1;
}

.task-tooltip::before {
  border-color: #7689fd transparent;
  border-style: solid;
  border-width: 0 6px 8px 6.5px;
  content: "";
  display: block;
  left: 75px;
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 0;
}

#resultMessage1,
#resultMessage2 {
  display: none;
}
