::-webkit-input-placeholder { /* Edge */
  color: transparent;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: transparent;
}

::placeholder {
  color: transparent;
}

.form-text, 
.text-full, 
.form-control,
body input[type="text"].cke_dialog_ui_input_text {
  display: block;
  width: 100%;
  padding: 6px 15px;
  font-weight: 400;
  height: 52px;
  line-height: 1.5;
  font-size: 16px !important;
  color: var(--text-color);
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body input[type="text"].cke_dialog_ui_input_text {
  height: 40px;
}

body .cke_dialog_contents_body {
  padding: 15px 20px 0;
}

.text-full {
  height: 120px;
  padding-top: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .form-text {
    transition: none;
  }
}

.form-text[type=file] {
  overflow: hidden;
}

.form-text[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-text:focus, .text-full:focus, .form-select:focus {
  color: var(--text-color);
  background-color: var(--white);
  border-color: var(--blue);
  outline: 0;
  box-shadow: none;
}

.form-text::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-text:disabled, .form-text[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-text::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-text::file-selector-button {
    transition: none;
  }
}

.form-text:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-text::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-text::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-text:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-text-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-text-plaintext.form-text-sm, .form-text-plaintext.form-text-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-text-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-text-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-text-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-text-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-text-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-text-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-text {
  min-height: calc(1.5em + (0.75rem + 2px));
}

textarea.form-text-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}

textarea.form-text-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-text-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-text-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-text-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-text-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  height: 52px;
  padding: 10px 15px 6px;
}

.form-item label {
  font-size: 16px;
  display: block;
  margin: 0 0 10px;
}

.form-actions {
  text-align: right;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.form-actions .btn {
  margin: 0 5px;
}

body select.cke_dialog_ui_input_select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(../../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

body  label.cke_dialog_ui_labeled_label {
  font-size: 14px;
  display: block;
  margin: 0 0 10px;
}

body select.cke_dialog_ui_input_select option {
  font-size: 14px;
}