@charset "UTF-8";
/*!
 *    Copyright 2014 - 2024 Yannick Watier
 *
 *    Licensed under the Apache License, Version 2.0 (the "License");
 *    you may not use this file except in compliance with the License.
 *    You may obtain a copy of the License at
 *
 *        http://www.apache.org/licenses/LICENSE-2.0
 *
 *    Unless required by applicable law or agreed to in writing, software
 *    distributed under the License is distributed on an "AS IS" BASIS,
 *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *    See the License for the specific language governing permissions and
 *    limitations under the License.
 */
.invisible-input {
  background-color: transparent;
  border: none;
  text-align: center;
  font-weight: bolder;
  padding: 0 4px 0 4px;
  text-decoration: underline dotted;
}

.invisible-input::placeholder {
  font-weight: bolder;
  font-size: 150%;
  opacity: unset;
}

#action-component-dump-volatile-button {
  padding: 6px 12px;
}

input[type=file] {
  display: none;
}

.custom-file-upload {
  font-size: small;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

button:is([disabled]), button:is([disabled]), label.custom-file-upload:is([disabled]) {
  cursor: not-allowed;
}

button:not([disabled]), button:not([disabled]), label.custom-file-upload:not([disabled]) {
  cursor: pointer;
}

input, button, label.custom-file-upload {
  background-color: #cccccc;
  border: 1px solid #3d3c42;
}

body {
  background-color: #5a6468;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}

#file-selector-pif-div, #file-selector-rom-div {
  display: flex;
  flex-direction: column;
}

#rdram-table, #cpu-register-table, #cp0-register-table, #cp0-register-status-register-table {
  width: 100%;
}

.action-component {
  padding-left: 5px;
}

.rdram-search:before, .cpu-register-search:before {
  content: "🔎 ";
  font-size: large;
}

.cpu-register-write:before, .rdram-write:before {
  content: "📥 ";
  font-size: large;
}

.cpu-register-read:before, .rdram-read:before {
  content: "📤 ";
  font-size: large;
}

.system-section {
  background-color: #6c757d;
  padding: 10px;
  margin: 10px;
}
