@charset "UTF-8";
/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
.esg-navigation {
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 2;
  color: #212121;
  text-transform: uppercase;
  padding: 0;
  position: fixed;
}

.esg-navigation.z-index-3 {
  z-index: 3;
}

.esg-navigation-indi .company-page-img {
  display: none;
}

.esg-navigation ul {
  margin: 0;
  padding: 0;
}

.esg-navigation ul li {
  display: inline-block;
  padding: 0;
  font-weight: 500;
  line-height: 39px;
}

.esg-navigation ul li a {
  color: #212121;
  font-size: 20px;
}

.esg-navigation ul li.active a {
  color: #E30613;
  font-weight: 700;
}

.esg-navigation ul li.active {
  border-bottom: 4px solid #E30613;
}

.esg-navigation .navbar-default {
  background: 0 0;
  box-shadow: none;
}

.esg-navigation .navbar-default .navbar-collapse {
  width: 100%;
  border-color: #ffffff;
}

.esg-navigation .navbar-collapse li {
  border-bottom: none;
}

.esg-navigation .navbar-collapse img {
  padding-right: 0;
  max-width: 100%;
  width: auto;
}

.esg-navigation .navbar-collapse {
  right: 0;
}

.c-dash-left .sidebar-left {
  position: fixed;
  left: 0;
  top: 0;
  padding-left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  padding-top: 85px;
}

.c-dash-left .sidebar-left li {
  float: none;
}

.c-dash-left .sidebar-left li a {
  padding: 10px 0 10px 15px;
  color: #000000;
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px !important;
  border-bottom: none;
}

.c-dash-left .sidebar-left li.active {
  background: #000000;
}

.c-dash-left .sidebar-left li.active a {
  color: #ffffff;
}

.project-view-dashboard .main-panel,
.reports-dashboard .main-panel,
.scorecards-dashboard .main-panel {
  margin-left: 225px;
  background: #f7f7f7;
  padding-top: 80px;
  width: calc(100% - 225px);
  min-height: 100vh;
  color: #444;
}

.scorecards-dashboard .environmental-div h4.heading {
  background: #5fb430;
}

.scorecards-dashboard .circle-black,
.scorecards-dashboard .circle-danger,
.scorecards-dashboard .circle-success,
.scorecards-dashboard .circle-warning {
  width: 15px;
  height: 15px;
  background: #f5a81e;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: block;
}

.scorecards-dashboard .circle-success {
  background: #5fb430;
}

.scorecards-dashboard .circle-danger {
  background: #d10014;
}

.scorecards-dashboard .circle-black {
  background: #000000;
}

.scorecards-dashboard .bg-light-warning {
  background: #fad392;
}

.scorecards-dashboard .bg-light-success {
  background: #b0d99a;
}

.scorecards-dashboard .bg-light-fuschia {
  background: #e8818e;
}

.scorecards-dashboard .bg-light-info {
  background: #a1c4e7;
}

.scorecards-dashboard .bg-light-mauve {
  background: #df8ab1;
}

.reports-dashboard .bg-light-success {
  background: #c4d9b9;
}

.reports-dashboard .bg-light-magenta {
  background: #dcb2c5;
}

.reports-dashboard .bg-light-info {
  background: #bdcee0;
}

.project-view-dashboard .btn-danger,
.reports-dashboard .btn-danger {
  background: #d10014;
}

.project-view-dashboard .text-danger {
  color: #d10014;
}

.project-view-dashboard .notification-div .bg-success {
  background: #5fb430;
}

.reports-dashboard .panel-heading {
  position: relative;
}

.reports-dashboard .panel-heading a {
  width: 100%;
  display: block;
  color: #bd1362;
  font-weight: 700;
}

.reports-dashboard .panel-heading a[data-toggle=collapse]:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  position: absolute;
  font-size: 18px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);
}

.reports-dashboard .panel-heading a[data-toggle=collapse].collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reports-dashboard .panel-body .table {
  background-color: #ececec;
}

.reports-dashboard .editButton {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 5px 10px;
  background: #ffffff;
  z-index: 1;
  box-shadow: 0 0 5px #ccc;
}

.reports-dashboard .editButton li {
  cursor: pointer;
  pointer-events: auto;
}

.project-view-dashboard .heading-h4 {
  position: relative;
  font-size: 13px;
}

.project-view-dashboard .heading-h4 span::before {
  content: "";
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  width: 70%;
  top: 8px;
  z-index: 0;
}

.project-view-dashboard .heading-h4 span {
  background: #ffffff;
  padding-right: 10px;
  z-index: 1;
}

.esg-dashboard,
.esg-navigation {
  font-weight: 500;
  font-family: Lato, sans-serif;
  color: #212121;
  letter-spacing: 1px;
  left: 0;
}

.esg-dashboard .text-success {
  color: #5c9714;
}

.esg-dashboard .text-warning {
  color: #f5a623;
}

.esg-dashboard .text-purple {
  color: #bc6ecc;
}

.esg-dashboard .bg-success {
  background: #5c9714;
}

.esg-dashboard .bg-danger {
  background: #E30613;
}

.esg-dashboard .bg-warning {
  background: #f5a623;
}

.esg-dashboard .intro-div h2 {
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 2px;
}

.esg-dashboard .intro-div h2 img {
  margin-top: -10px;
}

.esg-dashboard .post-grid ul {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0;
}

.esg-dashboard .post-grid li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 99.333333%;
  padding: 0 0 116.33333333% 0;
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -moz-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  -o-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
  background: #fd005f;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -50px;
}

.esg-dashboard .post-grid li:last-child {
  margin-right: 0;
}

.esg-dashboard .post-grid li * {
  visibility: visible;
}

.esg-dashboard .post-grid li .esgHexagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -moz-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  -o-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  overflow: hidden;
  background-size: 100% 100%;
  background-position-y: 0;
  background-position-x: center;
  background-repeat: no-repeat;
  background-color: #a5a5a5;
}

.esg-dashboard .post-grid li .esgHexagon .allContent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  background: rgba(173, 173, 173, 0.88);
  width: 100%;
  height: 35px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  bottom: 27%;
  padding: 5px 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.esg-dashboard .post-grid li .esgHexagon .allContent span {
  font-size: 16px;
  color: #000000;
  width: 50%;
}

.esg-dashboard .post-grid li .esgHexagon .allContent.danger {
  background: rgba(177, 46, 48, 0.93);
}

.esg-dashboard .post-grid li .esgHexagon .allContent.danger span {
  color: #ffffff;
}

.esg-dashboard .perSummaryDiv hr {
  width: 200px;
  margin: 0 auto;
  border-top: 2px solid #000000;
}

.esg-dashboard .perSummaryDiv h1 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 5px;
}

.esg-dashboard .perSummaryDiv h2 {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 0;
}

.esg-dashboard .perSummaryDiv h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0;
}

.esg-dashboard .perSummaryDiv .zonalRankcircle {
  width: 300px;
  height: 300px;
  padding: 30px;
  text-transform: uppercase;
  color: #f5a623;
  border: 10px solid #fdedd3;
  margin: 0 auto;
}

.esg-dashboard .intellectualCircle h3,
.esg-dashboard .perSummaryDiv .zonalRankcircle h3 {
  font-size: 26px;
}

.esg-dashboard .intellectualCircle h1,
.esg-dashboard .perSummaryDiv .zonalRankcircle h1 {
  font-size: 130px;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 0;
  line-height: 90px;
}

.esg-dashboard .intellectualCircle {
  width: 300px;
  height: 300px;
  padding: 30px;
  text-transform: uppercase;
  color: #5c9714;
  border: 10px solid #d8e2cc;
  margin: 0 auto;
}

.esg-dashboard .perSummaryData em {
  font-size: 45px;
}

.esg-dashboard .perSummaryData .btn {
  background: 0 0;
  border: 1px solid #c3c3c3;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.esg-dashboard .perSummaryData .btn.bg-pastel-black {
  background: #494949;
  border: 1px solid #494949;
}

.esg-dashboard .perSummaryData .progress {
  height: 15px;
  background: #a6a6a5;
}

.esg-dashboard .perSummaryData .progress-danger {
  background: #e6a3a2;
}

.esg-dashboard .perSummaryData .progress-bar-success {
  background-color: #212121;
}

.esg-dashboard .perSummaryData .progress-bar-danger {
  background-color: #E30613;
}

.esg-dashboard .bocwRegDiv ul,
.esg-dashboard .certificationDiv ul,
.esg-dashboard .emissionIntensityDiv ul,
.esg-dashboard .envDataCoverageDiv ul,
.esg-dashboard .perSummaryData ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.esg-dashboard .perSummaryData ul li {
  width: 300px;
}

.esg-dashboard .perSummaryData h3 {
  margin-top: 5px;
  font-size: 22px;
}

.esg-dashboard .perSummaryData .pie-value {
  color: #212121;
}

.esg-dashboard .topHeading .icon {
  padding: 2px;
  text-align: center;
  font-weight: 900;
  background: #a6a6a5;
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
}

.esg-dashboard .topHeading h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: left;
}

.esg-dashboard .topHeading .zRankBtn {
  letter-spacing: 5px;
  font-weight: 400;
  font-size: 24px;
  width: 250px;
}

.esg-dashboard .envDataCoverageDiv ul li {
  width: 250px;
  border: 1px solid #c6c6c6;
}

.esg-dashboard .envDataCoverageDiv ul li .name {
  background: #cfcfcf;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 0;
}

.esg-dashboard .envDataCoverageDiv ul li .phase {
  font-size: 16px;
  letter-spacing: 3px;
  padding: 6px 0;
}

.esg-dashboard .envDataCoverageDiv ul li .name.bg-danger {
  background: #E30613;
  color: #ffffff;
}

.esg-dashboard .bocwRegDiv ul li,
.esg-dashboard .certificationDiv ul li,
.esg-dashboard .emissionIntensityDiv ul li {
  width: 200px;
}

.esg-dashboard .emissionIntensityDiv ul li h3 {
  margin-top: 0;
  color: #464646;
}

.esg-dashboard .emissionIntensityDiv ul li h4,
.esg-dashboard .greenSpendingDiv h4 {
  letter-spacing: 3px;
  color: #464646;
}

.esg-dashboard .emissionIntensityDiv ul li p {
  letter-spacing: 2px;
  color: #464646;
}

.esg-dashboard .emissionIntensityDiv .name em {
  font-size: 35px;
}

.esg-dashboard .emissionIntensityDiv h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 35px;
}

.esg-dashboard .certificationDiv em {
  font-size: 50px;
  margin-bottom: 20px;
}

.esg-dashboard .certificationDiv h2 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.esg-dashboard .bocwRegDiv .btn-default,
.esg-dashboard .certificationDiv .btn-default {
  font-weight: 700;
  letter-spacing: 1px;
  width: 100%;
  background: #cfcfcf;
  text-shadow: none;
  text-transform: uppercase;
}

.esg-dashboard .bocwRegDiv .btn-default.bg-danger,
.esg-dashboard .certificationDiv .btn-default.bg-danger {
  background: #E30613;
}

.esg-dashboard .bocwRegDiv h2 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 50px;
}

.esg-dashboard .bocwRegDiv .pie-value {
  font-size: 30px;
  color: #212121;
}

.esg-dashboard .greenSpendingDiv p {
  letter-spacing: 2px;
}

.esg-dashboard .greenSpendingDiv h1 {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 20px;
}

.esg-dashboard .greenSpendingDiv h4.text-purple {
  color: #bc6ecc;
}

.esg-dashboard .emsAuditDiv .section-1 h1 {
  font-weight: 800;
  font-size: 60px;
}

.esg-dashboard .emsAuditDiv .section-2 h1 {
  font-weight: 500;
  font-size: 70px;
}

.esg-dashboard .emsAuditDiv .section-2.border {
  border: 1px solid #212121;
}

.esg-dashboard .emsAuditDiv .section-2 .border-right {
  border-right: 1px solid #212121;
}

.esg-dashboard .emsAuditDiv .section-2 .border-left {
  border-left: 1px solid #212121;
}

.esg-dashboard .socialCapitalDiv ul li {
  display: inline-block;
  font-size: 35px;
  margin-bottom: 10px;
}

.esg-dashboard .showAddOptions {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  padding: 5px 10px 0;
  width: 30%;
  text-align: center;
  display: none;
  top: 40px;
  right: 34%;
  box-shadow: 0 4px 5px #ccc;
}

.esg-dashboard .showAddOptions a {
  color: #212121;
}

.esg-dashboard .quickLinks .showAddOptions {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  padding: 10px 10px 0;
  width: 145px;
  text-align: left;
  text-transform: capitalize;
  display: none;
  font-size: 13px;
  top: 28px;
  right: auto;
  box-shadow: 0 0px 10px #ccc;
}

.esg-dashboard .quickLinks .showAddOptions em {
  color: #9f9f9f;
}

.esg-dashboard .progress.h-4 {
  height: 4px;
}

.esg-dashboard .esgTopLink {
  position: absolute;
  top: 90px;
  width: 100%;
  margin: 0 auto;
  height: 70px;
  text-align: center;
  background: #ffffff;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 15px 6%;
}

.esg-dashboard .esgTopLinkFixed {
  position: fixed;
  top: 0;
  z-index: 2;
}

.esg-dashboard .esgTopLink li.active,
.esg-dashboard .esgTopLink li.active a {
  color: #E30613;
}

.esg-sustainability-detail .esg-navigation,
.esg-sustainability-detail-cso .esg-navigation {
  position: relative;
}

.esg-dashboard .owl-carousel .owl-nav button.owl-next,
.esg-dashboard .owl-carousel .owl-nav button.owl-prev {
  width: 20px;
  height: 20px;
  top: 13%;
  line-height: 12px;
  font-size: 10px;
  background: #a6a6a6;
  color: #212121;
}

.esg-dashboard .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.esg-dashboard .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.esg-dashboard .esgDataEntryAssuraceDiv ul li {
  display: inline-block;
  margin-right: 20px;
  width: 120px;
}

.esg-dashboard .dataCoverageNavDiv ul li {
  display: inline-block;
  padding: 12px 5px;
  margin: 0 0;
  text-align: center;
  width: 24%;
}

.esg-dashboard .notification-section .nav-tabs li a {
  text-transform: uppercase;
  font-size: 16px;
}

.esg-dashboard .notification-section .nav-tabs li.active {
  background: #000000;
}

.esg-dashboard .notification-section .nav-tabs li.active a {
  color: #ffffff;
}

.esg-dashboard.manage-team-body .modal ul.manage-team-ul li,
.esg-user-level-access ul.manage-team-ul li {
  display: inline-block;
  font-size: 16px;
  width: 32%;
  text-align: center;
  padding: 0 0 30px;
  color: #c6c6c6;
}

.esg-dashboard.manage-team-body .modal ul.manage-team-ul li span.nmbr,
.esg-user-level-access ul.manage-team-ul li span.nmbr {
  width: 30px;
  height: 30px;
  background: #d5d4d4;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  color: #787878;
  padding: 2px;
  margin: 10px auto;
}

.esg-dashboard.manage-team-body .modal ul.manage-team-ul li label,
.esg-user-level-access ul.manage-team-ul li label {
  font-weight: 400;
  cursor: pointer;
}

.esg-dashboard.manage-team-body .modal .manage-team-ul input,
.esg-user-level-access ul.manage-team-ul input {
  display: none;
}

.esg-dashboard.manage-team-body .modal .manage-team-ul input:checked ~ .checkmark-span .nmbr,
.esg-user-level-access ul.manage-team-ul input:checked ~ .checkmark-span .nmbr {
  background: #000000;
  color: #ffffff;
}

.esg-dashboard.manage-team-body .modal .manage-team-ul input:checked ~ .checkmark-span,
.esg-user-level-access ul.manage-team-ul input:checked ~ .checkmark-span {
  color: #000000;
}

.esg-dashboard.manage-team-body .cmnInsdDivBgWhite,
.esg-dashboard.manage-team-body .cmnInsdDivBgWhite .company-page-new-left {
  background: #f7f7f7;
}

.esg-dashboard.manage-team-body .cmnHeading {
  background: #ccc;
  padding: 20px 30px;
  box-shadow: none;
}

.manage-team-body .teamCSRAccessTdSelect li.multiselect-item.multiselect-group {
  background: #f1f1f1;
}

.esg-dashboard.sustainability-data-universe-body #dataEntryTop .bg-teal {
  background: #63b3b2;
}

/* .esg-dashboard.sustainability-data-universe-body #dataEntryTop .bg-warning{background:#c2ab98} */
.esg-dashboard.sustainability-data-universe-body #dataEntryTop .bg-pastel-black {
  background: #575757;
}

.esg-dashboard.sustainability-data-universe-body #dataEntryTop .bg-black-transparent {
  background: rgba(0, 0, 0, 0.17);
}

.esg-dashboard.sustainability-data-universe-body #dataEntryTop .bg-warning-transparent {
  background: rgba(245, 166, 35, 0.29);
}

.esg-dashboard.sustainability-data-universe-body #dataEntryTop .bg-info {
  background: #3f92bf;
}

.esg-dashboard.sustainability-data-universe-body .text-teal {
  color: #16594a;
}

.no-js .owl-carousel-tertiary-datel,
.owl-carousel-tertiary-date.owl-loaded {
  display: grid !important;
}

.sustainability-data-universe-body .esgDataUniverseTopLink li.active {
  background: #212120;
}

.sustainability-data-universe-body .esgDataUniverseTopLink li.active a {
  color: #ffffff;
}

.sustainability-data-universe-body .owl-carousel-report .owl-nav button.owl-next,
.sustainability-data-universe-body .owl-carousel-report .owl-nav button.owl-prev {
  top: 5%;
}

.esg-dashboard.sustainability-data-universe-body .sustainability-data-universe-left .nav-tabs li {
  width: 100%;
}

.esg-dashboard.sustainability-data-universe-body .sustainability-data-universe-left .nav-tabs li a {
  color: #464646;
  border-bottom: none;
}

.esg-dashboard.sustainability-data-universe-body .sustainability-data-universe-left .nav-tabs li a.text-white {
  color: #ffffff;
}

.esg-dashboard.sustainability-data-universe-body .sustainability-data-universe-left .nav-tabs li.active {
  background: rgba(145, 145, 145, 0.904);
}

.esg-dashboard.sustainability-data-universe-body .sustainability-data-universe-left .nav-tabs li.active a {
  color: #ffffff;
}

.esg-dashboard.sustainability-data-universe-body .verifySponsorAction {
  padding: 1px 5px;
  font-size: 12px;
}

.esg-dashboard .projectAccessDiv .sdg-label {
  padding-left: 25px;
  display: block;
}

.esg-dashboard .projectAccessDiv .sdg-ul li {
  display: block;
}

.esg-dashboard .projectAccessDiv .sdg-ul li input {
  cursor: pointer;
}

.esg-dashboard .projectAccessDiv .nav-tabs > li {
  float: none;
}

.esg-dashboard .projectAccessDiv .nav-tabs > li.active {
  background: #212120;
}

.esg-dashboard .projectAccessDiv .nav-tabs > li.active a {
  color: #ffffff;
}

.esg-dashboard .projectAccessDiv .sdg-subul li {
  color: #212120;
}

.esg-dashboard .projectAccessDiv .sdg-subul,
.esg-dashboard .projectAccessDiv .sdg-subul2 {
  padding-left: 20px;
}

.esg-dashboard #addUniverseIcon .fa-icon-display-ul li,
.esg-dashboard #editUniverseIcon .fa-icon-display-ul li {
  display: inline-block;
  padding: 10px 19px;
  margin: 5px;
  position: relative;
  border: 1px solid #ccc;
  font-size: 22px;
}

.esg-dashboard #addUniverseIcon .fa-icon-display-ul li.active::before,
.esg-dashboard #editUniverseIcon .fa-icon-display-ul li.active::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #97c322;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "\f00c";
  top: -7px;
  right: -5px;
  z-index: 1;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  padding: 0 0 0 4px;
  font-size: 13px;
}

.esg-navigation #greenDashSVGLogo {
  height: 30px;
}

.esg-sustainability-detail .panel-body ul li {
  float: none;
}

.esg-switch-left,
.esg-switch-right {
  padding: 195px 0;
  position: relative;
}

.esg-switch-left {
  background: #52b54b;
}

.esg-switch-right {
  background: #ffffff;
  padding-left: 200px;
  padding-right: 200px;
}

.esg-switch-left .arrowLeft,
.esg-switch-right .arrowRight {
  position: absolute;
  top: 44%;
  z-index: 9;
  font-size: 60px;
}

.esg-switch-left .arrowLeft {
  left: 15px;
}

.esg-switch-right .arrowRight {
  right: 15px;
}

.esg-dashboard #show_pActivity .table tr:last-child td {
  border-bottom: none;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left {
  background-image: linear-gradient(to bottom right, #232526, #414345);
  background: -webkit-linear-gradient(bottom, #414345, #232526);
  position: fixed;
  width: 16%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  z-index: 9;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pageContent {
  margin-left: 16%;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .aggregateLi {
  color: #5fb430;
  width: 100%;
  display: block;
  font-size: 20px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .aggregateLi.active {
  background-color: #5fb430;
  color: #ffffff;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .companyLogo {
  height: 60px;
  text-align: center;
  padding: 15px;
}

/* .esg-dashboard.sustainability-project-data .sustainability-data-universe-left h4{color:$color-limegreen;letter-spacing:2px;padding:10px 30px;text-transform:uppercase} */
.esg-dashboard.sustainability-project-data .sustainability-data-universe-left h4.text-purple {
  color: #bc6ecc;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li {
  width: 100%;
  position: relative;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li a {
  border-bottom: none;
  color: #d9d9d9;
  font-size: 14px;
  padding: 6px 15px 6px 15px;
  display: block;
  margin-bottom: 5px;
  clear: both;
  width: 90%;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li a.active {
  color: #ffffff;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li a.active {
  border: 0 solid transparent;
  background: linear-gradient(to left, #5fb430, #5fb430);
  border-left: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 0 5px #021f2a;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li a.liB.active {
  background: linear-gradient(to left, #ec82ce, #9063f9);
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li em.icon {
  padding-right: 5px;
  font-size: 11px;
  margin-top: -3px;
  vertical-align: middle;
  width: 20px;
  display: inline-block;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.subUl,
.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.subUl2,
.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.subUl3,
.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.subUl4 {
  display: none;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.subUl li a {
  padding: 6px 15px 6px 30px;
  display: block;
  margin-bottom: 0;
  clear: both;
  position: relative;
  width: 90%;
  display: flex;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.sub2Ul li a {
  padding: 6px 15px 6px 45px;
  display: block;
  margin-bottom: 0;
  clear: both;
  position: relative;
  width: 90%;
  display: flex;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.sub3Ul li a,
.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.sub4Ul li a {
  padding: 6px 15px 6px 60px;
  display: block;
  margin-bottom: 0;
  clear: both;
  position: relative;
  width: 90%;
  display: flex;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.subUl li a em.icon {
  padding-top: 10px;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.sub2Ul li a em.icon {
  padding-top: 10px;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.sub3Ul li a em.icon {
  padding-top: 10px;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li ul.sub4Ul li a em.icon {
  padding-top: 10px;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-left ul li i {
  position: absolute;
  right: 0;
  top: 0;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pDataRtop {
  box-shadow: 0 10px 10px #f5f5f5;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pDataRtop ul li {
  display: inline-block;
  padding: 10px 20px 15px 20px;
  cursor: pointer;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pDataRtop ul li.active {
  border-bottom: 2px solid #0d265e;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pDataRtop ul li a {
  color: #d1d1d1;
  cursor: pointer;
  border-bottom: none;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pDataRtop ul li.active a {
  color: #0d265e;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .exploreBtn {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #232526, #414345);
  background: 0 0;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .exploreBtn:hover {
  background: -webkit-linear-gradient(bottom right, #232526, #414345);
  color: #ffffff;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBorderTags {
  position: relative;
  padding: 5px 30px 5px 20px;
  display: block;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBorderTags::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45deg, #02a9da, #2051b8);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBorderTagsRight::before {
  padding-right: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBorderTagsLeft::before {
  padding-left: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .nestedTable tr:last-child td {
  border-bottom: none;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .nestedTable tr td {
  vertical-align: top !important;
}

/* .esg-dashboard.sustainability-project-data .sustainability-data-universe-right .nestedDateEvidenceTable tbody tr{display: none;}
.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .nestedDateEvidenceTable tbody tr:first-child{display: table-row;} */
.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBgTags {
  position: relative;
  padding: 5px 20px 5px 15px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBgTags.bg-green {
  background: #c7c7c7;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBgTags.bg-info {
  background: #c7c7c7;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBgTags.bg-yellow {
  background: #c7c7c7;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBgTags.bg-grey {
  background: #c7c7c7;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBgTags.bg-success {
  background: #c7c7c7;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBgTags.bg-purple {
  background: #c7c7c7;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .gradientBgTags::before {
  content: "";
  position: absolute;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .tab-content {
  background-color: #f5f5f5;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .universeCard {
  box-shadow: 0 0 10px #ccc;
  background: #ffffff;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .panel-heading.panel-heading-success {
  background: #5fb430;
  color: #ffffff;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .panel-heading.panel-heading-danger {
  background: #E30613;
  color: #ffffff;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .panel-heading.panel-heading-grey {
  background: #ddd;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .panel-heading.panel-heading-danger a,
.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .panel-heading.panel-heading-success {
  color: #ffffff;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .panel-heading.bg-success a,
.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .panel-heading.panel-heading-success {
  color: #ffffff;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .tagLevelDataDiv .levelTd {
  position: relative;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .tagLevelDataDiv .levelSpan {
  position: absolute;
  left: 0;
  width: 5px;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .tagLevelDataDiv .grandLevel {
  background: rgb(0, 0, 0);
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .tagLevelDataDiv .zoneLevel {
  background: rgba(0, 0, 0, 0.7);
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .tagLevelDataDiv .regionalLevel {
  background: rgba(0, 0, 0, 0.4);
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .tagLevelDataDiv .projectLevel {
  background: rgba(0, 0, 0, 0.1);
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .tagLevelDataDiv .phaseLevel {
  background: rgba(0, 0, 0, 0);
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .indicatorDataCoverageDivTable {
  height: 600px;
  border: 1px solid #ddd;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .indicatorDataCoverageTable {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .indicatorDataCoverageTable thead {
  position: sticky;
  top: 0;
  background: #f7f7f7;
  z-index: 1;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .indicatorDataCoverageTable thead tr td {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background: #ddd;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .indicatorDataCoverageTable tr td {
  border: none;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .indicatorDataCoverageTable tr td:first-child {
  position: sticky;
  left: 0;
  background: #ffffff;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .indicatorDataCoverageTable .indicatorDataSubTable tr td {
  padding: 1px;
  border-top: none;
  border-left: none;
  background: 0 0;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .distribution-div .radio-approve .checkmark-span {
  height: 22px;
  line-height: 20px;
  border: solid 1px #efffdd;
  color: #5c9e14;
  background: #efffdd;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .distribution-div .radio-approve input:checked ~ .checkmark-span,
.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .distribution-div .radio-approve input.approvedInput ~ .checkmark-span {
  color: #ffffff;
  background: #5c9e14;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .distribution-div .radio-reject .checkmark-span {
  height: 22px;
  line-height: 20px;
  border: solid 1px #ffdbdf;
  color: #d0021b;
  background: #ffdbdf;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .distribution-div .radio-reject input:checked ~ .checkmark-span,
.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .distribution-div .radio-reject input.rejectedInput ~ .checkmark-span {
  color: #ffffff;
  background: #d0021b;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .viewEntryChartEmSection .nav-tabs li {
  clear: none;
}

.esg-dashboard.sustainability-project-data .showDataPreloader {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 30%;
  top: 0;
  bottom: 0;
  height: 300px;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .projectDataCoverageTable .coverageSpan {
  text-align: center;
  /*margin-top:-6px; padding-right:15px; padding-left:15px; */
  line-height: 16px;
  width: 80px;
  display: block;
  padding: 5px 0 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .distribution-div ul {
  display: flex;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .distribution-div ul li {
  width: 100%;
  min-width: 20px;
  height: 20px;
  padding: 0;
}

.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .distribution-div ul li .radio-btn {
  margin: 0;
}

/* .esg-dashboard.sustainability-project-data .sustainability-data-universe-right .projectDataCoverageTable .coverageSpan.bg-danger{box-shadow: 0 0 5px #1c0000;} */
.esg-dashboard.sustainability-project-data .sustainability-data-universe-right .projectDataCoverageTable .coverageSpan .font-size-10 {
  letter-spacing: 1px;
  font-size: 9px !important;
  /*color:#d7d7d7*/
}

.esg-dashboard .sustainability-data-universe-left .leftCloseIcon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ffffff;
}

.esg-dashboard .esg-navigation .navbar-toggle {
  padding: 6px 6px;
}

.esg-dashboard .leftOpenIcon {
  z-index: 1;
  position: absolute;
  left: 0;
  top: -12px;
  background: #d1d1d1;
  padding: 5px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  font-size: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.esg-dashboard .leftOpenIcon em {
  position: absolute;
  right: 11px;
  top: 15px;
  font-size: 20px;
  z-index: 1;
  color: #404040;
}

.esg-navigation .esgCompanyLogo {
  z-index: 9;
}

.esg-dashboard .sustainability-data-universe-right .projectLevelDataDiv .dataPointSpan {
  letter-spacing: 1px;
  font-size: 9px !important;
  color: #ffffff;
}

.sustainability-data-universe-body .configureWorkflows .drag-drop {
  margin-left: -5px;
  margin-right: -5px;
}

.sustainability-data-universe-body .configureWorkflows .drag-drop li {
  display: inline-block;
  width: 23%;
  text-align: center;
  vertical-align: top;
  margin: 0 5px;
}

#workflowProcess li.active {
  background: #b9def3;
}

#workflowProcess li.active a {
  color: #555;
}

#workflowProcess ul.nav-tabs {
  border-bottom: 1px solid #eee;
}

#workflowProcess .workflowProcessRight ul.nav-tabs li {
  width: 20%;
  text-align: center;
}

.workflowProcessRight {
  background: #eff8fd;
}

#workflowProcess .workflowProcessRight .distribution-div .checkmark-span {
  line-height: 24px;
  height: 26px;
  text-transform: uppercase;
}

#workflowProcess .workflowProcessRight .distribution-div .checkmark-span.disabled {
  color: #ccc;
  border: solid 1px #e1e1e1;
  pointer-events: none;
  background: #ebebeb;
}

#workflowProcess .workflowProcessRight .distribution-div .radio-approve .checkmark-span.disabled.checked {
  color: #ccc;
  border: solid 1px #129628;
  pointer-events: none;
  background: #129628;
}

#workflowProcess .workflowProcessRight .distribution-div .radio-reject .checkmark-span.disabled.checked {
  color: #ccc;
  border: solid 1px #c52f2f;
  pointer-events: none;
  background: #c52f2f;
}

.controllerProgressContainer {
  position: relative;
  margin: 0 auto;
  color: #000000;
}

.controllerProgress {
  position: relative;
  padding: 0 1rem 0 3.5rem;
  margin: 2rem 0 0;
  list-style: none;
}

.controllerProgress__item {
  position: relative;
  min-height: 100px;
  counter-increment: list;
  padding-left: 1.5rem;
}

.controllerProgress__item:before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 33px;
  height: 70%;
  width: 1px;
  border-left: 1px solid #000000;
}

.controllerProgress__item:after {
  content: counter(list);
  position: absolute;
  top: 0;
  left: -3.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 3.5rem;
  text-align: center;
  border: 1px solid #000000;
}

.controllerProgress__item:last-child:before {
  border: none;
}

.controllerProgress__item.controllerProgress__item--completed {
  opacity: 0.6;
  color: #000000;
}

.controllerProgress__item.controllerProgress__item--completed:after {
  content: "✓";
  font-weight: 400;
  background: #000000;
  color: #ffffff;
}

.controllerProgress__item.controllerProgress__item--active:after {
  background: #000000;
  color: #ffffff;
}

.controllerProgress__title {
  padding: 0 0 0.5rem;
  margin: 0;
  font-size: 1.5rem;
}

.controllerProgress__info {
  font-size: 20px;
}

.dataCoverageInsights .owl-item .item a {
  color: #494949;
}

.dataCoverageInsights .owl-item .item a span {
  background-color: #f2f2f2;
  display: block;
}

.dataCoverageInsights .owl-item .item.active a {
  color: #ffffff;
}

.dataCoverageInsights .owl-item .item.active a span {
  background-color: #91a21f;
  display: block;
}

.sustainability-project-data .panel-heading.projectDataRefreshClass {
  padding: 5px 15px;
}

.assign-member-event-data .sustainability-data-universe-left .dropbtn.text-black,
.sustainability-project-data .sustainability-data-universe-left .dropbtn.text-black {
  color: #ffffff;
}

.assign-member-event-data .sustainability-data-universe-left .dropbtn p.text-grey,
.sustainability-project-data .sustainability-data-universe-left .dropbtn p.text-grey {
  color: #d1d1d1;
}

/* =============================== Manage Beneficiary Module ============================= */
.manage-beneficiary-module-body .manage-beneficiary-module-section .panel-body .nav-tabs li {
  clear: none;
  padding: 0;
  min-width: 100px;
  text-align: center;
}

.manage-beneficiary-module-body .manage-beneficiary-module-section .panel-body .nav-tabs li.active {
  background: #444;
}

.manage-beneficiary-module-body .manage-beneficiary-module-section .panel-body .nav-tabs li.active a {
  color: #ffffff;
}

/* ================================ Dashboard Insight ================================ */
.dashboardInsights h1,
.dashboardInsights h2,
.dashboardInsights h3,
.dashboardInsights h4,
.dashboardInsights .btn {
  font-weight: 700;
}

.dashboardInsights p {
  font-size: 15px;
}

.dashboardInsights .topHeader {
  background: #f5f5f5;
}

.dashboardInsights .page-preview .topHeader.stickyTop {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  box-shadow: 0 0 6px #e7e7e7;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.dashboardInsights .page-preview .topHeader.stickyTop h3 {
  display: none;
}

.dashboardInsights .page-preview #pageRenderSection.stickyTop {
  margin-top: 130px;
}

.dashboardInsights #pageRenderSection {
  padding: 0;
  margin: 0;
}

.dashboardInsights .topHeader h3 {
  color: #000000;
  padding-bottom: 5px;
  width: 25%;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  font-weight: 700;
}

.dashboardInsights .topHeader h1.text-green {
  color: #274e13;
}

.dashboardInsights .topHeader h1.text-info {
  color: #004aad;
}

.dashboardInsights .topHeader h1.text-danger {
  color: #b80016;
}

.dashboardInsights .topHeader h1 em.text-green {
  color: #52b54b;
}

.dashboardInsights .topHeader h1 em.text-info {
  color: #004aad;
}

.dashboardInsights .topHeader h1 em.text-danger {
  color: #b80016;
}

.dashboardInsights .topHeader h1 span,
.dashboardInsights .bottomSection h2 span {
  color: #000000;
}

.dashboardInsights .middleSection {
  background: #52b54b;
}

.dashboardInsights .middleSection .form-control {
  min-height: 25px;
}

.dashboardInsights .middleSection select.form-control {
  line-height: inherit;
}

.dashboardInsights .chartSection h4 {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #547645;
  width: 65%;
}

.dashboardInsights .btn-success {
  background: #358b2f;
  border: 1px solid #358b2f;
}

.dashboardInsights .btn-danger {
  background: #b80016;
  border: 1px solid #b80016;
}

.dashboardInsights .bottomSection .btn {
  font-size: 14px;
}

.page-builder-section .pageBuilderLeft .elementDiv {
  transition: transform 250ms;
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  -ms-transition: transform 250ms;
  -o-transition: transform 250ms;
}

.page-builder-section .pageBuilderLeft .elementDiv:hover {
  box-shadow: 0 0 5px #ccc;
  background: linear-gradient(82deg, transparent, #f1f1f1, transparent);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}

.page-builder-section .pageBuilderLeft .elementDiv .elementTitle {
  height: 24px;
}

.page-builder-section .pageBuilderLeft .elementDiv .elementSubTitle {
  height: 24px;
  display: inline-block;
  overflow: hidden;
}

.page-builder-section .pageBuilderLeft .elementDiv .elementData {
  display: flex;
  line-height: normal;
  height: 75px;
}

.page-builder-section .pageBuilderLeft .elementDiv .elementData em.dataBoxLeftIcon {
  font-size: 50px;
  margin-top: 5px;
}

.page-builder-section .pageBuilderLeft .elementDiv .elementData h2 {
  margin: 0;
}

.page-preview .pageBuilderLeft .elementDiv:hover {
  box-shadow: none;
  background: linear-gradient(82deg, transparent, #f1f1f1, transparent);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.page-builder-section .pageBuilderLeft .elementDiv .sdgDiv {
  right: 0;
  /* bottom: 15px; */
  top: 55px;
  vertical-align: bottom;
}

.page-builder-section .pageBuilderLeft .elementDiv .sdgDiv ul li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-overlay-impact {
  position: absolute;
  top: 0;
  color: #ffffff;
  padding: 10px 10px;
  bottom: 0;
  box-shadow: 0 0 5px #ccc;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  right: 0;
  background: rgba(255, 255, 255, 0.57);
  /* display: none;  */
  z-index: 9;
  overflow-y: auto;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-graph-options-overlay-impact {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 10px 10px;
  bottom: 0;
  box-shadow: 0 0 5px #ccc;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  right: 0;
  background: rgba(255, 255, 255, 0.57);
  /* display: none;  */
  z-index: 9;
  overflow-y: auto;
  width: 440px;
}

.dashboard-graph-options-overlay-impact .table thead {
  position: static !important;
}

.dashboard-graph-options-overlay-impact .table tbody tr:hover td {
  background-color: transparent !important;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact {
  bottom: 0;
  color: #444;
  box-shadow: 3px -3px 10px -11px #ccc;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  right: 72px;
  /* display: none; */
  z-index: 9;
  width: 100%;
  left: 15px;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact .distribution-div .checkmark-span,
.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-top .distribution-div .checkmark-span,
.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter .distribution-div .checkmark-span {
  position: absolute;
  line-height: 23px;
  height: 25px;
  color: #000;
  border: solid 1px #e7e7e7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter .distribution-div .checkmark-span {
  padding-left: 26px;
  text-align: left;
}

/*.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact .distribution-div .checkmark-span{
    height: 50px;
}*/
.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact .distribution-div .radio-btn,
.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-top .distribution-div .radio-btn,
.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter .distribution-div .radio-btn {
  padding-left: 0;
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 0;
  cursor: pointer;
  height: 25px;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact .distribution-div .radio-btn {
  margin-bottom: 5px;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact .distribution-div .distribution-div-bottom-text {
  line-height: 13px;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter .distribution-div .radio-btn {
  width: 85px;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-top .distribution-div .radio-btn {
  margin-top: 0;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-top .distribution-div .radio-btn input:checked ~ .checkmark-span {
  background: #000;
  color: #fff;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact .distribution-div .radio-btn input:checked ~ .checkmark-span {
  background: #d5d5d5;
  color: #000;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact .distribution-div .check-box .radio-btn input, .page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter .distribution-div .check-box .radio-btn input {
  opacity: 1;
  cursor: pointer;
  display: block;
  z-index: 99;
  left: 5px;
  accent-color: #ffffff;
  top: 1px;
  position: absolute;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter .distribution-div .radio-btn input:checked ~ .checkmark-span1 {
  background: #228B22;
  color: #fff;
  border: 1px solid #228B22;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter .distribution-div .radio-btn input:checked ~ .checkmark-span2 {
  background: #FFA500;
  color: #fff;
  border: 1px solid #FFA500;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter .distribution-div .radio-btn input:checked ~ .checkmark-span3 {
  background: #8B0000;
  color: #fff;
  border: 1px solid #8B0000;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter .switch {
  margin-bottom: 0;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter .slider {
  background-color: #FFA500;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-filter input:checked + .slider {
  background-color: #8B0000;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact-top {
  position: absolute;
  top: 85px;
  color: #444;
  padding: 5px;
  box-shadow: 3px -3px 10px -7px #ccc;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  right: 20px;
  background: rgb(255, 255, 255);
  /* display: none; */
  z-index: 9;
  overflow: hidden;
  width: 165px;
  height: 83px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.page-builder-section .pageBuilderLeft .elementDiv .dashboard-map-options-overlay-impact .table tbody tr:hover td,
.page-builder-section .pageBuilderLeft .map_info_content .table tbody tr:hover td,
.page-builder-section .pageBuilderLeft .map_info_content .table tbody tr:hover td:first-child {
  background-color: transparent;
}

.page-builder-section .nav-tabs li {
  clear: none;
  padding: 0;
  min-width: 100px;
  text-align: center;
}

.page-builder-section .nav-tabs li.active {
  background: #444;
}

.page-builder-section .nav-tabs li.active a {
  color: #ffffff;
}

/* ================================ Page Builder Section ================================ */
.page-builder-section {
  padding: 65px 0;
}

.page-builder-section .pageBuilderRight {
  position: fixed;
  top: 65px;
  /* width: 592px; */
  overflow: auto;
  bottom: 0;
  right: 0;
  /* color: $color-white; */
  /* left: auto; */
  z-index: 2;
  /* background: #101010; */
}

.page-builder-section .pageBuilderRight .expandIcon {
  z-index: 2;
  color: #ffffff;
  padding: 20px 15px;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  left: 0;
}

/* .page-builder-section .pageBuilderRight .form-control{border: 1px solid $color-dark-grey;color: #ccc;} */
.page-builder-section .pageBuilderRight .table td.p-0 {
  padding: 0;
}

.page-builder-section .pageBuilderRight .table > tbody + tbody {
  border-top: 2px solid #EEEEEE;
}

.page-builder-section .pageBuilderRight .nav-pills li {
  width: 49%;
  text-align: center;
  /* margin-bottom: 10px; */
  text-transform: uppercase;
  background: #f5f5f5;
}

.page-builder-section .pageBuilderRight .nav-pills li a {
  padding: 18px 15px 18px;
}

.page-builder-section .pageBuilderRight .nav-pills > li.active > a,
.page-builder-section .pageBuilderRight .nav-pills > li.active > a:hover,
.page-builder-section .pageBuilderRight .nav-pills > li.active > a:focus {
  background: -webkit-gradient(linear, left top, right bottom, from(#082eb5), to(#319bff));
  color: #ffffff;
  text-transform: uppercase;
  padding: 18px 15px 18px;
}

.page-builder-section .pageBuilderLeft .table thead {
  position: sticky;
  top: 65px;
  z-index: 2;
}

.page-builder-section .pageBuilderLeft .map_info_content .table thead {
  position: static;
  background: #f5f5f5;
}

.page-builder-section .pageBuilderLeft .map_info_content .table thead th {
  border-bottom: none;
}

.page-builder-section .pageBuilderLeft .table-tableview thead {
  top: 0px;
}

.page-builder-section .pageBuilderLeft .customheader {
  position: sticky;
  top: 65px;
  z-index: 2;
}

.page-builder-section .pageBuilderLeft .table thead tr td:first-child {
  background: #494949;
}

.page-builder-section .pageBuilderLeft .table .climateIndiTable tr td:first-child {
  background: transparent;
}

.page-builder-section .pageBuilderLeft .climateAssetOtherData .table tr:hover td:first-child, .page-builder-section .pageBuilderLeft .climateAssetOtherData .table tr:hover td {
  background-color: transparent;
}

/* .page-builder-section .pageBuilderLeft .table tr td:first-child{
    position: sticky;
    left: 0;
    background: $color-white;
    z-index: 1;
} */
.page-builder-section .pageBuilderLeft2 .sticky-head {
  position: sticky;
  top: 65px;
  z-index: 2;
}

.page-builder-section .pageBuilderRight .graphOptions .chartDiv .radio-btn input:checked ~ .checkmark-span {
  color: #ffffff;
  background: #ABABAB;
}

.page-builder-section .pageBuilderRight .graphOptions .chartDiv .check-box .radio-btn {
  min-height: 60px;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin-bottom: 0;
}

.page-builder-section .pageBuilderRight .graphOptions .chartDiv .checkmark-span {
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  text-align: center;
  width: 98%;
  height: 100%;
  background: 0 0;
  color: #d5d5d5;
  border: solid 1px #EEEEEE;
}

.page-builder-section .pageBuilderRight .graphOptions .chartDiv .checkmark-span em {
  font-size: 30px;
  padding-bottom: 3px;
}

.page-builder-section .pageBuilderRight .graphOptions .chartDiv .check-box .radio-btn input {
  display: block;
}

.page-builder-section .overlay-explore,
.sustainability-project-data .dataCoverageTable .overlay-explore {
  position: fixed;
  z-index: 20;
  width: 100%;
  overflow: auto;
  height: 100%;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -moz-transform: scaleY(0.01) scaleX(0);
  -ms-transform: scaleY(0.01) scaleX(0);
  -o-transform: scaleY(0.01) scaleX(0);
  transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -moz-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -ms-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -o-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.sustainability-project-data .dataCoverageTable .overlay-explore {
  position: absolute;
}

.page-builder-section .table-crosshair tbody tr:hover td,
.page-builder-section .pageBuilderLeft .table tbody tr:hover td:first-child,
.page-builder-section .table-crosshair tbody tr:hover td,
.page-builder-section .pageBuilderLeft .table tbody tr:hover td {
  background-color: #e3e3e3;
}

.page-builder-section .exploreTableDiv {
  height: 600px;
}

.page-builder-section .exploreTableDiv .table tr td.exploreStickyLeftTd3,
.page-builder-section .exploreTableDiv .table tr td.exploreStickyLeftTd1,
.page-builder-section .pageBuilderLeft .table-tableview tr td.exploreStickyLeftTd1,
.page-builder-section .pageBuilderLeft .table-tableview tr td.exploreStickyLeftTdName {
  position: sticky;
  left: 0;
  background: #ffffff;
  z-index: 1;
}

.page-builder-section .pageBuilderLeft .table-tableview tr th.exploreStickyLeftTd1,
.page-builder-section .pageBuilderLeft .table-tableview tr th.exploreStickyLeftTdName {
  position: sticky;
  left: 0;
  background: #F2F2F2;
  z-index: 1;
}

.page-builder-section .exploreTableDiv .table tr td.exploreStickyLeftTd3,
.page-builder-section .pageBuilderLeft .table-tableview tr td.exploreStickyLeftTdName {
  left: 25px;
}

.page-builder-section .exploreTableDiv .table tr th.exploreStickyLeftTd3,
.page-builder-section .pageBuilderLeft .table-tableview tr th.exploreStickyLeftTdName {
  left: 25px;
}

.page-builder-section .exploreTableDiv .table {
  border-collapse: initial;
}

.page-builder-section .exploreTableDiv .table tr td {
  border-right: none;
  border-bottom: none;
}

.page-builder-section .overlay-explore-hide,
.sustainability-project-data .dataCoverageTable .overlay-explore-hide {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -moz-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -ms-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -o-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.page-builder-section #pageExploreSection .nav-tabs li.active {
  background: #494949;
  border-left: 2px solid #ddd;
}

.page-builder-section #pageExploreSection .nav-tabs li.active a {
  color: #ffffff;
}

.page-builder-section #exploreTableData thead tr:first-child td {
  position: sticky;
  top: 0;
  background: #494949;
}

.page-builder-section #exploreTableData thead tr:nth-child(2) td {
  position: sticky;
  top: 90px;
  background: #494949;
}

.page-builder-section .table-tableview tbody tr td:hover {
  background: #e3e3e3;
}

.page-builder-section .pageBuilderRight .color-wrapper {
  position: relative;
}

.page-builder-section .pageBuilderRight .color-picker {
  width: 100%;
  background: #F3F3F3;
  height: auto;
  padding: 5px;
  border: 5px solid #ffffff;
  position: absolute;
  top: 48px;
  left: 0px;
  z-index: 1;
}

.page-builder-section .pageBuilderRight .color-picker .color-item {
  cursor: pointer;
  width: 20px;
  height: 20px;
  list-style-type: none;
  float: left;
  margin: 2px;
  border: 1px solid #DDD;
}

.page-builder-section .pageBuilderRight .color-picker .color-item:hover {
  border: 1px solid #666;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
}

/* RESET STYLES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-builder-section .organizationDiv .rectangle {
  position: relative;
  padding: 20px;
  margin-top: -10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.page-builder-section .organizationDiv .rectangle h4 {
  /*white-space: nowrap;*/
  font-size: 14px;
}

/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.page-builder-section .organizationDiv .level-1-wrapper,
.page-builder-section .organizationDiv .level-2-wrapper,
.page-builder-section .organizationDiv .level-3-wrapper,
.page-builder-section .organizationDiv .level-4-wrapper,
.page-builder-section .organizationDiv .level-5-wrapper,
.page-builder-section .organizationDiv .level-6-wrapper,
.page-builder-section .organizationDiv .level-7-wrapper,
.page-builder-section .organizationDiv .level-8-wrapper,
.page-builder-section .organizationDiv .level-9-wrapper,
.page-builder-section .organizationDiv .level-10-wrapper {
  position: relative;
  display: grid;
  grid-column-gap: 30px;
  width: 100%;
  margin: 0 auto;
}

.page-builder-section .organizationDiv .level-1-wrapper li,
.page-builder-section .organizationDiv .level-2-wrapper li,
.page-builder-section .organizationDiv .level-3-wrapper li,
.page-builder-section .organizationDiv .level-4-wrapper li,
.page-builder-section .organizationDiv .level-5-wrapper li,
.page-builder-section .organizationDiv .level-6-wrapper li,
.page-builder-section .organizationDiv .level-7-wrapper li,
.page-builder-section .organizationDiv .level-8-wrapper li,
.page-builder-section .organizationDiv .level-9-wrapper li,
.page-builder-section .organizationDiv .level-10-wrapper li {
  position: relative;
}

.page-builder-section .organizationDiv .level-1,
.page-builder-section .organizationDiv .level-2,
.page-builder-section .organizationDiv .level-3,
.page-builder-section .organizationDiv .level-4,
.page-builder-section .organizationDiv .level-5,
.page-builder-section .organizationDiv .level-6,
.page-builder-section .organizationDiv .level-7,
.page-builder-section .organizationDiv .level-8,
.page-builder-section .organizationDiv .level-9,
.page-builder-section .organizationDiv .level-10 {
  margin-bottom: 20px;
  width: 450px;
  margin: 0 auto 0px;
}

.page-builder-section .organizationDiv .level-2::after,
.page-builder-section .organizationDiv .level-3::after,
.page-builder-section .organizationDiv .level-4::after,
.page-builder-section .organizationDiv .level-5::after,
.page-builder-section .organizationDiv .level-6::after,
.page-builder-section .organizationDiv .level-7::after,
.page-builder-section .organizationDiv .level-8::after,
.page-builder-section .organizationDiv .level-9::after,
.page-builder-section .organizationDiv .level-10::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  @include transform(translate(-100%, -50%));
  width: 20px;
  height: 2px;
  background: $color-black;
}*/
.page-builder-section .organizationDiv .genealogy-scroll::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.page-builder-section .organizationDiv .genealogy-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #e4e4e4;
}

.page-builder-section .organizationDiv .genealogy-scroll::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.page-builder-section .organizationDiv .genealogy-scroll::-webkit-scrollbar-thumb:hover {
  background: #d5b14c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

/*----------------genealogy-tree----------*/
.page-builder-section .organizationDiv-body {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 50px;
  min-height: 500px;
  padding-top: 10px;
}

.page-builder-section .organizationDiv {
  display: inline-block;
}

.page-builder-section .organizationDiv ul {
  padding-top: 20px;
  position: relative;
  padding-left: 0px;
  display: flex;
  justify-content: left;
}

.page-builder-section .organizationDiv li {
  float: left;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
}

.page-builder-section .organizationDiv li::before,
.page-builder-section .organizationDiv li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #ccc;
  width: 50%;
  height: 18px;
}

.page-builder-section .organizationDiv li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #ccc;
}

.page-builder-section .organizationDiv li:only-child::after,
.page-builder-section .organizationDiv li:only-child::before {
  display: none;
}

.page-builder-section .organizationDiv li:only-child {
  padding-top: 0;
}

.page-builder-section .organizationDiv li:first-child::before,
.page-builder-section .organizationDiv li:last-child::after {
  border: 0 none;
}

.page-builder-section .organizationDiv li:last-child::before {
  border-right: 2px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
}

.page-builder-section .organizationDiv li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
}

.page-builder-section .organizationDiv ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #ccc;
  width: 0;
  height: 20px;
}

.page-builder-section .organizationDiv li a {
  text-decoration: none;
  color: #666;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.page-builder-section .organizationDiv li .tool-tip .tool-tip__info a {
  color: #082eb5;
}

.page-builder-section .organizationDiv li table:hover + ul li::after,
.page-builder-section .organizationDiv li table:hover + ul li::before,
.page-builder-section .organizationDiv li table:hover + ul::before,
.page-builder-section .organizationDiv li table:hover + ul ul::before {
  border-color: #fbba00;
}

.page-builder-section .organizationDiv .level-1 {
  background: linear-gradient(135deg, #a8e6cf 0%, #88d4ab 100%);
}

.page-builder-section .organizationDiv .level-2 {
  background: linear-gradient(135deg, #ffd89b 0%, #ffb347 100%);
}

.page-builder-section .organizationDiv .level-3 {
  background: linear-gradient(135deg, #a8d8ea 0%, #7eb3d5 100%);
}

.page-builder-section .organizationDiv .level-4 {
  background: linear-gradient(135deg, #f6c6cb 0%, #ea8e9e 100%);
}

.page-builder-section .organizationDiv .level-5 {
  background: linear-gradient(135deg, #ecd6fa 0%, #b395ca 100%);
}

.page-builder-section .organizationDiv .level-6 {
  background: linear-gradient(135deg, #b4e7e7 0%, #8dd3d3 100%);
}

.page-builder-section .organizationDiv .level-7 {
  background: linear-gradient(135deg, #d4f1a5 0%, #bae67e 100%);
}

.page-builder-section .organizationDiv .level-8 {
  background: linear-gradient(135deg, #c9e4ca 0%, #a3d5a5 100%);
}

.page-builder-section .organizationDiv .level-9 {
  background: linear-gradient(135deg, #e0e0e0 0%, #c2c2c2 100%);
}

.page-builder-section .organizationDiv .level-10 {
  background: linear-gradient(135deg, #ffccbc 0%, #ffab91 100%);
}

.page-builder-section .organizationDiv .rectangle.active {
  background: #000000;
  color: #ffffff;
}

.page-builder-section .elementDiv .graphButtonDiv {
  right: 50px;
  position: absolute;
  float: right;
  top: 15px;
  margin-top: 5px;
  width: 50%;
  text-align: -webkit-right;
}

.page-builder-section.page-preview .elementDiv .graphButtonDiv {
  right: 10px;
}

.dataCoverageTable .distribution-div .checkmark-span {
  line-height: 30px;
  height: 30px;
}

.graphLazyLoadSpan {
  position: absolute;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ================== Text Insight ======================= */
.dashboardInsights .page-preview .elementInsightPopupDivMain,
.dashboardInsights .page-preview .elementPopupDivMain {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  overflow: auto;
  display: none;
  z-index: 31;
}

.dashboardInsights .page-preview #elementPopupDivMainModal {
  background: rgba(0, 0, 0, 0.8);
}

.dashboardInsights .page-preview #elementPopupDivMainModal .effect-zoomIn.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 120px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.dashboardInsights .page-preview #elementPopupDivMainModal .effect-zoomIn.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0);
  opacity: 1;
}

.dashboardInsights .page-preview .elementInsightPopupDivLoader {
  background-image: linear-gradient(to bottom right, #319bff, #082eb5);
  background: -webkit-linear-gradient(bottom, #082eb5, #319bff);
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  border-radius: 0 50px 0 0;
  -webkit-border-radius: 0 50px 0 0;
  -moz-border-radius: 0 50px 0 0;
  -ms-border-radius: 0 50px 0 0;
  -o-border-radius: 0 50px 0 0;
}

.dashboardInsights .page-preview .elementInsightPopupDivLoader .loaderContent {
  background-image: linear-gradient(to bottom right, #319bff, #082eb5);
  background: -webkit-linear-gradient(bottom, #082eb5, #319bff);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  border-radius: 0 50px 0 0;
  -webkit-border-radius: 0 50px 0 0;
  -moz-border-radius: 0 50px 0 0;
  -ms-border-radius: 0 50px 0 0;
  -o-border-radius: 0 50px 0 0;
}

.dashboardInsights .page-preview .elementInsightPopupDiv {
  top: 131px;
  bottom: 0;
  z-index: 1;
  border-radius: 0 50px 0 0;
  -webkit-border-radius: 0 50px 0 0;
  -moz-border-radius: 0 50px 0 0;
  -ms-border-radius: 0 50px 0 0;
  -o-border-radius: 0 50px 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.dashboardInsights .page-preview .elementInsightPopupDiv .elementInsightPopupDivContent {
  background: #f5f5f5;
  box-shadow: 2px -2px 10px #ccc;
  border-radius: 0 50px 0 0;
  -webkit-border-radius: 0 50px 0 0;
  -moz-border-radius: 0 50px 0 0;
  -ms-border-radius: 0 50px 0 0;
  -o-border-radius: 0 50px 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.dashboardInsights .page-preview .elementInsightPopupDivMain .tool-tip .tool-tip__info {
  width: 350px;
}

.elementInsightPopupDiv #tableView {
  overflow: auto;
  height: 610px;
}

.page-builder-section .pageBuilderLeft .elementInsightPopupDiv .table thead {
  position: static;
}

.page-builder-section .pageBuilderLeft .elementInsightPopupDiv .table tr:hover td,
.page-builder-section .pageBuilderLeft .elementInsightPopupDiv .table tr:hover th,
.page-builder-section .pageBuilderLeft .elementInsightPopupDiv .table tr:hover td:first-child {
  background: none;
}

.page-builder-section .pageBuilderLeft .elementInsightPopupDiv .topTable thead {
  top: 0;
  position: sticky;
  background: #f5f5f5;
}

.formulaMetricListBody {
  --ck-z-default: 100;
  --ck-z-modal: calc(var(--ck-z-default) + 999);
}

.page-preview .embedCodeDiv {
  right: 15px;
  width: 358px;
  background: #fbfbfb;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 55px;
  border: 1px solid #f9f9f9;
  position: absolute;
}

.page-preview .elementEmbedPopupDivMain {
  width: 48%;
  background: #f3f3f3;
  top: 65px;
  padding: 15px;
  position: fixed;
  z-index: 40;
  bottom: 0;
  right: 0;
}

.dashboardInsights .page-preview #pageRenderSection.stickyTop .elementEmbedPopupDivMain {
  top: 128px;
}

.page-preview .elementEmbedPopupDivMain .table tr:hover td {
  background-color: #f9f9f9 !important;
}

.page-preview #elementEmbedPopupHistory .table thead {
  position: static;
}

.page-builder-section .pageBuilderLeft .elementEmbedPopupDivMain .table thead {
  position: static;
}

.page-builder-section .pageBuilderLeft .elementEmbedPopupDivMain .table tr:hover td {
  background: transparent;
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-left {
    width: 18.66%;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pageContent {
    margin-left: 18.66%;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-left .project-tabs li a {
    padding: 6px 0 6px 15px;
  }
  .esg-dashboard.sustainability-project-data .esg-navigation .switchGreenDashAccount -left {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .sustainability-project-data .leftCloseIcon.visible-xs,
  .sustainability-project-data .leftOpenIconDiv.visible-xs {
    display: block !important;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-left {
    width: 85%;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pageContent {
    margin-left: 0;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-left ul li i {
    right: 15px;
  }
  .sustainability-project-data .leftOpenIcon {
    top: 53px;
  }
  .sustainability-project-data .panel.panel-default.text-uppercase.projectDataCoverageTable {
    text-transform: capitalize;
  }
  .sustainability-project-data .nestedDateEvidenceTable .check-box .radio-btn {
    padding-left: 0;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pDataRtop ul li {
    padding: 10px 0px 10px 0px;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pDataRtop ul li a {
    padding: 10px 12px;
  }
  .projectLevelDataDiv .panel-group.p-30 {
    padding: 15px;
  }
  .dashboardInsights .topHeader h3 {
    width: 100%;
    padding-left: 15px;
  }
  .page-builder-section .elementDiv .graphButtonDiv {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .project-view-dashboard .main-panel,
  .reports-dashboard .main-panel,
  .scorecards-dashboard .main-panel {
    margin-left: 0;
    width: 100%;
    padding-top: 0;
  }
  .c-dash-left .sidebar-left {
    position: static;
    height: auto;
    padding-top: 0;
  }
  .c-dash-left .sidebar-left li {
    float: left;
    width: 50%;
  }
  .c-dash-left .sidebar-left li a {
    font-size: 15px;
  }
  .esg-dashboard .perSummaryData ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .esg-navigation .nav li {
    padding: 0 0;
    width: 100%;
  }
  .esg-navigation .nav li a {
    font-size: 14px;
  }
  .esg-dashboard .perSummaryDiv h1 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .esg-dashboard .perSummaryDiv h2 {
    font-size: 55px;
    margin-bottom: 20px;
  }
  .esg-dashboard .perSummaryDiv h4 {
    font-size: 16px;
  }
  .esg-dashboard .intro-div h2 {
    font-weight: 800;
    font-size: 45px;
    letter-spacing: 1px;
  }
  .esg-dashboard .post-grid ul {
    width: 60%;
  }
  .esg-dashboard .perSummaryDiv .zonalRankcircle {
    width: 250px;
    height: 250px;
  }
  .esg-dashboard .topHeading .zRankBtn {
    letter-spacing: 3px;
    font-size: 18px;
    width: 100%;
  }
  .esg-dashboard .envDataCoverageDiv ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .esg-dashboard .bocwRegDiv ul li,
  .esg-dashboard .certificationDiv ul li,
  .esg-dashboard .emissionIntensityDiv ul li {
    width: 150px;
    margin: 0 auto 50px;
  }
  .esg-dashboard .emissionIntensityDiv ul li .font-size-25 {
    font-size: 14px;
  }
  .esg-dashboard .topHeading h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .esg-dashboard .certificationDiv h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }
  .esg-dashboard .certificationDiv em {
    margin-bottom: 10px;
  }
  .esg-dashboard .bocwRegDiv h2 {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 40px;
  }
  .esg-dashboard .greenSpendingDiv h1 {
    font-size: 50px;
    line-height: 35px;
  }
  .esg-dashboard .topHeading .icon {
    font-size: 18px;
    margin-right: 5px;
  }
  .esg-dashboard .post-grid li {
    margin-bottom: 20px;
  }
  .esg-dashboard .intro-div h2 img {
    margin-top: -5px;
  }
  .esg-navigation ul li {
    line-height: 24px;
  }
  .esg-dashboard .workersChildrenDiv .font-size-45 {
    font-size: 26px;
  }
  .esg-dashboard .workersChildrenDiv .font-size-18 {
    font-size: 13px;
  }
  .esg-dashboard .workersChildrenDiv .font-size-18 strong {
    font-weight: 500;
  }
  .esg-sustainability-detail-cso h2 {
    font-size: 18px;
  }
  .esg-sustainability-detail h1 {
    font-size: 24px;
  }
  .esg-sustainability-detail .font-size-64 {
    font-size: 30px;
  }
  .esg-dashboard .emissionIntensityDiv h1,
  .esg-switch-left .arrowLeft,
  .esg-switch-right .arrowRight {
    font-size: 25px;
  }
  .esg-dashboard .emissionIntensityDiv .name em {
    font-size: 26px;
  }
  .esg-dashboard .emissionIntensityDiv .name em.font-size-25 {
    font-size: 20px;
  }
  .esg-navigation #greenDashSVGLogo {
    height: 20px;
  }
  .esg-switch-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .esg-switch-right img {
    width: 100px;
  }
  .esg-dashboard.sustainability-data-universe-body .sustainability-data-universe-left .nav-tabs li {
    width: auto;
  }
  .esg-dashboard .notification-section .nav-tabs li a {
    text-transform: uppercase;
    font-size: 13px;
  }
  .esg-dashboard .dataCoverageNavDiv ul li {
    width: 32%;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-left {
    width: 85%;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-right .pageContent {
    margin-left: 0;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-left ul li i {
    right: 15px;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-right .projectDataCoverageTable .coverageSpan {
    text-align: left;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 0;
    line-height: 16px;
    width: 30%;
    float: none !important;
    clear: both;
    display: inline-block;
  }
  .esg-dashboard.sustainability-project-data .sustainability-data-universe-right .panel-heading a {
    width: 100%;
    display: block;
  }
  .checklistPage .checklistAddDataSection .btn-xs {
    font-size: 10px;
  }
  .checklistPage .checklistAddDataSection .text-uppercase {
    text-transform: capitalize;
  }
  .checklistPage .checklistAddDataSection .headingText {
    min-height: 30px;
    display: block;
  }
  .dashboardInsights .topHeader h3 {
    width: 100%;
  }
  .page-builder-section .pageBuilderLeft .elementDivSecion .btn.position-absolute {
    position: static;
  }
  .page-builder-section .pageBuilderLeft .elementDivSecion {
    padding-left: 0;
    padding-right: 0;
  }
  .dashboardInsights .topHeader {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-builder-section .pageBuilderRight {
    position: static;
  }
  .page-builder-section .pageBuilderLeft .table thead {
    top: 50px;
  }
  .page-builder-section .pageBuilderLeft .customheader {
    top: 0px;
  }
  .page-builder-section {
    padding-top: 0px !important;
  }
}
.buttonSelector .chartDiv .radio-btn input:checked ~ .checkmark-span {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#082eb5), to(#319bff));
}

.buttonSelector .chartDiv .check-box .radio-btn {
  min-height: 60px;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin-bottom: 0;
}

.buttonSelector .chartDiv .checkmark-span {
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  text-align: center;
  width: 98%;
  height: 100%;
  background: 0 0;
  color: #A1A1A1;
  border: solid 1px #EEEEEE;
}

.buttonSelector .chartDiv .checkmark-span em {
  font-size: 30px;
  padding-bottom: 3px;
}

.buttonSelector .chartDiv .check-box .radio-btn input {
  display: block;
}

/* New Tree styles */
/* Reset line-height for tree visualization */
#tree-wrapper,
#tree-wrapper * {
  line-height: normal;
}

:root {
  --header-height: 63px; /* Your existing header height - adjust as needed */
  --filter-bar-height: 80px;
  --tree-top-offset: 133px; /* header-height + filter-bar-height */
  --tree-bottom-offset: 32px; /* Your footer height - adjust as needed */
}

/*
 * EMBEDDING INSTRUCTIONS:
 *
 * Adjust these CSS variables to match your header and footer:
 *
 * :root {
 *     var(--header-height): 50px;       // Your header height
 *     --filter-bar-height: 70px;   // Filter bar height
 *     --tree-top-offset: 120px;    // header + filter bar
 *     --tree-bottom-offset: 40px;  // Your footer height
 * }
 */
/* Filter Bar Styles - Full width with card shadow */
.formula-tree .filter-bar {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: flex-end;
  padding: 16px 24px;
  gap: 16px;
  z-index: 1001;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

.formula-tree .filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.formula-tree .filter-group:first-child {
  flex: 0 0 220px;
}

.formula-tree .filter-group:nth-child(2),
.formula-tree .filter-group:nth-child(3) {
  flex: 0 0 150px;
}

.formula-tree .filter-group:nth-child(4) {
  flex: 1 1 250px;
  min-width: 200px;
  max-width: 400px;
}

.formula-tree .filter-group label {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.formula-tree .filter-group .form-group label {
  font-weight: 500;
  text-transform: none;
  color: #333;
}

.formula-tree .filter-group .form-control {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  color: #1e293b;
  background: #ffffff;
  width: 100%;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  overflow: hidden;
}

.formula-tree .filter-group .form-control:focus {
  border-color: #082eb5;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.formula-tree .filter-group .select-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.formula-tree .filter-group .select-wrapper select {
  appearance: none;
  padding-right: 32px;
  cursor: pointer;
  width: 100%;
  text-overflow: ellipsis;
}

.formula-tree .filter-group .select-wrapper i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
  font-size: 12px;
}

/* jQuery Multiselect Compatibility */
.formula-tree .filter-group .ms-parent {
  width: 100% !important;
}

.formula-tree .filter-group .ms-choice {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 12px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  color: #1e293b !important;
  background: #ffffff !important;
}

.formula-tree .filter-group .ms-choice:focus,
.formula-tree .filter-group .ms-parent.ms-parent-open .ms-choice {
  border-color: #082eb5 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.formula-tree .filter-group .ms-choice > span {
  line-height: 40px !important;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.formula-tree .filter-group .ms-choice > div.icon-caret {
  top: 50% !important;
  transform: translateY(-50%);
  right: 12px !important;
}

.formula-tree .filter-group .ms-drop {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
  margin-top: 4px !important;
  max-width: 350px;
  min-width: 100%;
}

.formula-tree .filter-group .ms-drop ul {
  max-height: 250px !important;
  padding: 8px 0 !important;
}

.formula-tree .filter-group .ms-drop ul li {
  padding: 0 !important;
}

.formula-tree .filter-group .ms-drop ul li label {
  padding: 8px 12px !important;
  font-size: 13px !important;
  color: #1e293b !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: normal !important;
  line-height: 1.4 !important;
}

.formula-tree .filter-group .ms-drop ul li:hover label {
  background: #f1f5f9 !important;
}

.formula-tree .filter-group .ms-drop ul li.selected label {
  background: rgba(59, 130, 246, 0.08) !important;
}

.formula-tree .filter-group .ms-drop input[type=checkbox] {
  margin-right: 0 !important;
  width: 16px !important;
  height: 16px !important;
  accent-color: #082eb5;
}

.formula-tree .filter-group .ms-select-all {
  border-bottom: 1px solid #e2e8f0 !important;
  padding-bottom: 8px !important;
  margin-bottom: 4px !important;
}

.formula-tree .filter-group .ms-search {
  padding: 8px 12px !important;
}

.formula-tree .filter-group .ms-search input {
  height: 32px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
}

.formula-tree .filter-group.filter-actions {
  flex: 0 0 auto;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
  margin-left: auto;
}

.formula-tree .filter-group.filter-actions label {
  display: none;
}

.formula-tree .filter-group .btn-group {
  display: flex;
  gap: 8px;
}

.formula-tree .filter-group .btn {
  height: 40px;
  width: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.15s ease;
  background: #ffffff;
  color: #475569;
}

.formula-tree .filter-group .btn:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}

.formula-tree .filter-group .btn-primary {
  background: #082eb5;
  color: white;
  border-color: #082eb5;
}

.formula-tree .filter-group .btn-primary:hover {
  background: #082eb5;
  border-color: #082eb5;
}

.formula-tree .filter-group .btn-secondary {
  background: #ffffff;
  color: #475569;
}

.formula-tree .filter-group .btn-secondary:hover {
  background: #f1f5f9;
}

/* Filter Bar Responsive */
@media screen and (max-width: 1024px) {
  .formula-tree .filter-bar {
    padding: 14px 16px;
    gap: 12px;
  }
  .formula-tree .filter-group:first-child {
    flex: 0 0 160px;
  }
  .formula-tree .filter-group:nth-child(2),
  .formula-tree .filter-group:nth-child(3) {
    flex: 0 0 130px;
  }
  .formula-tree .filter-group:nth-child(4) {
    flex: 1 1 180px;
    min-width: 150px;
    max-width: 300px;
  }
  .formula-tree .filter-group .form-control,
  .formula-tree .filter-group .ms-choice {
    height: 38px !important;
    line-height: 38px !important;
    font-size: 12px !important;
  }
  .formula-tree .filter-group .btn {
    height: 38px;
    width: 38px;
  }
}
@media screen and (max-width: 767px) {
  .formula-tree .filter-bar {
    padding: 14px 16px;
    gap: 12px;
    align-items: stretch;
  }
  .formula-tree .filter-group {
    flex: 1 1 calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
  }
  .formula-tree .filter-group:first-child,
  .formula-tree .filter-group:nth-child(2),
  .formula-tree .filter-group:nth-child(3),
  .formula-tree .filter-group:nth-child(4) {
    flex: 1 1 calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
  }
  .formula-tree .filter-group .form-control,
  .formula-tree .filter-group .ms-choice {
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .formula-tree .filter-group .ms-drop {
    max-width: 100% !important;
  }
  .formula-tree .filter-group.filter-actions {
    flex: 1 1 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start;
    padding-top: 4px;
  }
  .formula-tree .filter-group .btn-group {
    width: auto;
  }
  .formula-tree .filter-group label {
    font-size: 11px;
  }
}
@media screen and (max-width: 479px) {
  .formula-tree .filter-bar {
    padding: 12px;
    gap: 10px;
  }
  .formula-tree .filter-group {
    flex: 1 1 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .formula-tree .filter-group:first-child,
  .formula-tree .filter-group:nth-child(2),
  .formula-tree .filter-group:nth-child(3),
  .formula-tree .filter-group:nth-child(4) {
    flex: 1 1 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .formula-tree .filter-group label {
    font-size: 11px;
  }
  .formula-tree .filter-group .form-control,
  .formula-tree .filter-group .ms-choice {
    height: 38px !important;
    line-height: 38px !important;
    font-size: 12px !important;
  }
  .formula-tree .filter-group .btn {
    height: 38px;
    width: 38px;
  }
  .formula-tree .filter-group.filter-actions {
    flex-direction: row;
  }
  .formula-tree .filter-group .btn-group {
    width: auto;
  }
}
/* Filter Toggle Button for Small Screens */
.formula-tree #filter-toggle {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  height: 44px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 1200;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.formula-tree #filter-toggle:hover {
  background: #f1f5f9;
}

.formula-tree #filter-toggle .filter-toggle-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
}

.formula-tree #filter-toggle .filter-toggle-text i {
  color: #082eb5;
}

.formula-tree #filter-toggle .filter-toggle-icon {
  font-size: 12px;
  color: #94a3b8;
  transition: transform 0.2s ease;
}

.formula-tree #filter-toggle.open .filter-toggle-icon {
  transform: rotate(180deg);
}

/* Small screen filter behavior */
@media screen and (max-width: 767px) {
  .formula-tree #filter-toggle {
    display: flex;
  }
  .formula-tree .filter-bar {
    top: calc(var(--header-height) + 44px);
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .formula-tree .filter-bar.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
.formula-tree #tree-wrapper {
  position: fixed;
  top: var(--tree-top-offset);
  left: 0;
  right: 0;
  bottom: var(--tree-bottom-offset);
  overflow: hidden;
  z-index: 1;
}

.formula-tree #container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  cursor: grab;
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(59, 130, 246, 0.06), transparent), radial-gradient(ellipse 60% 40% at 80% 100%, rgba(16, 185, 129, 0.04), transparent), linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.formula-tree #container.pan-mode {
  cursor: grab;
}

.formula-tree #container.pan-mode.grabbing {
  cursor: grabbing;
}

.formula-tree #container.select-mode {
  cursor: default;
}

.formula-tree #canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* Toolbar */
.formula-tree #toolbar {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #1e293b;
  padding: 8px;
  border-radius: 12px;
  display: flex;
  gap: 4px;
  z-index: 1000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.formula-tree #toolbar button {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #94a3b8;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  position: relative;
  font-size: 16px;
}

.formula-tree #toolbar button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f1f5f9;
}

.formula-tree #toolbar button.active {
  background: #082eb5;
  color: white;
}

.formula-tree #toolbar .divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 4px 4px;
}

.formula-tree #info {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  z-index: 1000;
}

.formula-tree #info > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  color: #475569;
}

.formula-tree #info span {
  font-weight: 700;
  color: #082eb5;
}

.formula-tree #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 32px 48px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  z-index: 2000;
  display: flex;
  align-items: center;
  gap: 16px;
}

.formula-tree #loading::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #e2e8f0;
  border-top-color: #082eb5;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.formula-tree .hidden {
  display: none !important;
}

.formula-tree #minimap-container {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: #ffffff;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.formula-tree #minimap-container h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94a3b8;
  margin-bottom: 8px;
}

.formula-tree #minimap {
  width: 200px;
  height: 150px;
  border-radius: 8px;
  cursor: grab;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.formula-tree #minimap:active {
  cursor: grabbing;
}

/* Help panel */
.formula-tree #help-panel {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #ffffff;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 1100;
  width: 280px;
}

.formula-tree #help-panel h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.formula-tree #help-panel .close-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: #f1f5f9;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  transition: all 0.15s ease;
}

.formula-tree #help-panel .close-btn:hover {
  background: #e2e8f0;
  color: #1e293b;
}

.formula-tree .help-section {
  margin-bottom: 16px;
}

.formula-tree .help-section:last-child {
  margin-bottom: 0;
}

.formula-tree .help-section h4 {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.formula-tree .help-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
}

.formula-tree .help-item:last-child {
  border-bottom: none;
}

.formula-tree .help-key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  padding: 0 8px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #475569;
}

.formula-tree .help-key.wide {
  min-width: 60px;
}

.formula-tree .help-desc {
  font-size: 12px;
  color: #475569;
  flex: 1;
}

.formula-tree #help-toggle {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  z-index: 999;
  transition: all 0.15s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.formula-tree #help-toggle:hover {
  background: #082eb5;
  color: white;
  border-color: #082eb5;
}

/* Node overlay for interaction */
.formula-tree #node-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 50;
}

.formula-tree .node-hitbox {
  position: absolute;
  pointer-events: auto;
  cursor: default;
  display: flex;
  flex-direction: column;
}

.formula-tree .node-hitbox .node-card {
  background: linear-gradient(135deg, var(--level-start, #a8e6cf), var(--level-end, #88d4ab));
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: visible;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

/* Allow tooltips to overflow outside node */
.formula-tree .node-hitbox {
  overflow: visible;
}

.formula-tree .node-hitbox .node-header {
  overflow: visible;
  border-radius: 12px 12px 0 0;
}

/* Tooltip styles - ensure high z-index */
.formula-tree .node-hitbox .tool-tip {
  position: relative;
}

.formula-tree .node-hitbox .tool-tip__info {
  z-index: 9999;
  position: absolute;
}

.formula-tree .node-hitbox:hover .node-card {
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.15);
  border-color: #082eb5;
  border-style: dashed;
}

/* Header Section */
.formula-tree .node-hitbox .node-header {
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.formula-tree .node-hitbox .node-header-left {
  flex: 1;
  min-width: 0;
}

.formula-tree .node-hitbox .node-header-right {
  flex-shrink: 0;
}

.formula-tree .node-hitbox .node-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 6px;
  word-break: break-word;
}

.formula-tree .node-hitbox .node-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.formula-tree .node-hitbox .node-unit {
  font-size: 11px;
  color: #333;
  font-weight: 500;
}

.formula-tree .node-hitbox .node-badge {
  font-size: 9px;
  font-weight: 600;
  color: #333;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 8px;
  border-radius: 10px;
}

.formula-tree .node-hitbox .btn-explore {
  background: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #2d5a27;
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.formula-tree .node-hitbox .btn-explore:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
}

/* Body Section */
.formula-tree .node-hitbox .node-body {
  padding: 12px 14px;
  background: rgba(248, 249, 250, 0.65);
}

.formula-tree .node-hitbox .node-stats-row {
  display: flex;
  gap: 10px;
}

.formula-tree .node-hitbox .stat-box {
  flex: 1;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 10px 12px;
}

.formula-tree .node-hitbox .stat-box.stat-primary {
  flex: 1.5;
}

.formula-tree .node-hitbox .stat-box.stat-error {
  flex: 1.5;
  background: rgba(234, 74, 91, 0.21);
  border: 1px solid rgb(234, 74, 91);
}

.formula-tree .node-hitbox .stat-box .stat-label {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.formula-tree .node-hitbox .stat-box .stat-value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  line-height: 1.2;
}

.formula-tree .node-hitbox .stat-box .stat-sub {
  display: block;
  font-size: 10px;
  color: #6c757d;
  margin-top: 2px;
}

/* Formula Row */
.formula-tree .node-hitbox .node-formula-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid #e9ecef;
}

.formula-tree .node-hitbox .formula-info {
  flex: 1;
}

.formula-tree .node-hitbox .formula-inputs {
  text-align: right;
}

.formula-tree .node-hitbox .formula-label {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.formula-tree .node-hitbox .formula-value {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #212529;
}

.formula-tree .node-hitbox .formula-inputs .formula-value {
  font-size: 18px;
  font-weight: 700;
}

/* Footer Section */
.formula-tree .node-hitbox .node-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 14px 25px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 12px 12px;
}

.formula-tree .node-hitbox .footer-text {
  font-size: 11px;
  color: #6c757d;
}

.formula-tree .node-hitbox .node-footer-right {
  display: flex;
  gap: 6px;
}

.formula-tree .node-hitbox .btn-action {
  background: rgba(248, 249, 250, 0.35);
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  color: #495057;
  cursor: pointer;
  transition: all 0.15s ease;
}

.formula-tree .btn-default {
  background-color: rgba(255, 255, 255, 0.59);
  border: none;
}

.formula-tree .node-hitbox .btn-action:hover {
  background: #e9ecef;
  border-color: #ced4da;
}

.formula-tree .node-hitbox .node-content {
  padding: 12px;
  flex: 1;
}

.formula-tree .node-hitbox .node-subtitle {
  font-size: 10px;
  color: #94a3b8;
  padding: 0 12px 12px;
  user-select: text;
  cursor: text;
}

.formula-tree .node-hitbox .expand-btn {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  border: 0 solid;
  box-shadow: 0 0 10px #ccc;
  transition: transform 0.15s ease;
  pointer-events: auto;
  white-space: pre;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.formula-tree .node-hitbox .expand-btn:hover {
  transform: translateX(-50%) scale(1.1);
}

.formula-tree .node-hitbox .expand-btn.expanded {
  background: rgba(8, 46, 181, 0.07);
  border-color: #082eb5;
  color: #082eb5;
}

.formula-tree .node-hitbox .expand-btn.collapsed {
  background: rgba(236, 151, 31, 0.07);
  border-color: #ec971f;
  color: #ec971f;
}

.formula-tree .node-hitbox .child-count {
  position: absolute;
  bottom: -10px;
  left: calc(50% + 22px);
  font-size: 9px;
  color: #94a3b8;
  pointer-events: none;
}

.formula-tree .node-hitbox .parent-link {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  color: #94a3b8;
  font-size: 12px;
  transition: all 0.15s ease;
  pointer-events: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.formula-tree .node-hitbox .parent-link:hover {
  transform: translateX(-50%) scale(1.1);
  border-color: #082eb5;
  color: #082eb5;
  background: rgba(59, 130, 246, 0.1);
}

/* Tooltip for toolbar buttons */
.formula-tree #toolbar button::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(30, 41, 59, 0.95);
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  margin-bottom: 8px;
}

.formula-tree #toolbar button:hover::after {
  opacity: 1;
}

/* ==================== RESPONSIVE STYLES ==================== */
/* Tablet View (768px - 1024px) */
@media screen and (max-width: 1024px) {
  .formula-tree #toolbar {
    bottom: 20px;
    padding: 6px;
    gap: 2px;
  }
  .formula-tree #toolbar button {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .formula-tree #info {
    bottom: 16px;
    left: 16px;
    padding: 12px 16px;
    font-size: 12px;
  }
  .formula-tree #minimap-container {
    bottom: 16px;
    right: 16px;
    padding: 10px;
  }
  .formula-tree #minimap {
    width: 160px;
    height: 120px;
  }
  .formula-tree #help-panel {
    top: 16px;
    right: 16px;
    width: 260px;
    padding: 16px;
  }
  .formula-tree #help-toggle {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }
  .formula-tree .node-hitbox .expand-btn,
  .formula-tree .node-hitbox .parent-link {
    font-size: 14px;
  }
}
/* Mobile View (< 768px) */
@media screen and (max-width: 767px) {
  .formula-tree #toolbar {
    bottom: 16px;
    padding: 6px;
    gap: 2px;
    border-radius: 10px;
  }
  .formula-tree #toolbar button {
    width: 32px;
    height: 32px;
    font-size: 13px;
    border-radius: 6px;
  }
  /* Hide tooltips on mobile */
  .formula-tree #toolbar button::after {
    display: none;
  }
  /* Hide select tool on mobile - pan is default */
  .formula-tree #tool-select {
    display: none;
  }
  .formula-tree #toolbar .divider {
    margin: 2px;
  }
  .formula-tree #info {
    bottom: auto;
    top: 12px;
    left: 12px;
    right: auto;
    padding: 10px 14px;
    font-size: 11px;
    border-radius: 12px;
  }
  .formula-tree #info > div {
    margin: 4px 0;
    gap: 6px;
  }
  /* Hide minimap on mobile - takes too much space */
  .formula-tree #minimap-container {
    display: none;
  }
  .formula-tree #help-panel {
    top: 12px;
    bottom: auto;
    right: 12px;
    left: auto;
    width: auto;
    max-width: 280px;
    padding: 14px;
    border-radius: 12px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .formula-tree #help-toggle {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
  .formula-tree .help-section h4 {
    font-size: 10px;
  }
  .formula-tree .help-item {
    padding: 6px 0;
    gap: 8px;
  }
  .formula-tree .help-key {
    min-width: 24px;
    height: 22px;
    padding: 0 6px;
    font-size: 10px;
  }
  .formula-tree .help-desc {
    font-size: 11px;
  }
  /* Larger touch targets for node buttons */
  .formula-tree .node-hitbox .expand-btn,
  .formula-tree .node-hitbox .parent-link {
    font-size: 14px;
  }
  .formula-tree .node-hitbox .expand-btn {
    bottom: -18px;
  }
  .formula-tree .node-hitbox .parent-link {
    top: -18px;
  }
}
/* Small Mobile (< 480px) */
@media screen and (max-width: 479px) {
  .formula-tree #toolbar {
    bottom: 12px;
    padding: 4px;
  }
  .formula-tree #toolbar button {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .formula-tree #info {
    top: 10px;
    left: 10px;
    right: auto;
    bottom: auto;
    padding: 8px 12px;
    font-size: 10px;
  }
  .formula-tree #help-toggle {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .formula-tree #help-panel {
    top: 10px;
    bottom: auto;
    right: 10px;
    left: auto;
    padding: 12px;
    max-width: 260px;
    max-height: calc(100vh - 80px);
  }
}
/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  /* Disable hover effects */
  .formula-tree #toolbar button:hover {
    background: transparent;
    color: #94a3b8;
  }
  .formula-tree #toolbar button.active:hover {
    background: #082eb5;
    color: white;
  }
  .formula-tree #toolbar button:active {
    background: rgba(255, 255, 255, 0.2);
    color: #f1f5f9;
  }
  .formula-tree .node-hitbox .expand-btn:hover,
  .formula-tree .node-hitbox .parent-link:hover {
    transform: translateX(-50%);
  }
  .formula-tree .node-hitbox .expand-btn:active,
  .formula-tree .node-hitbox .parent-link:active {
    transform: translateX(-50%) scale(0.95);
  }
}
/* ============================================
   NODE INFO DIALOG STYLES
   Add this CSS to your existing stylesheet
   ============================================ */
/* Overlay */
.formula-tree .node-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.formula-tree .node-dialog-overlay.active {
  pointer-events: auto;
  opacity: 1;
}

.formula-tree .node-dialog-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}

/* Dialog Container */
.formula-tree .node-info-dialog {
  position: fixed;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  min-width: 280px;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  z-index: 10001;
  animation: dialogFadeIn 0.2s ease-out;
  overflow: hidden;
}

.formula-tree .node-info-dialog.closing {
  animation: dialogFadeOut 0.2s ease-in forwards;
}

/* Arrow Pointer */
.formula-tree .dialog-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffffff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
}

.formula-tree .dialog-arrow.left {
  left: -8px;
  top: 30px;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.08);
}

.formula-tree .dialog-arrow.right {
  right: -8px;
  top: 30px;
  box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.08);
}

.formula-tree .dialog-arrow.top {
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.08);
}

.formula-tree .dialog-arrow.bottom {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}

/* Header */
.formula-tree .dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  flex-shrink: 0;
}

.formula-tree .dialog-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #1e293b;
}

.formula-tree .dialog-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.15s ease;
}

.formula-tree .dialog-close:hover {
  background: #e2e8f0;
  color: #1e293b;
}

.formula-tree .dialog-close:active {
  transform: scale(0.95);
}

/* Body */
.formula-tree .dialog-body {
  padding: 16px;
  overflow-y: auto;
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.formula-tree .dialog-body p {
  margin: 0 0 12px 0;
}

.formula-tree .dialog-body p:last-child {
  margin-bottom: 0;
}

.formula-tree .dialog-body ul,
.formula-tree .dialog-body ol {
  margin: 8px 0;
  padding-left: 20px;
}

.formula-tree .dialog-body li {
  margin: 4px 0;
}

.formula-tree .dialog-body h1,
.formula-tree .dialog-body h2,
.formula-tree .dialog-body h3,
.formula-tree .dialog-body h4 {
  margin: 16px 0 8px 0;
  color: #1e293b;
}

.formula-tree .dialog-body h1:first-child,
.formula-tree .dialog-body h2:first-child,
.formula-tree .dialog-body h3:first-child,
.formula-tree .dialog-body h4:first-child {
  margin-top: 0;
}

.formula-tree .dialog-body code {
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}

.formula-tree .dialog-body pre {
  background: #f8fafc;
  padding: 12px;
  border-radius: 8px;
  overflow-x: auto;
  border: 1px solid #e2e8f0;
}

.formula-tree .dialog-body a {
  color: #319bff;
  word-break: break-all;
  text-decoration: none;
}

.formula-tree .dialog-body a:hover {
  text-decoration: underline;
}

.formula-tree .dialog-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}

.formula-tree .dialog-body th,
.formula-tree .dialog-body td {
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  text-align: left;
}

.formula-tree .dialog-body th {
  background: #f8fafc;
  font-weight: 600;
}

/* Empty state */
.formula-tree .dialog-empty {
  color: #94a3b8;
  font-style: italic;
  text-align: center;
  padding: 20px;
}

/* Node name footer */
.formula-tree .dialog-node-name {
  padding: 10px 16px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  font-size: 12px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */
@media (max-width: 768px) {
  .formula-tree .node-dialog-backdrop {
    background: rgba(0, 0, 0, 0.5);
  }
  .formula-tree .node-info-dialog {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    top: auto !important;
    width: auto !important;
    max-width: none !important;
    max-height: 65vh;
    border-radius: 16px;
    animation: dialogSlideUp 0.3s ease-out;
  }
  .formula-tree .node-info-dialog.closing {
    animation: dialogSlideDown 0.2s ease-in forwards;
  }
  .formula-tree .dialog-arrow {
    display: none !important;
  }
  .formula-tree .dialog-header {
    padding: 16px 20px;
    border-radius: 16px 16px 0 0;
  }
  /* Drag handle indicator for mobile */
  .formula-tree .node-info-dialog.mobile::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #cbd5e1;
    border-radius: 2px;
  }
  .formula-tree .node-info-dialog.mobile .dialog-header {
    padding-top: 20px;
  }
  .formula-tree .dialog-title {
    font-size: 16px;
  }
  .formula-tree .dialog-close {
    width: 36px;
    height: 36px;
  }
  .formula-tree .dialog-body {
    padding: 20px;
    font-size: 15px;
  }
  .formula-tree .dialog-node-name {
    padding: 12px 20px;
    font-size: 13px;
  }
}
/* Very small screens */
@media (max-width: 380px) {
  .formula-tree .node-info-dialog {
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    max-height: 70vh;
  }
  .formula-tree .dialog-header {
    padding: 14px 16px;
  }
  .formula-tree .dialog-body {
    padding: 16px;
  }
}
/* Dialog Footer with Submit Button */
.formula-tree .dialog-footer {
  padding: 12px 16px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #e2e8f0;
}

/* Edit Form Styles */
.formula-tree .edit-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formula-tree .edit-form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.formula-tree .edit-form-label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

.formula-tree .edit-form-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 4px;
}

.formula-tree .edit-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  transition: background 0.15s;
}

.formula-tree .edit-radio:hover {
  background: #f1f5f9;
}

.formula-tree .edit-radio input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: #dc2626;
  cursor: pointer;
  margin: 0;
}

.formula-tree .edit-radio-label {
  font-size: 14px;
  color: #1e293b;
  flex: 1;
}

.formula-tree .edit-info-icon {
  color: #94a3b8;
  font-size: 14px;
  cursor: help;
}

.formula-tree .edit-info-icon:hover {
  color: #64748b;
}

/* New Explore styles */
/* Fullscreen Modal Overlay */
.explore-table .dt-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(4px);
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: dt-fadeIn 0.2s ease-out;
}

/* Container - Fullscreen Modal */
.explore-table .dt-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(8, 46, 181, 0.15), 0 8px 10px -6px rgba(8, 46, 181, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: dt-slideUp 0.3s ease-out;
}

/* Top Bar */
.explore-table .dt-top-bar {
  background: #041f2f;
  color: white;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.explore-table .dt-top-bar-left {
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.01em;
}

.explore-table .dt-logo {
  font-size: 20px;
  color: #ffffff;
}

.explore-table .dt-top-bar-right {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Buttons */
.explore-table .dt-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.explore-table .dt-btn-primary {
  background: #082eb5;
  color: white;
}
.explore-table .dt-btn-primary:hover {
  background: #041f2f;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.4);
}

.explore-table .dt-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.explore-table .dt-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.explore-table .dt-btn-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.explore-table .dt-btn-icon:hover {
  background: rgba(239, 68, 68, 0.8);
}

/* Table Wrapper */
.explore-table .dt-table-wrapper {
  flex: 1;
  overflow: auto;
  position: relative;
  background: #ffffff;
}
.explore-table .dt-table-wrapper::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.explore-table .dt-table-wrapper::-webkit-scrollbar-track {
  background: #e8ecf4;
}
.explore-table .dt-table-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 5px;
}
.explore-table .dt-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #7a8da8;
}

/* Table */
.explore-table .dt-table {
  border-collapse: collapse;
  width: max-content;
  min-width: 100%;
  /* Header */
}
.explore-table .dt-table thead {
  position: sticky !important;
  top: 0;
  z-index: 20;
}

.explore-table .dt-header-top {
  background: #f5f7fa;
}
.explore-table .dt-header-top th {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
  background: #f5f7fa;
  color: #0a1628;
  vertical-align: top;
}
.explore-table .dt-header-top th.dt-sticky-col {
  background: #f5f7fa;
}

.explore-table .dt-indicator-header {
  border-left: 1px solid #e2e8f0;
  min-width: 140px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.explore-table .dt-indicator-header.dt-indicator-odd {
  background: rgba(8, 145, 178, 0.06);
}
.explore-table .dt-indicator-header.dt-indicator-even {
  background: white;
}
.explore-table .dt-indicator-header.dt-expanded.dt-indicator-odd {
  background: rgba(8, 145, 178, 0.12);
}
.explore-table .dt-indicator-header.dt-expanded.dt-indicator-even {
  background: #f5f7fa;
}

.explore-table .dt-indicator-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.explore-table .dt-header-title {
  font-size: 13px;
  font-weight: 600;
  color: #0a1628;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.explore-table .dt-header-meta {
  display: flex;
  align-items: center;
  gap: 6px;
}

.explore-table .dt-link {
  color: #082eb5;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.explore-table .dt-link:hover {
  color: #041f2f;
}

.explore-table .dt-separator {
  color: #7a8da8;
  font-size: 8px;
}

.explore-table .dt-drilldown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 10px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  color: #4a5d7a;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.explore-table .dt-drilldown-toggle:hover {
  background: rgba(8, 46, 181, 0.05);
  border-color: #082eb5;
  color: #082eb5;
}
.explore-table .dt-drilldown-toggle.dt-active {
  background: #082eb5;
  border-color: #082eb5;
  color: white;
}
.explore-table .dt-drilldown-toggle.dt-active .dt-toggle-icon {
  transform: rotate(180deg);
}

/* Group Toggle Dropdown */
.explore-table .dt-group-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.explore-table .dt-group-toggle label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.explore-table .dt-group-toggle .dt-select-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.explore-table .dt-group-toggle .dt-select-wrapper .dt-select {
  padding-right: 32px;
}
.explore-table .dt-group-toggle .dt-select-wrapper .dt-select-icon,
.explore-table .dt-group-toggle .dt-select-wrapper .dt-select-loader {
  position: absolute;
  right: 12px;
  color: white;
  font-size: 11px;
  pointer-events: none;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}
.explore-table .dt-group-toggle .dt-select-wrapper .dt-select-loader {
  opacity: 0;
  visibility: hidden;
}
.explore-table .dt-group-toggle .dt-select-wrapper.dt-loading .dt-select {
  pointer-events: none;
  opacity: 0.7;
}
.explore-table .dt-group-toggle .dt-select-wrapper.dt-loading .dt-select-icon {
  opacity: 0;
  visibility: hidden;
}
.explore-table .dt-group-toggle .dt-select-wrapper.dt-loading .dt-select-loader {
  opacity: 1;
  visibility: visible;
}

.explore-table .dt-select {
  padding: 4px 32px 4px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: white;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
}
.explore-table .dt-select:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
.explore-table .dt-select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.explore-table .dt-select option {
  background: #ffffff;
  color: #0a1628;
  padding: 8px;
}

.explore-table .dt-toggle-icon {
  transition: transform 0.2s;
}

/* Date columns animation */
.explore-table .dt-indicator-header {
  transition: all 0.3s ease-out;
}

.explore-table .dt-col-actual {
  transition: all 0.3s ease-out;
}

/* Column Headers */
.explore-table .dt-header-columns {
  background: #f5f7fa;
}
.explore-table .dt-header-columns th {
  padding: 8px 12px;
  text-align: right;
  font-weight: 600;
  font-size: 11px;
  color: #4a5d7a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #f1f5f9;
  white-space: nowrap;
  background: #f5f7fa;
}
.explore-table .dt-header-columns th:last-child {
  border-right: none;
}
.explore-table .dt-header-columns th.dt-date-col {
  background: #e8eef8;
  color: #041f2f;
}
.explore-table .dt-header-columns th.dt-col-actual {
  border-left: 1px solid #0891b2;
  color: #065666;
  font-weight: 700;
}
.explore-table .dt-header-columns th.dt-col-actual.dt-actual-odd {
  background: #e0f7fa;
}
.explore-table .dt-header-columns th.dt-col-actual.dt-actual-even {
  background: white;
}

.explore-table .dt-actual-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.explore-table .dt-cal-type {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Sticky Columns */
.explore-table .dt-sticky-col {
  position: sticky !important;
  z-index: 10;
  background: inherit;
}

.explore-table .dt-col-num {
  left: 0;
  min-width: 50px;
  text-align: center !important;
  border-right: 1px solid #f1f5f9;
}

.explore-table .dt-col-icon {
  left: 50px;
  min-width: 40px;
  text-align: center !important;
  border-right: 1px solid #f1f5f9;
}

.explore-table .dt-col-project {
  left: 90px;
  min-width: 280px;
  text-align: left !important;
  max-width: 280px;
  border-right: 1px solid #f1f5f9;
}

.explore-table .dt-col-action {
  left: 370px;
  min-width: 50px;
  text-align: center !important;
  border-right: 1px solid #e2e8f0;
}

.explore-table .dt-table thead .dt-sticky-col {
  z-index: 25;
}

/* Sort Button */
.explore-table .dt-sort-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #7a8da8;
}
.explore-table .dt-sort-btn:hover {
  border-color: #082eb5;
  color: #082eb5;
}
.explore-table .dt-sort-btn.dt-active {
  background: #082eb5;
  border-color: #082eb5;
  color: white;
}

/* Body */
.explore-table .dt-table tbody tr {
  background: white;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.explore-table .dt-table tbody tr:nth-child(odd) {
  background: white;
}
.explore-table .dt-table tbody tr:nth-child(even) {
  background: #f5f7fa;
}
.explore-table .dt-table tbody tr:nth-child(even) td.dt-sticky-col {
  background: #f5f7fa;
}
.explore-table .dt-table tbody tr:nth-child(even) td.dt-date-col {
  background: rgba(8, 46, 181, 0.08);
}
.explore-table .dt-table tbody tr:nth-child(even) td.dt-col-actual.dt-actual-odd {
  background: rgba(8, 145, 178, 0.12);
}
.explore-table .dt-table tbody tr:nth-child(even) td.dt-col-actual.dt-actual-even {
  background: #f5f7fa;
}
.explore-table .dt-table tbody tr:hover {
  background: #d6e0f5 !important;
}
.explore-table .dt-table tbody tr:hover td {
  background: #d6e0f5 !important;
}
.explore-table .dt-table tbody tr:hover td.dt-date-col {
  background: #bccbeb !important;
}
.explore-table .dt-table tbody tr:hover td.dt-col-actual {
  background: #d6e0f5 !important;
}
.explore-table .dt-table tbody td {
  padding: 8px 12px;
  border-bottom: 1px solid #f1f5f9;
  border-right: 1px solid #f1f5f9;
  text-align: right;
  vertical-align: middle;
  background: inherit;
}
.explore-table .dt-table tbody td:last-child {
  border-right: none;
}
.explore-table .dt-table tbody td.dt-sticky-col {
  background: inherit;
  border-right: 1px solid #f1f5f9;
}
.explore-table .dt-table tbody td.dt-col-action {
  border-right: 1px solid #e2e8f0;
}
.explore-table .dt-table tbody td.dt-col-num {
  color: #7a8da8;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
}
.explore-table .dt-table tbody td.dt-col-icon {
  color: #7a8da8;
  text-align: center;
}
.explore-table .dt-table tbody td.dt-col-project {
  font-weight: 500;
  color: #0a1628;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.explore-table .dt-table tbody td.dt-date-col {
  background: rgba(8, 46, 181, 0.06);
  border-right: 1px solid #f1f5f9;
}
.explore-table .dt-table tbody td.dt-col-actual {
  border-left: 1px solid #0891b2;
  border-right: 1px solid #e2e8f0;
  font-weight: 600;
}
.explore-table .dt-table tbody td.dt-col-actual.dt-actual-odd {
  background: rgba(8, 145, 178, 0.08);
}
.explore-table .dt-table tbody td.dt-col-actual.dt-actual-even {
  background: white;
}
.explore-table .dt-table tbody tr:nth-child(odd) td.dt-sticky-col {
  background: white;
}

/* Action Button */
.explore-table .dt-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #e8ecf4;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #7a8da8;
}
.explore-table .dt-action-btn:hover {
  background: #082eb5;
  color: white;
}

/* Cell Values */
.explore-table .dt-cell-value {
  color: #0a1628;
}

.explore-table .dt-cell-change {
  font-size: 10px;
  font-weight: 600;
  margin-top: 2px;
}

.explore-table .dt-cell-missing {
  background-color: #FEE2E2 !important;
}

.explore-table .dt-cell-missing .dt-cell-value {
  color: #DC2626;
  font-weight: 600;
}

.explore-table .dt-cell-na {
  background-color: #F8FAFC;
}

.explore-table .dt-cell-na .dt-cell-value {
  color: #CBD5E1;
  font-style: italic;
}

/* Date Cell Icons */
.explore-table .dt-cell-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-bottom: 2px;
}

.explore-table .dt-status-icon {
  font-size: 13px;
}

.explore-table .dt-status-approved {
  color: #5c9714;
}

.explore-table .dt-status-rejected {
  color: #E30613;
}

.explore-table .dt-evidence-icon {
  font-size: 13px;
  color: #7a8da8;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.explore-table .dt-evidence-icon:hover {
  color: #082eb5;
}

.explore-table .dt-change-positive {
  color: #5c9714;
}

.explore-table .dt-change-negative {
  color: #E30613;
}

/* Highlight Styles - Max value */
.explore-table .dt-highlight {
  position: relative;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.08) 100%) !important;
  border-left: 2px solid #5c9714 !important;
}
.explore-table .dt-highlight .dt-cell-value {
  color: #065f46;
  font-weight: 700;
}

.explore-table .dt-badge {
  display: inline-block;
  padding: 0 6px;
  background: #5c9714;
  color: white;
  font-size: 9px;
  font-weight: 700;
  border-radius: 4px;
  margin-left: 6px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  text-transform: uppercase;
}

/* Responsive */
/* Tablet View */
@media (max-width: 1024px) {
  .explore-table .dt-modal-overlay {
    padding: 10px;
  }
  .explore-table .dt-top-bar {
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .explore-table .dt-top-bar-left {
    font-size: 14px;
  }
  .explore-table .dt-top-bar-right {
    flex-wrap: wrap;
    gap: 8px;
  }
  .explore-table .dt-group-toggle label {
    font-size: 12px;
  }
  .explore-table .dt-select {
    padding: 6px 28px 6px 10px;
    font-size: 12px;
  }
  .explore-table .dt-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  .explore-table .dt-col-project {
    min-width: 200px;
    max-width: 200px;
    left: 90px;
  }
  .explore-table .dt-col-action {
    left: 290px;
  }
  .explore-table .dt-indicator-header {
    min-width: 120px;
  }
  .explore-table .dt-header-title {
    font-size: 12px;
  }
  .explore-table .dt-drilldown-toggle {
    padding: 0 8px;
    font-size: 10px;
  }
  .explore-table .dt-table tbody td,
  .explore-table .dt-header-columns th {
    padding: 10px 8px;
    font-size: 12px;
  }
}
/* Mobile View */
@media (max-width: 768px) {
  .explore-table .dt-modal-overlay {
    padding: 0;
  }
  .explore-table .dt-container {
    border-radius: 0;
    height: 100%;
  }
  .explore-table .dt-top-bar {
    padding: 10px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .explore-table .dt-top-bar-left {
    width: 100%;
    justify-content: space-between;
  }
  .explore-table .dt-top-bar-left .dt-logo {
    font-size: 16px;
  }
  .explore-table .dt-top-bar-right {
    width: 100%;
    justify-content: space-between;
  }
  .explore-table .dt-group-toggle {
    flex: 1;
  }
  .explore-table .dt-group-toggle label {
    display: none;
  }
  .explore-table .dt-select {
    width: 100%;
    min-width: 100px;
  }
  .explore-table .dt-btn {
    padding: 6px 10px;
    font-size: 11px;
  }
  .explore-table .dt-btn svg {
    width: 12px;
    height: 12px;
  }
  .explore-table .dt-btn-icon {
    width: 32px;
    height: 32px;
  }
  /* Remove sticky columns on mobile for better scrolling */
  .explore-table .dt-col-num,
  .explore-table .dt-col-icon,
  .explore-table .dt-col-project,
  .explore-table .dt-col-action {
    position: relative;
    left: auto;
  }
  .explore-table .dt-col-num {
    min-width: 40px;
  }
  .explore-table .dt-col-icon {
    display: none;
  }
  .explore-table .dt-col-project {
    min-width: 150px;
    max-width: 150px;
  }
  .explore-table .dt-col-action {
    min-width: 40px;
  }
  .explore-table .dt-indicator-header {
    min-width: 100px;
  }
  .explore-table .dt-header-title {
    font-size: 11px;
    white-space: normal;
    line-height: 1.3;
  }
  .explore-table .dt-header-meta {
    display: none;
  }
  .explore-table .dt-indicator-header.dt-expanded .dt-header-meta {
    display: flex;
  }
  .explore-table .dt-drilldown-toggle {
    padding: 3px 6px;
    font-size: 9px;
  }
  .explore-table .dt-drilldown-toggle .dt-toggle-text {
    display: none;
  }
  .explore-table .dt-header-columns th {
    padding: 8px 6px;
    font-size: 10px;
  }
  .explore-table .dt-table tbody td {
    padding: 10px 6px;
    font-size: 11px;
  }
  .explore-table .dt-cell-value {
    font-size: 11px;
  }
  .explore-table .dt-cell-change {
    font-size: 9px;
  }
  .explore-table .dt-action-btn {
    width: 24px;
    height: 24px;
  }
  .explore-table .dt-badge {
    font-size: 8px;
    padding: 1px 4px;
  }
  .explore-table .dt-date-col {
    min-width: 70px;
  }
  .explore-table .dt-col-actual {
    min-width: 80px;
  }
}
/* Small Mobile View */
@media (max-width: 480px) {
  .explore-table .dt-top-bar-left {
    font-size: 13px;
  }
  .explore-table .dt-top-bar-right {
    flex-wrap: nowrap;
  }
  .explore-table .dt-group-toggle {
    min-width: 0;
  }
  .explore-table .dt-select {
    font-size: 11px;
    padding: 5px 24px 5px 8px;
  }
  .explore-table .dt-select-wrapper .dt-select-icon,
  .explore-table .dt-select-wrapper .dt-select-loader {
    right: 8px;
    font-size: 10px;
  }
  .explore-table .dt-btn span {
    display: none;
  }
  .explore-table .dt-btn svg {
    margin: 0;
  }
  .explore-table .dt-col-project {
    min-width: 120px;
    max-width: 120px;
  }
  .explore-table .dt-indicator-header {
    min-width: 80px;
  }
  .explore-table .dt-header-title {
    font-size: 10px;
  }
  .explore-table .dt-drilldown-toggle {
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .explore-table .dt-date-col {
    min-width: 60px;
  }
  .explore-table .dt-col-actual {
    min-width: 70px;
  }
}
.explore-table .data-tooltip [data-tooltip]:before {
  color: #494949;
  z-index: 31;
}

/*# sourceMappingURL=reporting.css.map */
