
#content {
  /* min-width: 1280px; */
  /* padding-top: 3.75rem; */
}

#tools,
#top-bar {
  margin: 0px;
  padding: 0px;
  top: 0;
  height: 3.75rem;
  width: 100%;
  z-index: 99;
  position: absolute;
  /* min-width: 1024px; */
}

#tools.sticked,
#top-bar.sticked {
  position: fixed;
}

#content>div.sticked {
  margin-top: 55px;
}

#left_sensor {
  /* float: left;
	overflow: hidden;
	min-width: 15rem;
    width: 15rem;
	min-height: 100px;
	margin-top: 3.75rem;
    border-right: 1px solid #dae0ec; */
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 15rem;
  z-index: 90;
  display: flex;
  flex-direction: column;
  left: 0;
  border-right: 1px solid #dae0ec;
  ;
}

#left_column {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100%;
}

#right_column {
  /* float: left;
	padding: 1rem;
	width: calc(100% - 18rem);
	height: calc(100% - 52px);
	margin-right: 10px;
	margin-top: 3.75rem; */
  /*padding: 0.875rem 1.125rem;*/
  padding: 1.875rem 3.125rem;
  position: relative;
  min-height: 100%;
  margin-left: 15rem;
}

#top_row,
#bottom_row {
  height: 50%;
  width: 100%;
  overflow-y: visible;
}

#top_row iframe.loading,
#bottom_row iframe.loading {
  display: none !important;
}

#top_row_react {
  height: 50%;
  width: 100%;
  overflow-y: visible;
}

#top_row_react iframe {
  width: 100%;
}

#bottom_row {
  border-top: 1px solid #ccc;
  overflow-y: hidden;
}

#top_row iframe,
#bottom_row iframe {
  height: 100%;
  width: 100%;
}

#bottom_row iframe body {
  overflow: hidden;
}

#scroll_to_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}

#user-settings {
  position: fixed;
  right: -20px;
  top: 100px;
  display: block;
  height: 34px;
  width: 34px;
  border-radius: 5px 0 0 5px;
  background: #e6e6e6;
  padding: 2px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  z-index: 99;
}

#user-settings:hover {
  right: 0px;
}

#user-settings>img {
  margin-top: 3px;
}

.fa-gears {
  background-image: url("/assets/img/gears.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.txt-color-blueDark {
  color: #4c4f53 !important;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.settings {
  position: absolute;
  top: 100px;
  right: 0;
  width: 0px;
  z-index: 902;
  background: #e6e6e6;
}

.settings.activate {

  width: 160px;
  min-height: 160px;
}

.activate {
  right: 0 !important;
  box-shadow: -11px 12px 23px rgba(0, 0, 0, .2);
  padding: 5px 10px 10px;
}

.settings.activate>span {
  left: -30px;
}

.settings form {
  font-size: 8pt;
  display: none;
}

.settings.activate form {
  display: block;
}

.settings label {
  font-size: 10pt;
}

.settings #firstWindow {
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.settings .choiceInput {
  margin-bottom: 10px;
}

.settings .choiceInput input {
  line-height: 20px;
  margin-bottom: -5px;
}

.settings .choiceInput label {
  line-height: 20px;
}

.settings.activate #user-settings {
  position: absolute;
  top: 0px;
}

textarea.focusless:focus,
input.focusless:focus {
  /* outline: none; */

  /* -webkit-box-shadow: none; */
  /* -moz-box-shadow: none; */
  /* box-shadow: none; */

  resize: none;
  /*remove the resize handle on the bottom right*/
}


@media only screen and (max-width: 480px) {}




#right_column {}

.pbDivLoader {
  position: absolute;
  top: calc(50% - 3em);
  left: calc(50% - 3em);
  width: 6em;
  height: 6em;
  border: 1.1em solid rgba(37, 52, 108, 0.2);
  border-left: 1.1em solid #253A6C;
  border-radius: 50%;
  animation: load8 1.1s infinite linear;
  transition: opacity 0.3s;
}

.pbDivLoader.loader-bottom {
  position: relative;
  top: calc(30% - 3em);
}

.pbDivLoader--hide {
  opacity: 0;
  display: none;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




/** MODAL **/
/*
/* The Modal (background)
.modal {
	display: none; /* Hidden by default
	position: fixed; /* Stay in place
	z-index: 10000; /* Sit on top
	padding-top: 100px; /* Location of the box
	left: 0;
	top: 0;
	width: 100%; /* Full width */
/* height: 100%; Full height */
/* overflow: auto; Enable scroll if needed
	background-color: rgb(0,0,0); /* Fallback color
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity
  }

  /* Modal Content
  .modal-content {
	/*background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;

    width: auto;
	min-width: 50%;
	/*width: 80%;
	display: table;
    box-shadow: -11px 12px 23px rgb(0 0 0 / 20%);
    background: #fdfdfd;


	background-clip: padding-box;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.14902);
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    border-left-color: rgba(0, 0, 0, 0.14902);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

  }

  /* The Close Button
  .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }

  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }


   /* The switch - the box around the slider
   .switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 27px;
}

/* Hide default HTML checkbox
.switch input {display:none;}

/* The slider
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
} */
input {
  /* padding: 0.4375rem 0.75rem; */
  padding: 0.2375rem 0.55rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212837;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #d1d9e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select {
  /* padding: 0.4375rem 2.25rem 0.4375rem 0.75rem; */
  padding: 0.2375rem 1.25rem 0.2375rem 0.55rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212837;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #d1d9e7;
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  word-wrap: normal;

}

input:checked+.slider {
  background-color: #00466e;
}

input:focus+.slider {
  box-shadow: 0 0 1px #00466e;
}

input:checked+.slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}




/*** NEWLY ADDED CLASSES */

.page-header {
  color: #212837;
  padding: 0;
  border: none;
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: 600;
}

/* .card{
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #FFFFFF;
    background-clip: border-box;
    /* border: 1px solid #d1d9e7;
    border-radius: 6px;
} */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.bg-fake-load {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity));
}

.dark-mode .bg-fake-load {
  --bs-bg-opacity: 1;
  background-color: rgba(71, 88, 122, var(--bs-bg-opacity));
}

.bottom-line {
  box-shadow: 0 -6px 6px rgb(31 107 255 / 10%);
  z-index: 9999;
}

.bg-bottom-line {
  --bs-bg-opacity: 1;
  background-color: white;
}

.dark-mode .bg-bottom-line {
  --bs-bg-opacity: 1;
  background-color: rgba(71, 88, 122, var(--bs-bg-opacity));
}

.tox .tox-edit-area__iframe {
  /* background-color: rgba(71,88,122,var(--bs-bg-opacity)); */
}

.tox-promotion,
.tox-statusbar__branding {
  display: none !important;
}

.react-select-2-live-region+div {

  background-color: rgba(71, 88, 122, var(--bs-bg-opacity));
  border-color: rgba(71, 88, 122, var(--bs-bg-opacity))
}

.app-header .mobile-toggler {
  z-index: 99;
  /* background: #fff; */
  background-color: var(--app-header-bg);
}

.hidden-mobile {
  display: block;
}

@media only screen and (max-width: 600px) {
  .hidden-mobile {
    display: none !important;
  }
}

.modal-70percent {
  max-width: 70%;
}

@media screen and (max-width: 1920px) {

  .modal-70percent {
    min-width: 80%;
    max-width: 80%;
  }
}

@media screen and (max-width: 1600px) {

  .modal-70percent {
    min-width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 1280px) {

  .modal-70percent {
    min-width: 90%;
    max-width: 90%;
  }
}

.modal-95percent {
  max-width: 95%;
}

.modal-right {
  /* width: 50%; */
  right: 0;
  position: absolute;
  height: 100%;
}

.modal-right .modal-content {
  height: 100%;
}

.modal-right .modal-body {
  height: 100%;
  overflow-y: auto;
}

/*

.nav.nav-wizards-1 {
    flex-wrap: nowrap;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: 400;
    --bs-nav-link-color: rgba(33,40,55, 0.5);
    --bs-nav-link-hover-color: #212837;
    --bs-nav-link-disabled-color: #a8b6d1;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav.nav-wizards-1 .nav-item .nav-link.active, .nav.nav-wizards-1 .nav-item .nav-link.completed {
    color: #1f6bff;
}

.nav.nav-wizards-1 .nav-item .nav-link {
    position: relative;
    color: rgba(33,40,55,.75);
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: var(--bs-nav-link-font-size);
    font-weight: 400;
    color: rgba(33,40,55, 0.5);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav.nav-wizards-1 .nav-item .nav-link.active:after, .nav.nav-wizards-1 .nav-item .nav-link.active:before, .nav.nav-wizards-1 .nav-item .nav-link.completed:after, .nav.nav-wizards-1 .nav-item .nav-link.completed:before {
    background: #1f6bff;
}
.nav.nav-wizards-1 .nav-item .nav-link:after {
    transition: all .2s linear;
    left: calc(50% + 20px);
    right: 0;
}





/* --app-theme: #1f6bff;
    --app-theme-rgb: 31,107,255;
    --app-theme-color: #FFFFFF;
    --app-theme-color-rgb: 255,255,255;
    --app-border-color: #d1d9e7;
    --app-border-color-rgb: 209,217,231;
    --app-header-bg: #FFFFFF;
    --app-header-bg-rgb: 255,255,255;
    --app-header-color: #212837;
    --app-header-color-rgb: 33,40,55;
    --app-header-input-bg: #ebeef4;
    --app-header-input-border: #ebeef4;
    --app-header-box-shadow: 0 6px 6px rgba(var(--app-theme-rgb), 0.1);
    --app-sidebar-border-color: #dae0ec;
    --app-sidebar-menu-header-color: #657eae;
    --app-sidebar-menu-link-icon-label-bg: linear-gradient(to bottom, #FF9500, #d63384);
    --app-sidebar-menu-link-icon-label-color: #FFFFFF;
    --app-sidebar-menu-link-color: #3c4e71;
    --app-sidebar-menu-link-hover-bg: rgba(201, 210, 227, 0.5);
    --app-sidebar-menu-link-active-bg: transparent;
    --app-sidebar-menu-link-active-color: var(--app-component-active-bg);
    --app-sidebar-content-mobile-bg: #FFFFFF;
    --app-sidebar-mobile-backdrop-bg: rgba(33, 40, 55, 0.5);
    --app-float-submenu-bg: #FFFFFF;
    --app-float-submenu-link-color: #212837;
    --app-float-submenu-link-active-color: var(--app-component-active-bg);
    --app-float-submenu-link-active-bg: transparent;
    --app-component-bg: #FFFFFF;
    --app-component-bg-rgb: 255,255,255;
    --app-component-dropdown-bg: #FFFFFF;
    --app-component-dropdown-bg-rgb: 255,255,255;
    --app-component-dropdown-hover-bg: #ebeef4;
    --app-component-dropdown-hover-bg-rgb: 235,238,244;
    --app-component-dropdown-border-color: #dae0ec;
    --app-component-dropdown-border-color-rgb: 218,224,236;
    --app-component-modal-bg: #FFFFFF;
    --app-component-modal-bg-rgb: 255,255,255;
    --app-component-modal-border-color: #dae0ec;
    --app-component-modal-border-color-rgb: 218,224,236;
    --app-component-secondary-bg: #c9d2e3;
    --app-component-color: #212837;
    --app-component-color-rgb: 33,40,55;
    --app-component-muted-color: #a8b6d1;
    --app-component-muted-color-rgb: 168,182,209;
    --app-component-border-color: #d1d9e7;
    --app-component-border-color-rgb: 209,217,231;
    --app-component-active-bg: #1f6bff;
    --app-component-active-bg-rgb: 31,107,255;
    --app-component-active-color: #FFFFFF;
    --app-component-active-color-rgb: 255,255,255;
    --app-component-hover-bg: #ebeef4;
    --app-component-hover-color: #212837;
    --app-component-hover-border-color: #c9d2e3;
    --app-component-focus-border-color: #5790ff;
    --app-component-disabled-bg: #ebeef4;
    --app-component-disabled-color: #a8b6d1;
    --app-component-disabled-border-color: #c9d2e3;
    --app-component-table-border-color: #d1d9e7;
    --app-component-table-separator-color: currentColor;
    --form-switch-bg-image: url(data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(60, 78, 113, 0.25)'/></svg>); */
/*
.nav.nav-wizards-1 .nav-item .nav-link:after, .nav.nav-wizards-1 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 1.6875rem;
    height: 0.125rem;
    background: #d1d9e7;
    left: 0;
    right: calc(50% + 20px);
}
.nav.nav-wizards-1 .nav-item .nav-link.active .nav-no, .nav.nav-wizards-1 .nav-item .nav-link.completed .nav-no {
    border-color: #1f6bff;
    color: #1f6bff;
}

.nav.nav-wizards-1 .nav-item .nav-link .nav-no {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    font-weight: 500;
    background: 0 0;
    border: 2px solid #d1d9e7;
    position: relative;
    z-index: 10;
    font-size: .875rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
}


/** FIRST
.nav.nav-wizards-1 .nav-item:first-child .nav-link:after, .nav.nav-wizards-1 .nav-item:first-child .nav-link:before {
    left: calc(50% + 20px);
}
.nav.nav-wizards-1 .nav-item .nav-link.active:after, .nav.nav-wizards-1 .nav-item .nav-link.active:before, .nav.nav-wizards-1 .nav-item .nav-link.completed:after, .nav.nav-wizards-1 .nav-item .nav-link.completed:before {
    background: #1f6bff;
}
.nav.nav-wizards-1 .nav-item .nav-link:after, .nav.nav-wizards-1 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 1.6875rem;
    height: 0.125rem;
    background: #d1d9e7;
    left: 0;
    right: calc(50% + 20px);
}

.nav.nav-wizards-1 .nav-item:first-child .nav-link:after, .nav.nav-wizards-1 .nav-item:first-child .nav-link:before {
    left: calc(50% + 20px);
}
.nav.nav-wizards-1 .nav-item .nav-link.active:after, .nav.nav-wizards-1 .nav-item .nav-link.completed:after {
    width: calc(50% - 20px);
}
.nav.nav-wizards-1 .nav-item .nav-link.active:after, .nav.nav-wizards-1 .nav-item .nav-link.active:before, .nav.nav-wizards-1 .nav-item .nav-link.completed:after, .nav.nav-wizards-1 .nav-item .nav-link.completed:before {
    background: #1f6bff;
}
.nav.nav-wizards-1 .nav-item .nav-link:after {
    transition: all .2s linear;
    left: calc(50% + 20px);
    right: 0;
}
.nav.nav-wizards-1 .nav-item .nav-link:after, .nav.nav-wizards-1 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 1.6875rem;
    height: 0.125rem;
    background: #d1d9e7;;
    left: 0;
    right: calc(50% + 20px);
}

.nav.nav-wizards-1 .nav-item .nav-link.active:after, .nav.nav-wizards-1 .nav-item .nav-link.completed:after {
    width: calc(50% - 20px);
}
.nav.nav-wizards-1 .nav-item .nav-link.active:after, .nav.nav-wizards-1 .nav-item .nav-link.active:before, .nav.nav-wizards-1 .nav-item .nav-link.completed:after, .nav.nav-wizards-1 .nav-item .nav-link.completed:before {
    background: #1f6bff;
}
.nav.nav-wizards-1 .nav-item .nav-link:after {
    transition: all .2s linear;
    left: calc(50% + 20px);
    right: 0;
}

.nav.nav-wizards-1 .nav-item:last-child .nav-link:after {
	content: none
}
.nav.nav-wizards-1 .nav-item .nav-link.active:after {

    background: #d1d9e7;;
}
.nav-text{
	text-align: center;
} */



/*****
REACT GRID
*****/




.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}

.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top;
}

.react-grid-item.cssTransforms {
  transition-property: transform;
}

.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.react-grid-placeholder {
  background: #2196f3;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item>.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=");
  background-position: bottom right;
  padding: 0 3px 3px 0;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  cursor: se-resize;
}

/* .grid-container{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNTg1JyBoZWlnaHQ9JzI2MCc+CiAgICAgICAgPHJlY3QgZmlsbD0nI2VhZjBmNicgc3Ryb2tlPScjZGZlM2ViJyB4PScwJyB5PScwJyB3aWR0aD0nMjUwJyBoZWlnaHQ9JzI1MCcgLz4KICAgICAgICA8cmVjdCBmaWxsPScjZWFmMGY2JyBzdHJva2U9JyNkZmUzZWInIHg9JzI2MCcgeT0nMCcgd2lkdGg9JzI1MCcgaGVpZ2h0PScyNTAnIC8+CiAgICAgICAgPHJlY3QgZmlsbD0nI2VhZjBmNicgc3Ryb2tlPScjZGZlM2ViJyB4PSc1MjAnIHk9JzAnIHdpZHRoPScyNTAnIGhlaWdodD0nMjUwJyAvPgogICAgICAgIDxyZWN0IGZpbGw9JyNlYWYwZjYnIHN0cm9rZT0nI2RmZTNlYicgeD0nNzgwJyB5PScwJyB3aWR0aD0nMjUwJyBoZWlnaHQ9JzI1MCcgLz4KICAgICAgICA8cmVjdCBmaWxsPScjZWFmMGY2JyBzdHJva2U9JyNkZmUzZWInIHg9JzEwNDAnIHk9JzAnIHdpZHRoPScyNTAnIGhlaWdodD0nMjUwJyAvPgogICAgICAgIDxyZWN0IGZpbGw9JyNlYWYwZjYnIHN0cm9rZT0nI2RmZTNlYicgeD0nMTMwMCcgeT0nMCcgd2lkdGg9JzI1MCcgaGVpZ2h0PScyNTAnIC8+CiAgICAgIDwvc3ZnPg==");
    padding-bottom: 295px;
  } */






.react-grid-layout {
  background: transparent;
}

.layoutJSON {
  background: #ddd;
  border: 1px solid black;
  margin-top: 10px;
  padding: 10px;
}

.columns {
  -moz-columns: 120px;
  -webkit-columns: 120px;
  columns: 120px;
}

.react-grid-item {
  box-sizing: border-box;
}

/* .react-grid-item:not(.react-grid-placeholder) {
    background: rgb(255, 255, 255);
    --border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--border-opacity));
    border-radius: 0.5rem;
    border-width: 1px;
  } */
.react-grid-item.resizing {
  opacity: 0.9;
}

.react-grid-item.static {
  background: #cce;
}

.react-grid-item .text {
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 24px;
}

.react-grid-item .minMax {
  font-size: 12px;
}

.react-grid-item .add {
  cursor: pointer;
}

.react-grid-dragHandleExample {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

li b {
  font-size: 19px;
  line-height: 14px;
}

.product-photo-container {
  max-width: 16rem;
  max-height: 16rem;
  object-fit: contain;
}

.dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 2px;
  background-color: var(--bs-body-bg) !important;
  color: #bdbdbd;
  outline: none;
  transition: border .24s ease-in-out;


  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  --bs-card-border-radius: 6px;
  border: 2px dashed var(--bs-card-border-color);
}
.dark-mode-black .dropzone{
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--app-component-border-color);
    --bs-card-border-radius: 6px;
    border: 2px dashed var(--bs-card-border-color);
}

.dropzone.active {
  border-color: #2196f3;
}

.dropzone:focus {
  border-color: #2196f3;
}

.dropzone:hover {
  border-color: #2196f3;
}

.dropzone.disabled {
  opacity: 0.6;
}


.react-datepicker {
  padding: 0.625rem 0.9375rem 0.9375rem !important;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  border: 0px !important;
}

.react-datepicker__current-month {
  padding: 0.3125rem !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
}

.react-datepicker__day-name {
  width: 2rem !important;
}

.react-datepicker__day {
  padding: 0.625rem 0;
  border-radius: 0;
  font-weight: 400 !important;
  font-size: .8125rem !important;
  border: 1px solid var(--app-component-dropdown-border-color);
  color: var(--app-component-color);
  width: 2.4rem !important;
  margin: 0rem !important;
  line-height: normal !important;
  margin-left: -1px !important;
  margin-top: -1px !important;
}

.react-datepicker__header {
  background-color: #ffffff !important;
  border-bottom: 0px solid #aeaeae !important;
}

.react-datepicker__navigation--next::before {
  font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  width: 2.5rem;
  text-indent: 0;
  margin-top: 0.125rem;
}

.react-datepicker__day--selected {
  background: var(--app-component-active-bg) !important;
  border-color: var(--app-component-active-bg) !important;
  color: var(--app-component-active-color);
}


.grid-table {
  display: table;
  position: relative;
}

.grid-table .header-row {
  display: table-header-group;
  table-layout: fixed;
  position: sticky;
  top: 0;
}

.grid-table .body-row {
  display: table-row;
}

.grid-table .body-row-group {
  display: table-row-group;

}

.grid-table .heading {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-width: 1px;
  display: table-cell;
  font-weight: bold;
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: var(--app-component-border-color);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color) !important;
}

.grid-table .cell {

  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-width: 1px;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
  /* white-space: nowrap; */
  display: table-cell;
  vertical-align: top;
}

.grid-table .cell-paddingless {

  border-bottom-width: 1px;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;


  /* white-space: nowrap; */
  /* display: table-cell; */
  /* vertical-align: top; */
}

.grid-table .cell.borderless {
  border-bottom: 0px !important;
}

.grid-table .cell:not(.empty-cell) {
  border-bottom: 1px solid;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
  box-shadow: inset 0 0 0 9999px transparent;
  --bs-table-border-color: var(--app-component-table-border-color);
  border-color: var(--bs-table-border-color);
  --bs-table-color: var(--app-component-color);
}

.grid-table .cell.middle {
  vertical-align: middle;
}

.grid-table .cell.sticky,
.grid-table .heading.sticky {
  position: sticky;
  left: 0;
  z-index: 5;
  background-color: white;
}

.grid-table .colspan {
  position: absolute;
  left: 0;
  width: 100%;
}

[data-background="light"] .grid-table .cell {
  border-color: rgb(240, 240, 240);
}

a.inactive {
  color: rgba(156, 163, 175, 1) !important;
  text-decoration: none;
}

span.inactive {
  color: rgba(156, 163, 175, 1) !important;
  text-decoration: none;
}

.link-color {
  color: var(--bs-link-color);
}

.selectListContainer {
  z-index: 9999;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/*
.dark-mode .rs-picker-toggle{
  --app-component-bg: #2a374f;
  --app-component-bg-rgb: 42,55,79;
  --app-component-color: #dae0ec;
} */
.rs-picker-toggle {
  --rs-input-bg: var(--app-component-bg);
  --rs-text-primary: var(--app-component-color);
  --rs-border-primary: var(--app-component-border-color);
  border-color: #c9d2e3 !important;
  border-radius: 5px;
  /* border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; */
  padding-bottom: 0.5rem !important;
}

.rs-picker-menu,
.rs-calendar-time-dropdown,
.rs-picker-toolbar .rs-stack {
  --rs-calendar-time-unit-bg: var(--app-component-bg);
  --rs-bg-overlay: var(--app-component-bg);
  --rs-input-bg: var(--app-component-bg);
  --rs-text-primary: var(--app-component-color);
  --rs-border-primary: var(--app-component-border-color);
  border-color: #c9d2e3 !important;
}

.dark-mode .dropdownmenu {
  --bs-table-hover-bg: rgba(77, 101, 147, 0.85);
}

.dark-mode-black .dropdownmenu {
  --bs-table-hover-bg: rgba(50, 50, 50, 0.85)
}

.dropdownmenu {
  background: var(--app-component-bg) !important;
  color: var(--app-component-color) !important;
}

.tooltip-bg {
  --bs-dropdown-border-radius: 6px;
  --bs-dropdown-color: var(--app-component-color);
  --bs-dropdown-bg: var(--app-component-dropdown-bg);
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.tooltip-text {
  --bs-dropdown-link-color: rgba(var(--app-component-color-rgb), 0.85);
  color: var(--bs-dropdown-link-color);
}

.dropdownmenu a {
  color: var(--app-component-color) !important;
}

.dropdownmenu a:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  /* background-color: var( --bs-table-hover-bg); */
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.rs-calendar {
  background: var(--app-component-bg);
}

.fa-trash-alt:hover {
  color: red;
}

.svg-hover-red:hover svg {
  color: red;
}

.hover-grow:hover {
  transition: all 0.3s;
  transform: scale(1);
}

.hover\:hover-grow:hover {
  transform: scale(1.01)
}

/* Dropdown */

.product-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 50;
  min-width: 130px;
  background-color: white;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#dropdown-content {
  margin-top: 10px;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 50;
  min-width: 500px;
  background-color: white;
}

.dropdown {
  position: relative;
  display: inline-block;

}

/* .dropdown:hover .dropdown-content {display:block} */

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#dropdown-content div {
  color: black;
  padding: 4px;
  text-decoration: none;
  /* display: block; */
}

.product-dropdown:hover .dropdown-content {
  display: block;
}

/* Dropdown index */


/* Moving DOTS */
.loader-dots div {
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader-dots div:nth-child(1) {
  left: 8px;
  animation: loader-dots1 0.6s infinite;
}

.loader-dots div:nth-child(2) {
  left: 8px;
  animation: loader-dots2 0.6s infinite;
}

.loader-dots div:nth-child(3) {
  left: 32px;
  animation: loader-dots2 0.6s infinite;
}

.loader-dots div:nth-child(4) {
  left: 56px;
  animation: loader-dots3 0.6s infinite;
}

@keyframes loader-dots1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes loader-dots3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes loader-dots2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* Tooltip */

.icon-tooltip {
  position: relative;
  /* display: inline-block; */
}

.icon-tooltip .tooltiptext {
  margin-top: 3px;
  margin-left: 20px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  visibility: hidden;
  background-color: #fff;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  min-width: 180px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.icon-tooltip:hover .tooltiptext {
  visibility: visible;
}

.rs-picker-menu {
  z-index: 1100;
}

.date-picker {
  margin-left: -10px;
}

@media only screen and (max-width: 600px) {
  #dropdown-content {
    min-width: 340px;
  }
}


.padding-zero div {
  padding: 2px !important;
}

.padding-zero div {
  border-color: #d1d9e7 !important;
  border-radius: 0.25rem !important;
}

/*
.fill-opacity svg {
  fill-opacity: 1;
  stroke-opacity: 1;
  fill: black;
  stroke: black
} */

.bg-button-blue {
  background-color: #1f6bff;
}

.menu-text-color {
  color: #3c4e71;
}

.bg-theme-visited-line {
  background-color: var(--app-component-hover-bg);
}

/** For chat / support / saved products */
.dropdown-button {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  --bs-card-border-radius: 6px;
  --bs-card-inner-border-radius: 6px;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(60, 78, 113, 0.075);
  --bs-card-bg: var(--app-component-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  /* background-color: var(--bs-body-bg); */
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.accordion-1 {
  border: 1px solid #d7dde4;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  /* transition: all 0.3s ease-in-out; */
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  box-sizing: border-box;
}

.accordion-content.active {
  max-height: none;
}

#react-select-2-listbox {

  position: absolute;
}

@media only screen and (min-width: 1024px) {

  .lg\:mt-0 {
    margin-top: 0 !important
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important
  }
}


/** @ theme dark mode edition */
.border-theme {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  --bs-card-border-radius: 6px;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.border-top-theme {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
}

.border-bottom-theme {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
}

.border-bottom-theme2 {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  border-bottom: var(--bs-card-border-width) solid #e5e7eb !important;
}

.dark-mode-black .border-bottom-theme2 {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
}



.border-left-theme {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  border-left: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
}

.border-right-theme {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  border-right: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
}

.text-secondary-theme {
  color: #869ac0;
}


.rdw-editor-toolbar,
.rdw-option-wrapper {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--app-component-border-color);
  --bs-card-border-radius: 6px;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  background: var(--app-component-bg);
  border-radius: 5px;
  padding: 6px;
  color: var(--app-component-color)
}

.dark-mode .rdw-option-wrapper img {
  filter: invert(100%) sepia(50%) saturate(353%) hue-rotate(181deg) brightness(100%) contrast(100%);
}

.rdw-dropdown-optionwrapper.rdw-fontfamily-optionwrapper,
.rdw-dropdown-selectedtext {
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: 5px;
  background: var(--app-component-bg);
  color: var(--app-component-color)
}

.rdw-embedded-modal {
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  background: var(--app-component-bg);
  border-radius: 5px;
  padding: 2px;
  color: var(--app-component-color)
}

.rdw-embedded-modal-btn,
.rdw-embedded-modal-btn:disabled {
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  background: var(--app-component-bg);
  border-radius: 5px;
  padding: 2px;
  color: var(--app-component-color)
}

.username-mention {
  background-color: #f7c89a;
}

.dark-mode .username-mention,
.dark-mode-black .username-mention {
  background-color: #703800;
}

.login-container {
  margin: 0 auto;
  position: relative;
  flex: 1;
}

@media only screen and (min-width: 1024px) {
  .login-item {
    width: 24rem;
  }
}
.login-android-bg {

}

.login-android-bg:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  /* filter: brightness(1.2) saturate(0.15) contrast(0.8); */
  /* filter: brightness(1.2) saturate(0.15) contrast(0.8); */
  background: url('/assets/img/bg-image.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;

  /* -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
}

.login-bg {
  margin-top: -5rem;
}

.login-bg:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  /* filter: brightness(1.2) saturate(0.15) contrast(0.8); */
  /* filter: brightness(1.2) saturate(0.15) contrast(0.8); */
  background: url('/assets/img/bg-image.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;

  /* -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
}

.login-logo {
  background-image: url('/react/assets/img/pikselis-business3.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: contain;
}

.btn-login {

  --app-theme: #20c997 !important;
  --app-theme-rgb: 32, 201, 151 !important;
  --app-component-active-bg: #20c997 !important;
  --app-sidebar-menu-link-active-color: #20c997 !important;
  --app-float-submenu-link-active-color: #20c997 !important;
  margin-left: 0px;
  color: white;
  background-color: var(--app-theme);
  border-color: var(--bs-btn-hover-border-color);

}

.span-theme {
  color: var(--app-theme);
}

.button-theme {
  background-color: var(--app-theme);
}

.text-muted-theme {
  color: rgba(33, 40, 55, 0.75)
}

.z-1001 {
  z-index: 1001;
}

.rs-btn-primary {
  background-color: var(--app-theme) !important;
}

.rs-btn-link {
  color: var(--app-theme) !important;
}

.rs-calendar-table-cell-selected .rs-calendar-table-cell-content {

  background-color: var(--app-theme) !important;
}

.rs-calendar-table-cell-in-range::before {
  opacity: 0.2;
  background-color: var(--app-theme) !important;
}

.rs-calendar-table-cell-in-range {
  opacity: 0.5;
  /* background-color: var(--app-theme) !important; */
}

.rs-calendar-table-cell-content:hover {
  color: var(--app-theme-rgb) !important;
  background-color: var(--app-theme) !important;
}

.rs-picker-has-value .rs-btn .rs-picker-toggle-value,
.rs-picker-has-value .rs-picker-toggle .rs-picker-toggle-value {
  color: var(--app-theme) !important;
}

.rs-calendar-table-cell-is-today .rs-calendar-table-cell-content {
  -webkit-box-shadow: inset 0 0 0 1px var(--app-theme) !important;
  -webkit-box-shadow: inset 0 0 0 1px var(--app-theme) !important;
  box-shadow: inset 0 0 0 1px var(--app-theme) !important;
  box-shadow: inset 0 0 0 1px var(--app-theme) !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-outline-theme {
  color: var(--app-theme) !important;
  border-color: var(--app-theme) !important;
}

.btn-outline-theme:hover {
  color: #ffffff !important;
}
p:empty:before {
  content: ' ';
  white-space: pre;
}

.fancybox__container {
  z-index: 1056 !important
}

.draggable {
  top: auto !important;
  left: auto !important;
}

/** Enter data here*/
.text-inactive-theme {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.dark-mode-black .text-inactive-theme {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

/** datepicker */
.dark-mode-black .rs-picker-default .rs-picker-toggle {
  --bs-text-opacity: 1;
  border-color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

/** dashboard */
.dark-mode-black .apexcharts-canvas svg line {
  --bs-text-opacity: 1;
  stroke: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important
}

.dashboard-sidebar {
  z-index: 9999;

  &.show {
    animation-name: previewModalShow;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s;
  }
}

.comment-mention {
  background-color: #f7c89a;
}

.dark-mode .comment-mention,
.dark-mode-black .comment-mention {
  background-color: #703800;
}

.comment-section p {
  margin-top: 0;
  margin-bottom: 0rem;
}
/* .comment-section p:empty::before{
  content: none;
} */

.comment-content {
  margin-left: 1rem;
  border: 1px solid #eeeeef;
  border-radius: 0.5rem;
  background-color: #ebeef466;
  padding: 4px 8px;
}

.dark-mode .comment-content,
.dark-mode-black .comment-content {
  border: 1px solid #202020;
  background-color: #3b3b3b;
}

@keyframes previewModalShow {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
.dark-mode-bg {
  background-color: #1f1f1f;
}

.filter-blue-bg {
  background-color: lightsteelblue !important;
}
.filter-darkmode-bg {
  background-color: #595959 !important;
}









/*** ANIMATIONS FOR NOTIFICATIONS ***/



.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print,
(prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@-webkit-keyframes slideRight {

  /* 0%,
  100% {
    -webkit-transform: translateX(110%);
  } */

  10%,
  90% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideRight {

  /* 0%,
  100% {
    -moz-transform: translateX(110%);
  } */

  10%,
  90% {
    -moz-transform: translateX(0);
  }
}

@-webkit-keyframes slideDown {

  0%,
  100% {
    -webkit-transform: translateY(100%);
  }

  10%,
  90% {
    -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes slideDown {

  0%,
  100% {
    -moz-transform: translateY(100%);
  }

  10%,
  90% {
    -moz-transform: translateY(0%);
  }
}

@-webkit-keyframes animateright {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes animateright {
  from {
    -moz-transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(0%);
  }
}

@-webkit-keyframes animatebottom {
  from {
    -webkit-transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes animatebottom {
  from {
    -moz-transform: translateY(100%);
  }

  to {
    -moz-transform: translateY(0%);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.notificationEffect {
  -webkit-transform: translateX(110%);
  -webkit-animation: slideRight 5s 0s 1 ease;
  -moz-transform: translateX(110%);
  -moz-animation: slideRight 5s 0s 1 ease;
}

.modalEffect {
  -webkit-animation: animatebottom 0.2s 0s 1 ease forwards;
  -moz-animation: animatebottom 0.2s 0s 1 ease forwards;
}

.modalRightEffect {
  -webkit-animation: animateright 0.2s 0s 1 ease-in-out forwards;
  -moz-animation: animateright 0.2s 0s 1 ease-in-out forwards;
  max-width: 100vw !important;
}

.bg-gray-custom {
  background: #eff2f7;
}

.bg-lightblue {
  background: #ECFBFB;
}

.overlay {
  z-index: 9999;
}

.wizard-date-controller {
  display: grid !important;
  grid-auto-flow: column !important;
  overflow-x: auto !important;
  overscroll-behavior-inline: contain !important;
}

.wizard-date-controller::-webkit-scrollbar {
  display: none;
}

.badge-item {
  background: var(--app-theme);
  color: var(--app-theme-color);
  font-weight: 600;
  font-size: .75rem;
  padding: 0 0.375rem;
  min-width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
}

.badge-item-green {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.react-date-picker{
	border: 0px !important;
}
.react-date-picker__wrapper{
  /*border: 1px !important;*/
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-radius: var(--bs-card-border-radius);
  padding: 0.2rem;
}
.react-date-picker__calendar-button{
    color: var(--bs-dropdown-color) !important;
}
.react-calendar__navigation__label{
    color: #00466e !important;
}
.react-calendar {
  border-radius: 15px;
  border: 1px solid #ccc;
  color: #202020;
}
.react-calendar__tile{
  color: #202020;
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__navigation__arrow{
  color: #202020;
}
.react-date-picker__inputGroup__leadingZero{
  margin-bottom: 3px;
}
.react-date-picker__inputGroup__input{
  --tw-shadow: 0px;
}
/** for dropdowns platejs */
.z-1056{
  z-index: 1056;
}
.z-1057{
  z-index: 1057;
}

#emoji-nav button{
  padding: 0;
}
.text-danger {
  --color: RGBA(255, 87, 87, var(--text-opacity, 1));
  color: var(--color) !important;
}
