@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins&display=swap");@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");



/* @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap"); */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: normal !important;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
/* Hide the indicator separator */
.css-1u9des2-indicatorSeparator {
  display: none;
}
.signUpFontFamily {
  font-family: "Manrope", sans-serif !important;
  font-feature-settings: normal !important;
  line-height: 24px !important;
}
/* To center align the date columns in react-datepicker */
.my-datepicker .react-datepicker__year-wrapper {
  display: block;
  width: 100%;
}
.datepickerCustom {
  display: flex;
  min-width: 100%;
  width: 100vw;
}
.ant-picker-input input {
  cursor: pointer !important;
}
.ant-space-item {
  cursor: pointer !important;
}
/* Hide the dropdown arrow */
.css-tj5bde-Svg {
  display: none !important;
}
.css-1jw4tkd-Input {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.css-1w8gafw {
  font-size: 12px;
  margin-top: 5px !important;
  color: #8b9891 !important;
}
.css-1cgxr3d input {
  width: 100%;
  padding: 8px 30px !important;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 0.3rem;
  font-size: 13px !important;
  color: #a39f9f !important;
}
.css-1mmv3fp {
  -webkit-box-pack: center;
  justify-content: center;
  display: inline-grid;
  line-height: 2;
  margin-top: -95px !important;
}
.css-1o606kp {
  -webkit-box-pack: end;
  justify-content: end;
  display: inline-grid;
  line-height: 2;
  margin-top: -95px !important;
}
.css-1pzq39m:hover,
.css-1pzq39m[data-hover] {
  background: transparent !important;
}
.sidebar {
  transition: width 0.5s ease-in-out;
  width: 70px;
  background-color: #1e2320;
}
.css-ewdv3l {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.ps-menu-button:hover {
  color: black !important;
}
.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0 6px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none !important;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "✔";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: green;
}
.css-ctrpu7 {
  padding: 0 !important;
}
.ps-submenu-expand-icon {
  padding-left: 5px;
}
.css-772nip {
  background: #fafafd;
}
.backToHome {
  color: white;
}
.backToHome img {
  margin-top: 14px;
}
.backToHome p {
  line-height: 3;
  margin-left: 14px;
}
.backToHome:hover {
  color: black;
}
@media (max-width: 767px) {
  .css-12w9als {
    color: black !important;
    font-size: 12px !important;
  }

  .css-1l6xjdh {
    display: inherit !important;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.authCard {
  margin-top: 20px;
  border-radius: 0px;
  background-color: #ffffff;
}
.authLoginWithGoogle {
  border: 1px solid #d0d5dd !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  text-align: center !important;
  justify-content: center;
  font-weight: 600;
}
.alreadyHaveAccount {
  position: absolute;
  right: 18px;
  font-size: 14px;
  font-weight: 700;
}
.TimeSeriesChart {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.entitylocationSelector {
  background: white !important;
}
.entitylocationSelector .chakra-popover__popper {
  background: white !important;
  transform: translate(0px, 77px) !important;
}
.entitylocationSelector .chakra-popover__popper section {
  width: 395px !important;
}
.css-r6z5ec {
  z-index: 1000 !important;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .css-1sxbend {
    overflow-x: auto !important;
  }
}
.base-year-picker {
  border: none !important;
  box-shadow: none !important;
  height: 60px !important;
  font-size: 42px !important;
  width: 100% !important;
  font-weight: 700 !important;
  outline: none !important;
  text-align: center !important;
}
/* ------------- Loading Spinner ------------- */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27ae60;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* ------------- Loading Spinner ------------- */
/* Navbar  */
.menu-container {
  font-family: "Manrope" !important;
}
/* Default styles for mobileMenuOpenClose */
.mobileMenuOpenClose {
  display: block;
  /* Show by default */
  opacity: 100;
  z-index: 99;
}
@media (min-width: 768px) {
  .mobileMenuOpenClose {
    display: none !important;
    /* Hide on screens 768px and larger */
    opacity: 0;
  }
}
/* Base styles for the div */
.parent-div {
  font-family: "Manrope", sans-serif !important;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
/* Styles when the mobile menu is open */
.parent-div.open {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
}
/* Styles when the mobile menu is closed */
.parent-div.closed {
  z-index: 100;
}
/* Mobile view divs */
/* Styles for the first div */
.first-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.25rem;
  /* 20px */
}
@media (min-width: 1024px) {
  .first-div {
    display: none;
  }
}
/* Styles for the second div */
.second-div {
  z-index: 3000000;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  transition: all 2s ease-in-out;
}
.second-div.open {
  transform: translateY(0);
  opacity: 1;
}
.second-div.closed {
  transform: translateY(-100%);
  opacity: 0;
}
/* Styles for the third div */
.third-div {
  width: 100%;
  height: 90%;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  /* 14 * 0.25rem (default space unit) */
  list-style-type: none;
  letter-spacing: -0.05em;
  font-size: 1.875rem;
  /* 30px */
  line-height: 2.25rem;
  /* 36px */
}
.menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  /* space-x-5 */
}
.menu-items {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 20px;
  /* space-x-5 */
  align-items: center;
  font-size: 16px;
  /* text-body-md */
  font-weight: 500;
  /* font-medium */
}
.menu-link {
  cursor: pointer;
  text-decoration: none;
}
.menu-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.menu-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.icon-margin {
  margin-top: 0.125rem;
  /* mt-0.5 */
}
.divider {
  border-right: 1px solid #d1d5db;
  /* border-grey-400 */
  margin-right: 10px;
  margin: 12px 0;
  /* my-3 */
}
.button-container {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.login-signup {
  margin-right: 32px;
  /* mr-8 */
  white-space: nowrap;
  cursor: pointer;
}
.demo-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.arrow_container .arrow {
  transition: transform 0.3s ease-in-out;
}
.arrow_container:hover .arrow {
  transform: rotate(45deg);
}
.demo-button {
  font-size: 17px;
  color: #ffffff;
  font-weight: 800;
  /* font-extrabold */
  height: 44px;
  width: 178px;
  background-color: #28322c;
  /* bg-green-primary */
  padding: 10px 20px;
  /* py-[10px] px-[20px] */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.icon-container {
  background-color: #a3cd3f;
  /* bg-main-primary */
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.arrow-icon {
  fill: #000000;
}
/* Book Demo Button */
.button {
  font-size: 17px;
  color: #ffffff;
  font-weight: 800;
  height: 44px;
  width: 220px;
  background-color: #28322c;
  padding: 10px 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.relative-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.relative-container a {
  text-decoration: none;
}
.button {
  font-size: 17px;
  color: #ffffff;
  font-weight: 800;
  height: 44px;
  width: 220px;
  background-color: #28322c;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.button span {
  flex: 1;
  text-align: center;
  transform: translateX(0);
  transition: transform 1000ms;
}
.relative-container:hover .button span {
  transform: translateX(-20px);
}
.hidden-icon {
  background-color: #a3cd3f;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  left: -44px;
  top: -5000px;
  transition:
    left 1000ms,
    opacity 500ms;
}
.relative-container:hover .hidden-icon {
  left: 176px;
  top: 0px;
  opacity: 1;
}
.rotated-icon {
  transform: rotate(-45deg);
  fill: #000000;
}
.apexcharts-yaxis-title {
  position: absolute !important;
  top: 1000000px !important;
  /* Adjust this value as needed */
  left: 10px !important;
  /* Adjust this value as needed */
  transform: none !important;
  /* Ensure the title is horizontal */
  z-index: 1000 !important;
  /* Ensure it's above other elements */
}
/* RIBBON STYLES  */
.ribbon {
  z-index: 1;
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #27ae60;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font:
    700 15px/1 "Lato",
    sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
/* top right*/
/* .ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
} */
/* RIBBON STYLES END  */
.react-datepicker-wrapper {
  width: -webkit-fill-available !important;
}
.createDateRangePicker.ant-calendar-picker-input.ant-input:hover {
  border-color: #1f9643e5 !important;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(49, 139, 54, 0.342) !important;
  box-shadow: 0 0 0 2px rgba(49, 139, 54, 0.342) !important;
}
.createDateRangePicker:hover {
  border-color: #1f9643e5 !important;
}
.createDateRangePicker.ant-picker-focused {
  border-color: #1f9643e5 !important;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(49, 139, 54, 0.342) !important;
  box-shadow: 0 0 0 2px rgba(49, 139, 54, 0.342) !important;
}
.createDateRangePicker .ant-picker-active-bar {
  background-color: #1f9643e5 !important;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner {
  background-color: #27ae60 !important;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  background-color: #27ae60 !important;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #1f9643e5 !important;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-in-range::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before,
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e6ffe8 !important;
}
.ant-btn-primary {
  background-color: #27ae60 !important;
  border-color: #1f9643e5 !important;
}
.theme-switch {
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-switch .checkbox {
  opacity: 0;
  position: absolute;
}
.theme-switch .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 50px;
  position: relative;
  height: 40px;
  width: 80px;
  cursor: pointer;
  box-shadow: var(--switch-shadow);
  transition: var(--transition);
}
.theme-switch .label:hover .moon,
.theme-switch .label:hover .sun {
  transform: rotate(360deg);
}
.theme-switch .ball {
  transition: var(--transition);
  background-color: var(--text-color);
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  height: 30px;
  width: 30px;
}
.theme-switch .moon {
  color: #f1c40f;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform: rotate(0);
}
.theme-switch .sun {
  color: #ff6b00;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform: rotate(0);
}
.theme-switch .ball {
  transform: translatex(0);
}
.dark .theme-switch .ball {
  transform: translatex(40px);
}
@media (prefers-color-scheme: dark) {
  .theme-switch .ball {
    transform: translatex(40px);
  }

  .light .theme-switch .ball {
    transform: translatex(0);
  }
}
.form-error-message-bottom {
  position: relative;
  bottom: 20px;
  left: 0;
}
.form-error-message-top {
  position: relative;
  top: 20px;
  left: 0;
}
.project-duration-container .ant-picker-input > input {
  font-size: 14px !important;
  font-weight: 600 !important;
  /* color: #27ae60 !important; */
}
.country-dropdown .chakra-popover__popper {
  position: absolute !important;
  top: 100% !important;
  width: 100% !important;
}
.ant-picker-focused {
  border-color: #48bb78 !important;
  box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.2) !important;
}
.ant-picker-cell-selected .ant-picker-cell-inner {
  background-color: #48bb78 !important;
  color: white !important;
}
.valueColumn span {
  color: white;
  background: #f7a543 !important;
  padding: 2px 14px !important;
  border-radius: 50px !important;
}

.valueColumn span p {
  display: inline !important;
}

.renewableColumn span {
  background: #34e17d54 !important;
  color: green;
  background: #34e17d54 !important;
  padding: 2px 14px !important;
  border-radius: 50px !important;
}
.custom-radial {
  position: relative;
}
.low-high {
  position: absolute;

  top: 190px;
}
.low-high .child {
  width: 350px;
  display: flex;
  justify-content: space-between;
}
.low {
  padding-left: 13px;
}

.mycustomchart {
  position: relative;
}
.kg {
  position: absolute;
  top: 130px;
  left: 160px;
}

.datepickerCustom {
  display: flex;
  min-width: 100%;
  width: 100vw;
}
.date-picker {
  border: 1px solid black;
  display: flex;
  align-items: center;
  padding: 5px 5px;
  border-radius: 10px;
  position: absolute;
  top: 250px;
  left: 80px;
}
.calendar-icon {
  padding-right: 5px;
}

.date-picker-placement {
  width: 100%;
  text-align: center;
}

/* media queries */

@media (min-width: 1400px) {
  .kg {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .custom-radial {
    width: 100%;
  }
  .mycustomchart {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .low-high {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mycustomchart {
    position: relative;
  }

  .date-picker {
    position: absolute;
    left: 8%;
    margin-left: 10%;
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  .mycustomchart {
    margin: auto;
  }
  .low-high {
    position: absolute;

    left: 180px;
  }
  .date-picker {
    position: absolute;

    left: 250px;
  }
}

@media (max-width: 575.98px) {
  .mycustomchart {
    margin: auto;
  }
  .low-high {
    position: absolute;

    left: 120px;
  }
  .date-picker {
    position: absolute;

    left: 180px;
  }
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.first-box {
  padding: 16px 24px 16px 24px;
}

.check-icon {
  color: #8de8b3;
}

.trash-icon {
  color: #668574;
}

.year-2020 {
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
}

.kb {
  line-height: 20px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #475467;
}

.progress-valuee {
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.dnd {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #27ae60;
  font-size: 14px;
}

.dnd span {
  color: #475467;
}

.file-format {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #475467;
}

.WarningClass span {
  background: #fffaeb;
  padding: 2px 12px 2px 20px;
  border-radius: 20px;
  color: #b54708;
  position: relative;
  font-weight: 600;
}

.WarningClass span::after {
  content: ""; /* Required for the pseudo-element to appear */
  display: block; /* Ensures the ::after element is a block element */
  width: 5px;
  height: 5px;
  background-color: #b54708;
  border-radius: 50%; /* Creates a circular dot */
  position: absolute; /* Positions the dot relative to the parent span */
  top: 50%; /* Positions the dot vertically in the middle of the span */
  transform: translateX(10px) translateY(-50%); /* Positions the dot to the right of the span */
  /* Adjust the 'translateX' value as needed to position the dot accordingly */
}

.ErrorClass span {
  background: #fef3f2;
  padding: 2px 12px 2px 20px;
  border-radius: 20px;
  color: #b42318;
  position: relative;
  font-weight: 600;
}

.ErrorClass span::after {
  content: ""; /* Required for the pseudo-element to appear */
  display: block; /* Ensures the ::after element is a block element */
  width: 5px;
  height: 5px;
  background-color: #b42318;
  border-radius: 50%; /* Creates a circular dot */
  position: absolute; /* Positions the dot relative to the parent span */
  top: 50%; /* Positions the dot vertically in the middle of the span */
  transform: translateX(10px) translateY(-50%); /* Positions the dot to the right of the span */
  /* Adjust the 'translateX' value as needed to position the dot accordingly */
}
