/* These are the default badge styles */
.Canny_BadgeContainer .Canny_Badge {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 10px;
  background-color: red;
  padding: 5px;
  border: 1px solid white;
}

.MuiOutlinedInput-notchedOutline{
 max-width: none !important;
  background-color: transparent !important;
}

/*date picker*/
.react-datepicker__day--selected {
  background-color: #00f0aa !important;
}

.react-datepicker__day--keyboard-selected, .react-datepicker__time--keyboard-selected {
  background-color: #00f0aa30 !important;
  color: #000000 !important;
}

.group--actions button {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  padding: 4px 12px !important;
  margin-left: 8px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-size: 13px !important;
  color: #1890ff !important;
}

.group--actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

.group--conjunctions {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 5px !important;
}

.group--actions--tr {
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

.group--conjunctions label {
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

.group--header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

.group--actions {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  gap: 8px !important;
}

.group--actions button[type='button'] {
  opacity: 1 !important;
  visibility: visible !important;
  background-color: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  color: #1890ff !important;
  padding: 4px 12px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease;
  white-space: nowrap !important;
}

.group--actions button[type='button']:hover {
  background-color: #f0f7ff !important;
  border-color: #40a9ff !important;
}

.group--actions button[type='button']:first-child::before {
  content: '+ ' !important;
}
.group--actions button[type='button']:nth-child(2)::before {
  content: '+ ' !important;
}

.group--header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  opacity: 1 !important;
}

.react-flow__node.selected {
  box-shadow: 0 0 0 5px #00F0AA; 
  border-radius: 16px;
  stroke-width: 4 !important; 
  
  stroke-dasharray: 4 !important; 
}

.react-flow__edge.selected .react-flow__edge-path {
  stroke: #00F0AA !important; 
  stroke-width: 4 !important; 
  stroke-dasharray: 4 !important; 
}
#richText{
  z-index: 500 !important;
}


/*# sourceMappingURL=main.e6b1ef8595b752d432cf.css.map*/