.CodeMirror-dialog {
  background: #eee;
  padding: 5px;
  font-size: .9rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  color: #000;
}

.CodeMirror-dialog .CodeMirror-search-hint {
  display: none
}

.CodeMirror-dialog .CodeMirror-search-field {
  width: 250px!important;
  line-height: 1.3;
  font-size: .8rem;
  padding: 2px 7px;
  margin: 0 1px 0 0;
  border: 3px solid rgb(111 118 147);
  background: #ffffff;
  color: black;
  border-radius: 3px
}
.CodeMirror-dialog-top {
  border-bottom: 1px solid #eee;
  top: 0;
}

.CodeMirror-dialog-bottom {
  border-top: 1px solid #eee;
  bottom: 0;
}

.CodeMirror-dialog input {
  border: none;
  outline: none;
  background: transparent;
  width: 20em;
  color: inherit;
  font-family: monospace;
}

.CodeMirror-dialog button {
  font-size: 70%;
}
