@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Light.ttf");
}

body {
  background-color: var(--light-theme);
  color: var(--light-contrast-text);
  padding: 0;
  margin: 0;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color-light) transparent;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.login-avatar-container {
  margin-bottom: 25px;
}

.buttonsContainer {
  display: flex;
  position: absolute;
  gap: 20px;
  bottom: 1rem;
  right: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  align-self: flex-end;
}

.buttonsUserContainer {
  display: flex;
  gap: 10px;
}

.titleSectionTotext {
  font-weight: bold;
  font-size: 24px;
  margin: 16px 0;
  text-align: center;
}

.login-avatar {
  height: 80px;
  width: 80px;
}
.containerNotesGenerator {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 60px;
  height: 100%;
  padding-top: 10px;
}
.content-close > .containerNotesGenerator {
  width: calc(95% - 65px);
}


.content-open > .containerNotesGenerator {
  width: calc(95% - 220px);
}

.container3 {
  width: 55%;
  padding: 5px;
}

.container2 {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 20px;
}

.categoryFormContainer {
  display: flex;
  flex-direction: column;
  width: 30vw;
  padding: 20px;
  gap: 20px;
}

.checkboxOptionContainer {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.cityFormContainer {
  display: flex;
  min-width: 25vw;
  flex-direction: column;
  gap: 10px;
}

.textareaTemplateText {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
  border: 1px solid #555;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.containerFormTemplates {
  width: 30vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.titleNodeContainers {
  top: 0;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 20px 20px 20px;
  gap: 15px;
  box-sizing: border-box;
}

.radioNodeContainers {
  height: 95px;
}

.backgroundModalscreen {
  position: relative;
  width: 180px;
  z-index: 998;
  padding: 20px;
  color: white;
  height: 60px;
}

.radioButtonOptionLabelDynamicForm {
  max-width: 90% !important;
  overflow-y: auto !important;
  overflow-x: auto !important;
  max-height: 85px !important;
}

.radioButtonOptionLabelDynamicFormNotes {
  min-width: 30px;
  min-height: 10px;
  max-width: 100%;
  overflow-y: auto !important;
  overflow-x: auto !important;
  max-height: 485px !important;
}

.nodeClickedZone {
  width: 200px;
  z-index: 998;
  padding: 20px;
  height: 120px;
  background-color: #fff;
  border: none;
  border-radius: 12px;
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  -ms-border-radius: 12;
  -o-border-radius: 12;
}

.checkboxOptionLabel {
  font-family: "Roboto", sans-serif !important;
  font-size: 10px !important;
  max-width: 700px !important;
  overflow-y: auto !important;
  overflow-x: auto !important;
  max-height: 155px !important;
}

.formContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 400px;
  height: 100%;
  padding: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
}

.labelForms {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  color: var(--primary-color-main);
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

.checkboxGroupContainer {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  max-height: 500px;
  border-radius: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.invalidStructureNodeContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 85%;
  height: 100%;
  padding: 20px;
}

.invalidStructureNode {
  font-family: "Roboto", sans-serif !important;
  width: 98%;
  display: flex;
  height: 20px;
  padding: 20px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.labelInputContainer {
  display: flex;
  gap: 10px;
}


.buttonRefreshFlow{
  margin-top: 20px !important;
  background-color: #f57c00 !important;
  width: 60px;
}

.buttonsNotesGenContainer{
  display: flex;
  gap: 10px;

}

.buttonCopyNote {
  margin-top: 20px !important;
  background-color: #44b154 !important;
  width: 200px;
}
.listFlowsContainer {
  width: 20%;
  height: 100%;
  overflow-y: auto;
  padding-top: 5px;
}
.container-main {
  height: calc(100vh - 80px) !important;
  overflow: auto;
  margin-top: 80px !important;
  padding-top: 5px;
}

.container-main-microfront {
  height: calc(100vh - 112px) !important;
  overflow: auto;
  margin-top: 8px !important;
  padding-top: 4px;
}

.MuiAppBar-root {
  background-color: transparent !important;
  box-shadow: none !important;
}

.navbar-top {
  color: var(--primary-color-main);
  text-transform: uppercase;
}

/* tables */
.tp-table-body-row-selected {
  border-bottom: solid 1px var(--primary-color-main);
  background: linear-gradient(
    180deg,
    var(--primary-color-main) 0%,
    rgba(255, 255, 255, 1) 2%,
    rgba(255, 255, 255, 1) 98%,
    var(--primary-color-main) 100%
  );
}

.table-head-cell {
  background-color: var(--primary-color-main) !important;
  color: var(--contrast-text) !important;
  text-transform: capitalize;
}

.table-head-cell:first-child {
  border-radius: 10px 0 0 10px;
}

.table-head-cell:last-child {
  border-radius: 0 10px 10px 0;
}

.table-row-selected {
  background-color: var(--primary-color-light);
}

.table-row-customButtons {
  width: 0px;
  text-align: center;
  padding: 0 !important;
  padding-right: 10px !important;
  margin: 0 !important;
}

.table-content {
  color: var(--light-contrast-text);
}

.table-divider {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* drawer */
.side-bar {
  margin-top: 10px;
}

.side-bar .MuiDrawer-paper {
  background: linear-gradient(
    var(--secondary-color-main),
    var(--primary-color-light) 150%
  );
  box-sizing: border-box;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
  padding-top: 3px;
  transition: transform 0.5s;
}

.drawer-open .MuiDrawer-paper {
  width: var(--drawer-open-width);
  padding: 10px;
}

.drawer-close .MuiDrawer-paper {
  width: var(--drawer-close-width);
  overflow-x: hidden;
}

.drawer-allRoutes {
  height: 70vh;
  overflow: auto;
}

.drawer-botton {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.drawer-close .drawer-botton .tp-icon-image {
  transform: rotate(180deg);
}

.drawer-item-hiddend {
  display: none;
}

.drawer-divider {
  margin: 10px 25px 10px 25px;
  padding: 0.5px;
  background-color: white;
  text-align: center;
}

.drawer-close .drawer-divider {
  margin: 10px 15px 10px 15px;
}

.drawer-route-icon {
  margin-right: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  min-width: 25px;
  background: none;
}

.drawer-tooltip {
  margin: 0 !important;
  padding: 5px !important;
}

.drawer-list {
  display: flex;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
}

.drawer-list:hover {
  background-color: #500a3e21;
}

.drawer-list-text {
  text-transform: capitalize;
  font-weight: bold;
  color: var(--contrast-text);
}

.drawer-custom-icon {
  color: var(--contrast-text);
  background: none;
}
.drawer-profile-container {
  padding: 0 !important;
  margin: 0 !important;
  width: -webkit-fill-available;
}

.drawer-profile-container .open {
  inline-size: 200px;
}

.drawer-profile-item {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 10px !important;
  color: white;
}

.drawer-profile-text {
  font-size: 0.8rem !important;
}

.drawer-profile-divider {
  background-color: white;
}

.drawer-copyright {
  padding: auto;
  text-align: center;
  font-size: 0.7rem !important;
  padding-top: 8px;
  color: white;
}

/* content layout */
.content-open {
  margin-left: var(--drawer-open-width);
}

.content-close {
  margin-left: var(--drawer-close-width);
}

/* tooltips */
.MuiTooltip-tooltip {
  text-transform: capitalize;
  background-color: black !important;
  color: white;
}

/* tp icon */
.tp-icon {
  display: "flex";
  justify-content: center;
  text-align: center;
}

.tp-icon img {
  transition: transform 0.5s;
}

/* Record modal */
.record-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.record-modal-card {
  width: 75vw;
  border: 1px solid var(--primary-color-main);
}

.record-modal-header {
  background-color: var(--primary-color-main);
  color: var(--contrast-text);
  text-align: center;
}

.theme-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-modal-card {
  width: 40vw;
  border: 1px solid var(--primary-color-main);
}

/* Dashboard styles */
.dashboard-content {
  height: calc(100vh - 112px) !important;
}

.dashboard-header {
  text-align: center;
}

.dashboard-card-1 {
  background-color: #cfcfcf2f !important;
  border: 1px dashed var(--primary-color-main);
  color: black;
}

.dashboard-card-2 {
  background-color: #f44336 !important;
  color: white;
}

.error-container {
  height: 100vh;
}

/* Record modal */
.tp-record-modal .tp-record-modal-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
}

.custom-modal-style .tp-record-modal-card {
  width: 90vw !important;
  max-width: 90vw !important;
  height: 90vh !important;
}

/* Iframe */
.tp-iframe {
  width: 100%;
  height: 80vh;
  border: none;
}

.containerFlowsPanels {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.panelFlows {
  width: 100%;
  height: 80vh;
  gap: 20px;
}

.containerFlowName {
  display: flex;
  gap: 20px;
}

.labelFlowName {
  font-family: "Roboto", sans-serif !important;
  width: 100px;
}

.nameFlowInputContainer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.panelFlowsFields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.buttonPurple {
  background-color: var(--color-purple);
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.dndflow {
  flex-direction: column-reverse;
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.gapper {
  gap: 5px;
}
.buttonSaveFlow {
  align-self: flex-end;
}
.ConfigNotesModalContainer {
  width: 50vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.optionPanelContainer {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.titleCheckBoxNode {
  max-width: 550px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: auto;
}

.blanksPanel {
  display: flex;
  gap: 10px;
  width: 30%;
  height: 100%;
  flex-direction: column;
}

.button-Container-TextField {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}



.inputTextFieldContainer {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 95%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.inputTextFieldContainerPreview {
  margin-top: 5px;
  margin-bottom: 15px;
}

.contianerBlanksList {
  overflow-y: scroll;
  display: flex;
  gap: 10px;
  height: 100%;
  flex-direction: column;
  width: 100%;
}

.templateNodeFieldContainer {
  width: 70%;
  height: 100%;
}

.radioButtonOptionsContainer {
  max-height: 500px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  width: 90%;
}

.radioButtonOptionsContainerDynamicNote {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
  max-width: 80%;
  min-width: 80px;
}

.inputTextContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.thumbContainer {
  font-size: medium;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.dndflow aside {
  padding: 15px 10px;
  font-size: 12px;
  background: #fcfcfc;
  width: 290px;
  height: 68vh;
}

.dndflow aside .description {
  margin-bottom: 10px;
}

.dndflow .dndnode {
  padding: 20px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 10px;
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  cursor: grab;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: none;
  width: 100%;
}

.dynamicyForm-wrapper {
  padding: 15px;
  box-sizing: border-box;
}

.dndflow .dndnode.input {
  border-color: #0041d0;
}

.filtersContainer {
  display: flex;
  gap: 20px;
  width: 100%;
  height: 80px;
  justify-content: flex-start;
  align-items: center;
}

.dndflow .dndnode.output {
  border-color: #ff0072;
}

.dndflow .reactflow-wrapper {
  flex-grow: 2;
}

.reactflow-wrapper {
  height: 68vh;
  width: 70vw;
}

.dndflow .selectall {
  margin-top: 10px;
}

.text-updater-node {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 5px;
  background: white;
  height: 100%;
}
.nodeContentContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  max-height: 500px;
  padding: 0 10px 10px 10px;
}

.selectNodeContentContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 80%;
  max-height: 600px;
  padding: 0 10px 10px 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  min-width: 150px;
}

.initialNode {
  padding: 10px;
}

.switchContainer {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.customTextNodePanel {
  width: 98%;
  display: flex;
  flex-direction: column;
  height: 98%;
  padding: 20px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.selectBlankContainer {
  margin-bottom: 20px;
}

.panelsContainer {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}

.buttonSaveModalConfig {
  align-self: flex-end;
}

.fieldsPanel {
  width: 48%;
  height: 90%;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.titlePanel {
  align-self: center;
  text-align: center;
  margin-bottom: 20px;
}

.titleDynamicForm {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.radioButtonContainerDynamicForm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 90%;
}

.buttonsBulkInsertContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.inputTextAreaFieldDynamicFormNotes {
  width: 100% !important;
  height: 200px !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: white;
  padding: 10px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  margin-top: 2px;
  resize: none;
  box-sizing: border-box;
}

.inputTextAreaFieldDynamicFormNotes
  .MuiOutlinedInput-root:hover
  .MuiOutlinedInput-notchedOutline {
  border-color: black;
}

.inputTextAreaFieldDynamicFormNotes
  .MuiOutlinedInput-root.Mui-focused
  .MuiOutlinedInput-notchedOutline {
  border-color: var(--color-purple) !important;
}

.style1 {
  color: #a56613;

  font-weight: bolder !important;
}

.style2 {
  color: #2c5679 !important;
  font-weight: bolder !important;
  font-style: italic !important;
}

.initialNodeHidden {
  display: none !important;
}

.radioButtonContainerDynamicFormNotes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  max-width: 550px;
}

.titlePanelConfiguration {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

.dynamycFieldsContainer {
  background-color: #fefefe;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 87vh;
  padding: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.previewBox {
  height: 65vh;
}

.componentContainer {
  width: 300px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.componentContainerDynamicform {
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dynamicFormContainer {
  display: flex;
  flex-direction: column;
  gap: 10;
}

.previewContainer {
  margin-bottom: 10px;
}

.conditionsPanel {
  width: 48%;
  height: 90%;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.titleThumb {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.thumbDescription {
  margin-top: 2px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  margin-bottom: 2px;
}

.textInputNode {
  border: 1px solid #eee;
  padding: 0px;
  border-radius: 5px;
  background-color: white;
  min-width: 200px;
  max-width: 500px;
}

.nodeHeaderContainer {
  display: flex;
  gap: 5px;
  width: 100%;
  height: 30px;
  justify-content: flex-end;
}

.IconButton {
  width: 15px !important;
  height: 15px !important;
}

.nodeCheckBoxContentContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;

  max-height: 500px;
  padding: 0 10px 10px 10px;
}

.radioButtonContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerCheckboxFormGroup {
  max-height: 400px;
  overflow: scroll;
  margin-top: 20px;
  max-width: 95%;
}
.buttonsNodeContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px;
}

.customTextLabel {
  max-width: 500px;
  overflow-y: auto;
  overflow-x: auto;
  margin-bottom: 5px;
}

.selectNodeLabel {
  max-width: 550px;
  overflow-y: auto;
  overflow-x: auto;
  margin-bottom: 5px;
}
.customTextNode {
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: white;
  max-width: 550px;
  min-width: 200px;
  min-height: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.idNodeLabel {
  font-size: 8px;
  color: purple;
  background-color: #fdfdfd;
  padding: 5px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  border-radius: 10px;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.textFieldNote {
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: white;
  width: 90%;
  height: 78%;
  padding: 30px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
}

.selectFieldNode {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #eee;
  padding: 0px;
  border-radius: 5px;
  background-color: white;
  max-width: 750px;
  min-height: 95px;
}

.radioButtonNode {
  max-height: 250px;
  justify-content: center;
  border: 1px solid #eee;
  align-items: center;
  flex-direction: column;
  padding: 0px;
  background-color: white;
  width: 200px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.checkboxLabel {
  font-family: "Roboto", sans-serif !important;
  font-size: 10px !important;
}

.checkInputNode {
  border: 1px solid #eee;
  padding: 0px;
  border-radius: 5px;
  background: white;

  min-width: 200px;
}

.radioButtonOptionLabel {
  font-family: "Roboto", sans-serif !important;
  font-size: 10px !important;
  max-width: 500px !important;
  overflow-y: auto !important;
  overflow-x: auto !important;
  max-height: 500px !important;
}
.radioButtonLabel {
  max-width: 100%;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: auto;
}

.radioButtonsContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  max-height: 700px;
  overflow-y: auto;
}

.radioOptionContainer {
  display: flex;
  justify-content: flex-start;
}

.inputTextComponentField {
  height: 25px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 90%;
  border: 1px solid #555;
  padding: 5px;
}

.text-updater-node label {
  display: block;
  color: #777;
  font-size: 12px;
}
.IconElement {
  width: 12px !important;
}

.textFieldThumb .textFieldThumb .selectThumb {
  height: 200px;
}

.checkBoxThumb {
  min-height: 40px;
}

.dndnode:hover {
  background-color: #fcfcfc;
}

.modalBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9997;
}

.modalContainer {
  position: fixed;
  width: 60vw;
  height: 60vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.createFlowModal {
  width: 90vw !important;
  max-width: 1700px !important;
}

.create-country-modal {
  max-width: 800px !important;
}

.scrollAside {
  height: 80vh;
  width: 100%;
  overflow: scroll;
}

.configurationSelectContainer {
  display: flex;
  gap: 20px;
}
.configurationPanel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fontDefault {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.customTextConfiguration {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radioGroupStyle {
  display: flex !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  align-items: center !important;
  flex-direction: row !important;
}

.formcontrolRadioStyles {
  margin-top: 20px !important;
}
.titleNode {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
}

.formGroupCheckboxDynamicForm {
  margin-top: 10px;
}

.formGroupCheckboxDynamicFormNotes {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.inputTextLabel {
  max-width: 500px;
  overflow-y: auto;
  overflow-x: auto;
}
.titleSection {
  font-family: "Roboto", sans-serif !important;
}

.checkboxLabelDynamicForm {
  font-size: 14px;
  margin: 8px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  max-width: 220px;
  overflow-y: auto;
  overflow-x: auto;
  max-height: 65px;
  min-height: 20px;
}

.checkboxLabelDynamicFormNotes {
  font-size: 13px;
  margin: 8px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  overflow-x: auto;
  min-height: 20px;
  max-width: 550px;
}

.fieldTitle {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  width: 80%;
  max-height: 650px;
  overflow-y: auto;
  overflow-x: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 7px;
}

@media screen and (min-width: 768px) {
  .dndflow {
    flex-direction: row;
  }
}

.filterContainer {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.filterFieldContainer {
  width: 100%;
}

.buttonsFilterContainer {
  display: flex;
  gap: 10px;
}
.tp-record-modal-card-header {
  padding-bottom: 10px !important;
}

@media screen and (max-width: 1366px) {
  .panelFlows {
    height: 75vh;
  }

  .textFieldNote{
    height: 70%;
  }

  .listFlowsContainer{
    height: 88%;
  }

  .containerNotesGenerator {
    height: 93%;
  }
  .componentContainerDynamicform {
    padding: 5px;
  }

  .formGroupCheckboxDynamicFormNotes label > span {
    font-size: 14px !important;
  }

  .formContainer {
    max-height: 300px;
  }

  .checkboxLabelDynamicForm label {
    font-size: 10px !important;
    max-width: 250px !important;
  }

  .checkboxLabelDynamicFormNotes label {
    font-size: 10px !important;
    max-width: 400px !important;
  }
  .checkboxLabelDynamicForm {
    font-size: 12px !important;

    max-width: 150px !important;
  }

  .inputTextAreaFieldDynamicFormNotes {
    width: 100% !important;
  }

  .checkboxLabelDynamicFormNotes {
    font-size: 14px !important;

    max-width: 400px !important;
  }

  .inputTextComponentField {
    height: 20px !important;
    padding: 5px;
  }

  .scrollAside {
    height: 50vh;
  }

  .dndflow aside {
    max-width: 250px;
    height: 60vh;
  }

  .dndflow .dndnode {
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    padding: 12px;
  }

  .tp-record-modal-card-content {
    padding: 8px;
  }

  .aside {
    padding: 5px;
  }

  .titleThumb {
    font-size: 14px;
  }

  .textInputFieldThumb {
    max-height: 280px !important ;
  }

  .tp-record-modal-card-header {
    padding-left: 20px;
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .containerFlowsPanels {
    margin-top: -30px;
  }

  .dynamicyForm-wrapper {
    padding: 2px;
  }

  .fieldTitle {
    font-size: 14px;
  }

  .dynamycFieldsContainer {
    margin-top: 0;
    padding: 10px;
    gap: 10px;
    margin-left: 10px;
    height: 80vh;
  }

  .container2 {
    padding: 20px 0;
    width: 18vw;
  }

  .radioButtonOptionLabelDynamicForm {
    font-size: 14px;
  }

  .radioButtonOptionLabelDynamicFormNotes {
    font-size: 14px;
    max-width: 400px;
  }

  .container3 {
    width: 50vw;
    padding: 20px 0;
  }

  .componentContainer {
    width: 200px;
  }
  .radioButtonOptionsContainerDynamicNote {
    max-height: 300px;
  }
  .radioButtonContainerDynamicFormNotes {
    max-height: 300px;
  }
  .modalContainer {
    height: 80vh;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
}
