html,
body {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  background: var(--bs-body-bg);
  line-height: 16px;
}
 
h1 {
  font-size: 36px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Mulish', sans-serif !important;
  margin: 0px;
  padding: 0;
}
table td a.fw-bolder {
  text-decoration: underline;
}



 
.location-head li {
	margin-bottom: 5px;
	text-align: end;
	font-weight: bold;
}
 

#myTab_vertical.nav-tabs li {
    margin: 0 17px;
    position: relative;
}
#myTab_vertical.nav-tabs li::after {
	background: #cccccc;
	width: 2px;
	height: 13px;
	position: absolute;
	right: -18px;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
}#myTab_vertical.nav-tabs .nav-link img {
    width: 18px;
    height: 19px;
    display: none;
}
#myTab_vertical.nav-tabs li:last-child::after {
	content: inherit;
	display: none;
}#myTab_vertical.nav-tabs .nav-item:nth-child(7) .nav-link.active::after {
    width: 26px;
}
header{
box-shadow: -1px 10px 20px -6px rgba(31,123,192,0.09);
-webkit-box-shadow: -1px 10px 20px -6px rgba(31,123,192,0.09);
-moz-box-shadow: -1px 10px 20px -6px rgba(31,123,192,0.09);
}
.data-counts-cont span {
	font-size: 28px;
	font-weight: bold;
}
.data-counts-cont label {
	text-transform: capitalize;
}
.bg-light-danger {
	background-color: #fcf0f0;
	border: 1px solid #f4caca;
}

.after-bg::after {
	content: "";
	background: url(../images/after-bg.png) no-repeat scroll 0 0 transparent;
	width: 100%;
	height: 78px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.data-counts-cont {
	position: relative;
	z-index: 1;
}
.data-counts-ico {
	position: relative;
	z-index: 1;
}
.data-counts-boxshadow {
	box-shadow: -1px 1px 20px -1px rgba(31,123,192,0.26);
	-webkit-box-shadow: -1px 1px 20px -1px rgba(31, 123, 192, 0.13);
	-moz-box-shadow: -1px 1px 20px -1px rgba(31,123,192,0.26);
}
.data-counts-cont span {
	display: block;
	line-height: 39px;
}
.box-shadow{	box-shadow: -1px 1px 20px -1px rgba(31,123,192,0.26);
	-webkit-box-shadow: -1px 1px 20px -1px rgba(31, 123, 192, 0.13);
	-moz-box-shadow: -1px 1px 20px -1px rgba(31,123,192,0.26);
}
.date-picker-icon {
	position: absolute;
	right: 9px;
	top: 0;
	bottom: 0;
	height: 22px;
	margin: auto;
	z-index: 1;
}
 .grad-data span {
	font-size: 24px;
	line-height: 28px;
}
.text-green {
	color: #59b43b;
}
.text-orange {
	color: #e0bb0f;
}
.text-blue {
	color: #084ba3;
}
.grad-green-data {
	background: linear-gradient(121deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(234, 255, 227, 1) 100%);
	border: 1px solid #c8ebbc;
}.grad-com span {
	font-size: 24px;
	line-height: 28px;
}


.grad-orange-data{
    background: linear-gradient(121deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(251, 245, 220, 1) 100%);
    	border: 1px solid #f1e8c1;
}

.grad-blue-data{
    background: linear-gradient(121deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(226, 231, 249, 1) 100%);
    	border: 1px solid #dae1f6;
}

.grad-red-data{
    background: linear-gradient(121deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(249, 226, 226, 1) 100%);
    	border: 1px solid #f9e2e2;
}

.grad-darkgreen-data {
	background: linear-gradient(121deg,rgba(89, 180, 59, 1) 0%, rgba(128, 207, 99, 1) 100%);
}
.grad-darkorange-data{
background: linear-gradient(121deg,rgba(224, 187, 15, 1) 0%, rgba(229, 191, 96, 1) 100%);
}

.grad-darkred-data{
background: linear-gradient(121deg,rgba(225, 51, 51, 1) 0%, rgba(221, 111, 114, 1) 100%);
}


.color-table tr th {
	background-color: #157b7d;
	color: #ffffff;
	font-size: 12px;
	border: none;
}table tr td {
	font-size: 12px;
	cursor: pointer;
}
.color-table tr.sub-header th {
	background-color: #349496;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 49px;
	height: 21px;
}
    .toggle-switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

 .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	transition: 0.4s;
	border-radius: 34px;
	border: 1px solid #6b8abc;
}
.slider::before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 4px;
	bottom: 2px;
	background-color: #6b8abc;
	transition: 0.4s;
	border-radius: 50%;
}
 input:checked + .slider {
	background-color: #ffffff;
}

    input:checked + .slider:before {
      transform: translateX(26px);
    }

.filter-btn {
	display: flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #6b8abc;
	border-radius: 5px;
	height: 30px;
	width: 78px;
	text-align: center;
	justify-content: center;
}
.filter-btn:hover {
    background-color: #f2f2f2;
}

.form-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px 10px;
	background: url(../images/downarrow.png) scroll center right no-repeat #ffffff;
}

.filter-block {
	background: linear-gradient(188deg,rgba(255, 255, 255, 1) 0%, rgba(237, 241, 248, 1) 100%);
	border: 1px solid #e0e4ea;
	border-radius: 5px;
     
}


/* ================================== common style for pages ======================================= */
.preline-text {
  white-space: pre-line;
}

.disable-control {
  background: #dfddddb0;
}

select:disabled {
  background: #dfddddb0;
}

.sun-and-moon > :is(.moon, .sun, .sun-beams) {
  transform-origin: center center;
}

.sun-and-moon > :is(.moon, .sun) {
  fill: var(--icon-fill);
}

.theme-toggle:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
  fill: var(--icon-fill-hover);
}

.sun-and-moon > .sun-beams {
  stroke: var(--icon-fill);
  stroke-width: 2px;
}

.theme-toggle:is(:hover, :focus-visible) .sun-and-moon > .sun-beams {
  stroke: var(--icon-fill-hover);
}

[data-bs-theme='dark'] .sun-and-moon > .sun {
  transform: scale(1.75);
}

[data-bs-theme='dark'] .sun-and-moon > .sun-beams {
  opacity: 0;
}

[data-bs-theme='dark'] .sun-and-moon > .moon > circle {
  transform: translate(-7px);
}

@supports (cx: 1) {
  [data-theme='dark'] .sun-and-moon > .moon > circle {
    transform: translate(0);
    cx: 17;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .sun-and-moon > .sun {
    transition: transform 0.5s var(--ease-elastic-3);
  }

  .sun-and-moon > .sun-beams {
    transition:
      transform 0.5s var(--ease-elastic-4),
      opacity 0.5s var(--ease-3);
  }

  .sun-and-moon .moon > circle {
    transition: transform 0.25s var(--ease-out-5);
  }

  @supports (cx: 1) {
    .sun-and-moon .moon > circle {
      transition: cx 0.25s var(--ease-out-5);
    }
  }

  [data-bs-theme='dark'] .sun-and-moon > .sun {
    transform: scale(1.2);
    transition-timing-function: var(--ease-3);
    transition-duration: 0.25s;
  }

  [data-bs-theme='dark'] .sun-and-moon > .sun-beams {
    transform: rotate(-25deg);
    transition-duration: 0.15s;
  }

  [data-bs-theme='dark'] .sun-and-moon > .moon > circle {
    transition-delay: 0.25s;
    transition-duration: 0.5s;
  }
}

.theme-toggle {
  --size: 1.9rem;
  --icon-fill: hsl(210 10% 30%);
  --icon-fill-hover: hsl(210 10% 15%);
  background: none;
  border: none;
  padding: 0;
  inline-size: var(--size);
  block-size: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  outline-offset: 5px;
}

.theme-toggle > svg {
  inline-size: 100%;
  block-size: 100%;
  stroke-linecap: round;
}

[data-bs-theme='dark'] .theme-toggle {
  --icon-fill: hsl(210 10% 70%);
  --icon-fill-hover: hsl(210 15% 90%);
}

@media (hover: none) {
  .theme-toggle {
    --size: 48px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
}

@supports not (color-scheme: dark) {
  html[data-bs-theme='dark'] {
    background: #111;
  }
}

@-webkit-keyframes octocat-wave {
  0%,
  to {
    transform: rotate(0);
  }

  20%,
  60% {
    transform: rotate(-25deg);
  }

  40%,
  80% {
    transform: rotate(10deg);
  }
}

@keyframes octocat-wave {
  0%,
  to {
    transform: rotate(0);
  }

  20%,
  60% {
    transform: rotate(-25deg);
  }

  40%,
  80% {
    transform: rotate(10deg);
  }
}

.scroll-sidebar {
  padding: 0 0;
  height: calc(100vh - 80px);
  border-radius: 7px;
}
/* Ensure sidebar scrolling works in both modes */
#sbar {
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar-collapse .master-btn b:last-child {
  display: none;
}
.sidebar-collapse .master-btn a {
  padding: 5px 5px;
}
.sidebar-collapse .master-btn {
  margin: 0 10px !important;
  display: none;
}
.skin-green .sidebar-menu > li.active > a {
  border-left-color: #003b6a !important;
}

.skin-green .sidebar-menu > li:hover > a,
.skin-green .sidebar-menu > li.active > a,
.skin-green .sidebar-menu > li.menu-open > a {
  color: #ffffff !important;
  background: #27c9be !important;
}
.skin-green .sidebar .treeview a {
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: none;
}
.skin-green .sidebar-menu .treeview-menu > li > a i {
	color: #23bcb3;
	border: 1px solid #23bcb3;
	padding: 1px 0;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	margin-right: 5px;
	margin-top: 5px;
}
.treeview-menu > li > a > .fa,
.treeview-menu > li > a > .glyphicon,
.treeview-menu > li > a > .ion {
  width: 15px !important;
}
.skin-green .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: transparent;
}
ul.treeview-menu li a {
	font-size: 11px !important;
	font-weight: 500 !important;
	word-break: break-word;
	white-space: normal;
	padding-right: 10px;
	padding-left: 10px;
}
.sidebar-menu li.treeview.menu-open span i {
  transform: rotate(90deg);
}
.sidebar-menu h6 {
 
  padding-left: 12px;
   
}
.sidebar-collapse .main-sidebar .hamburger{
    display: block!important;
}

.sidebar-collapse .main-sidebar h6 {
  display: none;
}
.skin-green .sidebar-menu > li > a span {
  margin-left: 8px;
}
.skin-green .sidebar-menu .treeview-menu > li > a:hover {
  background-color: #2f9597;
}
h2.page-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
h2.page-title span {
  margin-right: 4px;
}
h2.page-title span .fa {
  color: #d3d3d3;
}
h3.logged-name-style {
  color: #444444;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 16px;
  margin-right: 40px;
}
h3.logged-name-style span {
  color: #acca44;
  font-weight: 600;
}
.skin-green .main-header .navbar .sidebar-toggle {
}
.skin-green .main-header .navbar .nav > li > a {
  color: #444444 !important;
}
.dp-name {
  background: #4896cb;
  width: 30px;
  height: 30px;
  border-radius: 500px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 16px;
}
.skin-green .main-header .logo {
  background-color: var(--bs-body-bg);
}
.content-header > .breadcrumb {
  top: 10px !important;
}
.main-header .logo {
  width: 260px;
}
.main-sidebar {
  width: 260px;
}
.content-wrapper,
.main-footer {
  margin-left: 260px;
}
.sidebar-mini.sidebar-collapse .main-header .logo {
}

.wrap-text {
	max-width: 300px;
	white-space: normal !important;
	word-wrap: break-word;
	word-break: break-word;
}

.skin-green .main-header .navbar {
  background-color: var(--bs-body-bg);
  height: 80px;
  padding: 0 10px;
  margin: 0;
}
.main-header .sidebar-toggle {
  padding: 0px !important;
}
.skin-green .main-header .navbar .nav > li > a:hover {
  background: transparent !important;
}
.skin-green .main-header .navbar .sidebar-toggle:hover {
	background-color: transparent;
}
.main-footer .footer-hold {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-footer .footer-hold p {
  margin: 0;
  font-size: 13px;
  line-height: 14px;
  color: #8e8e8e;
  font-weight: 500;
}
.fullscreen-mode .ti-aspect-ratio::before {
  content: '\f0af';
}
#drop2.nav-icon-hover:hover::before {
  left: 18%;
  top: 51%;
  background: transparent;
}
#drop2 h6 {
	margin-bottom: 0;
}
.skin-green .sidebar-menu > li.header {
  color: #5c5c5c !important;
  background: #d9d9d9 !important;
  font-weight: 600 !important;
}
h1.company-title {
  color: #0060aa;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  float: left;
  width: fit-content;
  margin: 0 auto 0 0;
  padding: 0 20px;
}
.thd-w2 {
  width: 2% !important;
}
.thd-w5 {
  width: 5% !important;
}
.thd-w10 {
  width: 10% !important;
}
.thd-w15 {
  width: 15% !important;
}
.thd-w20 {
  width: 20% !important;
}
.thd-w25 {
  width: 25% !important;
}
.thd-w30 {
  width: 30% !important;
}
.thd-w35 {
  width: 35% !important;
}
.thd-w40 {
  width: 40% !important;
}
.thd-w45 {
  width: 45% !important;
}
.thd-w50 {
  width: 50% !important;
}
.thd-w55 {
  width: 55% !important;
}
.thd-w60 {
  width: 60% !important;
}
.thd-w65 {
  width: 65% !important;
}
.thd-w70 {
  width: 70% !important;
}
.thd-w75 {
  width: 75% !important;
}
.thd-w80 {
  width: 80% !important;
}
.thd-w85 {
  width: 85% !important;
}
.thd-w90 {
  width: 90% !important;
}
.thd-w95 {
  width: 95% !important;
}

.table-cust .fa {
  color: #134568;
  font-size: 16px;
  cursor: pointer;
}

[data-bs-theme='dark'] .table-cust .fa {
  color: #ffffff;
}
.table-cust thead th {
  color: #3276a6;
  font-weight: 600;
  font-size: 13px;
  display: table-cell;
  background: #ffffff;
}
.table.table-cust td input[type='text'] {
  padding: 3px;
}
[data-bs-theme='dark'] .table-cust thead th {
  background-color: #424848;
}
.table-cust tbody td {
  color: #555;
  font-weight: 400;
  font-size: 12px;
  background: #ffffff;
}
[data-bs-theme='dark'] .dt-info,
[data-bs-theme='dark'] .dt-length {
  color: #fff !important;
}
[data-bs-theme='dark'] .dt-paging li a {
  color: #ffffff !important;
}
[data-bs-theme='dark'] .incident-child span {
  color: #ffffff;
}
[data-bs-theme='dark'] .table-cust tbody td,
[data-bs-theme='dark'] .table-cust tfoot td {
  background: #313131;
  color: #ddd;
}
[data-bs-theme='dark'] .table.table-cust th,
[data-bs-theme='dark'] .table.table-cust td {
  border: 1px solid #5e5e5e !important;
}
[data-bs-theme='dark'] .content-header {
  background: #383b3e;
}

[data-bs-theme='dark'] .page-sub-menu .master-menu-list ul.master-navigation {
  background: #1b2835;
}
[data-bs-theme='dark']
  .page-sub-menu
  .master-menu-list
  ul.master-navigation
  li
  a {
  color: #ccc;
}
.table.table-cust th, .table.table-cust td {
  padding: 6px 10px;
  vertical-align: middle !important;
  border: 1px solid #dfdfdf !important;
  white-space: nowrap;
  color: #093351;
  font-weight: 600;
  font-size: 12px;
}
.table.table-cust a {
  color: #008b57;
  font-weight: 500;
  line-height: 19px;
  padding: 0;
  margin: 0;
}
.table.table-cust span {
}
[data-bs-theme='dark'] .table.table-cust span {
  color: #ffffff;
}
.table-cust.tr-table1 thead th {
  color: rgba(220, 53, 69, 0.8);
  font-weight: 500;
  font-size: 13px;
}
.table.table-cust td {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	line-height: 16px;
}

.right-align-bold {
  text-align: right;
  font-weight: 700;
}


.table-cust.table-form-entry thead th,
.table-cust.table-form-entry tbody td {
  padding: 0px;
}
.table-cust.table-form-entry .form-group.chm-formgroup {
  margin-bottom: 0px;
}
.table-cust.table-form-entry select.form-control.chm-formselect,
.table-cust.table-form-entry textarea.form-control.chm-formtextarea,
.table-cust.table-form-entry input.form-control.chm-forminput {
  border: 0px;
}

.table-cust.table-form-entry input.form-control.chm-forminput:focus,
.table-cust.table-form-entry select.form-control.chm-formselect:focus,
.table-cust.table-form-entry textarea.form-control.chm-formtextarea:focus {
  box-shadow: none;
  border: 0px solid #0465ac !important;
  outline: 0px solid rgba(0, 0, 0, 0.1);
}

.thtd-w50 {
  width: 50px !important;
  display: inline-block;
}
.thtd-w100 {
  width: 100px !important;
  display: inline-block;
}
.thtd-w150 {
  width: 150px !important;
  display: inline-block;
}
.thtd-w200 {
  width: 200px !important;
  display: inline-block;
}
.thtd-w250 {
  width: 250px !important;
  display: inline-block;
}
.thtd-w300 {
  width: 300px !important;
  display: inline-block;
}

.table-cust.table-form-entry thead th {
  padding: 10px 5px !important;
}
.table-cust.table-form-entry.table-form-padding tbody td {
  padding: 5px;
}

.unique-card-body {
  display: flex;
  justify-content: space-between;
}

/* ================================== file Upload ======================================= */

.drop_box {
  margin: 10px 0;
  padding: 30px;
  /* display: flex; */
  /* align-items: center; */
  justify-content: center;
  /* flex-direction: column; */
  border: 2px dotted #367cae;
  border-radius: 5px;
  min-height: 445px;
  text-align: center;
}
.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

.drop_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #a3a3a3;
}

/* =================== Input forms ======================= */
.form-group.chm-formgroup {
  position: relative;
}
.form-group.chm-formgroup label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  line-height: 100%;
  padding: 0;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}
input.form-control.chm-forminput {
  border: 1px solid #b1b1b1;
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.2px;
  height: 30px;
  border-radius: 2px;
  padding: 0 0 0 0px;
  margin: 0;
  background: transparent;
  color: #333333;
  font-weight: 600;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
textarea.form-control.chm-formtextarea {
  border: 1px solid #b1b1b1;
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.2px;
  border-radius: 0px;
  padding: 0 0 0 0px;
  margin: 0;
  background: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  min-height: 30px;
}
select.form-control.chm-formselect {
  border: 1px solid #b1b1b1;
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.2px;
  height: 30px;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  background: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
input.form-control.chm-forminput:focus,
select.form-control.chm-formselect:focus,
textarea.form-control.chm-formtextarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #0465ac !important;
  outline: 0px solid rgba(0, 0, 0, 0.1);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.form-group.chm-formgroup span {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

/* remark */
.remark {
  width: 80% !important
}

.ver-top-content td {
  vertical-align: text-bottom;
}

/* =================== buttons ======================= */
.btn.btn-primary.button-green {
  font-family: 'Source Sans Pro', sans-serif;
  background: #62ae2e;
  border: 1px solid #62ae2e;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 3px 2px 0 rgb(0 0 0 / 10%);
  padding: 8px 20px;
  margin: 0;
  line-height: 100%;
  border-radius: 2px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  max-width: fit-content;
}
.btn.btn-primary.button-green:hover,
.btn.btn-primary.button-green:focus,
.btn.btn-primary.button-green:active {
  box-shadow: none !important;
  background: #54a81c !important;
  border: 1px solid #54a81c !important;
  color: #fff !important;
}

.btn.btn-primary.button-blue {
  font-family: 'Source Sans Pro', sans-serif;
  background: #025eb1;
  border: 1px solid #025eb1;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: 0 3px 2px 0 rgb(0 0 0 / 10%);
  padding: 8px 20px;
  margin: 0;
  line-height: 100%;
  border-radius: 2px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
}
.btn.btn-primary.button-blue:hover,
.btn.btn-primary.button-blue:focus,
.btn.btn-primary.button-blue:active {
  background: #025eb1 !important;
  border: 1px solid #025eb1 !important;
  color: #ffffff;
}

.btn.btn-primary.button-amber {
  font-family: 'Source Sans Pro', sans-serif;
  background: #ffbf00;
  border: 1px solid #ffbf00;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 3px 2px 0 rgb(0 0 0 / 10%);
  padding: 8px 20px;
  margin: 0;
  line-height: 100%;
  border-radius: 2px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  max-width: fit-content;
}
.btn.btn-primary.button-amber:hover,
.btn.btn-primary.button-amber:focus,
.btn.btn-primary.button-amber:active {
  box-shadow: none !important;
  background: #ffbf00 !important;
  border: 1px solid #ffbf00 !important;
  color: #fff !important;
}

.btn.btn-primary.button-redfill {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: rgba(195, 50, 53, 0.9);
  border: 1px solid rgba(195, 50, 53, 0.9);
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: 0 3px 2px 0 rgb(0 0 0 / 10%);
  padding: 8px 20px;
  margin: 0;
  line-height: 100%;
  border-radius: 2px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  max-width: fit-content;
}
.btn.btn-primary.button-redfill:hover {
  background: rgba(195, 50, 53, 1);
  border: 1px solid rgba(195, 50, 53, 1);
  color: #ffffff;
}
.btn.btn-primary.button-redfill:focus {
  box-shadow: none !important;
  background-color: rgba(195, 50, 53, 1) !important;
  border: 1px solid rgba(113, 192, 67, 1) !important;
}
.btn.btn-primary.button-redfill:active {
  box-shadow: none !important;
  background-color: rgba(195, 50, 53, 1) !important;
  border: 1px solid rgba(113, 192, 67, 1) !important;
}

.btn.btn-primary.button-add {
  background: rgba(220, 81, 76, 0.9);
  border: 1px solid rgba(220, 81, 76, 0.9);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0px 10px;
  margin: 0;
  line-height: 100%;
  border-radius: 2px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-primary.button-add:hover {
  background: rgba(220, 81, 76, 1);
  border: 1px solid rgba(220, 81, 76, 1);
  color: #ffffff;
}
.btn.btn-primary.button-add:focus {
  box-shadow: none;
}
.btn.btn-primary.button-add span {
  font-size: 14px;
  letter-spacing: 0px;
  padding-left: 4px;
}

.btn.btn-primary.button-remove {
  background: rgba(256, 256, 256, 1);
  border: 1px solid rgba(45, 45, 45, 0.9);
  color: #454545;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0px;
  margin: 0;
  line-height: 100%;
  border-radius: 2px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: fit-content;
}
.btn.btn-primary.button-remove:hover {
  background: rgba(256, 256, 256, 1);
  border: 1px solid rgba(45, 45, 45, 1);
  color: #454545;
}
.btn.btn-primary.button-remove:focus {
  box-shadow: none !important;
  background-color: rgba(256, 256, 256, 1) !important;
  border: 1px solid rgba(45, 45, 45, 1) !important;
  color: #454545;
}
.btn.btn-primary.button-remove:active {
  box-shadow: none !important;
  background-color: rgba(256, 256, 256, 1) !important;
  background: rgba(256, 256, 256, 1) !important;
  border: 1px solid rgba(45, 45, 45, 1) !important;
  color: #454545;
}

.btn.btn-primary.button-greyfill {
  font-family: 'Source Sans Pro', sans-serif;
  background: #545454;
  border: 1px solid #545454;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 20px;
  margin: 0;
  line-height: 100%;
  border-radius: 2px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  box-shadow: 0 3px 2px 0 rgb(0 0 0 / 10%);
}
.btn.btn-primary.button-greyfill:hover,
.btn.btn-primary.button-greyfill:focus,
.btn.btn-primary.button-greyfill:active {
  box-shadow: none !important;
  background: #545454 !important;
  border: 1px solid #545454 !important;
  color: #ffffff !important;
}

.btn.btn-primary.button-greyoutline {
  background: rgba(256, 256, 256, 1);
  border: 1px solid rgba(45, 45, 45, 0.9);
  color: #454545;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 20px;
  margin: 0;
  line-height: 100%;
  border-radius: 2px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: fit-content;
}
.btn.btn-primary.button-greyoutline:hover {
  background: rgba(256, 256, 256, 1);
  border: 1px solid rgba(45, 45, 45, 1);
  color: #454545;
}
.btn.btn-primary.button-greyoutlinel:focus {
  box-shadow: none !important;
  background-color: rgba(256, 256, 256, 1) !important;
  border: 1px solid rgba(45, 45, 45, 1) !important;
  color: #454545;
}
.btn.btn-primary.button-greyoutlinel:active {
  box-shadow: none !important;
  background-color: rgba(256, 256, 256, 1) !important;
  background: rgba(256, 256, 256, 1) !important;
  border: 1px solid rgba(45, 45, 45, 1) !important;
  color: #454545;
}

.btn.btn-primary.btn-plus {
  background: #a1c230;
  border: 1px solid #a1c230;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin: 0 10px;
  line-height: 20px;
  border-radius: 500px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn.btn-primary.btn-plus:hover,
.btn.btn-primary.btn-plus:focus,
.btn.btn-primary.btn-plus:active {
  background: #a1c230 !important;
}

.btn.btn-primary.btn-minus {
  background: #c33235;
  border: 1px solid #c33235;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin: 0 10px;
  line-height: 20px;
  border-radius: 500px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn.btn-primary.btn-minus:hover,
.btn.btn-primary.btn-minus:focus,
.btn.btn-primary.btn-minus:active {
  background: #c33235 !important;
}

.red-star {
  color: #ff0000 !important;
  font-size: 15px !important;
  padding-left: 2px !important;
  font-weight: 600 !important;
}
.error-msg {
  color: #f93e3e !important;
  font-size: 12px !important;

  font-weight: 500 !important;
  position: relative;

  left: 0;
}

form.flex-inline {
  display: flex;
  margin-top: 5px;
}
form.flex-inline label.radio-inline {
  width: fit-content;
  margin-right: 15px;
  display: flex;
}
form.flex-inline label.radio-inline input[type='radio'] {
  margin-right: 5px;
}
.flex-inline {
  display: flex;
  margin-top: 5px;
}
.container-hold-INN {
  width: 100%;
  display: block;
  margin: 0 0;
  padding: 0 0;
}

.container-hold-INN .widget-wrapper {
  width: 100%;
}

.card-custom {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 0 0 1px 0;
  box-sizing: border-box;
  background: rgba(256, 256, 256, 0.9);
  box-shadow: 1px 7px 6px -2px rgba(0, 0, 0, 0.1);
}

.container-hold-INN .widget-wrapper .card-custom:nth-child(even) {
  background: rgb(246 251 255);
}

.btn.btn-primary .btn-fa {
  margin-right: 4px;
}

.dataTables_wrapper .dt-buttons {
  width: fit-content;
  float: left;
  border: 1px solid rgba(34, 92, 121, 0.8);
  margin: 0;
  padding: 4px;
  display: flex;
  flex-flow: row;
  border-radius: 4px;
}
.dataTables_wrapper .dt-buttons .dt-button {
  background: #fff;
  color: #666;
  border: 1px transparent;
  border-right: 1px solid rgba(34, 92, 121, 0.8);
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px;
  line-height: 10px;
  padding: 5px 15px;
}
.dataTables_wrapper .dt-buttons button.dt-button:last-child {
  border-right: none;
}

.dataTables_wrapper .dt-buttons .dt-button:focus {
  outline: none;
}
.dataTables_info {
  width: 50%;
  float: left;
}
ul.pagination li.page-item {
  font-size: 13px;
}
.pagination .paginate_button.page-item a.page-link {
  padding: 4px 8px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0360aa !important;
  border-color: #0360aa !important;
}
.btn-inlinr-wm {
  margin-top: 18px !important;
}

.dataTables_paginate ul.pagination {
  width: 50%;
  float: right;
}

.flex-inline-custom {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.form-group.chm-formgroup.flex-inline-custom {
  margin-bottom: 0px;
}
.flex-inline-custom label {
  text-align: right !important;
  margin-right: 5px !important;
}
.flex-inline-custom input {
}

dd {
  margin: 0;
  color: #444;
  font-weight: 600;
}
dd::after {
  content: '\A';
  white-space: pre-line;
}
dd:last-of-type::after {
  content: '';
}
dd,
dt {
  display: inline;
}
dd,
dt,
.address {
  vertical-align: middle;
}
dt {
  font-weight: 700;
  color: #0360aa;
  display: inline-block;
  width: 115px;
}
dt::after {
  content: ': ';
}

.radiolist-rows-hold {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #bbbbbb;
  padding: 5px 0;
}
.radiolist-rows-hold .label {
}
.radiolist-rows-hold .radiolist-left {
  width: 140px;
}
.radiolist-rows-hold .radiolist-mid {
  width: 350px;
}
.radiolist-rows-hold .radiolist-right {
  width: 250px;
  display: flex;
  align-items: center;
}
label.label-head-mid {
  font-size: 14px;
  color: #444444;
  font-weight: 600;
  margin: 0;
}
.radiolist-rows-hold .radiolist-mid label.radio-inline {
  font-weight: 500;
  font-size: 14px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  width: 155px;
}

.radiolist-rows-hold .radiolist-right label.label-lg-11 {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  display: inline-block;
  width: 160px;
  margin: 0;
}
.radiolist-rows-hold .radiolist-right .form-group.chm-formgroup {
  margin: 0;
  width: 70px;
}

.form-check.table-checkB {
  top: -10px;
}
.action-fa {
  width: 25px;
  display: inline-block;
  border-radius: 500px;
  height: 25px;
  margin: 0 2px !important;
  border: 1px solid rgb(255 255 255);
  box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 20%);
  background-image: linear-gradient(to bottom right, #e5e5e5, #ffffff);
  cursor: pointer;
}
.action-fa .fa {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: 4px;
  left: 6px;
}
.status-active{font-family: 'Mulish', sans-serif; color: green !important; font-weight: 700 !important;  line-height: 16px !important;  font-size: 13px !important;}
.status-inactive{font-family: 'Mulish', sans-serif; color:red !important; font-weight: 600 !important;  line-height: 16px !important;  font-size: 13px !important;}
/* .status-active{font-family: 'Mulish', sans-serif; color: #83a900 !important; font-weight: 700 !important;  line-height: 16px !important;  font-size: 13px !important;}
.status-inactive{font-family: 'Mulish', sans-serif; color: #999999 !important; font-weight: 600 !important;  line-height: 16px !important;  font-size: 13px !important;} */

.skin-green .sidebar-menu > li.header {
  color: #ffffff !important;
  background: rgb(221 49 21) !important;
  font-weight: 600 !important;
  padding: 7px 16px;
  border-right: 0px solid #8b8b8b;
}

.skin-green .main-sidebar {
}

.skin-green .main-header li.user-header {
  background-color: #c93531 !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header .dd-dp-hold {
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid rgba(256, 256, 256, 0.1);
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 90px !important;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #444444 !important;
  font-weight: 600;
}
.skin-green .main-header .navbar .nav > li > a {
  color: #444444 !important;
  text-decoration: none;
}

.skin-green .main-header .navbar .nav > li > a {
  color: #454545 !important;
  text-decoration: none;
  font-weight: 600;
}

.skin-green .main-header .navbar .nav > li > a:focus {
  background: transparent !important;
}

h3.logged-name-style span {
  color: #8db84e;
  font-weight: 600;
}

.table.table-cust a {
  text-decoration: none;
}
.margin-inline {
  margin-bottom: 0px !important;
}

ul.summary-list {
  margin: 0 0 0 0px;
  padding: 0 0;
}
ul.summary-list li {
  list-style-type: none;
 color:#000000;
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  margin: 0;
  padding: 7px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #E4E4EB;
}ul.summary-list li span {
  color: #20afa7;
  font-weight: bold;
  white-space: nowrap;
}ul.summary-list li:last-child {
  border: none;
  padding-bottom: 0;
}

 .exp-acc-right .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #157b7d;
 }
/* Toggle Design */


.cb-toggle {
  display: block;
}
.cb-toggle > .input-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cb-toggle > .cb-toggle-elements {
display: block;
font-size: 13px;
line-height: 15px;
/* font-family: "Trebuchet MS", sans-serif; */
background-color: #999;
width: 70px;
height: 27px;
border-radius: 20px;
position: relative;
cursor: pointer;
}
.cb-toggle-elements .cb-toggle-switch {
position: absolute;
top: 3px;
left: 3px;
width: 20px;
height: 21px;
border-radius: 50%;
-webkit-transition: all 100ms ease;
transition: all 100ms ease;
background-color: #fff;
box-shadow: -2px -2px 7px 3px inset rgba(0, 0, 0, 0.2);
}
.cb-toggle .cb-toggle-off-value, .cb-toggle .cb-toggle-on-value {
line-height: 32px;
line-height: 27px;
font-weight: 700;
text-align: center;
color: #fff;
width: 54px;
height: 32px;
}
.cb-toggle .cb-toggle-off-value {
  display: block;
  float: right;
}
.cb-toggle .cb-toggle-on-value {
  display: none;
  float: left;
}
.input-checkbox:checked + .cb-toggle-elements .cb-toggle-off-value {
  display: none;
}
.input-checkbox:checked + .cb-toggle-elements {
  background-color: #003871;
}
.input-checkbox:checked + .cb-toggle-elements .cb-toggle-on-value {
  display: block;
}
.input-checkbox:checked + .cb-toggle-elements .cb-toggle-switch {
left: 47px;
}


/* ================= Magnify CSS =================== */

.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/* aligns caption to center */
.mfp-title {
  text-align: center;
  padding: 6px 0;
}
.image-source-link {
  color: #ddd;
}

img.zoomimg-thumb {
  width: 200px;
  height: 115px;
  object-fit: cover;
  border-radius: 4px !important;
}

a.btn-table-link {
  background: rgba(0, 139, 87, 0.2);
  color: #008b57 !important;
  border: 1px solid rgba(0, 139, 87, 0.2);
  text-decoration: none !important;
  padding: 2px 15px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  font-size: 12px !important;
  transition: 0.2s ease all;
}

a.btn-table-link:hover {
  background: rgba(0, 139, 87, 0.2);
  color: #008b57 !important;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li.menu-open
  > .treeview-menu {
    display: block !important;
    position: fixed;
    width: 240px;
    left: 50px;
    background-color: #176264;
    /* z-index: 99999; */
    max-height: calc(100vh - 155px);
    overflow-y: auto !important;
}
 
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li.menu-open
  > a
  > span:not(.pull-right) {
    display: block !important;
    position: fixed;
    width: 240px;
    left: 50px;
    background-color: #27c9be;
    /* height: 39px; */
    padding: 8px 17px;
    margin-left: 0;
}
.mid-block-small {
  width: 100%;
  display: block;
  margin: 50px 0;
}
.mid-block-small .wrapper-inn {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  min-height: 400px;
  padding: 70px 0 0 0;
  position: relative;
  z-index: 1;
}

.mid-block-small .wrapper-inn:after {
  content: '';
  background: url(../images/lite-blue-bg.png) 0% 0% no-repeat;
  display: block;
  width: 432px;
  height: 400px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}

[data-bs-theme='dark'] .bluebar-hold {
  background: #202222;
}
[data-bs-theme='dark'] .content-wrapper {
  background-color: #060b0e;
}
.bluebar-hold {
  background: #396482;
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;

}
.bluebar-hold-fixed {
  width: 94.5%;
  position: fixed;
  top: 130px;
  z-index: 2;
}
.bluebar-margin {
  margin-bottom: 50px;

}
.bluebar-hold .bbar-inn {
  display: flex;
}
.bluebar-hold .bbar-inn .read-blk {
  width: 20%;
}

.bluebar-hold .bbar-inn-four .read-blk {
  width: 25%;
}
.bluebar-hold .bbar-inn h2 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 22px;
}
.bluebar-hold .bbar-inn h2 span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #f1f7ff;
	margin-top: 1px;
}
.bluebar-hold.toggle-header .bbar-inn {
  float: left;
  width: 97%;
}
.toggle-header .toggle-icon {
	position: relative;
	right: 0px;
	color: #1f5084;
	top: 11px;
	/* bottom: 0; */
	/* margin: auto; */
	width: 22px;
	height: 22px;
	font-size: 19px;
	float: right;
	cursor: pointer;
	padding: 0px 0;
	border: 1px solid #1f5084;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 17px;
}
.toggle-content {
  display: none;
}
.bluebar-hold.toggle-header .read-blk h2 {
  color: #3276a6;
  font-size: 12px;
}
.bluebar-hold.toggle-header .read-blk span {
  color: #000000;
}
.bluebar-hold.toggle-header:hover {
  background-color: #f4f4f4;
}
.bluebar-hold.toggle-header {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 4px 15px;
  cursor: pointer;
}
.card {
  background: transparent;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 31px -22px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 31px -22px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 31px -22px rgba(0, 0, 0, 0.1);
}

.card-header {
  background: #cee6f7;
  padding: 10px 15px !important;
  margin: 0 0;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 0px !important;
}
.card-header h2 {
	font-size: 14px!important;
	font-weight: 600!important;
	color: #134568 !important;
}

.card-header.inside-card {
  background-color: #d9e1e6;
}

.card-header.inside-card {
  background-color: #d9e1e6;
}

.card-header.inside-card {
  background-color: #d9e1e6;
}

.card-header.inside-card {
  background-color: #d9e1e6;
}
[data-bs-theme='dark'] .card-header {
  color: #fbfbfb;
  background-color: #3c4144;
}

.card-header h3 {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin: 0;
  line-height: 18px;
}
.card-body {
  background: var(--bs-body-bg);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-top-left-radius: 0;
  border: 1px solid var(--bs-body-bg);

  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card-body.unique-card-body {
  border-radius: 10px;
}
.card-head {
  background-color: #a8cae1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}
.form-design .card-content {
  padding: 20px 20px 20px 35px;
}
.card-active {
  border-bottom: 2px solid #599292;
}
.card-disable {
  border-bottom: 2px solid #387eae;
}
.card-pending {
  border-bottom: 2px solid #fe6a49;
}
.card-new {
  border-bottom: 2px solid #ffae1a;
}

.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 4px 7px 7px 13px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 37px;
}
[data-bs-theme='dark'] .file-input {
  background: #2f3237;
  border-bottom-color: #6f6e6e;
  color: #ffffff;
  border: 1px solid #6f6e6e;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 0px 16px;
  margin-right: 8px;
  color: #000000;
  border-radius: 5px;
  font-size: 12px;
  top: -4px;
  position: relative;
}
[data-bs-theme='dark'] .file-input > .button {
  background: #555;
  color: #b8b8b8;
}

[data-bs-theme='dark'] .file-input > .button:hover {
  background: #767575 !important;
  color: #b8b8b8 !important;
}
.file-input:hover > .button {
  background: #22bdbe;
  color: white;
}
.file-input > .label {
  color: #060606;
  white-space: nowrap;
  opacity: 1;
  font-weight: 500;
  font-size: 11px !important;
  position: relative;
  top: -4px;
}

.file-input.-chosen > .label {
  opacity: 1;
}
.form-seperation {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}

.mandatory {
  font-size: 15px;
  top: 0em;
  color: #ff0000;
}
.required {
  font-size: 12px;
  color: #d40d0d;
}
.table-cust .width-auto-colsm {
  display: block;
  width: auto;
  white-space: nowrap;
  min-width: 80px;
}
.table-cust .width-auto-colmd {
  display: block;
  width: auto;
  white-space: nowrap;
  min-width: 140px;
}
.table-cust .width-auto-collg {
  display: block;
  width: auto;
  white-space: nowrap;
  min-width: 180px;
}
.table-cust .width-auto-colxl {
  display: block;
  width: auto;
  white-space: nowrap;
  min-width: 240px;
}
.table-cust .width-auto-colxxl {
  display: block;
  width: auto;
  white-space: nowrap;
  min-width: 320px;
}
.active-colors td {
  background-color: #ecf4f4;
}
.disable-colors td {
  background-color: #e9f2f8;
}
.pending-colors td {
  background-color: #f7f0f1;
}
table td button.action-td {
  padding: 0px;
  background: transparent;
  border: navajowhite;
}
table td button.action-td i {
  font-size: 22px;
}

[data-bs-theme='dark'] table td button.action-td i {
  color: #ffffff !important;
}

table td button.action-td:hover i {
  opacity: 0.8;
}

.incident_row {
  width: 100%;
  height: auto;
  float: left;
  padding: 6px 0px;
}
.incident_row .col-md-4 span,
.incident_row .col-md-12 span {
}
.incident_row span,
.recom_row span {
  color: #6b6d6f;
  margin-right: 5px;
  font-size: 14px;
}
.incident_row.attach_cont {
  display: flex;
}
.inci_det_cont span {
  display: block;
  margin-bottom: 3px;
}

.modal-header {
  background-color: #29539d;
  padding: 10px !important;
}
h5.modal-title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.modal-header .close {
  padding: 0.25rem 1rem !important;
}
.close {
  font-size: 2rem !important;
  color: #ddd !important;
  font-weight: 300 !important;
  box-shadow: none !important;
}

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  width: 12px !important;
  height: 12px !important;
}
.flex-inline-row {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.font-bold14 {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 16px;
  margin: 0;
}
.h30 {
  height: 30px !important;
}
.h20 {
  height: 20px !important;
}
.color-table th{
  background-color: #e5eeff;
}

.table.table-cust.table-thead-nowrap thead tr th {
  white-space: nowrap;
}
.table.table-cust.table-tdate-nowrap tbody tr td {
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
.form-check label.form-check-label {
  margin-left: 5px;
  height: 18px;
  padding: 3px 0;
}
.form-check.form-check-inline label.form-check-label {
  padding: 0;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  width: fit-content;
}
.dataTables_wrapper .dataTables_filter label {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.dataTables_wrapper .dataTables_length label {
  display: inline-flex;
  align-items: center;
}
.dataTables_wrapper
  .dataTables_length
  label
  select.custom-select.custom-select-sm.form-control.form-control-sm {
  margin: 0 5px;
}
.dataTables_paginate.paging_simple_numbers ul.pagination {
  display: inline-flex;
  justify-content: flex-end;
  display: -ms-flex;
}

a.tbl-external-link {
  color: #025eb1 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  display: inline-flex;
  align-items: center;
  line-height: 14px !important;
}
a.tbl-external-link .fa {
  color: #025eb1 !important;
  font-size: 14px;
  line-height: 14px !important;
}
.w50 {
  display: inline-block;
  width: 50px !important;
}
.w100 {
  display: inline-block;
  width: 100px !important;
}
.w150 {
  display: inline-block;
  width: 150px !important;
}
.w200 {
  display: inline-block;
  width: 200px !important;
}
.w250 {
  display: inline-block;
  width: 250px !important;
}
.w300 {
  display: inline-block;
  width: 300px !important;
}
.w350 {
  display: inline-block;
  width: 350px !important;
}

.global-disabled {
  background: rgba(0, 0, 0, 0.2) !important;
  pointer-events: none;
  opacity: 0.8;
}
.blue-banner-hold {
  background: rgba(34, 136, 251, 0.05);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid rgba(34, 136, 251, 0.1);
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}
.flex-rowline-radio {
  display: flex;
  display: -ms-flex;
  align-items: center;
}
.flex-rowline-radio .r-label {
  flex-grow: 1;
  width: fit-content;
  min-width: 100px;
  max-width: fit-content;
}
.flex-rowline-radio .r-label label {
  color: #0260aa;
  font-weight: 600;
  line-height: 18px;
  padding: 0;
  margin: 0 auto;
  font-size: 15px;
}
.flex-rowline-radio .r-button {
}
.flex-rowline-radio .r-button .form-check.form-check-inline {
  margin-right: 35px;
}
.blk-wmid {
  width: 18% !important;
}
.hide-radio {
  display: none;
}
.table.table-cust.tbladd .form-group.chm-formgroup {
  margin-bottom: 0px;
}
.table.table-cust.tbladd textarea.form-control {
  height: auto;
  min-height: 30px;
}
#isteamlead {
  display: none;
}
.upload-file-hold {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.upload-file-hold label.form-labelnew {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  line-height: 100%;
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}
.upload-file-hold .upload-container-inn {
  width: 100%;
  display: inline-flex;
}
.upload-file-hold .upload-container-inn .custom-file {
}
.upload-file-hold .upload-container-inn .custom-file button {
}
.btn.btn-primary.upldbtn {
  min-width: fit-content;
  padding: 0px 12px;
  height: 32px;
}

.incident_row .incident-child span {
	font-family: 'Mulish', sans-serif;
	font-size: 12px;
	color: #093351;
	font-weight: 700;
	width: 200px;
	display: inline-block;
	float: left;
}
[data-bs-theme='dark'] .incident_row .incident-child span {
  color: #fff;
}

.incident_row .incident-child label {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  display: inline;
  width: 370px;
  float: left;
}
.w-90 {
	width: 82% !important;
}
[data-bs-theme='dark'] .incident_row .incident-child label {
  color: #acacac;
}
.content-wrapper {
  padding-top: 135px;
}
[data-bs-theme='dark'] #myTab svg {
  fill: #ffffff;
}
[data-bs-theme='dark'] #myTab svg path {
  stroke: #ffffff;
}
[data-bs-theme='dark'] #myTab svg line {
  stroke: #ffffff;
}
[data-bs-theme='dark'] #myTab svg circle {
  stroke: #ffffff;
}
.list-unstyled.file-list {
  width: fit-content;
  display: inline-block;
}
.deactive {
  pointer-events: none;
  opacity: 0.4;
}
.form-group.chm-formgroup span {
  display: inline-block;
}
p.info-text {
  float: right;
  width: fit-content;
  margin: 0;
  padding: 2px 10px;
  font-weight: 400;
  background: rgb(233 0 0 / 4%);
  font-size: 13px;
  color: #454545;
  line-height: 14px;
}
p.info-text span .fa {
  color: #999999;
  font-size: 14px;
  padding-right: 4px;
}

.action-ico-sm .fa {
  background: rgba(0, 0, 0, 0.12);
  width: 27px;
  height: 27px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0%;
  margin-right: 4px;
  cursor: pointer;
  background-image: linear-gradient(to bottom right, #dedede, #ffffff);
  border: 2px solid #fff;
  box-shadow: 1px 2px 3px 1px rgb(0 0 0 / 30%);
  font-size: 16px !important;
  font-weight: 500 !important;
  padding-top: 3px;
}
.action-ico-sm a {
  text-decoration: none !important;
}
.mrtop30 {
  margin-top: 30px !important;
}
.text-warn {
  color: #c33235;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  margin: 0 0;
  line-height: 14px;
}
.table.table-cust.table-entry-custom
  .form-group.chm-formgroup
  input.form-control.chm-forminput {
  border: 1px solid #e7e7e7;
  adding: 0 5px;
}
.table.table-cust.table-entry-custom
  .form-group.chm-formgroup
  input.form-control.chm-forminput:focus {
  border-color: #0465ac;
}
.table.table-cust.table-entry-custom .form-group.chm-formgroup {
  margin: 0px !important;
}

ul.dropdown-menu.custom-dd-head {
}
ul.dropdown-menu.custom-dd-head li {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s ease all;
}
ul.dropdown-menu.custom-dd-head li:hover {
  background: rgba(0, 0, 0, 0.04);
}
ul.dropdown-menu.custom-dd-head li a {
  background: none;
  color: #444444;
}

.wrapper {
  overflow-y: hidden !important;
}

button.tbl-button-sm {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  padding: 5px;
  border-radius: 4px;
}

button.tbl-external-link {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  padding: 5px;
  border-radius: 4px;
}

.align-custtom11 {
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 15px !important;
  border-radius: 6px;
}
.align-custtom11 li {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  min-width: 200px;
}
.align-custtom11 li label {
  margin-bottom: 0;
}

.modal-body .col-form-label {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  line-height: 100%;
  padding: 0;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}

.radio.radio-info.form-check-inline label {
  margin: 0;
  margin-left: 5px;
}
.radio.radio-success.form-check-inline label {
  margin-left: 5px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.radio.radio-danger.form-check-inline label {
  margin-left: 5px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

ul.menu-list {
  margin: 0;
  padding: 0;
}
ul.menu-list li {
  list-style-type: none;
}

span.label-blue-sm {
  background: #e2e9f7;
  width: fit-content;
  padding: 3px 10px;
  border: 1px solid #afbfdf;
  border-radius: 3px;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
button:focus {
  outline: none !important;
  outline: none !important;
}

.form-group.txarea {
  margin-left: 40px;
  width: 105.4%;
}
.fileinp-mar {
  margin-left: 38px;
}
.two-btns {
  text-align: right;
}

.btn-dec-incre {
  background-color: #f2f2f2;
  padding: 5px;
  margin-right: 14px;
  border-radius: 5px;
}

[data-bs-theme='dark'] .btn-dec-incre {
  background-color: #3a4044;
}
[data-bs-theme='dark'] .btn-dec-incre button {
  border-right: 1px solid #797979;
  color: #aaa;
}

.btn-dec-incre button {
  background: transparent;
  border: none;
  padding: 0 7px;
  font-weight: 600;
  color: #284f6a;
}
.btn-dec-incre button:hover {
  background: transparent;
  color: #284f6a;
}
.btn-dec-incre button:disabled {
  color: #284f6a;
}
[data-bs-theme='dark'] .btn-dec-incre button:disabled {
  color: #9fa1a2;
}
[data-bs-theme='dark'] .btn-dec-incre button:hover {
  color: #9fa1a2;
}
.btn-dec-incre button {
  border-right: 1px solid #d5dce1;
  border-radius: 0px;
}
.btn-dec-incre button:hover {
  border-right: 1px solid #4690c5;
}
.btn-dec-incre button:last-child {
  border: none;
}

.search {
  display: flex;
  /* width: 200px; */
  position: relative;
  /* left: 46px; */
  /* z-index: 2; */
  /* top: 0; */
  margin-right: 10px;
}
.search:hover button {
  background-color: #1ca3a4;
}
.search input[type='text']:focus {
  background-color: #ffffff;
  border: 1px solid #f2f2f2 !important;
}
.search input[type='text'] {
  display: flex;
  position: relative;
  background-color: #f2f2f2;
  border: none;
  padding: 6px 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 290px;
  font-size: 13px;
}

[data-bs-theme='dark'] .search input[type='text'] {
  background-color: #2f3237;

  color: #ffffff;
  border: 1px solid #6f6e6e !important;
}

.search button {
  background-color: #005697;
  color: #ffffff;
  border: none;
  padding: 0px 9px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.filters .form-control {
  padding: 2px;
}
.nav-tabs.master-nav .nav-link.active::after {
  bottom: -7px;
}
/* ================================== Master pages ======================================= */
.page-sub-menu {
  width: 100%;
  display: block;
}

.page-sub-menu .master-menu-list {
  display: block;
  margin-top: 5px;
  margin-bottom: 8px;
}

.page-sub-menu .master-menu-list ul.master-navigation {
  padding: 5px 5px 5px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #367cae;
}

.page-sub-menu .master-menu-list ul.master-navigation li {
  list-style-type: none;
  display: inline-flex;
  height: 24px;
  margin: 0px 28px 0 0;
  width: fit-content;
}
.page-sub-menu .master-menu-list ul.master-navigation li a {
  padding: 3px 0px;
  text-decoration: none;
  color: #bbdfcb;
  font-size: 13px;
  font-weight: 500;

  border: 0px solid rgba(0, 122, 56, 0.06);
  transition: 0.3s ease all;
  position: relative;
}

.page-sub-menu .master-menu-list ul.master-navigation li a:after {
  content: '';
  background: #ffffff;
  height: 1px;
  width: 00%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s ease all;
}

.page-sub-menu .master-menu-list ul.master-navigation li a:hover:after {
  width: 100%;
}

.page-sub-menu .master-menu-list ul.master-navigation li a:hover {
  color: #ffffff;
}

.page-sub-menu .master-menu-list ul.master-navigation li a:focus {
}

.page-sub-menu .master-menu-list ul.master-navigation li a.active:after {
  content: '';
  background: #ffffff;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s ease all;
}

.page-sub-menu .master-menu-list ul.master-navigation li a.active {
  color: #ffffff;
}

.status-green {
  font-weight: 700 !important;
  text-align: center !important;
  color: #5b9559 !important;
  min-width: inherit;
  display: inline-block;
  font-size: 13px !important;
}
.status-grey {
  font-weight: 700 !important;
  text-align: center !important;
  color: #8b8b8b !important;
  min-width: inherit;
  display: inline-block;
  font-size: 13px !important;
}
.data-table-button-absolute {
  position: absolute;
  right: 160px;
  top: 0px;
  z-index: 1;
}
.data-table-button-absolute1 {
  position: absolute;
  right: 298px;
  top: 0px;
  z-index: 1;
}

.data-table-button-absolute2 {
  position: absolute;
  right: 315px;
  top: 0px;
  z-index: 1;
  min-width: inherit;
}
.dflex-btn {
  display: flex;
  align-items: center;
}

.dflex-btn span {
  margin-right: 6px;
}
.dflex-btn i {
  font-size: 17px;
}

a.tbl-link11 {
  color: #505050;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #72b6ff;
  padding: 2px 10px;
  border-radius: 20px;
  text-decoration: none !important;
}
.modal-dialog.appTE-modal.modal-tne-lg80 {
  width: 100%;
  max-width: 80%;
  height: 100%;
  height: calc(100% - 3.5rem);
  align-items: flex-start;
}

button.btn-close.modal-close {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  width: 11px;
  height: 11px;
  position: relative;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 4px 5px;
  right: 10px;
}

[data-bs-theme='dark'] button.btn-close.modal-close {
  border: 1px solid #605f5f;
}

.v-scroll-lg {
  max-height: 425px;
  overflow-y: auto;
  padding-right: 10px;
  flex: 0 0 99% !important;
  overflow-x: hidden;
}

.section-view-read {
  width: 100%;
  display: block;
  border: 1px solid #a2e1e1;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 3px;
  background: rgba(230, 244, 244, 0.5);
}
.inpit-phnumber-inline .inpit-divide-w60 {
  width: 87px;
  display: inline-block;
  position: relative;
}
.inpit-phnumber-inline .inpit-divide-wauto {
  width: calc(100% - 93px);
  display: inline-block;
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
}

.formbold-steps {
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.formbold-form-btn-wrapper {
  display: flex;
  justify-content: space-between;
}

.formbold-steps ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.formbold-steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #536387;
  cursor: pointer;
}
[data-bs-theme='dark'] .formbold-steps li.active {
  color: #27c9be;
}
[data-bs-theme='dark'] .formbold-steps {
  border-bottom: 1px solid #4a4949;
}
[data-bs-theme='dark'] .formbold-form-steps label {
  color: #ffffff;
}
[data-bs-theme='dark'] .formbold-steps li {
  color: #9fa8bd;
}

.formbold-steps li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dde3ec;
  border-radius: 50%;
  width: 31px;
  height: 28px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #536387;
}

.formbold-steps li.active {
  color: #07074d;
}

.formbold-steps li.active span {
  background: #27c9be;
  color: #ffffff;
}

.formbold-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}

.formbold-input-flex > div {
  width: 50%;
}

.formbold-form-input {
  width: 100%;
  padding: 13px 22px;
  border-radius: 5px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
}

.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-form-label {
  color: #07074d;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.formbold-form-steps {
  min-height: 82px;
  padding-bottom: 10px;
}

.formbold-form-confirm p {
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  margin-bottom: 22px;
  width: 75%;
}

.formbold-form-confirm > div {
  display: flex;
  gap: 15px;
}

.formbold-confirm-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 0.5px solid #dde3ec;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  cursor: pointer;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}

.formbold-confirm-btn {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}

.formbold-confirm-btn.active {
  background: #6a64f1;
  color: #ffffff;
}

.formbold-form-step-1,
.formbold-form-step-2,
.formbold-form-step-3,
.formbold-form-step-4,
.formbold-form-step-5,
.formbold-form-step-6 {
  display: none;
}

.formbold-form-step-1.active,
.formbold-form-step-2.active,
.formbold-form-step-3.active,
.formbold-form-step-4.active,
.formbold-form-step-5.active,
.formbold-form-step-6.active {
  display: block;
}

.status-red {
  font-weight: 700 !important;
  text-align: center !important;
  color: #d76950 !important;
  min-width: inherit;
  display: inline-block;
  font-size: 13px !important;
}
.other-table-details {
  display: inline-block;
  width: 100%;
}
.other-table-details .incident_row {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.other-table-details .incident_row .incident-child span {
  width: 260px;
}
.btn-showhide i {
  background-color: #0f446c;
  color: #fff !important;
  padding: 4px;
  font-size: 12px !important;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.dt-button {
  --bs-btn-padding-x: 14px;
  --bs-btn-padding-y: 8px;
  --bs-btn-font-size: 12px;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #5a6a85;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 7px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  --bs-btn-color: #fff;
  --bs-btn-bg: #0f446c;
  --bs-btn-border-color: #215d8a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #156db0;
  --bs-btn-hover-border-color: #156db0;
  --bs-btn-focus-shadow-rgb: 100, 200, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #367cae;
  --bs-btn-active-border-color: #367cae;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4999d5;
  --bs-btn-disabled-border-color: #4999d5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 115px;
}
.dt-button:hover,
.dt-button:active,
.dt-button:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
#content-pwo,
#content-cwo,
#content-clwo,
#content-canwo {
  display: none;
}

.toggle-filter-small {
  background-color: #26c2b9;
  border: none;
  padding: 6px;
  width: 34px;
  height: 32px;
  position: absolute;
  z-index: 1;
  right: 10%;
  top: -63px;
}
.toggle-filter {
	background-color: #26c2b9;
	border: none;
	padding: 6px;
	width: 30px;
	height: 30px;
}.toggle-filter i {
	font-size: 15px !important;
}
.toggle-filter-long {
  background-color: #26c2b9;
  border: none;
  padding: 6px;
  width: 34px;
  height: 32px;
  position: absolute;
  z-index: 1;
  right: 21%;
  top: -63px;
}
.toggle-filter-long1 {
  background-color: #26c2b9;
  border: none;
  padding: 6px;
  width: 34px;
  height: 32px;
  position: absolute;
  z-index: 1;
  right: 26%;
  top: -63px;
}

.toggle-filter-common {
  background-color: #26c2b9;
  border: none;
  padding: 6px;
  width: auto;
  height: auto;
  font-weight: 600;
  line-height: 17px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.suggestions {
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.suggestions table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.suggestions td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.suggestions th {
	background-color: #ffffff;
	padding: 2px 0;
	font-weight: normal;
	color: #000000;
}

.suggestions th input.form-control::placeholder {
	font-size: 10px;
	color: rgba(0,0,0,0.8);
}
.suggestions table thead tr:last-child th {
	background-color: #005697;
	color: #ffffff;
	padding: 5px 12px !important;
}
.suggestions th, .suggestions td {
	text-align: center;
	font-size: 11px;
	font-weight: 600;
}
.suggestions th input.form-control {
	padding: 5px 6px;
	border: 1px solid #cccccc;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-dark);
}
[data-bs-theme='dark'] .custom-tooltip {
  --bs-tooltip-bg: var(--bs-white);
}

.asset-condition {
  display: none;
}

#physical-damage {
  display: block;
}

#calendar {
  max-height: 500px;
  /* overflow-y: hidden; */
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #215c98;
  border-color: #215c98;
  color: var(--fc-button-text-color);
}

.fc .fc-button-primary {
  background-color: #3070b1;
  border-color: #3070b1;
  color: var(--fc-button-text-color);
}

.fc .fc-button-primary:hover {
  background-color: #2260a0;
  border-color: #2260a0;
  color: var(--fc-button-text-color);
}

.month-wise-list {
  text-align: center;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
  color: #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.month-wise-list h6 {
  padding: 5px;
  color: #ffffff;
  margin-bottom: 10px;
  background-color: #367cae;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
}
.month-wise-list span {
  background-color: #cee6f7;
  color: #000000;
  padding: 2px 30px;
  padding: 2px 30px;
  border-radius: 50px;
  margin: 3px 9px;
  margin: 3px 9px;
  display: inline-block;
  font-size: 13px;
  font-size: 13px;
}
.month-wise-list span b {
  text-decoration: underline;
}
.month-wise-list span b {
  cursor: pointer;
}
.dt-scroll-headInner {
  width: 100% !important;
}

.popup-label b {
  width: 200px;
  display: inline-block;
  color: #3276a6;
}

[data-bs-theme='dark'] .popup-label b,
[data-bs-theme='dark'] .popup-label label {
  color: #ffffff;
}

[data-bs-theme='dark'] .dropdown-content {
  border: 1px solid #535353;
}

[data-bs-theme='dark'] .form-list b,
[data-bs-theme='dark'] .form-list label {
  color: #ffffff;
}

[data-bs-theme='dark'] .dropdown-content div {
  color: #ffffff;
  background-color: #444 !important;
}

[data-bs-theme='dark'] .dropdown-content div:hover {
  background-color: #2d2d2d !important;
}
[data-bs-theme='dark'] .popup-label b,
[data-bs-theme='dark'] .popup-label label {
  color: #ffffff;
}

[data-bs-theme='dark'] .dropdown-content {
  border: 1px solid #535353;
}

[data-bs-theme='dark'] .form-list b,
[data-bs-theme='dark'] .form-list label {
  color: #ffffff;
}

[data-bs-theme='dark'] .dropdown-content div {
  color: #ffffff;
  background-color: #444 !important;
}

[data-bs-theme='dark'] .dropdown-content div:hover {
  background-color: #2d2d2d !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 22;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border: 1px solid #ccc;
}
.dropdown-content div {
  padding: 12px 16px;
  cursor: pointer;
}
.dropdown-content div:hover {
  background-color: #fbfbfb;
}

.form-list b {
  width: 180px;
  display: inline-block;
}

.h-twobox {
  padding: 11px;
  background-color: #f7f7f7;
  border-radius: 5px;
  margin: 5px 0 15px;
}

[data-bs-theme='dark'] .h-twobox {
  background-color: #2d3034;
}

.btn-icon-plus {
  min-width: auto;
  font-size: 12px;
  padding: 2px 4px !important;
  color: #ffffff !important;
}
tr.evaluation-table-row:hover  td {
  background-color: #e2f3ff;
}
.total-counts {
  display: flex;
  font-size: 13px;
  margin-left: 20%;
  justify-content: end;
  position: absolute;
  right: 59px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}
.total-counts li b {
  color: #608481;
  /* font-weight: normal; */
}
.total-counts li {
  background-color: #f2f2f2;
  border-radius: 50px;
  padding: 0px 13px 1px;
  margin: 0 7px;
  color: #000000;
  border: 1px solid #f2f2f2;
  font-size: 12px;
}
.count-acc .accordion-button.collapsed ul.total-counts li {
  background-color: #eaf6ff;
  border: 1px solid #eaf6ff;
}
.count-acc h6 {
  font-weight: bold;
}
.mat-mdc-snack-bar-container {
  z-index: 9999 !important;
  top: 117px !important;
  position: relative !important;
}

.mat-mdc-dialog-container .mdc-dialog__surface {
  width: 100%;
  height: auto !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title + .mat-mdc-dialog-content {
  padding-top: 0;
  max-height: 900px;
  overflow-y: auto;
}

/* Design issues fixed in development screen */

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font-size: 18px !important;
  margin-bottom: 0 !important;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font-family: 'Mulish', sans-serif !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 16px !important;
}

.mat-datepicker-toggle {
  pointer-events: auto !important;
  color: #59a5d9 !important;
  position: absolute !important;
  right: 3px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: 27px !important;
  width: 27px !important;
  background-color: #c3e0f4;
  padding: 0px 0;
  border-radius: 50%;
  text-align: center;
  left: inherit !important;
}

[data-bs-theme='dark'] .mat-datepicker-toggle {
  color: #bac2cd !important;
  background-color: #4d5157;
}

.mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
  display: none !important;
}
.mat-mdc-icon-button svg, .mat-mdc-icon-button img {
	width: 20px !important;
	height: 20px !important;
	position: relative;
	top: 4px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font-family: 'Mulish', sans-serif !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  line-height: 18px !important;
}

.td-green {
  color: #008b57 !important;
  font-weight: bold !important;
}

.btn-link-table {
  border: none;
  background-color: transparent;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #008b57;
  text-decoration: underline;
}
.btn-link-table:hover {
  color: #a0cae8;
  text-decoration: none;
}

.custom-snackbar {
  color: #fff !important;
  font-weight: bold !important;
  display: flex !important;
  align-items: center !important;
}

.mat-mdc-snack-bar-container.error-snackbar {
  border-radius: 10px !important;
}

.mat-mdc-snack-bar-container.error-snackbar .mdc-snackbar__surface {
	background-color: #f7d7da;
	border-radius: 6px;
	border: 2px solid #eac0c4;
}
.mat-mdc-snack-bar-container .mdc-snackbar__label {
	color: #4e4446 !important;
	font-size: 12px !important;
}
.mat-mdc-snack-bar-container.success-snackbar {
  border-radius: 10px !important;
}
.mdc-snackbar__label {

	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
 	-webkit-box-shadow: 0px 0px 13px 6px rgba(0,0,0,0.09)!important;
	-moz-box-shadow: 0px 0px 13px 6px rgba(0,0,0,0.09)!important;
	box-shadow: 0px 0px 13px 6px rgba(0,0,0,0.09)!important;
}
.mat-mdc-snack-bar-container.success-snackbar .mdc-snackbar__surface {
	background-color: #9fdbc1;
	border-radius: 6px;
	border: 2px solid #82cdad;
}
.mdc-button__label {
  color: #ffffff;
}
.no-tab-content {
  display: flex;
  justify-content: right;
}

.mat-mdc-paginator {
  background-color: transparent !important;
}
.mat-mdc-form-field-infix {
  width: auto !important;
  padding: 0 !important;
  min-height: inherit !important;
}

.mat-mdc-text-field-wrapper {
  padding: 0px 6px !important;
}
div.mat-mdc-select-panel {
	max-height: 300px !important;
	padding: 0 !important;
}
.mat-mdc-option {
  padding: 2px 5px !important;
  font-size: 12px !important;
  min-height: inherit !important;
}
.mdc-text-field--outlined .mdc-notched-outline:focus-visible {
  outline: none !important;
}
.mat-mdc-paginator-page-size {
  display: block !important;

  margin-right: 0 !important;
}
.mat-mdc-paginator-page-size-label {
  margin: 0 !important;
  position: absolute;
  bottom: -19px;
  color: #68768f;
}
.mat-mdc-paginator-navigation-last {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mat-mdc-paginator-navigation-first {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
} /*.mat-mdc-tooltip-trigger {
        background-color: #eaeff4!important;
        border-radius: 0!important;
    } */
.mat-mdc-icon-button.mat-mdc-button-base {
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    font-size: 14px;
}
.mat-mdc-paginator-icon {
  fill: rgba(96, 96, 96, 0.8) !important;
}
.mat-elevation-z8 {
  box-shadow: none;
}
.mat-mdc-table {
  border: 1px dashed #c6c0c0;
}
.mat-mdc-header-cell {
  border-bottom-color: #c6c0c0 !important;
  border-bottom-width: 1px !important;
  border-bottom-style: dashed !important;
  padding: 0 7px !important;
  white-space: nowrap !important;
  color: #5a6a85 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

[data-bs-theme='dark'] .mat-mdc-header-cell {
  color: #bbd2e1 !important;
}
[data-bs-theme='dark'] .mdc-data-table__cell {
  color: #dadcdd;
}
.mat-mdc-cell {
  border-bottom-color: #c6c0c0 !important;
  border-bottom-width: 1px !important;
  border-bottom-style: dashed !important;
}
.mat-mdc-cell {
  letter-spacing: 0;
  line-height: inherit;
  white-space: nowrap;
  font-size: 12px;
}.mat-sort-header-content {

	font-size: 12px;
}
.mdc-data-table__table {
  white-space: nowrap;

  box-shadow: none !important;
  border: 1px dashed #c6c0c0 !important;
}
.break-lines{
  word-wrap: break-word;
  white-space: wrap;
}
[data-bs-theme='dark'] .mat-mdc-table {
  background-color: #1d2b35 !important;
}
.mat-mdc-header-row {
  font-family: mulish !important;
}
.mat-mdc-header-row {
  height: 34pximportant;
}
.mat-mdc-paginator-page-size {
  position: relative;
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  padding: 0 16px 0 8px !important;
}
.search-datatable {
  width: 144px;
  float: right;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font-family: mulish !important;
}

.mat-datepicker-content {
  width: 100% !important;
}
.mat-datepicker-content .mat-calendar {
  width: 100% !important;
  height: auto !important;
}
.mat-datepicker-popup {
  width: 45%;
}
.mat-calendar-controls {
  margin: 0 !important;
}
.mat-calendar-body-label {
  height: auto !important;
  line-height: inherit !important;
  text-align: start;
  padding: 10px !important;
}
.mat-calendar-body-cell-container {
  position: relative;
  height: 45px !important;
  line-height: inherit !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.mdc-button__label {
  color: #28958b !important;
  font-weight: 500;
  font-size: 13px !important;
}
.mdc-button {
  background: #eaeff4 !important;
}
.mat-calendar-table-header th {
  color: #1b4138 !important;

  font-weight: 600 !important;
  font-size: 13px !important;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 11px !important;
  height: 12px !important;
  padding: 0 !important;
  position: relative;
  right: 27px;
}
.mat-calendar-previous-button::after,
.mat-calendar-next-button::after {
  margin: 0 !important;
}
.mat-calendar-body-selected {
  background-color: #c0fbf7;
  color: #000000;
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  background-color: rgba(171, 242, 229, 0.3) !important;
}
.mat-calendar-body-selected {
  background-color: #0f446c !important;
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  background-color: #f2f2f2 !important;
  border: none !important;
}
.mat-calendar-body-selected {
  background-color: #0f446c !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* For WebKit browsers */
.table-responsive::-webkit-scrollbar {
  height: 6px; /* Set the height of the scrollbar */
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #c2c2c2; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for scrollbar thumb */
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #0f446c; /* Hover color for scrollbar */
}

/* For Firefox */
.table-responsive {
  scrollbar-width: thin; /* Makes scrollbar thinner */
  scrollbar-color: #c1ccd4 #ededed; /* Thumb and track colors */
}
.mat-mdc-table thead {
    position: sticky;
    top: -1px;
    z-index: 10;
    background-color: #ffffff;
}
 
.vertical-scroll {
    overflow-y: auto;
    height: 350px;
    max-height: 500px;
}
.mat-mdc-row:hover {
  background-color: #f2f2f2;
}
[data-bs-theme='dark'] .mat-mdc-row:hover {
  background-color: #31424f;
}
[data-bs-theme='dark'] .mat-mdc-select {
  color: rgba(255, 255, 255, 0.87);
}
[data-bs-theme='dark'] .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}

[data-bs-theme='dark']
  .mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
[data-bs-theme='dark']
  .mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
[data-bs-theme='dark']
  .mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}

[data-bs-theme='dark']
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  ):hover
  .mdc-notched-outline
  .mdc-notched-outline__leading,
[data-bs-theme='dark']
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  ):hover
  .mdc-notched-outline
  .mdc-notched-outline__notch,
[data-bs-theme='dark']
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  ):hover
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: rgba(153, 153, 153, 0.87);
}
[data-bs-theme='dark'] .mat-cell {
  background-color: #31424f;
  color: #a4a4a4;
}
.ms-choice {
  display: block !important;
  width: 100% !important;
  height: 34px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px !important;
  color: #444 !important;
  text-decoration: none;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  border-bottom-color: #000000;
  background: url(../images/downarrow.png) scroll center right no-repeat #ffffff;
}
.mat-mdc-select-arrow-wrapper {
  display: none !important;
}
.mat-mdc-select {
  border: none !important;
}
.mat-pseudo-checkbox {
  width: 14px !important;
  height: 14px !important;
}
.mat-mdc-option {
  padding: 3px 9px !important;
}
.mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
.mat-mdc-select-min-line {
  font-size: 12px;
  padding-top: 7px;
  display: block;
}
.mat-mdc-form-field {
  width: 100% !important;
}
.mat-mdc-paginator-page-size-select {
  width: 84px !important;
}
input[type='time']::-webkit-calendar-picker-indicator {
  display: none; /* Hides the default icon */
}
input[type='time']::-webkit-calendar-picker-indicator {
  display: none; /* Hides the default icon */
}



/* List item styling */
mat-tree li {
  list-style-type: none;
  padding: 5px 12px;
  margin: 0 0;
  border-radius: 4px;
  /* transition: background-color 0.2s ease-in-out; */
  display: flex;
  align-items: center;
  width: 100%;
}

/* Hover effect for list items */
mat-tree li:hover {

  cursor: pointer;
}

/* Styling for the mat-icon */
mat-icon {
  color: #0277bd;
  margin-right: 8px;
}

/* Adjust button size and icon styling */
/* button[mat-icon-button] {
  width: 32px;
  height: 32px;
  color: #0277bd;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #f0f0f0;
 }

button[mat-icon-button]:hover {

  color: #01579b;

} */

/* Text styling for tree node names */
mat-tree li span, mat-tree li {
  font-size: 12px;
  color: #424242;
  font-weight: 500;
}

/* Styling for abbreviations */
mat-tree li span {
  font-style: italic;
  color: #757575;
  margin-left: 4px;
}

/* Children count badge styling */
mat-tree li span[ng-reflect-ng-if] {

  color: #0277bd;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 12px;
  margin-left: 8px;
}

/* Tree root padding */
mat-tree-node:first-of-type {
  margin-top: 0;
}
/* Adjust margin for nested nodes */
.mat-tree-node {
  margin-left: 0px;
  min-height: inherit!important;
}
.child-tree i {
  font-size: 9px;
}
.child-tree {
  margin-left: 25px;
}

/* Styling for leaf nodes (no children) */
/* mat-tree li[ng-reflect-tree-node]== {
  font-weight: normal;
  color: #616161;
} */
mat-tree li {
  font-weight: normal;
  color: #616161;
}

/*trre stricute end*/

.tog-label label {
  width: auto!important;
  margin-right: 10px;
} .space-row .incident-child {
  margin-bottom: 10px;
}.btn-showhide.preview {
  background: transparent;
  border: none;
  color: #005697;
  font-weight: bold;
  font-size: 12px;
}


.errormessage {
  color: #f93e3e !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  position: relative;
  left: 0;
}

    .mat-mdc-form-field {

        width: 100% !important;
    }.mat-mdc-paginator-page-size-select {

        width: 84px !important;
    }

   .status-active {
        color: white;
        background-color: green;
        padding: 4px 8px;
        border-radius: 4px !important;
        font-weight: bold;
        text-align: center;
      }

      .status-inactive  {
        color: white;
        background-color: red;
        padding: 4px 8px;
        border-radius: 4px !important;;
        font-weight: bold;
        text-align: center;
      }

      /* Custom styles for the select dropdown */
.custom-select {
  font-size: 14px;   /* Set font size */
  font-weight: normal; /* Set normal font weight */
  padding: 6px 12px; /* Adjust padding for better appearance */
}

#myTab_vertical {
	display: flex;
	/* background-color: #ffffff; */
	/* border-radius: 0; */
	align-items: center;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#myTab_vertical li {
	margin-right: 17px;
}
#myTab_vertical.nav-tabs .nav-link.active::after {
	/* content: inherit; */
	/* display: none; */
	bottom: -12px;
	height: 2px;
}
#myTab_vertical li button {
	width: 100%;
	text-align: left;
	border-bottom: none;
	padding: 0px 10px;
	font-size: 12px;
}
#myTab_vertical li:last-child button {

  border-bottom: none;

}
.form-ico {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
}

.policy-pass {
	padding: 6px 14px;
	margin-bottom: 10px;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
}
.policy-pass h6 {
	font-size: 12px;
	font-weight: 600;
}
.policy-pass li {
	margin-bottom: 5px;
}


.view-profile   label {
	display: block;
	font-size: 12px;
	color: #575757;
}

 .profile-page-ico i {
	font-size: 20px;
}


[data-bs-theme="dark"]  .profile-page-ico i {

	color: #9b9b9b;
}
[data-bs-theme="dark"]  .view-profile label {

	color: #b9b9b9;
}
[data-bs-theme="dark"]  .view-profile span {
	color: #35a8c3;

}


.view-profile   span {
	color: #005697;
	font-weight: 600;
	font-size: 13px;
}
.profile-page-ico {
	margin-right: 8px;
}
.line-break {
  white-space: break-spaces !important;
}
.suggestions tr:nth-child(odd) td {
  background-color: #f2f2f2;
}
.suggestions th, .suggestions td {
  text-align: center;
}

.suggestions td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.text-break{ white-space: break-spaces!important;}

.status-excellent {

	background-color: #5b9559;

	color: #fff;

	font-weight: bold;

	padding: 1px 12px;

	float: right;

	font-size: 13px;

}

.status-good {

	background-color: #9fce71;

	color: #fff;

	font-weight: bold;

	padding: 1px 12px;

	float: right;

	font-size: 13px;

}

.status-fair {

	background-color: #e3a665;

	color: #fff;

	font-weight: bold;

	padding: 1px 12px;

	float: right;

	font-size: 13px;

}

.status-poor {

	background-color: #c86565;

	color: #fff;

	font-weight: bold;

	padding: 1px 12px;

	float: right;

	font-size: 13px;

}

.status-default {
	background-color: #6574c8;
	color: #fff;
	font-weight: bold;
	padding: 1px 12px;
	float: right;
	font-size: 13px;
}

.status-excellent-td {background-color:#5b9559!important;}
.status-good-td {background-color: #9fce71!important;}
.status-fair-td {background-color: #e3a665!important;}
.status-poor-td {background-color: #c86565!important;}
.status-default-td {background-color: #6574c8!important;}

/*color purchase Request table start*/

table.mat-mdc-table tbody tr.blue td:first-child::before {
	background-color: #5883b9;
	width: 6px;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
}
table.mat-mdc-table tbody tr.blue:hover td::after {
    background-color: #e6effb;
	content: "";
	height: 100%;
	width: 99.5%;
	position: absolute;
	top: 0;
	left: 6px;
	display: block;
	z-index: 1;
    animation-name: example;
    animation-duration: 0.8s;  cursor: pointer;

}

@keyframes example {
  from {width: 1%;}
  to {width: 99.5%;}
}


table.mat-mdc-table tbody tr.blue td span {
	position: relative;
	z-index: 2;
}
table.mat-mdc-table tbody tr.blue {
	position: relative;
}

table.mat-mdc-table tbody tr.red   {
    position: relative;

}

table.mat-mdc-table tbody tr.red td:first-child::before {
    background-color: #db6363;
	width: 6px;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
}
table.mat-mdc-table tbody tr.red:hover td::after {
	background-color: #fff3f3;
	content: "";
	height: 100%;
    width: 99.5%;
	position: absolute;
	top: 0;
	left: 6px;
	display: block;
	z-index: 1;
    animation-name: example;
    animation-duration: 0.8s;
    cursor: pointer;
}
table.mat-mdc-table tbody tr.red td span {
	position: relative;
	z-index: 2;
}
table.mat-mdc-table   tbody  tr.orange  {
    position: relative;

}
table.mat-mdc-table tbody tr.orange td:first-child::before {
	background-color: #d7943e;
	width: 6px;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
}
table.mat-mdc-table tbody tr.orange:hover td::after {
    background-color: #fbf1e5;
	content: "";
	height: 100%;
	width: 99.5%;
	position: absolute;
	top: 0;
	left: 6px;
	display: block;
	z-index: 1;
    animation-name: example;
    animation-duration: 0.8s;  cursor: pointer;
}
table.mat-mdc-table tbody tr.orange td span {
	position: relative;
	z-index: 2;
}


.custom-tooltip {
  background-color: #0f446c !important;
  color: white !important;
  font-size: 13px;
  border-radius: 4px;
  padding: 0px 6px;
  position: relative !important;
}
 
.custom-tooltip::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #0f446c transparent transparent transparent;
}

.custom-tooltip-pr-color-red{
    background-color: #ea8e8f !important;
    color: white !important;
    font-size: 13px;
    border-radius: 4px;
    padding: 0px 6px;
    position: relative !important;
    width: 480px;
    text-align: left;

}

.custom-tooltip-pr-color-red::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #ea8e8f transparent transparent transparent;
}



.custom-tooltip-pr-color-blue{
    background-color: #6d99d8  !important;
    color: white !important;
    font-size: 13px;
    border-radius: 4px;
    padding: 0px 6px;
    position: relative !important;
    width: 480px;
    text-align: left;

}

.custom-tooltip-pr-color-blue::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #6d99d8  transparent transparent transparent;
}



.custom-tooltip-pr-color-yellow{
    background-color: #c9c259 !important;
    color: white !important;
    font-size: 13px;
    border-radius: 4px;
    padding: 0px 6px;
    position: relative !important;
    width: 480px;
    text-align: left;

}

.custom-tooltip-pr-color-yellow::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #c9c259 transparent transparent transparent;
}
.mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: transparent!important;
}

.mdc-tooltip__surface {
  max-width: inherit!important;
  max-height: inherit!important;
  width: 100%!important;
}
.table.table-color > thead > tr > th {
  background-color: #cee6f7;
  color: #134568;
}

/*color purchase Request table end*/

.profile-image {
    display: flex;
    align-items: center;
    width: 75px;
}.profile-ico-selection {
    position: absolute;
    right: -11px;
    bottom: 0;
    background-color: #005697;
    color: #ffffff;
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 4px 0;
    border-radius: 50%;
    font-size: 11px;
}

.profile-ico-selection:hover{ background-color: #1ca3a4;}


.highlight-class {
  background-color: #b4e1b4!important;
}

.highlight-blue-info {
  background-color: #3ab5ae;
  padding: 5px;
  border-radius: 10px;
  width: 140px;
}
.incident_row .incident-child label.text-primary {
  color: #127670;
}
.highlight-text {
  font-weight: bold;
  color: #eeffce !important;
}

.multi-selection-custom .mdc-checkbox__background {

  width: 14px;
  height: 14px;
 }


.multi-selection-custom .mdc-checkbox {
  padding: 8px 8px!important;
}

.multi-selection-custom  .mdc-label {
  font-size: 12px;
  margin-left: 0 !important;
}

.multi-selection-custom  .mat-mdc-option {
  padding: 2px 5px !important;
  font-size: 12px !important;
  min-height: inherit !important;
  font-family: 'Mulish' ;
}
.multi-selection-custom  .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background, .multi-selection-custom  .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background, .multi-selection-custom  .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background {
  border-color: #205182!important;
  background-color:#205182!important;
}
.multi-selection-custom  .mdc-checkbox__ripple{
  display: none;
}

.multi-selection-custom.mat-mdc-checkbox-checked  label.mdc-label {
  color: #3f51b5;
}

.multi-selection-custom .mdc-checkbox__background {

  width: 14px;
  height: 14px;
 }


.multi-selection-custom .mdc-checkbox {
  padding: 8px 8px!important;
}

.multi-selection-custom  .mdc-label {
  font-size: 12px;
  margin-left: 0 !important;
}

.multi-selection-custom  .mat-mdc-option {
  padding: 2px 5px !important;
  font-size: 12px !important;
  min-height: inherit !important;
  font-family: 'Mulish' ;
}
.multi-selection-custom  .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background, .multi-selection-custom  .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background, .multi-selection-custom  .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background {
  border-color: #205182!important;
  background-color:#205182!important;
}
.multi-selection-custom  .mdc-checkbox__ripple{
  display: none;
}

.multi-selection-custom.mat-mdc-checkbox-checked  label.mdc-label {
  color: #3f51b5;
}

.info-icon {
  position: absolute;
  right: -17px;
  top: -8px;
  width: 15px;
  height: 15px;
}
.info-icon i {
  cursor: pointer;
  font-size: 13px;
  color: #393737;
}
.clear-button-container {
  position: absolute;
  right: 66px;
  top: 11px;
}
.btn-clear {
  background-color: #f2f2f2;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 5px;
}
.btn-clear:hover {
  background-color: #d7d7d7;
}

.tooltipi {
  position: absolute;
  background: #ffffff;
  color: #000000;
  padding: 0px;
  border-radius: 5px;
  font-size: 12px;
  max-width: 100%;
  white-space: nowrap;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 26px 7px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 26px 7px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 26px 7px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}
label.radio-inline label {
	font-weight: normal;
}
.tooltipi.right-tooltipi {
  right: 570px;
  left: inherit!important;
}
.tooltip-container .modal-header {

  border-radius: 5px;
}

.tooltip-container .modal-header {

  border-radius: 5px;
}

.toaster-tooltip {
  font-size: 12px;
}
.toaster-tooltip li label {
  font-weight: bold;
  color: #29539d;
  width: auto;
  display: block;
}
.disable-dialog-interaction .mat-dialog-container {
  pointer-events: none; /* Disable all interactions */
  opacity: 0.9; /* Slightly faded look */
}

iframe {
  width: 100%;
  height: 100vh;
  border: none;
}

.pdf-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

/* Workflow colors */

.bg-noncondition-wf {
	background-color: #bdbdbd;
	border: 1px solid #bdbdbd;
	padding: 1px 5px !important;
}

.bg-noncondition-wf:hover, .bg-noncondition-wf:active, .bg-noncondition-wf:focus{
	background-color: #b3afaf!important;
	border: 1px solid #b3afaf!important;
	padding: 1px 5px !important;
}

.bg-noncondition-wf.bg-condition-wf {
	background-color: #185da2;
	border: 1px solid #185da2;
	padding: 1px 5px !important;
}
.bg-noncondition-wf.bg-condition-wf:hover, .bg-noncondition-wf.bg-condition-wf:active, .bg-noncondition-wf.bg-condition-wf:focus{
	background-color: #155697!important;
	border: 1px solid #155697!important;
	padding: 1px 5px !important;
}


/* Purchase  colors */

.pr-color-red-dot {
	background-color: #ea8e8f;
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 50%;
}
.pr-color-blue-dot {
	background-color: #6d99d8;
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 50%;
}
.pr-color-yellow-dot {
	background-color: #dcd458;
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 50%;
}

.pr-color-yellow:hover {
	background: rgba(246,243,192,1);
	background: -moz-linear-gradient(top, rgba(246,243,192,1) 0%, rgba(232,224,115,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,243,192,1)), color-stop(100%, rgba(232,224,115,1)));
	background: -webkit-linear-gradient(top, rgba(246,243,192,1) 0%, rgba(232,224,115,1) 100%);
	background: -o-linear-gradient(top, rgba(246,243,192,1) 0%, rgba(232,224,115,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,243,192,1) 0%, rgba(232,224,115,1) 100%);
	background: linear-gradient(to bottom, rgba(246,243,192,1) 0%, rgba(232,224,115,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f3c0', endColorstr='#e8e073', GradientType=0 );
	border-bottom: solid;
	border-bottom-width: 1px;
  border-bottom-color: #928c34;
}

.pr-color-red:hover {

  background: rgba(255,223,223,1);
  background: -moz-linear-gradient(top, rgba(255,223,223,1) 0%, rgba(251,176,176,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,223,223,1)), color-stop(100%, rgba(251,176,176,1)));
  background: -webkit-linear-gradient(top, rgba(255,223,223,1) 0%, rgba(251,176,176,1) 100%);
  background: -o-linear-gradient(top, rgba(255,223,223,1) 0%, rgba(251,176,176,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,223,223,1) 0%, rgba(251,176,176,1) 100%);
  background: linear-gradient(to bottom, rgba(255,223,223,1) 0%, rgba(251,176,176,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfdf', endColorstr='#fbb0b0', GradientType=0 );

	border-bottom: solid;
	border-bottom-width: 1px;
  border-bottom-color: #e18383;
}


.pr-color-blue:hover {

  background: rgba(186,212,244,1);
  background: -moz-linear-gradient(top, rgba(186,212,244,1) 0%, rgba(151,193,246,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,212,244,1)), color-stop(100%, rgba(151,193,246,1)));
  background: -webkit-linear-gradient(top, rgba(186,212,244,1) 0%, rgba(151,193,246,1) 100%);
  background: -o-linear-gradient(top, rgba(186,212,244,1) 0%, rgba(151,193,246,1) 100%);
  background: -ms-linear-gradient(top, rgba(186,212,244,1) 0%, rgba(151,193,246,1) 100%);
  background: linear-gradient(to bottom, rgba(186,212,244,1) 0%, rgba(151,193,246,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad4f4', endColorstr='#97c1f6', GradientType=0 );

	border-bottom: solid;
	border-bottom-width: 1px;
  border-bottom-color: #72a1dc;
}

.pr-color-red:hover .pr-color-red-dot, .pr-color-blue:hover .pr-color-blue-dot, .pr-color-yellow:hover .pr-color-yellow-dot {
	display: none;
}

::ng-deep .mat-tooltip {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: white !important;
  font-size: 14px;
  border-radius: 4px;
  padding: 6px 10px;
}


/* .mat-column-action {
  position: sticky !important;
    padding: 13.2px 7px !important;
    z-index: 1 !important;
    min-width: 83px !important;
    left: 0 !important;    top: 10px;
} */

.mat-mdc-header-row .mat-column-action {
    padding: 16.4px 7px!important;
}

.contract-extended-color {
    background-color: #ffefef !important;
    color: #b74646;
}


 .mat-paginator {
  background: #f9f9f9!important;
  padding: 10px 16px!important;
  border-radius: 8px!important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1)!important;
  font-family: 'Segoe UI', sans-serif!important;
  font-size: 14px!important;
  color: #333!important;
}
 
.mat-paginator-range-label {
  margin: 0 12px;
  color: #555;
}
 
.mat-paginator-icon {
  color: #007bff;
}
 
.mat-paginator-navigation-previous,
.mat-paginator-navigation-next,
.mat-paginator-navigation-first,
.mat-paginator-navigation-last {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 4px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
 
.mat-paginator-navigation-previous:hover,
.mat-paginator-navigation-next:hover,
.mat-paginator-navigation-first:hover,
.mat-paginator-navigation-last:hover {
  background: #007bff;
  color: white;
  border-color: #007bff;
}
.mat-mdc-paginator .mat-mdc-select-trigger::after {
    position: absolute;
    right: -17px;
    width: 30px;
    height: 30px;
    content: "";
    background: url(../images/downarrow.png) scroll center right no-repeat;
}
.mat-mdc-paginator .mat-select-trigger {
  padding: 4px 12px !important;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #ddd;
}
  
.mat-mdc-paginator  .mat-option-text {
  font-size: 14px;
}
 
.mat-mdc-paginator-container {
 
  justify-content: space-between!important;
 
}
 
.mat-mdc-paginator-page-size {
 
  order: 2;
}
 .mat-mdc-paginator-range-label {
  flex: 1 !important;
  text-align: left !important;
  font-size: 12px !important;
  color: #171717 !important;
  margin-left: 0 !important;
}
 .mat-mdc-paginator-range-actions {
  flex: 1.5 !important;
  justify-content: space-between !important;
  display: flex !important;
}
.mat-mdc-paginator-page-size {
  flex: 1!important;
  display: flex!important;
  justify-content: flex-end!important;
  margin-right: 0 !important;
}
.mat-mdc-paginator {
 
  padding-top: 0!important;
  border-top: 1px solid #C7C9D9!important;
  margin-top: 20px!important;
  background: transparent!important;
}
.mat-mdc-paginator .mat-mdc-select {
 
  padding: 0 10px !important;
}
 
.mat-mdc-paginator .mat-mdc-icon-button {
	width: 27px !important;
	height: 29px !important;
	padding: 0px 0px !important;
	font-size: 7px !important;
	color: var(--mdc-icon-button-icon-color, var(--mat-sys-on-surface-variant)) !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
	margin: 0 6px !important;
	border-radius: 5px !important;
	background-color: #eaeaea !important;
}
.mat-mdc-paginator  .mat-mdc-icon-button.mat-mdc-button-base {
    --mdc-icon-button-state-layer-size: 35px!important;
    
}.mat-mdc-paginator  .mat-mdc-icon-button:hover svg {
    fill: #ffffff!important;
}
.mat-mdc-paginator  .mat-mdc-icon-button img, .mat-mdc-paginator .mat-mdc-icon-button svg {
  width: var(--mdc-icon-button-icon-size, 19px) !important;
  height: var(--mdc-icon-button-icon-size, 24px) !important;
 
}.mat-mdc-paginator  .mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
  border-radius: 0 !important;
} .mat-mdc-paginator  .mat-mdc-icon-button:hover {
  background-color: #000000 !important;
}
 .mat-mdc-paginator .mat-mdc-icon-button:hover {
  background-color: #000000 !important;
}
.mat-mdc-paginator .mat-mdc-icon-button:hover .mat-mdc-paginator-icon{
  fill:#ffffff;
}  


/* Parent nodes (with caret icons) */
mat-tree-node li {
  list-style: none;
  padding: 6px 10px;
  margin: 2px 0;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}

mat-tree-node li:hover {
  background: #f5f5f5; /* light grey hover */
}

/* Child nodes */
mat-tree-node.child-tree li {
  padding-left: 30px; /* indentation for children */
  font-size: 14px;
  color: #444;
}

mat-tree-node.child-tree li:hover {
  background: #e9f3ff; /* subtle blue highlight */
}

/* Caret icons */
mat-tree-node button.mat-icon-button {
  margin-right: 6px;
  color: #666;
}

mat-tree-node button.mat-icon-button:hover {
  color: #000;
}

/* Leaf circle icon */
mat-tree-node.child-tree i.fa-circle {
  font-size: 8px;
  color: #999;
}

@media (max-width: 991px) {
  .search input[type='text'] {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .skin-green.sidebar-mini.sidebar-open .main-header .sidebar-toggle::before {
    content: '\2716' !important;
  }

  .skin-green.sidebar-mini .main-header .sidebar-toggle::before {
    content: '\f0c9' !important;
  }

  .content-wrapper {
    padding-top: 60px;
  }

  .bluebar-hold .bbar-inn {
    display: block;
  }

  .bluebar-hold .bbar-inn .read-blk {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
  }

  .blk-wmid {
    width: 50% !important;
  }

  .incident_row span {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .form-sec .ps-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .form-sec .pe-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .form-group {
    padding-left: 0 !important;
  }

  .form-group.txarea {
    margin-left: 0;
    width: 100%;
  }

  .form-sec label br {
    display: none;
  }

  .fileinp-mar {
    margin-left: 0;
  }

  .form-sec label.my-4 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }

  .file-input {
    width: 100%;
  }

  .form-group input[type='text'],
  .form-group select,
  .form-group input[type='date'] {
    width: 100%;
  }

  #myTab {
    justify-content: center;
    margin-bottom: 10px;
  }

  .two-btns {
    text-align: center;
  }

  .dt-info {
    text-align: center;
    margin-bottom: 20px;
  }

  .dt-paging.paging_full_numbers .pagination {
    justify-content: center;
  }

  .search {
    display: none;
  }

  .skin-green .content-header {
    display: block;
    text-align: center;
  }

  .breadcrumb {
    justify-content: center;
    margin-top: 6px;
  }
}

@media (max-width: 576px) {
  .incident_row .incident-child span {
    display: block;
  }

  .bluebar-hold .bbar-inn .read-blk {
    width: 100%;
  }

  .blk-wmid {
    width: 100% !important;
  }

  .form-sec {
    margin-bottom: 0;
  }

  .btn-dec-incre {
    margin-right: 3px;
    margin-left: 10px;
  }

  .app-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 4px;
  }

  .btn-dec-incre button {
    padding: 0 4px;
  }
  .clickable {
    cursor: pointer;
}

.text-break{ white-space: break-spaces!important;}

.checkbox-container {
  display: flex; /* Use flexbox for horizontal alignment */
  flex-wrap: wrap; /* Allow wrapping if checkboxes overflow */
  gap: 15px; /* Add spacing between checkboxes */
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 5px; /* Spacing between checkbox and label */
}

.rounded-box-Draft {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #2d3938e4;
  border: 1px solid #00796b; /* Adds a border */
}

.rounded-box-red {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #f1af52;
  color: #2d3938e4;
  border: 1px solid #00796b; /* Adds a border */
}


  .rating-training {
      display: flex;
      gap: 10px;
      justify-content: center;
  }
  .circle {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 1px solid #bcd7ea;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      color: #333;
      cursor: pointer;
      transition: background-color 0.3s, color 0.3s;
      font-weight: 500;
  }
  .circle.active {
      background-color: #0f446c;
      color: white;
      border: 1px solid #0f446c;
  }

  .rounded-box-lred {
    background-color: red;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
  }

  .rounded-box-lgreen {
    background-color: lightgreen;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
  }


  .rating-training {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #bcd7ea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
}
.circle.active {
  background-color: #0f446c;
  color: white;
  border: 1px solid #0f446c;
}
.view-icon-table{
  border-radius: 50px;
  padding: 0 2px !important;
  top: -2px;
  position: relative;
  height: 23px;
  line-height: 19px;
  width: 23px;
}

small{
  color: #f93e3e !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  position: relative;
  left: 0;
}
  .tarStatusPieChart {
    max-width: 300px;
    max-height: 300px;
  }

  .small-box {
 	overflow: hidden;
 	border-radius: 2px;
 	position: relative;
 	display: block;
 	margin-bottom: 20px;
 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
 }

 .small-box>.inner {
 	/*padding: 55px 140px 70px 20px;*/
 	padding: 20px 140px 70px 20px;
 }

 .small-box>.small-box-footer {
 	position: relative;
 	text-align: center;
 	padding: 3px 0;
 	color: #fff;
 	/* visibility: hidden; */
 	font-size: 18px;
 	color: rgba(255, 255, 255, 0.8);
 	display: block;
 	z-index: 10;
 	background: rgba(0, 0, 0, 0.1);
 	text-decoration: none;
 }

 .small-box>.small-box-footer:hover {
 	color: #fff;
 	background: rgba(0, 0, 0, 0.15);
 }

 .small-box .icon h1 {
 	position: absolute;
 	left: 13px;
 	top: 76px;
 	margin: 0px !important;
 	font-size: 0.7em;
 	right: 0;
 }

 .carte_button svg {
 	position: absolute;
 	right: 28px !important;
 	top: 87px;
 }

 .small-box .inner svg {
 	position: absolute;
 	right: 19px;
 	top: 30px;
 }

 .small-box h3 {
 	font-size: 43px;
 	font-weight: bold;
 	margin: 0 0 1px 0;
 	white-space: nowrap;
 	padding: 0;
 }

 /*font-size: 43px;
	font-weight: bold;
	margin: 0 0 1px 0;
	white-space: nowrap;
	padding: 0;
}*/

 .small-box p {
 	font-size: 15px;
 	color: #ffffff;
 	font-weight: bold;
 }

 .small-box p>small {
 	display: block;
 	color: #f9f9f9;
 	font-size: 13px;
 	margin-top: 5px
 }

 .small-box h3,
 .small-box p {
 	z-index: 5
 }

#treeDropdown, #treeDropdown1 {
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

#organizationTree .jstree-themeicon {
	display: none !important;
}

#treeDropdown, #userTreeList, #userList, #treeDropdown1, #userList1, #treeDropdown2, #userTreeList2, #userListwho, #treeDropdownwho, #userTreeList3, #treeDropdown4, #userList3 {
	position: absolute;
	top: 39px;
	left: 0;
	width: 100%;
	background: #fff;
	max-height: 141px;
	overflow-y: auto;
	z-index: 1000;
}
  .disabled-row {
	pointer-events: none;
	opacity: 0.6;
	cursor: not-allowed;
	background-color: #f0f0f0 !important;
  }
  
  .clickable-row {
	cursor: pointer;
  }

 .small-box .icon {
 	-webkit-transition: all .3s linear;
 	-o-transition: all .3s linear;
 	transition: all .3s linear;
 	position: absolute;
 	top: 0;
 	width: 100%;
 	height: auto;
 	/* background: #000; */
 	left: 0;
 	z-index: 0;
 	font-size: 60px;
 	color: rgba(255, 255, 255, 0.48);
 }

 .small-box:hover {
 	text-decoration: none;
 	color: #f9f9f9
 }

 .small-box:hover .icon {
 	font-size: 95px
 }

 @media (max-width:767px) {
 	.small-box {
 		text-align: center
 	}

 	.small-box .icon {
 		display: none
 	}

 	.small-box p {
 		font-size: 12px
 	}
 }


 .box {
 	position: relative;
 	border-radius: 3px;
 	background: #ffffff;
 	margin-bottom: 20px;
 	width: 100%;
 	box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.14);
 	min-height: 100%;
 	border: 1px solid #e6e6e6;
 }

 .boxbg1 {
 	background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096)) !important;
 	background: linear-gradient(to right, #ffbf96, #fe7096) !important;
 	border-radius: 10px 10px 10px 10px;
 }

 .boxbg2 {
 	background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf)) !important;
 	background: linear-gradient(to right, #90caf9, #047edf 99%) !important;
 	border-radius: 10px 10px 10px 10px;
 }

 .boxbg3 {
 	background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae)) !important;
 	background: linear-gradient(to right, #84d9d2, #07cdae) !important;
 	border-radius: 10px 10px 10px 10px;
 }

 .boxbg4 {
 	background: -webkit-gradient(linear, left top, right top, from(#dfba04), to(#e2ae38bf)) !important;
 	background: linear-gradient(to right, #e2ae38bf, #dfba04 99%) !important;
 	border-radius: 10px 10px 10px 10px;
 	border-radius: 10px 10px 10px 10px;
 }

 .boxbg5 {
 	background: -webkit-gradient(linear, left top, right top, from(#9a84dda3), to(#644ab1a3)) !important;
 	background: linear-gradient(to right, #9a84dda3, #644ab1a3) !important;
 	border-radius: 10px 10px 10px 10px;
 }

 .boxbg6 {
 	background: -webkit-gradient(linear, left top, right top, from(#5fc536c2), to(#45ab24e8)) !important;
 	background: linear-gradient(to right, #5fc536c2, #45ab24e8) !important;
 	border-radius: 10px 10px 10px 10px;
 }

 .boxbg7 {
 	background: -webkit-gradient(linear, left top, right top, from(#cb0d0d8f), to(#e02c2c)) !important;
 	background: linear-gradient(to right, #cb5c0d8f, #e0682c) !important;
 	border-radius: 10px 10px 10px 10px;
 }

 .boxbg8 {
 	background: -webkit-gradient(linear, left top, right top, from(#5fb4dc), to(#3eccda)) !important;
 	background: linear-gradient(to right, #5fb4dc, #3eccda) !important;
 	border-radius: 10px 10px 10px 10px;
 }

 .small-box-footer .fa {
 	margin: 0px 6px;
 	font-size: 12px;
 }

.search-ico {
	background-color: #8e97b9;
	text-align: center;
	padding: 0px 0;
	border-radius: 10px;
	color: #ffffff;
	width: 29px;
	cursor: pointer;
	margin-right: 4px;
}

[data-bs-theme="dark"]  .search-ico {
	background-color: #43454f;
	 
}

.search-ico:hover {
	background-color: #1c285e;
}

/* tree structure styles */
#jstree-marker {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px 0 0;
    padding: 0;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}
 
#jstree-dnd {
    line-height: 16px;
    margin: 0;
    padding: 4px
}

.jstree-default .jstree-icon:empty {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
}

.jstree-default .jstree-icon {
    background: transparent !important;
    border: none !important;
}
 
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
    display: inline-block;
    text-decoration: none;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px
}
 
#jstree-dnd .jstree-ok {
    background: green
}
 
#jstree-dnd .jstree-er {
    background: red
}
 
#jstree-dnd .jstree-copy {
    margin: 0 2px
}
 
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-repeat: no-repeat;
    background-color: transparent
}
 
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
    transition: background-color .15s, box-shadow .15s
}
 
.jstree-default .jstree-hovered,
.jstree-default .jstree-context {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #ccc
}
 
.jstree-default .jstree-clicked {
    background: #beebff;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999
}
 
.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon {
    display: none
}
 
.jstree-default .jstree-disabled {
    background: transparent;
    color: #666
}
 
.jstree-default .jstree-disabled.jstree-hovered {
    background: transparent;
    box-shadow: none
}
 
.jstree-default .jstree-disabled>.jstree-icon {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}
 
.jstree-default .jstree-search {
    font-style: italic;
    color: #8b0000;
    font-weight: 700
}
 
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none !important
}
 
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background: transparent;
    box-shadow: none
}
 
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #e7f4f9
}
 
.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked {
    background: transparent
}
 
.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
    background: #e7f4f9
}
 
.jstree-default>.jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat
}
 
.jstree-default>.jstree-wholerow-ul .jstree-hovered,
.jstree-default>.jstree-wholerow-ul .jstree-clicked {
    background: transparent;
    box-shadow: none;
    border-radius: 0
}
 
.jstree-default .jstree-wholerow {
    box-sizing: border-box
}
 
.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9
}
 
.jstree-default .jstree-wholerow-clicked {
    background: #beebff;
    background: linear-gradient(to bottom, #beebff, #a8e4ff)
}
 
.jstree-default .jstree-node {
    min-height: 24px;
    line-height: 24px;
    margin-left: 24px;
    min-width: 24px
}
 
.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px
}
 
.jstree-default .jstree-icon {
    width: 24px;
    height: 24px;
    line-height: 24px
}
 
.jstree-default .jstree-icon:empty {
    width: 24px;
    height: 24px;
    line-height: 24px
}
 
.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px
}
 
.jstree-default .jstree-wholerow {
    height: 24px
}
 
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-image: url(32px.12092c7c44e52c06.png)
}
 
.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y
}
 
.jstree-default .jstree-last {
    background-image: none
}
 
.jstree-default .jstree-open>.jstree-ocl {
    background-position: -132px -4px
}
 
.jstree-default .jstree-closed>.jstree-ocl {
    background-position: -100px -4px
}
 
.jstree-default .jstree-leaf>.jstree-ocl {
    background-position: -68px -4px
}
 
.jstree-default .jstree-themeicon {
    background-position: -260px -4px
}
 
.jstree-default>.jstree-no-dots .jstree-node,
.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}
 
.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -4px
}
 
.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -4px
}
 
.jstree-default .jstree-disabled,
.jstree-default .jstree-disabled.jstree-hovered {
    background: transparent
}
 
.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}
 
.jstree-default .jstree-checkbox {
    background-position: -164px -4px
}
 
.jstree-default .jstree-checkbox:hover {
    background-position: -164px -36px
}
 
.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default .jstree-checked>.jstree-checkbox {
    background-position: -228px -4px
}
 
.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default .jstree-checked>.jstree-checkbox:hover {
    background-position: -228px -36px
}
 
.jstree-default .jstree-anchor>.jstree-undetermined {
    background-position: -196px -4px
}
 
.jstree-default .jstree-anchor>.jstree-undetermined:hover {
    background-position: -196px -36px
}
 
.jstree-default .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}
 
.jstree-default>.jstree-striped {
    background-size: auto 48px
}
 
.jstree-default.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
    background-position: 100% 1px;
    background-repeat: repeat-y
}
 
.jstree-default.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -132px -36px
}
 
.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -100px -36px
}
 
.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -68px -36px
}
 
.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}
 
.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -36px
}
 
.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -36px
}
 
.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}
 
.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url(throbber.ea6b823f5d2be6d6.gif) center center no-repeat
}
 
.jstree-default .jstree-file {
    background: url(32px.12092c7c44e52c06.png) -100px -68px no-repeat
}
 
.jstree-default .jstree-folder {
    background: url(32px.12092c7c44e52c06.png) -260px -4px no-repeat
}
 
.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}
 
#jstree-dnd.jstree-default {
    line-height: 24px;
    padding: 0 4px
}
 
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
    background-image: url(32px.12092c7c44e52c06.png);
    background-repeat: no-repeat;
    background-color: transparent
}
 
#jstree-dnd.jstree-default i {
    background: transparent;
    width: 24px;
    height: 24px;
    line-height: 24px
}
 
#jstree-dnd.jstree-default .jstree-ok {
    background-position: -4px -68px
}
 
#jstree-dnd.jstree-default .jstree-er {
    background-position: -36px -68px
}
 
.jstree-default .jstree-ellipsis {
    overflow: hidden
}
 
.jstree-default .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 19px);
    text-overflow: ellipsis;
    overflow: hidden
}
 
.jstree-default.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==)
}
 
.jstree-default.jstree-rtl .jstree-last {
    background-image: none
}
 
.jstree-default-small .jstree-node {
    min-height: 18px;
    line-height: 18px;
    margin-left: 18px;
    min-width: 18px
}
 
.jstree-default-small .jstree-anchor {
    line-height: 18px;
    height: 18px
}
 
.jstree-default-small .jstree-icon {
    width: 18px;
    height: 18px;
    line-height: 18px
}
 
.jstree-default-small .jstree-icon:empty {
    width: 18px;
    height: 18px;
    line-height: 18px
}
 
.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px
}
 
.jstree-default-small .jstree-wholerow {
    height: 18px
}
 
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
    background-image: url(32px.12092c7c44e52c06.png)
}
 
.jstree-default-small .jstree-node {
    background-position: -295px -7px;
    background-repeat: repeat-y
}
 
.jstree-default-small .jstree-last {
    background-image: none
}
 
.jstree-default-small .jstree-open>.jstree-ocl {
    background-position: -135px -7px
}
 
.jstree-default-small .jstree-closed>.jstree-ocl {
    background-position: -103px -7px
}
 
.jstree-default-small .jstree-leaf>.jstree-ocl {
    background-position: -71px -7px
}
 
.jstree-default-small .jstree-themeicon {
    background-position: -263px -7px
}
 
.jstree-default-small>.jstree-no-dots .jstree-node,
.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}
 
.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -7px
}
 
.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -7px
}
 
.jstree-default-small .jstree-disabled,
.jstree-default-small .jstree-disabled.jstree-hovered {
    background: transparent
}
 
.jstree-default-small .jstree-disabled.jstree-clicked {
    background: #efefef
}
 
.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px
}
 
.jstree-default-small .jstree-checkbox:hover {
    background-position: -167px -39px
}
 
.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default-small .jstree-checked>.jstree-checkbox {
    background-position: -231px -7px
}
 
.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default-small .jstree-checked>.jstree-checkbox:hover {
    background-position: -231px -39px
}
 
.jstree-default-small .jstree-anchor>.jstree-undetermined {
    background-position: -199px -7px
}
 
.jstree-default-small .jstree-anchor>.jstree-undetermined:hover {
    background-position: -199px -39px
}
 
.jstree-default-small .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}
 
.jstree-default-small>.jstree-striped {
    background-size: auto 36px
}
 
.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
    background-position: 100% 1px;
    background-repeat: repeat-y
}
 
.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -135px -39px
}
 
.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -103px -39px
}
 
.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -71px -39px
}
 
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}
 
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -39px
}
 
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -39px
}
 
.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}
 
.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url(throbber.ea6b823f5d2be6d6.gif) center center no-repeat
}
 
.jstree-default-small .jstree-file {
    background: url(32px.12092c7c44e52c06.png) -103px -71px no-repeat
}
 
.jstree-default-small .jstree-folder {
    background: url(32px.12092c7c44e52c06.png) -263px -7px no-repeat
}
 
.jstree-default-small>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}
 
#jstree-dnd.jstree-default-small {
    line-height: 18px;
    padding: 0 4px
}
 
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
    background-image: url(32px.12092c7c44e52c06.png);
    background-repeat: no-repeat;
    background-color: transparent
}
 
#jstree-dnd.jstree-default-small i {
    background: transparent;
    width: 18px;
    height: 18px;
    line-height: 18px
}
 
#jstree-dnd.jstree-default-small .jstree-ok {
    background-position: -7px -71px
}
 
#jstree-dnd.jstree-default-small .jstree-er {
    background-position: -39px -71px
}
 
.jstree-default-small .jstree-ellipsis {
    overflow: hidden
}
 
.jstree-default-small .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 13px);
    text-overflow: ellipsis;
    overflow: hidden
}
 
.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==)
}
 
.jstree-default-small.jstree-rtl .jstree-last {
    background-image: none
}
 
.jstree-default-large .jstree-node {
    min-height: 32px;
    line-height: 32px;
    margin-left: 32px;
    min-width: 32px
}
 
.jstree-default-large .jstree-anchor {
    line-height: 32px;
    height: 32px
}
 
.jstree-default-large .jstree-icon {
    width: 32px;
    height: 32px;
    line-height: 32px
}
 
.jstree-default-large .jstree-icon:empty {
    width: 32px;
    height: 32px;
    line-height: 32px
}
 
.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px
}
 
.jstree-default-large .jstree-wholerow {
    height: 32px
}
 
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
    background-image: url(32px.12092c7c44e52c06.png)
}
 
.jstree-default-large .jstree-node {
    background-position: -288px 0;
    background-repeat: repeat-y
}
 
.jstree-default-large .jstree-last {
    background-image: none
}
 
.jstree-default-large .jstree-open>.jstree-ocl {
    background-position: -128px 0
}
 
.jstree-default-large .jstree-closed>.jstree-ocl {
    background-position: -96px 0
}
 
.jstree-default-large .jstree-leaf>.jstree-ocl {
    background-position: -64px 0
}
 
.jstree-default-large .jstree-themeicon {
    background-position: -256px 0
}
 
.jstree-default-large>.jstree-no-dots .jstree-node,
.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}
 
.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px 0
}
 
.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 0
}
 
.jstree-default-large .jstree-disabled,
.jstree-default-large .jstree-disabled.jstree-hovered {
    background: transparent
}
 
.jstree-default-large .jstree-disabled.jstree-clicked {
    background: #efefef
}
 
.jstree-default-large .jstree-checkbox {
    background-position: -160px 0
}
 
.jstree-default-large .jstree-checkbox:hover {
    background-position: -160px -32px
}
 
.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default-large .jstree-checked>.jstree-checkbox {
    background-position: -224px 0
}
 
.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default-large .jstree-checked>.jstree-checkbox:hover {
    background-position: -224px -32px
}
 
.jstree-default-large .jstree-anchor>.jstree-undetermined {
    background-position: -192px 0
}
 
.jstree-default-large .jstree-anchor>.jstree-undetermined:hover {
    background-position: -192px -32px
}
 
.jstree-default-large .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}
 
.jstree-default-large>.jstree-striped {
    background-size: auto 64px
}
 
.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
    background-position: 100% 1px;
    background-repeat: repeat-y
}
 
.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -128px -32px
}
 
.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -96px -32px
}
 
.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -64px -32px
}
 
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}
 
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px -32px
}
 
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 -32px
}
 
.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}
 
.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url(throbber.ea6b823f5d2be6d6.gif) center center no-repeat
}
 
.jstree-default-large .jstree-file {
    background: url(32px.12092c7c44e52c06.png) -96px -64px no-repeat
}
 
.jstree-default-large .jstree-folder {
    background: url(32px.12092c7c44e52c06.png) -256px 0 no-repeat
}
 
.jstree-default-large>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}
 
#jstree-dnd.jstree-default-large {
    line-height: 32px;
    padding: 0 4px
}
 
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
    background-image: url(32px.12092c7c44e52c06.png);
    background-repeat: no-repeat;
    background-color: transparent
}
 
#jstree-dnd.jstree-default-large i {
    background: transparent;
    width: 32px;
    height: 32px;
    line-height: 32px
}
 
#jstree-dnd.jstree-default-large .jstree-ok {
    background-position: 0 -64px
}
 
#jstree-dnd.jstree-default-large .jstree-er {
    background-position: -32px -64px
}
 
.jstree-default-large .jstree-ellipsis {
    overflow: hidden
}
 
.jstree-default-large .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 27px);
    text-overflow: ellipsis;
    overflow: hidden
}
 
.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==)
}
 
.jstree-default-large.jstree-rtl .jstree-last {
    background-image: none
}
 
@media (max-width:768px) {
    #jstree-dnd.jstree-dnd-responsive {
        line-height: 40px;
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px white
    }
 
    #jstree-dnd.jstree-dnd-responsive>i {
        background: transparent;
        width: 40px;
        height: 40px
    }
 
    #jstree-dnd.jstree-dnd-responsive>.jstree-ok {
        background-image: url(40px.e70b39db037775fa.png);
        background-position: 0 -200px;
        background-size: 120px 240px
    }
 
    #jstree-dnd.jstree-dnd-responsive>.jstree-er {
        background-image: url(40px.e70b39db037775fa.png);
        background-position: -40px -200px;
        background-size: 120px 240px
    }
 
    #jstree-marker.jstree-dnd-responsive {
        border-left-width: 10px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-top: -10px
    }
}
 
@media (max-width:768px) {
    .jstree-default-responsive .jstree-icon {
        background-image: url(40px.e70b39db037775fa.png)
    }
 
    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background: transparent
    }
 
    .jstree-default-responsive .jstree-node {
        min-height: 40px;
        line-height: 40px;
        margin-left: 40px;
        min-width: 40px;
        white-space: nowrap
    }
 
    .jstree-default-responsive .jstree-anchor {
        line-height: 40px;
        height: 40px
    }
 
    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-icon:empty {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
 
    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0
    }
 
    .jstree-default-responsive.jstree-rtl .jstree-node {
        margin-left: 0;
        margin-right: 40px;
        background: transparent
    }
 
    .jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node {
        margin-right: 0
    }
 
    .jstree-default-responsive .jstree-ocl,
    .jstree-default-responsive .jstree-themeicon,
    .jstree-default-responsive .jstree-checkbox {
        background-size: 120px 240px
    }
 
    .jstree-default-responsive .jstree-leaf>.jstree-ocl,
    .jstree-default-responsive.jstree-rtl .jstree-leaf>.jstree-ocl {
        background: transparent
    }
 
    .jstree-default-responsive .jstree-open>.jstree-ocl {
        background-position: 0 0 !important
    }
 
    .jstree-default-responsive .jstree-closed>.jstree-ocl {
        background-position: 0 -40px !important
    }
 
    .jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl {
        background-position: -40px 0 !important
    }
 
    .jstree-default-responsive .jstree-themeicon {
        background-position: -40px -40px
    }
 
    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-checkbox:hover {
        background-position: -40px -80px
    }
 
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
    .jstree-default-responsive .jstree-checked>.jstree-checkbox,
    .jstree-default-responsive .jstree-checked>.jstree-checkbox:hover {
        background-position: 0 -80px
    }
 
    .jstree-default-responsive .jstree-anchor>.jstree-undetermined,
    .jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover {
        background-position: 0 -120px
    }
 
    .jstree-default-responsive .jstree-anchor {
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px white
    }
 
    .jstree-default-responsive>.jstree-striped {
        background: transparent
    }
 
    .jstree-default-responsive .jstree-wholerow {
        border-top: 1px solid rgba(255, 255, 255, .7);
        border-bottom: 1px solid rgba(64, 64, 64, .2);
        background: #ebebeb;
        height: 40px
    }
 
    .jstree-default-responsive .jstree-wholerow-hovered {
        background: #e7f4f9
    }
 
    .jstree-default-responsive .jstree-wholerow-clicked {
        background: #beebff
    }
 
    .jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow {
        box-shadow: inset 0 -6px 3px -5px #666
    }
 
    .jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow {
        box-shadow: inset 0 6px 3px -5px #666;
        border-top: 0
    }
 
    .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
        box-shadow: none
    }
 
    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-node>.jstree-ocl,
    .jstree-default-responsive .jstree-themeicon,
    .jstree-default-responsive .jstree-checkbox {
        background-image: url(40px.e70b39db037775fa.png);
        background-size: 120px 240px
    }
 
    .jstree-default-responsive .jstree-node {
        background-position: -80px 0;
        background-repeat: repeat-y
    }
 
    .jstree-default-responsive .jstree-last {
        background-image: none
    }
 
    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background-position: -40px -120px
    }
 
    .jstree-default-responsive .jstree-last>.jstree-ocl {
        background-position: -40px -160px
    }
 
    .jstree-default-responsive .jstree-themeicon-custom {
        background-color: transparent;
        background-image: none;
        background-position: 0 0
    }
 
    .jstree-default-responsive .jstree-file {
        background: url(40px.e70b39db037775fa.png) 0 -160px no-repeat;
        background-size: 120px 240px
    }
 
    .jstree-default-responsive .jstree-folder {
        background: url(40px.e70b39db037775fa.png) -40px -40px no-repeat;
        background-size: 120px 240px
    }
 
    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0;
        margin-right: 0
    }
}

 /*module dashboard end*/




}  




.sidebar-scroll {
    height: calc(100vh - 80px);
}

/* Expanded → allow scroll */
.sidebar-mini:not(.sidebar-collapse) .sidebar-scroll {
    overflow-y: auto;
}

/* Collapsed → disable scroll so hover can escape */
.sidebar-mini.sidebar-collapse .sidebar-scroll {
    overflow: visible !important;
}

/* Make hover menu work */
.sidebar-mini.sidebar-collapse .main-sidebar,
.sidebar-mini.sidebar-collapse .sidebar {
    overflow: visible !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    position: absolute;
    left: 50px;
    z-index: 100000;
}

/* Keep main menu scroll active even when collapsed */
.sidebar-mini.sidebar-collapse .sidebar-scroll {
  height: calc(100vh - 88px);
}


/* Scroll ON */
.sidebar-scroll {
    overflow: hidden;
}

/* Scroll OFF when a menu is open */
.sidebar-no-scroll .simplebar-mask,
.sidebar-no-scroll .simplebar-content-wrapper {
    overflow: visible !important;
}
body.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.menu-open span.pull-right-container {
    display: none!important;
}
.htms-logo {
    font-size: 20px;
    font-weight: bold;
    background: #0F446C;
    background: linear-gradient(to right, #0F446C 0%, #157B7D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

 /* .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li.menu-open
  > .treeview-menu {
 
    top: -102px;
} */

/* ================== SIMPLEBAR + ADMINLTE PATCH ================== */

 /* .sidebar-mini.sidebar-collapse .simplebar-mask,
.sidebar-mini.sidebar-collapse .simplebar-content-wrapper {
    overflow: visible !important;
}   */