.form-control:focus {
  border-color: #000000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(34, 32, 32, 0.6);
}

.img-container {
  width: auto;
  text-align: center;
  padding: 20px;
}

.img-logo {
  max-width: 100%;
  height: 20em;
  object-fit: cover;
}

.navbar-brand {
  background-image: url("/branding-image");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

button.navbar-toggler {
  color: #939faa;
}

button.navbar-toggler:hover {
  color: #454545;
}

table.dataTable tbody tr:hover {
  background-color: #d3d3d3 !important;
}

thead,
th {
  text-align: center;
}

.CodeMirror {
  border-top: 1px solid #c8ced3;
  border-right: 1px solid #c8ced3;
  border-bottom: 1px solid #c8ced3;
  border-left: 1px solid #c8ced3;
}

input[type="text"]#query {
  font-family: monospace;
}

input[type="text"]#query-sql {
  font-family: monospace;
}

input[type="text"]#carve {
  font-family: monospace;
}

.custom-size-btn {
  min-width: 40px;
  max-width: 40px;
}

.navbar {
  opacity: 0.7;
}

body {
  font-family: "Bai Jamjuree", sans-serif;
  background-image: url("/background-image");
  background-attachment: fixed;
}

.highlight {
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #f0f0f0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.warning-back {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #f0f0f0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.warning-text {
  background: #000;
  color: #f6d415;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.btn-clipboard {
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  z-index: 10;
  display: block;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
}

.btn-clipboard:hover {
  color: #fff;
  background-color: #027de7;
}

@media (min-width: 768px) {
  .bd-clipboard {
    display: block;
  }
}

.stripes-red {
  background: repeating-linear-gradient(45deg, #ccc, #ccc 10px, #f86c6b 10px, #f86c6b 20px);
}

.stripes-warning {
  background: repeating-linear-gradient(45deg, #000000, #000000 10px, #f6d415 10px, #f6d415 20px);
}

.stripes-green {
  background: repeating-linear-gradient(45deg, #ccc, #ccc 10px, #4dbd74 10px, #4dbd74 20px);
}

.sidebar .nav-link.active {
  background: #656e75;
}

.bg-changed {
  background: #ff00001a;
}

.editable-class input,
button {
  margin-right: 5px;
}

.editable-class input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.server-version {
  margin-top: 10px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.query-link {
  font-family: monospace;
  font-size: 1.3em;
  max-width: 400px;
  white-space: normal;
  word-break: break-word;
}

.query-log {
  font-family: monospace;
  font-size: 1.3em;
  max-width: 400px;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  vertical-align: middle;
}

.badge-prefix {
  font-size: 0.75rem;
  opacity: 0.8;
  font-weight: 400;
  font-style: italic;
  margin-right: 2px;
}

.badge-main {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}
