.status_selected {
    background-color: var(--bs-dropdown-link-hover-bg) !important;
    color: var(--bs-dropdown-link-hover-color) !important;
}
.ql-editor[contenteditable="false"] {
    background: #f6f7f7;
    color: rgba(73,80,87,.23);
}


.ql-snow .ql-picker.ql-size .ql-picker-label[data-value]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value]::before {
  content: attr(data-value);
}


.ql-editor [class^="ql-size-"] {
  font-size: calc(1px * attr(class));
}

.ql-editor {
    font-size: 10px;
}
.float-right {
  float: right;
}

.horizontal-button-container {
  display: flex;
  float: right;
   
}

.custom-readonly[readonly] {
  background-color: transparent !important;
  color: inherit !important;
  opacity: 1 !important;
}

.align-right {
  text-align: right;
}

.dynamic {
  min-width: 100%;
  white-space: nowrap;
  resize: none;
  height: 40px;
  min-height: 40px;
  border: 0;
  padding: .5em .75em;
  overflow-y: hidden;
  overflow-x: hidden;
  box-sizing: border-box;
  margin-right: 0.75em;
  margin-top:5px;
}
.dynamic:focus {
  background: #edeeee;

}
.dynamic[readonly]{
  background: #f6f7f7;
  color: rgba(73, 80, 87, .23);
}

