.tools-converter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tools-converter__heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tools-converter__heading-title {
  flex: 1 0;
  font-weight: bold;
  font-size: 18px;
}
.tools-converter__textarea {
  min-height: 300px;
  border-radius: 15px;
}
.tools-converter__textarea:not(.ace_editor) {
  background: #f2f5fa;
}
.tools-converter__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.tools-converter__btns {
  flex: none;
  display: flex;
  gap: 8px;
}
.tools-converter__btn--panel {
  min-width: 26px !important;
  min-height: 26px !important;
  display: flex;
  padding: 4px !important;
  border-radius: 4px !important;
  justify-content: center;
  align-items: center;
}
.tools-converter__btn {
  display: flex;
  padding: 4px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
.tools-converter__btn:hover {
  background-color: lightgrey;
}
.tools-converter__btn:disabled {
  opacity: 0.3;
}

/*# sourceMappingURL=tools-converter.css.map */
