﻿@charset "utf-8";

/* CSS Document */
:root {
  --color-white: #ffffff;
  --text-blue: #004f9f;
  --text-light-gray: #7a8185;
  --border-gray: 1px solid #a7a9ac;
  --padding-lr-15: 0 15px 0 15px;
  --padding-tb-15: 15px 0 15px 0;
  --padding-10: 10px;
  --padding-rl: 15px;
  --padding-rl: 10px;
  --padding-5: 5px;
  --margin-t: 8px;
  --margin-b: 8px;
  --scrollBar-color: #666666;
  --scrollBar-track: #666666 #efefef;
  --border-radius-outer: 10px;
  --border-raidus-inner: 5px;
  --box-shadow: 0px 15px 10px -15px darkgrey;
  --border-color: 1px solid #a7a9ac;
  --table-row-background: #F3F3F3;
  --error-color: #ff4d4f;

}

html,
body {
  margin: 0;
  border: 0;
  color: #646464;
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  background-color: #eaedf4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility;
  overflow: inherit;
  overflow-x: hidden;
}

.page-body-wrapper {
  /* min-height: calc(100vh - 101.1px); */
  height: fit-content;
  margin-left: 270px;
  width: calc(100% - 270px);
  margin-top: 108px;
}

.page-body-wrapper1 {
  min-height: calc(100vh - 30px);
  margin-left: 270px;
  width: calc(100% - 270px);
  margin-top: 30px;
}

.page-body-wrapperR {
  min-height: calc(100vh - 108px);
  margin-left: 270px;
  width: calc(100% - 270px);
}

.nav-filter {
  height: fit-content;
  margin-top: -15px;
  border-top: 2px solid #00000029;
  box-shadow: 0px 0 15px 0 #00000029;
}

.nav-export {
  height: fit-content;
  margin-top: -15px;
  border-top: 2px solid #00000029;
  box-shadow: 0px 0 15px 0 #00000029;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #004f9f;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.btn {
  font-size: 14px;
}

.defaultColor {
  color: #40505b;
}

.fontSize16 {
  font-size: 16px;
}

.fontSize18 {
  font-size: 18px;
}

.fontSize22 {
  font-size: 22px;
}

li {
  list-style: none;
}

.color-gray {
  color: var(--text-light-gray);
}

.text-blue {
  color: var(--text-blue);
}

.m-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.justify-end {
  display: flex;
  justify-content: end;
  column-gap: 1rem;
}

.mt6 {
  margin-top: 6px;
}

.mb6 {
  margin-bottom: 6px;
}

.width100 {
  width: 100%
}

/* Scrollbar for Webkit based browsers (Chrome, Safari, Edge) */
.scrollbar::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #AEBDCC;
  border-radius: 5px;
}

.text-end {
  text-align: end;
}

@supports (-ms-overflow-style: none) {

  /* For IE10+ */
  *.scrollbar::-ms-backdrop,
  *::-ms-thumb {
    background-color: #AEBDCC;
    border-radius: 5px;
  }

  *.scrollbar::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
  }

  *.scrollbar::-webkit-scrollbar-thumb {
    background-color: #AEBDCC;
    border-radius: 5px;
  }
}


.leftTopLabel {
  color: #7a8185;
  line-height: 21px;
}

.base-Popper-root.MuiTooltip-popper.MuiTooltip-popperInteractive {
  top: 20px !important;
  left: -20px !important;
}

.top-nav-heading {
  color: #7a8185;
  line-height: 21px;
  padding: 1.5rem 1rem 1.5rem 1rem;
  font-weight: 700;
  display: flex;
  justify-self: center;
}

.right-nav-heading {
  padding: 1.5rem 0.5rem 1.5rem 0.5rem;
}

.user-avatar-mobile{
  display: none;
}

.UserLoginDetail {
  color: #004f9f;
}

/* Side Navigation Responsive Styles */
.sidebar {
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  padding-bottom: 50px;
  position: fixed;
  width: 270px;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.2s ease-in-out;
  background: #fff;
  box-shadow: 0 1px 4px 0px rgb(0 0 0 / 16%);
}

.sidebar .logo {
  display: flex;
  justify-content: space-between;
  margin: 25px;
  background: #fff;
  border-radius: 7px;
}

.sidebar .logo img {
  width: 100%;
}

.sidebar #sidebar_menu>li {
  margin-left: 0;
}

.sidebar #sidebar_menu>li a {
  font-size: 13px;
  font-weight: 400;
  color: #144339;
  padding: 10px 20px 10px 30px;
  background: #fff;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  display: grid;
  grid-gap: 15px;
  align-items: center;
  position: relative;
  background: 0 0;
  color: #004f9f;
  margin-bottom: 10px;
}

.sidebar #sidebar_menu>li>a.active,
.sidebar #sidebar_menu>li>a:hover {
  background-color: #e5eef5;
  text-decoration: none;
}

.sidebar #sidebar_menu>li>a.active i {
  transition: all 0.4s ease;
  transform: rotate(+90deg);
}

.sidebar #sidebar_menu>li>a.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #004f9f;
}

.nav-container {
  display: none !important;
}

@media (max-width:1024px) {
  .sidebar {
    display: none;
    width: 0px;
  }
  .page-body-wrapper {
    width: 100%;
  }

  .nav-container {
    display: block !important;
  }
}

/* @media (max-width:1023px) {
  .sidebar {
    z-index: 10000;
  }
  
  .sidebar .logo {
    margin: 15px;
    background: #fff;
    border-radius: 7px;
    justify-content: start !important;
  }

  .sidebar {
    display: none;
  }
} */

.sub-menu {
  padding-left: 30px;
  color: #004f9f;
  display: none;
}

.open {
  display: block;
}

.sub-menu li {
  padding: 10px 0 0 0;
  cursor: pointer;
}

.sub-menu :last-child {
  padding-bottom: 20px;
}

.menuItemScroll {
  height: calc(100vh - 150px);
  overflow: auto;
}

.topnavBar {
  margin-left: 270px;
  width: calc(100% - 270px);
  box-shadow: 2px 1px 4px 0px rgb(0 0 0 / 16%);
  z-index: 1000;
}

.topNavDropdown {
  font-size: 14px;
  color: #004f9f;
  line-height: 21px;
}


.chartTitle {
  background: #004f9f;
  color: white;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  padding: 5px;
  font-weight: 500;
  text-align: center;
}


.chartTitle__mini {
  background-color: #004f9f;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  position: relative;
  top: 2px;
  z-index: 1;
  margin: 5px;
}

.downloadIcon {
  background-color: #004f9e;
  height: 30px;
  width: 30px;
  transform: rotate(90deg);
}

.layout-sidenav-toggle {
  display: none;
}

/* Scroll Style Starts Here*/
.scrollable-container {
  scrollbar-width: thin;
  scrollbar-color: #666666 #efefef;
}

/*Chrome*/
.scrollable-container::-webkit-scrollbar-track {
  background-color: #efefef;
  width: 8px;
}

.scrollable-container::-webkit-scrollbar-thumb {
  background-color: #666666;
  border: 0px solid transparent;
  background-clip: content-box;
}

.scrollable-container::-webkit-scrollbar {
  width: 8px;
}

/* Scroll Style Ends Here */
svg>g[class^="raphael-group-"]>text {
  display: none;
}

.raphael-group-265-parentgroup>g.raphael-group-sbZwhHTI {
  display: none;
}

.colBackGroundColor {
  background-color: #fcfdfee9;
  border-radius: 5px;
}

.label-color {
  color: #787878;
}

.value-color {
  color: #7d7b7b;
  font-weight: 600;
}

.container-battery-voltage {
  position: relative;
}

.filter {
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 44px !important;
}

.export {
  position: absolute;
  z-index: 9;
  right: 8px;
  top: 44px !important;
}

.export1 {
  position: absolute;
  z-index: 9;
  right: 8px;
  top: 44px !important;
}

.export2 {
  position: absolute;
  z-index: 9;
  left: 8px;
  top: 44px !important;
}

.exportstyle {
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.date__range {
  position: absolute;
  z-index: 1;
  right: 11rem;
  top: 52px !important;
}

.EqReportfilter {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 35px !important;
}

.container-daily-uses {
  position: relative;
}

/* Scroll Style Ends Here */
.raphael-group-137-plot-group>rect {
  width: 7px !important;
}

.raphael-group-135-plot-group>rect {
  width: 7px !important;
}

.grid_tooltip .fc__tooltip.fusioncharts-div {
  width: 350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 10px !important;
  padding-top: 0px !important;
}

.grid_tooltip .fc__tooltip.fusioncharts-div>div:first-child {
  flex: 0 0 27.333333%;
  max-width: 27.333333%;
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.grid_tooltip .fc__tooltip.fusioncharts-div>div {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.grid_tooltip .fc__tooltip.fusioncharts-div>div:last-child>div:first-child {
  top: -37px;
}

.grid_tooltip .fc__tooltip.fusioncharts-div>div>div:first-child {
  position: relative;
  top: -19px;
}

.grid_tooltip .fc__tooltip.fusioncharts-div>div>div:last-child {
  position: relative;
  top: 6px;
}

.big_font {
  font-size: 18px;
  font-weight: bold;
}

.small_font {
  font-size: 14px;
  font-weight: bold;
}

#textAllign {
  text-align: left;
}

.date_style {
  position: relative;
  top: 3px;
  right: 216px;
  font-size: 14px;
  font-weight: bold;
  color: #aaaaaa;
}

/* Alignment styles */
.fontColor {
  color: #004f9f;
}

.bgColor {
  background-color: #eaeef2;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.tab_row {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: -1px;
  border-top: 2px solid darkgrey;
  border-bottom: 2px solid darkgrey;
  box-shadow: 0px 15px 10px -15px darkgrey;
}

.tab_content {
  border-right: 2px solid darkgray;
  height: 37px;
  line-height: 38px;
  text-align: center;
  color: #004f9f;
}

.fontSize20 {
  font-size: 18px !important;
  font-weight: bold;
}

.fontSize10 {
  font-size: 10px !important;
}

.fontSize9 {
  font-size: 9px !important;
}

.bgWhite {
  background-color: #fff;
}

.margin-0 {
  margin: 0px !important;
}

.border-1-darkgrey {
  border: 1px solid darkgrey;
  border-radius: 5px;
  margin: 1px;
  align-items: center;
}

.px__3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.fontBlue {
  color: #004f9f;
}

.server-faults {
  display: flex;
  justify-content: space-between;
  background-color: #e20a15;
  background-image: linear-gradient(to bottom right, #e20a15, #9b1932);
  border-radius: 10px;
  color: white;
  padding: 10px;
}

.img-size-top {
  width: 57px;
}

.img_size {
  width: 45px;
  padding: 5px;
}

.img_size_battery {
  padding: 3px;
  width: 65px;
  height: 55px;
}

.overdue-task {
  background-color: #e8e368;
  background-image: linear-gradient(to bottom right, #e8e368, #e6b84e);
  border-radius: 10px;
  color: white;
  padding: 5px;
}

.img_size1 {
  width: 20px;
  height: 20px;
}

.img_size2 {
  width: 25px;
  height: 25px;
}

.upcoming-tasks {
  background-image: linear-gradient(to bottom right, #9dfcd2, #106942);
  border-radius: 10px;
  color: white;
  padding: 5px;
}

.textAlign {
  text-align: end;
  font-size: 40px;
  font-weight: bold;
}

.img_container {
  line-height: 40px;
  padding-left: 8px;
}

.system-summary-body {
  border-radius: 10px;
  padding-bottom: 8px;
  background-color: white;
}

.system-summary-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #a7a9ac;
  padding: 5px;
  border-radius: 10px;
}

.system-count {
  color: #004f9f;
  text-align: right;
  font: normal normal bold 35px/42px Inter;
  letter-spacing: 0px;
  color: #004f9f;
  opacity: 1;
}

.system-name {
  color: #004f9f;
  text-align: right;
}

.state-charge {
  background-color: white;
  margin-top: 12px;
  border-radius: 10px;
}
.operation-status-dashboard {
  background-color: white;
  padding: 8px 8px 12px 8px;
  border-radius: 10px;
}
.operation-status {
  background-color: white;
  padding: 8px 8px 12px 8px;
  border-radius: 10px;
}

.operation-status-title {
  display: flex;
  background: #004f9f;
  color: white;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px;
  font-weight: bold;
}

.range {
  color: #7a8185;
  font-size: 12px;
  font-weight: bold;
  padding-right: 1.5rem;
}

.this-week {
  color: #7a8185;
  font-size: 12px;
  font-weight: 500;
}

.date-range .react-daterange-picker__wrapper {
  border: 2px solid #c4bebe !important;
  border-radius: 10px !important;
}

.date-range .react-daterange-picker__inputGroup__input {
  color: #c4bebe;
  font-weight: 500;
}

.date-range .react-daterange-picker__button svg {
  stroke: #c4bebe;
}

.date-range .react-daterange-picker__button svg :hover {
  stroke: #736f6f;
}

.date-range .react-calendar__month-view__days__day--weekend {
  color: black;
}

.date-range .react-calendar__month-view__days__day--neighboringMonth {
  color: black;
}

.line-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 13px;
  justify-content: space-around;
  cursor: pointer;
  margin-left: auto;
  padding-right: 5px;
  font-size: 16px;
}

.line-toggle-items {
  background: white;
  right: 0;
  color: #7a8185;
  z-index: 1;
  padding: 10px;
  border-radius: 10px;
  border: var(--border-color);
}

.line-toggle-items * span {
  display: inline-block;
  cursor: pointer;
}

.operation-card-col {
  border-radius: 10px;
  border: 1px solid #a7a9ac;
  padding-bottom: 5.5px;
  padding-top: 4.5px;
}

.operation-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.operation-card-units {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.operation-status-image {
  width: 45px;
}

.units {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.unit-count-green {
  color: #004f9f;
  font: 15px;
  font-weight: 900;
}

.unit-label-green {
  font-size: 10px;
  color: #004f9f;
  font-weight: bold;
}

.unit-count-yellow {
  color: #004f9f;
  font-weight: bold;
  position: absolute;
  left: 7px;
  top: 5px;
}

.unit-count-red {
  color: #004f9f;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 5px;
}

.green {
  border: 5px solid #1fd284;
}

.yellow {
  border: 5px solid #e8e368;
}

.red {
  border: 5px solid #e20a15;
}

.eq-gray {
  width: 10px;
  height: 10px;
  border: 2px solid #a7a9ac;
  border-radius: 50%;
  margin-top: 10px;
  position: relative;
}

.eq-yellow {
  width: 4px;
  height: 4px;
  background-color: #e8e368;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0.8px;
}

.eq-red {
  width: 4px;
  height: 4px;
  background-color: #e20a15;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0.8px;
}

.eq-green {
  width: 4px;
  height: 4px;
  background-color: #1fd284;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0.9px;
}

.eq-status-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  font-weight: bold;
  color: #004f9f;
}

.operation-eq-image-main {
  position: relative;
}

.unit-div {
  text-align: center;
  position: absolute;
  top: 6px;
  left: 15px;
}

.unit-count {
  color: #004f9f;
  font: 12px;
  font-weight: 900;
}

.unit-lable {
  color: #004f9f;
  font-size: 8px;
  font-weight: 500;
}

.progress-bar {
  background: gray;
  width: 72px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 28px;
  bottom: 25px;
}

.operation-eq-image {
  width: 50px;
}

.dealer-card {
  border-radius: 10px;
  background-color: white;
  margin: 6px 1px 6px 1px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 1px 0 1px 0;
}

.dealer-card:hover {
  border: 1px solid #a7a9ac;
}

.dealer-card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.dealear-img {
  width: 40px;
}

.delear-body-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.delear-body-left {
  display: flex;
  align-items: center;
  /* gap: 25px; */
  flex-basis: 40%;
}

.delear-body-left div:first-child {
  flex-basis: 40px;
}

.company-count {
  font-size: 12px;
  font-weight: 500;
  color: #004f9f;
}

.dealaer-no {
  font-size: 18px;
  font-weight: bold;
  color: #004f9f;
  text-transform: uppercase;
  text-align: start;
}

.dot-red {
  height: 12px;
  width: 12px;
  background-color: #e20a15;
  border-radius: 50%;
  margin-bottom: 6px;
}

.dot-yellow {
  height: 12px;
  width: 12px;
  background-color: #e8e368;
  border-radius: 50%;
  margin-bottom: 8px;
}

.dot-red2 {
  height: 12px;
  width: 12px;
  background-color: #e20a15;
  border-radius: 50%;
}

.dot-yellow2 {
  height: 12px;
  width: 12px;
  background-color: #e8e368;
  border-radius: 50%;
}

.dot-green {
  height: 12px;
  width: 12px;
  background-color: #1fd284;
  border-radius: 50%;
}

.count {
  font-size: 12px;
  color: #004f9f;
  font-weight: bold;
  flex-basis: 40px;
}

.delaler-status {
  font-size: 10px;
  color: #004f9f;
  font-weight: 500;
  flex-basis: 100px;
  text-align: right;
}

.pr35 {
  padding-right: 35px;
}

.pr8 {
  padding-right: 8px;
}

.pl4 {
  padding-left: 4px;
}

.pr-10 {
  padding-right: 9px;
}

.pl-10 {
  padding-left: 8px;
}

.pd15 {
  padding: 0;
}

.pr-1 {
  padding-right: 0;
}

.pr-2 {
  padding-right: 0;
}

.mr-top {
  margin-top: 0px;
}

.img_container_flex {
  flex-direction: column;
  align-items: flex-end;
  gap: 0px;
}

.mr20 {
  margin-right: 20px;
}

#eqlogs {
  font-family: "Inter", "sans-serif";
  border-collapse: collapse;
  width: 100%;
}

#eqlogs td,
#eqlogs th {
  /* border: 1px solid #ddd; */
  padding: 8px;
}

#eqlogs tr:nth-child(odd) {
  /* background-color: #707070; */
  background-color: #eaeef2;
  /* color: #28478c; */
}

#eqlogs th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  /* background-color: #707070; */
  background-color: #eaeef2;
  color: #28478c;
  border-bottom: 2px solid darkgrey;
  box-shadow: 0px 15px 10px -15px darkgrey;
}

.table-height {
  height: 150px;
}

.billable tr:nth-child(odd):not(.billable tr > th) {
  background-color: #f3f3f3;
}

.billable tr>td:first-child {
  padding: 10px;
}

.billable tr>td {
  padding: 10px 4px 10px 4px;
  border-right: 1px solid #a7a9ac;
  border-left: 1px solid #a7a9ac;
}

.billable tr>th {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  background-color: #eaeef2;
  color: #30436e;
  text-align: center;
  padding: 6px 6px 6px 6px;
  border-right: 1px solid #a7a9ac;
  border-left: 1px solid #a7a9ac;
  box-shadow: 0px 15px 10px -15px darkgrey;
}

.billable tr>td {
  font-size: 12px;
  text-align: center;
  color: #30436e;
}

.billable-head :last-child {
  padding-right: 2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-menu {
  font-size: 14px;
}

.mt3 {
  margin-top: 3px;
}



.basic_tooltip .fc__tooltip.fusioncharts-div {
  background-color: lightgray !important;
  padding: 10px !important;
  border-radius: 10px !important;
}

.__body,
.__footer,
.__head {
  padding: 2px !important;
}

.__body {
  font-weight: bold;
  font-size: 16px;
}

.__body__,
.__footer__,
.__head__ {
  padding: 2px !important;
}

.__body__ {
  font-weight: bold;
  font-size: 12px;
}

.__footer__ {
  font-size: 12px;
}

/* card */
.spaceRightLeft {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.world-map {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.chargeChart-img {
  border: 1px solid gray;
  width: 100%;
  border-radius: 5px;
}

/* for calender */
.show-calender {
  display: none;
  z-index: 10;
}

.container-calender {
  background-color: #dbdbe0;
  width: 320px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.month {
  width: 100%;
  background-color: #b10c32;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.calendar {
  width: 100%;
  height: 100%;
  background-color: hsl(240, 16%, 88%);
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
}

.weekdays {
  width: 100%;
  height: 30px;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
}

.weekdays div {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  width: calc(44.2rem / 7);
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem;
}

.days div {
  font-size: 12px;
  margin: 0.3rem;
  width: calc(21em / 7);
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
}

/* for location Dashboard */
.server-faults-location {
  background-color: #e8e368;
  background-image: linear-gradient(to bottom right, #e20a15, #9b1932);
  border-radius: 10px;
  color: white;
  padding: 5px;
}

.server-faults-location img {
  float: left;
}

.location-top-img {
  width: 45px;
}

.location-count {
  text-align: end;
  font-size: 40px;
  font-weight: bold;
}

.overdue-task img {
  float: left;
}

.upcoming-tasks img {
  float: left;
}

.location-summary-card {
  border: 1px solid #a7a9ac;
  border-radius: 10px;
}

.location {
  background-color: white;
  border-radius: 10px;
  padding:10px 0;
}
.site-top-block{
  align-items: flex-start;
  margin-bottom: 10px;
}

.location-footer-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-footer-img * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33%;
  text-align: center;
}

.location-img-labels {
  display: flex;
  text-align: center;
  color: #7a8185;
}

.location-img-labels * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33%;
  font-size: 8px;
}

.device-report-tabs {
  display: flex;
  color: #004f9f;
  font-weight: 500;
  margin: 6px 0 6px 0;
  padding: 0;
  position: relative;
  margin-left: 10px;
}

.device-report-tabs * {
  flex: 25%;
}

.click-line1 {
  display: block;
  background: #004f9f;
  width: 85px;
  height: 2.5px;
  border-radius: 10px;
  position: absolute;
  bottom: -2.5;
  left: -7px;
}

.click-line2 {
  display: block;
  background: #004f9f;
  width: 85px;
  height: 2.5px;
  border-radius: 10px;
  position: absolute;
  bottom: -2.5;
  left: -7px;
}

.click-line3 {
  display: block;
  background: #004f9f;
  width: 85px;
  height: 2.5px;
  border-radius: 10px;
  position: absolute;
  bottom: -2.5;
  left: -7px;
}

.click-line4 {
  display: block;
  background: #004f9f;
  width: 85px;
  height: 2.5px;
  border-radius: 10px;
  position: absolute;
  bottom: -2.5;
  left: -7px;
}

.device-report-tabs :nth-of-type(1) {
  cursor: pointer;
}

.device-report-tabs :nth-of-type(2) {
  cursor: pointer;
}

.device-report-tabs :nth-of-type(3) {
  cursor: pointer;
}

.device-report-tabs :nth-of-type(4) {
  cursor: pointer;
}

.add-device-main {
  width: 99%;
  background-color: white;
  border-radius: 10px;
  flex-wrap: wrap;
  gap: 0px 8px;
  height: 32.5rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.add-device-main::-webkit-scrollbar {
  width: 5px;
  background-color: var(--scrollBar-color);
}

.add-device-main::-webkit-scrollbar-track {
  background-color: var(--scrollBar-track);
  box-shadow: inset 0 0 5px rgb(231, 228, 228);
  border-radius: 10px;
}

.add-device-main::-webkit-scrollbar-thumb {
  background: var(--scrollBar-color);
  border-radius: 10px;
}

.add-device-main::-webkit-scrollbar-thumb:hover {
  background: rgb(74, 73, 73);
}

.device-card-left {
  width: 100%;
  text-align: right;
}

.all-device-card {
  background-color: white;
  max-width: 23%;
  height: fit-content;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 23%;
  padding: 5px;
  margin: 5px;
  border: 1px solid #a7a9ac;
  border-radius: 10px;
  position: relative;
}

.device-card-battery-img {
  width: 32px;
  height: 24px;
  margin: 6px;
}

.device-card-bmid-img {
  float: left;
  width: 50px;
  margin: 14px;
  object-fit: cover;
}

.device-card-charger-img {
  float: left;
  height: 35px;
  margin: 14px;
}

.ids {
  font-size: 14px;
  color: #004f9f;
}

.capacity-count {
  font: 14px;
  font-weight: 700;
  color: #004f9f;
}

.progress-status {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #004f9f;
  margin-top: 8px;
}

.progress-main-red {
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-container-red {
  height: 0.4rem;
  /* width: 32rem; */
  width: 100%;
  border-radius: 0.4rem;
  background: rgb(236, 230, 230);
}

.progress-container-red .progress1 {
  height: 100%;
  width: 50%;
  border-radius: 0.4rem;
  background: #e20a15;
  transition: width 0.4s ease;
}

.progress-main-green {
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-container-green {
  height: 0.6rem;
  width: 100%;
  border-radius: 0.4rem;
  background: rgb(236, 230, 230);
}

.progress2 {
  height: 100%;
  width: 25%;
  border-radius: 0.4rem;
  background: #1fd284;
  transition: width 0.4s ease;
}

/* location right side  */
.right {
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 0px;
}

.state-chargeL {
  background-color: white;
  border-radius: 10px;
}

.operation-statusL {
  background-color: white;
  padding: 6px 6px 6px 6px;
  border-radius: 10px;
}

.img_sizeL {
  width: 45px;
  height: 45px;
  padding: 6px;
}

.img-operation-site {
  width: 45px;
  height: 45px;
  padding: 6px;
}

.system-nameL {
  color: #004f9f;
  text-align: right;
  font: normal normal 10px/15px Inter;
  margin-right: 6px;
}

.system-countL {
  color: #004f9f;
  text-align: right;
  font: normal normal bold 20px/30px Inter;
  letter-spacing: 0px;
  color: #004f9f;
  opacity: 1;
  margin-right: 6px;
}

.operation-cardL {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #a7a9ac;
  border-radius: 10px;
  padding: 4px;
}

.top-nav {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.dropdown-items-equivalent {
  margin-left: 40px;
}

.topNavDropdown {
  font-size: 16px;
  font-weight: 400;
}

.brandName {
  color: #004f9f;
  font-weight: 700;
}

.ahrs-top {
  padding: 0 0 20px 0;
}

.kwhrs-top {
  padding: 0 0 20px 0;
}


/* for Batteries page */
.nav-filter-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.battery-text {
  text-align: center;
  margin-top: 20px;
}

.downPosotion {
  right: 0;
  top: 2.5rem;
}

.emailPosition {
  bottom: -30px;
  right: 4.4rem;
}

.downPosotion2 {
  right: 10px;
  top: -30px;
}

.emailPosition2 {
  bottom: -50px;
  right: 51px;
}

.tips:hover .tooltips {
  display: inline-block;
}

.dowImg {
  width: 30px;
  height: 30px;
}

.tab_content-battery {
  color: #004f9f;
  padding-right: 10px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  position: relative;
}

.tab_content-battery :first-child {
  cursor: pointer;
}

.tab_content-battery :first-child :hover {
  font-weight: bold;
}

.arrow {
  color: #a4afb7;
  transition: all 0.4s ease;
  /* transform: rotateZ(-180deg); */
}

.arrow-rotate {
  transition: all 0.4s ease;
  transform: rotateZ(-180deg);
}

.filter-header {
  border-right: 2px solid #b2b2b2;
  height: 37px;
  line-height: 25px;
  text-align: center;
  color: #004f9f;
  padding-right: 10px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  position: relative;
}

.dealer-dropdown {
  position: absolute;
  top: 30px;
  z-index: 100;
  width: 100%;
  border: 2px solid #eaeef2;
  border-radius: 5px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow-y: auto;
  overflow-x: hidden;
  height: 10rem;
  width: 12rem;
}

.date-drop {
  position: absolute;
  top: 43px;
  z-index: 100;
  width: inherit;
  border: 2px solid #eaeef2;
  border-radius: 5px;
  background: white;
  text-align: left;
  padding-left: 20px;
  display: none;
  color: #7a8185;
}

.search {
  background-color: #eaeef2;
  padding: 3px 0 3px 0;
  position: webkit-sticky;
  top: 0;
}

.search input {
  width: 100%;
  max-height: 2.5rem;
  border: 2px solid #004f9f;
  border-radius: 5px;
}

.search input::-webkit-input-placeholder {
  color: #7a8185;
  /* padding-left: 25px; */
  font-weight: 500;
}

.search input::-moz-placeholder {
  color: #7a8185;
  opacity: 1;
  /* padding-left: 25px; */
  font-weight: 500;
}

.search img {
  position: absolute;
  top: 1px;
  left: 7px;
  font-size: 22px;
  color: #004f9f;
}

.leftPadding {
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.leftPadding input {
  accent-color: #ffffff;
  outline: 2px solid #ffffff;
}

.leftPadding label {
  color: #7a8185;
  margin-bottom: 0;
}

.nav-bottom {
  color: #575757;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.flexJustify {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexJustify i::before {
  transition: 0.4s ease;
  transform: rotate(+90deg);
}

.bmid {
  text-align: center;
}

.bmid img {
  vertical-align: revert;
  padding-right: 5px;
}

.bmid span {
  font-weight: bold;
  color: #004f9f;
}

.mt4 {
  margin-top: 3px;
}

.report-div {
  background-color: white;
  border-radius: 10px;
}

.search-alerts .ant-input-group-wrapper .ant-input-group-addon .ant-input-search-button {
  background-color: var(--text-blue) !important;
  padding-bottom: 5px !important;
}

.search-alerts .ant-input-group-wrapper.ant-input-wrapper:hover {
  border-color: var(--text-blue) !important;
}

.alerts-container {
  height: 250px;
  overflow: auto;
}

.company-alerts {
  height: 277px;
  overflow: auto;
}

.location-alerts-container {
  height: 260px;
  overflow: auto;
}

.site-alerts-container {
  height: 255px;
  overflow: auto;
}

#state-charge {
  height: 283px;
}

.operation-status {
  height: 212px;
}

.pagination-div .ant-pagination .ant-pagination-total-text {
  display: none;
}

.pie-chart {
  height: 208px;
  margin-bottom: 0.5rem;
}

.donut-site {
  height: 140px;
}

.col-12.px-2.mb-2.state-chargeL {
  height: 239px;
}

.py-2.donut-site>div {
  height: 186px;
}

.headingImg .posiChargerLogo img {
  display: none;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
}

.voltage-main-div {
  height: 44rem;
  border-radius: var(--border-radius-outer);
}

.battey-voltage-chart {
  height: 39.5rem;
}

.battey-voltage-report {
  height: 31rem;
}

/* .energy-tableWrapper{
  height: 17.7rem ;
}
.billable-tableWrapper{
  height: 13.2rem;
} */
.energy-tableWrapper {
  height: 13.5rem;
}

.billable-tableWrapper {
  height: 11rem;
}

.pagination-div .ant-pagination {
  vertical-align: revert;
}

.pagination-div .ant-pagination .ant-pagination-next {
  min-width: fit-content;
  vertical-align: revert;
}

.pagination-div .ant-pagination .ant-pagination-prev {
  margin-right: 4px;
  min-width: fit-content;
  vertical-align: revert;
}

.pagination-div .ant-pagination .ant-pagination-item {
  margin-right: 4px;
  min-width: 30px;
}

.pagination-div .ant-pagination .ant-pagination-jump-prev {
  min-width: fit-content;
}

.pagination-div .ant-pagination .ant-pagination-jump-next {
  min-width: fit-content;
}

.pagination-div .ant-pagination .ant-pagination-options .ant-select-selector {
  padding-right: 5px;
  padding-left: 5px;
}

.chart-tooltip {
  position: relative;
  /* display: inline-block; */
  border-bottom: 1px dotted white;
  /* padding: 5px; */
}

.chart-tooltip .chart-tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: white;
  color: black;
  text-align: left;
  border-radius: 4px;
  border: 1px solid;
  border-color: lightgrey;
  /* padding: 5px 0; */
  position: absolute;
  /* z-index: 1; */
  left: 40%;
  top: 5%;
  padding: 5px;

}

.chart-tooltip:hover .chart-tooltiptext {
  visibility: visible;
}

.green-dot {
  height: 8px;
  width: 8px;
  background-color: #1fd284;
  border-radius: 50%;
  margin-bottom: 0px;
}

.red-dot {
  height: 8px;
  width: 8px;
  background-color: #e20a15;
  border-radius: 50%;
  margin-bottom: 0px;
}

.blue-dot {
  height: 8px;
  width: 8px;
  background-color: #5083b7;
  border-radius: 50%;
  margin-bottom: 0px;
}
.dark-blue-dot{
  height: 8px;
  width: 8px;
  background-color: #00008B;
  border-radius: 50%;
  margin-bottom: 0px;
}

.yellow-dot {
  height: 8px;
  width: 8px;
  background-color: #e8e368;
  border-radius: 50%;
  margin-bottom: 0px;
}

.left-dot-body {
  display: flex;
  align-items: center;
  gap: 5px;
  /* background-color: whitesmoke; */
  /* padding: 2px !important; */
}

.count-body {
  /* gap: inherit; */
  font-weight: bold;
  font-size: 12px;
}

.count-body-text {
  font-family: Arial;
  font-size: 10px;
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.countLabel {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ReportPanel3 {
  margin: auto 0 auto auto;
}

.charge-log {
  height: 28rem;
}

.lensimg1 {
  display: inline-block;
}

.lensimg1-hide {
  display: none;
}

.chargeidle {
  height: 44rem;
  border-radius: var(--border-radius-outer);
}

.eq-log-tableWrapper {
  height: 30.5rem;
}

.user-details-hide {
  display: none;
}

.user-details-show {
  display: block;
  position: absolute;
  right: 2rem;
  top: 4rem;
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  color: var(--text-light-gray);
  padding: 10px;
  border-radius: var(--border-radius-outer);
}

.user-details-show>div {
  cursor: pointer;
}

.add-user {
  margin-top: 0.8rem;
  border: var(--border-gray);
  border-radius: var(--border-radius-outer);
  padding: 0.7rem;
  box-shadow: 0px 3px 6px #00000029;
  background-color: white;
}

.show-user {
  display: block;
}

.hide-user {
  display: none;
}

.resetpsw {
  position: absolute;
  inset: auto auto auto auto;
}

.form-label {
  font-weight: "600";
  color: var(--text-light-gray);
}

.update-users .ant-modal-header .ant-modal-title {
  color: var(--text-blue) !important;
}

.update-main {
  height: 100dvh;
  background-color: white;

}

.update-body {
  background-color: #f7f7f7;
  box-shadow: 0px 0 15px 0 #00000029;
  padding: 1.5rem 1rem .5rem 1rem;
  border-radius: var(--border-radius-outer);
  max-width:355px;
  min-width:242px;
  /* height: 335px; */
}

.login-main-div {
  background-size: 100% 109%;
}

.login-div {
  background-color: white;
  border-radius: var(--border-radius-outer);
  width: 28rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;

}

.captcha-main {
  display: flex;
}

.sign-text {
  text-align: center;
  color: #00529e;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}

.captcha {
  padding-left: 30px;
  padding-top: 15px;
  color: #004F9F;
  font-weight: 500;
}

.captcha-value {
  width: 80%;
  border: none;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
  color: var(--text-blue);
  margin-left: 30px;
}

.captcha-value::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--text-blue);
  opacity: 1;
  /* Firefox */
  text-align: right;
}

.captcha-value:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--text-blue);
  text-align: right;
}

.captcha-value::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--text-blue);
  text-align: right;
}

.captcha-input {
  border: 1.55px solid rgba(138, 136, 136, 0.6);
  border-radius: var(--border-raidus-inner);
  padding: 5px;
}

.captcha-input:focus {
  outline: 1.55px solid #004f9e;

}

.captcha-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.captcha-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.input_label:focus {
  color: #004f9e !important;
}

.user-info {
  /* width: 10rem; */
  color: var(--text-blue);
}

.log-out {
  cursor: pointer;

}

.log-out:hover {
  background-color: #004f9e;
  color: white;
  border-radius: var(--border-raidus-inner);
}

.change-password:hover {
  background-color: #004f9e;
  color: white;
  border-radius: var(--border-raidus-inner);
}

.dropList .dropdown-toggle::after {
  border-top: none !important;
  content: none !important;
}

.btn:focus {
  outline: 0 !important;
  box-shadow: none;
}

.arrowDown {
  bottom: 0px;
  position: absolute;
  right: -11px;
  color: var(--text-blue);
}

.cross {
  bottom: 8px;
  position: absolute;
  right: -11px;
  color: var(--text-blue);
  background: #e2e2e5c9;
  border-radius: 50%;
  border: 1px solid #b4b4b4c9;

}

.adminChargeLogHeader {
  display: flex;
  gap: 4rem;
}

.ChartPanel {
  border-radius: 0 0 5px 5px;
}

.dropdown-itemsList {
  min-height: fit-content;
  max-height: 14rem;
  overflow: auto;
}

.warranty-report-body {
  background-color: white;
  padding: 0.5rem;
  border-radius: var(--border-radius-outer);
}

.excel-btn {
  background-color: var(--color-white);
  color: var(--text-blue);
  font-weight: bold;
  border-radius: var(--border-radius-outer);
  border: 1px solid var(--text-blue);
}

.sort-btn {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: rgb(99 104 100 / 96%);
}

.apply-filter {
  background: #f6f3f3e3;
  color: var(--text-blue);
  border-radius: 50%;
  cursor: pointer;
}

.apply-filter:hover {
  background-color: gray;
  mix-blend-mode: darken;
}

.charge-log-tableWrappe {
  height: 32.5rem;
}

.operationstatus {
  height: 27.3rem;
}

.battery-id {
  width: 5rem;
}

.charge-id {
  width: 5rem;
}

.battery-type {
  width: 6rem;
}

.total-cells {
  width: 9rem;
}

.battery-capacity {
  width: 7rem;
}

.batteryI {
  width: 20rem;
}

.chargerI {
  width: 20rem;
}

.severityI {
  width: 25rem;
}

.codeI {
  width: 15rem;
}

.dateI {
  width: 20rem;
}

.timeI {
  width: 20rem;
}

.logs {
  width: 3rem;
}

.port {
  width: 3rem;
}

.start-date {
  width: 7rem;
}

.end-date {
  width: 7rem;
}

.duration {
  width: 8rem;
}

.charge-arhs {
  width: 6rem;
}

.charge-kwhs {
  width: 6rem;
}

.start-temp {
  width: 7rem;
}

.end-temp {
  width: 5rem;
}

.vehicleId {
  width: 5rem;
}

.start_date {
  width: 7rem;
}

.end_date {
  width: 7rem;
}

.sort_code {
  width: 7rem;
}

.term_code {
  width: 7rem;
}

.building {
  width: 5rem;
}

.spinner-wrapper {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: calc(100% - 300px);
  z-index: 9999;
  position: fixed;
  display: flex;
  justify-content: center;
  opacity: 0.75;
  border-radius: var(--border-radius-outer);
  transition: all 0.3s;
}

.spinner-wrapper .spinner {
  margin-top: 20%;
}

.spinner-wrapper-none {
  display: none;
  opacity: 1;
}

.daily-plugin-chart {
  height: 40rem;
}

.days__filter {
  margin: auto 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  position: relative;
}

.alignChargeLogHeader {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  position: relative;
}

.search-org {
  align-items: center;
}

.search-org .ant-input-group-addon .ant-input-search-button {
  background-color: var(--text-blue);
  padding-bottom: 5px !important;
  font-size: 15px;
}

.search-org .ant-select-clear {
  right: 2.5%;
}

.auto_complete .ant-select .ant-select-selector {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.search_icon {
  background-color: #004f9e;
  padding: 5.5px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

.tableWrapper-user {
  height: 32.2rem;
}

.sNo {
  width: 10rem;
}

.tenant {
  width: 10rem;
}

.role {
  width: 10rem;
}

.first-name {
  width: 12rem;
}

.last-name {
  width: 10rem;
}

.email-address {
  width: 12rem;
}

.mobile-number {
  width: 12rem;
}

.telephone-no {
  width: 11rem;
}

.action {
  width: 8rem;
}

.show-entries {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.tableWrapper-org {
  height: 32.2rem;
}

.charge-Log-Top {
  gap: 30px;
}

.eq-log-search {
  flex-direction: column;
  align-items: center;
  position: absolute;
  gap: 0.5rem;
  right: 0;
  bottom: 0;
}

.from-endData {
  background-color: white;
  border-radius: 10px;
  height: fit-content;
  padding: .25rem;
}

.date-range {
  padding-block: .25rem;
}

.arrowDownChargeLog {
  position: absolute;
  right: -10px;
  bottom: 7px;
  color: var(--text-blue);
}

.crossChargeLog {
  color: var(--text-blue);
  background: #e2e2e5c9;
  border-radius: 50%;
  bottom: 7px;
  position: absolute;
  right: -11px;
}

.displayHide {
  display: none;
}

.displayShow {
  display: block;
}

.chart-tooltiptextHide {
  display: none;
}

.ant-design-select {
  border: 1px green;
}

.ant-design-select .ant-select .ant-select-selector .ant-select-selection-placeholder {
  color: rgb(99 104 100 / 96%);
}

.ant-design-select .ant-select .ant-select-arrow .anticon {
  color: rgb(99 104 100 / 96%);
}

.white {
  background-color: white;
  padding: 8px;
  border-radius: var(--border-radius-outer);
}

.heading-title {
  background: var(--text-blue);
  color: var(--color-white);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-block: auto;
  padding: 2px 0 5px 1rem;
}

.gap {
  display: flex;
  gap: 1rem;
}

.gap2 {
  display: flex;
  gap: 5px;
  text-align: center;
  padding-left: 80px;
}

.marginBlock {
  margin: 8px 0 8px 0;
}

.report-table {
  width: 100%;
}

.report-table th {
  font: normal normal bold 13px Inter;
  color: #30436E;
}

.report-table td {
  font: normal normal 12px Inter;
  color: #30436E;
}

.report-table td,
th {
  text-align: left;
  padding: 1.25rem 2rem;
}

.report-table tr:nth-child(odd) {
  background-color: var(--table-row-background);
}

.round {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.yellow1 {
  background: transparent linear-gradient(180deg, #E8DF66 0%, #E6BA4F 100%) 0% 0% no-repeat padding-box;
}

.green1 {
  background: transparent linear-gradient(180deg, #9DFCD2 0%, #083521 100%) 0% 0% no-repeat padding-box;
}

.red11 {
  background: transparent linear-gradient(180deg, #E20A15 0%, #9E1830 100%) 0% 0% no-repeat padding-box;
}

.gray1 {
  background: transparent linear-gradient(180deg, #D3D3D3 0%, #D3D3D3 100%) 0% 0% no-repeat padding-box;
}

.gap1 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: 1rem;
  gap: 2rem;
}

.hide1 {
  display: none;
}

.position2 {
  /* position: absolute;
  right: 0;
  bottom: 1px; */
  margin-left: auto;
}

.two__Icon {
  display: none;
}

.email-report-title {
  text-align: left;
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0px;
  color: #004F9F;
}

.email-label {
  text-align: left;
  font: normal normal bold 12px/16px Inter;
  letter-spacing: 0px;
  color: #7A8185;
  padding: 8px 0;
}

.email-send {
  display: block;
  background-color: var(--text-blue);
  color: var(--color-white);
  margin-block-start: auto;
  margin-block-end: auto;
}

.paragraph {
  margin-top: 6px;
  margin-bottom: 6px;
}

.session-title {
  text-align: left;
  font: normal normal bold 20px/26px Inter;
}

.custom-progress.ant-progress-bg {
  height: 18px;
}

.red-circle2 {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: #e4100e;
  border-radius: 50%;
}

.circle-p2 {
  position: absolute;
  top: 46%;
  left: 64%;
}

.count-p2 {
  position: absolute;
  top: 42.5%;
  left: 68%;
  color: white;
  font-size: small;
}

.date-none {
  display: none;
}

.date-show {
  position: absolute;
  background-color: white;
  padding: 0.5rem;
  border-radius: var(--border-radius-outer);
  z-index: 10;
  right: 0;
}

.to-date {
  font-weight: 500;
  background-color: var(--text-blue);
  color: var(--color-white);
  border-radius: var(--border-raidus-inner);
  margin-bottom: 0.8rem;
  text-align: center;
  padding: 0.2rem 0;

}

.dow2-none {
  display: none;
}

.dow2-show {
  display: block;
}

.dow-options>div {
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: var(--border-raidus-inner);
}

.dow-options>div:hover {
  background-color: #d7d9d9;
  cursor: pointer;
  /* color: white; */
}

.dropList.ant-popover .ant-popover-inner {
  padding: 0.5rem;
}

.selector-btn {
  background-color: var(--color-white) !important;
  color: rgba(0, 0, 0, 0.88);
  padding: 1px 6px !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: fit-content;
  border-radius: var(--border-raidus-inner);
}

.refresh {
  background-color: #164295;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
}

.refresh i {
  cursor: pointer;
  color: white;
  position: absolute;
  left: 5px;
  top: 5px;
}

.refresh .modify {
  visibility: hidden;
  background-color: white;
  padding: 4px;
  border: 2px solid #B2B2B2;
  border-radius: 5px;
  color: #164295;
  font-size: 12px;
  position: absolute;
  top: 30px;
  width: max-content;
}

.refresh:hover .modify {
  visibility: visible;
}

.refresh:hover {
  visibility: visible;
  background-color: gray;
  mix-blend-mode: darken;
}

.reset {
  color: var(--text-blue);
  border-radius: 50%;
  cursor: pointer;
}

.slector-body {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
}

.slector-body label {
  position: relative;
  width: 20px;
  height: 20px;
}

.slector-body input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.slector-body label span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #707070;
  border-radius: 2px;
  cursor: pointer;
}

.slector-body label span::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 4px;
  width: 0px;
  height: 0px;
  border: solid var(--text-blue);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  transition: width 0.2s height 0.2s;
  opacity: 0;
}

.slector-body label input:checked~span::after {
  width: 7px;
  height: 14px;
  opacity: 1;
}

.column-selector {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: var(--border-raidus-inner);
  opacity: 1;
  width: 300px;
  padding: 1rem 0.6rem 1rem 1.5rem;
  box-shadow: var(--box-shadow);
  opacity: 1;

}

.selector {
  position: absolute;
  top: 52px;
  right: -370px;
  transition: all 0.5s;
}

.column-title {
  text-align: left;
  font: normal normal bold 17px/30px Inter;
  letter-spacing: 0px;
  opacity: 1;
  color: var(--text-blue);
}

.selector-body-height {
  height: 26rem;
  overflow-y: auto;
}

.cancel {
  background-color: var(--color-white);
  color: var(--text-blue);
  border: 1px solid var(--text-blue);
  padding: 0.3rem 1.5rem;
  font-weight: 500;
  border-radius: var(--border-raidus-inner);
}

.apply-changes {
  background-color: var(--text-blue);
  color: var(--color-white);
  border: 1px solid var(--text-blue);
  padding: 0.3rem 1.5rem;
  font-weight: 500;
  border-radius: var(--border-raidus-inner);
}

.battery-history {
  height: 37.5rem;
}

.user-account-table tr .first-td {
  padding: 0.8rem 2.5rem 0.8rem 0;
}

.user-account-table tr .second-td {
  padding: 0.8rem 0 0.8rem 2.5rem;
}

.grid-body {
  display: grid;
  grid-template-columns:1fr 1.5fr;
  align-items: center;
  justify-items:left;
  row-gap:1rem;

}

.grid-body1{
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center
}
.divisionWrapper {
  height: 37rem;
}

.grid-body2 {
  display: grid;
  grid-template-columns: 2.5fr 0.5fr;
  align-items: center
}

.grid-body2:first-child {
  padding: 20px;
}

.padd {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.grid-item{
  /* grid-column: 2 / 3; */
  width:100%; 
}
.padd div {
  padding-top: 6px;
  padding-bottom: 6px;
}

.font1 {
  font-size: 14px;
  font-weight: 500;
  color: #7A8185;
}

.font2 {
  font-size: 14px;
  font-weight: 500;
  color: #004F9F;
}

.enable_email {
  display: flex;
  gap: 3rem;
}
.send_email_notification{
  display: flex;
  gap: 3rem;
}

.flex-checkbox {
  display: flex;
  gap: 2rem;
}

.padd2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.ml3 {
  margin-left: 2rem;
}

.ml3 div {
  padding-bottom: 0.3rem;
}

.ml2 {
  margin-left: 1rem;
}

.font3 {
  font-size: 14px;
  font-weight: 500;
  color: #b0afaf;
}

.bgColor {
  background-color: gainsboro;
  padding: 3px;
  border-radius: 3px;
}

.flex2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex4 {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.grid2 {
  display: grid;
  grid-template-columns: .4fr 1.1fr 1.1fr 0.5fr;
  align-items: center;
}

.shift-tableWrappe {
  height: 34rem;
}

.drop-list {
  display: flex;
  gap: 2rem;
}

.gap3 {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}

.gap_4 {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.gap_5 {
  align-items: center;
  padding-top: 0.5rem;
}
.item-1{
  display: flex;
  align-items: center;
  order:2; 
  margin-left: auto;
}
.item-2{
  order:1; 
}
.item-3{
  order:3; 
}

.table_title {
  margin-left: auto;
  margin-right: auto;
}

.flex_5 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.eqlog_report {
  height: 35rem;
}

.history_report {
  height: 35rem;
}

.batteryRx {
  height: 33rem;
}

.emeter_report {
  height: 32.5rem;
}

.charge_summary {
  height: 35rem;
}

.configuration_summary {
  height: 35rem;
}

.equilization_summary {
  height: 35rem;
}

.firmhis_report {
  height: 35rem;
}

.lifetime_report {
  height: 35rem;
}

.sms_report {
  height: 35rem;
}

.issues_report {
  height: 34rem;
}

.e_meter {
  height: 35rem;
}

.run_time_vs_ah {
  height: 39.5rem;
}

.configuration_log {
  height: 35rem;
}

.battery_temp_report {
  height: 30rem;
}

.errorColor {
  color: #ff4d4f;
}

.flex_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pwd-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(3, 2px);
  justify-content: center;
  gap: 5px;
}

.pwd-main{
  position: relative;
}
.pwd-status{
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  color: rgb(122, 129, 133);
}
.validate-msg{
  font-size: 12px;
  font-weight: 500;
  text-align: justify; 
  color: rgb(122, 129, 133);
}
.pwd-list{
  font-size: 12px;
  color: rgb(122, 129, 133);
  position: absolute;
}
.pwd-list li{
  list-style-type: disc !important;
}
.posicharge-div{
  margin-left: -30px;
}
.top-select-filters{
  display: flex;
  align-items: center;
}
.drop_search-main{
  margin-right: auto;
  display: flex;
}
.drop-filter{
  width: max-content;
  min-width:180px;
}
.column-selector-btn{
  display: flex;
  justify-content: end;
}
.billable thead th span{
  display: inline-block;
  width: max-content;
}
.posi_bmid_search_container {
  display: flex;
  align-items: center;
}
.posi_search_container{
  display: flex;
  align-items: center;
}

.column-date-filter{
  display: flex;
  justify-content: end;
  column-gap: 1rem;
}
.battery-Statistics-top-logo{
  display: flex;
  align-items:center;
  justify-content: space-between;
}
.bmid-btn-size{
 font-size: 30px;
 font-weight: 500;
 text-align: center;
}
.reset-btn-div{
  margin: auto;
}
.reset-bmid-btn{
 width: 316px;
 height: 110px;
}
.clear-bmid-btn{
  width: 316px;
  height:65px;
}
.reboot-bmid-btn{
  width: 316px;
  height:65px;
}
.logs-rebopt-btn{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: auto;
}
.user-search_icon {
  background-color: #004f9e;
  padding: 5.5px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
.select-search{
  display: flex;
}
.sms-search{
  width:300px;
}
.sms-report-search{
  display: flex;
  align-items: center;
}
.mrLeft{
  margin-left: auto;
}
.disable-create-log-btn{
  display: flex;
  justify-content: end;
}
.e-meter-identifer-div{
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.e-meter-identifer-row{
  padding:1rem 0 1rem 0;
  align-items: center;
}
.e-meter-btn{
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: rgb(99 104 100 / 96%);
  font-size: 18px;
  font-weight: 500;
  padding: 18px;
}
.loc-auto-complete{
  width: 300px;
}
.operation-status-top{
  align-items: center;
  column-gap:4rem;
}
.box-relative .css-jpln7h-MuiTabs-scroller{
  overflow: auto !important;
}
.input_Size{
  /* width: 300px; */
  border: none;
}
.week-start-end{
  display: flex;
  align-items: center;
}
.issues-report-drow{
  display: flex;
  justify-content: end;
}
.select-capture{
  display: flex;
  align-items: center;
}
.e-meter-session-select{
  max-width: 250px;
  width: 250px;
  margin: 0 0 0 10px;
}
.top-left-col{
padding-left:0px;
}
.alert-ml{
  margin-left: 16px;
}
.d-1{
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
}
.msgFlex{
  display:flex;
  align-items: center;
  gap:4rem ;
}
@media (max-width:1024px) {
  .page-body-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .topnavBar {
    margin-left: 0;
    width: 100%;
  }

  .layout-sidenav-toggle {
    display: block;
  }

  .headingImg .posiChargerLogo img {
    display: block;
  }

  .battey-voltage-chart {
    height: 79.5rem;
  }

  .battery_temp_report {
    height: 60rem;
  }
}

@media (max-width: 1200px) {
  .operation-status-container {
    padding: 0;
  }

  #admin-dashboard {
    padding-left: 30px;
  }

  #dealear-dashboard {
    padding-left: 30px;
  }

  #company-dashboard {
    padding-left: 30px;
  }

  .operation-status-container {
    margin: 12px 0 0 0;
  }

  /* .tab_content-battery {
    padding: 0;
  } */

  .alerts-container {
    min-height: calc(100vh - 380px);
  }

  .location-alerts-container {
    min-height: calc(100vh - 380px);
  }

  .company-alerts {
    min-height: calc(100vh - 380px);
  }

  /* .location {
    margin-bottom: 10px;
  } */
}

@media (max-width: 1023px) {
  .top-nav {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 10px;
  }

  .top-nav-heading {
    padding: 1rem 1rem 0 0.5rem;
    margin-left: auto;
  }

  .logo img {
    display: none;
  }

  .topnavBar {
    margin-left: 0;
    width: 100%;
  }

  .page-body-wrapper {
    width: 100%;
    margin-left: 0;
  }

  #admin-dashboard {
    padding-left: 30px;
  }

  .details-body {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }

  .battery-text {
    text-align: center;
    margin-top: 20px;
  }

  .battery-table {
    width: 100%;
    text-align: center;
  }

  .search input {
    max-width: 8.5rem;
  }

  .operation-status-card {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .alerts-container {
    min-height: calc(100vh - 450px);
    overflow: auto;
  }

  .company-alerts {
    min-height: calc(100vh - 450px);
  }

  .location-alerts-container {
    min-height: calc(100vh - 450px);
  }

  .newRow :nth-of-type(2) {
    margin: 10px 0;
  }
}

@media (max-width:767px) {
  .voltage-main-div {
    height: 88dvh;
  }

  .headingImg .posiChargerLogo img {
    margin-top: unset;
    margin-bottom: unset;
    margin-inline: auto;
  }

  .energy-tableWrapper {
    height: 10.5rem;
  }

  .billable-tableWrapper {
    height: 9rem;
  }

  .battey-voltage-chart {
    overflow: scroll on mobile;
    flex: none;
    max-width: fit-content;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .nav-filter {
    width: unset;
    margin-left: -15px;
  }

  .tableWrapper-user {
    height: 46rem !important;
  }

  .tableWrapper-org {
    height: 28.5rem !important;
  }

  .alignChargeLogHeader {
    gap: 2rem;
  }

  .charge-Log-Top {
    gap: 0 !important;
  }

  .from-endData {
    margin-top: 1rem;
  }

  .pr-10 {
    padding-right: 10px;
  }


  /* bootstrap dropdown items */
  .dropdown-itemsList {
    border-radius: var(--border-raidus-inner);
  }

  .dropdown-item {
    padding: 0.25rem 0.75rem !important;
  }

  .filter {
    display: none;
  }

  .date__range {
    right: 4rem;
    top: unset !important;
  }

  .from-endData {
    width: 100%;
  }

  .date-range-heading {
    width: 100%;
  }

  .react-daterange-picker {
    width: 100%;
    display: flex;
  }

  .days__filter {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 0.8rem;
  }

  .eq-log-search {
    flex-direction: row-reverse !important;
    position: unset !important;
    justify-content: space-between !important;
    margin-left: 0 !important;
  }

  .search-alerts {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem !important;
  }

  .removePad {
    padding-right: 0 !important;
  }

  .removemargin {
    margin-left: 0 !important;
  }

  .removepad_left {
    padding-left: 0 !important;
  }

  .showHideDow {
    display: none;
  }

  .hide1 {
    display: block;
  }

  .gap1 {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin: 1rem -0.1rem 0 0;
    justify-content: space-between;
  }

  .width1 {
    width: 100%;
  }

  .two__Icon {
    display: inline-block;
  }

  .justify-end {
    justify-content: space-between;
  }

  .battery-history {
    height: 42rem;
  }

  .grid-body {
    row-gap: 1.4rem;
  }
  .grid-body1 {
    row-gap: 1.4rem;
  }

  .charge-log-tableWrappe {
    height: 46.5rem
  }

  .operationstatus {
    height: 46.5rem
  }

  .gap3 {
   margin: 8px 0 0 0;
  }

  .gap_4 {
    padding-bottom: 0.5rem;
  }

  .table_title {
    margin-left: unset;
  }

  .flex_5 {
    justify-content: space-between;
  }

  .eqlog_report {
    height: 45rem;
  }

  .history_report {
    height: 48rem;
  }

  .batteryRx {
    height: 48rem;
  }

  .emeter_report {
    height: 48rem;
  }

  .charge_summary {
    height: 48rem;
  }

  .configuration_summary {
    height: 48rem;
  }

  .equilization_summary {
    height: 48rem;
  }

  .firmhis_report {
    height: 48rem;
  }

  .lifetime_report {
    height: 48rem;
  }

  .sms_report {
    height: 48rem;
  }

  .posicharge-overdue-task {
    margin: 10px 0;
  }

  .issues_report {
    height: 48rem;
  }

  .run_time_vs_ah {
    height: 56rem;
  }

  .daily-plugin-chart {
    height: 56rem;
  }

  .configuration_log {
    height: 48.5rem;
  }

  .battey-voltage-chart {
    height: 50rem !important;
  }
  .server-faults-location{
    padding: 8px;
  }
  .posi_mobile_tasksummary {
    margin-left: -30px;
    margin-right: -30px;
  }
  
  .card-div>div {
    margin-bottom: 10px;
  }

  .img-size-top{
    width: 48px;
  }
  .textAlign{
    font-size:32px
  }
  .drop_search-main{
    flex-direction: column;
    row-gap: 1rem;
  }
  .drop-filter{
    width: 100%;
  }
  .search-input{
   width: 100%;
  }
  .posi_bmid_search_width{
    width: 100%;
  }
  .selector-btn{
    margin-right: 0;
  }
  .column-selector-btn{
   margin-top: 1rem;
  }
  .billable thead th span{
   width: -moz-fit-content;
   width:fit-content ;
  }
  .posi_bmid_search_container{
    display: block !important;
  }

  .posi_search_container {
    flex-direction: column;
  }
  .column-date-filter{
    flex-direction: column-reverse;
    justify-content:end;
    align-items: end;
    row-gap: 1rem;
    margin:auto;
    width: 100%;
  }
  .date-dropdown{
    margin-top: 1rem;
  }

  .battery-Statistics-top-logo{
   flex-direction: column;
   gap:1rem;
   margin-bottom: 1rem;
  }
  .battery-Statistics-logo{
    width:12rem;
  }
  .reset-btn-div {
    margin: 1rem;
    display: flex;
    justify-content:center;
  }

  .bmid-btn-size{
    font-size: 20px;
    font-weight:500;
    text-align: center;
   }
   .reset-bmid-btn{
    width:250px;
    height: 100px;
   }
   .clear-bmid-btn{
    width:250px;
    height:55px;
   }
   .logs-rebopt-btn{
    margin:1rem 0;
    align-items: center;
  }
   .reboot-bmid-btn{
    width:250px;
    height:55px;
   }
   .pagination-tr{
    display: flex;
    flex-direction: column;
   }
   .select-search{
    flex-direction: column;
    row-gap: 1rem;
  }
  .user-search_icon {
    padding:8.5px;
  }
  .sms-search{
    width:95%;
  }
  .disable-create-log-btn{
    padding-top:2rem;
  }
  .e-meter-btn{
    font-size: 15px;
    padding: 15px;
    width: max-content;
  }
  .disable-create-log-btn{
    justify-content: center;
  }
  .loc-auto-complete{
    width:94%;
  }
  .operation-status-top{
    row-gap: 2rem;
    justify-content: center;
  }
  .user_account{
    margin-top:-110px !important;
   }
   .battey-config{
    margin-top:-110px !important;
   }
   .justify-center{
    justify-content: center;
   }
   .week-start-end{
    flex-direction:row;
  }
  .issues-report-drow{
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    row-gap: 1rem;
  }
  .system-summary-body :nth-child(3) {
    margin-top: 0.5rem;
  }
  .item-1{
    margin-left: 0%;
    order: unset;
    margin: 8px auto 8px 0;
  }
  .item-3{
   margin-left: auto;
  }
  .item-5{
    margin-right: auto;
  }
  .top-left-col{
    padding-right: 0px;
  }
  .padd{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .padd2{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .d-1{
    flex-direction: column;
    row-gap: 1rem;
   }
   .drop-list{
     flex-direction: column;
   }

  .mapBannerDiv {
    height: auto !important;
    flex-direction: column-reverse !important;
  }
  .mapBannerImgDiv{
    justify-content: flex-start !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .mapBannerImg{
    width:auto !important;
  }
  .mapBannerLogoDiv{
    position: unset !important;
  }
  .right-side{
    flex-direction: row !important;
    justify-content: space-between !important;
  }
}

@media only screen and (min-width: 768px) and (max-width:819px) {
  .add-device-main {
    height: 43rem !important;
  }

  .configuration_log {
    height: 56rem;
  }

  .history_report {
    height: 55.5rem;
  }

  .batteryRx {
    height: 55.5rem;
  }

  .emeter_report {
    height: 55.5rem;
  }

  .charge_summary {
    height: 55.5rem;
  }

  .configuration_summary {
    height: 55.5rem;
  }

  .equilization_summary {
    height: 55.5rem;
  }

  .firmhis_report {
    height: 55.5rem;
  }

  .lifetime_report {
    height: 55.5rem;
  }

  .sms_report {
    height: 55.5rem;
  }

  .eqlog_report {
    height: 55.5rem;
  }
}

@media only screen and (min-width: 820px) and (max-width:911px) {
  .add-device-main {
    height: 43rem !important;
  }

  .configuration_log {
    height: 66.5rem;
  }

  .history_report {
    height: 66rem;
  }

  .batteryRx {
    height: 66rem;
  }

  .emeter_report {
    height: 66rem;
  }

  .charge_summary {
    height: 66rem;
  }

  .configuration_summary {
    height: 66rem;
  }

  .equilization_summary {
    height: 66rem;
  }

  .firmhis_report {
    height: 66rem;
  }

  .lifetime_report {
    height: 66rem;
  }

  .sms_report {
    height: 66rem;
  }

  .eqlog_report {
    height: 66rem;
  }
}

@media only screen and (min-width: 912px) and (max-width:1024px) {
  .add-device-main {
    height: 58rem !important;
  }

  .eqlog_report {
    height: 78.5rem;
  }
}

@media (max-width: 768px) {
  .posiChargerLogo {
    left: 32%;
  }

  .operation-status-container {
    padding: 0;
    margin: 12px 0 12px 0;
  }

  #admin-dashboard {
    padding-left: 15px;
  }

  .tab_content {
    border-bottom: 1px solid gray;
    border-right: 0;
  }

  .dropdown-items-equivalent {
    margin-left: 8px;
  }

  .ahrs-top :nth-last-of-type(1) {
    margin-bottom: 10px;
  }

  .kwhrs-top :nth-last-of-type(1) {
    margin-bottom: 10px;
  }

  .device-settings {
    margin-bottom: 1rem;
  }

  .device-location {
    margin-bottom: 1rem;
  }

  .nav-filter>div {
    border-bottom: 2px solid #b2b2b2;
    border-right: 0;
  }

  .table-height {
    height: 220px;
  }

  .pr-2 {
    padding-right: 15px;
  }

  #dealear-dashboard {
    padding-left: 15px;
  }

  .company-alert {
    padding-left: 30px !important;
  }

  .alerts-container {
    min-height: calc(100vh - 280px);
  }

  .company-alerts {
    min-height: calc(100vh - 330px);
  }

  .location-alerts-container {
    min-height: calc(100vh - 320px);
  }

  .site-alerts-container {
    height: calc(100vh - 400px);
  }

  .pagination-div .ant-pagination {
    vertical-align: revert;
  }

  .pagination-div .ant-pagination .ant-pagination-next {
    min-width: fit-content;
    vertical-align: revert;
  }

  .pagination-div .ant-pagination .ant-pagination-prev {
    margin-right: 4px;
    min-width: fit-content;
    vertical-align: revert;
  }

  .pagination-div .ant-pagination .ant-pagination-item {
    margin-right: 4px;
    min-width: 30px;
  }

  .pagination-div .ant-pagination .ant-pagination-jump-prev {
    min-width: fit-content;
  }

  .pagination-div .ant-pagination .ant-pagination-jump-next {
    min-width: fit-content;
  }

  .pagination-div .ant-pagination .ant-pagination-options .ant-select-selector {
    padding-right: 5px;
    padding-left: 5px;
  }

  .donut-site {
    height: 235px;
  }

  .billable-tableWrapper {
    height: 13.5rem;
  }

  .energy-tableWrapper {
    height: 27.8rem;
  }

  .flex3 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

}

@media (max-width: 576px) {
  .nav-bottom {
    margin-inline: auto;
    gap: 0;
  }

  .posiChargerLogo img {
    width: 180px;
    height: 35px;
  }

  .top-nav {
    margin-inline: auto;
    margin-top: 40px;
  }

  .top-nav .ml-auto {
    display: none;
  }

  .top-nav-heading {
    margin-inline: auto;
  }

  .user-avatar-mobile i {
    display: inline;
    position: relative;
    top: 0rem;
    right: 0.4rem;
    margin-top: 4px;
  }

  .reporting-heading-container {
    margin-inline: auto;
  }

  .company-alert {
    padding-left: 15px !important;
  }

  .alerts-container {
    min-height: 260px;
  }

  .company-alerts {
    min-height: 260px;
  }

  .location-alerts-container {
    min-height: 260px;
  }

  .site-alerts-container {
    height: 260px;
  }

  #company-dashboard {
    padding-left: 15px !important;
  }

  .pagination-div .ant-pagination .ant-pagination-options {
    display: inline-block !important;
  }

  .nav-header {
    display: grid;
    position: absolute;
    background: white;
    top: 100px;
    right: -200px;
    border-radius: 10px;
    box-shadow: 0px 15px 10px -15px darkgrey;
    transition-duration: 0.5s;
  }

  .battey-voltage-chart {
    height: 30rem;
  }

  .right-nav-heading {
    padding: 0;
  }

  .adminChargeLogHeader {
    row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;

  }
  .send_email_notification{
    flex-direction: column;
    row-gap: 1rem;
  }
  .alert-ml{
    margin-left: 8px;
  }
  .grid2 {
    grid-template-columns:1fr;
    row-gap: 0.5rem;
  }
  .flex2 {
   flex-direction: column;
   row-gap: 0.5rem;
  }

}

@media (max-width: 1062px) {
  .delear-body-left {
    gap: 10px;
  }

  .delear-body-right {
    gap: 10px;
  }

  .dealer-card-body {
    gap: 5px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .system-name {
    font-size: 12px;
  }

  .location-right-col {
    padding-left: 10px;
  }

  /* .operation-cardL {
    flex-direction: column;
  } */

  .system-countL {
    text-align: center;
    margin-right: 0;
  }

  .system-nameL {
    text-align: center;
    margin-right: 0;
  }
}

@media only screen and (min-width: 920px) and (max-width: 1130px) {
  .textAlign {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .img-size-top {
    width: 40px;
  }

  .textAlign {
    font-size: 25px;
  }

  .text-right {
    font-size: 15px;
  }

  #admin-dashboard {
    padding-left: 30px;
  }

  .all-device-card {
    max-width: 22%;
    width: 22%;
    flex-basis: unset;
  }

  #forAllDevice {
    max-height: 440px;
  }

  .donut-site {
    height: 265px;
  }

  .dealaer-no {
    font-size: 18px;
    text-align: start;
  }

  .count {
    flex: none;
  }

  .delaler-status {
    flex: none;
  }

  .posicharge-div {
    margin-right: -30px;
  }

  .tableWrapper-user {
    height: 79rem !important;
  }

  .tableWrapper-org {
    height: 79rem !important;
  }

  .billable tr>td {
    padding-block: 2.4rem;
  }

  .charge-log-tableWrappe {
    height: 70.5rem;
  }

  .operationstatus {
    height: 70.5rem;
  }

  .report-table td,
  th {
    padding: 4.6rem;
  }

  .font-color {
    font-size: 20px;
  }

  .font2 {
    font-size: 20px;
  }

  .grid-body {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }
  .grid-body1 {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }

  .grid-body2 {
    grid-template-columns: 3fr 1fr;
  }

  .issues_report {
    height: 80rem;
  }

  .daily-plugin-chart {
    height: 90rem;
  }

  .table_title {
    margin-left: unset;
  }
  .posi_search_container {
    align-items: end;
    flex-direction: column;
    row-gap: 1rem;
  }
  .site-top-block{
    align-items:flex-start;
  }
  .d-1{
   flex-wrap: wrap;
   justify-content: space-between;
   row-gap: 0.5rem;
  }
  .drop-list{
    gap: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 968px) {
  .all-device-card {
    max-width: 32%;
    width: 32%;
    flex-basis: unset;
  }

  #forAllDevice {
    max-height: 440px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pr-2 {
    padding-right: 15px;
  }

  .mr-top {
    margin-top: 16px;
  }

  .pd15 {
    padding: 15px;
  }

  .donut-site {
    height: 15rem;
  }

  .img-operation-site {
    width: 6rem;
    height: 6rem;
    padding: .5rem;
  }

  .gap1 {
    margin-top: 1rem;
  }
  .operation-status-top{
    row-gap: 2rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1168px) {
  .all-device-card {
    max-width: 22%;
    width: 22%;
    flex-basis: unset;
  }

  #forAllDevice {
    max-height: 440px;
  }

  .all-device-card {
    max-width: 23%;
    width: 23%;
    flex-basis: unset;
  }

  #forAllDevice {
    max-height: 440px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .all-device-card {
    max-width: 31%;
    width: 31%;
    flex-basis: unset;
  }

  #forAllDevice {
    max-height: 440px;
  }

  .add-device-main {
    height: 100%;
    margin-bottom: 20px;
    overflow-y: auto;
  }

  #forAllDevice {
    margin-bottom: 20px;
  }

  .card-div>div {
    margin-bottom: 10px;
  }

  /* .posicharge-div>div {
    margin-bottom: 10px;
  } */

  .system-nameL {
    margin-right: 6px;
    width: 100%;
    padding: 0px 7px;
    text-align: center;
  }

  .location-summary-card>div {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 2px;
  }

  .location-summary-card {
    height: auto;
    float: left;
  }

  .location-summary-card>img {
    float: none;
  }

  .img_sizeL {
    float: none !important;
  }

  .all-device-card {
    height: auto;
  }

  .addPadding {
    padding: 15px 30px 15px 30px;
  }

  /* .admin-posicharge1 {
    padding-right: 0px;
  }

  .admin-posicharge2 {
    padding-right: 0px;
  }

  .admin-posicharge3 {
    padding-right: 0px;
  } */

  .alerts-container {
    height: 260px;
  }

  .company-alerts {
    min-height: 260px;
  }

  .location-alerts-container {
    min-height: 260px;
  }

  #company-dashboard {
    padding-left: 15px !important;
  }
  .report-mt{
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
  .all-device-card {
    max-width: 96%;
    width: 96%;
    height: 96%;
    flex-basis: unset;
  }

  .device-card-battery-img {
    width: 60px;
    height: 60px;
}

  .nav-bottom {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* flex-wrap: wrap; */
  }

  #allCompanies-dropdown {
    margin-inline: auto;
  }

  #forAllDevice {
    max-height: 435px;
    margin-bottom: 10px;
    overflow-y: auto;
  }

  #addBmidDevices {
    margin-bottom: 15px;
  }

  #addChargerDevices {
    margin-bottom: 15px;
  }

  .location-summary-card {
    height: auto;
    float: left;
  }

  .location-summary-card>div {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 2px;
  }

  .location-summary-card>img {
    float: none;
  }

  .img_sizeL {
    float: none !important;
  }

  .addPadding {
    padding: 15px 30px 15px 30px;
  }

  .alignChargeLogHeader {
    flex-wrap: wrap !important;
    row-gap: 1rem !important;
    column-gap: 4rem !important;
    justify-content: center;
  }
  .e-meter-btn{
    font-size:12px;
    padding:12px;
    width: max-content;
  }
}
@media only screen and (min-width:320px) and (max-width:360px) {
  .e-meter-session-select{
    max-width:250px;
    width:190px;
    margin: 0 0 0 10px;
  }
  .e-meter-identifer-div {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.5rem;
}
}
@media only screen and (min-width: 260px) and (max-width: 319px) {
  .page-body-wrapper {
    margin-top: 150px;
  }
  .grid-body{
    grid-template-columns:unset
  }
  .grid-body1>div{
    place-self: center;
  }

  .nav-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .posiChargerLogo {
    left: 20%;
  }

  .user-avatar-mobile {
    left: 85%;
    bottom: 52px;
  }
  .e-meter-identifer-div{
    flex-direction: column;
    align-items: flex-start;
    row-gap:0.5rem;
  }
  .e-meter-session-select{
    max-width:250px;
    width:190px;
    margin: 0 0 0 10px;
  }
  .e-meter-btn{
    font-size:10px;
    padding:8px;
    width: max-content;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .location-top-img {
    width: 35px;
  }

  .location-count {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .grid-body1{
    row-gap: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .card-div {
    flex-direction: column;
  }

  .overdue-task-container {
    margin-top: 10px;
  }

  .upcoming-tasks-container {
    margin: 10px 0 10px 0;
  }

  .location-summary-card {
    padding:10px;
  }

  .operation-status-card {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pagination-div .ant-pagination {
    vertical-align: revert;
  }

  .pagination-div .ant-pagination .ant-pagination-next {
    min-width: fit-content;
    vertical-align: revert;
  }

  .pagination-div .ant-pagination .ant-pagination-prev {
    margin-right: 4px;
    min-width: fit-content;
    vertical-align: revert;
  }

  .pagination-div .ant-pagination .ant-pagination-item {
    margin-right: 4px;
    min-width: 25px;
  }

  .pagination-div .ant-pagination .ant-pagination-jump-prev {
    min-width: fit-content;
  }

  .pagination-div .ant-pagination .ant-pagination-jump-next {
    min-width: fit-content;
  }

  .pagination-div .ant-pagination .ant-pagination-options {
    margin-inline-start: 10px;
  }

  .pagination-div .ant-pagination .ant-pagination-options .ant-select-selector {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 912px) and (max-width: 1024px) {
  .alerts-container {
    min-height: calc(100vh - 740px);
  }

  .company-alerts {
    min-height: calc(100vh - 740px);
  }

  .location-alerts-container {
    min-height: calc(100vh - 740px);
  }

  .site-alerts-container {
    min-height: calc(100vh - 750px);
  }

  .billable-tableWrapper {
    height: 17.5rem;
  }

  .energy-tableWrapper {
    height: 47.8rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 911px) {
  .company-alerts {
    min-height: calc(100vh - 520px);
  }

  .site-alerts-container {
    height: calc(100vh - 560px);
  }

  .billable-tableWrapper {
    height: 15.5rem;
  }

  .energy-tableWrapper {
    height: 37.8rem;
  }

  .mt8 {
    margin-top: 8px;
  }

  .pr-1 {
    padding-right: 14px !important;
  }
}

@media only screen and (min-height: 1200px) and (max-height: 1368px) {
  .posicharge-div {
    flex-direction: column;
  }

  .server-faults-container {
    max-width: 100% !important;
  }

  .posicharge-overdue-task {
    max-width: 100% !important;
    margin: 10px 0 10px 0 !important;
  }

  .posicharge-upcoming-tasks {
    max-width: 100%;
  }

  .server-faults-location {
    padding: 8px;
  }

  .overdue-task {
    padding: 8px;
  }

  .upcoming-tasks {
    padding: 8px;
  }
}

@media only screen and (min-width: 1900px) {
  .system-summary-body:nth-of-type(2) {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;

  }

  .server-faults-location {
    background-color: #e8e368;
    background-image: linear-gradient(to bottom right, #e20a15, #9b1932);
    border-radius: 10px;
    color: white;
  }

  .server-faults-location img {
    float: left;
  }

  .img-size-top {
    width: 80px;
  }

  .textAlign {
    text-align: end;
    font-size: 70px;
    font-weight: bold;
  }

  .text-right {
    text-align: right !important;
    font-size: 30px;
  }

  .chartTitle {
    font-size: 20px;
    padding: 10px;

  }

  .operation-status-title {
    border-radius: 5px;
    font-size: 20px;
    padding: 10px;
  }

  .line-toggle svg {
    width: 32px;
    height: 32px;
  }

  .system-summary-card {
    padding: 10px;
    border-radius: 10px;
  }

  .img_size {
    width: 80px;
  }

  .img_size_battery {
    width: 80px;
    height: 80px;
  }

  .system-count {
    font: normal normal bold 50px/42px Inter;
    letter-spacing: 0px;
  }

  .system-name {
    color: #004f9f;
    text-align: right;
    font-size: 20px;
  }

  .range {
    font-size: 24px;
    padding-right: 2rem;
  }

  .this-week {
    font-size: 24px;
    font-weight: 500;
  }

  .operation-eq-image {
    width: 90px;
  }

  .unit-count {
    color: #004f9f;
    font-size: 20px;
    font-weight: 900;
    font-size: 20px;
  }

  .system-count {
    font-size: 60px;
  }

  .unit-lable {
    font-size: 12px;
  }

  .unit-div {
    position: absolute;
    inset: 1rem 0 0 0;
    margin: auto;
  }

  .progress-bar {
    width: 100px;
    bottom: 48px;
    left: 55px;
    height: 5px;
  }

  .operation-card-col {
    padding: 5px;
  }

  .billable-tableWrapper {
    height: 11.5rem;
  }

  .energy-tableWrapper {
    height: 29.8rem;
  }

  .voltage-main-div {
    height: 70rem;
  }

  .battey-voltage-chart {
    height: 95vh;
  }

  .battey-voltage-report {
    height: 56rem;
  }

  .pie-chart {
    height: 29rem;
  }

  .donut-site {
    height: 18rem;
  }

  .site-bottom-row {
    margin-top: 0.9rem !important;
  }

  .location-top-img {
    width: 70px;
  }

  .add-device-main {
    height: 51rem !important;
  }

  .img-operation-site {
    width: 5.5rem;
    height: 5.5rem;
    padding: 6px;
  }

  .operation-status-image {
    width: 7.2rem;
    height: 7.2rem;
  }

  .fontSize10 {
    font-size: 16px !important;
  }

  .billable tr>td {
    font-size: 17px;
  }

  .billable tr>th {
    font-size: 14px;
  }

  .charge-log {
    height: 49rem;
  }

  .chargeidle {
    height: 60rem;
  }

  .battery-id {
    width: 5rem;
  }

  .charge-id {
    width: 6rem;
  }

  .battery-type {
    width: 7rem;
  }

  .total-cells {
    width: 9rem;
  }

  .battery-capacity {
    width: 7rem;
  }

  .batteryI {
    width: 20rem;
  }

  .chargerI {
    width: 20rem;
  }

  .severityI {
    width: 25rem;
  }

  .codeI {
    width: 15rem;
  }

  .dateI {
    width: 20rem;
  }

  .timeI {
    width: 20rem;
  }

  .logs {
    width: 5rem;
  }

  .port {
    width: 5rem;
  }

  .start-date {
    width: 10rem;
  }

  .end-date {
    width: 10rem;
  }

  .duration {
    width: 8rem;
  }

  .charge-arhs {
    width: 6rem;
  }

  .charge-kwhs {
    width: 6rem;
  }

  .start-temp {
    width: 7rem;
  }

  .end-temp {
    width: 5rem;
  }

  .charge-log-tableWrappe {
    height: 50rem;
  }

  .operationstatus {
    height: 50rem;
  }

  .billable tr>td:first-child {
    padding: 18px;
  }

  .tableWrapper-user {
    height: 57rem;
  }

  .sNo {
    width: 10rem;
  }

  .tenant {
    width: 12rem;
  }

  .role {
    width: 12rem;
  }

  .first-name {
    width: 14rem;
  }

  .last-name {
    width: 12rem;
  }

  .email-address {
    width: 16rem;
  }

  .mobile-number {
    width: 15rem;
  }

  .telephone-no {
    width: 14rem;
  }

  .action {
    width: 12rem;
  }

  .tableWrapper-org {
    height: 57rem;
  }

  .warranty-report-body {
    height: 80vh;
  }

  .user-table>tr>td:first-child {
    padding: 18px;
  }

  .daily-plugin-chart {
    height: 66.5rem;
  }
  .grid-body1{
    row-gap:2rem;
  }

}

@media (min-width:768px) and (max-width:1024px) {
  .dealaer-card-col {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  }

  .delear-body-right {
    flex-direction: column;
    text-align: start;
    gap: 5px;
  }

  .delear-body-right>div:first-child {
    margin-right: 0 !important;
    align-self: self-start;
  }

  .dot-color {
    display: flex;
    flex-direction: column;
    gap: inherit;
  }

  .count {
    flex: none;
  }

  .delaler-status {
    flex: none;
  }

  .battery-history {
    height: 79.5rem;
  }
  .loc-summary-row>div{
   margin-bottom:16px;
  }

}

@media (min-width:768px) and (max-width:819px) {
  .dealer-card-body {
    padding: 0 2rem 0 0 !important;
  }
}

.col-md-4.server-faults-container.admin-posicharge1>a:hover,
.col-md-4.posicharge-overdue-task.admin-posicharge2>a:hover,
.col-md-4.posicharge-upcoming-tasks.admin-posicharge3>a:hover,
.col-md-6.pr-10.pl-2>a:hover,
.col-md-6.pl-10.pr-2>a:hover {
  text-decoration: none !important;
}

.react-daterange-picker.react-daterange-picker--closed.react-daterange-picker--enabled {
  background-color: white !important;
  margin-right: 8px !important;
  border: none !important;
  border-radius: 19px !important;
}

.react-daterange-picker__wrapper {
  border: none !important;
  padding: 1px !important;
}

.days__filter {
  margin: auto 0 0 auto !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  flex-direction: row !important;
  position: relative !important;
}

.firmheader {
  font-weight: bolder;
  font-size: 14pt;
  padding: 1rem 0
}

.firmradio {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}

.enableCapture {
  color: #09851b;
  font-size: 16px;
  padding: 5px;
  font-weight: 500;
  text-align: center;
}

.createSession {
  color: #2e3ad1;
  font-size: 16px;
  padding: 5px;
  font-weight: 500;
  text-align: center;
}

.clearLogs {
  color: #fa1d17;
  font-size: 16px;
  padding: 5px;
  font-weight: 500;
  text-align: center;
}

.phoneHome {
  color: #09131b;
  font-size: 16px;
  padding: 5px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 1270px) and (max-width: 1290px) {
  .all-device-card {
    max-width: 24% !important;
    height: fit-content !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 24% !important;
    padding: 5px !important;
    border: 1px solid #a7a9ac !important;
    border-radius: 10px !important;
    position: relative !important;
  }

  .add-device-main {
    height: 42rem;
  }

  .server-faults-location,
  .overdue-task,
  .upcoming-tasks {
    padding: 10px;
    height: 110px;
  }

  .position-bottom {
    position: relative;
    top: 10px;
  }

  .position-top {
    position: relative;
    bottom: 10px;
  }

  .pie-chart {
    height: 291px;
    margin-bottom: 0.5rem;
  }

  #state-charge {
    height: 347px;
  }

  .operation-card {
    height: 100px;
  }

  .operation-status {
    height: 567px;
  }
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}

.flex-item {
  transition: box-shadow .3s;
  width: 250px;
  height: 130px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  flex: 0 0 auto;
}

.flex-item:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
  border: 1px solid #a4a4a4;
}

.flex-item-head {
  font-weight: 500;
  color: #00529e;
}

.flex-item-body {
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
  color: darkgray;
}

.flex-container.pt-2.pl-4.pb-3>a:hover {
  text-decoration: none;
}

.react-date-picker__inputGroup {
  position: relative;
  top: -2px;
}

.calenderStyles1 {
  width: 300px;
  height: 35px;
}

.update-users {
  width: 560px !important;
}

:where(.css-dev-only-do-not-override-byeoj0).ant-btn .ant-btn-icon {
  line-height: 2 !important;
}

.grid-body1>* {
  margin-top: 5px;
}

.col-12.pt-2.pl-5.pb-3>.row>a:hover {
  text-decoration: none;
}

.col-12.pt-2.pl-5.pb-3>.row>a>.flex-item>.flex-item-head:hover {
  text-decoration: underline;
  font-weight: 700;
}

:where(.css-dev-only-do-not-override-18iikkb).ant-btn {
  height: 30px;
}

.react-daterange-picker__inputGroup {
  min-width: 0 !important;
}

.bmidcommandhistory {
  max-width: 100%;
  min-width: auto;
  height: 180px;
  overflow-y: auto;
  border: black solid;
  border-width: thin
}

.bmid-table {
  width: 100%;
}

.bmid-table td,th {
  font: normal normal 13px Inter;
  text-align:end;
  padding: 0.2rem 0.2rem;
}

.bmid-text {
  text-align: center;
  margin-top: 1px;
}

.bmidTableTitle {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
  background: gainsboro;
  padding:4px 0px 4px 4px ;
}

.bmid-btn {
  background-color: gainsboro;
  border: 1px solid black;
  border-radius: 5px;
}
.bmid-table .css-wjh20t-MuiPagination-ul{
  justify-content:end;
}

@media (min-width: 2200px) {
  /* Styles for large desktops and high-resolution screens */
}

.tableHeader {
  position: sticky !important;
  top: 0 !important;
  /* z-index: 1 !important; */
}

/* Operation status eq overdue legend properties */
.flex-containerLegend {
  display: flex;
  flex-wrap: wrap;
}

.status-item {
  display: flex;
  align-items: center;
  margin-right: 14px;
}

.legendFont{
  font-size: 10px;
}

.status-dotLegend {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

/* end of Operation status eq overdue legend properties */

.mapBannerDiv {
  height: 180px;
  background: #F2F6FF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  margin-right: 0;
  padding: 10px;
  box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 16%);
}

.right-side{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mapBannerDivText {
    letter-spacing: 0px;
    color: #004F9F;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
}

.mapBannerLogoDiv {
  position: absolute;
  top: 4px;
  right: -40px;
}

.mapBannerImgDiv {
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapBannerImg {
    width:98%;
    max-height: 146px;
}
.mapBannerDivLogo{
  height: 21px;
  margin-right: 10px;
}
/* .chartLabel{
  background-color: #fff;
  display: block;
  height: 24px;
}
.chartLabel > .count-body-text{
  float: right;
  background: #fff;
  margin-top: 5px;
} */
.chart-tooltip .chartLabel {
  visibility: visible;
}