.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.rbt-admin-profile .admin-info span {
  display: inline-flex !important;
  align-content:start;
  width:100%;
}

.relative, .relative .form-group {
  position: relative;
}

span.error {
  position: absolute;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  right: 5px;
  bottom: 5px;
  background: linear-gradient(90deg, #12B5DE -0%, #7130C3 0%, #FF3BD4 90%);
  background-clip: border-box;
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropzone {
  min-height: 150px !important;
  border: var(--border-width) solid var(--color-border) !important;
  border-radius: var(--radius);
  resize: none;
  padding: 15px !important;
  font-size: 16px;
  background: transparent !important;
  color: var(--color-body);
}

/* Custom Quill Editor */

.custom-quill .ql-toolbar.ql-snow {
  background-color: transparent;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius) !important;
  color: white;
  padding: 16px 24px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-width:0px;
}

.dark .custom-quill .ql-toolbar.ql-snow {
  background-color: #E2E8F0;
  border: #2A313C;
}

.custom-quill .ql-toolbar.ql-snow .ql-formats {
  color: hsl(0, 0%, 100%);
}

.custom-quill .ql-snow .ql-stroke, .custom-quill .ql-picker-label {
  color: hsl(0, 0%, 100%);
  stroke: hsl(0, 0%, 100%);
}

.custom-quill .ql-snow .ql-fill {
  color: hsl(0, 0%, 100%);
  fill: hsl(0, 0%, 100%);
}

.custom-quill .ql-container.ql-snow {
  border: var(--border-width) solid var(--color-border) !important;
  border-radius: var(--radius) !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  min-height: 20rem;
}

/* Quill Two */
.custom-quill-2 .ql-container.ql-snow {
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
}

.dark .custom-quill .ql-container.ql-snow {
  background-color: #1D1E24;
  border-color: #2A313C;
}

.dark .custom-quill-2 .ql-container.ql-snow {
  background-color: #1D1E24;
  border-color: #2A313C;
}

.custom-quill-2 .ql-toolbar.ql-snow {
  padding: 16px 20px;
  background: #fafafa;
  border-radius: 0 0 8px 8px;
  border: 1px solid #e2e8f0;
}

.dark .custom-quill-2 .ql-toolbar.ql-snow {
  background: #1D1E24;
  border-color: #2A313C;
}

.dark .ql-editor {
  color: white;
}