@import url("switcher-resources/themes.css");
@import url("switcher-resources/theme-switcher.css");

@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
html,
body {
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  padding: 0 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

app {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
}

.col-sm-3 {
	padding-left:22px !important;
}

.title.globalcaption{
   visibility : hidden !important;
}

.status-container{ visibility : hidden !important;
}

.card-icon{
	 visibility : hidden !important;
	
}

.breadcrumb {
 visibility : hidden !important;

}

.blink {
 visibility : hidden !important;

}


.navbar.header-navbar {
  flex-grow: 0;
  flex-wrap: nowrap;
  border: none;
  background-color: inherit;
  border-radius: 0;
  height: 3.5rem;
  min-height: 3.5rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  justify-content: flex-start;
  background-color: #fff !important;
}

.header-navbar .navbar-toggler {
  outline: none;
  border-radius: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon {
  /*! background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
  background-color: transparent !important;
  height: 2rem;
  width: 2rem;
}

.main {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  overflow: auto;
}

.content {
  max-width: 1100px;
  padding: 1.1rem 2rem 0 2rem;
  flex: 1 1 auto;
}

.valid.modified:not([type="checkbox"]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

.title {
  font-size: 1.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.app-sidebar > .nav-pills > .nav-item:first-of-type {
  padding-top: 1rem;
}

.app-sidebar > .nav-pills > .nav-item:last-of-type {
  padding-bottom: 1rem;
}

.app-sidebar .nav-pills > .nav-item a {
  border-radius: 0px;
  display: flex;
  align-items: center;
}

.app-sidebar > .nav-pills > .nav-item > a {
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 0.25rem 1rem 0.25rem 0.125rem;
}

.fit-width {
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  .main {
    min-width: 100vw;
    display: flex;
    flex-flow: column nowrap;
  }

  .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 0;
  }
}

@media (max-width: 350px) {
  .title {
    font-size: inherit;
  }
}

a,
.btn-link {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color:  #ec2379;
  border-color: #ec2379;
}
.e-btn.e-primary, .e-css.e-btn.e-primary{
  color: #fff;
  background-color:  #ec2379 !important;
  border-color: #ec2379!important;
}

.btn-primary:hover{
  color: #fff;
  background-color: #ec2379;
  border-color: #ec2379;
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

@media (max-width: 767.98px) {
  .main .top-row:not(.auth) {
    display: none;
  }

  .main .top-row.auth {
    justify-content: space-between;
  }

  .main .top-row a,
  .main .top-row .btn-link {
    margin-left: 0;
  }
}

/*scroll view*/
.dx-scrollview-content {
  position: static;
}

.top-row {
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.main {
  flex: 1;
}

.main .top-row {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
}

.main .top-row > a,
.main .top-row .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
}

.main .top-row a:first-child {
  text-overflow: ellipsis;
}

.myPopupCss {
  /* max-width: 100% !important; 
    min-height: 100%;*/
  position: absolute;
}

.mychildPopupCss {
  height: 100%;
  background: rgb(0 0 0 / 28%);
  min-width: 100%;
}

.myRegCss {
  /* max-width: 100% !important; 
    min-height: 100%;*/
  position: fixed;
  background: url(https://images.unsplash.com/photo-1494488180300-4c634d1b2124?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=2089&q=80)
    no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem;
}

.dxbs-fl.form-horizontal > .row:first-child {
  margin-top: 0;
}

.custom-popup {
  max-width: 1000px;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.TextAreamessage {
  resize: vertical;
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: top;
  overflow: hidden;
  padding-top: 0px;
}

#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1000;
}

#lgoverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  z-index: 1000;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

#main_icon {
  float: right;
  padding-right: 65px;
  padding-top: 20px;
  color: #fff;
}

.sub_icon {
  float: right;
  padding-right: 65px;
  padding-top: 10px;
}

.toast {
  display: none;
  padding: 1.5rem;
  color: #fff;
  z-index: 1;
  position: absolute;
  width: 25rem;
  top: 2rem;
  border-radius: 1rem;
  left: 50%;
}

.toast-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
  font-size: 2.5rem;
}

.toast-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 1rem;
}

.toast-body p {
  margin-bottom: 0;
}

.toast-visible {
  display: flex;
  flex-direction: row;
  animation: fadein 1.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.my-editor input {
  text-align: right;
}

.inputInValid input {
  color: red;
  border-color: red;
  font-size: smaller;
}

.input:focus {
  color: red;
}

.inputInDetection input {
  color: deepskyblue;
  border-color: deepskyblue;
}

.input:focus {
  color: deepskyblue;
}

.loader {
  color: #753870;
  font-size: 40px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 240px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

#loverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  z-index: 1000;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.logoutLblPos {
  position: fixed;
  right: 20px;
  top: 15px;
}

button {
  outline: none;
}

/* CUSTOM CSS RINU*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");

:root {
  --blue: #0649b3;
  --indigo: #727cf5;
  --purple: #6b5eae;
  --pink: #ff679b;
  --red: #e63757;
  --orange: #fd7e14;
  --yellow: #f6c343;
  --green: #00d97e;
  --teal: #02a8b5;
  --cyan: #39afd1;
  --white: #ffffff;
  --gray: #95aac9;
  --gray-dark: #3b506c;
  --primary: #ec2379;
  --secondary: #6e84a3;
  --success: #00d97e;
  --info: #39afd1;
  --warning: #f6c343;
  --danger: #e63757;
  --light: #edf2f9;
  --dark: #12263f;
  --white: #ffffff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

body {
  margin: 0;
  /* font-family: "Roboto", sans-serif; */
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263f;
  text-align: left;
  background-color: #f8f9fe;
}

a {
  color: #0649b3;
  text-decoration: none;
  outline: none !important;
  background-color: transparent;
}

a:hover {
  color: #1657af;
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

.header-navbar .navbar-toggler {
}

.header-navbar .navbar-toggler:hover,
.header-navbar .navbar-toggler:focus {
  background: #2b2f3d !important;
}

.header-navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

app {
  display: block;
}

/* .modal-body {
  padding: 1rem;
} */

.sidebar {
  height: 90.8vh;
  z-index: 30;
  overflow-y: scroll;
  top: 3.5rem;
  min-width: 250px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background: #2b2f3d;
  color: #fff;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

/* overflow-y:overlay; height: 620px; overflow-x: hidden; scrollbar for IE, Edge and Firefox */
.sidebar.expand {
  height: 90.8vh;
  z-index: 30;
  overflow-y: scroll;
  top: 3.5rem;
  min-width: 250px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background: #2b2f3d;
  color: #fff;
}

.app-sidebar > .nav-pills > .nav-item:first-of-type {
  padding: 0;
}

.app-sidebar > .nav-pills > .nav-item > a {
  margin: 10px 15px 0;
  border-radius: 3px;
  color: #e6ecef !important;
  text-transform: capitalize;
  padding: 10px 15px;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 14px !important;
}

.app-sidebar > .nav-pills > .nav-item > a .invisible {
  display: none;
}

.app-sidebar > .nav-pills > .nav-item > a.nav-link.active {
  background: linear-gradient(to right, #468eef 0%, #0b4f6f 100%);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(70, 142, 239, 0.4);
  color: #fff !important;
}

.app-sidebar > .nav-pills > .nav-item > a .oi {
  padding: 0 10px 0 0 !important;
  position: relative;
  top: -3px;
}

.main {
  min-height: calc(100vh - 3.5rem);
}

.main > .table {
  /* padding: 0px 0px 30px 30px; */
  margin: 0;
  overflow-y: scroll;
  height: 90.8vh;
  background: #eff2f5;
}

.table::-webkit-scrollbar {
  display: none;
}

/* overflow-y:overlay; height: 620px; overflow-x: hidden; scrollbar for IE, Edge and Firefox */
.table {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.nav-tabs {
  border-bottom: 1px solid #e3ebf6;
  margin-bottom: 15px;
}

.card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  border: 0;
  border-radius: 3px;
}

.card-header {
  border-radius: 3px !important;
  top: -20px;
  background: linear-gradient(to right, #325c93 50%, #3c96f8 100%);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(70, 142, 239, 0.4);
  margin: 0 15px;
  position: relative;
  color: #fff;
}

.card-header .btn {
  margin-right: 5px;
}

.card-header .btn:hover,
.card-header .btn.active {
  background: rgba(255, 255, 255, 0.2) !important;
}

.table thead th {
  background-color: #f9fbfd;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #343a40;
  border-bottom-width: 1px;
}

.table tbody td,
.table tbody th,
.table thead th {
  vertical-align: middle;
}

.table-sm {
  font-size: 0.825rem;
}

.table-sm thead th {
  font-size: 0.725rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 142, 239, 0.25);
  border-color: #4990f0;
}

.modal .modal-dialog {
  margin: 1.75rem auto;
}

.dxbs-calendar > .calendar-row > .calendar-view > .card-header {
  top: 0;
}

.dxbs-calendar.card .dxbs-today {
  background: linear-gradient(to right, #007bff 0%, #468eef 100%);
  border: none;
  border-radius: 50%;
  color: #fff;
}

.myLoginPopupCss {
  margin-top: 100px !important;
}

.myLoginPopupCss .form-control {
  background: rgba(255, 255, 255, 0.8);
  border: none;
}

.myLoginPopupCss::after {
  position: fixed;
  background: url(https://image.freepik.com/free-vector/modern-business-background-with-digital-technology-design_1361-3299.jpg)
    no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
}

.myLoginPopupCss::before {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  background-size: auto;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
}

.myLoginPopupCss .modal-content {
  background: linear-gradient(to right, #0b4f6f 0%, #468eef 100%);
  border: none;
  border-radius: 0;
  min-height: auto !important;
  max-width: 400px !important;
  margin: 0 auto;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 5px 7px 6px rgba(0, 0, 0, 0.2);
}

.myLoginPopupCss .modal-content .modal-title {
  font-weight: 100;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 25px;
}

.myLoginPopupCss .modal-content .dxbs-fl.form-horizontal .form-group {
  display: block;
}

.myLoginPopupCss .modal-content .modal-footer .btn {
  display: block;
  width: 100%;
  padding: 10px;
  /* background: #15140cab;*/
  border: none;
  color: #fff;
  font-size: 18px;
}

.myLoginPopupCss .modal-content .col-form-label.col-form-label-sm {
  display: block;
  width: 100% !important;
}

.myLoginPopupCss .modal-content .modal-header,
.myLoginPopupCss .modal-content .modal-footer {
  border: none;
}

#id6443e59e-30c2-4351-930b-b62086cfedc7.dxbs-fl.form-horizontal
  div:not(.dx-blazor-fl-tab-item)
  > .form-group
  > .dxbs-fl-ctrl:not(img):not(.dxbs-fl-ctrl-nc) {
  width: 100%;
}

.myLoginPopupCss .modal-content .row div {
  display: block;
  flex: auto;
  width: 100% !important;
}

.myLoginPopupCss .modal-content .modal-body {
  padding: 0 20px;
}

.myLoginPopupCss .modal-content .col-lg-10 {
  max-width: unset !important;
  padding: 9px;
}

.dxFirefox .dxbs-popup a:not(.close-btn):focus::after {
  outline: none !important;
}

.dxbs-calendar.card,
.dxbs-calendar.card .calendar-view.card {
  overflow: visible;
}

.logoutLblPos {
  cursor: pointer;
  position: relative;
  margin-left: auto;
  right: 0;
  top: 0;
}

.navbar.header-navbar .title {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  padding: 0 0 0 10px !important;
  color: #3c96f8;
  min-width: 192px;
}

#chat-circle {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #3c96f8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-width: 0px;
  color: white;
  padding: 13px;
  cursor: pointer;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}

.btn#my-btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865c3;
}

.chat-popup {
  position: fixed !important;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  max-width: 400px;
  width: 100%;
}

.chat-text {
  width: 90%;
  background-color: #4caf50;
}

.chat-popup .alert {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0 !important;
}

.chat-popup #scrollbox {
  max-height: calc(100vh - 320px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

.chat-popup #scrollbox hr {
  display: none;
}

.chat-popup #scrollbox table,
.chat-popup .modal-body table {
  width: 100%;
}

.chat-popup #scrollbox .form-control,
.chat-popup .modal-body table .form-control {
  height: 50px;
}

.chat-popup #scrollbox .btn,
.chat-popup .modal-body table .btn {
  height: 50px;
  width: 100%;
}

.chat-popup #scrollbox .user {
  font-size: 12px;
  font-style: italic;
}

.chat-popup #scrollbox .sent,
.chat-popup #scrollbox .received {
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #fff;
  width: max-content;
  z-index: 1;
  position: relative;
}

.chat-popup #scrollbox .sent::after,
.chat-popup #scrollbox .received::after {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  z-index: -1;
  transform: rotate(30deg);
}

.chat-popup #scrollbox .received:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #479dc8 transparent transparent;
}

.chat-popup #scrollbox .sent::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #007bff;
  right: -9px;
  left: auto;
  transform: rotate(-30deg);
}

.chat-popup #scrollbox .sent {
  background: #007bff;
  float: right;
  clear: both;
}

.chat-popup #scrollbox .received {
  background: #479cc8;
  float: left;
  clear: both;
}

.main > .table .dxbs-gridview {
  display: block;
}

.modal-body .row {
  margin: 0 !important;
}

.modal-body .dxbs-fl-gt {
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0;
}

.modal-body .dxbs-tabs {
  margin-top: -10px;
}

.modal-body .nav-tabs {
  margin-bottom: 0;
}

.modal-body .inputInValid {
  display: initial;
  color: red;
  font-size: smaller;
}

.modal-body .inputInDetection {
  display: initial;
  color: deepskyblue;
}

@media (max-width: 480px) {
  .logoutLblPos {
    padding-right: 5px;
  }

  .myLoginPopupCss::after {
    background: linear-gradient(to right, #007bff 0%, #468eef 100%);
  }

  .myLoginPopupCss .modal-content {
    background: none;
    box-shadow: none;
  }

  .main > .table {
    /* padding: 10px 10px 10px; */
    height: 91.5vh;
  }

  .blazored-toast-body .blazored-toast-header .blazored-toast-close,
  .blazored-toast-body .blazored-toast-header h5 {
    font-size: 0.95rem !important;
  }

  .blazored-toast-body p {
    font-size: 0.85rem !important;
  }
}

/*Dropdown menu*/

.dropbtn {
  background: none;
  padding: 13px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  color: #603e97;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 195px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  color: black;
}

.dropdown-content a {
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  font-size: 14px !important;
  border-radius: 30px;
  margin: 0em 1em;
  margin-bottom: 0.5em;
}

.global-Setting i {
  font-size: 12px !important;
  color: #1e1e1e !important;
}

.approvAl i {
  font-size: 12px !important;
}

.approvAl-History i {
  font-size: 12px !important;
}

.dropdown:hover .dropdown-content a:hover {
  background: linear-gradient(46deg, #603e97, #ec2379) !important;
  color: white;
}

.dropdown:hover.dropdown-content a i {
  margin-right: 5px;
  color: black;
}

.dropdown:hover.dropdown-content a i:hover {
  margin-right: 5px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
  background-color: white;
  border-radius: 18px;
  margin-right: 1em;
  padding: 1em 0em;
}

.dropdown:hover .dropbtn {
  color: #603e97;
}

.PasswordTextBox input {
  padding-right: 2em;
}

.UpperTextBox input {
  padding-right: 2em;
  text-transform: uppercase;
}

.myIcon {
  position: absolute;
  right: 0.5em;
  z-index: 3;
  top: 0.7em;
  color: #c3c3c3 !important;
}

.dxbs-modal.modal {
  overflow: hidden;
}

.modal .form-control {
  height: 31px;
}

.oi-x::before {
  /* background: #e63757; */
  width: 25px !important;
  height: 25px;
  display: block;
  position: absolute;
  border-radius: 50%;
  right: 0;
  line-height: 22px;
  color: #000;
  /* font-family: "Plus Jakarta Sans", sans-serif !important; */
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.memo {
  height: 298px;
}

.myreport-popup > .modal-content {
  max-width: 1400px;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.loaderz,
.loaderz:before,
.loaderz:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loaderz {
  color: #ec2379 !important;
  font-size: 8px;
  margin: 240px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#dashboardloadermain{
  color:  #9a1e88 !important;
}
#dashboardloader{
  color:  #9a1e88 !important;
}

.loaderz:before,
.loaderz:after {
  content: "";
  position: absolute;
  top: 0;
}

.loaderz:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loaderz:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.my-spin input {
  text-align: right;
}

#table-scroll {
  height: 430px;
  overflow: auto;
}

#tableC-scroll {
  height: 430px;
}

.mySignupPopupCss {
  margin-top: 50px !important;
}

.mySignupPopupCss .form-control {
}

.mySignupPopupCss::after {
  position: fixed;
  background: url(https://image.freepik.com/free-vector/modern-business-background-with-digital-technology-design_1361-3299.jpg)
    no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
}

.mySignupPopupCss::before {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  background-size: auto;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
}

.mySignupPopupCss .modal-content {
  background: linear-gradient(to right, #0b4f6f 0%, #468eef 100%);
  border: none;
  border-radius: 0;
  min-height: 400px;
  max-width: 327px;
  margin: 0 auto;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 5px 7px 6px rgba(0, 0, 0, 0.2);
}

.mySignupPopupCss .modal-content .modal-title {
  font-weight: 100;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 25px;
}

.myLoginPopupCss .modal-content .dxbs-fl.form-horizontal .form-group {
  display: block;
}

.mySignupPopupCss .modal-content .modal-footer .btn {
  display: block;
  width: 100%;
  padding: 10px;
  /*background: #15140cab;*/
  border: none;
  color: #fff;
  font-size: 18px;
}

.mySignupPopupCss .modal-content .col-form-label.col-form-label-sm {
  display: block;
  width: 100% !important;
}

#id6443e59e-30c2-4351-930b-b62086cfedc7.dxbs-fl.form-horizontal
  div:not(.dx-blazor-fl-tab-item)
  > .form-group
  > .dxbs-fl-ctrl:not(img):not(.dxbs-fl-ctrl-nc) {
  width: 100%;
}

.mySignupPopupCss .modal-content .row div {
  display: block;
  flex: auto;
  width: 100% !important;
}

.mySignupPopupCss .modal-content .modal-body {
  padding: 0 20px;
}

.mySignupPopupCss .modal-content .col-lg-10 {
  max-width: unset !important;
  padding: 9px;
}

#globalsett {
  margin: 10%, auto;
}

.globalcaption {
  align-items: center;
  justify-content: center;
}

#example {
  margin: auto auto;
}

#defaultvalue {
  margin: 2rem auto;
  width: 1300px;
}

#appvl {
  margin: 10% auto;
}

.keyshort {
  max-height: 50px;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

.timeline {
  width: 100%;
  background-color: #072736;
  color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.timeline ul {
  list-style-type: none;
  border-left: 2px solid #094a68;
  padding: 10px 5px;
}

.timeline ul li {
  padding: 20px 20px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

.timeline ul li span {
  display: inline-block;
  background-color: #1685b8;
  border-radius: 25px;
  padding: 2px 5px;
  font-size: 15px;
  text-align: center;
}

.timeline ul li .content h3 {
  color: #34ace0;
  font-size: 17px;
  padding-top: 5px;
}

.timeline ul li .content p {
  padding: 5px 0px 15px 0px;
  font-size: 15px;
  font-weight: 600;
}

.timeline ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #34ace0;
  border-radius: 50%;
  left: -11px;
  top: 28px;
  transition: 0.5s;
}

.timeline ul li:hover {
  background-color: #071f2a;
}

.timeline ul li:hover:before {
  background-color: #0f0;
  box-shadow: 0px 0px 10px 2px #0f0;
}

@media (max-width: 300px) {
  .timeline {
    width: 100%;
    padding: 30px 5px 30px 10px;
  }

  .timeline ul li .content h3 {
    color: #34ace0;
    font-size: 15px;
  }
}

#report {
  margin-right: auto;
  margin-left: auto;
}

#chartcss {
  width: 100%;
}

.chartclass {
  width: 100%;
}

.sfspinner {
  opacity: 0.6;
}

.textareaTemplate {
  max-height: 20px;
}

.e-dlg-overlay {
  background-color: slategray;
  opacity: 0.6;
  width: 100%;
}

#sfinsert {
  width: 100%;
  height: 50%;
  padding: 0, 0, 0, 0;
  top: 0;
  opacity: 0.6;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: fixed;
  display: none;
}

#languageSettings {
  display: inline-block;
  padding: 0px 10px;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}

.e-icon-settings.e-icons {
  float: left;
  position: relative;
  left: 14%;
  top: -33px;
}

.testclass {
  height: auto !important;
  width: 100%;
  padding: 0 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

/*.gridHeight {
    height: 300px !important;
}*/
/*.dxbs-f1.form-horizontal > .row:first-child {
    margin-top: 0 !important;
}*/
/*.dxbs-tabs .tab-content {
    padding: 0 !important;
}*/
.e-dialog .e-dlg-content {
  padding: 0 !important;
}

.dxbs-fl.form-horizontal > .row:first-child {
  margin-top: 0 !important;
}

.dxbs-f1 .dxbs-f1-gd,
.dxbs-f1 .dxbs-f1-gt {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div:empty {
  height: 0 !important;
}

.col-md-4 dx-blazor-fl-tab-item :empty {
  height: 0 !important;
  width: 0 !important;
}

.e-dialog .e-dlg-header-content + .e-dlg-content {
  padding: 0 !important;
  padding-top: 0 !important;
}

.e-dialog .e-dlg-content {
  padding: 0 !important;
}

/* here after we change*/
.sidebar h6.my-0.p-2.align-items-center.justify-content-between {
  padding: 0.1rem 0.5rem !important;
  vertical-align: middle;
  height: 40px !important;
  /* background: linear-gradient(46deg, #603e97, #ec2379) !important; */
  color: #6c737f;
  background-color: #fff;
  border-radius: 10px !important;
}

.sidebar {
  top: 3.5rem;
  min-width: 230px;
  box-shadow: none;
  background: #ffffff;
  margin-top: 23px;
}

.sidebar h6.my-0.p-2.align-items-center.justify-content-between span {
  color: #6c737f;
  display: contents;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  font-weight: 500 !important;
  white-space: normal;
  word-break: break-word;
}

.sidebar h6.my-0.p-2.align-items-center.justify-content-between small {
  border-radius: 6px;
  display: inline-block;
  font-size: 15px;
  height: 28px;
  padding-left: 4%;
  margin-right: 1%;
  line-height: 35px;
  position: relative;
  text-align: center;
  /* -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; */
  width: 30px;
  color: #6c737f;
}
.e-toolbar-item .e-template .e-ileft {
  margin-right: 1em !important;
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
  background: #fff !important;
  color: #1f1f1f !important;
  border: 1px solid #fff !important;
  box-shadow: 0px 3.672px 16.157px 0px rgba(0, 0, 0, 0.04),
    0px 0px 0px 0.367px rgba(0, 0, 0, 0.03);
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
  color: #1f1f1f !important;
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
  padding: 0px 20px !important;
}
.sidebar h6.my-0.p-2.align-items-center.justify-content-between:hover {
  transition: all 0.3s ease;
  background: linear-gradient(46deg, #603e97, #ec2379) !important;
  color: #fff !important;
}
.sidebar
  h6.my-0.p-2.align-items-center.justify-content-between:hover
  .sidebar
  h6.my-0.p-2.align-items-center.justify-content-between
  small {
  color: #fff !important;
}
.oi-chevron-right:hover {
  color: #fff !important;
}
.sidebar
  h6.my-0.p-2.align-items-center.justify-content-between:hover
  .mr-2
  .font-weight-medium
  .title {
  color: #fff !important;
}
h6:hover small {
  color: #fff !important;
}
h6:hover span {
  color: #fff !important;
}

.sidebar ul.nav li ul.nav.nav-pills.flex-column h6 span {
  font-weight: 400 !important;
  font-size: 14px;
}

h6.my-0.p-2.align-items-center.justify-content-between {
  padding: 0.3rem !important;
}

a:hover div.bottomLinks {
  background: transparent !important;
}

.navbar.header-navbar {
  height: 3rem;
  min-height: 3rem;
  border-bottom: 1px solid #fff;
  box-shadow: none;
}

.main .sidebar {
  margin-top: 0px;
  border-right: 1px solid #fff;
  padding-top: 10px;
}

a div.bottomLinks h6.mt-0 {
  font-size: 14px;
  color: #72777a !important;
  display: inline-block;
  padding-left: 25px;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li a:hover .bottomLinks {
  background: transparent;
}

.sidebar ul.nav li ul.nav.nav-pills.flex-column h6 small {
  margin-right: 1%;
  width: 20px;
  line-height: 25px;
  padding-left: 2%;
  height: 22px;
  font-size: 13px;
}

.sidebar ul.nav li ul.nav.nav-pills.flex-column h6 span {
  font-weight: 400 !important;
  font-size: 13px;
  margin-right: 0 !important;
}

.sidebar ul.nav li ul.nav.nav-pills.flex-column h6 {
  padding: 5px 0 !important;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav {
  margin-left: 2%;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li .bottomLinks {
  padding: 5px;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li i,
ul.nav.nav-pills.flex-column ul li a .bottomLinks i {
  font-size: 14px;
  width: 35px;
  height: auto;
  padding-left: 10px;
  vertical-align: middle;
  color: #e17ae1;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li span {
  padding: 2px 0;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li h6 {
  font-weight: 400 !important;
  font-size: 12px;
  margin-bottom: 0 !important;
  vertical-align: middle;
  padding: 7px 0 !important;
  display: inline;
}

/*  .sidebar ul.nav li ul.nav.nav-pills.flex-column li .dxbs-tree-tmpl.dxbs-clickable:hover h6 span, .sidebar ul.nav li ul.nav.nav-pills ul.nav li a .bottomLinks:hover h6 {
        color: #313435 !important;
        font-size:13px;
    }*/

.sidebar ul.nav li ul.nav.nav-pills ul.nav {
  margin-left: 4%;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li:nth-child(6n) i,
.sidebar ul.nav.nav-pills.flex-column ul li:nth-child(6n) a .bottomLinks i {
  color: #0e8f9c;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li:nth-child(5n) i,
.sidebar ul.nav.nav-pills.flex-column ul li:nth-child(5n) a .bottomLinks i {
  color: #8f018f;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li:nth-child(4n) i,
.sidebar ul.nav.nav-pills.flex-column ul li:nth-child(4n) a .bottomLinks i {
  color: #008d00;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li:nth-child(3n) i,
.sidebar ul.nav.nav-pills.flex-column ul li:nth-child(3n) a .bottomLinks i {
  color: #d4d41e;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li:nth-child(2n) i,
.sidebar ul.nav.nav-pills.flex-column ul li:nth-child(2n) a .bottomLinks i {
  color: #2e2ec9;
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li:nth-child(1) i,
.sidebar ul.nav.nav-pills.flex-column ul li:nth-child(1) a .bottomLinks i {
  color: #dc5360;
}

div.bottomLinks:focus {
  background-color: transparent;
  box-shadow: none;
  color: #313435 !important;
}

:focus-visible {
  outline: none !important;
}

.header-navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url(https://www.svgrepo.com/show/315606/menu-left.svg);
}

.dxbs-tree > ul.nav ul.nav li a:hover .bottomLinks {
  background: transparent;
}

.dxbs-tree > ul.nav ul.nav li a .bottomLinks {
  padding: 0px 10px;
}

.sidebar ul.nav li ul.nav.nav-pills.flex-column h6 {
  padding: 5px 0 !important;
  font-weight: 400;
}

.e-footer-content button.btn.btn-warning {
  background: rgba(245, 196, 42, 0.27);
  color: #FFC100;

  border: 1px solid transparent;
}

.e-footer-content button.btn.btn-warning:hover {
 
  background: #ffc107;
  color: #fff;
}

.e-footer-content button.btn.btn-info {
  background: rgba(74, 141, 150, 0.10);
  color: #2E99A3;
  border: 1px solid transparent;

}

.e-footer-content button.btn.btn-info:hover {

  background: #17a2b8;
  color: #fff;
}

.e-footer-content button.btn.btn-success {
  
  background: rgba(40, 167, 69, 0.10);
  color: #28A745;
  border: 1px solid transparent;
}

.e-footer-content button.btn.btn-success:hover {
  
  background: #28a745;
  color: #fff;
}

.e-footer-content button.btn.btn-danger {
  background: rgba(172, 72, 82, 0.10);
  color: #AC4852;

  border: 1px solid transparent;
}

.e-footer-content button.btn.btn-danger:hover {
  background: #dc3545;
  color: #fff;
}

.e-footer-content button.btn.btn-primary {
  background: rgba(31, 112, 194, 0.10);
  color: #4C90E5;
  border: 1px solid transparent;

}

.e-footer-content button.btn.btn-primary:hover {
 
  background: #007bff;
  color: #fff;
}

.e-footer-content button.btn.btn-secondary {
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
}

.e-footer-content button.btn.btn-secondary:hover {
  background: #6c757d;
  color: #fff;
}

.e-footer-content button.btn.btn-dark {
  color: #23272b;
  background-color: transparent;
  border-color: #23272b;
}

.e-footer-content button.btn.btn-dark:hover {
  background: #23272b;
  color: #fff;
}

.e-grid.sf-grid .e-table td.e-rowcell {
  padding: 0.1rem;
  font-size: 13px;
}

.e-footer-content button {
  font-size: 14px;
  line-height: 1.5em;
}

.header-navbar .navbar-toggler {
  background: transparent !important;
}

.e-popup.e-popup-open .dxbs-fl-gt.col-md-12 {
  margin-top: 10px;
  margin-bottom: 0;
}

.table td,
.table th {
  padding: 0.3rem 0.75rem;
}

.e-grid.sf-grid .e-gridcontent .e-content.e-yscroll {
  height: auto !important;
}

.table-bordered {
  margin-bottom: 0.4rem;
}

.dxbs-fl-gt.col-md-12 {
  margin-top: 6px;
}

.dxbs-tabs .tab-content {
  padding: 0.5em 0;
}

.sf-pager.e-control.e-pager.e-lib.e-gridpager {
  padding: 5px 8px 5px 8px;
}

.dxbs-tabs a.nav-link {
  padding: 0.2rem 1rem;
}

.e-grid .e-unboundcelldiv > button {
  margin: 0;
}

.dxbs-fl-ctrl .table-bordered td {
  padding: 0.3rem;
}

.dxbs-fl .dxbs-fl-gt .dxbs-tabs .tab-content {
  padding-bottom: 0;
  padding: 0.5em 0 1em 0;
}

.table td,
.table th {
  padding: 0.5rem;
}

.main > .table {
  /* padding: 0px 30px 30px 5px; */
}

.main > .table .form-group label.col-form-label {
  color: #212529;
  font-size: 13px;
}

.main > .table td,
.main > .table th {
  padding: 0.5rem;
}
.chart-grid{
  padding: 0 10px;}

.main .table table.table.table-bordered {
  margin-bottom: 0.5rem;
}

.dxbs-fl-ctrl div {
  padding: 1px 0px;
}

.dxbs-fl .form-group {
  margin-bottom: 0.2rem;
}

.e-dialog .e-footer-content {
  padding: 9px 12px;
}

.navbar.header-navbar .title.globalcaption {
  color: #4a4a4a;
}

.form-control-sm {
  height: 2em;
}

.header-navbar .navbar-toggler:hover,
.header-navbar .navbar-toggler:focus {
  background: #f8faff !important;
}

.main .sidebar ul li a div.bottomLinks:focus {
  box-shadow: none;
  background: transparent !important;
  color: #313435 !important;
}

.sidebar ul.nav li ul.nav.nav-pills.flex-column h6 {
  margin-bottom: 0 !important;
  font-size: 12px;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-success.focus,
.btn-success:focus,
.btn-info.focus,
.btn-info:focus,
.btn-danger.focus,
.btn-danger:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: none !important;
}

.dxbs-tabs ul.nav.nav-tabs li a.nav-link.active {
  border-top: 3px solid #1e81ea;
  color: #1e81ea;
  border-bottom: 0;
  font-weight: 500;
}

.dxbs-tabs ul.nav.nav-tabs li a {
  color: #868686;
}

.dxbs-tabs ul.nav.nav-tabs li {
  background: #fff;
  border-right: 1px solid #e3e3e3;
}

.main .table .e-dialog .e-dlg-header-content {
  padding: 6px 14px 8px 12px;
}

.main .table .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
  color: #000;
}

.dxbs-tabs ul.nav.nav-tabs li:last-child {
  border: 0;
}

.dxbs-tabs ul.nav.nav-tabs li:hover a {
  color: #000;
}

.dxbs-fl .dxbs-fl-gt.col-md-12 {
  margin-top: 10px;
}

.main .form-group .card {
  margin-top: 0.5rem;
}

.main .form-group .card-body {
  padding: 0.5rem 1rem;
}

.main > .table .col-md-12 {
  padding-left: 8px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff !important;
  opacity: 1;
  color: #999;
}

.main .dxbs-fl .dxbs-fl-gt .dxbs-tabs .tab-content input {
  border: 0;
  border-bottom: 2px solid #a1a1a1;
  border-radius: 0;
  font-size: 13px;
  padding-bottom: 0;
  background: transparent;
  padding-left: 0;
}

.form-control:focus {
  box-shadow: none !important;
  border: 0;
  border-bottom: 2px solid #a1a1a1 !important;
}

.main
  span.e-date-wrapper.e-date-container.e-input-group.e-control-container.e-control-wrapper.e-valid-input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #a1a1a1 !important;
}

.main .e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon,
.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  border: 0;
  border-bottom: 2px solid #a1a1a1;
  border-radius: 0 !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #252525;
  background-color: #ffffff;
  border-color: #6c757d;
  border: 0;
}

.dxbs-edit-btn.dropdown-toggle.dxbs-dropdown-toggle {
  color: #252525;
  background-color: #ffffff;
  border-color: #6c757d;
  border: 0;
}

.form-control[readonly]:focus {
  color: #999;
}

textarea.form-control {
  height: auto;
  border: 0;
  border-bottom: 2px solid #a1a1a1;
  border-radius: 0;
  padding-left: 0;
  background: transparent;
}

.e-input-group .e-input[readonly] ~ span.e-input-group-icon,
.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon,
.e-float-input input[readonly] ~ span.e-input-group-icon,
.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon,
.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
  background: transparent !important;
  color: #6c757d;
  border: 0;
  /*    border-bottom: 2px solid #a1a1a1 !important;*/
}

.main
  .dxbs-fl
  .dxbs-fl-gt
  .dxbs-tabs
  .tab-content
  .e-control.e-datepicker.e-lib.e-input.e-keyboard {
  border: 0 !important;
}

.e-input-group input.e-input,
.e-input-group textarea.e-input,
.e-input-group
  input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(
    [disabled]
  ):not(:focus),
.e-input-group
  textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(
    [disabled]
  ),
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper
  input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(
    [disabled]
  ):not(:focus),
.e-input-group.e-control-wrapper
  textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(
    [disabled]
  ) {
  border: 0 solid;
  border-width: 0;
  border-bottom: 2px solid #a1a1a1;
  color: #999;
}

.e-input-group .e-input[readonly],
.e-input-group.e-control-wrapper .e-input[readonly],
.e-float-input input[readonly],
.e-float-input.e-control-wrapper input[readonly],
.e-float-input textarea[readonly],
.e-float-input.e-control-wrapper textarea[readonly] {
  color: #999 !important;
}

span.e-date-wrapper.e-date-container.e-input-group.e-control-container.e-control-wrapper.e-valid-input.e-input-focus {
  border-bottom: 2px solid #a1a1a1 !important;
}

span.e-date-wrapper.e-date-container.e-input-group.e-control-container.e-control-wrapper.e-valid-input.e-input-focus
  span.e-input-group-icon.e-date-icon.e-icons {
  border: 0 !important;
}

.e-control.e-datepicker.e-lib.e-input.e-keyboard {
  border-bottom: 0 !important;
  height: 26px;
}

span.e-input-group-icon.e-date-icon.e-icons {
  border: 0;
}

.e-control.e-numerictextbox.e-lib.e-input {
  border: 0 !important;
}

span.e-numeric.my-spin.e-valid-input.e-input-group.e-control-container.e-control-wrapper {
  border: 0;
  border-bottom: 2px solid #a1a1a1;
  border-radius: 0;
}

span.e-numeric.my-spin.e-valid-input.e-input-group.e-control-container.e-control-wrapper
  .e-control.e-numerictextbox.e-lib.e-input:hover {
  color: #212529;
}

.form-group label.col-form-label {
  color: #dedede;
  text-align: left;
  font-size: 13px;
}

.e-input-group.e-control-wrapper
  input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(
    [disabled]
  ):not(:focus) {
  color: #343a40;
}

.form-control.form-control-sm.input-group-append.dxbs-input-group-append.dxbs-focus-hidden {
  height: 28px;
}

.form-group label.col-form-label.col-form-label-sm {
  padding-top: 16px;
  padding-bottom: 0;
}

span.e-numeric.e-valid-input.e-input-group.e-control-container.e-control-wrapper {
  border: 0;
  border-bottom: 2px solid #a1a1a1;
  border-radius: 0;
}

.gridlayout-content.gridlayout-item .dxbs-fl-ctrl > div div {
  background: #fff !important;
  border: 0;
}

.gridlayout-content.gridlayout-item .dxbs-fl-ctrl > div div div {
  /* border: 1px solid #a0a0a0;*/
  padding: 1% 5% 1% 4%;
}

.gridlayout-content.gridlayout-item div div span:nth-child(2) {
  background: transparent !important;
  float: right;
  border: 0;
}

.gridlayout-content.gridlayout-item td {
  font-weight: 500 !important;
  padding: 0.4rem 0.5rem;
  font-size: 13px;
}

.gridlayout-content.gridlayout-item div div span {
  font-size: 13px;
}

.e-dialog.e-lib.e-popup.e-control.e-popup-open
  .e-dlg-header-content
  .e-dlg-header
  div {
  background-color: #ffffff !important;
  color: #000 !important;
  text-align: center;
  padding: 0 !important;
}

.e-dialog.e-lib.e-popup.e-control.e-popup-open .e-dlg-content p {
  font-weight: 400 !important;
  text-align: center;
  border: 0;
  color: #064e46;
}

.e-dialog.e-lib.e-popup.e-control.e-popup-open .e-dlg-header-content {
  border: 0 !important;
}

.e-dialog.e-lib.e-popup.e-control.e-popup-open .e-footer-content {
  border: 0 !important;
  text-align: right;
}

.e-dialog.e-lib.e-popup.e-control.e-popup-open .e-dlg-content p {
  font-weight: 400 !important;
  text-align: center;
  border: 0;
}

.e-dialog.e-lib.e-popup.e-control.e-popup-open .e-dlg-header {
  border: 0 !important;
  width: 100%;
}

.gridlayout-content.gridlayout-item .dxbs-fl .form-group {
  margin-bottom: 0;
}

.myPopupCss .form-group label.col-form-label {
  color: #313233;
}

.myPopupCss .form-group input {
  border: 0;
  border-bottom: 2px solid #a1a1a1;
  border-radius: 0;
}

.myPopupCss .e-input-group .e-input[readonly],
.myPopupCss .e-input-group.e-control-wrapper .e-input[readonly],
.myPopupCss .e-float-input input[readonly],
.myPopupCss .e-float-input.e-control-wrapper input[readonly],
.myPopupCss .e-float-input textarea[readonly],
.myPopupCss .e-float-input.e-control-wrapper textarea[readonly] {
  background: #ffffff;
}

.myPopupCss
  span.e-date-wrapper.e-date-container.e-input-group.e-control-container.e-control-wrapper.e-valid-input {
  border: 0;
  border-bottom: 2px solid #a1a1a1;
  border-radius: 0;
}

.myPopupCss button.btn.btn-warning {
  background: transparent !important;
  color: #ffc107;
  border: 1px solid #ffc107;
}

.myPopupCss button.btn.btn-warning:hover {
  background: #ffc107 !important;
  color: #000;
}

.myPopupCss button.btn.btn-info {
  border: 1px solid #603e97;
  background: transparent;
  color: #603e97;
}

.myPopupCss button.btn.btn-info:hover {
  background: #603e97;
  color: #fff;
}

.myPopupCss button.btn.btn-success {
  background: transparent;
  border: 1px solid #28a745;
  color: #28a745;
}

.myPopupCss button.btn.btn-success:hover {
  background: #28a745;
  color: #fff;
}

.myPopupCss button.btn.btn-danger {
  background: transparent;
  color: #ec2379;
  border: 1px solid #ec2379;
}

.myPopupCss button.btn.btn-danger:hover {
  background: #ec2379;
  color: #fff;
}

.myPopupCss button.btn.btn-primary {
  background: transparent;
  color: #007bff;
  border: 1px solid #007bff;
}

.myPopupCss button.btn.btn-primary:hover {
  background: #007bff;
  color: #fff;
}

.myPopupCss button.btn.btn-secondary {
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
}

.myPopupCss button.btn.btn-secondary:hover {
  background: #6c757d;
  color: #fff;
}

.myPopupCss button.btn.btn-dark {
  color: #23272b;
  background-color: transparent;
  border-color: #23272b;
}

.myPopupCss button.btn.btn-dark:hover {
  background: #23272b;
  color: #fff;
}

/* login page*/

.myLoginPopupCss::before {
  position: fixed;
  background: url("https://techlogica.com/wp-content/uploads/2024/01/output-onlinegiftools-2.gif");
  content: "";
  height: 100%;
  width: 100%;
  left: 5%;
  top: 7%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 51%;
}

.myLoginPopupCss::after {
  position: fixed;
  background: url("https://techlogica.com/wp-content/uploads/2024/01/banner-inner99.png")
    #fff;
  height: 100%;
  width: 100%;
  left: 0;
  background-repeat: repeat;
  top: 0;
  background-position: top;
  z-index: -1;
  background-size: contain;
}

.e-accordion .e-acrdn-item.e-expand-state.e-select,
.e-accordion .e-acrdn-item.e-expand-state.e-select .e-acrdn-header {
  border: 0 !important;
}

.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
  padding: 0;
}

.e-accordion .e-acrdn-item .e-acrdn-header {
  min-height: 30px;
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
  display: table;
  font-size: 18px;
  height: 20px !important;
  min-height: 10px !important;
  min-width: 22px;
  position: absolute;
  right: 16px;
  top: 10px !important;
}

.gridlayout-content.gridlayout-item
  .dxbs-fl
  .form-group
  .e-accordion
  .e-acrdn-item
  .e-acrdn-header {
  min-height: 23px !important;
  padding: 3% 5% 0% 4%;
  border: 0;
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
  line-height: 2px !important;
}

/*button#chat-circle {
    display: none !important;
}*/
.myLoginPopupCss .modal-content .modal-title {
  font-weight: 600;
  color: #ffffff;
  font-size: 27px;
}

.myLoginPopupCss .modal-content .col-lg-10 {
  padding: 0;
}

.myLoginPopupCss .form-group label.col-form-label {
  color: #dedede;
  text-align: left;
}

.modal > .dxbs-popup.myLoginPopupCss {
  position: relative;
  left: auto;
  right: 7%;
  top: 8%;
  box-sizing: border-box;
  margin-right: 0;
}

.myLoginPopupCss .modal-content .modal-title {
  font-weight: 600;
  text-transform: capitalize;
}

.myLoginPopupCss .modal-content {
  background: linear-gradient(46deg, #12022d, #1dbbfa);
  border: 1px solid #3437a6;
  min-height: auto;
  max-width: 327px;
  padding: 5% 0 6% 0;
  margin: 0 auto;
  color: #ffffff;
  background-position: center;
  border-radius: 15px;
  box-shadow: none;
}

.myLoginPopupCss .form-control {
  background: transparent;
  border: 2px solid #d1d1d1;
  border-radius: 10px;
  height: 45px;
  color: #fff;
  padding: 10px;
}

.myLoginPopupCss .modal-content .modal-footer .btn {
  text-transform: uppercase;
  display: block;
  width: 97%;
  padding: 10px;
  background: white;
  border: 1px solid #fff;
  color: #394eca;
  font-size: 17px;
  margin: 0 auto;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 2%;
  border-radius: 10px;
}

.loaderz {
  display: none;
}

.myLoginPopupCss .modal-content .modal-footer .btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/*.modal.dxbs-modal {
    background: #fff;
}*/

.dxbs-fl
  .dxbs-fl-gt
  .dxbs-tabs
  .tab-content
  .col-md-3.dx-blazor-fl-tab-item
  label.col-form-label.col-form-label-sm.dxbs-fl-cpt {
  padding-top: 3px;
}

.dxbs-fl .dxbs-fl-gt .dxbs-tabs .tab-content .col-md-3.dx-blazor-fl-tab-item {
  padding-top: 1%;
}

.gridlayout-content.gridlayout-item .e-acrdn-item .e-acrdn-panel,
.gridlayout-content.gridlayout-item
  .e-acrdn-item
  .e-acrdn-panel
  .e-acrdn-content,
.gridlayout-content.gridlayout-item
  .e-acrdn-item
  .e-acrdn-panel
  .e-acrdn-content
  div {
  border: 0 !important;
}

.gridlayout-content.gridlayout-item .e-acrdn-item .e-acrdn-panel,
.gridlayout-content.gridlayout-item
  .e-acrdn-item
  .e-acrdn-panel
  .e-acrdn-content {
  padding: 0 !important;
  padding-top: 6px !important;
}

@media only screen and (max-width: 600px) {
  .navbar.header-navbar {
    overflow: hidden;
  }

  .modal > .dxbs-popup.myLoginPopupCss {
    position: relative;
    left: auto;
    right: 0%;
    top: 26%;
    box-sizing: border-box;
    margin-right: 0;
  }

  .myLoginPopupCss::before {
    left: 7%;
    top: 2%;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 82%;
  }

  .myLoginPopupCss .modal-content {
    max-width: 90%;
  }

  .myLoginPopupCss::after {
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }

  .myLoginPopupCss .modal-content .modal-title {
    font-size: 23px;
  }

  .myLoginPopupCss .modal-content .modal-footer .btn {
    font-size: 16px;
    padding: 9px;
  }

  .myLoginPopupCss .form-control {
    height: 35px;
  }
}

/* login page*/
/*tabpage*/
/*.e-dashboardlayout.e-control .e-panel.e-panel-transition.hidden-panel.e-drag.e-lib {
    background: transparent;
    box-shadow: none;
    border: 0;*/
/* } */
/*sftab*/
/*new scroll bar*/

.header_toast_class {
  height: auto !important;
}

.childbuttonclass {
  top: 15% !important;
  height: 60% !important;
  width: 80% !important;
  left: 15% !important;
}

.e-dialog.e-lib.e-popup.e-control.e-popup-open.childbuttonclass .e-dlg-header {
  display: inline;
}

button.e-control.e-btn.e-lib.e-dlg-closeicon-btn.e-flat.childbuttonclass.e-icon-btn {
  height: 20px !important;
  left: -5px !important;
  width: 20px !important;
  top: auto !important;
}

/* new scroll bar  */
/*dashorodbuttonclick*/
.dashboard_newclick
  .e-dialog.e-lib.e-dlg-resizable.e-dlg-modal.e-popup.e-control.e-popup-open {
  position: fixed !important;
  top: 4% !important;
  left: 18% !important;
}

/*dashorodbuttonclick*/
/*chatbot designs*/
:root {
  --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  --msger-bg: #fff;
  --border: 2px solid #ddd;
  --left-msg-bg: #ececec;
  --right-msg-bg: #579ffb;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body.chatbody {
  justify-content: center;
  height: 75vh;
  background-image: none;
  /* font-family: Helvetica, sans-serif; */
  font-family: "Plus Jakarta Sans", sans-serif !important;
  margin-top: -41px;
}

.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 867px;
  /* margin: 25px 10px; */
  height: calc(100% - 0px);
  border: var(--border);
  border-radius: 5px;
  background: var(--msger-bg);
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.msger-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: var(--border);
  background: #eee;
  color: #666;
  display: none;
}

.msger-chat {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.msger-chat::-webkit-scrollbar {
  width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.msg:last-of-type {
  margin: 0;
}

.msg-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

.msg-bubble {
  max-width: 75%;
  padding: 15px;
  border-radius: 15px;
  background: var(--left-msg-bg);
}

.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}

.msg-info-time {
  font-size: 0.85em;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
  overflow-x: scroll;
}

.right-msg {
  flex-direction: row-reverse;
}

.right-msg .msg-bubble {
  background: var(--right-msg-bg);
  color: #fff;
  border-bottom-right-radius: 0;
}

.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: flex;
  padding: 10px;
  border-top: var(--border);
  background: #eee;
}

.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}

.msger-input {
  flex: 1;
  background: #ddd;
}

.msger-send-btn {
  margin-left: 10px;
  background: rgb(0, 196, 65);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
}

.msger-send-btn:hover {
  background: rgb(0, 180, 50);
}

table.chatbot_table,
.chatbot_table td,
.chatbot_table tr {
  border: 1px solid #c2b9b9;
}

.chatbot_table td {
  -moz-user-select: none;
  padding: 3px 3px;
  font-size: 14px;
}

.msger-chat {
  background-color: #fcfcfe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.msg-text {
  word-wrap: break-word;
}

.msg.left-msg {
  display: block;
}

.msger-chat {
  width: 100%;
  float: left;
}

/*chatbot designs*/
.insertheader {
  padding-left: 8px;
  padding-bottom: 8px;
}

.editheader {
  padding-left: 8px;
  padding-bottom: 8px;
}

/*grid toolbarbuttontext hiding*/
.e-grid .e-toolbar .e-tbar-btn-text,
.e-grid .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
  display: none;
}

.e-grid .e-headercell {
  background-color: #a2d6f4;
  color: rgb(3, 2, 2);
  font-size: 5px !important;
}

span.e-headertext {
  font-size: 13px;
  font-weight: normal;
}

/*searchboxstyles*/
.searchpop .row {
  padding-left: 8px;
  padding-right: 8px;
}

/*searchboxstyles*/
/* Responsive */
@media only screen and (max-width: 600px) {
  nav .navbar.header-navbar.p-0 .theme-settings.False a.float-lg-right:before {
    display: none;
  }

  .navbar.header-navbar .title {
    min-width: auto;
  }

  nav.navbar.header-navbar.p-0 .theme-settings.False a.float-lg-right {
    padding: 0;
    float: right;
    vertical-align: middle;
    height: auto;
  }

  nav.navbar.header-navbar.p-0 .logoutLblPos {
    margin: 0;
    padding-right: 0;
  }

  nav.navbar.header-navbar.p-0
    .logoutLblPos
    button.dropbtn
    i.fa.fa-user-circle {
    font-size: 20px;
  }

  .navbar.header-navbar {
    height: 4rem;
    float: left;
    width: 100%;
    justify-content: space-between;
    min-height: 4rem;
    border-bottom: 1px solid #fff;
    box-shadow: none;
  }

  .header-navbar .navbar-toggler {
    padding-left: 0.2rem;
    padding-right: 0;
  }

  nav.navbar.header-navbar.p-0 .logoutLblPos button.dropbtn {
    font-size: 0;
    padding: 0;
  }

  .theme-settings a span.oi.oi-cog {
    font-size: 20px;
  }

  nav.navbar.header-navbar.p-0 .ml-3.font-weight-bold.title.pr-4 {
    font-size: 14px;
    padding: 0 !important;
  }

  .ml-5.font-weight-bold.title.globalcaption.pl-5 {
    font-size: 12px;
  }
}

/* Responsive */

.auto-height {
  resize: none;
  /* Prevent manual resizing */
  overflow-y: hidden;
  /* Hide vertical scrollbar */
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
}

div#report {
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

nav.app-sidebar > ul.nav.nav-pills.flex-column {
  height: 90.8vh;
  overflow: scroll;
}

/*SCROLLBAR*/
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

/*SCROLL BAR END
*/

/* //////////// Change  */
.myLoginPopupCss::before {
  position: fixed;
  background: none !important;
  content: "";
  height: 100%;
  width: 100%;
  left: 5%;
  top: 7%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 51%;
}

.myLoginPopupCss::after {
  background: url(./imgs/loginbackground.png) !important;
  background-repeat: no-repeat !important;
  object-fit: cover !important;
  width: 100vw !important;
  background-size: 100% !important;
  /* 
  height: 100vh !important;
 
  
 */
}
.modal-body p {
  color: #000 !important;
}
/* .modal-body{
  margin-top: 40px !important;
} */
.myLoginPopupCss .modal-content {
  background: linear-gradient(46deg, #ffffff, #ffffff) !important;
  border: 1px solid #ffffff !important;
  min-height: auto;
  max-width: 327px;
  padding: 5% 0 6% 0;
  margin: 0 auto;
  color: #000000 !important;
  background-position: center;
  border-radius: 15px;
  box-shadow: none;
}

.myLoginPopupCss .modal-content .modal-title {
  color: #dc5360 !important;
}

.myLoginPopupCss .form-control {
  background: transparent;
  /* border: 2px solid #603e97 !important; */
  border-radius: 10px;
  height: 40px;
  color: #000 !important;
  padding: 10px;
}

.myLoginPopupCss .form-group label.col-form-label {
  color: #000 !important;
  text-align: left;
}

.myIcon {
  position: absolute;
  right: 0.5em;
  z-index: 3;
  top: 1.2em !important;
}

.oi .oi-eye .myIcon {
  color: #c3c3c3 !important;
}

.oi .oi-eye .myIcon span {
  color: #c3c3c3 !important;
}

.myLoginPopupCss .modal-content .modal-footer .btn {
  text-transform: uppercase;
  display: block;
  width: 97%;
  padding: 10px;
  background: linear-gradient(46deg, #603e97, #ec2379) !important;
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 15px !important;
  margin: 0 auto;
  height: 50px !important;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 5%;
  border-radius: 30px !important;
}
.btn .btn-primary {
  background-color: #603e97 !important;
  border-color: #603e97 !important;
}
.btn .btn-primary {
  background-color: #ec2379 !important;
  border-color: #ec2379 !important;
}

.modal > .dxbs-popup.myLoginPopupCss {
  position: relative;
  left: auto;
  right: 15%;
  top: 20%;
  box-sizing: border-box;
  margin-right: 0;
}

.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
  /* border: 1px solid rgba(0, 0, 0, 0); */
  border-top: 0px solid transparent !important;
  background: linear-gradient(46deg, #603e97, #ec2379) !important;
  color: #fff !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text,
.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
  color: #fff !important;
}

.e-toolbar-items {
  margin-bottom: 1em;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
  border-radius: 30px !important;
}

.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
  border-radius: 30px !important;
}

.e-tab .e-tab-header {
  min-height: 50px !important;
}

.e-tab-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

.e-tab .e-tab-header:not(.e-vertical)::before {
  border-width: 0 0 0px !important;
}

body {
  color: #eff2f5 !important;
}

.dxbs-clickable,
.dxbs-clickable label {
  margin: 0.1em 0.7em !important;
}

.chart-item-6 {
  border-radius: 20px !important;
}

modal > .dxbs-popup {
  position: relative;
  left: auto;
  width: 100%;
  top: auto;
  height: 70% !important;
  box-sizing: border-box;
}

.modal-title {
  color: #dc5360 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700;
}

.col-form-label .col-form-label-sm .dxbs-fl-cpt {
  color: #000 !important;
}

.form-group {
  flex-direction: column !important;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border: 2px solid #0a080821 !important;
  border-radius: 10px;
  height: 40px;
  color: #000 !important;
  padding: 3px;
}

.form-group label.col-form-label {
  color: #000 !important;
}

#id54d9ea2f-4d0f-4abd-b73f-a76daaf17e18.dxbs-fl.form-horizontal
  div:not(.dx-blazor-fl-tab-item)
  > .form-group
  > .dxbs-fl-ctrl:not(img):not(.dxbs-fl-ctrl-nc) {
  width: 100% !important;
}

.btn .btn-sm .dx-btn .btn-success {
  text-transform: uppercase;
  display: block;
  width: 97%;
  padding: 10px;
  background: linear-gradient(46deg, #603e97, #ec2379) !important;
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 15px !important;
  margin: 0 auto;
  height: 50px !important;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 5%;
  border-radius: 30px !important;
}

.dashboard-container .expense-card {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

.dashboard-container .card-title {
  font-size: 1.3rem !important;
  margin-bottom: 0.3em !important;
}

.card-text {
  color: #643d96 !important;
  padding: 0.5em;
  background-color: #643d9624;
  border-radius: 30px !important;
}

.d-flex .align-items-center .text-danger {
  display: none !important;
}

.dashboard-container .card {
  height: 185px !important;
  border-radius: 18px !important;
}

.p.card-text-secondtext {
  color: #643d96 !important;
  margin-bottom: 0.3em;
}

.card-second-text-title {
  font-size: 12px !important;
  color: #000 !important;
}

.card-text-secondtext {
  font-size: 13px !important;
}

.dashboard-container .lower-title {
  font-size: 14px !important;
  color: #000 !important;
}

.dashboard-container .card-icon {
  position: absolute;
  top: 128px !important;
}

.dashboard-container .card-text {
  width: 170px !important;
}

.fa-solid .fa-up-long .text-danger {
  display: none !important;
}

.MainGrid
  .sf-grid
  .e-grid
  .e-control
  .e-responsive
  .e-default
  .e-gridhover
  .e-resize-lines
  .e-grid-min-height
  .e-horizontallines
  .e-lib
  .e-keyboard {
  background-color: transparent !important;
  padding: 1em;
}

.e-toolbar .e-toolbar-items {
  background: transparent !important;
}

.e-toolbar {
  background: #fff !important;
  min-height: 44px !important;
}

.e-grid .e-headercell {
  background-color: #fff !important;
}

.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd) {
  color: #6c737f !important;
}

.e-toolbar .e-toolbar-item .e-tbar-btn {
  border-radius: 30px !important;
}

span.e-headertext {
  font-weight: 600 !important;
}

.e-btn .e-btn-icon,
.e-css.e-btn .e-btn-icon {
  font-size: 14px;
}

#chat-circle {
  background-color: #fff !important;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, l0.1) !important; */
  color: #1e1e1e !important;
}

.e-dialog .e-lib .e-dlg-modal .e-popup .e-control .e-popup-open {
  padding: 1em 2em !important;
}

.table .thead-dark th {
  background: #ec2379 !important;
  color: #fff !important;
  border: #fff !important;
}

.table .thead-dark tr {
  border-radius: 30px !important;
}

.e-footer-content button.btn.btn-danger {
  border-radius: 30px !important;
}

.e-footer-content button.btn.btn-info {
  border-radius: 30px !important;
}

.e-footer-content button.btn.btn-primary {
  border-radius: 30px !important;
}

.e-footer-content button.btn.btn-warning {
  border-radius: 30px !important;
}

.e-footer-content button.btn.btn-success {
  border-radius: 30px !important;
  /* color: #fff !important; */
}

.sidebar ul.nav li ul.nav.nav-pills ul.nav li h6 {
  font-weight: 600 !important;
  font-size: 13px !important;
}
.sidebar ul.nav li ul.nav.nav-pills.flex-column h6 {
  font-weight: 600 !important;
  font-size: 14px !important;
}
.e-dialog.e-popup {
  padding: 1em 2em !important;
  border-radius: 30px !important;
}
tr{
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
td{
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.e-row .e-altrow {
  height: 50px !important;  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.e-columnheader {
  height: 50px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.e-btn,
.e-css.e-btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #603e97;
  border-color: #603e97;
}
.e-toast .e-toast-danger .e-toast-header-icon .e-toast-header-close-icon {
  border-radius: 15px !important;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title {
  color: #fff !important;
  border-color: #fff !important;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content {
  color: #fff !important;
}
.e-toast-container .e-toast.e-toast-danger {
  background: linear-gradient(46deg, #603e97, #ec2379) !important;
}
#toast_0 {
  border-radius: 15px !important;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-close-icon {
  color: #fff !important;
}
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
  color: #fff !important;
}
.e-pager .e-currentitem {
  border: 3px solid #ec2379 !important;
}
.e-pager .e-currentitem,
.e-pager .e-currentitem:hover {
  border-right-color: #ec2379;
  color: #ec2379;
  background: #e9ecef;
}
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(
    .e-error
  ),
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(
    .e-warning
  ):not(.e-error) {
  box-shadow: 0 0 0 0.2rem #c52b6e9d !important;
}
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error)
  .e-input:focus,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(
    .e-warning
  ):not(.e-error)
  .e-input:focus,
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error)
  .e-input,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(
    .e-warning
  ):not(.e-error)
  .e-input {
  border-color: #c52b6e9d !important;
}
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
  background: linear-gradient(46deg, #603e97, #ec2379) !important;
  color: #fff !important;
}
.global-Setting i:hover {
  color: #fff !important;
}
.btn-outline-danger {
  border-radius: 30px !important;
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(46deg, #603e97, #ec2379) !important;
}
.btn-outline-info {
  border-radius: 30px !important;
  border-color: transparent !important;

  color: #1f1f1f85 !important;
  background: #fff !important;
}
.btn-outline-danger:hover {
  color: #1f1f1f85 !important;
  background: #fff !important;
}
.btn-outline-info:hover {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(46deg, #603e97, #ec2379) !important;
}

tr {
  /* background: linear-gradient(46deg, #603e97, #ec2379) !important; */
}
tr:nth-child(even) {
  background-color: #fff !important;
  color: #6C737F !important;
}
.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check{
  background-color: #603e97 !important;
  border: 1px solid #603e97 !important;
  color: #fff !important;
}

tr {
  background: #fff !important;
  color: #6C737F !important;
}
.table thead th {
  color: #000 !important;
  background: #f8f9fa !important;
}
.msger-header-title {
  color: #ec227a !important;
}
.msger-chat {
  background: #fff !important;
}
.msg-bubble {
  background: #643d961c !important;
  color: #000 !important;
}
.msger-inputarea {
  background: transparent !important;
}
.chatuserinput {
  background: #d9d9d957 !important;
}
.msger-mic-btn {
  background: #d9d9d957 !important;
}
.msger-send-btn {
  background: #e4257b !important;
}
.msger-input {
  background: #d9d9d957 !important;
}
.e-control .e-btn .e-lib .e-edit-delete .e-Nonebutton {
  background-color: red !important;
}
/* .msger-header{
  visibility: hidden ;
} */
.navbar.header-navbar .title {
  color: #3c96f800 !important;
  background: url(./logo.png);
  min-width: auto !important;
  width: 100% !important;
  background-repeat: no-repeat !important;
}

.e-dialog .e-lib .e-dlg-modal .e-popup .e-control .e-popup-open {
  max-height: 961px !important;
  z-index: 11005;
  width: 86% !important;
  height: 800px !important;
}
#target {
  max-height: 961px !important;
  z-index: 11005;
  width: 86% !important;
  height: 800px !important;
}
.e-dlg-container .e-dlg-center-center {
  background-color: #575757 !important;
}
/* .e-control .e-btn .e-lib  .e-edit-delete .e-Nonebutton{
  background: linear-gradient(
    46deg,
    #603e97,
    #ec2379
  ) !important;
  

} */

[id*="chart"][id*="chart_legend_text"] {
  opacity: 0.8 !important;
  fill: #000000 !important;
  font-size: 14px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
}
[id*="chart"][id*="chart_legend_text"] {
  opacity: 0.8 !important;
  fill: #000000 !important;
  font-size: 14px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
}
[id*="chart"][id*="ChartTitle"] {
  opacity: 0.8 !important;
  fill: #000000 !important;
  font-size: 18px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
}
[id*="chart"][id*="ChartTitle"] {
  opacity: 0.8 !important;
  fill: #000000 !important;
  font-size: 18px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
}
h4 {
  color: #000;
}
.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
  margin-right: .5em !important;
}
.e-float-input, .e-float-input.e-control-wrapper, .e-float-input.e-disabled, .e-float-input.e-control-wrapper.e-disabled, .e-float-input.e-input-group.e-disabled, .e-float-input.e-input-group.e-control-wrapper.e-disabled{
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.e-acrdn-header{
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.spinner-grow .text-primary{
  color: #ec2379 !important;
}
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error){
 box-shadow: 0 0 0 0.1rem #ec237ad2 !important;
}
.e-dlg-container .e-dlg-center-center{
  background-color: #5757574d !important;
}
.dxbs-modal.modal .drag {
  margin-bottom: 2.7em !important;
}
.e-btn .e-btn-icon.e-icon-left, .e-css.e-btn .e-btn-icon.e-icon-left{
  margin-left: -0.1em !important;
}
.e-btn .e-btn-icon, .e-css.e-btn .e-btn-icon{
  font-size: 14px !important;
}