/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;500&display=swap');*/

/*----------------------Open Sans Font Style Start-------------------------------------*/
/* cyrillic-ext */

@import url('./rsuite.min.css');

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(./fonts/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(./fonts/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(./fonts/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(./fonts/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(./fonts/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(./fonts/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(./fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans bold';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans bold'), local('OpenSans-bold'), url(./fonts/opensans-bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*------------------------Open Sans Font Style End-----------------------------------*/

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: local('IBM Plex Sans'), local('IBMPlexSans-Text'), url(./fonts/IBMPlexSans-Text.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/SourceSans3-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/Montserrat-Regular.otf) format('opentype');
}

/*:root {
  font-size: 1.333rem;
}*/
:root {
  --base-height: 100vh;
  --expertise-dropdown-height: 2.5rem;
  overflow-y: hidden;
  --buttonStartIconMarginLeft: '8px';
  --buttonStartIconMarginRight: 8px;
}

@media screen and (max-width: 1200px) {
  html {
    height: var(--base-height) !important;
    position: fixed;
    /*added for bookmark tab generic issue, on toggling bookmark tab bottom blank space is present*/
    width: 100%;
  }

  #omniapp {
    height: 100% !important;
  }
}

html {
  font-size: 12px;
}

.oap-MuiAlert-filledWarning {
  background-color: #fae18e !important;
}

.oap-MuiAlert-filledSuccess {
  background-color: #c9e29a !important;
}

.oap-MuiAlert-filledError {
  background-color: #fe8e8e !important;
}

.oap-MuiAlert-filledInfo {
  background-color: #9bddf3 !important;
}

.oap-MuiAlert-message {
  color: #000000 !important;
}

body {
  margin: 0;
  /*font-family: 'Source Sans Pro',sans-serif;*/
  font-family: 'Open Sans';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*width: 100%;*/
  min-height: 100vh;
  max-height: 100%;
  /* max-width:1600px; */
  /*position: absolute;
    top: 0;
    left: 0;*/
  /* margin: 0rem 0.333rem ; */
}

span svg {
  font-size: 1rem;
  cursor: pointer;
}

/*p{
  font-size: 1.167rem;
}
h3{
  font-size:1.167rem;
  text-transform: uppercase;
  color:#0072C6;
}
h6{
  font-size: 1.083rem;
}*/
* {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(201, 201, 201, 1) #f3f3f3 !important;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

div:focus-visible {
  outline: 1px solid var(--brand_color2) !important;
  /* border-radius: 3px; */
}

*::-moz-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

*::-webkit-scrollbar-track {
  /* background: rgba(201,201,201,1); */
}

*::-moz-scrollbar-track {
  background: #f8f8f8;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(201, 201, 201, 1);
  border-radius: 0.833rem;
  border: 0.25rem solid transparent;
}

/* To highlight the scrollbar on hover  */
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa !important;
}

::-moz-scrollbar-thumb:hover {
  background-color: #aaa !important;
}

*::-moz-scrollbar-thumb {
  background-color: rgba(201, 201, 201, 1);
  border-radius: 0.833rem;
  border: 0.25rem solid transparent;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.875rem;
  color: #8d8d8d;
  background: #ffffff;
  margin-left: 0.833rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.875rem;
  background: #ffffff;
  color: #8d8d8d;
  margin-left: 0.833rem;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.875rem;
  background: #ffffff;
  color: #8d8d8d;
  margin-left: 0.833rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.875rem;
  color: #8d8d8d;
  background: #ffffff;
  margin-left: 0.833rem;
}

/*.PrivateSwitchBase-root-35{
  padding:0.083rem !important;
}*/
/*.PrivateSwitchBase-root-102{
   padding:0.083rem !important;
}*/

#omniapp {
  height: 2;
}

@media (min-width: 576px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

.EWMessage div iframe table tbody td {
  color: #b50000 !important;
  font: 8pt Verdana !important;
  text-align: center !important;
}

body input[type='text'],
input[type='password'] {
  /* width: 128px; */
  height: 2.333rem !important;
  line-height: 2.333rem !important;
  padding: 0rem 0.667rem !important;
}

#advSearchBoxIdInputPropsLTR {
  box-sizing: border-box;
  padding-right: 54px !important;
}

#selected_groups_search_box {
  box-sizing: border-box;
  padding-right: 43px !important;
}

.saveedfilterlist li.oap-MuiListItem-container {
  position: static !important;
}

.queue-list-add-icon {
  margin: 0px !important;
  padding: 0px !important;
}

#advSearchBoxIdInputPropsRTL {
  box-sizing: border-box;
  padding-left: 45px !important;
}

.containerClass.searchBoxIdInputPropsLTR {
  box-sizing: border-box;
  padding-right: 43px !important;
}

.containerClass.searchBoxIdInputPropsRTL {
  box-sizing: border-box;
  padding-left: 52px !important;
}

/* body input[type='text'],
input[type='password'] ::-moz-focus-inner{
 /* border:'none !important'; */
/* box-shadow: 'none'; */
/* } */
.actionindex {
  height: 2.333rem !important;
  width: 3.333rem !important;
  font-size: 0.917rem;
}

/* Don't Remove this*/
.hideHeaderLoader {
  display: none;
}

.showHeaderLoader {
  display: block;
}

.hideHeaderToaster {
  display: none;
}

.showHeaderToaster {
  display: block;
}

.showErrorHeaderToaster {
  display: block;
}

.hideErrorHeaderToaster {
  display: none;
}

.titleBaseText {
  font-size: var(--base_text_font_size) !important;
}

.titleBaseTextBoldFont {
  font-weight: 600 !important;
  font-size: var(--base_text_font_size) !important;
}

.disabledPicklist {
  background-color: #c4c4c4 !important;
  color: #8d8d8d !important;
}

/* .oap-MuiListItem-root.Mui-selected{
  background-color:var(--brand_color2,0.2) !important;
  opacity:var(--brand_color2,0.2) !important;
} */
.oap-MuiListItem-root.Mui-selected,
.oap-MuiListItem-root.Mui-selected:hover {
  background-color: #f2faff !important;
}

.oap-MuiButton-outlinedPrimary:hover {
  border: 0.083rem solid var(--button_color) !important;
}

.oap-MuiButton-outlinedSecondary:hover {
  border: 0.083rem solid var(--button_color) !important;
}

.oap-MuiCheckbox-root span svg {
  font-size: 1.667rem !important;
}

.oap-MuiCheckbox-root span {
  /* color: var(--checkbox_color) !important; */
}

.oap-MuiCheckbox-colorSecondary.Mui-checked {
  color: var(--checkbox_color) !important;
}

.oap-MuiRadio-root span {
  /* color: var(--radio_color); */
}

.oap-MuiRadio-colorPrimary.Mui-checked {
  color: var(--radio_color) !important;
}

.disable-wrapper>.Mui-disabled {
  opacity: 0.4 !important;
}

/* .oap-MuiTab-textColorInherit .Mui-selected{
  color:var(--brand_color2) !important;
} */
.oap-MuiSvgIcon-colorSecondary {
  color: var(--brand_color2) !important;
}

.linkButton {
  color: var(--brand_color2) !important;
}

/* .oap-MuiButton-containedPrimary{
  color:'#fff'!important;
  background-color: var(--button_color) !important;

} */
/* .oap-MuiSwitch-colorSecondary.Mui-checked{
  color:var(--brand_color2) !important;
} */
.oap-MuiSwitch-colorSecondary.Mui-checked+.oap-MuiSwitch-track {
  background-color: var(--brand_color2) !important;
}

.mdm-MuiSwitch-colorSecondary.Mui-checked+.mdm-MuiSwitch-track {
  background-color: var(--brand_color2) !important;
}

/* .oap-PrivateTabIndicator-colorSecondary{
  background-color: var(--selected_tab_color) !important;
} */
/* .oap-MuiSwitch-track{
  border-color: var(--brand_color2) !important;
  background-color: var(--brand_color2) !important;
} */
.listItemTextInner span {
  font-size: 1rem;
}

.buttonPadding {
  padding: 0.417rem !important;
}

.oap-MuiSwitch-input {
  width: 300% !important;
}

/* .oap-MuiAvatar-colorDefault {
  background-color: var(--brand_color2) !important;
} */
.oap-MuiAvatar-colorDefault {
  background-color: #9d5b38 !important;
}

.MuiSwitch-input {
  width: 300% !important;
}

.mdm-MuiSwitch-input {
  width: 300% !important;
}

/* for overriding the important property of padding in input type ="text"*/
#searchBoxInput_ltr {
  padding-right: 3.333rem !important;
}

#searchBoxInput_rtl {
  padding-left: 3.333rem !important;
}

#searchBoxInput:focus {
  border: '0 properties !important';
  -webkit-box-shadow: 'none !important';
  -moz-box-shadow: 'none !important';
  box-shadow: 'none !important';
  outline: 1px solid blue !important;
}

/* for overriding the important property of padding in InputDialog component*/
#input_dialog_ltr {
  padding-right: 2.833rem !important;
}

#input_dialog_rtl {
  padding-left: 2.833rem !important;
}

#searchInputBox {
  padding: 0 43px 0 1.667rem !important;
  border: 1px solid #d7d7d7 !important;
}

#categoryPanelSearchBox {
  padding-right: 20% !important;
}

div {
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9;
}

#checkbox_import_table {
  height: 100% !important;
  width: 100% !important;
}

/* .oap-MuiDialog-paperScrollPaper{
  max-height: 100% !important;
}
.mdm-MuiDialog-paperScrollPaper{
  max-height: 100% !important;
} */

.mdmrootBoxSize * {
  box-sizing: border-box;
}

.disabled_row_table {
  opacity: 0.6;
  display: none !important;
}

#process_def_id_picker_small {
  height: 1.667rem !important;
  background: white !important;
}

#workstep_name_picker_small {
  height: 1.667rem !important;
  background: white !important;
}

.importRadioInput input[type='radio'] {
  height: 2.917rem !important;
  width: 2.917rem !important;
}

/* #queue_id_picker, */
#process_def_id_picker,
/* #activity_id_picker, */
/* #urn_name_picker, */
/* #introduced_by_user_picker, */
/* #locked_by_user_picker, */
/* #assigned_to_user_picker, */
/* #queue_id_picker, */
/* #activity_id_picker, */
#introduced_by_picker,
#locked_by_picker,
#assigned_to_picker,
#t_picker,
#global_queue_id_picker {
  background: white !important;
}

#default_Queue_picker {
  background: white !important;
  height: 2.167rem !important;
}

#fileInputUpload {
  height: 2.167rem !important;
  padding: 0 10px !important;
}

.horizontal-scroller {
  display: inline-flex;
  width: 100%;
}

.data-field-width {
  width: 100%;
}

.invalidInput {
  border: 1px solid #b52a2a !important;
  box-shadow: 0 0 3px #b52a2a !important;
}

.invalidInput:focus {
  border: 1px solid #b52a2a !important;
  box-shadow: 0 0 3px #b52a2a !important;
}

/* .oap-MuiIconButton-root {
  border: 1px solid transparent !important;
} */
#iconButton:active,
#iconButton.active,
#iconButton:focus {
  outline: none !important;
  border: 0% !important;
}

.oap-MuiIconButton-root:focus {
  border-radius: 0%;
  outline: 1px solid var(--brand_color2) !important;
}

.oap-MuiButton-outlined:focus {
  background-color: rgba(0, 114, 198, 0.04) !important;
  /* outline: none; */
  outline: 2px solid var(--brand_color2) !important;
}

.oap-MuiButton-containedPrimary:focus {
  opacity: 0.8;
  /* outline: 1px solid blue !important; */
  outline: 2px solid var(--brand_color2) !important;
}

.oap-MuiButton-containedSizeSmall:focus {
  opacity: 0.8;
  /* outline: 1px solid blue !important; */
  outline: 2px solid var(--brand_color2) !important;
}

.oap-MuiButton-containedSecondary:focus {
  opacity: 0.8;
  /* outline: 1px solid blue !important; */
  outline: 2px solid var(--brand_color2) !important;
}

.oap-MuiButton-textSizeSmall:focus {
  opacity: 0.8;
  /* outline: 1px solid blue !important; */
  outline: 2px solid var(--brand_color2) !important;
}

/* .lpweb_main1 .loginButton:focus-visible {
  outline: 2px solid var(--brand_color2) !important;
} */

.loginFormInput {
  height: 2.4rem;
}

.lpweb_main1 .loginContainer {
  margin-bottom: 65px !important;
}

.lpweb_main1 .loginContainerRTL {
  margin-bottom: 65px !important;
}

.lpweb_main1 .loginCheckboxLabel svg {
  margin-left: 0.3px !important;
}

@media screen and (min-width: 600px) {
  .oap-MuiToolbar-gutters {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

#al_rpl_tt_sb_audit {
  height: 2.2rem;
}

/* #delete {
  background: #D53D3D !important;
} */
iframe {
  pointer-events: all !important;
}

#expertiseDropDownHeight {
  height: var(--expertise-dropdown-height) !important;
}

#fileUploadBotton {
  padding: 12px !important;
}

#save_userPreference,
#preview_data {
  margin-right: 0px !important;
}

#fileInput {
  padding: 4px !important;
}

@media screen and (min-width: 1536px) {
  #mf_mdm_activitystream_lpweb {
    width: 25.2vw !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1535px) {
  #mf_mdm_activitystream_lpweb {
    width: 27vw !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  #mf_mdm_activitystream_lpweb {
    width: 34.3vw !important;
  }
}

@media screen and (min-width: 1536px) {
  #mdmHomeContainer {
    width: 69.6vw !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  #mdmHomeContainer {
    width: 60.5vw !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1535px) {
  #mdmHomeContainer {
    width: 67.8vw !important;
  }
}

#QueueWorkRule {
  height: 10px !important;
  margin: 2px !important;
}

.icon-button-padding {
  padding: 2px !important;
  font-size: 1.5rem !important;
  height: 1.2rem !important;
  line-height: 2.5rem !important;
  margin: 0px !important;
}

#tableComp_function_table tr td:last-child {
  padding: 12px 24px 12px 24px !important;
}

#tab_cont_data_tab_view_table thead tr th:first-child {
  padding: 0 12px 0 12px !important;
}

#tab_cont_data_tab_view_table tr td:last-child {
  padding: 12px 24px 12px 24px !important;
}

#notistack-snackbar {
  gap: 12px !important;
  color: rgba(0, 0, 0, 1);

}

.notistack-CollapseWrapper {
  width: 290px !important;
  padding-top: 16px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.notistack-MuiContent {
  flex-wrap: nowrap !important;
}

.notistack-SnackbarContainer {
  top: 0px !important;
  position: fixed !important;
  z-index: 9999 !important;
  right: 40% !important;
}

#snackbar_alert_message {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

#snackBarprovider {
  flex-wrap: nowrap !important;
}

.oap-MuiAutocomplete-root {
  border: 0.083rem solid rgb(211, 211, 211);
  border-radius: 2px;
}

.oap-MuiAutocomplete-root:focus {
  border: 0.083rem solid rgb(0, 114, 198);
  border-radius: 2px;
}

.oap-MuiInput-underline:before,
.oap-MuiInput-underline:after {
  border: none !important;
}

#define_filter_value_dropdown {
  border: none !important;
  box-shadow: none !important;
  font-size: var(--base_text_font_size) !important;
}

#define_filter_value_dropdown:focus {
  border: none !important;
  box-shadow: none !important;
}

.loader {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.grid_container {
  background: #fff;
  position: relative;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
  flex-direction: column;
  border-radius: 2px;
}

.fullscreen_container {
  width: calc(100vw - 78px);
  height: 90vh;
  margin: 0rem auto;
  background: #fff;
  position: relative;
  /* cursor: pointer; */
  overflow: hidden;
  overflow-y: auto;
  flex-direction: column;
  position: absolute;
  z-index: 1000;
  border-radius: 2px;
}

.col-direction {
  flex-direction: row !important;
  gap: 5px;
  align-items: center;
}

/* PADDING CLASSES */
.no-pad {
  padding: 0rem !important;
}

.padLeft-small {
  padding-left: 0.5rem !important;
}

.padLeftRight-small {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.padLeftRight-large {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.padAll-small {
  padding: 0.5rem !important;
}

/* MARGIN CLASSES */
.no-margin {
  padding: 0rem !important;
}

.marginLeft-small {
  margin-left: 0.5rem !important;
}

.marginLeft-xsmall {
  margin-left: 0.25rem !important;
}

.marginRight-small {
  margin-right: 0.5rem !important;
}

.marginRight-xsmall {
  margin-right: 0.25rem !important;
}

.marginRight-medium {
  margin-right: 1rem !important;
}

.marginLeftRight-small {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.marginLeftRight-medium {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.marginLeftRight-large {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.marginTop-xsmall {
  margin-top: 0.25rem !important;
}

.marginTop-small {
  margin-top: 0.5rem !important;
}

/* SIZE CLASSES */
.no-min-size {
  min-width: 0rem !important;
  min-height: 0rem !important;
}

.width-200 {
  width: 16.667rem !important;
}

/* TEXT CLASSES */
.text-white {
  color: #fff !important;
}

.text-medium {
  font-size: 1rem !important;
}

/* please do not use on <span>  */
.ellipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* LAYOUT CLASSES*/
.inRow {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.inlineFlex {
  display: inline-flex !important;
}

.flexRow {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.flexGrow {
  flex: 1;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.highlightRed {
  border: 0.167rem solid red;
}

.highlightGreen {
  border: 0.167rem solid green;
}

.highlightYellow {
  border: 0.167rem solid yellow;
}

.fillVertical {
  height: 100%;
}

.fillHorizontal {
  width: 100%;
}

/* MOUSE CLASSES*/
.pointer {
  cursor: pointer !important;
}

.no-pointer {
  cursor: default !important;
  pointer-events: none;
}

.textEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hideIframe {
  display: none !important;
}

.showIframe {
  display: block !important;
}

.EWMessage {
  color: #b50000;
  font: 8pt Verdana;
  text-align: center;
}

.hideHeaderLoader {
  display: none;
}

.showHeaderLoader {
  display: block;
}

.hideHeaderToaster {
  display: none;
}

.showHeaderToaster {
  display: block;
}

.showErrorHeaderToaster {
  display: block;
}

.hideErrorHeaderToaster {
  display: none;
}

.heading-card {
  display: flex;
  justify-content: space-between;
}

.cbody {
  display: flex;
  flex-direction: row;
}

.card:not(.formBuilder_main_app *) {
  background: #fff5ef 0% 0% no-repeat padding-box;
  border: 0.167rem solid white;
  border-left: 0.167rem solid #f36a10;
  padding: 0.667rem;
  height: 60px;
  cursor: pointer;
}

.cicon {
  position: relative;
  right: 0.667rem;
  bottom: 24px;
}

.dot {
  font: 7px;
  color: orange;
  position: relative;
  bottom: 0.333rem;
}

.fullDayBtn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 40px;
  opacity: 1;
  width: 95px;
  height: 1.5rem !important;
  line-height: 0rem !important;
  color: orange;
  font-size: 0.917rem;
  border: none;
  position: relative;
  top: -9px;
  right: 30px;
}

.cardButton {
  border: none;
  background: orange;
  color: white;
  height: 1.667rem;
  border-radius: 5px;
}

.cardIcon {
  border: none;
  background: none;
}

.cbodytext {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #606060;
  position: relative;
  bottom: 30px;
}

.important {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #000000;
}

.cardtitle {
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  position: relative;
  bottom: 1.25rem;
}

.dtheading {
  display: flex;
}

.dtbody {
  display: flex;
  flex-direction: row;
  position: relative;
  bottom: 0.833rem;
  left: 5px;
}

.dtimg {
  height: 30px;
  position: relative;
  top: 1.083rem;
}

.dtcard {
  background: rgb(230, 185, 185) 0% 0% no-repeat padding-box;
  border: 0.167rem solid white;
  border-left: 0.167rem solid rgb(88, 5, 5);
  padding-left: 0.833rem;
  display: flex;
  height: 60px;
}

.dtbodytext {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #606060;
  position: relative;
  bottom: 7px;
  left: 5px;
}

.dtimportant {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #000000;
}

.dtcardtitle {
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  position: relative;
  left: 0.833rem;
}

.todayDate {
  font: normal normal 600 1.333rem/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.downcards {
  /* overflow-y: auto; */
  overflow-y: hidden;
  /* height: calc(50vh - 137px); */
  padding: 0.833rem;
}

.eventDate {
  font: normal normal 600 1.333rem/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 10px 0px;
}

.ctheading {
  display: flex;
}

.ctfull {
  display: flex;
}

.ctbody {
  display: flex;
  flex-direction: row;
  position: relative;
  bottom: 0.833rem;
  left: 5px;
}

.ctimg {
  height: 30px;
  position: relative;
  top: 1.083rem;
}

.ctcard {
  background: #eeffeb 0% 0% no-repeat padding-box;
  border: 0.167rem solid white;
  border-left: 0.167rem solid #326d1f;
  padding-left: 0.833rem;
  display: flex;
  height: 60px;
}

.ctbodytext {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #606060;
  position: relative;
  bottom: 7px;
  left: 5px;
}

.ctimportant {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #000000;
}

.ctcardtitle {
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  position: relative;
  left: 0.833rem;
}

@media print {
  body * {
    visibility: hidden;
    height: auto;
  }

  #ERDMain,
  #ERDMain * {
    visibility: visible;
  }

  #ERDMain {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    /* height: 100vh !important;
    width: 100vw !important; */
    height: 210mm !important;
    width: 297mm !important;
  }

  #childrenColumnContainerPrintStyles {
    justify-content: center !important;
  }

  @page {
    size: auto A4 landscape;
    /* size: auto !important; */
    margin: 0mm !important;
    padding: 0mm !important;
    border: 0mm !important;
  }
}

.iframe_docviewer {
  display: relative;
  pointer-events: all;
  width: 100%;
}

/* datePickerStyles Starts*/
.rdtDays {
  background-color: #fff !important;
}

.datePickerCustomization {
  margin: 0 2px !important;
  height: 33px !important;
}

.Mui-list .css-nxo287-MuiInputBase-input-MuiOutlinedInput-input.Mui-disabled,
.css-nxo287-MuiInputBase-input-MuiOutlinedInput-input:focus {
  padding: 0 8px !important;
}

.MuiMultiSectionDigitalClock-root {
  height: 305px !important;
}

.timePickerStyle .MuiMultiSectionDigitalClock-root {
  height: 233px !important;
}

.MuiMultiSectionDigitalClock-root:after {
  height: 0px !important;
}

.MuiDateCalendar-root {
  height: 305px !important;
  width: 305px !important;
}

.MuiYearCalendar-root {
  width: 305px !important;
  height: 245px !important;
}

.actionBarButtons .MuiButton-root:first-child {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.23);
  color: rgba(0, 0, 0, 0.87)
}

.actionBarButtons .MuiButton-root:first-child:hover {
  background-color: rgba(0, 0, 0, 0.04)
}

.actionBarButtons .MuiButton-root:nth-child(2) {
  background-color: var(--button_color);
  color: #ffffff
}

.MuiTimeClock-arrowSwitcher {
  right: 5px !important;
}

.MuiPickersArrowSwitcher-spacer {
  display: none;
}

.datepickerTextField>div:first-child input {
  cursor: default;
}

/* .datepickerTextField>div:first-child>.MuiOutlinedInput-input {
  -webkit-box-shadow: 0px 0px transparent !important;
  -moz-box-shadow: 0px 0px transparent !important;
  box-shadow: 0px 0px transparent !important;
} */

.datepickerTextField>div:first-child {
  border-radius: 2px !important;
}

.datepickerTextField>div:first-child:focus-visible {
  border: 2px solid var(--selected_tab_color)
}

.datepickerTextField>div:first-child>.MuiInputAdornment-positionEnd {
  height: 24px;
  margin-left: 0px !important;
}

.datepickerTextField .css-1d3z3hw-MuiOutlinedInput-notchedOutline {
  border-color: rgb(224, 224, 224) !important;
}

.datepickerTextField .css-ik6cye-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-width: 1px !important;
}

.datepickerTextFieldWithPlaceholder .MuiOutlinedInput-input {
  padding: 0px 0px 0px 8px !important;
}

#dateInputWrapper-intiate_task .MuiOutlinedInput-notchedOutline {
  border: none !important;
}

#datePickerTextField:focus {
  border: 0px !important;
}

/* datePickerStyles Ends*/

/* completedtaskStyles Starts */
.ctheading {
  display: flex;
}

.ctfull {
  display: flex;
}

.ctbody {
  display: flex;
  flex-direction: row;
  /* position: relative; */
  bottom: 0.833rem;
  left: 5px;
}

.ctimg {
  height: 30px;
  position: relative;
  top: 1.083rem;
}

.ctcard {
  background: #EEFFEB 0% 0% no-repeat padding-box;
  border: 0.167rem solid white;
  border-left: 0.167rem solid #326D1F;
  padding-left: 0.833rem;
  display: flex;
  height: 60px;
}

.ctbodytext {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #606060;
  /* position: relative; */
  bottom: 7px;
  left: 5px;
}

.ctinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.ctimportant {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #000000;
}

.ctcardtitle {
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  position: relative;
  left: 0.833rem;
}

/* completedtaskStyles Ends */

/*eventCalendarStyles Starts*/

.todayDate {
  font: normal normal 600 1.333rem/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.downcards {
  /* overflow-y: auto; */
  overflow-y: hidden;
  /* height: calc(50vh - 137px); */
  padding: 0.833rem;
}

/*eventCalendarStyles Ends*/

/* modifyEventModalStyles Starts */
.metitle {
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.mecloseButton {
  border: none;
}

.metitlediv {
  padding: 0.833rem;
  background-color: #f0f0f0;
  height: 48px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.medescdiv {
  padding: 0.833rem;
}

.melabel {
  font: normal normal normal 1rem/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}

#meevent_name {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.083rem solid #c4c4c4;
  border-radius: 2px;
  opacity: 1;
  width: 462px;
  height: 28px;
  font: normal normal normal 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  position: relative;
  left: 67px;
}

.comment_wrapper #comment {
  /* // Sonar Fix: Unexpected duplicate "border" */
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.083rem solid #c4c4c4;
  border-radius: 2px;
  opacity: 1;
  width: 462px;
  height: 49px;
  font: normal normal normal 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  /* position: relative;
  top: 1.667rem;
  left: 70px; */
  margin-left: 10px;
}

.meSelector {
  height: 189px;
  overflow-y: auto;
}

.mesmalltitle {
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.meDatePickers {
  display: flex;
  /* gap: '2rem !important'; */
  align-items: center;
  justify-content: space-between;
}

.form-check {
  position: relative;
  top: 1.25rem;
  right: 50px;
}

.meDeleteButton {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.083rem solid #c4c4c4;
  border-radius: 2px;
  opacity: 1;
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #606060;
  width: 59px;
  height: 28px;
  position: relative;
  right: 0.833rem;
}

.meModifyButton {
  background: #0072c6 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  border: none;
  width: 59px;
  height: 28px;
}

.mebuttonDiv {
  padding: 0.833rem;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* modifyEventModalStyles Ends */


/* EventCalendar Starts */
.todayDate {
  font: normal normal 600 1.333rem/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 10px 0px;
}

/* .downcards{
    overflow-y: auto;
    overflow-y: hidden;
    height: calc(50vh - 137px);
    padding:  0.833rem;
} */

/* EventCalendar Ends */

/* FormStyles Starts */

/* not shifted */

/* FormStyles Ends */

/* upperHeaderStyles Starts */

.rectangle1 {
  height: 1rem;
  width: 1rem;
  background-color: #0072C6;
  border-radius: 2px;
  position: relative;
  top: 15px;
  left: 9px;
  /* grid-column-start: 1;
  grid-column-end: 2; */
}

.rectangle2 {
  height: 1rem;
  width: 1rem;
  background-color: #326D1F;
  border-radius: 2px;
  position: relative;
  top: 15px;
  left: 0.667rem;
}

.rectangle3 {
  height: 1rem;
  width: 1rem;
  background-color: #D51919;
  border-radius: 2px;
  position: relative;
  top: 15px;
  left: 0.667rem;
}

.rectangle4 {
  height: 1rem;
  width: 1rem;
  background-color: #F36A10;
  border-radius: 2px;
  position: relative;
  top: 15px;
  left: 0.667rem;
}

.c {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr 1fr 2fr 1fr 2fr 3fr 1fr;
  position: relative;
  bottom: 7px;

}

.cc {
  background-color: #f0f0f0;
  height: 28px;
}

.button {
  grid-column-start: 10;
  grid-column-end: 11;
  border: none;
  background: none;
  cursor: pointer;
}

.c1 {
  font: normal normal normal 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/* upperHeaderStyles Ends*/

/* Modal.js styles start */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal {
  position: fixed;
  top: 5vh;
  left: 5%;
  background-color: white;
  box-shadow: 0 0.167rem 0.667rem rgb(0 0 0 / 25%);
  z-index: 10000;
  animation: Modal_slide-down__1SLK4 300ms ease-out forwards;
  height: 86%;
}


/* Modal.js styles Ends */

/* Modifyeventmodal Starts */

.metitle {
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.mecloseButton {
  border: none;
}

.metitlediv {
  padding: 0.833rem;
  background-color: #f0f0f0;
  height: 48px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.medescdiv {
  padding: 0.833rem;
}

.melabel {
  font: normal normal normal 1rem/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}

#meevent_name {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.083rem solid #c4c4c4;
  border-radius: 2px;
  opacity: 1;
  width: 462px;
  height: 28px;
  font: normal normal normal 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  position: relative;
  left: 67px;
}

.comment_wrapper #comment {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.083rem solid #c4c4c4;
  border-radius: 2px;
  opacity: 1;
  width: 462px;
  height: 49px;
  font: normal normal normal 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  /* position: relative;
  top: 1.667rem;
  left: 70px; */
  margin-left: 10px;
}

.meSelector {
  height: 189px;
  overflow-y: auto;
}

.mesmalltitle {
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.meDatePickers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-check {
  position: relative;
  top: 1.25rem;
  right: 50px;
}

.meDeleteButton {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.083rem solid #c4c4c4;
  border-radius: 2px;
  opacity: 1;
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #606060;
  width: 59px;
  height: 28px;
  position: relative;
  right: 0.833rem;
}

.meModifyButton {
  background: #0072c6 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  border: none;
  width: 59px;
  height: 28px;
}

.mebuttonDiv {
  padding: 0.833rem;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* Modifyeventmodal Ends */

/* Initiate task Starts */
.itheading {
  display: flex;
}

.itimg {
  height: 30px;
  position: relative;
  top: 1.083rem;
}

.itbody {
  display: flex;
  flex-direction: row;
  /* position: relative; */
  bottom: 0.833rem;
  left: 5px;
}

.itinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.itcard {
  background: #f0f9ff 0% 0% no-repeat padding-box;
  border: 0.167rem solid white;
  border-left: 0.167rem solid #0072c6;
  padding-left: 0.833rem;
  display: flex;
  height: 60px;
  cursor: pointer;
}

.itbodytext {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #606060;
  position: relative;
  bottom: 14px;
  left: 5px;
}

.itimportant {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #000000;
}

.itcardtitle {
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  position: relative;
  left: 0.833rem;
}

/* Initiate task Ends */


/* delayedtaskCard styles Starts */
.dtheading {
  display: flex;
}

.dtbody {
  display: flex;
  flex-direction: row;
  position: relative;
  bottom: 0.833rem;
  left: 5px;
}

.dtimg {
  height: 30px;
  position: relative;
  top: 1.083rem;
}

.dtcard {
  background: rgb(230, 185, 185) 0% 0% no-repeat padding-box;
  border: 0.167rem solid white;
  border-left: 0.167rem solid rgb(88, 5, 5);
  padding-left: 0.833rem;
  display: flex;
  height: 60px;
}

.dtbodytext {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #606060;
  position: relative;
  bottom: 7px;
  left: 5px;
}

.dtimportant {
  font: normal normal normal 10px/14px Open Sans;
  letter-spacing: 0.12px;
  color: #000000;
}

.dtcardtitle {
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  position: relative;
  left: 0.833rem;
}

/* delayedtaskCard styles Ends */

/* addEventmodalStyles Start */
.aetitle {
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.aetime {
  /* padding:  0.833rem; */
}

.aecloseButton {
  border: none;
}

.aetitlediv {
  padding: 0.833rem;
  background-color: #f0f0f0;
  height: 48px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.aedescdiv {
  padding: 0.833rem;
}

.aelabel {
  font: normal normal normal 1rem/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}

#event_name {
  border: 0.083rem solid var(--light-gray-4-c4c4c4);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.083rem solid #C4C4C4;
  border-radius: 2px;
  opacity: 1;
  width: 462px;
  height: 28px;
  font: normal normal normal 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  /* position: relative;
  left: 70px; */
  margin-left: 10px;

}

#desc {
  border: 0.083rem solid var(--light-gray-4-c4c4c4);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.083rem solid #C4C4C4;
  border-radius: 2px;
  opacity: 1;
  width: 462px;
  height: 49px;
  font: normal normal normal 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  position: relative;
  left: 70px;
}

.aeSelector {
  height: 194px;
  overflow-y: auto;
}

.aesmalltitle {
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  /* padding-left:  0.833rem; */
}

.aeDatePickers {
  display: flex;
  /* gap: '2rem !important'; */
  align-items: center;
  justify-content: space-between;
}

.form-check {
  position: relative;
  top: 1.25rem;
  right: 50px;
}

.aeCancelButton {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.083rem solid #C4C4C4;
  border-radius: 2px;
  opacity: 1;
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #606060;
  width: 59px;
  height: 28px;
  position: relative;
  right: 0.833rem;
}

.aeChangeButton {
  background: #0072C6 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
  font: normal normal 600 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  border: none;
  width: 59px;
  height: 28px;

}

.buttonDiv {
  padding: 0.833rem;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* addEventmodalStyles Ends */

/* mdm FileUploadButtonStyles Starts */
.file-upload {
  width: '27.167rem';
  height: '28px';
  background: '#FFFFFF 0% 0% no-repeat padding-box';
  border: '0.083rem solid #C4C4C4';
  border-radius: '2px';
  opacity: 1;
  margin-right: '24px';
  display: 'flex';
}

.file-select {
  display: flex;
  align-items: center;
  width: 100%;
  /* margin-right: 1rem; */
}

.file-upload .file-select .file-select-name {
  display: inline-block;
}

.file-upload input[type="file"].file-input {
  border: 0.083rem solid #D4D4D4;
  border-radius: 0 0.167rem 2px 0;
  border-radius: 0rem 0.167rem 2px 0px;
  font-size: 1rem;
  color: transparent;
  height: '28px';
  width: '232px'
}

.file-upload input[type="file"].file-input:before {
  content: "No file chosen";
  color: #4A4A4A;
  position: relative;
  /* left:-60px; */
  top: 0.833rem;
}

::-webkit-file-upload-button {
  font-size: 1.167rem;
  color: #808f9c;
  border: 0.083rem solid #337AB7;
  border-radius: 0.167rem 0 0 2px;
  border-radius: 0.167rem 0rem 0rem 2px;
  width: 7em;
  padding: 0.5rem;
  display: inline-block;
  background-color: white;
  margin-right: 0;
  display: none;
  opacity: 0;
  /* color:red     */
}

::-webkit-file-upload-button:focus {
  /* color:#0072C6; */
  outline-color: rgb(0, 114, 198, 0.7);
  outline-width: 0.1px;
  /* color: red; */
}

.define-mapping {
  background: #337AB7;
  border-radius: 2px;
  border-radius: 2px;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.5rem;
  padding: 0.6em;
  margin-left: 1em;
  border: none;
  display: none;
}

.file-upload .file_tiles {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  height: 2.833rem;
  width: 100%;
  height: 100%;
  border: 0.083rem solid #D4D4D4;
  padding: 8px 0;
  height: max-content;
}

.file-upload .file_tiles span {
  background: #D4D4D4;
  margin: 0 5px;
  padding: 2px 5px;
  border-radius: 0.833rem;
  appearance: auto;
}

.file-upload .file_tiles span div {
  color: red;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.file-upload .file_tiles span:hover {
  transform: scale(1.1);
  transition: all 0.1s ease;
}

.file-upload .file_tiles span div:hover {
  transform: rotate(180deg);
  transition: all 1s ease;
}

.file-upload .addMoreFiles {
  font: normal normal normal 1rem/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  width: '100%';
  opacity: 1;
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border: 0.083rem solid #C4C4C4;
  border-radius: 0rem 0.167rem 2px 0px;
}

.file-upload .addMoreFiles:hover {
  transform: scale(1.6);
}

.file-upload .file-input2 {
  height: 16px;
  width: 16px;
  border: none;
  color: transparent;
  position: absolute;
  right: 0;
  cursor: pointer;
}

/* mdm FileUploadButtonStyles Ends */


/* collapsibleCard Starts */

.configuration {
  border-radius: unset !important;
  caret-color: transparent;
  border: 0.083rem solid #f0f0f0;
}

.configuration>* {
  margin: 0.083rem 0;
}

.configurationHeader {
  height: 30px;
  text-align: left;
  padding: 7px 0 !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  margin: 0;
  cursor: pointer;
  background-color: #f0f0f0;
  opacity: 1;
}

.configurationHeaderDiv {
  min-width: 243px;
  padding-right: 0.833rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 1rem;
  color: #202020;
}

.downArrow {
  float: right;
  margin-right: 0.667rem;
}

.cardBodyProperties {
  padding: 0 !important;
}

.cardBodyProperties>* {
  padding: 0.833rem;
}

.cardBodyProperties> :last-child {
  padding-bottom: 1rem;
}

.cardBodyProperties> :first-child {
  padding-top: 1rem;
}

.configurationHeaderSubDiv {
  display: flex;
  column-gap: 0.833rem;
  align-items: center;
}

/* collapsibleCard Ends */

/* picklistContainer Starts */
.picklist_container-enter {
  opacity: 0;
  transform: scale(0.9);
}

.picklist_container-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 300ms, transform 300ms;
}

.picklist_container-exit {
  opacity: 1;
}

.picklist_container-exit-active {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 300ms, transform 300ms;
}

/* picklistContainer Ends */

/* drawerStyles Starts */

.slide-enter {
  transform: translateX(99%);
}

.slide-enter-active {
  transform: translateX(0%);
  transition: transform 200ms ease-in-out;
}

.slide-exit {
  transform: translateX(0%);
}

.slide-exit-active {
  transform: translateX(99%);
  transition: transform 200ms ease-in-out;
}

/* drawerStyles Ends */

/* dropdown footerStyles Starts */

.dropdown_footer {
  text-align: center;
  background: black;
  padding: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

/* dropdown footerStyles Ends */
#marvin_input_box {
  padding-right: 24px !important;
}

.timeline-container {
  position: relative;
  padding-inline-start: 50px;
  margin-inline-start: 20px;
}

.processNameContainer {
  /*margin-left: 30px;*/
  margin-bottom: 12px;
  height: 40px;
  display: flex;
  /*padding-inline-start: 4rem;*/
  padding-inline-start: 2.5rem;

  align-items: center;
  border: "1px solid lightgrey";
}

.processNamePromptHistory {
  color: #000;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.timeline-start-dot {
  position: absolute;
  left: -5px;
  top: 20px;
  width: 8px;
  height: 8px;
  background: linear-gradient(92deg,
      #51087e -29.88%,
      #a14653 56.2%,
      #fb8b23 116.99%);
  border-radius: 50%;
  z-index: 1;
}

.timeline-item {
  position: relative;
  margin-bottom: 12px;
}

.timeline-card {
  position: relative;
  margin-inline-start: -40px;
}

.timeline-content {
  padding: 10px;
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #c4c4c4;
  margin-top: 10px;
  cursor: pointer;
}

.timeline-content:hover {
  padding: 10px;
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  background-color: #f4f4f4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #c4c4c4;
  margin-top: 10px;
  cursor: pointer;
}

.timeline-content-selected {
  padding: 10px;
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  background: #F4FAFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #047ed8;
  margin-top: 10px;
}

.timeline-date {
  display: block;
  margin-top: 10px;
  font-size: 0.85em;
  color: #666;
}

/* Vertical line connecting all dots */
.timeline-container::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -35px;
  bottom: 0;
  width: 1px;
  background-color: #c4c4c4;
}

.timeline-container:last-child::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -32px;
  bottom: 79%;
  width: 1px;
  background-color: #c4c4c4;
}

/* Line connecting dot to the card */
.timeline-item::before {
  content: "";
  position: absolute;
  left: -51px;
  top: 20%;
  height: 1px;
  width: 11px;
  background-color: #c4c4c4;
}

.timeline-item-first::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #c4c4c4;
}

.processnametitle {
  color: #000;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.categoryDetails {
  color: #606060;
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.timestamp {
  color: #606060;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ws-combo *,
.ws-combo *::before,
.ws-combo *::after {
  box-sizing: border-box;
}

.ws-combo {
  display: block;
  max-width: 20.8333rem;
  position: relative;
  color: #000;
}

.combo-input {
  background-color: #fff;
  text-align: left;
  width: 100%;
  padding-right: 32px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.open .combo-input {
  border-radius: 4px 4px 0 0;
}

.combo-label {
  display: block;
  font-weight: 100;
  margin-bottom: 0.25em;
  font-size: 1.2em;
}

.combo-menu {
  background-color: #fff;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 215px;
  min-height: 50px;
  box-shadow: 0px 3px 6px #00000029;
}

.open .combo-menu {
  display: block;
}

.combo-option {
  padding: 10px 12px 12px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@keyframes line1Animation {
  0% {
    stroke-dashoffset: 1000;
  }

  25% {
    stroke-dashoffset: 1000;
  }

  50% {
    stroke-dashoffset: 0;
  }

  75% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes line2Animation {
  0% {
    stroke-dashoffset: 1000;
  }

  25% {
    stroke-dashoffset: 1000;
  }

  50% {
    stroke-dashoffset: 1000;
  }

  75% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes line3Animation {
  0% {
    stroke-dashoffset: 1000;
  }

  25% {
    stroke-dashoffset: 1000;
  }

  50% {
    stroke-dashoffset: 1000;
  }

  75% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes loadingIconAnimation {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  75% {
    transform: rotate(540deg);
  }

  100% {
    transform: rotate(720deg);
  }
}

#Line_1 {
  /*  Modified on 09/10/2024 for bug_id:152124  */
  /* animation: line1Animation 4s linear infinite; */
  animation: line1Animation 3s linear infinite;
  /* till here for bug_id:152124 */
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

#Line_2 {
  /*  Modified on 09/10/2024 for bug_id:152124  */
  /*  animation: line2Animation 4s linear infinite; */
  animation: line2Animation 3s linear infinite;
  /* till here for bug_id:152124 */
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

#Line_3 {
  /*  Modified on 09/10/2024 for bug_id:152124  */
  /* animation: line3Animation 4s linear infinite; */
  animation: line3Animation 3s linear infinite;
  /* till here for bug_id:152124 */
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

#pmweb_genAI_loader_container {
  /*  Modified on 09/10/2024 for bug_id:152124  */
  /* animation: loadingIconAnimation 20s infinite; */
  animation: loadingIconAnimation 12s infinite;
  /* till here for bug_id:152124 */
  animation-timing-function: cubic-bezier(0.3, 1, 0, 1);
  animation-direction: linear;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prefix-1d3z3hw-MuiOutlinedInput-notchedOutline {
  border-color: #E0E0E0 !important;
  /* datepickert border */
}

#tableComp_function_table tr td:last-child {
  padding: 12px 24px 12px 24px !important;
}

#tab_cont_data_tab_view_table thead tr th:first-child {
  padding: 0 12px 0 12px !important;
}

#tab_cont_data_tab_view_table tr td:last-child {
  padding: 12px 24px 12px 24px !important;
}

.hue-horizontal {
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}

.saturation-white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.saturation-black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.frame-container {
  height: 100%;
  pointer-events: all;
  width: 100%;
}

@media screen and (max-width:850px) {
  .open-wi-mobile-view {
    display: grid !important;
  }
}

@media screen and (max-width:450px) {
  .disable-more-than-two {
    opacity: 0.5 !important;
    pointer-events: none !important;
  }
}

.lpweb_main .MuiAlert-standardSuccess,
.lpweb_main1 .MuiAlert-standardSuccess {
  display: flex;
  padding: 0.5rem 1vw !important;
  font-size: 12px !important;
  align-items: start !important;
  font-family: Open Sans, sans-serif !important;
  font-weight: 500;
  line-height: 1.43;
  border-radius: 4px;
  background-color: transparent !important;
  background-color: #c9e29a !important;
  min-width: 290px;
  max-width: 290px;
}

.lpweb_main .MuiAlert-standardError,
.lpweb_main1 .MuiAlert-standardError {
  display: flex;
  padding: 0.5rem 1vw !important;
  font-size: 12px !important;
  align-items: start !important;
  font-family: Open Sans, sans-serif !important;
  font-weight: 500;
  line-height: 1.43;
  border-radius: 4px;
  background-color: transparent !important;
  background-color: #fe8e8e !important;
  min-width: 290px;
  max-width: 290px;
}

.lpweb_main .MuiAlert-standardWarning,
.lpweb_main1 .MuiAlert-standardWarning {
  display: flex;
  padding: 0.5rem 1vw !important;
  font-size: 12px !important;
  align-items: start !important;
  font-family: Open Sans, sans-serif !important;
  font-weight: 500;
  line-height: 1.43;
  border-radius: 4px;
  background-color: transparent !important;
  background-color: #fae18e !important;
  min-width: 290px;
  max-width: 290px;
}

.lpweb_main .MuiAlert-standardInfo,
.lpweb_main1 .MuiAlert-standardInfo {
  display: flex;
  padding: 0.5rem 1vw !important;
  font-size: 12px !important;
  align-items: start !important;
  font-family: Open Sans, sans-serif !important;
  font-weight: 500;
  line-height: 1.43;
  border-radius: 4px;
  background-color: transparent !important;
  background-color: #9bddf3 !important;
  min-width: 290px;
  max-width: 290px;
}

.lpweb_main .MuiAlert-icon,
.lpweb_main1 .MuiAlert-icon {
  margin: 0 !important;
  display: flex !important;
  opacity: 0.9;
  padding: 0;
  font-size: 22px !important;
  margin-right: 12px !important;
  margin-inline-end: 12px !important;
}

.lpweb_main .MuiAlert-message,
.lpweb_main1 .MuiAlert-message {
  flex: 1 !important;
  padding: 0 !important;
}

.lpweb_main .MuiAlert-action,
.lpweb_main1 .MuiAlert-action {
  margin: 0 !important;
  display: flex;
  padding: 0 !important;
  position: relative;
  align-items: center;
  margin-left: auto;
  margin-right: -8px;
}

.lpweb_main .MuiAlert-standardSuccess .closeIconBtn:hover,
.lpweb_main1 .MuiAlert-standardSuccess .closeIconBtn:hover {
  background: #abc57b;
}

.lpweb_main .MuiAlert-standardWarning .closeIconBtn:hover,
.lpweb_main1 .MuiAlert-standardWarning .closeIconBtn:hover {
  background: #d9c172;
}

.lpweb_main .MuiAlert-standardInfo .closeIconBtn:hover,
.lpweb_main1 .MuiAlert-standardInfo .closeIconBtn:hover {
  background: #74c1da;
}

.lpweb_main .MuiAlert-standardError .closeIconBtn:hover,
.lpweb_main1 .MuiAlert-standardError .closeIconBtn:hover {
  background: #de7a7b;
}


/* apex chart css start --dont changes the apex css maually */

/* @keyframes opaque {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes resizeanim {

  0%,
  to {
    opacity: 0
  }
} */

.apexcharts-canvas {
  position: relative;
  user-select: none
}

.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.apexcharts-inner {
  position: relative
}

.apexcharts-text tspan {
  font-family: inherit
}

rect.legend-mouseover-inactive,
.legend-mouseover-inactive rect,
.legend-mouseover-inactive path,
.legend-mouseover-inactive circle,
.legend-mouseover-inactive line,
.legend-mouseover-inactive text.apexcharts-yaxis-title-text,
.legend-mouseover-inactive text.apexcharts-yaxis-label {
  transition: .15s ease all;
  opacity: .2
}

.apexcharts-legend-text {
  padding-left: 15px;
  margin-left: -15px;
}

.apexcharts-series-collapsed {
  opacity: 0
}

.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, .96)
}

.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30, 30, 30, .8)
}

.apexcharts-tooltip * {
  font-family: inherit
}

.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #eceff1;
  border-bottom: 1px solid #ddd
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0, 0, 0, .7);
  border-bottom: 1px solid #333
}

.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-z-value {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600
}

.apexcharts-tooltip-text-goals-label:empty,
.apexcharts-tooltip-text-goals-value:empty,
.apexcharts-tooltip-text-y-label:empty,
.apexcharts-tooltip-text-y-value:empty,
.apexcharts-tooltip-text-z-value:empty,
.apexcharts-tooltip-title:empty {
  display: none
}

.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px
}

.apexcharts-tooltip-goals-group,
.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
  display: flex
}

.apexcharts-tooltip-text-goals-label:not(:empty),
.apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px
}

.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border-radius: 50%
}

.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1
}

.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px
}

.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0 !important
}

.apexcharts-tooltip-y-group {
  padding: 6px 0 5px
}

.apexcharts-custom-tooltip,
.apexcharts-tooltip-box {
  padding: 4px 8px
}

.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse
}

.apexcharts-tooltip-box>div {
  margin: 4px 0
}

.apexcharts-tooltip-box span.value {
  font-weight: 700
}

.apexcharts-tooltip-rangebar {
  padding: 5px 8px
}

.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777
}

.apexcharts-tooltip-rangebar .series-name {
  font-weight: 700;
  display: block;
  margin-bottom: 5px
}

.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
  opacity: 0;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #eceff1;
  border: 1px solid #90a4ae
}

.apexcharts-xaxistooltip {
  padding: 9px 10px;
  transition: .15s ease all
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, .7);
  border: 1px solid rgba(0, 0, 0, .5);
  color: #fff
}

.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.apexcharts-xaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-left: -6px
}

.apexcharts-xaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-left: -7px
}

.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%
}

.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
  top: 100%
}

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #eceff1
}

.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90a4ae
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0, 0, 0, .5)
}

.apexcharts-xaxistooltip-top:after {
  border-top-color: #eceff1
}

.apexcharts-xaxistooltip-top:before {
  border-top-color: #90a4ae
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0, 0, 0, .5)
}

.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-yaxistooltip {
  padding: 4px 10px
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, .7);
  border: 1px solid rgba(0, 0, 0, .5);
  color: #fff
}

.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.apexcharts-yaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-top: -6px
}

.apexcharts-yaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-top: -7px
}

.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
  left: 100%
}

.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
  right: 100%
}

.apexcharts-yaxistooltip-left:after {
  border-left-color: #eceff1
}

.apexcharts-yaxistooltip-left:before {
  border-left-color: #90a4ae
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0, 0, 0, .5)
}

.apexcharts-yaxistooltip-right:after {
  border-right-color: #eceff1
}

.apexcharts-yaxistooltip-right:before {
  border-right-color: #90a4ae
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0, 0, 0, .5)
}

.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1
}

.apexcharts-yaxistooltip-hidden {
  display: none
}

.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: .15s ease all
}

.apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-ycrosshairs-hidden {
  opacity: 0
}

.apexcharts-selection-rect {
  cursor: move
}

.svg_select_boundingRect,
.svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_boundingRect,
.apexcharts-selection-rect+g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_points_l,
.apexcharts-selection-rect+g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible
}

.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move
}

.apexcharts-menu-icon,
.apexcharts-pan-icon,
.apexcharts-reset-icon,
.apexcharts-selection-icon,
.apexcharts-toolbar-custom-icon,
.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6e8192;
  text-align: center
}

.apexcharts-menu-icon svg,
.apexcharts-reset-icon svg,
.apexcharts-zoom-icon svg,
.apexcharts-zoomin-icon svg,
.apexcharts-zoomout-icon svg {
  fill: #6e8192
}

.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(.76)
}

.apexcharts-theme-dark .apexcharts-menu-icon svg,
.apexcharts-theme-dark .apexcharts-pan-icon svg,
.apexcharts-theme-dark .apexcharts-reset-icon svg,
.apexcharts-theme-dark .apexcharts-selection-icon svg,
.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,
.apexcharts-theme-dark .apexcharts-zoom-icon svg,
.apexcharts-theme-dark .apexcharts-zoomin-icon svg,
.apexcharts-theme-dark .apexcharts-zoomout-icon svg {
  fill: #f3f4f5
}

.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
  fill: #008ffb
}

.apexcharts-theme-light .apexcharts-menu-icon:hover svg,
.apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
  fill: #333
}

.apexcharts-menu-icon,
.apexcharts-selection-icon {
  position: relative
}

.apexcharts-reset-icon {
  margin-left: 5px
}

.apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoom-icon {
  transform: scale(.85)
}

.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  transform: scale(.7)
}

.apexcharts-zoomout-icon {
  margin-right: 3px
}

.apexcharts-pan-icon {
  transform: scale(.62);
  position: relative;
  left: 1px;
  top: 0
}

.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6e8192;
  stroke-width: 2
}

.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #008ffb
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333
}

.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0 6px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: .15s ease all;
  pointer-events: none
}

.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: .15s ease all
}

.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee
}

.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0, 0, 0, .7);
  color: #fff
}

@media screen and (min-width:768px) {
  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1
  }
}

.apexcharts-canvas .apexcharts-element-hidden,
.apexcharts-datalabel.apexcharts-element-hidden,
.apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

.apexcharts-hidden-element-shown {
  opacity: 1;
  transition: 0.25s ease all;
}

.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-datalabels,
.apexcharts-pie-label {
  cursor: default;
  pointer-events: none
}

.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease
}

.apexcharts-radialbar-label {
  cursor: pointer;
}

.apexcharts-annotation-rect,
.apexcharts-area-series .apexcharts-area,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-gridline,
.apexcharts-line,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-point-annotation-label,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon,
.apexcharts-toolbar svg,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-xaxis-annotation-label,
.apexcharts-yaxis-annotation-label,
.apexcharts-zoom-rect {
  pointer-events: none
}

.apexcharts-marker {
  transition: .15s ease all
}

.resize-triggers {
  animation: 1ms resizeanim;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow: hidden
}

.contract-trigger:before,
.resize-triggers,
.resize-triggers>div {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.resize-triggers>div {
  height: 100%;
  width: 100%;
  background: #eee;
  overflow: auto
}

.contract-trigger:before {
  overflow: hidden;
  width: 200%;
  height: 200%
}

.apexcharts-bar-goals-markers {
  pointer-events: none
}

.apexcharts-bar-shadows {
  pointer-events: none
}

.apexcharts-rangebar-goals-markers {
  pointer-events: none
}

.apexcharts-legend {
  display: flex;
  overflow: auto;
  padding: 0 10px;
}

.apexcharts-legend.apx-legend-position-bottom,
.apexcharts-legend.apx-legend-position-top {
  flex-wrap: wrap
}

.apexcharts-legend.apx-legend-position-right,
.apexcharts-legend.apx-legend-position-left {
  flex-direction: column;
  bottom: 0;
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-left,
.apexcharts-legend.apx-legend-position-top.apexcharts-align-left,
.apexcharts-legend.apx-legend-position-right,
.apexcharts-legend.apx-legend-position-left {
  justify-content: flex-start;
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
.apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
  justify-content: center;
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-right,
.apexcharts-legend.apx-legend-position-top.apexcharts-align-right {
  justify-content: flex-end;
}

.apexcharts-legend-series {
  cursor: pointer;
  line-height: normal;
}

.apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series,
.apexcharts-legend.apx-legend-position-top .apexcharts-legend-series {
  display: flex;
  align-items: center;
}

.apexcharts-legend-text {
  position: relative;
  font-size: 14px;
}

.apexcharts-legend-text *,
.apexcharts-legend-marker * {
  pointer-events: none;
}

.apexcharts-legend-marker {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  border-style: solid;
  display: -webkit-inline-box;
}

.apexcharts-legend.apexcharts-align-right .apexcharts-legend-series,
.apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
  display: inline-block;
}

.apexcharts-legend-series.apexcharts-no-click {
  cursor: auto;
}

.apexcharts-legend .apexcharts-hidden-zero-series,
.apexcharts-legend .apexcharts-hidden-null-series {
  display: none !important;
}

.apexcharts-inactive-legend {
  opacity: 0.45;
}

.justify-end {
  justify-content: end;
}

.bg-white {
  background-color: #ffffff;
}

.microphone {
  /* width: 50px;
  height: 50px;
  background-color: #4CAF50;  */
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: box-shadow 0.3s ease;
  /* position: relative; */
}

@keyframes glowingPulse {
  0% {
    box-shadow: 0 0 1px 0px #0072C6;
  }

  50% {
    box-shadow: 0 0 4px 1px #0072C6;
  }

  100% {
    box-shadow: 0 0 1px 0px #0072C6;
  }
}


.listening {
  animation: glowingPulse 2s infinite;
}

.marvin__mic-icon {
  color: '#aeaeae' !important;
}

.marvin__mic-icon:hover {
  /* border-radius: 100%;
  background-color: #F8F8F8; */
  color: #3e93d2 !important;
}

#quickSearchInputBox:active,
.quickSearchInputBox.active,
#quickSearchInputBox:focus {
  box-shadow: none !important;
}

@media screen and (min-width: 1920px) {
  .not-found-history {
    height: 34vh !important;
  }

  .not-found-report {
    height: 36vh !important;
  }
}

#create_new_workitem {
  background-color: var(--brand_color1) !important;
}

.header-custom-button-hover:hover {
  color: var(--hover-color) !important;
  opacity: var(--hover-opacity);
  background: var(--hover-background) !important;
}

.header-custom-button-active:active {
  color: var(--active-color) !important;
  opacity: var(--active-opacity);
  background: var(--active-background) !important;
}

.gray-color {
  background-color: #f8f8f8 !important;
  pointer-events: none;
}

#process_form input[type="text"],
#queue_form input[type="text"],
#process_form #Priority_selectedDropown,
#process_form #selectedDropdown,
#global_queue_based_form #selectedDropdown,
#globa_queue_based_form #selectedDropdown,
#process_form input {
  border: 1px solid #c4c4c4 !important;
}

/* #process_form .datepickerTextField>div:first-child>.MuiOutlinedInput-input {
  box-shadow:  var(--brand_color1) !important; 
} */



#filter_form input[type="text"],
#filter_form input,
#dd_opr_selectedDropown,
#status_opr_selectedDropown,
#priority_opr_selectedDropown,
#priority_value_selectedDropown,
#On_selectedDropown,
#Time_selectedDropown,
#Till_selectedDropown {
  border: 1px solid #c4c4c4 !important;
}