body .container-fluid {
  background-color: #d6d6d6;
}
.resize-none {
  resize: none;
}
.link-tbl {
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}
.box-content {
  background-color: #e6e6e6;
}
.max-content {
  height: max-content !important;
}
.sql-result .table {
  background-color: #fff;
}
textarea:focus-visible {
  outline: none;
}
.btn-blue {
  color: #fff;
  background-color: #002e5b;
  border-color: #002e5b;
}
.btn-blue:hover {
  color: #002e5b;
  background-color: #fde428;
  border-color: #fde428;
}
.btn-blue:focus {
  color: #fff;
  background-color: #002e5b;
  border-color: #002e5b;
  box-shadow: none;
}
.btn-blue.active:focus,
.btn-blue:active:focus {
  box-shadow: none;
}
.img-ads {
  max-width: 100%;
  width: 100%;
}
.dark-mode {
  background-color: #212529 !important;
}
.dark-mode h2,
.dark-mode h4,
.dark-mode h5,
.dark-mode #yourDB .table,
.dark-mode #yourRC .table,
.dark-mode #yourIX .table,
.dark-mode .sql-result p {
  color: #dee2e6 !important;
}
.dark-mode .box-content {
  background-color: #343a40 !important;
}
.dark-mode .btn-blue {
  color: #002e5b;
  background-color: #fde428;
  border-color: #fde428;
}
.dark-mode .btn-blue:hover {
  color: #fff;
  background-color: #002e5b;
  border-color: #002e5b;
}
.dark-mode .btn-blue:focus {
  color: #002e5b;
  background-color: #fde428;
  border-color: #fde428;
  box-shadow: none;
}
.dark-mode .btn-blue.active:focus,
.dark-mode .btn-blue:active:focus {
  box-shadow: none;
}
