
* {
  outline-color: var(--primary_lightorange);
}
html {
  height: 100% !important;
  scroll-behavior: smooth;
}
html,
body,
.wrapper {
  margin: 0;
  padding: 0;
}
.dataTables_scroll
{
    overflow:auto;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  /* overflow-y: hidden; */
  scroll-behavior: smooth;
}
:root {
  /*(orange dark)*/
  --primary_orange: #f39c12;
  /*(orange light)*/
  --primary_lightorange: #ffc107;
  --primary_dark: #333e48;
  /* (grey)*/
  --primary_grey: #737070;
  /*(blue)*/
  --primary_blue: #28bad6;
  /* (siemens)*/
  --primary_siemens: #009999;
  /*(dark grey)*/
  --primary_darkGrey: #6c757d;
  /*( dark siemens)*/
  --primary_darkSiemens: #005454;
  /* (dark sky) */
  --primary_darkSky: #009688;
  /* (light green) */
  --primar_gren: #7cc202;
  /*(text light dark)*/
  --text_primary: #9e9e9e;
  /*(text light)*/
  --text_white: #ffffff;
  /*(text blue)*/
  --text_blue: #28bad6;
}
.fixed-b-height .content-wrapper{
  min-height: calc(100vh - 58px);
}
@font-face {
  font-family: "robot"; /*a name to be used later*/
  src: url("../font/roboto.css"); /*URL to font*/
}
:hover {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.border-blue {
  border: 1px solid var(--primary_blue);
}
.select2.select2-container {
  width: 100% !important;
}
.select2-container--open {
  z-index: 99999;
}
.select2-container--default .select2-selection.select2-selection--multiple {
  border-color: #ced4da;
}
.select2-container--default.select2-container--focus
  .select2-selection.select2-selection--multiple {
  border-color: #80bdff;
}
.form-control:focus {
  border-color: #80bdff;
  /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}
.content-wrapper > .content {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.5px !important;
}
p {
  letter-spacing: 0.5px !important;
}
a {
  letter-spacing: 0.5px !important;
}
label {
  letter-spacing: 0.5px !important;
  font-size: 13px;
  font-weight: 100 !important;
}
select.form-control {
  letter-spacing: 0.5px !important;
  font-size: 13px;
}
input.form-control {
  letter-spacing: 0.5px !important;
  font-size: 13px;
}
input[type="file"] {
  padding: 0.3rem 0.75rem !important;
}
textarea.form-control {
  font-size: 13px;
}
input.form-control.file {
  padding: 0.4rem 0.4rem;
  cursor: pointer;
}
/* Input type nhumber arrow */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* Input type nhumber arrow */
.custom-file-label::after {
  padding: 0.5rem 0.75rem;
}
.custom-file-label {
  line-height: 1.9;
}
.f-13 {
  font-size: 13px !important;
}
.fw-100 {
  font-weight: 100 !important;
}
td.dt-nowrap {
  white-space: nowrap;
}
table.table-bordered.dataTable th {
  white-space: nowrap !important;
  text-align: center;
}
.desc2 {
  display: none;
}
.bBtn {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  padding: 5px;
}
.shadow-radius {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
  border-radius: 4px 4px 0 0 !important;
  overflow: hidden !important;
}
.p-15 {
  padding: 15px !important;
}
/********************************************/
/*Tooltip  Start*/
/********************************************/
.tooltip.show {
  opacity: 1;
  z-index: 9992;
}

.tooltip-inner {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: var(--text_primary);
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #ffffff !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #ffffff !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ffffff !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #ffffff !important;
}
/********************************************/
/*Tooltip End*/
/********************************************/

/********************************************/
/*Header Start*/
/********************************************/
.headActiveLayer {
  padding: 5px;
  width: 140px;
  text-align: center;
  background-color: var(--primary_blue);
  color: #ffffff;
  height: 30px;
  line-height: 21px;
  font-size: 13px;
  border-radius: 4px;
}
.main-header {
  z-index: 1099;
}
.dropdown-toggle.profile::after {
  display: none;
}
.dropdown-toggle.lang::after {
  display: inline-block;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  margin-left: 0;
  vertical-align: baseline;
  display: none;
}
.dropdown-toggle.profile .dropdown-item {
  display: flex;
  align-items: center;
}
.dropdown-menu {
  padding: 0;
}
.header-dropdown.dropdown-menu {
  left: unset !important;
  right: 0 !important;
  top: 40px;
  margin-top: 0;
}
.header-dropdown {
  position: absolute;
  right: 0;
  z-index: 9;
  background-color: #fff;
  left: unset !important;
  right: 0 !important;
  top: 40px;
  margin-top: 0;
  overflow: hidden;
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
  width: 175px;
  display: none;
}
.settingImg {
  filter: grayscale(100%);
  width: 18px;
}
.settingImg:hover {
  filter: grayscale(0);
}
.languageImg {
  filter: grayscale(100%);
  width: 18px;
}
.languageImg:hover {
  filter: grayscale(0);
}
.notificationImg {
  filter: grayscale(100%);
  width: 18px;
}
.notificationImg:hover {
  filter: grayscale(0);
}
.planImg {
  filter: grayscale(100%);
  width: 18px;
}
.planImg:hover {
  filter: grayscale(0);
}
.businessImg {
  filter: grayscale(100%);
  width: 18px;
}
.businessImg:hover {
  filter: grayscale(0);
}
.languageHeight {
  max-height: 182px;
  overflow-y: scroll;
}
.nav-sidebar > .nav-item > .nav-treeview {
  /* border-bottom: 1px solid #f2f2f2; */
  background-color: var(--primary_blue) !important;
  border-radius: 4px;
  padding: 1px;
  margin-bottom: 0.4rem;
}
.header-link {
  padding: 5px 10px;
}
.dropdown .d-dropdown:hover .header-dropdown {
  display: block;
}
.dropdown:hover .profile .h-profile {
  filter: grayscale(0);
}
.dropdown:hover .nav-link .businessImg {
  filter: grayscale(0);
}
.dropdown:hover .nav-link .planImg {
  filter: grayscale(0);
}
.dropdown:hover .nav-link .notificationImg {
  filter: grayscale(0);
}
.dropdown:hover .nav-link .languageImg {
  filter: grayscale(0);
}
.header-heading {
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  background: var(--primary_darkSiemens);
  color: #fff;
  text-align: center;
}
.header-heading:hover {
  color: #fff;
}
.l-add {
  display: none;
}
.l-tree {
  display: none;
}
.l-tab {
  display: none;
}
/* .dropdown:hover .dropdown-menu {
  display: block;
} */
.nav-item.dropdown .dropdown-item {
  display: flex !important;
  align-items: center;
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  color: #706a6a;
  transition: all 0.5 ease !important;
  border-bottom: 1px solid #f2f2f2;
}
.nav-item.dropdown a.dropdown-item:last-child {
  border-bottom: 0;
}
.nav-item.dropdown .dropdown-item:hover {
  background-color: #706a6a !important;
  color: #ffffff;
}
.nav-item.dropdown .dropdown-item.justify {
  justify-content: space-between;
}
.nav-item.dropdown .dropdown-item::after {
  background-color: #f2f2f2;
}
.nav-item.dropdown .dropdown-item:hover {
  background-color: #f2f2f2;
}
.dropdown-toggle.profile {
  padding-top: 5px !important;
}
.dropdown-toggle.profile .h-profile {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  filter: grayscale(100%);
  object-fit: contain;
}
.dropdown-toggle.profile .h-profile:hover {
  filter: grayscale(0);
}
.plan {
  margin-bottom: 0;
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  background: var(--primary_darkSiemens);
  color: #fff;
  text-align: center;
}
.planType {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.5rem 0.5rem;
  /* border-top: 1px solid #e9ecef; */
  border-bottom: 1px solid #e9ecef;
  color: var(--text_primary);
  font-size: 13px;
  transition: all 0.5s ease;
}
.planType:hover {
  background-color: #706a6a !important;
  color: #ffffff;
}
.btn-upgrade {
  border: 1px solid var(--primary_lightorange);
  background-color: var(--primary_lightorange);
  border-radius: 4px;
  transition: all 0.5s ease;
  color: #fff;
  font-size: 13px;
  height: 35px;
  opacity: 0.8;
}
.btn-upgrade.plan {
  height: 30px;
  padding: 2px;
}
.btn-upgrade:hover {
  opacity: 1;
  color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
  padding: 5px 10px;
}
.asideShadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 1098;
}

.navbar-badge {
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 0;
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 50%;
}
.border-bottom {
  height: 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* custom tooltip */
.tool {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* setting sidebar */
.info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196f3;
  margin-bottom: 15px;
  padding: 4px 12px;
}

.cust-setting {
  padding: 8px;
  height: 100%;
  position: relative;
}
.cust-setting h4 {
  font-size: 1rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.nav-tabs .nav-item {
  flex: 1 3;
  text-align: center;
}
.nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
}
.nav-tabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.color-list {
  float: left;
  width: 33.33333%;
  padding: 5px;
}
.color-list.select {
  background-color: var(--primary_lightorange);
}
.color-list p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}

.color-list2 {
  float: left;
  width: 33.33333%;
  padding: 5px;
}
.color-list2.select1 {
  background-color: var(--primary_lightorange);
}
.color-list2 p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}

.color-list3 {
  float: left;
  width: 33.33333%;
  padding: 5px;
}
.color-list3.select3 {
  background-color: var(--primary_lightorange);
}
.color-list3 p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}

.color-list4 {
  float: left;
  width: 33.33333%;
  padding: 5px;
}
.color-list4.select4 {
  background-color: var(--primary_lightorange);
}
.color-list4 p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
.bg_orange {
  display: block;
  width: 100%;
  float: left;
  height: 35px;
  background: var(--primary_orange);
  border: 5px solid #ffffff;
}
.bg_grey {
  display: block;
  width: 100%;
  float: left;
  height: 35px;
  background: var(--primary_grey);
  border: 5px solid #ffffff;
}
.bg_blue {
  display: block;
  width: 100%;
  float: left;
  height: 35px;
  background: var(--primary_blue);
  border: 5px solid #ffffff;
}
.bg_siemens {
  display: block;
  width: 100%;
  float: left;
  height: 35px;
  background: var(--primary_siemens);
  border: 5px solid #ffffff;
}
.bg_darkGrey {
  display: block;
  width: 100%;
  float: left;
  height: 35px;
  background: var(--primary_darkGrey);
  border: 4px solid #ffffff;
}
.bg_darkSiemens {
  display: block;
  width: 100%;
  float: left;
  height: 35px;
  background: var(--primary_darkSiemens);
  border: 4px solid #ffffff;
}
.colorShadow {
  cursor: pointer;
  transition: all 0.5s ease;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.colorShadow:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.chooseColor input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 32px;
  padding: 0px 3px;
  width: 59px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  margin-left: 4px;
}
.dTheme {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.dThemeText label {
  margin-bottom: 0;
  font-size: 13px;
  color: var(--primary_lightorange);
}
.dThemeBtn button {
  border: 1px solid var(--primary_lightorange);
  color: var(--primary_lightorange);
  background-color: transparent;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 13px;
  transition: all 0.5s ease-in;
}
.dThemeBtn button:hover {
  background-color: var(--primary_lightorange);
  color: var(--text_white);
}
.colorCollapseSec .card {
  border-radius: 0;
  margin-bottom: 15px;
}
.colorCollapseSec .card-body {
  background-color: #f2f2f2;
}
.colorCollapseSec .card-header {
  padding: 7px 15px;
  background-color: var(--primary_grey) !important;
  border-radius: 4px;
}

.colorCollapseSec .card-header .card-title {
  font-size: 13px;
}
.colorCollapseSec .card-header .card-title a {
  color: #ffffff;
}

.chooseColor h4 {
  font-size: 13px;
  margin: 10px 0;
  color: #847f7f;
  font-weight: 600;
}
.chooseColor {
  float: left;
  width: 47%;
}
.configHead {
  background-color: var(--primary_darkSiemens);
  color: #fff;
  padding: 0.5rem 0.5rem;
  font-size: 13px !important;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
}
.defBtn {
  border: 1px solid var(--primary_darkGrey);
  background-color: var(--primary_darkGrey);
  border-radius: 4px;
  transition: all 0.5s ease;
  color: #fff;
  font-size: 13px;
  text-align: left;
}
.defBtn:hover {
  color: #fff;
}
.c-colorBtn {
  float: left;
  width: 53%;
  margin-top: 15px;
}
.hidden {
  display: none;
}
.btn-block-submit {
  width: 100%;
  margin-top: 15px;
}
.info.mb-3 p {
  margin-bottom: 0;
  font-size: 14px;
}
.labelCursor {
  cursor: pointer;
  font-size: 14px;
}
.nav-m-head {
  display: flex;
  align-items: center;
  color: #000000 !important;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.mbLeft {
  border-left: 5px solid #fff;
}
.custom-nav-item {
  position: relative;
}
.nav-link.nav-m-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--text_blue) !important;
  cursor: pointer;
  transition: all 0.5s ease;
  font-weight: 500;
  font-family: robot;
  letter-spacing: 0 !important;
  filter: grayscale(100%);
  margin: 0 6px;
}
.custom-nav-item:hover .nav-link.nav-m-dropdown {
  filter: grayscale(0);
}
.nav-link.nav-m-dropdown::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  bottom: 6px;
  right: 0px;
}
.nav-link.nav-m-dropdown.dropnone::after {
  display: none;
}

.navSearch {
  width: 75%;
  margin: 0px auto;
  height: 35px;
}
.custom-dropdown-menu {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0px 9px 26px 0px rgb(0 0 0 / 25%);
  border-radius: 0.25rem;
}
.custom-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: var(--text_primary);
  font-size: 14px;
  font-family: robot;
  letter-spacing: 0 !important;
}
.divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.custom-dropdown-item:focus,
.custom-dropdown-item:hover {
  color: var(--text_primary);
  background-color: #e9ecef;
}
.custom-nav-item:hover .custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navDropChild {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navDropImg img {
  width: 20px;
}
.navDropText {
  font-size: 12px;
}
@media (max-width: 767px) {
  .cust-setting {
    overflow-y: scroll;
  }
  .btn-block-submit {
    width: 100%;
    bottom: 7px;
    position: unset;
    margin-top: 15px;
  }
  .nav-m-head {
    display: none;
  }
}
/********************************************/
/*Header End*/
/********************************************/

/********************************************/
/*Sidebar Start*/
/********************************************/
.w-20 {
  width: 20px !important;
}
.w-18 {
  width: 18px !important;
}
.w-18 {
  width: 18px !important;
}
.main-logo {
  text-align: center;
}
.main-sidebar {
  z-index: 1099 !important;
  /* transition: margin-left 0.5s ease-in-out, width 0.5s ease-in-out !important; */
}
.main-logo img {
  width: 75%;
  margin: 0px auto;
}
.collapse-logo {
  text-align: center;
}
.collapse-logo img {
  width: 50%;
}
hr.new1 {
  border-top: 2px solid var(--primary_lightorange);
  width: 97%;
  margin: 0px auto;
  position: sticky;
  top: 0;
  z-index: 9;
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: var(--primary_lightorange) !important;
  color: #fff !important;
}
.nav-icon {
  font-size: 15px !important;
}
.nav-link p {
  font-size: 14px;
  /*color: #737070;*/
}
.nav-link p {
  font-size: 13px;
}
.nav-sidebar .nav-item > .nav-link {
  margin-bottom: 0;
  /* color: var(--text_primary) !important; */
  color: #fff !important;
  transition: all 0.5s;
}
.nav-sidebar .nav-item > .nav-link.m_menu {
  margin-bottom: 0.5rem;
  color: #676363 !important;
  transition: all 0.5s;
}
.nav-sidebar .nav-item > .nav-link.m_menu:hover {
  background-color: var(--primary_lightorange) !important;
  color: #fff !important;
}
.layout-fixed .main-sidebar .collapse-logo {
  display: none;
}
.sidebar-mini.sidebar-collapse .main-sidebar .brand-link .main-logo {
  display: none;
}
.sidebar-mini.sidebar-collapse .main-sidebar .brand-link .collapse-logo {
  display: block;
}
.nav-treeview > .nav-item > .nav-link {
  padding: 8px 25px;
}
.submenu_arrow {
  width: 0.5rem;
  margin-left: 0.05rem;
  margin-right: 10px;
  text-align: center;
  filter: brightness(0) invert(1);
}
.brand-link {
  padding: 0.6rem 0.5rem;
}
.nav-sidebar .menu-open > .nav-link img.c_right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.white-arrow {
  display: none;
}
.nav-sidebar .nav-item > .nav-link.m_menu.active .white-arrow {
  display: inline-block;
}
.nav-sidebar .nav-item > .nav-link.m_menu.active .black-arrow {
  display: none;
}
.nav-sidebar .nav-item > .nav-link.m_menu:hover .white-arrow {
  display: inline-block;
}
.nav-sidebar .nav-item > .nav-link.m_menu:hover .black-arrow {
  display: none;
}
.nav-sidebar .menu-open > .nav-link .white-arrow {
  display: inline-block;
}
.nav-sidebar .menu-open > .nav-link .black-arrow {
  display: none;
}
.c_right {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
}
.m_white {
  display: none;
}
.nav-sidebar .nav-item > .nav-link.m_menu.active .m_white {
  display: inline-block;
}
.nav-sidebar .nav-item > .nav-link.m_menu.active .m_black {
  display: none;
}
.nav-sidebar .nav-item > .nav-link.m_menu:hover .m_white {
  display: inline-block;
}
.nav-sidebar .nav-item > .nav-link.m_menu:hover .m_black {
  display: none;
}
.nav-sidebar .menu-open > .nav-link .m_white {
  display: inline-block;
}
.nav-sidebar .menu-open > .nav-link .m_black {
  display: none;
}
.nav-sidebar > .nav-item.menu-open > .nav-link.m_menu {
  background-color: var(--primary_lightorange);
  color: #fff !important;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.sidebar-mini.layout-fixed.sidebar-collapse
  .nav-sidebar
  > .nav-item
  .m_menu
  .nav-icon {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.sidebar-mini.sidebar-collapse
  .main-sidebar
  .nav.nav-pills
  .nav-item.menu-open
  .nav.nav-treeview {
  display: none !important;
}
.sidebar-mini.layout-fixed.sidebar-collapse
  .main-sidebar.sidebar-light-primary.elevation-4:hover
  .sidebar
  .nav
  .nav-item.menu-open
  .nav-treeview {
  display: block;
}
.sidebar-mini.sidebar-collapse.layout-fixed
  .main-sidebar:hover
  .nav-item.menu-open
  .nav.nav-treeview {
  display: block !important;
}
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
  margin-top: calc(5.5rem + 1px);
}

@media (min-width: 992px) {

  .sidebar-mini.sidebar-collapse .content-wrapper {

    margin-left: 0 !important;

  }

  .sidebar-mini.sidebar-collapse .main-sidebar,

  .sidebar-mini.sidebar-collapse .main-sidebar::before {

    margin-left: 0;

    width: 0;

  }

  .sidebar-mini.sidebar-collapse .main-header {

    margin-left: 0rem!important;

 }

}
/********************************************/
/*Sidebar End*/
/********************************************/

/********************************************/
/*Custom Tabs Start*/
/********************************************/
.customTabsGroup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.rightTabs {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.rightTabs .filter {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-right: 8px;
}
.rightTabs .share {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-right: 8px;
}
.rightTabs .upload {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.rightTabs .filter img {
  width: 20px;
  filter: grayscale(100%);
  transition: all 0.5s ease;
  cursor: pointer;
}
.rightTabs .share img {
  width: 20px;
  filter: grayscale(100%);
  transition: all 0.5s ease;
  cursor: pointer;
}
.rightTabs .upload img {
  width: 20px;
  filter: grayscale(100%);
  transition: all 0.5s ease;
  cursor: pointer;
}
.rightTabs .filter img:hover {
  filter: grayscale(0);
}
.rightTabs .share img:hover {
  filter: grayscale(0);
}
.filterTableSec {
  position: absolute;
  right: 127px;
  top: 15px;
}
.filterTableUl {
  padding-left: 0;
  margin-bottom: 0;
}
.filterTableLi {
  position: relative;
  width: 30px;
  height: 30px;
  filter: grayscale(1);
  cursor: pointer;
  text-align: center;
  padding: 3px;
  z-index: 1;
  transition: 0.5 all ease;
}

.filterTableLi:hover {
  filter: grayscale(0);
}

.filterTableLi img {
  width: 20px;
}
.ftChilUl {
  list-style: none;
  padding-left: 0;
  background-color: #ffffff;
  position: absolute;
  transform: translate3d(-40px, 96px, 3px) !important;
  z-index: 1097;
  display: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
  top: -70px;
  right: -25px;
  min-width: 150px;
  max-height: 166px;
  overflow: auto;
}
.ftChilLi {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #706a6a;
  padding: 0.25rem 0.5rem;
  transition: all 0.5 ease;
  width: 100% !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ftChilUl li:nth-child(1) {
  font-size: 13px;
  padding: 0.25rem 0.5rem;
  display: block;
  font-weight: 600;
  background: var(--primary_darkSiemens);
  color: #fff;
  text-align: center;
  filter: grayscale(0);
}
.filterTableLi:hover .ftChilUl {
  display: block;
}
.ftChildTexy span {
  white-space: nowrap;
  margin-right: 10px;
}
.grid-search {
  position: absolute;
  top: 0;
  right: 122px;
}
.c-search {
  border: 1px solid #ccc;
  height: 30px;
  padding-left: 10px;
  outline: none;
  margin-left: 5px;
  border-radius: 4px;
  width: 182px;
  letter-spacing: 0px;
}
.form-control.c-search:focus {
  border-color: var(--primary_lightorange);
}
.form-control.c-search::placeholder {
  color: #6d6f70;
}
/* ******************* */
.share-list {
  list-style: none;
  padding-left: 0;
  background-color: #ffffff;
  position: absolute;
  transform: translate3d(-40px, 96px, 3px) !important;
  z-index: 1097;
  overflow: hidden;
  display: none;
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
  width: 160px;
  top: -70px;
  right: -25px;
}
.share-list li {
  border-bottom: 1px solid #f2f2f2;
  font-size: 13px;
  color: #706a6a;
  padding: 0.5rem 0.5rem;
  transition: all 0.5 ease;
  width: 100% !important;
  cursor: pointer;
}
.share-list li:last-child {
  border-bottom: 0;
}
.share-list li:nth-child(1) {
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  background: var(--primary_darkSiemens);
  color: #fff;
  text-align: center;
  border-bottom: 0;
}
.share-list li:nth-child(1):hover {
  background: var(--primary_darkSiemens);
  color: #fff;
}
.share-list li:hover {
  color: #ffffff;
  background-color: #706a6a;
}
.rightTabs .share:hover .share-list {
  display: block;
}
.rightTabs .upload:hover .share-list {
  display: block;
}
.rightTabs .share:hover img {
  filter: grayscale(0);
}
.rightTabs .upload:hover img {
  filter: grayscale(0);
}
/********************************************/
/*Custom Tabs End*/
/********************************************/

/********************************************/
/*Manage Organisation Start*/
/********************************************/
.pl1 {
  padding-left: 1rem !important;
}
.pr1 {
  padding-right: 1rem !important;
}
.actionTd {
  display: flex;
}
.manageOrdTabs {
  position: relative;
}
.dasboardSideSec {
  display: flex;
  align-items: self-start;
  position: absolute;
  z-index: 9991;
  right: -99%;
  top: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

/* end  */
.toggleDasboard {
  left: -5px !important;
  margin-left: -2%;
  width: 104%;
  transition: all 0.5s ease;
}
.dashboardSideText {
  width: 26px;
  margin-right: -1px;
}
.dashboardSideText img {
  margin-top: 15px;
  cursor: pointer;
}
.dashboardSide {
  padding: 15px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  /* min-height: 550px; */
  min-height: 91vh;
  /* width: 1090px; */
  width: 98%;
}
/* end  */
@media (max-width: 1024px) {
  .dasboardSideSec {
    display: none;
  }
}
/* @media (max-width: 991px) {
  .dashboardSide {
    width: 740px;
  }
  .dasboardSideSec {
    right: -760px;
  }
}
@media (max-width: 767px) {
  .dasboardSideSec {
    display: none;
  }
} */
.manageOrdTabs ul.ctabpage {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.manageOrdTabs ul.ctabpage.tabCust li {
  flex: 1 3;
}
.max-height {
  min-height: 580px;
  overflow: hidden;
}
.manageOrdTabs ul.ctabpage li {
  width: 12%;
}
.manageOrdTabs ul.ctabpage li a {
  padding: 8px 0;
  margin: 0px 2px 0px 0px;
  text-align: center;
  background-color: var(--primary_darkSiemens);
  color: #ffff;
  display: block;
  transition: all 0.5s ease;
  border-top-left-radius: 0;
  border-top-right-radius: 17px;
  height: 35px;
  font-size: 12px;
  box-shadow: rgb(0 0 0 / 30%) 2.4px -1.6px 2.2px;
  transition: all 0.5s ease;
}
.manageOrdTabs ul.ctabpage li a.active {
  background: var(--primary_lightorange);
  color: #ffffff;
}
.manageOrdTabs ul.ctabpage li a.active:hover {
  background: #ffc106;
}
.manageOrdTabs ul.ctabpage li a:hover {
  background-color: #034949;
}
@media (max-width: 767px) {
  .manageOrdTabs ul.ctabpage {
    display: none;
  }
}

.org-tabs.nav-tabs .nav-item {
  flex: none !important;
  text-align: center;
  width: auto;
  margin-right: 7px;
}
.org-tabs.nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
}
.org-tabs.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  margin: 0;
  width: 30px;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  
}
.org-tabs.nav-tabs .nav-item.show .nav-link,
.org-tabs.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-radius: 0;
}
.org-tabs.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background-color: transparent !important;
  border-radius: 0;
}

/* single image */
.org-tabs.nav-tabs .nav-item.show .nav-link .d-tab,
.nav-tabs .nav-link .d-tab {
  width: 25px;
  filter: grayscale(100%);
}
.org-tabs.nav-tabs .nav-link.active .d-tab {
  filter: grayscale(0);
}
.org-tabs.nav-tabs .nav-item .nav-link:hover .d-tab {
  filter: grayscale(0);
}
.d-tree.head-bt{
	filter: brightness(0) invert(1);
}
.org-tabs.nav-tabs .nav-item.show .nav-link .d-tree,
.nav-tabs .nav-link .d-tree {
  width: 25px;
  filter: grayscale(100%);
}
.org-tabs.nav-tabs .nav-link.active .d-tree {
  filter: grayscale(0);
}
.org-tabs.nav-tabs .nav-item .nav-link:hover .d-tree {
  filter: grayscale(0);
}

.org-tabs.nav-tabs .nav-item.show .nav-link .d-add,
.nav-tabs .nav-link .d-add {
  width: 25px;
  filter: grayscale(100%);
}
.org-tabs.nav-tabs .nav-link.active .d-add {
  filter: grayscale(0);
}
.org-tabs.nav-tabs .nav-item .nav-link:hover .d-add {
  filter: grayscale(0);
}

.custom-tabs-page {
  padding: 15px;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  min-height: 87vh;
  transition: all 0.5 ease;
  overflow: hidden;
  position: relative;
  max-height: 87vh;
}
.custom-tabs-page2 {
  padding: 15px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  min-height: 87vh;
  transition: all 0.5 ease;
  overflow: hidden;
  position: relative;
}

.srchBar .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 16px;
  right: 165px;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
}
.srchBar .dataTables_wrapper.no-footer .dataTables_filter label input {
  border: 1px solid #ccc;
  height: 30px;
  padding-left: 10px;
  outline: none;
  margin-left: 5px;
  letter-spacing: 0.5px !important;
  font-size: 13px;
  color: #ccc;
  border-radius: 4px;
}
.srchBar .dataTables_wrapper.no-footer .dataTables_filter label input:focus {
  border-color: var(--primary_lightorange);
}
.srchBar table thead tr {
  box-shadow: rgb(100 100 111 / 20%) 0px 2px 6px 0px;
  background-color: var(--primary_siemens);
  color: #fff;
}
.srchBar table thead tr th {
  padding: 10px;
  font-size: 12px;
  border-bottom-width: 0.5px;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.srchBar table tbody tr td {
  padding: 8px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.dataTables_info {
  display: none;
}
.paginate_button {
  background-color: #ffffff;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  border: 1px solid #dee2e6;
  cursor: pointer;
  color: #8a8484;
  font-size: 13px;
  transition: all 0.5s ease;
}
.paginate_button:hover {
  background-color: var(--primary_lightorange);
  color: #ffffff;
}
.paginate_button.disabled:hover {
  background-color: transparent;
  color: #8a8484;
}
.paginate_button.current {
  background-color: var(--primary_lightorange);
  color: #ffffff;
}
.paginate_button.disabled {
  opacity: 0.4;
  cursor: no-drop;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 15px !important;
}
.w-16 {
  width: 16px;
}
.w-12 {
  width: 12px;
}
.share-sec {
  position: absolute;
  top: 50px;
  right: 57px;
  width: 30px;
  height: 30px;
  padding: 1px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-sec .share-list {
  list-style: none;
  padding-left: 0;
  background-color: #ffffff;
  position: absolute;
  transform: translate3d(-40px, 96px, 3px) !important;
  z-index: 9;
  overflow: hidden;
  display: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
  width: 160px;
  top: -70px;
  right: -25px;
}
.share-sec:hover .share-list {
  display: block;
}
.share-sec .share-list li {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #706a6a;
  padding: 0.5rem 0.5rem;
  transition: all 0.5 ease;
}
.share-sec .share-list li:nth-child(1) {
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  background: var(--primary_darkSiemens);
  color: #fff;
  text-align: center;
}
.share-sec .share-list li:nth-child(1):hover {
  background: var(--primary_darkSiemens);
  color: #fff;
}
.share-sec .share-list li:hover {
  color: #ffffff;
  background-color: #706a6a;
}
.share-sec .icon-share-dark {
  display: none;
  width: 100%;
}
.share-sec .icon-share {
  width: 100%;
}
.share-sec:hover .icon-share {
  display: none;
}
.share-sec:hover .icon-share-dark {
  display: inline-block;
}
/* .share-drop {
} */

.filter-sec {
  position: absolute;
  top: 50px;
  right: 90px;
  width: 30px;
  height: 30px;
  padding: 1px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-sec .fitlerImg {
  width: 18px;
  filter: grayscale(100%);
  transition: all 0.5 ease;
}
.filter-sec .fitlerImg:hover {
  filter: grayscale(0);
}

.shares-sec {
  position: absolute;
  top: 50px;
  right: 57px;
  width: 30px;
  height: 30px;
  padding: 1px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shares-sec .shares {
  width: 18px;
  filter: grayscale(100%);
  transition: all 0.5 ease;
}
.shares-sec .share-list {
  list-style: none;
  padding-left: 0;
  background-color: #ffffff;
  position: absolute;
  transform: translate3d(-40px, 96px, 3px) !important;
  z-index: 9;
  overflow: hidden;
  display: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
  width: 160px;
  top: -70px;
  right: -25px;
}
.shares-sec:hover .shares {
  filter: grayscale(0);
}
.shares-sec:hover .share-list {
  display: block;
}
.shares-sec .share-list li {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #706a6a;
  padding: 0.5rem 0.5rem;
  transition: all 0.5 ease;
}
.shares-sec .share-list li:nth-child(1) {
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  background: var(--primary_darkSiemens);
  color: #fff;
  text-align: center;
}
.shares-sec .share-list li:nth-child(1):hover {
  background: var(--primary_darkSiemens);
  color: #fff;
}
.shares-sec .share-list li:hover {
  color: #ffffff;
  background-color: #706a6a;
}

.shares-sec .shares:hover .share-list {
  display: block;
}
/* ******************************************** */
.upload-sec {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 1px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-sec .uploadImg {
  width: 18px;
  filter: grayscale(100%);
  transition: all 0.5 ease;
}
.upload-sec .share-list {
  list-style: none;
  padding-left: 0;
  background-color: #ffffff;
  position: absolute;
  transform: translate3d(-40px, 96px, 3px) !important;
  z-index: 9;
  overflow: hidden;
  display: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
  width: 160px;
  top: -70px;
  right: -25px;
}
.upload-sec:hover .uploadImg {
  filter: grayscale(0);
}
.upload-sec:hover .share-list {
  display: block;
}
.upload-sec .share-list li {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #706a6a;
  padding: 0.5rem 0.5rem;
  /* text-align: center; */
  transition: all 0.5 ease;
}
.upload-sec .share-list li:nth-child(1) {
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  background: var(--primary_darkSiemens);
  color: #fff;
  text-align: center;
}
.upload-sec .share-list li:nth-child(1):hover {
  background: var(--primary_darkSiemens);
  color: #fff;
}
.upload-sec .share-list li:hover {
  color: #ffffff;
  background-color: #706a6a;
}

.upload-sec .uploadImg:hover .share-list {
  display: block;
}
.share-drop .type {
  margin-bottom: 0;
  padding: 0.5rem 0.25rem;
  font-weight: 600;
  font-size: 13px;
}
.share-drop .shareType {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.5rem;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  color: var(--text_primary);
  font-size: 13px;
}
@media (max-width: 767px) {
  .shares-sec {
    top: 15px;
  }
  .filter-sec {
    top: 15px;
  }
  .upload-sec {
    top: 15px;
  }
}
.actionTd {
  text-align: center;
  justify-content: center;
}
.actionTd img {
  margin: 0 2px;
  opacity: 0.8;
  width: 14px;
  transition: all 0.5 ease;
  cursor: pointer;
}
.actionTd img:hover {
  opacity: 1;
}
.tview-icon {
  background-color: var(--primary_orange);
  border-radius: 4px;
  margin: 0 1px;
  width: 20px;
  height: 20px;
}
.tview-icon img {
  opacity: 1;
  width: 14px;
  filter: brightness(0) invert(1);
}
.tedit-icon {
  background-color: var(--primary_blue);
  border-radius: 4px;
  margin: 0 1px;
  width: 20px;
  height: 20px;
}
.tedit-icon img {
  opacity: 1;
  width: 14px;
  filter: brightness(0) invert(1);
}
.tdelete-icon {
  background-color: var(--danger);
  border-radius: 4px;
  margin: 0 1px;
  width: 20px;
  height: 20px;
}
.tdelete-icon img {
  opacity: 1;
  width: 14px;
  filter: brightness(0) invert(1);
}
.create-org-form {
  border-radius: 0;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin-bottom: 0;
}
.card-header {
  background-color: var(--primary_siemens) !important;
  border-radius: 0;
  padding: 0.5rem 1.25rem;
}
.card-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.breadcumb {
  color: rgb(102, 101, 101);
  font-size: 13px;
  margin-bottom: 0;
  margin-bottom: 15px;
  text-align: right;
}
.create-org-form label {
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}
.create-org-form .form-control {
  font-size: 13px;
}
.select2-container--default .select2-selection--single {
  height: 38px !important;
  border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #80bdff !important;
  /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 13px;
  letter-spacing: 0.5px;
}
.select2-container--default .select2-results__option {
  font-size: 13px;
  letter-spacing: 0.5px;
}
.create-org-form .addmore {
  background-color: var(--primary_siemens);
  border: 1px solid var(--primary_siemens);
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
}
.create-org-form .cancelbtn {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
}
.create-org-form .savebtn {
  background-color: var(--primary_siemens);
  border: 1px solid var(--primary_siemens);
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
}
.create-org-form .nexbtn {
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .srchBar {
    overflow-x: scroll;
  }
  .srchBar .dataTables_wrapper.no-footer .dataTables_filter label {
    position: unset;
  }
  .pl1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pr1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .create-org-form .cancelbtn {
    width: 49%;
  }
  .create-org-form .savebtn {
    width: 49%;
  }
}

/* tree view */
ul.listree {
  list-style: none;
  padding-left: 0;
}
.listree-submenu-heading.expanded:before {
  content: "-";
  background-image: url("../img/icons/org-file.png");
  padding: 3px 12px;
  position: relative;
  left: -9px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.listree-submenu-heading.two.expanded:before {
  background-image: url("../img/icons/org-file2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.listree-submenu-heading.two.collapsed:before {
  background-image: url("../img/icons/org-file2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.listree-submenu-heading.collapsed:before {
  content: "+";
  padding: 3px 10px;
  position: relative;
  left: -9px;
  background-image: url("../img/icons/org-file.png");
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.listree-submenu-heading {
  cursor: pointer;
  padding: 5px 0;
  font-size: 13px;
  color: var(--text_primary);
  letter-spacing: 0.5px;
}
.treeHeight {
  height: 467px;
  overflow: hidden;
}
.treeHeight:hover {
  overflow-y: scroll;
}
.listree-submenu-items li {
  margin: 5px 15px;
}

.listree-submenu-items li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  position: relative;
}
.listree-submenu-items li a label {
  font-weight: 100 !important;
  margin-bottom: 0;
  cursor: pointer;
}
.listree-submenu-items li a img {
  width: 24px;
}
ul.listree-submenu-items {
  padding-left: 30px;
}
.actIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listree-submenu-items li a .share-list {
  list-style: none;
  padding-left: 0;
  background-color: #ffffff;
  position: absolute;
  transform: translate3d(-40px, 96px, 3px) !important;
  z-index: 9;
  overflow: hidden;
  display: none;
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
  width: 160px;
  top: -98px;
  left: 118px;
}
.listree-submenu-items li a:hover .share-list {
  display: block;
}
.listree-submenu-items li a .share-list li {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #706a6a;
  padding: 0.5rem 0.5rem;
  transition: all 0.5 ease;
  margin: 0;
}
.listree-submenu-items li a .share-list li:last-child {
  border-bottom: 0;
}
.listree-submenu-items li a .share-list li:nth-child(1) {
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  background: var(--primary_darkSiemens);
  color: #fff;
  text-align: center;
  margin: 0;
  border-bottom: 0;
}
.listree-submenu-items li a .share-list li:nth-child(1):hover {
  background: var(--primary_darkSiemens);
  color: #fff;
}
.listree-submenu-items li a .share-list li:hover {
  color: #ffffff;
  background-color: #706a6a;
}
.activtygantt {
  display: flex;
  align-items: center;
}
.activtygantt img {
  width: 28px;
}
.activtygantt label {
  margin-bottom: 0;
  cursor: pointer;
}
.listree-submenu-items li .treeDiv {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  position: relative;
}
.listree-submenu-items li .treeDiv label {
  font-weight: 100 !important;
  margin-bottom: 0;
  cursor: pointer;
}
.listree-submenu-items li .treeDiv img {
  width: 24px;
}
.listree-submenu-items li .treeDiv .share-list {
  list-style: none;
  padding-left: 0;
  background-color: #ffffff;
  position: absolute;
  transform: translate3d(-40px, 96px, 3px) !important;
  z-index: 9;
  overflow: hidden;
  display: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
  width: 160px;
  top: -80px;
  left: 89px;
}
.listree-submenu-items li .treeDiv:hover .share-list {
  display: block;
}
.listree-submenu-items li .treeDiv .share-list li {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #706a6a;
  padding: 0;
  transition: all 0.5 ease;
  margin: 0;
}
.listree-submenu-items li .treeDiv .share-list li a {
  color: #706a6a;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.5rem;
}
.listree-submenu-items li .treeDiv .share-list li a:hover {
  color: #fff;
}
.listree-submenu-items li .treeDiv .share-list li:nth-child(1) {
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  background: var(--primary_darkSiemens);
  color: #fff;
  text-align: center;
  margin: 0;
}
.listree-submenu-items li .treeDiv .share-list li:nth-child(1):hover {
  background: var(--primary_darkSiemens);
  color: #fff;
}
.listree-submenu-items li .treeDiv .share-list li:hover {
  color: #ffffff;
  background-color: #706a6a;
}
/* ****** */
.data-list {
  list-style: none;
  padding-left: 0;
  background-color: #ffffff;
  position: absolute;
  transform: translate3d(-40px, 96px, 3px) !important;
  z-index: 9;
  overflow: hidden;
  display: none;
  background-clip: padding-box;
  top: -98px;
  left: 160px;
}
.data-list table,
.data-list tr,
.data-list th,
.data-list td {
  border: 1px solid #ccc;
  padding: 8px;
  color: #7d7878;
  font-size: 12px;
  text-align: center;
}
.data-list table thead tr {
  box-shadow: rgb(100 100 111 / 20%) 0px 2px 6px 0px;
  background-color: var(--primary_siemens);
  color: #fff;
}
.data-list table {
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}
.data-list table thead,
.data-list table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.data-list th {
  font-weight: 100;
  color: #fff;
}
.data-list li {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #706a6a;
  padding: 0.5rem 0.5rem;
  transition: all 0.5 ease;
  margin: 0;
}
.data-list li:hover {
  color: #ffffff;
  background-color: #706a6a;
}
.listree-submenu-items li .attrrShow:hover .data-list {
  display: block;
}
.listree-submenu-items li .attrrShow {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: var(--text_primary);
  cursor: pointer;
}
/* ****** */
/* view profile modal */
#viewProfileModal .modal-content {
  border-radius: 0;
}
#viewProfileModal .modal-header {
  padding: 15px 16px;
  background-color: var(--primary_siemens);
  border-radius: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#viewProfileModal .modal-header .modal-title {
  font-size: 14px;
  color: #ffffff;
}
#viewProfileModal .modal-header .close {
  font-weight: 100;
  color: #ffffff;
  opacity: 1;
  font-size: 18px;
}
#viewProfileModal .modal-header .close span {
  border: 1px solid #fff;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: var(--primary_siemens);
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  transition: all 0.5 ease;
}
#viewProfileModal .modal-header .close span:hover {
  background-color: #007979;
}
#viewProfileModal .view-org-det {
  background-color: #ffffff;
  padding: 10px 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 15px;
  border-radius: 7px;
}
#viewProfileModal .view-org-det label {
  font-size: 13px;
  margin-bottom: 0;
}
#viewProfileModal .view-org-det p {
  font-size: 14px;
  margin-bottom: 0;
  color: #706a6a;
}
#viewProfileModal .modal-footer {
  padding: 4px 0.75rem;
  background-color: #f2f2f2;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#viewProfileModal .cancelbtn {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #ffffff;
  width: 100px;
  height: 38px;
  transition: all 0.5s ease;
}
/* ******************************************* */
/* edit profile modal */
/* ******************************************* */
#editProfileModal {
  padding-right: 0 !important;
}
#editProfileModal .modal-content {
  border-radius: 0;
}
#editProfileModal .modal-header {
  padding: 15px 16px;
  background-color: var(--primary_siemens);
  border-radius: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#editProfileModal .modal-header .modal-title {
  font-size: 14px;
  color: #ffffff;
}
#editProfileModal .modal-header .close {
  font-weight: 100;
  color: #ffffff;
  opacity: 1;
  font-size: 18px;
}
#editProfileModal .modal-header .close span {
  border: 1px solid #fff;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: var(--primary_siemens);
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  transition: all 0.5 ease;
}
#editProfileModal .modal-header .close span:hover {
  background-color: #007979;
}
#editProfileModal .modal-body label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
#editProfileModal .modal-body .form-control {
  font-size: 13px;
}
#editProfileModal .modal-footer {
  padding: 4px 0.75rem;
  background-color: #f2f2f2;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#editProfileModal .cancelbtn {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #ffffff;
  width: 100px;
  height: 38px;
  transition: all 0.5s ease;
}
#editProfileModal .savebtn {
  background-color: var(--primary_siemens);
  border: 1px solid var(--primary_siemens);
  color: #ffffff;
  width: 100px;
  height: 38px;
  transition: all 0.5s ease;
}
/* ******************************************* */
/* edit profile modal */
/* ******************************************* */

/* ******************************************* */
/* custom modal Start */
/* ******************************************* */
.modalCustom {
  padding-right: 0 !important;
  z-index: 9991;
  background: rgba(27, 28, 29, 0.6);
}
.modalCustom .modal-content {
  border-radius: 5px;
}
.modalCustom .modal-header {
  padding: 10px 16px;
  border-radius: 0;
  box-shadow: none;
  align-items: flex-start;
}
.modalCustom .modal-header .modal-title {
  font-size: 14px;
  color: #ffffff;
  background-color: var(--primary_blue);
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.modalCustom .modal-header .close {
  font-weight: 100;
  color: #ffffff;
  opacity: 1;
  font-size: 18px;
  padding: 15px 6px;
}
.modalCustom .modal-header .close span {
  padding: 3px 8px;
  border-radius: 4px;
  background-color: var(--primary_siemens);
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  transition: all 0.5 ease;
}
.modalCustom .modal-header .close span:hover {
  background-color: #007979;
}
.modalCustom .modal-body {
  max-height: 500px;
  overflow: auto;
}
.modalCustom .modal-body label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.modalCustom .modal-body .form-control {
  font-size: 13px;
}
.modalCustom .modal-footer {
  padding: 4px 0.75rem;
  background-color: #fff;
  border-top: 0;
}
.modalCustom .cancelbtn {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
  line-height: 9px;
}
.modalCustom .savebtn {
  background-color: var(--primary_siemens);
  border: 1px solid var(--primary_siemens);
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
  line-height: 9px;
}
.modalCustom a.btn {
  line-height: 22px;
}

.modalCustom .editbtn {
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
  line-height: 22px;
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.modalCustom .editbtn:hover {
  opacity: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* ******************************************* */
/* custom modal End */
/* ******************************************* */

.usrSrchnone {
  display: none;
}
.userSIcon {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.userSIcon li {
  margin-right: 10px;
}
.userSIcon li img {
  width: 25px;
  cursor: pointer;
}
.alreadyUser {
  background-color: var(--primary_grey);
  padding: 5px 7px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
  text-align: center;
}
.alreadyUser label {
  cursor: pointer;
  color: #ffffff;
}
.alreadyUser input {
  cursor: pointer;
}
.footerPadd {
  padding: 0.75rem 1.25rem;
}
.formHeight {
  min-height: 75vh;
  max-height: 75vh;
  overflow: auto;
}
.formHeight.o-input {
  min-height: 71vh;
  max-height: 71vh;
  overflow: auto;
}
.formHeight.b-page {
  min-height: 79vh;
  max-height: 79vh;
  overflow: auto;
}
.formHeight2 {
  min-height: 390px;
  max-height: 390px;
  overflow: auto;
}
.formHeight3 {
  min-height: 414px;
  max-height: 414px;
  overflow: auto;
}
.assigninput {
  width: 100px;
  margin-right: 0;
}
.w100 {
  width: 100px !important;
}

/* custom chechbox */
.regular-checkbox {
  display: none;
}

.regular-checkbox + label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.regular-checkbox + label:active,
.regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked + label {
  background-color: var(--primary_siemens);
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked + label:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #ffffff;
}
/* ******************************** */
.privlegCard {
  padding: 15px;
  margin: 1px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #dee2e6;
}
.privlegCard label {
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
}
.radioGroup {
  display: flex;
  align-items: center;
  background-color: var(--primary_grey);
  padding: 5px 7px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
  text-align: center;
  margin-bottom: 15px;
}
.radioGroup .radioList {
  display: flex;
  align-items: center;
}
.radioGroup label {
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600 !important;
}
.addmore {
  background-color: var(--primary_siemens);
  border: 1px solid var(--primary_siemens);
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
  opacity: 0.8;
}
.addmore:hover {
  opacity: 1;
  color: #ffffff;
}
.cancelbtn {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
  opacity: 0.8;
}
.cancelbtn:hover {
  opacity: 1;
  color: #ffffff;
}
.savebtn {
  background-color: var(--primary_siemens);
  border: 1px solid var(--primary_siemens);
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  opacity: 0.8;
  transition: all 0.5s ease;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.savebtn:hover {
  opacity: 1;
  color: #ffffff;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.approvalbtn {
  background-color: var(--primary_blue);
  border: 1px solid var(--primary_blue);
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.approvalbtn:hover {
  opacity: 1;
  color: #ffffff;
}
.approvedbtn {
  background-color: var(--primar_gren);
  border: 1px solid var(--primar_gren);
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.approvedbtn:hover {
  opacity: 1;
  color: #ffffff;
}
.nexbtn {
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  color: #ffffff;
  width: 85px;
  height: 35px;
  font-size: 13px;
  opacity: 0.8;
  transition: all 0.5s ease;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.nexbtn:hover {
  opacity: 1;
  color: #ffffff;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
/********************************************/
/*Manage Organisation End*/
/********************************************/

/********************************************/
/*User Profile End*/
/********************************************/
.profile-picture {
  background-color: #ffffff;
  /* border-radius: 4px; */
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  /* padding: 15px; */
  min-height: 376px;
}
.profile-sec2 {
  text-align: center;
  height: 100px;
  position: relative;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
}
.profile-sec3 {
  background-color: var(--primary_lightorange);
  text-align: center;
  height: 100px;
  position: relative;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
}
.profile-sec3 label {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}
.profile-sec3 p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}
.prof-img {
  width: 100px;
  border: 5px solid #ffcb2e;
  border-radius: 50%;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  position: absolute;
  bottom: -50px;
  z-index: 9;
  padding: 5px;
  background-color: #ffffff;
  height: 100px;
  object-fit: contain;
}
.prof-det-sec {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  background: #ffffff;
  padding: 7px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 7%) 1.95px 1.95px 2.6px;
}
.prof-det-sec label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.prof-det-sec p {
  margin-bottom: 0;
  font-size: 13px;
  color: var(--text_primary);
}
.profAboutme {
  height: 43px;
  overflow: hidden;
  white-space: unset !important;
}
.prof-icon {
  width: 42px;
  border: 1px solid var(--primary_lightorange);
  border-radius: 7px;
  padding: 6px;
  margin-right: 15px;
}
.profShorDet {
  padding: 0px 15px;
}
.profShorDetText {
  border-top: 1px solid #f2f2f2;
  padding: 5px 0;
}
.profShorDetText2 {
  border-bottom: 1px solid #f2f2f2;
}
.profShorDet label {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #716e6e;
  margin-bottom: 0;
}
.profShorDet p {
  margin-bottom: 0;
  font-size: 12px;
  color: #716e6e;
}
.prof-edit-btn button {
  width: 100%;
  border: 0;
  text-align: left;
  padding: 8px 15px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 12px;
  background: transparent;
  border: 1px solid #ffffff;
  background-color: var(--primary_lightorange);
  font-weight: 600;
}
.profileTabs .nav-tabs {
  border-bottom: 0 !important;
}
.profileTabs .nav-item {
  flex: unset;
}
.profileTabs .nav-item .nav-link {
  margin-right: 2px;
  padding: 8px 0;
  text-align: center;
  background-color: var(--primary_darkSiemens);
  color: #ffff;
  display: block;
  transition: none;
  border-top-left-radius: 0;
  border-top-right-radius: 17px;
  height: 35px;
  font-size: 13px;
  box-shadow: rgb(0 0 0 / 30%) 2.4px -1.6px 2.2px;
  width: 200px;
}
.profileTabs .nav-item .nav-link:hover {
  background-color: var(--primary_lightorange) !important;
}

.profileTabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--primary_lightorange);
}
.profileTabs .tab-content {
  background-color: #ffffff;
  padding: 15px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  min-height: 550px;
}
/********************************************/
/*User Profile End*/
/********************************************/

/********************************************/
/*Super Admin Start*/
/********************************************/
.planInput {
  height: 35px;
}
.planCheckboxTd {
  padding-bottom: 3px !important;
  text-align: center;
  padding-top: 7px !important;
}
.srchBar.planTable table tbody tr td {
  padding: 5px 4px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.new-plan-sec {
  padding: 0 0 15px 0;
}
.new-plan {
  color: #fff !important;
  background-color: var(--primary_lightorange);
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
}
/********************************************/
/*Super Admin End*/
/********************************************/

/********************************************/
/*Signup Modal Start*/
/********************************************/
.socialIcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  list-style: none;
}
.socialIcon li {
  flex: 1 3;
  margin: 10px;
}
.socialIcon li a {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 4px;
  text-align: center;
  display: block;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 4px;
}
.socialIcon li a img {
  width: 25px;
}
.h-an-ac p {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.h-an-ac a {
  font-size: 17px;
  font-weight: 100;
  margin-left: 4px;
  color: var(--primary_siemens);
}
.termText p {
  font-size: 11px;
  color: #6f6a6a;
  margin-bottom: 0;
}
.termText a {
  margin-left: 4px;
  color: var(--primary_siemens);
}
.signupMaxHeight {
  max-height: 500px;
  overflow-y: auto;
}
.f-password a {
  font-size: 13px;
  color: var(--primary_siemens);
}
.otp_code {
  max-width: 240px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.otp_code .code {
  margin: 0 5px;
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  width: 20%;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}
.resendOtp p {
  font-size: 13px;
  color: #6f6a6a;
  margin-bottom: 0;
}
.resendOtp a {
  margin-left: 4px;
  color: var(--primary_siemens);
}
/********************************************/
/*Signup Modal End*/
/********************************************/

/********************************************/
/*Add Loacation Start*/
/********************************************/
.formSidebar {
  position: absolute;
  z-index: 99999;
  left: -370px;
  transition: all 0.5s ease;
  top: 5px;
  bottom: 5px;
  background: #fff;
}
.formSidebarContent {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 370px;
}
.locationSidebarImg.for-qc{
  background-color: #ffffff;
  border-radius: 0 30px 30px 0;
  width: 30px;
  padding: 6px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 30px);
  right: -30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.locationSidebarImg.for-qc:hover{
  background-color: #f2f2f2;
}
.locationSidebarImg.for-qc img{
  transform: rotate(-90deg);
  width: 100%;
}
.formSidebar.toggleLocationSide .locationSidebarImg.for-qc {
    padding: 9px 11px 9px 1px;
}
.formSidebar.toggleLocationSide .locationSidebarImg.for-qc img{
  transform: rotate(90deg);
}


.locationSidebar {
    position: absolute;
    z-index: 1036;
    left: -370px;
    transition: all 0.5s ease;
    top: 5px;
    bottom: 5px;
    background: #fff;
    
}
.toggleLocationSide {
  left: 0px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.locationSidebarContent {
  background-color: #ffffff;
  width: 370px;
}
.locationSidebarContent.other {
  height: 582px;
  max-height: 582px;
}
.locationSidebarImg {
  cursor: pointer;
  position: absolute;
    top: 0;
    right: -36px;
  
}
.locationSidebarImg img {
  width: 36.5px;
}
.mapouter {
  position: relative;
  text-align: right;
  height: 87vh;
  width: 100%;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}
.cust-map-icon {
  position: absolute;
  z-index: 1096;
  top: 10px;
  right: 10px;
}
.cust-map-c-icon{
  position: absolute;
  z-index: 1111;
  left: calc(47% - 170px);
  left: calc(47% - 170px);
  top: 8px;
  padding: 5px;
    text-align: center;
    display: flex;
    align-items: baseline;
}
.cust-map-c-icon a{
  border: 0;
  border-radius: 4px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 10px;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 5px;
}
.cust-map-c-icon a:hover{
  background-color: #f2f2f2;
}
.cust-map-c-icon a img{
  width: 100%;
  /* filter: brightness(0%); */
}
.map-ul {
  padding-left: 0;
}
.map-ul-li {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin-bottom: 5px;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
  position: relative;
}
.map-ul-li .map-ul-li-img {
  width: 100%;
  filter: brightness(0%);
}
.map-ul-li:hover .map-ul-li-img {
  filter: grayscale(0);
}

/* *************************** */
.map-list {
  list-style: none;
  padding-left: 0;
  background-color: #ffffff;
  position: absolute;
  z-index: 99;
  overflow: hidden;
  display: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
  width: 160px;
  right: 25px;
  top: 0;
}
.map-list li {
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  color: #706a6a;
  padding: 0.2rem 0.2rem;
  transition: all 0.5 ease;
  width: 100% !important;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.map-list li:nth-child(1) {
  font-size: 11px;
  padding: 0.2rem 0.2rem;
  display: block;
  font-weight: 600;
  background: var(--primary_darkSiemens);
  color: #fff;
  text-align: center;
}
.map-list li:nth-child(1):hover {
  background: var(--primary_darkSiemens);
  color: #fff;
}
.map-list li:hover {
  color: #ffffff;
  background-color: #706a6a;
}

.map-ul-li:hover .map-list {
  display: block;
}
/* /* *********************** */
.editor-list-div {
  list-style: none;
  display: none;
}
.editor-list-ul {
  list-style: none;
  padding-left: 0;
}
.editor-list-ul-li {
  width: 25px;
  height: 25px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  background-color: #ffffffd6;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}
.editor-list-ul-li .editor-list-img {
  width: 100%;
  filter: brightness(0%);
}
.editor-list-ul-li:hover .editor-list-img {
  filter: grayscale(0);
}
/********************************************/
/*Add Loacation End*/
/********************************************/

/********************************************/
/*footer End*/
/********************************************/
footer.pbyfooter {
  padding: 2px 1rem;
  text-align: right;
  background-color: #ffffff;
}
footer.pbyfooter img {
  width: 130px;
}
/********************************************/
/*footer End*/
/********************************************/

/********************************************/
/*Leaflet Map Start*/
/********************************************/
.leaflet-container {
  height: 540px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.leaflet-container.other {
  height: 570px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.leaflet-container.other1-1 {
  height: 517px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.leaflet-container.short {
  height: 424px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.leaflet-container.custOther {
  height: 424px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
/********************************************/
/*Leaflet Map End*/
/********************************************/
/********************************************/
/*Add Project Start*/
/********************************************/
.plForm label {
  font-size: 13px;
  font-weight: 100 !important;
}
.plForm label span {
  font-size: 12px;
  color: #736f6f;
}
.add-location-symbol {
  padding: 10px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  height: 544px;
  overflow: hidden;
  max-height: 544px;
}
.plForm {
  overflow-y: auto;
  max-height: 479px;
  overflow-x: hidden;
  width: 100%;
  padding: 10px;
}

.choseLineSec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  margin-bottom: 15px;
  height: 38px;
  border-radius: 4px;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}
.choseLineText {
  font-size: 13px;
}
.choseLineBtn {
  position: relative;
}
.choseLineBtn button {
  font-size: 13px;
  border: 0;
  color: #fff;
  background-color: var(--primary_grey);
  border-radius: 4px;
  padding: 5px 5px;
}
.lineUl {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  width: 100%;
  z-index: 9;
}
.lineUlLi {
  text-align: center;
  color: #000000;
  font-size: 11px;
  transition: all 0.5s ease;
}
.lineUlLi:hover {
  background-color: #ccc;
}
.lineUlLi a {
  color: #000000;
}
.choseLineSec:hover .lineUl {
  display: block;
}
.pLTable {
  overflow: auto;
  max-height: 350px;
}
.pLTable.two {
  overflow: auto;
  min-height: 47vh;
  max-height: 47vh;
}
.pLTable table {
  width: 100%;
  margin-bottom: 15px;
}
.pLTable table thead tr th {
  border: 1px solid #f2f2f2;
  font-size: 13px;
  background-color: var(--primary_siemens);
  color: #fff;
  font-weight: 100;
  padding: 5px 10px;
  white-space: nowrap;
}
.pLTable table tbody tr td {
  border: 1px solid #f2f2f2;
  font-size: 13px;
  padding: 5px 10px;
  height: 50px;
}
.iconTab {
  border-bottom: 0;
  margin-bottom: 15px;
}
.iconTab .nav-item {
  border: 1px solid #fff;
}
.iconTab .nav-item .nav-link {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #000;
  background-color: #ccc;
  width: 100%;
  border-radius: 4px;
}
.iconTab .nav-item .nav-link.active {
  background-color: var(--primary_lightorange);
  color: #ffffff;
}
.iconTab .nav-item .nav-link.active:hover {
  background-color: var(--primary_lightorange) !important;
  color: #ffffff;
}
.iconTab .nav-item:hover {
  background-color: var(--primary_lightorange);
  color: #ffffff;
  border-radius: 4px;
}
.iconTab .nav-item .nav-link:hover {
  background-color: var(--primary_lightorange);
  color: #ffffff;
}
.smileyCard {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  max-height: 150px;
  overflow: auto;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
}
.smileyCard ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
}
.smileyCard ul li {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32.17px;
  border-radius: 4px;
}
.smileyCard ul li a {
  display: block;
  /* width: 20px; */
  width: 25px;
}
.smileyCard ul li a img {
  width: 100%;
}
.smileyCard ul li:hover {
  background-color: var(--primary_lightorange);
}
.sbIcon.active {
  background-color: var(--primary_lightorange);
}
.bmIcon.active {
  background-color: var(--primary_lightorange);
}
.icon-list.active {
  background-color: var(--primary_lightorange);
}
.icon-list1.active {
  background-color: var(--primary_lightorange);
}
.survey-btn {
  border: 0;
  font-size: 13px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
  display: block;
}
.uploal-btn {
  border: 0;
  font-size: 13px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
}
.url-btn {
  border: 0;
  font-size: 13px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
}
.maps-tab {
  border-bottom: 0px;
}
.maps-tab .nav-item {
  margin: 0 2px;
}
.maps-tab .nav-item .nav-link {
  padding: 8px 0;
  text-align: center;
  background-color: var(--primary_darkSiemens);
  color: #ffff;
  display: block;
  transition: all 0.5s ease;
  border-top-left-radius: 0;
  border-top-right-radius: 17px;
  height: 35px;
  font-size: 12px;
  width: 100%;
  box-shadow: rgb(0 0 0 / 30%) 2.4px -1.6px 2.2px;
  transition: all 0.5s ease;
}
.maps-tab .nav-item .nav-link.active {
  background-color: var(--primary_lightorange);
}
.maps-tab .nav-item .nav-link.active:hover {
  background-color: var(--primary_lightorange) !important;
  color: #ffffff;
}
.maps-tab .nav-item:hover {
  background-color: var(--primary_lightorange);
  border-top-left-radius: 0;
  border-top-right-radius: 17px;
}
.maps-tab .nav-item .nav-link:hover {
  background-color: var(--primary_lightorange);
  color: #ffffff;
}
.pLTableCheck {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.pLTableClose {
  font-size: 20px;
  cursor: pointer;
}
.cp-maxHeight {
  max-height: 424px;
  overflow: auto;
  padding: 0 10px;
}
/********************************************/
/*Add Project End*/
/********************************************/
/********************************************/
/*hummingbird Start*/
/********************************************/
.sideHead {
  background-color: var(--primary_lightorange);
  height: 38px;
  padding: 5px 10px;
}
.sideHead label {
  font-size: 13px;
  color: #ffffff;
}
.custHumTree .treex-default-value {
  font-size: 13px;
  font-weight: 100;
}
.custHumTree .treex-default-collapse {
  width: 23px;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  height: auto;
  padding: 3px;
}
.custHumTree .treex-default-collapse:hover {
  background-color: #ffffff;
}
.custHumTree .treex-default-expand {
  width: 23px;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  height: auto;
  padding: 3px;
}
.custHumTree .treex-default-expand:hover {
  background-color: #ffffff;
}
/* ************************** */
.custHumTree .hummingbird-base {
  padding-left: 0;
}
.treeSearch {
  padding: 10px;
}
.treeSearch .input-group {
  width: 100%;
  margin-bottom: 10px;
}
.treeSearch .input-group .btn {
  width: 15%;
  border: 1px solid #cecece;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 5px;
  margin-right: -1px;
}
.treeSearch .input-group .form-outline {
  width: 85%;
}
.treeSearch .input-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.treeAllSec {
  display: flex;
}
.treeAllSec label {
  font-size: 11px;
  color: var(--primary_lightorange);
  margin-bottom: 0;
  cursor: pointer;
  text-align: center;
  font-weight: 100 !important;
}
.custHumTree label {
  font-size: 13px;
  font-weight: 100 !important;
}

/********************************************/
/*hummingbird End*/
/********************************************/

/********************************************/
/*Layer Tree Start*/
/********************************************/
.custHumTree {
  padding: 10px;
  max-height: 454px;
  overflow: auto;
}
.custHumTree .main_ul {
  padding-left: 0;
}
.custHumTree span {
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.custHumTree .inner_ul span {
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.5px;
  margin-left: 5px;
}
.plus,
.minus {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 16px 16px !important;
  width: 16px;
  height: 16px;
}

.plus {
  background-image: url(../img/icons/layer-plus.png);
  cursor: pointer;
}

.minus {
  background-image: url(../img/icons/layer-minus.png);
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0px 0px 0px 20px;
}

ul.inner_ul li:before {
  content: "├";
  font-size: 18px;
  margin-left: -11px;
  margin-top: -5px;
  vertical-align: middle;
  float: left;
  width: 8px;
  color: #41424e;
}

ul.inner_ul li:last-child:before {
  content: "└";
}

.inner_ul {
  padding: 0px 0px 0px 35px;
}
/********************************************/
/*Layer Tree End*/
/********************************************/

/********************************************/
/*gant chart Start*/
/********************************************/
.gantMaxHeight {
  max-width: 768px;
  min-width: 768px;
  overflow: auto;
}

.gantMaxHeight .chart {
  display: grid;
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
}
.gantMaxHeight .chart-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  background-color: #dcdcdc;
}
.gantMaxHeight .chart-row:nth-child(odd) {
  background-color: #c0c0c0;
}
.gantMaxHeight .chart-period {
  color: #fff;
  background-color: #708090 !important;
  border-bottom: 2px solid #000;
  grid-template-columns: 50px repeat(12, 1fr);
}
.gantMaxHeight .chart-lines {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  grid-template-columns: 50px repeat(12, 1fr);
}
.gantMaxHeight .chart-period > span {
  text-align: center;
  font-size: 13px;
  align-self: center;
  font-weight: bold;
  padding: 15px 0;
}
.gantMaxHeight .chart-lines > span {
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.gantMaxHeight .chart-row-item {
  background-color: #808080;
  border: 1px solid #000;
  border-top: 0;
  border-left: 0;
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.gantMaxHeight .chart-row-bars {
  list-style: none;
  display: grid;
  padding: 15px 0;
  margin: 0;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px 0;
  border-bottom: 1px solid #000;
}
.gantMaxHeight li {
  font-weight: 450;
  text-align: left;
  font-size: 15px;
  min-height: 15px;
  background-color: #708090;
  padding: 5px 15px;
  color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 15px;
}
.gantMaxHeight ul .chart-li-one {
  grid-column: 1/2;
  background-color: #588bae;
}
.gantMaxHeight ul .chart-li-two-a {
  grid-column: 2/2;
  background-color: #0080ff;
}
.gantMaxHeight ul .chart-li-two-b {
  grid-column: 2/4;
  background-color: #4682b4;
}
.gantMaxHeight ul .chart-li-three {
  grid-column: 3/5;
  background-color: #57a0d3;
}
.gantMaxHeight ul .chart-li-four {
  grid-column: 3/9;
  background-color: #0e4d92;
}
.gantMaxHeight ul .chart-li-five {
  grid-column: 7/10;
  background-color: #4f97a3;
}
.gantMaxHeight ul .chart-li-six {
  grid-column: 10/12;
  background-color: #73c2fb;
}
.gantMaxHeight ul .chart-li-seven {
  grid-column: 12/12;
  background-color: #0080ff;
}
/********************************************/
/*gant chart End*/
/********************************************/

/********************************************/
/*Manage Form Template Start*/
/********************************************/
.px-15 {
  padding: 0 7px !important;
}
.px-50 {
  padding: 0 50px !important;
}
.f-template-filter {
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.view-category button {
  width: 45px !important;
  height: 45px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border: none;
  border-radius: 4px;
}
.view-category button.active {
  border: 1px solid var(--primary_lightorange);
}
.formCard {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.5s ease;
  min-height: 300px;
  max-height: 300px;
  border-radius: 20px;
  margin: 15px;
}
.formCard:hover {
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.formCard-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.formCard-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.formCard-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.formCard-count {
  position: absolute;
  top: 5px;
  right: 5px;
}
.formCard-count span {
  padding: 5px;
  background: #ffc107b8;
  font-size: 12px;
  color: #000000;
  border-radius: 20px;
  text-align: center;
}
.formCard-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.8rem;
}
.formCard-title {
  margin: 0;
  color: #000;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
.formCard-text {
  margin-bottom: 0;
  color: #000;
  font-size: 13px;
  max-height: 60px;
  overflow: hidden;
}
.button-position-bottom {
  /* position: absolute; */
  bottom: 0px;
  right: 0px;
  left: 0;
  margin: 0 9px;
  background: white;
  padding: 7px;
}
.temHeight {
  min-height: 79vh;
  max-height: 79vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.tempTable {
  overflow: auto;
  max-height: 480px;
  min-height: 480px;
  padding: 5px;
}
.tableType {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin-bottom: 15px;
}
.tableTextSec {
  display: flex;
  align-items: center;
}
.tableTextSec img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px solid #f2f2f2;
  padding: 2px;
  margin-right: 20px;
}
.tableTextSec h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #727272;
}
.tableTextSec span {
  background-color: var(--primary_lightorange);
  padding: 5px;
  font-size: 13px;
  border-radius: 7px;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}
.tableIconSec {
  display: flex;
  align-items: center;
}
.tableIconEdit {
  background-color: var(--primary_blue);
}
.tableIconShare {
  background-color: var(--primar_gren);
}
.tableIconDelete {
  background-color: var(--danger);
}
.tableIconLock {
  background-color: var(--primary_darkSiemens);
}
.tableIconView {
  background-color: var(--primary_orange);
}
.tableIconSec a {
  padding: 1px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
}
.tableIconSec img {
  width: 18px;
}
.tempDetails-tabs-page {
  padding: 15px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  min-height: 91vh;
  transition: all 0.5 ease;
  overflow: hidden;
  position: relative;
  max-height: 87vh;
}
.temDetailsHeight {
  max-height: 510px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tempDetailsTable {
  padding: 5px;
  min-height: 510px;
  max-height: 510px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tempDetParent {
  display: flex;
  flex-wrap: wrap;
}
.tempDetParentList {
  width: 8%;
  margin: 1%;
  text-align: center;
  padding: 5px;
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid var(--primary_lightorange);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.tempDetImgParent {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin-bottom: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0px auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.tempDetImg {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tempDetParentList:hover .tempDetImg {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.tempDetText {
  font-size: 12px;
  color: #000;
  font-family: roboto;
  height: 30px;
  overflow: hidden;
  margin-bottom: 0;
}
.tempTableTextSec {
  display: flex;
  align-items: center;
}
.tempTableTextSec .imgSide {
  width: 65px;
  height: 65px;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid var(--primary_lightorange);
  padding: 2px;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.tempTableTextSec img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tableType:hover .tempTableTextSec img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.tempTableTextSec h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #727272;
}
@media (max-width: 1024px) {
  .tempDetParentList {
    width: 12%;
    margin: 1%;
  }
}
@media (max-width: 768px) {
  .tempDetParentList {
    width: 31%;
  }
  .tableType {
    flex-direction: column;
    align-items: baseline;
  }
  .tableIconSec {
    margin-top: 15px;
  }
}

/********************************************/
/*Manage Form Template End*/
/********************************************/

/********************************************/
/*Form Modal Start*/
/********************************************/
.formModalUl {
  padding-left: 0;
  margin-bottom: 0;
}
.formModalLi {
  padding: 15px;
  background-color: #fff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin-bottom: 5px;
}
.formModalLi:first-child {
  border-radius: 7px 7px 0 0;
}
.formModalLi:last-child {
  border-radius: 0px 0 7px 7px;
  margin-bottom: 0;
}
.formModalLi h5 {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 20px;
}
.formModalLi label {
  margin-bottom: 0;
}
/********************************************/
/*Form Modal End*/
/********************************************/

/********************************************/
/*User Timeline Start*/
/********************************************/
.user-timeline-sec {
  padding: 15px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  min-height: 91vh;
  max-height: 91vh;
  transition: all 0.5 ease;
  overflow: hidden;
  position: relative;
}
.timlineListCard {
  padding: 15px 35px;
  border-top: 1px solid #f2f2f2;
  cursor: pointer;
  transition: all 0.5s ease;
}
.timlineListCard:hover {
  background-color: #f2f2f2;
}
.timlineListCard h5 {
  font-size: 17px;
  margin-bottom: 0;
  color: #000 !important;
}
.timlineListCard span {
  font-size: 13px;
  font-weight: 100 !important;
  margin-bottom: 0;
  color: var(--text_primary) !important;
}
.timlineListCard p {
  margin-bottom: 0;
  font-size: 13px;
  color: var(--text_primary) !important;
  line-height: 20px;
}
.timlineListCard img {
  width: 18px;
  margin-right: 10px;
}
.timelineSidebar {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
  z-index: 1036;
  left: 0;
  top: 0px;
  transition: all 0.5s ease;
}
.timelineSidebarSide {
  left: -400px !important;
}
.toggleLocationSide {
  left: 0px !important;
}
.timelineSidebarContent {
  background-color: #ffffff;
  /* timmeline-changes */
  /* width: 400px; */
  /* timmeline-changes */
  height: 558px;
  max-height: 558px;
}
.timelineSidebar.toggleLocationSide .timelineSidebarContent {
  box-shadow: 0 1px 2px rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}
.timelineSidebarContent1 {
  background-color: #ffffff;
  width: 400px;
  height: 558px;
  max-height: 558px;
}
.timelineSidebar.toggleLocationSide .timelineSidebarContent1 {
  box-shadow: 0 1px 2px rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}
.timelineSidebarContent2 {
  background-color: #ffffff;
  width: 350px;
  max-height: 580px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 4px;
  border-radius: 7px;
  /* timmeline-changes */
  position: absolute;
  top: 6px;
  right: -367px;
  z-index: 9991;
  /* timmeline-changes */
}
.timelineSidebar.toggleLocationSide .timelineSidebarContent2 {
  box-shadow: 0 1px 2px rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}
.timelineSidebarContent.other {
  height: 91vh;
  max-height: 91vh;
}
.timelineSearcSec {
  background-color: var(--primary_blue);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.timelineText {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.timelineText input {
  border-radius: 4px;
  color: var(--text_primary);
  font-size: 11px;
}
.timelineBtn {
  position: absolute;
  top: 2px;
  right: 2px;
}
.timeBtn {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 4px;
  transition: all 0.5 ease;
  background-color: var(--primary_lightorange);
}
.timeBtn:hover {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.timeBtn img {
  width: 15px;
}
.timelineSidebarImg {
  cursor: pointer;
  margin-left: 0px;
  margin-top: 58px;
}
.timelineSidebarImg.top {
  margin-top: 4px;
}
.timelineSidebarImg img {
  width: 37px;
}
.timelineSidebarImg button {
  width: 37px;
  box-shadow: 0 1px 2px rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}
.timelineDetSecChild {
  height: 74vh;
  max-height: 74vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.timelineDetSec1 {
  height: 497px;
  /* max-height: 570px; */
  max-height: 497px;
  overflow-x: hidden;
  overflow-y: auto;
}
.photoHeader h2 {
  font-size: 14px;
  margin-top: 15px;
}
.timelinePhotoList .item {
  border: 1px solid #f2f2f2;
  padding: 2px;
}
.timelineVideoList .item {
  border: 1px solid #f2f2f2;
  padding: 2px;
}
.timelineBackBtn {
  padding: 10px;
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 24%) 0px 1px 8px;
}
.timelineBackImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  /* background: #f2f2f2; */
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.timelineBackImg:hover {
  background: #f0f0f0;
}
.timelineBackImg img {
  width: 17px;
}
.timelineAudioList .item {
  border: 1px solid #f2f2f2;
  padding: 2px;
}
.timelineDetSec2 {
  height: 570px;
  max-height: 570px;
  overflow-x: hidden;
  overflow-y: auto;
}
.timelineParentImg {
  width: 100%;
  height: 200px;
  position: relative;
}
.timelineParentImgClose {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #ffffff8f;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease;
  cursor: pointer;
}
.timelineParentImgClose:hover {
  background-color: #ffffff;
}
.timelineShortDet {
  padding: 15px;
}
.timelineShortDet h3 {
  font-size: 19px;
}
.timelineParentImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timelineDirectSec {
  padding: 15px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.timelineDirectUl {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.timelineDirectLi {
  width: 20%;
  text-align: center;
}
.timelineDirectLi a {
  border: 1px solid var(--primary_lightorange);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  transition: all 0.5s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.timelineDirectLi a:hover {
  box-shadow: unset;
}
.timelineDirectLi img {
  width: 16px;
}
.timelineDirectLi span {
  font-size: 12px;
  font-weight: 100 !important;
  color: var(--primary_lightorange);
}
/* Timeline Container */
.userTimeline {
  background: var(--primary-color);
  padding: 20px;
}

/* Outer Layer with the timeline border */
.outer {
  border-left: 2px solid #333;
}

/* Card container */
.outer .userTimelinecard {
  position: relative;
  margin: 0 0 20px 20px;
  padding: 15px;
  background: #fff;
  color: gray;
  border-radius: 8px;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

/* Timeline dot  */
.userTimelinecard::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 999px;
  left: -31px;
  border: 4px solid var(--primary_lightorange);
}
.timelineCardimg {
  width: 65px;
  height: 65px;
  border-radius: 8px;
  overflow: hidden;
}
.timelineCardimg img {
  height: 100%;
  object-fit: cover;
}

.timelineCardText1 {
  display: flex;
  align-items: baseline;
}
.timelineCardText1 img {
  width: 16px;
  margin-right: 8px;
}
.timelineCardText1 h4 {
  font-size: 14px;
  margin-bottom: 0;
}

.timelineCardText2 {
  display: flex;
  align-items: baseline;
}
.timelineCardText2 img {
  width: 16px;
  margin-right: 8px;
}
.timelineCardText2 h4 {
  font-size: 13px;
  font-weight: 100 !important;
  margin-bottom: 0;
}
.placeDiscrip {
  margin-top: 0.5rem !important;
  transition: all 0.5s ease;
}
.placeDiscrip p {
  margin-bottom: 0;
  font-size: 13px;
  height: 59px;
  overflow: hidden;
}
.plusminus {
  position: absolute;
  right: 6px;
  top: 3px;
}
.plusminus img {
  width: 16px;
  cursor: pointer;
}
.timeMachine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.machineText h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.machineTime h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
.timeLinedateSec {
  width: 25px;
  height: 25px;
  position: relative;
}

.timeLinedateSec label {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin-bottom: 0;
}
.timeLinedateSec label img {
  width: 100%;
  cursor: pointer;
}
.timeLineCalender {
  opacity: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.timeLineCalender::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
.reflectDate {
  background-color: #fff;
  padding: 10px 0;
}
.riflectDateText {
  background-color: var(--primary_blue);
  color: #fff;
  padding: 4px;
  border-radius: 6px;
  width: 100px;
  margin-left: 9px;
  font-size: 13px;
  text-align: center;
}
.ekko-lightbox .modal-header {
  padding: 10px 16px;
  border-radius: 0;
  box-shadow: none;
  align-items: flex-start;
}
.ekko-lightbox .modal-header .modal-title {
  font-size: 14px;
  color: #ffffff;
  background-color: var(--primary_blue);
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.ekko-lightbox .modal-header .close {
  font-weight: 100;
  color: #ffffff;
  opacity: 1;
  font-size: 18px;
  padding: 15px 6px;
}
.ekko-lightbox .modal-header .close span {
  padding: 3px 8px;
  border-radius: 4px;
  background-color: var(--primary_siemens);
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  transition: all 0.5 ease;
}
.ekko-lightbox .modal-header .close span:hover {
  background-color: #007979;
}
.left-timeline-sec {
  position: relative;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
/********************************************/
/*User Timeline End*/
/********************************************/

/********************************************/
/*Form Builder Start*/
/********************************************/
.custom-f-builder .form-wrap.form-builder .cb-wrap {
  position: sticky;
  top: 60px !important;
  width: 30%;
  background-color: #fff;
  border-radius: 4px;
  min-height: 91vh;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}
.custom-f-builder .form-wrap.form-builder .stage-wrap {
  width: calc(70% - 10px);
  min-height: 91vh !important;
  max-height: 91vh !important;
  overflow: auto !important;
  background-color: var(--primary_darkSky) !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px !important;
}

.custom-f-builder .form-wrap.form-builder .frmb-control {
  display: flex;
  flex-wrap: wrap;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li {
  width: 46%;
  margin: 2% !important;
  transition: all 0.5s ease;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 4px;
  font-size: 13px;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 10px 1px;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  background-color: #fff !important;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li:first-child {
  border-radius: 4px;
  margin: 4%;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li:last-child {
  border-radius: 4px;
  margin: 4%;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li:nth-child(1) {
  display: none;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li:nth-child(2) {
  display: none;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li:nth-child(7) {
  display: none;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li:nth-child(9) {
  display: none;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li::before {
  color: #ffdb6f;
  font-size: 20px;
}
.custom-f-builder .form-wrap.form-builder .form-control {
  height: 38px !important;
}
.custom-f-builder
  .form-wrap.form-builder
  .btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  display: none;
}
.custom-f-builder .form-wrap.form-builder .form-actions {
  margin-right: 15px;
  display: none;
}
.custom-f-builder
  .form-wrap.form-builder
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  width: 85px;
  height: 35px;
  border-radius: 4px;
  margin-right: 10px;
}
.form-wrap.form-builder .btn-group > .btn:last-child:not(:first-child) {
  width: 85px;
  height: 35px;
  border-radius: 4px;
}
.custom-f-builder .form-wrap.form-builder .stage-wrap.empty::after {
  font-size: 36px;
  color: var(--primary_lightorange);
  /* font-family: Roboto, sans-serif; */
  text-shadow: 1px 4px 3px grey;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li span {
  line-height: 14px;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li .control-icon {
  font-size: 20px;
}
.custom-f-builder .form-wrap.form-builder .frmb-control li .control-icon {
  width: 21px;
}
.custom-f-builder
  .form-wrap.form-builder
  .formbuilder-scoreRating
  .br-widget
  a {
  width: 25px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fafafa;
  color: #000;
}
.custom-f-builder
  .form-wrap.form-builder
  .formbuilder-scoreRating
  .br-widget
  a.br-selected {
  background-color: var(--primary_lightorange);
  color: #fff;
}
.f-builder-btnGroup {
  position: absolute;
  right: 18px;
  bottom: 9px;
  width: 28%;
  display: flex;
  justify-content: end;
}
.f-builder-btnGroup button {
  width: 23%;
  margin: 1%;
  float: left;
  font-size: 13px;
}
.f-builder-btnGroup .themeBtn {
  background-color: var(--primar_gren);
  color: #fff;
}
.f-builder-btnGroup .previewBtn {
  background-color: var(--primary_blue);
  color: #fff;
}
.f-builder-btnGroup .shareBtn {
  background-color: var(--primary_siemens);
  color: #fff;
}
.f-builder-btnGroup .saveBtn {
  background-color: var(--primary_lightorange);
  color: #ffffff;
}
.ssbg {
  min-height: 91vh;
  max-height: 91vh;
  background-color: #fff;
  padding: 6px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  border-radius: 4px;
}
.ssbgBtn {
  text-align: center;
}
.saveBtn1-1 {
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  color: #ffffff !important;
  width: 84%;
  height: 42vh;
  font-size: 13px;
  transition: all 0.5s ease;
  padding: 0;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.previewBtn1-1 {
  background-color: var(--primary_blue);
  border: 1px solid var(--primary_blue);
  color: #ffffff !important;
  width: 84%;
  height: 42vh;
  font-size: 13px;
  transition: all 0.5s ease;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.saveBtn1-1:hover {
  color: #ffffff !important;
}
.previewBtn1-1:hover {
  color: #ffffff !important;
}
.setThemeText {
  padding: 5px 15px;
  background-color: var(--primary_grey) !important;
  border-radius: 4px;
  width: 100%;
  color: #fff;
}
/********************************************/
/*Form Builder End*/
/********************************************/

/********************************************/
/*Project Add Material Start*/
/********************************************/
.assign-material-head {
  background-color: var(--primary_blue);
  padding: 10px;
  margin-bottom: 15px !important;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  color: #fff;
}
.assign-material-head label {
  font-size: 13px;
  font-weight: 100 !important;
}
.assign-material-head-bBtn {
  margin-bottom: 10px;
}
.assign-material-head-bBtn a {
  width: 30px;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.assign-material-head-bBtn a img {
  width: 25px;
  filter: grayscale(100%);
}
.assign-material-head-bBtn a:hover img {
  filter: grayscale(0);
}
.add-material-tab {
  background-color: #ffffff;
  overflow: hidden;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.add-material-tab-heaing {
  background-color: var(--primary_lightorange);
  color: #fff;
  padding: 10px;
}
.add-material-tab-heaing h4 {
  font-size: 15px;
  margin-bottom: 0;
}
.add-material-tab-body {
  min-height: 65vh;
  max-height: 65vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
}
.dragList {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  float: left;
}
.dragList li {
  background-color: #ffffff;
  padding: 7px;
  border-radius: 7px;
  margin: 1%;
  color: #000000;
  cursor: all-scroll;
  margin-bottom: 3px;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  width: 23%;
  float: left;
  text-align: center;
  max-height: 100px;
  overflow: hidden;
  border: 1px solid var(--primary_lightorange);
}
.dragList li.ctborder {
  border: 1px solid var(--primary_siemens);
}
.dragList li.mobborder {
  border: 1px solid var(--primary_darkGrey);
}
.dragList li.plborder {
  border: 1px solid var(--primar_gren);
}
.dragList li.bmborder {
  border: 1px solid var(--primary_darkSiemens);
}
.dragList li.omborder {
  border: 1px solid var(--primary_darkSky);
}
.dragList li h4 {
  font-size: 11px;
  margin-bottom: 0;
  height: 28px;
  overflow: hidden;
}

.dragList li .image img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 10px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.dragList li .image img.user {
  border-radius: 50%;
}
/* ************************* */
.add-material-tabDrop {
  background-color: #ffffff;
  overflow: hidden;
  margin: 0px 2px;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.add-material-tabDrop2 {
  background-color: #ffffff;
  min-height: 432px;
  max-height: 432px;
  overflow: hidden;
  margin: 0px 2px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}
.add-material-tabDrop2-1 {
  background-color: #ffffff;
  min-height: 525px;
  max-height: 525px;
  overflow: hidden;
  margin: 0px 2px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  position: relative;
}
.add-material-tabDrop-heaing {
  background-color: var(--primary_lightorange);
  color: #fff;
  padding: 10px;
}
.add-material-tabDrop-heaing h4 {
  font-size: 15px;
  margin-bottom: 0;
}
.targetBox {
  position: relative;
  /* height: 391px; */
  overflow: hidden;
}
.add-material-tabDrop-body {
  min-height: 28vh;
  max-height: 28vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
}
.dropList {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  padding: 12px;
}
.dropList li {
  background-color: #ffffff;
  padding: 7px;
  border-radius: 4px;
  margin: 1%;
  color: #000000;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 23%;
  float: left;
  text-align: center;
  max-height: 100px;
  border: 1px solid var(--primary_lightorange);
}
.dropHeading {
  height: 30px;
  line-height: 28px;
  text-align: left;
  border: 0;
  background: var(--primary_blue);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding-left: 15px;
  margin: 10px 7px;
  border-radius: 4px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  align-items: center;
}
.dropHeadingCount {
  font-weight: bold;
  width: 15px;
  height: 15px;
  color: var(--primary_blue);
  background: #fff;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}
.dropList li.ctborder {
  border: 1px solid var(--primary_siemens);
}
.dropList li.mobborder {
  border: 1px solid var(--primary_darkGrey);
}
.dropList li.plborder {
  border: 1px solid var(--primar_gren);
}
.dropList li.bmborder {
  border: 1px solid var(--primary_darkSiemens);
}
.dropList li.omborder {
  border: 1px solid var(--primary_darkSky);
}

.dropList li h4 {
  font-size: 11px;
  margin-bottom: 0;
  height: 28px;
  overflow: hidden;
}
.dropList li .image img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 10px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.dropList li .image img.user {
  border-radius: 50%;
}
.dropbtnClose {
  position: absolute;
  right: -7px;
  top: -8px;
  background-color: #fff !important;
  opacity: 1;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  font-size: 17px;
  border: 1px solid #f2f2f2 !important;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
}

.dropbtnModal {
  width: 20px;
  height: 20px;
  padding: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: var(--primary_lightorange);
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 36px;
}
.dropbtnModal img {
  width: 70%;
}
.dropbtnAddModal {
  width: 20px;
  height: 20px;
  padding: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: var(--primary_lightorange);
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 14px;
  font-size: 20px;
}
.infoSec {
  background-color: #fff;
  padding: 5px;
  text-align: right;
}
.infoSec img {
  width: 14px;
}
/********************************************/
/*Project Add Material End*/
/********************************************/

/********************************************/
/*Custom Radio Start*/
/********************************************/
.tempDetParentList.radio {
  width: 18%;
}
.radio.selected {
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px,
    rgb(0 0 0 / 30%) 0px 1px 3px -1px !important;
  border: 0;
  color: #000;
}

.selected {
  background-color: #ffc10763;
}
/********************************************/
/*Custom Radio End*/
/********************************************/

/********************************************/
/*Assign Project Start*/
/********************************************/
.px-13 {
  padding: 0 13px !important;
}
.a_projectSec {
  background-color: #fff;
  /* padding: 5px; */
  min-height: 580px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  border-radius: 4px;
}
.a_projectSec .projectSecHeading {
  background-color: var(--primary_darkSky);
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.projectSecHeading h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.as-back-btn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.as-back-btn img {
  width: 16px;
}
.a_projectSec label {
  font-size: 13px;
  font-weight: 100 !important;
}
.custom-tabs-page2-1 {
  padding: 15px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  height: 91vh;
  transition: all 0.5 ease;
  overflow: hidden;
  position: relative;
  /* border-radius: 4px; */
}
.leaflet-container.other2-1 {
  position: absolute;
  bottom: 5px;
  top: 5px;
  height: auto;
  right: 5px;
  left: 5px;
  width: auto;
}
.paUserAssign h4 {
  background-color: var(--primary_blue);
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin: 5px 13px;
  border-radius: 4px;
}
.paUsers {
  min-height: 210px;
  max-height: 210px;
  overflow-y: auto;
  padding: 10px;
}
.paUsersUl {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.paUsersLi {
  background-color: #ffffff;
  padding: 7px;
  border-radius: 7px;
  margin: 1%;
  color: #000000;
  cursor: pointer;
  margin-bottom: 3px;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  width: 23%;
  float: left;
  text-align: center;
  max-height: 100px;
  overflow: hidden;
  border: 1px solid var(--primary_lightorange);
}
.paUsersimage img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 2px;
  margin-bottom: 10px;
}
.paUsersLi h4 {
  font-size: 11px;
  margin-bottom: 0;
  height: 28px;
  overflow: hidden;
}
.paUsersBtnSec {
  padding: 0 13px;
  text-align: right;
}
.paUsersBtn {
  border: 0;
  padding: 7px 12px;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.5px;
  background-color: var(--primary_lightorange);
  color: #ffffff;
  margin-top: 15px;
  transition: all 0.5s ease;
}
.paUsersBtn:hover {
  opacity: 1;
}
.editAWBtbtn {
  width: auto;
  background-color: var(--primary_blue);
  border: 1px solid var(--primary_blue);
  color: #ffffff !important;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
  line-height: 9px;
}
.work-card-body {
  background-color: #f9f9f9;
}
.work-card {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px 0px;
}
.work-card-heading h3 {
  background-color: var(--primary_blue);
  color: #fff;
  padding: 7px 22px;
  font-size: 15px;
  border-radius: 4px;
  position: relative;
}
.work-card-heading h3::before {
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid var(--primary_lightorange);
  border-radius: 4px;
  position: absolute;
  left: 7px;
  top: 11px;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px 0px;
}
.work-card-det ul {
  padding-left: 0;
  margin: 0 22px;
}
.work-card-det ul li {
  border-bottom-style: dashed !important;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-weight: 100;
  padding-left: 4px;
  color: var(--text_primary);
  letter-spacing: 0.5px;
}
.srchBar.tbl .dataTables_wrapper.no-footer .dataTables_filter label {
  position: unset;
}
/********************************************/
/*Assign Project End*/
/********************************************/

/********************************************/
/*Create Survey Tabs Start*/
/********************************************/
.create-share-tabs {
  padding-left: 0;
  margin-bottom: 0;
}
.create-share-tabs li a {
  display: block;
  width: 100%;
  color: var(--text_primary);
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background-color: #ffffff;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 35px;
  flex-direction: column;
}
.manageOrdTabs ul.ctabpage.cssurvey li {
  width: 14%;
}
.cstImg {
  width: 80px;
  margin-bottom: 15px;
}
.cstImg img {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.create-share-tabs li a:hover .cstImg img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.create-share-tabs li a:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: var(--primary_lightorange);
  color: #ffffff;
}
.temdet-heading {
  margin: 0 5px;
  background-color: var(--primary_siemens) !important;
  padding: 0.5rem 1.25rem;
}
.temdet-heading h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.temDetailsHeight1-1 {
  max-height: 79vh;
  min-height: 79vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.tempDetailsTable1-1 {
  min-height: 79vh;
  max-height: 79vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.tempDetParent1-1 {
  display: flex;
  flex-wrap: wrap;
}
.tempDetParentList1-1 {
  width: 9.1%;
  margin: 1%;
  text-align: center;
  padding: 5px;
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid var(--primary_lightorange);
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  position: relative;
}
.tempDetImgParent1-1 {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin-bottom: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0px auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.tempDetImg1-1 {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tempDetText1-1 {
  font-size: 12px;
  color: #000;
  font-family: roboto;
  height: 30px;
  overflow: hidden;
  margin-bottom: 0;
}
.tempDetParentList1-1:hover .tempDetImg1-1 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.tableType1-1 {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 10px;
  margin: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin-bottom: 15px;
}
.tableType1-1:hover .tempTableTextSec img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.scteg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.scteg label {
  margin-bottom: 0;
}
.scteg img {
  width: 20px;
}
.shareModalSec {
  padding: 7px;
}
.shareSocial {
  margin-bottom: 15px;
}
.shareModalSec h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.shareSocialUl {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shareSocialUl li {
  width: 34px;
  margin-right: 19px;
}
.shareSocialUl li a {
  width: 34px;
  display: block;
}
.shareSocialUl li a img {
  width: 100%;
}
.copyText {
  display: flex;
}
.copyText input {
  border-radius: 4px 0 0 4px;
  color: var(--primary_darkGrey);
}
.copyText #copied {
  border: 0;
  background-color: var(--primary_blue);
  color: #fff;
  border-radius: 0 4px 4px 0;
  width: 85px;
}
.showForm {
  margin-left: 10px;
  border: 0;
  border-radius: 4px;
  background-color: var(--primary_lightorange);
  width: 52px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.showForm img {
  width: 100%;
}
.tableIconSec1-1 {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.tableIconSecli1-1 {
  margin-right: 10px;
}
.tableIconSecli1-1:last-child {
  margin-right: 0px;
}

.tableIconSecli1-1 a {
  display: block;
  padding: 5px;
  background-color: #f2f2f2;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
  cursor: pointer;
}
.tableIconSecli1-1 a img {
  width: 15px;
  transition: all 0.5s ease;
  filter: brightness(0%);
}
.tableIconSecli1-1 a img:hover {
  filter: brightness(100%);
}
.c-share-srch {
  position: absolute;
  top: 0px;
  right: 15px;
}
@media (max-width: 768px) {
  .tableType1-1 {
    flex-direction: column;
    align-items: baseline;
  }
}
/********************************************/
/*Create Survey Tabs End*/
/********************************************/

/********************************************/
/*Form Design Page Start*/
/********************************************/
.fill-form-logo {
  width: 250px;
  margin: 0px auto;
  margin-bottom: 35px;
  background-color: #fff;
}
.fill-form-logo img {
  width: 100%;
}
.fill-form-btn {
  margin-top: 35px;
}
.fill-form-btn .btn {
  width: 100%;
  background-color: var(--primary_lightorange);
  color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.successMessage {
  padding: 35px;
}
.messageImg {
  width: 60px;
  margin: 0px auto;
  margin-bottom: 25px;
}
.messageImg img {
  width: 100%;
}
.messageText h3 {
  font-size: 17px;
  color: var(--primary_blue);
  margin-bottom: 15px;
}
.messageText p {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 0px;
}
.messageText {
  text-align: center;
}
input.form-control.temp-search {
  height: 30px;
  width: 182px;
}
input.form-control.temp-search:focus {
  border-color: var(--primary_lightorange);
}
.form-control.temp-search::placeholder {
  color: #6d6f70;
}
.formCard.first {
  overflow: hidden;
  min-height: 25vh;
  max-height: 25vh;
}
.formCard-img.first {
  height: 154px;
}
/********************************************/
/*Form Design Page End*/
/********************************************/

/********************************************/
/*Theme Modal Start*/
/********************************************/
.themeMyModal {
  display: none;
  position: fixed;
  z-index: 9991;
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
  overflow: auto;
  background-color: #fefefe;
  padding: 20px;
  transition: all 0.5s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  animation-name: slideIn;
  animation-duration: 1s;
  overflow: hidden;
}

@-webkit-keyframes slideIn {
  from {
    right: -50%;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    right: -50%;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

.themeMyModal-content {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close1-1 {
  color: #ffffff;
  float: right;
  width: 26px;
  height: 26px;
  border: 0;
  cursor: pointer;
  background-color: var(--primary_siemens);
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  border-radius: 4px;
  transition: all 0.5s ease;
  font-weight: 600;
}
.close1-1 img {
  width: 100%;
}
.m0 {
  margin: 0px;
}

.close1-1:hover,
.close1-1:focus {
  color: #fff;
  background-color: #007979;
}
.tmmbhead {
  background-color: var(--primary_siemens);
  color: #fff;
  padding: 7px 13px;
  margin-bottom: 15px;
}
.tmmbhead h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.tmmbody {
  min-height: 533px;
  max-height: 533px;
  padding: 30px;
  border-radius: 4px;
  overflow: auto;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px,
    rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  overflow: auto;
  /*background-image: url("../img/theme-image/back.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tmmbody.f-form {
  min-height: 100%;
  max-height: 100%;
  padding: 30px;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px,
    rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  overflow: auto;
  background-image: url("../img/theme-image/back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}
.tmmbody1-1 {
  min-height: 533px;
  max-height: 533px;
  padding: 15px;
  border-radius: 4px;
  overflow: auto;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px,
    rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  overflow-x: hidden;
  overflow-y: auto;
}
.tmmbody1-1 .icheck-primary > input:first-child:checked + label::before {
  background-color: var(--primary_siemens);
  border-color: var(--primary_siemens);
}
.tmmbody1-1 [class*="icheck-"] > input:first-child + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid var(--primary_siemens);
  border-radius: 0;
  margin-left: -29px;
}
.tmmbody1-1 label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500;
  font-size: 13px;
}

/********************************************/
/*Theme Modal End*/
/********************************************/

/********************************************/
/*Custom Radio Button Start*/
/********************************************/
.themeRadioGroup {
  min-height: 185px;
  max-height: 185px;
  overflow-y: auto;
  overflow-x: hidden;
}
.themeRadioGroup label {
  width: 100%;
}

.themeRadioGroup .card-input-element {
  display: none;
}

.themeRadioGroup .card-input {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 49px;
}

.themeRadioGroup .card-input:hover {
  cursor: pointer;
}
.dtheme-body {
  width: 100%;
  padding: 2px;
  background-color: #ffffff;
  height: 49px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}
.checImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.checImg img {
  width: 50px;
  width: 25px !important;
  height: 25px !important;
}
.dtheme-body img {
  width: 100%;
  height: 45px;
}
.themeRadioGroup .card-input-element:checked + .card-input .checImg {
  opacity: 1;
}
/********************************************/
/*Custom Radio Button End*/
/********************************************/

/********************************************/
/*Response Dashboard Details Start*/
/********************************************/
.formCard-body.one-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.formCard-body.one-2 .formCard-title {
  font-size: 17px;
}
.tempDetParentList.one-2 {
  margin-right: 1.09%;
  margin-bottom: 1.09%;
  margin-left: 0;
  margin-top: 0;
}
.prev-btn {
  width: 35px;
  height: 35px;
  opacity: 0.8;
  padding: 5px;
  border-radius: 4px;
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.prev-btn:hover {
  opacity: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.prev-btn img {
  width: 100%;
}
.nxt-btn {
  width: 35px;
  height: 35px;
  opacity: 0.8;
  padding: 5px;
  border-radius: 4px;
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.nxt-btn:hover {
  opacity: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nxt-btn img {
  width: 100%;
}
.temDetailsHeight1-2 {
  min-height: 74vh;
  max-height: 74vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.tempDetailsTable1-2 {
  padding: 5px;
  min-height: 74vh;
  max-height: 74vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.analysis-sec {
  text-align: right;
  padding: 5px;
}
.analysis-btn {
  width: 120px;
  height: 35px;
  opacity: 0.8;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  border-radius: 4px;
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.analysis-btn:hover {
  color: #fff;
  opacity: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.filterTableSec.one-2 {
  position: absolute;
  right: 96px;
  top: 15px;
}
.srchBar.one-2 .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 16px;
  right: 135px;
  font-weight: 100;
  font-size: 14px;
}
.res-d-det-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.res-d-srch {
  position: absolute;
  top: 15px;
  right: 15px;
}
.res-das-det {
  width: 100%;
  margin: 1%;
  text-align: center;
  padding: 5px;
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid var(--primary_lightorange);
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
/********************************************/
/*Response Dashboard Details End*/
/********************************************/

/********************************************/
/*Analize Survey Start*/
/********************************************/

table#tableThree.table-bordered.dataTable tbody td {
  background-color: #fff;
}
table#tableFour.table-bordered.dataTable tbody td {
  background-color: #fff;
}
table.table-bordered.dataTable th:nth-child(1) {
  background-color: var(--primary_siemens);
  z-index: 9;
}
table.table-bordered.dataTable th:nth-child(2) {
  background-color: var(--primary_siemens);
  z-index: 9;
}
.analize-card {
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 15px;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
}
.analize-card-height {
  padding: 10px;
  min-height: 225px;
  max-height: 225px;
  overflow-y: auto;
}
.analize-card2 {
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}
.analize-card2-height {
  padding: 10px;
  min-height: 49vh;
  max-height: 49vh;
  overflow-y: auto;
}

.ok-btn {
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  color: #ffffff;
  width: 35px;
  height: 35px;
  font-size: 13px;
  opacity: 0.8;
  border-radius: 4px;
  transition: all 0.5s ease;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.ok-btn:hover {
  opacity: 1;
  color: #ffffff;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.analizeHead {
  color: #fff;
  font-size: 16px;
  background-color: var(--primary_siemens);
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.analizesecond-height {
  min-height: 48vh;
  overflow: auto;
  max-height: 48vh;
}
.srchBar.aserv .dataTables_wrapper.no-footer .dataTables_filter label input {
  border-radius: 4px;
}
.srchBar.aserv
  .dataTables_wrapper.no-footer
  .dataTables_filter
  label
  input:focus {
  border-color: var(--primary_lightorange);
}
.srchBar.aserv .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 10px;
  right: 140px;
  font-weight: 100;
  font-size: 14px;
  color: #ffffff;
}
.srchBar.aserv .filterTableSec {
  position: absolute;
  right: 100px;
  top: 10px;
}
/********************************************/
/*Analize Survey End*/
/********************************************/
/********************************************/
/*Surveybaba Template details Start*/
/********************************************/
.st-use-btn {
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  color: #ffffff;
  width: 100px;
  height: 35px;
  font-size: 13px;
  transition: all 0.5s ease;
  line-height: 22px;
  opacity: 0.8;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.st-use-btn:hover {
  color: #ffffff;
  opacity: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.proj-sb-search {
  position: absolute;
  top: 15px;
  right: 130px;
}
/********************************************/
/*Surveybaba Template details End*/
/********************************************/

/********************************************/
/*Create GIS Survey Start*/
/********************************************/
.create-share-tabs1-1 {
  padding-left: 0;
  margin-bottom: 0;
}
.create-share-tabs1-1 li a {
  display: block;
  width: 100%;
  color: var(--text_primary);
  height: 84vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background-color: #ffffff;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  flex-direction: column;
}
.create-share-tabs1-1 li a:hover {
  background-color: var(--primary_lightorange);
  color: #fff;
}
.cstImg1-1 {
  width: 80px;
  margin-bottom: 15px;
}
.cstImg1-1 img {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.create-share-tabs1-1 li a:hover .cstImg1-1 img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.cclHeight {
  max-height: 480px;
  overflow: hidden;
}
.cgsul {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  /* float: left; */
  display: flex;
  flex-wrap: wrap;
}
.cgsli {
  background-color: #ffffff;
  padding: 7px;
  border-radius: 4px;
  margin: 0.5%;
  color: #000000;
  position: relative;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  width: 9%;
  float: left;
  text-align: center;
  max-height: 100px;
  border: 1px solid var(--primary_lightorange);
}
.cgsli .image img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 2px;
  margin: 5px 0;
  object-fit: contain;
}
.cgsli h4 {
  font-size: 11px;
  margin-bottom: 0;
  height: 28px;
  overflow: hidden;
}
.cgsliViewModal {
  width: 21px;
  height: 21px;
  padding: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: var(--primary_lightorange);
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  right: 22px;
}
.cgsliViewModal img {
  width: 70%;
}
.cgslishareBtn {
  width: 21px;
  height: 21px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: var(--primary_lightorange);
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  right: 0px;
  padding: 5px;
}
.cgslishareBtn img {
  width: 100%;
}
.cgsliAddModal {
  width: 20px;
  height: 20px;
  padding: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: var(--primary_lightorange);
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -7px;
  font-size: 20px;
}
.tempDetImgParent.one-1 {
  margin: 0px auto;
  padding: 5px;
}
.tempDetParentList.one-1:hover .tempDetImg {
  transform: none;
}
.tempDetParentList.one-1:hover .tempDetImg {
  transform: none;
}
.tableType:hover .tempTableTextSec.one-1 img {
  transform: none !important;
}
.tempTableTextSec.one-1 .imgSide.one-1 {
  padding: 5px;
  border-radius: 7px;
  border: 0;
}
.tempTableTextSec.one-1 img {
  -webkit-transform: none !important;
  transform: none;
}
/********************************************/
/*Create GIS Survey End*/
/********************************************/

/********************************************/
/*Manage GIS Layer Start*/
/********************************************/
.plForm.one-2 {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding: 15px;
  max-height: auto;
}
.plForm.one-2:nth-child(1) {
  margin-bottom: 15px;
}
.add-location-symbol1-1 {
  padding: 10px;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  height: 87vh;
  overflow: hidden;
  max-height: 87vh;
}
.custom-tabs-page2-2 {
  padding: 5px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  min-height: 91vh;
  transition: all 0.5 ease;
  overflow: hidden;
  position: relative;
}
.layerMaxheight {
  max-height: 580px;
  overflow-x: hidden;
  overflow-y: auto;
}
.layer-group-ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.layer-group-li {
  width: 8%;
  margin: 1%;
}
.layer-group-li a {
  display: block;
  width: 100%;
  border: 1px solid var(--primary_siemens);
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  border-radius: 7px;
  text-align: center;
  padding: 5px;
  color: #000000;
}
.layer-group-li a .image img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 10px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.layer-group-li a h4 {
  font-size: 11px;
  margin-bottom: 0;
  height: 28px;
  overflow: hidden;
}

.color-listOne-1 {
  float: left;
  width: 33.33333%;
  padding: 5px;
}
.color-listOne-1 p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
.color-listOne-1.selectOne-1 {
  background-color: var(--primary_lightorange);
}

.color-listOne-2 {
  float: left;
  width: 33.33333%;
  padding: 5px;
}
.color-listOne-2 p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
.color-listOne-2.selectOne-2 {
  background-color: var(--primary_lightorange);
}
.color-listOne-3 {
  float: left;
  width: 33.33333%;
  padding: 5px;
}
.color-listOne-3 p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
.color-listOne-3.selectOne-3 {
  background-color: var(--primary_lightorange);
}

.color-listOne-4 {
  float: left;
  width: 33.33333%;
  padding: 5px;
}
.color-listOne-4 p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
.color-listOne-4.selectOne-4 {
  background-color: var(--primary_lightorange);
}
/********************************************/
/*Manage GIS layer End*/
/********************************************/

/********************************************/
/*Assign Survey Start*/
/********************************************/
.asssurvey-head {
  min-height: 80vh;
  max-height: 80vh;
  overflow: auto;
  padding-bottom: 15px;
}
.as-back {
  background-color: #fff;
  width: 100%;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  padding: 10px;
  min-height: 87vh;
  max-height: 87vh;
  overflow: hidden;
}
.a_projectSec.as-1 {
  min-height: 91vh;
}
.a_projectSec.as-2 {
  min-height: 530px;
  max-height: 530px;
  border-radius: 0;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  overflow: hidden;
}
.paUsers2 {
  /* min-height: 153px;
  max-height: 153px; */
  overflow-y: auto;
  padding: 10px;
}
.custom-tabs-page.as-1 {
  padding: 15px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: none;
  height: 87vh;
  transition: all 0.5 ease;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.as-map-sec {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  max-height: 80vh;
}
.as-map-sec.w-tab{
  min-height: 84vh;
  max-height: 84vh;
}
.leaflet-container.as-1 {
  /* height: 530px;
  width: 100%;
  max-width: 100%;
  max-height: 100%; */
  position: absolute;
    bottom: 5px;
    top: 5px;
    height: auto;
    right: 5px;
    left: 5px;
    width: auto;
}
.a_projectSec .projectSecHeading.as-1 {
  background-color: var(--primary_siemens);
  color: #fff;
  font-size: 16px;
  padding: 0.5rem 1.25rem;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  display: flex;
  align-items: center;
}
.projectSecHeading.as-1 h3 {
  font-weight: 600;
}
.radio-count:checked + .for-radio-count .radio-icon.as {
  /* filter: brightness(0); */
  filter: brightness(0) invert(1);
}
.radio-icon.as {
  width: 20px;
  margin-bottom: 5px;
}
.radio-count:checked + .for-radio-count.as,
.radio-count:not(:checked) + .for-radio-count.as {
  width: 18.6%;
}
/********************************************/
/*Assign Survey End*/
/********************************************/

/********************************************/
/*Organise Survey Start*/
/********************************************/
/* .add-material-tab.os-1 {
  min-height: 409px;
  max-height: 409px;
} */
/* .add-material-tabDrop.os-1 {
  min-height: 444px;
  max-height: 444px;
} */
/********************************************/
/*Organise Survey End*/
/********************************************/

/********************************************/
/*Create Project Start*/
/********************************************/
.cpmap-sec {
  min-height: 424px;
  background: transparent;
  margin: 0;
  box-shadow: none;
  overflow: hidden;
  max-height: 424px;
}
.pview-ul {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.pview-li {
  width: 15.5%;
  float: left;
  margin: 0.5%;
}
.pview-li a {
  display: block;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
  color: #000000;
  position: relative;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  width: 100%;
  float: left;
  text-align: center;
  min-height: 131px;
  border: 1px solid var(--primary_lightorange);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pview-li .image img {
  width: 77px;
  height: 66px;
  padding: 2px;
  margin: 12px 0;
  object-fit: cover;
}
.pview-li h4 {
  font-size: 11px;
  margin-bottom: 0;
  height: 28px;
  overflow: hidden;
}
.tableTextSec.pview img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1px solid var(--primary_lightorange);
  padding: 5px;
  margin-right: 20px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}
.pviewTreeHeight {
  min-height: 75vh;
  max-height: 75vh;
  overflow: auto;
}
.listree-submenu-heading.pname.expanded:before {
  content: "-";
  background-image: url(../img/icons/work-folder.png);
  padding: 3px 12px;
  position: relative;
  left: -9px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.listree-submenu-heading.pname.collapsed:before {
  content: "+";
  padding: 3px 10px;
  position: relative;
  left: -9px;
  background-image: url(../img/icons/work-folder.png);
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.listree-submenu-heading.pstage.expanded:before {
  content: "-";
  background-image: url(../img/icons/pstage.png);
  padding: 3px 12px;
  position: relative;
  left: -9px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.listree-submenu-heading.pstage.collapsed:before {
  content: "+";
  padding: 3px 10px;
  position: relative;
  left: -9px;
  background-image: url(../img/icons/pstage.png);
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.listree-submenu-heading.pactivity.expanded:before {
  content: "-";
  background-image: url(../img/icons/org-file2.png);
  padding: 3px 12px;
  position: relative;
  left: -9px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.listree-submenu-heading.pactivity.collapsed:before {
  content: "+";
  padding: 3px 10px;
  position: relative;
  left: -9px;
  background-image: url(../img/icons/org-file2.png);
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.srchBar.ptable .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 2px;
  right: 158px;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
}
.srchBar.ptable .dataTables_wrapper.no-footer .dataTables_filter label input {
  border: 1px solid #ccc;
  height: 30px;
  padding-left: 10px;
  outline: none;
  margin-left: 5px;
  border-radius: 4px;
}
.srchBar.ptable
  .dataTables_wrapper.no-footer
  .dataTables_filter
  label
  input:focus {
  border-color: var(--primary_lightorange);
}
.ptable .filterTableSec {
  position: absolute;
  right: 120px;
  top: 0;
}
/********************************************/
/*Craete Project End*/
/********************************************/

/********************************************/
/*Organise Work Start*/
/********************************************/
.add-material-tab.ow-1 {
  min-height: 409px;
  max-height: 409px;
}
.add-material-tabDrop.ow-1 {
  min-height: 444px;
  max-height: 444px;
}
/********************************************/
/*Organise Work End*/
/********************************************/

/********************************************/
/*Assign Work Start*/
/********************************************/
.a_projectSec.aw-1 {
  min-height: 85vh;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  border-radius: 0;
}
.assign-details {
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
}
.assignHeading {
  background-color: var(--primary_siemens);
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 0;
  font-size: 16px;
  box-shadow: rgb(100 100 111 / 20%) 0px 2px 6px 0px;
}
/********************************************/
/*Assign Work End*/
/********************************************/

/********************************************/
/*Manage Survey Team Start*/
/********************************************/
.mst-ul {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.mst-li {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
  margin: 0.5%;
  color: #000000;
  position: relative;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  width: 11.5%;
  float: left;
  text-align: center;
  max-height: 100px;
  border: 1px solid var(--primary_lightorange);
  cursor: pointer;
}
.mst-li .image img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 2px;
  margin: 5px 0;
  object-fit: cover;
  border-radius: 50%;
}
.mst-li h4 {
  font-size: 11px;
  margin-bottom: 0;
  height: 28px;
  overflow: hidden;
  color: #9f9f9f;
  font-weight: 600;
}
.formHeight.msteam1 {
  min-height: 80vh;
  max-height: 80vh;
  overflow: auto;
}
.formHeight.msteam {
  min-height: 76vh;
  max-height: 76vh;
  overflow: auto;
}
.p-10 {
  padding: 10px !important;
}
/********************************************/
/*Manage Survey Team End*/
/********************************************/

/********************************************/
/*Manage project gis  Start*/
/********************************************/
.manageOrdTabs ul.ctabpage.mpglul li {
  width: 16%;
}
/********************************************/
/*Manage project gis End*/
/********************************************/

/********************************************/
/*Manage project Conrtractor Start*/
/********************************************/
.nav-tabs.mpcul .nav-item {
  width: 10%;
  flex: none;
}
.nav-tabs.mpcul .nav-item .nav-link {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  box-shadow: rgb(0 0 0 / 30%) 0.4px -0.6px 2.2px;
}
.maps-tab.mpcul .nav-item:hover {
  background-color: var(--primary_lightorange);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.custom-tabs-page.mpc-height {
  min-height: 300px;
  max-height: 491px;
  box-shadow: none;
  overflow: hidden;
  padding: 10px 0;
}
.formHeight.mpc {
  min-height: 80vh;
  max-height: 80vh;
  overflow: auto;
}
.formHeight.mpc.activities {
  min-height: 74vh;
  max-height: 74vh;
}
.srchBar.mpc .dataTables_wrapper.no-footer .dataTables_filter label input {
  border-radius: 4px;
}
.srchBar.mpc
  .dataTables_wrapper.no-footer
  .dataTables_filter
  label
  input:focus {
  border-color: var(--primary_lightorange);
}
.srchBar.mpc .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 12px;
  right: 165px;
  font-weight: 100;
  font-size: 14px;
  color: #ffffff;
}
.srchBar.mpc .filterTableSec {
  position: absolute;
  right: 127px;
  top: 10px;
}
.cnewtab-li.mpt {
  width: 37.3%;
}

/********************************************/
/*Manage project Contractor End*/
/********************************************/

/********************************************/
/*Manage project Component Start*/
/********************************************/
.mr-11 {
  margin-right: 11px;
}
.ml-11 {
  margin-left: 11px;
}
.cnewtab-ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.cnewtab-li a {
  display: block;
  padding: 8px 5px;
  background-color: var(--primary_darkSiemens);
  color: #fff;
  font-size: 13px;
  border-top-right-radius: 17px;
  box-shadow: rgb(0 0 0 / 30%) 1.4px -0.6px 2.2px;
  width: 100%;
  text-align: center;
}
.cnewtab-li {
  margin-left: 1px;
  width: 33.3%;
}
.cnewtab-li:first-child {
  margin-left: 0px;
}
.cnewtab-li a.active {
  background-color: var(--primary_lightorange);
}
.cus-new-tabs {
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  min-height: 87vh;
  max-height: 87vh;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}
.cus-new-tabs-right {
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  min-height: 87vh;
  max-height: 87vh;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}
.cus-new-tabs-right.b-page {
  min-height: 91vh;
  max-height: 91vh;
}
.fourbtn-group {
  display: flex;
  align-items: center;
  flex-wrap: inherit;
}

.sidebar-mini.sidebar-collapse .fourbtn-group .btn {
  margin: 1px;
}
.fourbtn-group .btn {
  letter-spacing: 0.2px;
  font-size: 11px;
  margin: 0.5%;
  letter-spacing: 0.2px;
  font-size: 12px;
  width: 49%;
  float: left;
}
.existuser-head {
  background-color: var(--primary_siemens) !important;
  padding: 0.5rem 1.25rem;
}
.existuser-head h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.list-height {
  min-height: 80vh;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.create-org-form.treev {
  box-shadow: none;
}
.srchBar.new .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 12px;
  right: 165px;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
}
.srchBar.new .dataTables_wrapper.no-footer .dataTables_filter label input {
  border-radius: 4px;
}
.srchBar.new
  .dataTables_wrapper.no-footer
  .dataTables_filter
  label
  input:focus {
  border-color: var(--primary_lightorange);
}
.srchBar.new .filterTableSec {
  position: absolute;
  right: 127px;
  top: 10px;
}
.mst-li.new .image img {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.user-list {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 10px;
  margin: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin-bottom: 15px;
}
.user-det {
  display: flex;
  align-items: center;
}
/* .user-det .imgSide {
  width: 65px;
  height: 65px;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid var(--primary_lightorange);
  padding: 2px;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
} */
.user-det img {
  width: 65px;
  height: 65px;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid var(--primary_lightorange);
  padding: 2px;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  object-fit: cover;
}
.user-det h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #727272;
}
.view-org-det {
  background-color: #ffffff;
  /* border-left: 4px solid var(--primary_darkSiemens); */
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 22px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  border: 1px solid var(--primary_blue);
  border-left: 4px solid var(--primary_blue);
}
.view-org-det label {
  font-size: 13px;
  margin-bottom: 0;
}
.view-org-det p {
  font-size: 14px;
  margin-bottom: 0;
  color: #706a6a;
}
/********************************************/
/*Manage project Component End*/
/********************************************/

/********************************************/
/*project Planning Stage Start*/
/********************************************/
.p-plan-head {
  background-color: var(--primary_siemens) !important;
  border-radius: 0;
  padding: 0.5rem;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-plan-head h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.layerLst {
  min-height: 42vh;
  max-height: 42vh;
  overflow: auto;
}
.layerLst.pog {
    min-height: 25vh;
    max-height: 25vh;
    overflow: auto;
}
.radio-count {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.radio-count:checked + .for-radio-count,
.radio-count:not(:checked) + .for-radio-count {
  /* position: relative;
  display: inline-block;
  padding: 5px;
  width: 100%;
  font-size: 11px;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 1px solid var(--primary_lightorange);
  max-height: 50px;
  min-height: 50px;
  overflow: hidden; */
  position: relative;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    font-size: 11px;
    margin: 0 auto;
    /* text-align: center; */
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    border: 1px solid var(--primary_lightorange);
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.radio-count:checked + .for-radio-count {
  background-color: var(--primary_lightorange);
  color: #fff;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
.radio-icon {
  /* display: block;
  margin: 0px auto;
  width: 22px; */
  width: 22px;
  margin-right: 10px;
}
.pp-map {
  padding: 15px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  min-height: 87vh;
  transition: all 0.5 ease;
  overflow: hidden;
  position: relative;
  max-height: 87vh;
}
.leaflet-container.pp-mheight {
  position: absolute;
  bottom: 5px;
  top: 5px;
  height: auto;
  right: 5px;
  left: 5px;
  width: auto;
}
.pplanbtn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}
.pplanbtn-group .btn {
  margin: 1px;
  letter-spacing: 0.2px;
  font-size: 11px;
}
.sidebar-mini.sidebar-collapse .pplanbtn-group .btn {
  font-size: 12px;
}

.bomhead {
  display: block;
  padding: 5px 10px;
  background-color: var(--primary_blue);
  color: #fff !important;
  font-size: 15px;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.bomtable .filterTableSec {
  position: absolute;
  right: 100px;
  top: 15px;
}
.srchBar.bomtable .dataTables_wrapper.no-footer .dataTables_filter label input {
  height: 30px;
  border-radius: 4px;
}
.srchBar.bomtable
  .dataTables_wrapper.no-footer
  .dataTables_filter
  label
  input:focus {
  border-color: var(--primary_lightorange);
}
.srchBar.bomtable .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 16px;
  right: 80px;
  font-weight: 100;
  font-size: 14px;
  color: #ffffff;
}
.slp-plus {
  width: 25px;
  background-color: #fff;
  padding: 2px;
  border-radius: 4px;
  /* filter: brightness(0) invert(1); */
}
.p-pl-satge-head {
  background-color: var(--primary_blue);
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin: 5px 13px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-pl-satge-text {
  font-size: 15px;
  margin-bottom: 0;
}
.h-25 {
  height: 25px !important;
}
.p-05 {
  padding: 0 5px;
}
.new-map-h{ 
  position: relative;
  height: calc(100vh - 120px);
}
/********************************************/
/*project Planning Stage End*/
/********************************************/

/********************************************/
/*Monitoring Project on GIS Start*/
/********************************************/
.p-m-gis-sec {
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  min-height: 91vh;
  max-height: 91vh;
  overflow: hidden;
}
.m-p-head {
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  background-color: var(--primary_siemens);
  padding: 0.5rem 1.25rem;
  font-weight: 600;
}
.m-p-body {
  min-height: 79vh;
  max-height: 79vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}
.pmtree-ul {
  margin-bottom: 0;
  font-size: 14px;
  max-height: 200px;
  overflow: auto;
  padding: 5px;
  color: var(--text_primary);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px,
    rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
.pmg-mbsec {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  background-color: var(--primary_grey);
  padding: 5px;
  border-radius: 4px;
}
.pmg-mbsec label {
  margin-bottom: 0;
  cursor: pointer;
}
.pm-mbchild {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px,
    rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
.pm-child-head {
  background-color: var(--primar_gren);
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 7px 12px;
}
.pm-child-head h3 {
  margin-bottom: 0;
  font-size: 14px;
}
.pm-child-body {
  padding: 5px;
  min-height: 116px;
  max-height: 116px;
  overflow: auto;
}
.pm-child-body label {
  margin-bottom: 0;
  font-size: 13px;
  cursor: pointer;
}
.pm-child-list {
  background-color: #fafafa;
  padding: 2px 10px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  height: 25px;
  overflow: hidden;
  margin-bottom: 2px;
}
.pm-child-list:last-child {
  margin-bottom: 0;
}
.pm-child-head2 {
  background-color: var(--primary_blue);
  color: #fff;
  border-radius: 4px;
  padding: 7px 12px;
}
.pm-child-head2 h3 {
  margin-bottom: 0px;
  font-size: 14px;
}
.cust-range-slider .rs-container {
  margin: 0px auto;
  width: 90%;
}
.time-slider-sec {
  position: absolute;
  bottom: 0px;
  background-color: #00000061;
  z-index: 9990;
  width: 100%;
  left: 0;
  padding: 15px;
}
.m-time-sec {
  background-color: var(--primary_blue);
  border-radius: 4px;
  padding: 4px 10px 2px 10px;
  background-color: var(--primary_grey);
}
.m-time-label {
  color: #fff;
  margin-bottom: 0;
}
.time-slider-val {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.time-slider-val p {
  margin-bottom: 0;
  background-color: var(--primary_blue);
  color: #fff;
  font-size: 11px;
  padding: 0.2rem 0.7rem;
  border-radius: 4px;
}
.time-slider-sec .ui-widget-header {
  background: var(--primary_lightorange);
}
.time-slider-sec .ui-widget {
  font-size: 1em;
}
.time-slider-sec .ui-slider .ui-slider-handle {
  width: 1em;
  height: 1.2em;
}
.time-slider-sec .ui-state-default,
.time-slider-sec .ui-widget-content .ui-state-default {
  background: var(--primary_blue);
  outline: none;
  border: 0;
}
/********************************************/
/*Monitoring Project on GIS End*/
/********************************************/

/********************************************/
/*Maintaneence Manage Asset Start*/
/********************************************/
.cnewtab-li.mmas {
  margin-left: 1px;
  width: 40%;
}
.user-det.mmas img {
  border-radius: 4px;
}
.fourbtn-group-mma {
  display: flex;
  align-items: center;
}
/* .sidebar-mini.sidebar-collapse .fourbtn-group {
  flex-wrap: inherit;
}
.sidebar-mini.sidebar-collapse .fourbtn-group .btn {
  margin: 1px;
} */
.fourbtn-group-mma .btn {
  letter-spacing: 0.2px;
  font-size: 12px;
  margin: 0.5%;
  letter-spacing: 0.2px;
  font-size: 12px;
  width: 49%;
  float: left;
}
/********************************************/
/*Maintaneence Manage Asset End*/
/********************************************/

/********************************************/
/*GIS Analize Survey Start*/
/********************************************/
.srchBar.gas .filterTableSec {
  position: absolute;
  right: 87px;
  top: 0px;
}
.srchBar.gas .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 0px;
  right: 126px;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
}
.srchBar.gas .dataTables_wrapper.no-footer .dataTables_filter label input {
  border-radius: 4px;
}
.srchBar.gas
  .dataTables_wrapper.no-footer
  .dataTables_filter
  label
  input:focus {
  border-color: var(--primary_lightorange);
}
/********************************************/
/*GIS Analize Survey End*/
/********************************************/

/********************************************/
/*Project Organisation Asset Start*/
/********************************************/
.cnewtab-li.poas-1 {
  width: 38%;
}
/********************************************/
/*Project Organisation Asset End*/
/********************************************/

/********************************************/
/*Manage Survey Component Start*/
/********************************************/
.manageOrdTabs ul.ctabpage.ms-comp li {
  width: 15%;
}
/********************************************/
/*Manage Survey Component  End*/
/********************************************/

/********************************************/
/*Geo Fence Start*/
/********************************************/
.geo-search {
  position: absolute;
  top: 9px;
  right: 65px;
}
.gf-table tbody {
  display: block;
  /* min-height: 430px; */
  max-height: 430px;
  overflow: auto;
}
.gf-table thead,
.gf-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* .gf-table thead {
    width: calc( 100% - 1em )
} */
table.gf-table {
  width: 100%;
}
.gf-page-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}
.view-gf-map-sec {
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  min-height: 87vh;
  max-height: 87vh;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}
.leaflet-container.view-gf-map {
  position: absolute;
  bottom: 5px;
  top: 5px;
  height: auto;
  right: 5px;
  left: 5px;
  width: auto;
}
/********************************************/
/*Geo Fence End*/
/********************************************/

/********************************************/
/*Manage Organisation Start*/
/********************************************/
.srchBar.m-org-table .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 0px;
  right: 160px;
  font-weight: 100;
  font-size: 14px;
  color: #ffffff;
}
.srchBar.m-org-table
  .dataTables_wrapper.no-footer
  .dataTables_filter
  label
  input {
  border-radius: 4px;
}
.srchBar.m-org-table
  .dataTables_wrapper.no-footer
  .dataTables_filter
  label
  input:focus {
  border-color: var(--primary_lightorange);
}
.srchBar.m-org-table .filterTableSec {
  position: absolute;
  right: 120px;
  top: 0;
}
.treeview-height {
  min-height: 75vh;
  max-height: 75vh;
  overflow: auto;
}
.privil-height {
  min-height: 80vh;
  max-height: 80vh;
  overflow: auto;
  padding: 10px;
}
/********************************************/
/*Manage Organisation End*/
/********************************************/

/********************************************/
/*Superadmin Start*/
/********************************************/
.planHeight {
  min-height: 490px;
  max-height: 490px;
  overflow: auto;
}

.srchBar.m-dbase {
  margin-top: 45px;
}
.srchBar.m-dbase .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 15px;
  left: -40px;
  font-weight: 100;
  font-size: 14px;
  color: transparent;
}
.srchBar.m-dbase .dataTables_wrapper.no-footer .dataTables_filter label input {
  border-radius: 4px;
}
.srchBar.m-dbase
  .dataTables_wrapper.no-footer
  .dataTables_filter
  label
  input:focus {
  border-color: var(--primary_lightorange);
}
.srchBar.m-plans .dataTables_wrapper.no-footer .dataTables_filter label {
  position: absolute;
  top: 15px;
  left: 2px;
  font-weight: 100;
  font-size: 14px;
  color: transparent;
}
.srchBar.m-plans .dataTables_wrapper.no-footer .dataTables_filter label input {
  border-radius: 4px;
}
.srchBar.m-plans
  .dataTables_wrapper.no-footer
  .dataTables_filter
  label
  input:focus {
  border-color: var(--primary_lightorange);
}
.org-tabs.nav-tabs.plan-b {
  z-index: 9;
}
/********************************************/
/*Superadmin End*/
/********************************************/

/********************************************/
/*Surveybaba Asset Start*/
/********************************************/
.tempTableTextSec.sb-vertical .imgSide {
  border: 0;
  border-radius: 4px;
  padding: 0;
}
.tempTableTextSec.sb-vertical img {
  width: 65px;
  height: 65px;
}
.mst-li.new.mpsa {
  width: 7.3%;
}
.mpsa-eye {
  width: 20px;
  height: 20px;
  padding: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: var(--primary_lightorange);
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 36px;
}
.mpsa-eye img {
  width: 70%;
  filter: brightness(0) invert(1);
}
.mpsa-plus {
  width: 20px;
  height: 20px;
  padding: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: var(--primary_lightorange);
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 12px;
}
.mpsa-plus img {
  width: 70%;
  filter: brightness(0) invert(1);
}
/********************************************/
/*Surveybaba Asset End*/
/********************************************/

/********************************************/
/*Organisation Asset Start*/
/********************************************/
.org-v-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.5s ease;
  min-height: 25vh;
  max-height: 25vh;
  border-radius: 20px;
  margin: 15px;
}
.org-v-card:hover {
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.org-v-card-img {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
}
.org-v-card-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.org-v-card-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.org-v-card-count {
  position: absolute;
  top: 5px;
  right: 5px;
}
.org-v-card-count span {
  padding: 5px;
  background: #ffc107b8;
  font-size: 12px;
  color: #000000;
  border-radius: 20px;
  text-align: center;
}
.org-v-card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.8rem;
}
.org-v-card-title {
  margin: 0;
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.org-v-card-text {
  margin-bottom: 0;
  color: #000;
  font-size: 13px;
  max-height: 60px;
  overflow: hidden;
}
.org-v-list-height {
  padding: 5px;
  min-height: 79vh;
  max-height: 79vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.add-cat-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}
.pls-icon {
  width: 18px;
}
.dlt-icon {
  width: 18px;
}
/********************************************/
/*Organisation Asset End*/
/********************************************/

/********************************************/
/*Response QA QC Map Start*/
/********************************************/
.response-map-height {
  padding: 10px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  height: 87vh;
  overflow: hidden;
  max-height: 87vh;
}
.response-map-height2 {
  padding: 15px;
  background-color: #fff;
  margin: 0px 2px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  min-height: 91vh;
  transition: all 0.5 ease;
  overflow: hidden;
  position: relative;
  max-height: 91vh;
}
.response-map-height2.qa-qc {
    min-height: 87vh;
    max-height: 87vh;
}
.leaflet-container.srps {
  position: absolute;
    bottom: 5px;
    top: 5px;
    height: auto;
    right: 5px;
    left: 5px;
    width: auto;
}
.a-map-height {
  height: 40vh;
  overflow: auto;
}
.a-map-height.qa-qc {
    height: 72vh;
    overflow: auto;
}
.qa-qc-side-main-height {
  min-height: 84vh;
  max-height: 84vh;
}
/********************************************/
/*Response QA QC Map End*/
/********************************************/

/********************************************/
/*Manage Survey Equipment Start*/
/********************************************/
.equip-search {
  position: absolute;
  top: 10px;
  right: 130px;
}
/********************************************/
/*Manage Survey Equipment End*/
/********************************************/

/********************************************/
/*Manage Project Organisation Start*/
/********************************************/
.category-sec {
  display: flex;
  align-items: center;
}
.catgory-inp {
  width: 89%;
}
.sub-category-sec {
  width: 10%;
  margin-left: 1%;
}
.sub-cate-img {
  width: 38px;
}
/********************************************/
/*Manage Project Organisation End*/
/********************************************/

/********************************************/
/*Grid Start*/
/********************************************/
.sidebar-mini.layout-fixed.sidebar-collapse .grid-container1 {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  padding: 10px;
  grid-gap: 10px;
  margin: 0 5px;
}
.sidebar-mini.layout-fixed .grid-container1 {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  padding: 10px;
  grid-gap: 10px;
  margin: 0 5px;
}

/********************************************/
/*Grid End*/
/********************************************/


/********************************************/
/*Select Theme Start*/
/********************************************/
.radio-side-group {
  display: flex;
  flex-wrap: wrap;
}
.radio-side-color {
  width: 33.3%;
}
.color-radio {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.color-radio:checked + .for-color-radio,
.color-radio:not(:checked) + .for-color-radio {
  position: relative;
  display: inline-block;
  padding: 5px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  outline: none;
}

.color-radio:checked + .for-color-radio {
  background-color: var(--primary_lightorange);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
/********************************************/
/*Select Theme End*/
/********************************************/

/********************************************/
/*Select Icon Start*/
/********************************************/
.icon-radio-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.icon-radio-color {
  width: 10%;
}
.icon-color-radio img {
  width: 21px;
}
.color-radio:checked + .icon-color-radio,
.color-radio:not(:checked) + .icon-color-radio {
  position: relative;
  display: inline-block;
  padding: 5px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.color-radio:checked + .icon-color-radio {
  background-color: var(--primary_lightorange);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
.icon-radio-head {
  background-color: var(--primary_blue);
  color: #fff;
  padding: 2px 10px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
.icon-radio-head label {
  margin-bottom: 0px;
}
/********************************************/
/*Select Icon End*/
/********************************************/

/********************************************/
/*drag checkbox Start*/
/********************************************/
.icon-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.icon-checkbox-color {
  width: 23%;
  float: left;
  position: relative;
  cursor: all-scroll;
  border-radius: 7px;
  padding: 7px;
  text-align: center;
  margin: 1%;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.icon-checkbox-color.org {
  border: 1px solid var(--primary_lightorange);
}
.icon-checkbox-color.mobborder {
  border: 1px solid var(--primary_darkGrey);
}
.icon-checkbox-color.plborder {
  border: 1px solid var(--primar_gren);
}
.icon-checkbox-color.bmborder {
  border: 1px solid var(--primary_darkSiemens);
}
.icon-checkbox-color.omborder {
  border: 1px solid var(--primary_darkSky);
}
.icon-color-checkbox img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  padding: 2px;
  margin-bottom: 10px;
  -webkit-user-drag: none;
}
.icon-color-checkbox {
  display: flex;
  flex-direction: column;
  cursor: all-scroll;
}
.icon-color-checkbox h4 {
  font-size: 11px;
  margin-bottom: 0;
  height: 28px;
  overflow: hidden;
}
.color-checkbox {
  position: absolute;
  z-index: -1;
}
.color-checkbox:checked + .icon-color-checkbox,
.color-checkbox:not(:checked) + .icon-color-checkbox {
  position: relative;
  display: inline-block;
  width: 100%;
  outline: none;
}
/* .color-checkbox:checked + .icon-color-checkbox {
  background-color: var(--primary_lightorange);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
} */
.icon-checkbox-head {
  background-color: var(--primary_blue);
  color: #fff;
  padding: 2px 10px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
.icon-checkbox-head label {
  margin-bottom: 0px;
}
/********************************************/
/*drag checkbox End*/
/********************************************/

