@charset "utf-8";
/* CSS Document */

/****Google Fonts*********/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





html {
  overflow-x: hidden;
}
:target {
  scroll-margin-top: 100px; /* Alternative */
}
html,
body,
div,
span,
applet,
object,
iframe,
.user-sec h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;

}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  background-color: var(--body-color) !important;
  font-family: var(--main-font) !important;
  transition: background 0.2s linear;
  /* overflow-x: hidden; */
}

html * {
  outline: none;
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}

outline {
  border: 0;
}

.lft {
  float: left;
}

.rgt {
  float: right;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

a,
input,
textarea {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f9d1c7;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: var(--color2);
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color2);
}

/***********HOME-PAGE-CSS-start************/

/*******Scrollto-top******/
#scroll {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: var(--color1);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 5px;
  z-index: 99;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--bg-color);
}

#scroll:hover {
  background-color: var(--dark-color);
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*****end*****/
/****sticky****/

/*.sticky {
    position: fixed !important;
    width: -webkit-fill-available;
    top: 0px;
    z-index: 999;
    padding: 10px 40px;
    background: var(--bg-color);
    transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -webkit-transition: 0.5s all ease-in-out;
}*/

header#desktop-version {
    padding-left: 30px;
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}
/*********/
/**----------------------------------------
Color-Palette CSS
----------------------------------------*/

.swatch-palette {
    /* position: fixed; */
    /* top: 17%; */
    z-index: 999;
    right: 0;
}
.color-palette {
    width: 37px;
    height: 37px;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    background: #6a6a6a;
    font-size: 19px;
}

header#desktop-version ul {
  padding: 0;
  text-align: right;
  margin: 0;
}

header#desktop-version ul li {
  display: inline-flex;
  padding: 4px 8px 0 0px;
  text-align: center;
}

.user-box>ul {
  text-align: left !important;
}

.palette-swatches {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: -350px;
  transition: all .24s ease-in;
  width: 350px;
  background: var(--bg-color);
  border: 1px solid var(--color-grey-2);
  border-radius: 0 5px 5px 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
}

.show {
  right: 0;
}

.palette-swatches .close-icon {
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.palette-swatches .close-icon i {
  background: #f00;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.palette-swatches .close-icon i:hover {
  color: var(--bg-color);
}

.palette-swatches p {
  text-align: left;
  font-size: 15px;
  font-weight: 600 !important;
  /* background: var(--color1); */
  margin: 0;
  padding: 9px 27px;
  text-transform: capitalize;
  word-spacing: 5px;
  color: #000000;
}

div.chcp_font_size button {
  background: #7c7c7c;
  color: var(--bg-color);
  margin: 0 2px;
  font-size: 18px;
}

.switch-color {
  list-style: none;
  padding: 10px 31px !important;
  /* width: 230px; */
  text-align: left !important;
}

.switch-color li {
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: 2px 2px;
  float: left;
  border-radius: 0;
  position: relative;
}

.palette-swatches h3 {
  text-align: left;
  padding: 20px 0 0 22px;
  font-weight: 600;
  font-size: 22px !important;
}

.switch-color li i {
  text-align: center;
  display: block;
  margin: 0 11px;
  padding: 5px 0 !important;
  color: #fff;
}

/* .switch-color li.active {
    transform: scale(1.2);
}*/
.switch-color li.active::before {
  background: #000;
  position: absolute;
  bottom: -8px;
  z-index: 999;
  width: 26px;
  height: 1px;
  content: '';
  display: none;
}

ul.switch-color li.active::after {
  border-bottom: solid 4px rgb(0 0 0);
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  position: absolute;
  content: '';
  bottom: -7px;
  left: 9px;
  display: none;
}

.switch-color li:first-child {
  background-color: var(--swatch13);
}

.switch-color li:nth-child(2) {
  background-color: var(--swatch0);
}

.switch-color li:nth-child(3) {
  background-color: var(--swatch1);
}

.switch-color li:nth-child(4) {
  background-color: var(--swatch2);
}

.switch-color li:nth-child(5) {
  background-color: var(--swatch3);
}

.switch-color li:nth-child(6) {
  background-color: var(--swatch4);
}

.switch-color li:nth-child(7) {
  background-color: var(--swatch5);
}

.switch-color li:nth-child(8) {
  background-color: var(--swatch6);
}

.switch-color li:nth-child(9) {
  background-color: var(--swatch7);
}

.switch-color li:nth-child(10) {
  background-color: var(--swatch8);
}

.switch-color li:nth-child(11) {
  background-color: var(--swatch9);
}

.switch-color li:nth-child(12) {
  background-color: var(--swatch10);
}

.switch-color li:nth-child(13) {
  background-color: var(--swatch11);
}

.switch-color li:nth-child(14) {
  background-color: var(--swatch12);
}

/*****Toggle Fullscreen*******/
section.header-wrapper {
  background: #f5f6fa;
  /* height: 100vh; */
}

/***main-header*******/
section.site-tabs {
    background: #fff;
    /* border-bottom: 1px solid #e0dbdb; */
    /* margin-bottom: 10%; */
    height: 100vh;
}

.add-new-btn-reports form h4 {
  text-align: center;
  color: var(--color2);
  font-weight: 600;
  font-size: 20px;
  padding: 20px 0 10px;
}

.add-new-btn-reports form label {
  width: 100%;
  font-weight: 600;
  color: var(--color1);
  padding: 10px 0 5px;
}

.add-new-btn-reports form input[type="text"],
.add-new-btn-reports form input[type="number"],
.add-new-btn-reports form select,
.add-new-btn-reports form textarea {
  width: 100%;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  resize: none;
  padding: 10px 10px;
}

.add-new-btn-reports form input[type="submit"] {
  background: var(--color1);
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  margin: 20px 0;
}

.add-new-btn-reports form input[type="submit"]:hover {
  background: #222;
  color: #fff;
}

.add-new-btn-reports form {
  margin-right: 20px;
}

.payment-recharge-btn button {
  background: var(--color1) !important;
  border: transparent;
  padding: 10px 20px;
  margin: 28px 0 20px;
}

.add-new-btn-reports form h5 {
  padding: 20px 0 0;
}

.add-new-btn-reports {
  height: 480px;
  overflow-y: auto;
}

.site-tabs .nav {
  /* z-index: 99; */
  /* position: sticky; */
  /* top: 0px; */
  padding: 0;
  border-radius: 0;
  /* background: var(--bg-color); */
}

.user-sec.float-end a {
  text-decoration: none;
  color: var(--bg-color);
  font-size: 14px;
  line-height: 17px;
}

.main-tab-icon img {
  width: 40px !important;
  height: 40px;
  object-fit: cover;
}

/* div#m-chart1 {
  margin: -107px;
} */
#m-chart1 canvas#BA-chart-job-error {
    width: 96% !important;
    object-fit: cover;
    margin: 0% auto 0px;
    height: 75vh !important;
    position: sticky;
    top: 100px;
}
#command_form .ss-main {
    background: #fff !important;
    border-radius: 0 !important;
    width: 100% !important;
    border-radius: 5px !important;
}

button.btn.btn-primary.network_status {
  background: var(--color1);
  font-size: 13px !important;
  font-weight: 600;
  border: 1px solid transparent;
}

.top-right.float-end {
  position: relative;
  z-index: 9;
  width: 50%;
  display: flex;
  margin: 20px 50px;
}

.top-right select {
      width: 100% !important;
      border: none !important;
      background: #f5f7fd !important;
      padding: 9px !important;
      font-size: 13px !important;
      /* border: 1px solid #ccc !important;*/
}

.top-right form input[type="date"] {
    border: none;
    background: var(--bg-color);
    font-size: 13px !important;
    padding: 10px 10px;
    width: 250px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.top-right form input[type="submit"] {
    background: var(--color9);
    border: none;
    color: var(--bg-color);
    padding: 8px 19px;
    border-radius: 2px;
    margin: 34px 0 0 0px !important;
}
#billingTrendsChart {
    max-width: 100%;
    margin: 0 0;
    padding: 0 !important;
    width: 100%;
}
.trendsChart-each {
    border-radius: 10px;
    background: #f5f7fd;
    padding: 20px 20px 10px;
    margin: 0px 0 20px;
    border: 1px solid #d5dae7;
}
.trendsChart-each h4 {
    font-weight: 600;
    font-size: 18px;
    color: var(--color5);
}
.billingChart-txt h4 {
    font-weight: 600;
    font-size: 16px;
    color: var(--color1);
}
.billingChart-dates {
    text-align: right;
    margin-bottom: 20px;
}
.billingChart-dates label{
    font-weight:600;
}
.billingChart-dates input[type="date"] {
    background: #f5f7fd;
    border: 1px solid #cbd2e9;
    padding: 7px 20px;
    font-size: 13px;
}

.trendsChart-each h1 {
    font-weight: 300;
    font-size: 35px;
}
.trendsChart-each h1 i {
    font-size: 25px;
}
.trendsChart-each p i {
    font-size: 25px;
    color: var(--color2);
}
.top-right form label {
  margin-left: 13px;
  font-weight: 600;
  font-size: 13px;
}

.new-report-sec label {
  width: 100%;
  text-align: left;
  margin: 0px 0 10px 0 !important;
}

.new-report-sec select {
  width: 100% !important;
}

.new-report-sec form input[type="submit"] {
    background: var(--color9);
    border: none;
    color: var(--bg-color);
    padding: 7px 19px;
    border-radius: 2px;
    width: 100%;
    margin: 43% 0 0 0;
}

.user-box {
  display: none;
  position: absolute;
  width: 210px;
  background: var(--color1);
  border-radius: 5px;
  top: 77px;
  right: 35px;
  z-index: 9999999;
  padding: 20px;
}

.user-box::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--color1);
  position: absolute;
  content: '';
  /* left: 0; */
  right: 18px;
  margin: 0 auto;
  top: -9px;
}

form#consumer_onboarding_dateForm label {
  text-align: left;
  margin: 0;
  width: 100%;
  padding: 0 0 10px 0;
}

form#consumer_onboarding_dateForm input[type="date"] {
  width: 100%;
}

.user-box ul li {
  font-size: 13px;
  text-align: left;
}

.user-box ul {
  padding: 0;
  margin: 0;
}

.user-box ul li p,
.user-box ul li p a {
  color: var(--dark-color);
  text-decoration: none;
}

.user-box ul li p i {
  margin-right: 10px;
  color: var(--bg-color);
}

.user-sec h4 {
  margin: 0;
  color: var(--dark-color);
  font-size: 14px;
  padding: 0;
  font-family: var(--main-font);
  font-weight: 400;
}

.user-sec a i {
  margin-right: 7px;
}

.user-sec {
  /* padding: 0; */
  /* text-align: center; */
  /* position: relative; */
  /* cursor: pointer; */
  /* background: var(--color1); */
  /* color: var(--bg-color); */
  /* width: 100%; */
  /* height: 50px; */
  /* line-height: 48px; */
  /* font-size: 20px; */
  /* border-radius: 4px; */
  /* margin: 4px 0 0 0; */
}

.user-sec a i {
    margin-right: 7px;
    background: var(--color1);
    font-size: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.user-sec.float-end a span {
    color: #000000;
}

.user-sec p {
  font-size: 14px;
  font-weight: 600;
}

.user-sec p i {
  margin-right: 5px;
}

.row.top-statt {
    background: #f4f7ff;
    z-index: 9;
}
.main-header {
    padding: 0px 20px 0 0px;
    border-image-slice: 1;
    border-width: 5px;
    background: #ffffff !important;
    position: fixed;
    z-index: 9;
    width: 80%;
    top: 0;
    right: 0;
}
.site-tabs .nav-pills .nav-link > h3.main-tabs-count {
    margin: 4px 10px 0 0;
    float: right;
}
.operations-section.main-tab-menu-side {
        background: #dee7ff;
        margin: -2px 0px;
        padding: 20px 0px 10px 0px;
}
.alarms-events-mbox.main-tab-menu-side .nav-pills .nav-link {
    background: none !important;
    padding: 13px 10px !important;
    line-height: 8px !important;
    color: #000000 !important;
    position: relative;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.alarms-events-mbox.main-tab-menu-side .nav-pills .nav-link.active, .alarms-events-mbox.main-tab-menu-side .nav-pills .nav-link:hover {
    background: none !important;
    padding: 13px 10px !important;
    line-height: 8px !important;
    color: var(--color1) !important;
    position: relative;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.events_header_count {
    /* display: none; */
    color: var(--bg-color);
    padding: 6px 0;
    border-radius: 5px;
    /* margin-left: 10px; */
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 19px;
    font-weight: 600;
    margin: -11px 0px 0px 0;
    float: right;
    text-align: center;
    background: var(--color1);
}
.row.index-form-filter {
  padding: 0 0 12px 0;
}

.logo-area img {
    margin: 0 auto 20px;
    display: block;
    width: 130px;
}

.main-header label {
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 600;
  margin-right: 7px;
  margin-top: 6px;
  width: 100%;
}

.main-header form {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.main-header select {
  background: #f5f6fa;
  width: 95%;
  font-size: 12px;
  height: 33px;
  border-radius: 2px;
  margin-top: 8px;
  border: none;
  /* display: flex; */
  /* justify-content: space-evenly; */
}

.main-header input[type="date"] {
  background: var(--body-color);
  border: none;
  width: 64%;
  font-size: 13px;
  height: 33px;
  border-radius: 2px;
  margin-top: 6px;
  border: 1px solid transparent;
  padding: 0 5px;
}

/* .main-tab-icon {
  display: contents;
} */
.site-tabs .tab-content {
    padding: 0% 2% 40px;
    position: relative;
    z-index: 9;
    width: 100%;
    overflow-x: auto;
    /* margin-bottom: 10%; */
}
.site-tabs .nav {
  justify-content: left;
  margin: 0px 0 0 0;
}
.valve-status-tab .t-count li:nth-child(3) {
    background: #bb0dd6;
}
.valve-status-tab .t-count li span {
    color: #000;
}
.fill-left-menu {
    background: #ecf0fa !important;
    padding: 0px 0px 50px 0px;
    height: 100vh;
    position: fixed;
    left: 0;
    width: 20%;
    overflow-y: auto;
    /* border-top: 5px solid #0791a8; */
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    scrollbar-width: none;
    z-index: 99;
}




.fill-right-menu {
  flex-grow: 1;
  transition: margin-left 0.3s ease;
  margin-left: 250px;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}



.fill-left-menu .logo-area img {
    margin: 0px auto 10px;
    display: block;
    width: 120px;
}
.fill-right-menu {
    width: 80%;
    float: right;
    background: #fff !important;
}
section.top-header ul {
    text-align: right;
    margin: 0 40px;
}
section.top-header ul li {
    display: inline-flex !important;
    margin: 0 4px;
}
section.top-header {
    background: #38414A;
    padding: 0 0 10px 0;
    margin: 0 0 0 -1px;
}
.site-tabs .nav li {
  padding: 2px 0 2px 0;
  text-align: left;
  width: 100%;
}
.site-tabs .nav-pills .nav-link.active .sidenav-icon i, .site-tabs .nav-pills .nav-link:hover .sidenav-icon i {
    float: left !important;
    box-shadow: inset 10px 10px 15px -10px #d4d4d4, inset -10px -10px 15px -10px #ffffff;
    border: 4px solid #fcfdff;
    background: #ecf0fa;
    font-size: 27px;
    padding: 1px 10px !important;
    border-radius: 10px;
    height: 56px !important;
    margin: 10px 7px;
    color: var(--color1);
}
.fill-left-menu .logo-area {
    border-bottom: 2px solid #ebeff9;
    margin-bottom: -2px;
    position: sticky;
    top: 0;
    background: #ecf0fa;
    z-index: 999;
}
.exception-box form label {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 40px 0 14px 0;
    color: var(--color1);
}
.row.exception-box form select {
    width: 40%;
    background: #f5f7fd;
    border: none;
    color: #000;
    height: 40px;
    border-radius: 5px;
    font-size: 13px;
    padding: 0 20px;
}
.exceptionList-form label {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 7px;
    color: var(--color9);
}
.exceptionList-form select, .exceptionList-form input[type="date"] {
    width: 100%;
    border: none !important;
        background: #f5f7fd !important;
        padding: 9px !important;
        font-size: 13px !important;
}
.exceptionList-form input[type="submit"]{
    background: var(--color9);
    color: #fff;
    padding: 5px;
    width: 100%;
    font-weight: 600;
    border-radius: 5px;
    margin: 31px 0 0 0;
    }
.exception-box form {
    text-align: center;
}

.site-tabs .nav-pills .nav-link.active, .site-tabs .nav-pills .show>.nav-link, .site-tabs .nav-pills .nav-link:hover {
    color: #000000 !important;
    /* background-color: #ededed !important; */
    font-size: 14px !important;
    line-height: 55px !important;
    border-radius: 0;
    font-weight: 600;
    margin: 0;
    border: none;
    padding: 0 !important;
    text-align: left;
    background: #ffffff !important;
    /* border-right: 6px solid #7d91cd !important; */
    position: relative;
    width: 100%;
    /* border-radius: 5px; */
    /* border: 1px solid #ccc !important; */
}
.ss-main .ss-values .ss-single {
    display: flex;
    margin: auto 0 auto var(--ss-spacing-s);
    font-size: 12px !important;
}

.site-tabs .nav-pills .nav-link {
    color: #666666 !important;
    /* background-color: #ededed !important; */
    font-size: 14px !important;
    line-height: 55px !important;
    border-radius: 0;
    font-weight: 600;
    margin: 0;
    border: none;
    padding: 0 !important;
    text-align: left;
    background: transparent !important;
    position: relative;
    width: 100%;
}
.site-tabs .nav-pills .nav-link:last-child {
  border-bottom: none;
}
.site-tabs .nav-pills .nav-link.active svg {
    fill: #000;
    /* background: #000000; */
    padding: 9px;
    width: 53px !important;
    height: 55px;
    border-radius: 0;
    /* display: block; */
    margin: 0 auto 0;
    float: left;
    margin-right: 10px;
}
.site-tabs .nav-pills .nav-link svg {
    fill: #414141;
    background: transparent;
    padding: 9px;
    width: 53px !important;
    height: 55px;
    border-radius: 0;
    margin: 0 auto 0;
    float: left;
    margin-right: 10px;
}

div#tab-chart {
    /* background: var(--bg-color); */
    padding: 30px 0px 60px;
    display: block;
}

/*.top-right {
  background: var(--bg-color);
  padding: 40px 0 0 40px;
}*/
.top-statt {
    /* background: var(--bg-color); */
    padding: 20px 0px;
    position: fixed;
    z-index: 999999;
    width: 81%;
    top: 17.9%;
    right: 0;
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

.meter-tab .table-each {
  background: var(--bg-color);
  border: none;
  height: 180px;
  overflow-y: auto;
}

footer.main-footer {
    background: var(--dark-color);
    position: fixed;
    bottom: 0;
    z-index: 9;
    /* margin: 80px 0 0 0; */
    width: 100%;
}
.meter-tab .table-each h4 {
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  padding-bottom: 10px;
}

.event1-tab,
.event2-tab,
.event3-tab,
.event4-tab {
  /* background: var(--bg-color); */
  padding: 0px 0;
  border-radius: 10px;
}

div.chcp_font_size {
  margin: 0 0 0 28px;
  display: flex;
}

#events_data1 .table-responsive {
    /* height: 450px; */
    overflow-y: auto;
    clear: both;
}

.table-each table thead {
  background: var(--color1);
  color: var(--bg-color);
  font-weight: 600;
  font-size: 12px;
  position: sticky;
  top: 0;
}

.table-each table tbody tr td,
.table-each table tbody tr th {
  font-size: 12px;
}

footer.main-footer p {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: var(--bg-color);
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

footer.main-footer p i {
  margin-right: 7px;
}

footer.main-footer p a {
  color: #aad5ff;
  font-weight: 300;
  text-decoration: none;
}

.comissioned-table table thead {
  font-weight: 600;
  font-size: 14px;
  background: var(--color1);
  color: var(--bg-color);
  position: sticky;
  top: 0;
}

.comissioned-table table tr td {
  border: 1px solid #dee2e6;
}

.comissioned-table table tbody tr td {
  color: var(--dark-color);
  font-size: 14px !important;
}

.comissioned-table table tbody tr td a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;
}

.valve-tabs-each {
    margin: 30px 0;
    position: relative;
    z-index: 9;
    padding-bottom: 20px;
    display: none !important;
}

.valve-tabs-each .nav-pills .nav-link.active,
.valve-tabs-each .nav-pills .show>.nav-link {
  background: var(--color9) !important;
  color: var(--bg-color) !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 5px;
  text-align: center;
  padding: 15px 0 !important;
}

.valve-tabs-each .nav-pills .nav-link {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #000000 !important;
    background: rgb(175 210 255 / 34%) !important;
    border: 1px solid transparent !important;
    border-radius: 5px;
    box-shadow: none !important;
    position: relative;
    transition: all 0.5s ease 0s;
    /* width: 290px !important; */
    margin: 0 10px 10px !important;
    /* width: 100%; */
    text-align: center;
    padding: 4px 0 !important;
}

.valve-alarm-tab>.nav-link {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000000 !important;
  background: var(--color4) !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 100% !important;
  margin: 0 10px 10px 0 !important;
}

/*.valve-tabs-each .nav-pills .nav-link {
  width: 215px !important;
} */
div#valve-chart {
    padding: 80px 0 0 0;
    display: block;
}
/*.valve-tabs-each .nav-pills .nav-link {
  border: none;
  background: none !important;
  color: #000000 !important;
  border-radius: 0 !important;
  border-bottom: 2px solid var(--grey-color);
  text-align: center;
  padding: 10px 0 4px;
  font-size: 13px !important;
}*/
.valve-tabs-each .nav-pills .nav-link.active span, .valve-tabs-each .nav-pills .show>.nav-link span {
    background: var(--color1);
    color: var(--bg-color);
    padding: 6px 5px;
    border-radius: 3px;
    margin-left: 10px;
    display: inline;
    font-family: 'Poppins';
    text-align: center;
    margin-top: 10px;
}
.valve-tabs-each .nav-pills .nav-link span {
    background: var(--color1);
    color: var(--bg-color);
    padding: 6px 5px;
    border-radius: 3px;
    /* margin-left: 10px; */
    /* display: none; */
    float: right;
    /* margin-right: 10px; */
    margin: 10px 10px;
    text-align: center;
}
.consump-date ul {
  padding: 0;
  margin: 4px 0 0 0;
}

.consump-date ul li {
  display: inline-block;
  background: #037183;
  color: var(--bg-color);
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 5px;
}

.consump-date ul li span {
  color: #2563eb;
  font-weight: 600;
  font-size: 10px;
}

.consump-date11 ul li {
  display: inline-block;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 600;
}

.consump-date11 ul {
  padding: 0;
  margin: 0;
}

.valve-tabs-each .tab-content {
  /* padding: 0 4%; */
}

.valve-tabs-each table thead {
  background: var(--color1);
  color: var(--bg-color);
  font-size: 13px;
  font-weight: 600;
}

.threshold-tabs {
  margin: 60px 0 0 0;
}

.threshold-tabs .nav-pills .nav-link.active,
.threshold-tabs .nav-pills .show>.nav-link {
  border: 2px solid transparent;
  background: var(--color5) !important;
  color: var(--bg-color) !important;
  border-radius: 4px !important;
  border-bottom: none;
  text-align: center;
  padding: 10px 0 4px;
  font-size: 13px !important;
  /* width: 200px; */
  line-height: 22px !important;
}

.threshold-tabs .nav-pills .nav-link {
  text-align: center;
  padding: 10px 0 4px;
  font-size: 13px !important;
  border-bottom: none;
  border: none;
  border-radius: 4px !important;
  background: lch(55 34.68 219.02 / 0.29);
  color: #222;
  line-height: 22px !important;
}

.threshold-tabs .nav-pills .nav-link.active span,
.threshold-tabs .nav-pills .show>.nav-link span,
.threshold-tabs .nav-pills .nav-link span {
  background: var(--color1);
  color: var(--bg-color);
  padding: 6px 10px;
  border-radius: 5px;
  /* margin-left: 10px; */
  font-size: 14px;
  width: 40px;
  height: 33px;
  display: none;
  line-height: 23px;
  font-weight: 600;
}

.th1 {
  color: var(--bg-color);
  background: #f00;
  padding: 5px 8px;
  border-radius: 5px;
  display: none;
}

strong.th2 {
  background: #ff7600;
  color: var(--bg-color);
  padding: 5px 8px;
  border-radius: 5px;
  display: none;
}

strong.th3 {
  background: #2563eb;
  color: var(--bg-color);
  padding: 5px 8px;
  border-radius: 5px;
  display: none;
}

strong.th4 {
  background: #18ae00;
  color: var(--bg-color);
  padding: 5px 8px;
  border-radius: 5px;
  display: none;
}

.threshold-tabs ul#pills-tab {
  display: flex;
  background: none;
}

.threshold-tabs ul#pills-tab li {
  width: auto;
  margin: 0 10px;
  border-radius: 10px;
  /* width: 23%; */
}

.valve-alarm-tab .nav-pills .nav-link.active, .valve-alarm-tab .nav-pills .show>.nav-link, .valve-alarm-tab .nav-pills .nav-link:hover {
    border: none;
    background: var(--color9) !important;
    color: var(--bg-color) !important;
    border-radius: 5px !important;
    border-bottom: none;
    text-align: center;
    padding: 4px 0 4px !important;
    font-size: 14px !important;
    width: 100% !important;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Poppins';
}

.v-a-tt {
  margin: 70px 0 0 0;
}

.valve-alarm-tab {
  margin: 0 auto;
}

.alarms-tabs .nav-pills .nav-link.active,
.alarms-tabs .nav-pills .show>.nav-link {
  background: var(--color9) !important;
  color: var(--bg-color) !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 5px;
  text-align: center;
  line-height: 29px !important;
}

.alarms-tabs .nav-pills .nav-link {
  width: 215px !important;
  text-align: center;
  line-height: 29px !important;
}

.alarms-tabs ul {
  justify-content: center !important;
}

.alarms-tabs .nav-pills .nav-link {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000000 !important;
  background: rgb(175 210 255 / 34%) !important;
  border: 1px solid transparent !important;
  border-radius: 5px;
  box-shadow: none !important;
  position: relative;
  transition: all 0.5s ease 0s;
  /* width: 290px !important; */
  margin: 0 10px 10px !important;
}
.event1-tab ul li, .event2-tab ul li, .event3-tab ul li, .event4-tab ul li {
    width: auto !important;
    margin: 0 10px;
}
.event1-tab .nav-pills .nav-link.active, .event1-tab .nav-pills .show>.nav-link, .event2-tab .nav-pills .nav-link.active, .event2-tab .nav-pills .show>.nav-link, .event3-tab .nav-pills .nav-link.active, .event3-tab .nav-pills .show>.nav-link, .event4-tab .nav-pills .nav-link.active, .event4-tab .nav-pills .show>.nav-link, .event1-tab .nav-pills .nav-link:hover, .event2-tab .nav-pills .nav-link:hover, .event3-tab .nav-pills .nav-link:hover, .event4-tab .nav-pills .nav-link:hover {
    border: none;
    background: var(--color9) !important;
    color: var(--bg-color) !important;
    border-radius: 5px !important;
    border-bottom: none;
    text-align: center;
    padding: 14px 10px !important;
    font-size: 13px !important;
    width: 100% !important;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px !important;
    font-family: 'Poppins';
    box-shadow: none !important;
    line-height: 29px !important;
}

.event1-tab .nav-pills .nav-link,
.event2-tab .nav-pills .nav-link,
.event3-tab .nav-pills .nav-link,
.event4-tab .nav-pills .nav-link{
  border: none !important;
  background: #DDEAFC !important;
  color: #000000 !important;
  border-radius: 4px !important;
  border-bottom: none;
  text-align: center;
  padding: 14px 20px !important;
  font-size: 14px !important;
  width: 100% !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px !important;
  box-shadow: none !important;
}

.event1-tab div#v-pills-tab,
.event2-tab div#v-pills-tab,
.event3-tab div#v-pills-tab,
.event4-tab div#v-pills-tab {
  background: none !important;
  width: 430px;
}

.event1-tab h4, .event2-tab h4, .event3-tab h4, .event4-tab h4 {
    font-weight: 600;
    font-size: 16px;
}

.event1-tab table thead,
.event2-tab table thead,
.event3-tab table thead,
.event4-tab table thead {
  background: var(--color1);
  color: var(--bg-color);
  font-weight: 600;
  font-size: 14px;
}

.login-box {
  padding: 10% 40px 0 80px;
  height: 100vh;
  background: #fff;
  width: 70%;
  margin: 0 auto;
}

section.login-wrapper {
  background-attachment: fixed;
  height: 100vh;
  background-size: 42%;
  background-position: right;
  background-repeat: no-repeat;
}

.login-box h1 {
  font-weight: 800;
  font-size: 30px;
  padding: 20px 0 0 0;
}

.login-box p {
  font-size: 15px;
  color: var(--dark-color);
  font-weight: 500;
}

.login-box form label {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
}

.login-box form input[type="email"],
.login-box form input[type="password"] {
  width: 100%;
  background: var(--bg-color);
  height: 51px;
  color: var(--dark-color);
  font-size: 13px;
  border-radius: 5px;
  border: none;
  padding-left: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
}

.login-box form a {
  color: var(--color2);
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 44px;
}

.login-box form input[type="submit"] {
  background: var(--color1);
  width: 100%;
  border: none;
  color: var(--bg-color);
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 5px;
}

.login-logo-box img {
  width: 140px;
  height: 72px;
  object-fit: contain;
  margin: 0 20px 0 0;
}

.login-logo-box {
  display: flex;
}

.google-login a img {
  width: 19px;
  margin-right: 8px;
}

.google-login a {
  color: #747474 !important;
  font-size: 14px !important;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 0;
}

.google-login a:hover {
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
}

.login-box h6 {
  text-align: center;
  font-size: 10px;
}

.divider {
  text-align: center;
  padding: 34px 0 0 0;
  font-size: 12px;
  font-weight: 600;
}

#responsive-version {
  display: none;
}

.site-tabs .nav-pills .nav-link.active img,
.site-tabs .nav-pills .show>.nav-link img,
.site-tabs .nav-pills .nav-link img {
  width: 44px;
  display: block;
  margin: 0 auto;
}

.pagination-outer {
  text-align: center;
  margin: 20px 0;
}

.pagination {
  display: inline-flex;
  position: relative;
}

.pagination li a.page-link {
  color: #2f3640;
  background-color: #ddd;
  font-size: 15px;
  font-weight: 500;
  line-height: 37px;
  height: 38px;
  width: 38px;
  padding: 0;
  margin: 0 5px;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
  text-align: center;
}

.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
  background-color: transparent;
  font-size: 35px;
  line-height: 32px;
  font-weight: 400;
  border: none;
  overflow: hidden;
}

.pagination li:first-child a.page-link:hover,
.pagination li:first-child a.page-link:focus,
.pagination li:last-child a.page-link:hover,
.pagination li:last-child a.page-link:focus {
  background-color: transparent;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
  color: var(--bg-color) !important;
  background-color: #2f3640 !important;
}

.pagination li a.page-link:before,
.pagination li a.page-link:after {
  content: '';
  background-color: #6c757d;
  height: 100%;
  width: 50%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}

.pagination li a.page-link:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before {
  opacity: 1;
  top: 100%;
  height: 5px;
}

.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:hover:after,
.pagination li.active a.page-link:after {
  opacity: 1;
  bottom: 100%;
  height: 5px;
}

.pagination li:first-child a.page-link:before,
.pagination li:first-child a.page-link:after,
.pagination li:last-child a.page-link:before,
.pagination li:last-child a.page-link:after {
  display: none;
}

@media only screen and (max-width: 480px) {
  .pagination {
    font-size: 0;
    display: inline-block;
  }

  .pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
  }
}


.alarms-tabs ul {
  background: none !important;
}

.p-boxx img {
  width: 300px;
}

.p-boxx form label {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
}

.p-boxx form input[type="email"],
.p-boxx form input[type="password"] {
  width: 100%;
  background: var(--bg-color);
  height: 51px;
  color: var(--dark-color);
  font-size: 13px;
  border-radius: 5px;
  border: none;
  padding-left: 10px;
  margin: 10px 0;
}

.p-boxx form input[type="submit"] {
  background: var(--color1);
  width: 100%;
  border: none;
  color: var(--bg-color);
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 5px;
}

.p-boxx form {
  width: 500px;
  margin: 0 auto;
}

.p-boxx p {
  font-weight: 700;
  padding: 20px;
}

.p-boxx p a {
  color: var(--color1);
  text-decoration: none;
}

.threshold1-tabs {
  background: var(--bg-color);
  margin: 10% 0;
}

.threshold1-tabs .nav-pills .nav-link.active,
.threshold1-tabs .nav-pills .show>.nav-link {
  border: none;
  background: var(--color9) !important;
  color: var(--bg-color) !important;
  border-radius: 5px !important;
  border-bottom: none;
  text-align: center;
  padding: 4px 0 4px;
  font-size: 14px !important;
  width: 100% !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px !important;
  font-family: 'Helvetica Neue';
  box-shadow: none !important;
}

.threshold1-tabs .nav-pills .nav-link span {
  background: var(--color1);
  padding: 6px 10px;
  border-radius: 3px;
  margin-left: 5px;
  color: var(--bg-color);
}

.threshold1-tabs .nav-pills .nav-link {
  border: none;
  background: rgb(175 210 255 / 34%) !important;
  color: var(--dark-color) !important;
  border-radius: 5px !important;
  border-bottom: none;
  text-align: center;
  padding: 4px 0 4px;
  font-size: 14px !important;
  width: 100% !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px !important;
  font-family: 'Helvetica Neue';
  box-shadow: none !important;
}

.threshold1-tabs .nav-pills .nav-link.active span,
.threshold1-tabs .nav-pills .show>.nav-link span,
.threshold1-tabs .nav-pills .nav-link span {
  background: var(--color1);
  color: var(--bg-color);
  padding: 6px 10px;
  border-radius: 5px;
  /* margin-left: 10px; */
  font-size: 14px;
  width: 40px;
  height: 33px;
  display: inline-block;
  line-height: 23px;
  font-weight: 600;
}

.threshold1-tabs table thead {
  background: var(--color1);
  color: var(--bg-color);
  font-size: 13px;
  font-weight: 600;
}

div#prepaid-chart .apexcharts-legend-text {
  font-family: var(--main-font) !important;
  font-size: 13px !important;
  line-height: 25px;
}

div#prepaid-chart .apexcharts-legend-marker {
  top: 7px !important;
}

/* .meter-tab {
  padding: 0 0 50px 0;
} */
.report-tab {
  /* background: var(--bg-color); */
  padding: 30px 0;
  margin: 40px 0 80px;
}

.report-tab .nav-pills .nav-link {
  color: var(--dark-color) !important;
  background-color: #f2f2f2 !important;
  font-size: 14px !important;
  line-height: 47px !important;
  font-weight: 500;
  border-radius: 10px;
  border: 2px solid transparent;
  margin: 10px 0 0 10px;
  width: 100% !important;
}

.report-tab table thead {
  background: var(--color1);
  color: var(--bg-color);
  font-size: 13px;
  font-weight: 600;
}

.report-tab .nav-pills .nav-link.active,
.report-tab .nav-pills .show>.nav-link {
  color: var(--bg-color) !important;
  background-color: var(--color2) !important;
  font-size: 14px !important;
  line-height: 47px !important;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid transparent;
  margin: 10px 0 0 10px;
  width: 100% !important;
}


.top-right form {
  /* float: right; */
  /* margin-right: 30px !important; */
  position: relative;
  margin: 0 auto;
  text-align: center;
}

input.battery-btn {
  background: var(--color1);
  border: none;
  color: var(--bg-color);
  padding: 7px 19px;
  border-radius: 2px;
  /*position: absolute;
    top: 24px;
    right: 34%;*/
  /* left: 0; */
}

.report-btns {
  text-align: center;
  padding: 10px 0;
}

.report-btns a {
  background: var(--color2);
  color: var(--bg-color);
  text-decoration: none;
  padding: 17px 20px;
  border-radius: 5px;
  display: block;
}


.report-btns a:hover,
.report-btns a:focus {
  background: var(--color1);
  color: var(--bg-color);
}

.meter-tab .table-each {
  background: var(--bg-color);
  border: none;
  height: auto;
  /* overflow-y: auto; */
}

.table>tbody input[type="checkbox"] {
  display: none;
}

.t-count {
    padding: 0;
    text-align: right;
    margin: 0 10px 0 0;
}
.top-right {
    float: right;
    clear: both;
    margin: 21px 20% 0px;
    position: relative;
    z-index: 999;
}
#pills-profile .top-right {
    float: right;
    clear: both;
    margin: 0 11% 0px;
    position: relative;
    z-index: 999;
}
div#tab-chart svg path {
    cursor: pointer !important;
}
.t-count li {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  border-radius: 3px;
  color: #fff;
      font-size: 14px;
      padding: 10px 10px;
}
ul.t-count li:nth-child(1) {
    background: #6794DC;
}
ul.t-count li:nth-child(2) {
    background: #DC6788;
}
ul.t-count li:nth-child(3) {
    background: #3e89b5;
}
button.lightModeButton i {
  color: #000;
}

button.lightModeButton {
  background: #f2f2f2;
  color: #000;
  padding: 10px 0px;
  border: none;
  border-radius: 5px;
  margin: 7px auto 0;
  width: 36px;
  font-size: 16px;
  height: 36px;
  line-height: 12px;
}

.toggle-buttons {
  float: right;
  margin: 5px 0 0 0;
}

button.darkModeButton {
    background: var(--color9);
    color: #fff;
    padding: 10px 0px;
    border: none;
    border-radius: 5px;
    margin: 7px auto 0;
    width: 36px;
    font-size: 16px;
    height: 36px;
    line-height: 12px;
}


span#count_communicating_meters, #count_valve_open_meters {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-left: 5px;
}

#count_valve_total_meters {
  background: #bb0dd6;
  color: #fff;
  padding: 4px 8px;
  margin-left: 5px;
}

span#count_non_communicating_meters, #count_valve_closed_meters {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-left: 5px;
}

.t-count li span {
  color: var(--color2);
}
h4.t-headingg {
    color: #323232;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding: 8px 0 0;
}
h4.t-headingg span {
    color: var(--color5);
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.highcharts-description {
  margin: 0.3rem 10px;
}

figure.highcharts-figure svg {
    background: none !important;
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}
.highcharts-data-label text, text.highcharts-data-label {
    fill: #585858 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    transform: scale(0.8) !important;
}
figure.highcharts-figure svg rect {
  fill: transparent;
}
.valve-status-mbox.main-tab-menu-side {
    background: #dee7ff;
    margin: -2px 0px;
    padding: 20px 0px 10px 0px;
    width: 100%;
}
.hide-on-collapse{
    display:none !important;
}
.valve-status-mbox.main-tab-menu-side ul li:hover{
    color:var(--color1);
}
.valve-status-mbox.main-tab-menu-side ul li {
    background: none !important;
    padding: 13px 10px !important;
    line-height: 8px !important;
    color: #000 !important;
    position: relative;
    font-size: 13px !important;
    font-weight: 600 !important;
    width: 100%;
    cursor:pointer;
}
.valve-status-mbox.main-tab-menu-side ul {
    padding: 0;
    width: 100%;
}

.alarms-events-mbox.main-tab-menu-side {
        background: #dee7ff;
        margin: -2px 0px;
        padding: 20px 0px 10px 0px;
}
text.highcharts-credits {
  display: none !important;
}

.threshold1-tabs ul li {
  width: 45%;
  display: block;
  margin: 0 10px;
}

#pills-contact2 table thead {
  background: var(--color1);
  color: var(--bg-color);
  font-weight: 600;
  font-size: 14px;
}

.threshold1-tabs-bg {
  background: #ffffff !important;
  padding: 30px 0px !important;
}

.gas-meter-table tbody td a,
.gas-meter-table tbody td {
  text-decoration: none;
  position: relative;
}

.gas-meter-table tbody td button.close_valve {
  background: var(--color2) !important;
  color: var(--bg-color) !important;
  width: 30px !important;
  height: 30px !important;
  display: block !important;
  border-radius: 50% !important;
  text-align: center !important;
  line-height: 16px !important;
  border: none;
  padding: 0;
}

.gas-meter-table tbody td button.open_valve {
  background: #1dba00 !important;
  color: var(--bg-color) !important;
  width: 30px !important;
  height: 30px !important;
  display: block !important;
  border-radius: 50% !important;
  text-align: center !important;
  line-height: 16px !important;
  border: none;
  padding: 0;
}

button.meter_staus {
  background: var(--color1);
  border: none;
  color: var(--bg-color);
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 600;
}

button.raw_data {
  background: var(--swatch1);
  border: none;
  color: var(--bg-color);
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 600;
}

.meter_status_values h3 {
  color: var(--color2);
  font-weight: 600;
  font-size: 19px;
}

.meter_status_values table thead {
  background: var(--color1);
  color: var(--bg-color);
  font-weight: 600;
  font-size: 13px;
  position: sticky;
  top: 0;
}

.meter_status_values table tbody td {
  font-size: 13px;
  color: #000 !important;
}

.meter_status_values .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 360px;
  overflow-y: auto;
  color: #000;
}

.gas-meter-table table tbody button {
  background: var(--color1);
  font-size: 13px !important;
  font-weight: 600;
}

button.btn-close {
  float: right;
}


.gas-meter-table tbody td a span#tooltip {
  position: absolute;
  top: 0;
  left: -20px;
  /* right: 0; */
  /* margin: 0 auto; */
  background: #222;
  color: var(--bg-color);
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  width: fit-content;
  visibility: hidden;
}

.gas-meter-table tbody td a:hover #tooltip {
  visibility: visible;
}

.table-filter-sec {
  margin: 30px auto;
  text-align: center;
  clear: both;
}

.table-filter-sec form label {
    width: 100%;
    text-align: left;
    color: var(--color9);
    font-weight: 600;
    font-size: 13px;
    padding: 9px 0;
}
.table-filter-sec form select, .table-filter-sec form input[type="date"], .ss-main, .table-filter-sec form input[type="text"] {
    width: 95% !important;
    border: none !important;
    background: #f5f7fd !important;
    padding: 9px !important;
    font-size: 13px !important;
    /* border: 1px solid #ccc !important; */
}
.tab-insideBox-content form .ss-main, .tab-insideBox-content form input[type="date"], .tab-insideBox-content form input[type="text"] {
    width: 100% !important;
    border: none !important;
    background: #f5f7fd !important;
    padding: 9px !important;
    font-size: 13px !important;
    /* border: 1px solid #ccc !important; */
}
.total-meters-tab-filters select {
    width:100%;
}
.table-filter-sec form input[type="submit"] {
    background: var(--color9);
    border: none;
    color: var(--bg-color);
    padding: 9px 20px;
    font-weight: 600;
    /* float: left; */
    margin: 46px 0 0 0 !important;
    width: 100% !important;
    font-size: 14px;
    border-radius: 5px;
}
.row.report-tab h4 {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 30px 0 10px 0;
}

button.csv_download {
    float: right;
    border: 2px solid var(--color1);
    background: none;
    color: var(--color1);
    margin: 20px 20px 0 0;
    font-size: 12px;
    margin: 28px 0 14px 10px;
    font-weight: 400;
    /* background: var(--color1); */
    padding: 7px 20px;
    border-radius: 3px;
    letter-spacing: 0px;
}

button.csv_download i {
  margin-left: 5px;
}

.table-rec select {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  margin: 20px 0 0 0;
  border-radius: 4px;
}

.table-rec {
  text-align: right;
}

.row.report-tab ul li {
  display: block;
  width: 100%;
}

.site-tabs>.report-tab .nav-pills .nav-link {
  width: 100%;
}

.row.total-summary-section {
  padding: 10px 0%;
  margin-bottom: 10px;
}

.sum-each1 {
  margin-bottom: 30px;
  /* background: var(--bg-color); */
}

h4.summary-head {
  /* background: var(--color1); */
  color: var(--color2);
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  text-transform: capitalize;
}

h4.summary-head span {
  text-transform: capitalize;
}

.numbers {
  text-align: center;
}
.numbers p {
    font-size: 14px;
    color: var(--color1);
    /* border-bottom: 1px solid #0052cb; */
    /* padding-bottom: 10px; */
    font-weight: 600;
    text-align: left;
}
#totalizer_tab .nav li {
    padding: 2px 0 2px 0;
    text-align: left;
    width: auto;
    margin: 0 10px 0 0;
}
#totalizer_tab .nav-pills .nav-link.active, #totalizer_tab .nav-pills .show>.nav-link, #totalizer_tab .nav-pills .nav-link:hover {
    border: none;
        background: var(--color9) !important;
        color: var(--bg-color) !important;
        border-radius: 5px !important;
        border-bottom: none;
        text-align: center;
        padding: 14px 20px !important;
        font-size: 14px !important;
        width: 100% !important;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 8px !important;
        font-family: 'Poppins';
        box-shadow: none !important;
        line-height: 29px !important;
}
#totalizer_tab .nav-pills .nav-link {
    border: none !important;
    background: #DDEAFC !important;
    color: #000000 !important;
    border-radius: 4px !important;
    border-bottom: none;
    text-align: center;
    padding: 0px 20px !important;
    font-size: 14px !important;
    width: 100% !important;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px !important;
    box-shadow: none !important;
}
#comm_status_table_section h4.hover-heading {
    font-weight: 600;
    font-size: 15px;
    margin: 30px 0 0 0;
    color: #000000;
    text-align: left;
}
.numbers h5 {
    color: #9aa4bd;
    font-weight: 400 !important;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
}

.summary-area {
  /* background: var(--bg-color); */
  margin-bottom: 25px;
  /* padding-bottom: 0px; */
}

.summary-box table {
  background: var(--bg-color);
}

.summary-box table thead {
  font-weight: 600;
  font-size: 13px;
  background: var(--color1);
  color: var(--bg-color);
}

.summary-box table tbody {
  font-size: 13px;
}

.summary-box table tbody a {
  text-decoration: none;
  font-weight: 600;
}

.sum-each1 .card.mb-4 {
  border: none !important;
  background: var(--bg-color);
}

.summary-box {
  padding-bottom: 20px;
}

.summary-box p {
  font-size: 13px;
  padding: 0 10px;
  margin: 0;
  line-height: 26px;
}

.summary-box p a {
  text-decoration: none;
  font-weight: 600;
}

nav.pagination-outer ul li {
  width: auto !important;
}

table#daily_consumption_popup_table {
  text-align: center;
}

.device-config form {
    background: #f5f7fd;
    padding: 20px 20px;
    margin: 10% auto 10%;
    border: 1px solid #dae3fd;
    border-radius: 5px;
}

.device-config h4 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 16px;
}

.custom_radio label {
  color: #000 !important;
  font-size: 14px !important;
  padding: 10px 0px 0px 10px;
  margin: 30px 0 30px 0;
}

.custom_radio {
  display: flex;
  /* color: #000 !important; */
}

.device-config form label {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 10px;
  color: var(--color1);
}
.device-config form select {
    border-radius: 0 !important;
    width: 100% !important;
    border-radius: 5px !important;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    background: var(--bg-color);
    border: none;
}

input.input-param {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

.device-config form input[type="submit"] {
  background: var(--color2);
  border: none;
  color: var(--bg-color);
  padding: 13px 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px auto 0;
  display: block;
  font-size: 14px;
}

.select-meter-tab form input[type="submit"] {
    background: var(--color9);
    border: none;
    color: var(--bg-color);
    padding: 8px 19px;
    border-radius: 5px;
    display: inline-block;
    position: inherit;
    top: 0;
    right: 0;
    margin-left: 7px;
}
h4.hover-heading {
    font-weight: 600;
    font-size: 18px;
    margin: 82px 0 10px 0;
    color: #000000;
    text-align: left;
    padding-bottom: 20px;
}
.device-config form input[type="submit"]:hover,
.device-config form input[type="submit"]:focus {
  background: var(--color1);
}

.operations-section {
  /* background: var(--bg-color); */
  padding: 20px 0;
  margin-bottom: 0;
  margin-left: 8px;
  width: 100%;
}
.accordion.main-tab-menu-side {
    background: #dee7ff;
    margin: -2px 0px;
    padding: 20px 0px 10px 0px;
    /* border-radius: 10px; */
}
.operations-section .nav-pills .nav-link {
    margin-right: 15px;
    font-size: 13px !important;
    font-weight: 600;
    color: #000000 !important;
    background: none !important;
    border: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100% !important;
    text-align: left;
    line-height: 30px !important;
    padding: 0 10px !important;
}

.setup-each-forms {
  margin: 5% 0 40px;
}

.operations-section ul {
  justify-content: center !important;
  background: none !important;
}

.operations-section .nav {
  background: none !important;
}


.operations-section .nav-pills .nav-link.active, .operations-section .nav-pills .show>.nav-link, .operations-section .nav-pills .nav-link:hover {
    margin-right: 15px;
    font-size: 13px !important;
    font-weight: 600;
    color: var(--color1) !important;
    background: none !important;
    border: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100% !important;
    text-align: left;
    line-height: 30px !important;
    padding: 0 10px !important;
}

.setup-tabb-c .nav-pills .nav-link,
.setup-tabb-c .nav-pills .nav-link.active,
.setup-tabb-c .nav-pills .show>.nav-link {
  width: 100% !important;
  border: none;
  background: var(--color9) !important;
  color: var(--bg-color) !important;
  border-radius: 5px !important;
  border-bottom: none;
  text-align: center;
  padding: 4px 0 4px;
  font-size: 14px !important;
  width: 100% !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px !important;
  font-family: 'Helvetica Neue';
  box-shadow: none !important;
  padding: 10px 0 !important;
}

.setup-tabb-c .nav-pills .nav-link {
  border: none !important;
  background: rgb(175 210 255 / 34%) !important;
  color: #000000 !important;
  border-radius: 4px !important;
  border-bottom: none;
  text-align: center;
  padding: 4px 0 4px;
  font-size: 14px !important;
  width: 100% !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px !important;
  box-shadow: none !important;
  padding: 10px 0 !important;
}

.file-upload-box {
    /* border: 2px solid var(--color1); */
    border-radius: 10px;
    padding: 0;
    width: 100%;
    margin: 10% 0 0 0;
    background: #ecf0fa;
    padding: 20px;
}
div#reports_tab_content_div {
    margin: 7% 0 0 0;
}
.file-upload-box form label {
  font-weight: 600;
  font-size: 14px;
}

.file-upload-box form select {
  width: 100%;
  background: var(--bg-color);
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 12px;
  margin: 10px 0;
}

.table-filter-sec form {
  margin-bottom: 20px;
}

.file-upload-box p {
  color: #8b8b8b;
  font-style: italic;
  font-size: 12px;
  padding: 10px 0 0;
  margin: 0;
}

.file-upload-box form input[type="submit"] {
  background: var(--color1);
  border: none;
  color: var(--bg-color);
  padding: 13px 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px auto 0;
  display: block;
  font-size: 14px;
}

.file-upload-box form input[type="submit"]:hover,
.file-upload-box form input[type="submit"]:focus {
  background: var(--color2);
}
.apexcharts-menu {
    background: #2a2a2a !important;
    position: absolute;
    top: 100%;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    padding: 3px;
    right: 10px;
    opacity: 0;
    min-width: 120px;
    transition: .15s ease all;
    pointer-events: none;
}
/*Theme Switcher*/
.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background: var(--color1);
  /* background-image: linear-gradient(225deg, #21D4FD 0%, #B721FF 100%); */
  width: 72px;
  height: 29px;
  border-radius: 3px;
  position: relative;
  padding: 5px 9px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.fa-moon {
    color: #fff;
}
.fa-sun {
  color: var(--bg-color);
}

.checkbox-label .ball {
  background-color: var(--bg-color);
  width: 21px;
  height: 21px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 2px;
  transition: transform 0.2s linear;
}

.checkbox:checked+.checkbox-label .ball {
  transform: translateX(40px);
}

tbody,
td,
tfoot,
th,
thead,
tr {
  font-size: 14px;
}

.apexcharts-text tspan {
  font-family: "Poppins" !important;
  font-size: 12px !important;
}
.apexcharts-legend-text {
    padding-left: 15px;
    margin-left: -15px;
    font-family: 'Poppins' !important;
}
.apexcharts-legend-text {
  position: relative;
  font-size: 14px !important;
  font-family: "Poppins" !important;
}

.apexcharts-yaxis-title text {
    font-family: 'Poppins' !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.header-top {
  background: linear-gradient(to right, #0791a8 48%, #e64c25 48%, #e64c25 48%);
  width: 100%;
  height: 2px;
}
.communicating_form-left form {
    width: 100%;
    margin: 0 auto;
}
.valve-page-head1 li button.nav-link.active {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #5d001e !important;
  border: 1px solid var(--dark-color) !important;
  border-radius: 0;
  box-shadow: -5px -5px 0 0 var(--color1) !important;
  position: relative;
  transition: all 0.5s ease 0s;
  /* width: 290px !important; */
}

.valve-page-head1 li button {
      background: none !important;
      padding: 10px 46px !important;
      line-height: 8px !important;
      color: #fff !important;
      position: relative;
}

.valve-page-head1 li button:hover,
.valve-page-head1 li button.active a {
  color: #5d001e;
  background: #fff;
  border: 1px solid #5d001e;
  box-shadow: -5px -5px 0 0 #fcca89;
}
.valve-status-mbox.main-tab-menu-side ul li button.nav-link.active, .valve-status-mbox.main-tab-menu-side ul li button.nav-link {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px !important;
}
.valve-status-mbox.main-tab-menu-side ul li button.nav-link.active, .valve-status-mbox.main-tab-menu-side ul li button.nav-link {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
    position: relative;
    padding: 10px !important;
}
.valve-status-mbox.main-tab-menu-side ul li button.nav-link.active, .valve-status-mbox.main-tab-menu-side ul li button.nav-link:hover {
color:var(--color1) !important;
     background: none !important;
     border: none !important;
     box-shadow: none !important;
     font-size: 13px !important;
     line-height: 25px !important;
     font-weight: 600 !important;
     position: relative;
     padding: 10px !important;
 }

  .valve-status-mbox.main-tab-menu-side ul li button.nav-link .events_header_count {
     margin: -5px 0px 0px 0;
 }
 .valve-status-mbox.main-tab-menu-side ul li button.nav-link:hover .events_header_count {
    margin: -2px 0px 0px 0;
        background: #025145;
}
div#currentStatusPopup .modal-dialog {
    max-width: 85% !important;
}
h4#current_status_popup_heading {
    text-align: center;
    color: var(--color2);
    font-weight: 600;
    padding: 10px 0;
}
.top-header .logo-area {
    float: left;
}
li.current_status_popup-btn {
    cursor: pointer;
}
.valve-tabs-each .nav {
    justify-content: center !important;
    margin: 0px 0 0 0;
    background: none;
    display: contents;
}
.sum-h-img img {
    background: rgb(242 242 242 / 10%);
    margin: 8px 0;
    display: block;
    filter: brightness(0);
    width: 65px;
    border-radius: 4px;
    padding: 9px 12px;
    object-fit: contain;
}

.summary-box1 h4 {
    margin: 0;
    padding-bottom: 10px;
    text-align: left;
}
.summary-box1 h6 {
    color: #969696;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 0;
    text-align: left;
    padding-left: 9px;
}

.summary-box1 table {
  background: var(--bg-color);
  border: 1px solid #ccc;
}

.row.sum-each1 .card {
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 15px 15px 30px #bebebe,
             -15px -15px 30px #ffffff;
}
.row.sum-each1 .card:hover {
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transform: translateY(-10px);
}

.summary-box1 table thead {
  background: var(--color1);
  color: var(--bg-color);
  font-weight: 600;
}

.summary-box1 table tbody tr td a {
  text-decoration: none;
  font-weight: 600;
}

.row.sum-box-each {
    background: #f9f9f9;
    padding: 17px 11px;
    border: 1px solid #ccc;
    margin: 0 10px 0 0;
}
.summary-box1 table tbody tr th {
  padding: 16px 10px;
}

/*.sum-box-each:last-child{
    border-bottom:none;
}*/
.row.sum-box-each h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color5);
  margin: 0;
}

.row.sum-box-each p {
  color: #767676;
  font-size: 14px;
  padding: 0;
  background: none;
}

.sum-icon i {
  background: var(--color1);
  color: var(--bg-color);
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
}

.summary-box1 p {
  background: #f9f9f9;
  margin: 0;
  padding: 13px 18px;
  color: #767676;
  font-size: 14px;
}

#white-mode-logo,
#gas_grid_whitemode {
  display: block;
}

#dark-mode-logo,
#gas_grid_darkmode {
  display: none;
}

.summary-box1 p span a.text-primary {
  background: #0d6efd !important;
  text-decoration: none;
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  border-radius: 4px;
}

.summary-box1 p span a.text-success {
  background: #198754 !important;
  text-decoration: none;
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  border-radius: 4px;
}

.summary-box1 p span a.text-danger {
  background: #dc3545 !important;
  text-decoration: none;
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  border-radius: 4px;
}


/*Accordion in Reports Tabs*/
/* Accordion Report  */

/* .accordion {
  max-width: 300px;
  background: linear-gradient(to bottom right, #FFF, #f7f7f7);
  background: #0097a7;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3), 0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);
} */
.accordion-each-sec {
  border: none !important;
  background: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  border-bottom: none;
  text-align: center;
  /* padding: 4px 0 4px; */
  font-size: 14px !important;
  width: 100% !important;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 8px !important;
  box-shadow: none !important;
  padding: 10px 0 !important;
  cursor: pointer;
  text-align: left;
}

.accordion-each-sec.active {
    padding: 20px 0 0 !important;
    /* background: var(--color9) !important; */
}

.accordion-each-sec.active .heading {
    color: var(--color1);
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 20px 15px 20px !important;
    cursor: pointer;
}

.accordion-each-sec .heading::before {
  border-top: 7px solid #000000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.accordion-each-sec.active .heading::before {
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.accordion-each-sec .heading:nth-last-child(2) {
  border-bottom: 0;
}

.accordion-each-sec .heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #000000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: -1px;
    float: right;
}

.accordion-each-sec.active .heading::before {
    transform: rotate(-180deg);
    border-top: 7px solid var(--color1);
}

.accordion-each-sec .heading {
    padding: 0 20px !important;
    color: #000;
    font-weight: 600;
    line-height: 6px;
    font-size: 13px;
}

.accordion-each-sec.not-active .heading::before {
  transform: rotate(0deg);
}

.accordion-each-sec .contents {
  display: none;
  background: transparent;
  padding: 15px 10px !important;
  color: #fff !important;
  font-size: 13px;
}

.accordion-each-sec ul {
  background: none !important;
  border-bottom: none !important;
}

.accordion-each-sec ul li {
  display: block;
  width: 100%;
}

.accordion-each-sec ul li a {
    margin-right: 15px;
    font-size: 12px !important;
    font-weight: 600;
    color: #000000 !important;
    background: none !important;
    border: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100% !important;
    text-align: left;
    line-height: 16px !important;
    padding: 0 10px !important;
    text-decoration: none;
}

/* .accordion-each-sec ul li a::before {
  position: absolute;
  left: 0;
  content: '';
  width: 7px;
  height: 1px;
  background: #fff;
  top: 6px;
}*/

.accordion-each-sec ul li:last-child a {
  border-bottom: none;
}

.accordion-each-sec ul li.active a,
.accordion-each-sec ul li a:hover {
  color: var(--color1);
}

.gas-meter-table table thead {
  background: var(--color1);
  color: var(--bg-color);
  position: sticky;
  top: 0;
  z-index: 99;
}

form#monthly_event_reports label {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 0 10px 0;
}

form#monthly_event_reports select {
  width: 100%;
}

form#monthly_event_reports input[type="submit"] {
  width: 100%;
  margin: 23% 0 0 0;
}

.select-meter-tab {
  margin: 33px 0 40px 0;
}

.select-meter-tab form {
  display: flex;
  margin-bottom: 10px;
}

.select-meter-tab label {
    color: var(--color9);
    font-weight: 600;
    width: 170px;
    line-height: 34px;
    font-size: 14px;
}

.select-meter-tab form select {
  background: var(--bg-color);
  border: 1px solid #ccc;
  height: 38px;
  width: 60%;
  padding: 0 10px;
  margin-left: 10px;
}

.reports-accordion-section {
  margin: 40px 0 30px;
}

.report-tab-each-heading {
    text-align: left;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 600;
    border-bottom: none;
    margin-bottom: -10px;
    text-transform: none;
}

div#reports_tab_content_div h3 {
  font-size: 17px;
  padding: 20px 0 20px;
  text-align: center;
  font-weight: 600;
}

ul.accordion-list li .answer .nav {
  margin: 20px 0 0 -9px;
}

span#count_comm_status_total_meters {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-left: 5px;
}

.site-tabs .nav-pills .nav-link.active h3.main-tabs-count, .site-tabs .nav-pills .show>.nav-link h3.main-tabs-count {
    display: flex;
    margin: 16px 10px 0 0;
}
.site-tabs .nav-pills .nav-link.active > h3.main-tabs-count {
    margin: 15px 10px 0 0;
    float: right;
}
.table-responsive.gas-meter-table {
    clear: both;
}
.valve-status_chart_table_section h4.hover-heading {
    font-weight: 600;
    font-size: 17px;
    margin: 31px 0 10px 0;
    color: #000000;
    text-align: left;
    padding-bottom: 20px;
}
.theme-dropdown select {
  width: 100%;
}

.toggle-icons i {
  color: #898989;
  font-size: 14px;
  margin: 9px 0 0 0;
  background: var(--bg-color);
  width: 22px;
  height: 22px;
  border-radius: 3px;
  text-align: center;
  line-height: 24px;
  margin: 0 5px;
}

.toggle-icons p {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  padding: 9px 2px;
}

.toggle-icons {
  background: var(--color1);
  border-radius: 5px;
}

body#dashboard_features {
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff !important;
}
span#count_valve_total_meters {
    background: #000;
}
.select-meter-tab a {
    background: var(--color9);
    border: none;
    color: var(--bg-color) !important;
    padding: 7px 11px;
    border-radius: 2px;
    display: inline-block;
    position: inherit;
    top: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
}

.select-meter-tab a:hover,
.select-meter-tab a:focus {
  background: var(--dark-color);
  color: var(--bg-color) !important;
}

span.tab-count_1 {
  background: #6B99DB;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 12px 0;
  text-align: center;
  line-height: 2px;
}

span.tab-count_2 {
    background: #198754;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    line-height: 2px;
    margin-left: 4px;
}

.total_meters_tab-sec .nav {
  background: none !important;
  /* float: left; */
  margin: 10px 0px 40px 0px !important;
}

.total-meters-tab-filters {
  margin: 0 0 20px 0;
  display: block;
  width: 100%;
  clear: both;
}

.total-meters-tab-filters form label {
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 13px;
}

.total-meters-tab-filters form select {
  width: 100%;
  background: var(--bg-color);
  color: var(--dark-color);
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 13px;
}

.total-meters-tab-filters form input[type="submit"] {
  width: 100%;
  background: var(--color9);
  color: var(--bg-color);
  padding: 9px;
  border-radius: 5px;
  margin: 28px 0 0 0;
  font-size: 13px;
}

.total_meters_tab-sec ul {
  text-align: left;
  margin: 20px 0 10px -10px;
  /* float: left; */
  padding: 0;
  /* margin: 0; */
}

.total_meters_tab-sec>ul>li {
  display: inline-block;
}

ul#comm_ul_tabs li a {
  color: var(--dark-color);
  font-size: 12px !important;
  line-height: 47px !important;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  margin: 0 0 0 10px;
  padding: 10px 11px !important;
  background: var(--color4);
  text-decoration: none;
}

ul#comm_ul_tabs li {
  display: inline-block;
}

.alarms-tabs .nav-pills .nav-link span {
  /* display: none; */
  background: var(--color1);
  color: var(--bg-color);
  padding: 6px 0;
  border-radius: 5px;
  /* margin-left: 10px; */
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 19px;
  font-weight: 600;
  margin: 0px 0px 0 0;
  float: inline-end;
  text-align: center;
}

/* .alarms-tabs .nav-pills .nav-link.active span, .alarms-tabs .nav-pills .show>.nav-link span{
    display:block;
} */

ul#comm_ul_tabs li.active a {
  color: var(--bg-color) !important;
  background-color: var(--color1) !important;
  font-size: 12px !important;
  line-height: 47px !important;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  margin: 0 0 0 10px;
  padding: 10px 11px !important;
  position: relative;
}

ul#comm_ul_tabs li.active a::before,
ul#comm_ul_tabs li a:hover::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color1);
  position: absolute;
  bottom: -9px;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
}

ul#comm_ul_tabs li a:hover,
ul#comm_ul_tabs li a:focus {
  color: var(--bg-color) !important;
  background-color: var(--color1) !important;
  font-size: 12px !important;
  line-height: 47px !important;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  margin: 0 0 0 10px;
  padding: 10px 11px !important;
  position: relative;
}

.total_meters_tab-sec ul.pagination {
  margin: 0 auto;
  display: inline-flex;
  width: 100%;
}

form#prepayment_consumption_report label {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 10px 0;
}

form#prepayment_consumption_report select,
form#prepayment_recharge_report_dateForm select,
form#prepayment_recharge_report_dateForm input[type="date"] {
  width: 100%;
}

form#prepayment_recharge_report_dateForm label {
  width: 100%;
  text-align: left;
  padding: 0 0 10px 0;
  margin: 0;
}

.total_meters_tab-sec>.pagination {
  display: inline-flex;
  position: relative;
}

.total_meters_tab-sec>.pagination-outer>li {
  display: inline-block;
}

.total_meters_tab-sec>.pagination li a.page-link {
  color: #2f3640;
  background-color: #ddd;
  font-size: 15px;
  font-weight: 500;
  line-height: 37px;
  height: 38px;
  width: 38px;
  padding: 0;
  margin: 0 5px;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
}

.total_meters_tab-sec>.pagination li:first-child a.page-link,
.total_meters_tab-sec>.pagination li:last-child a.page-link {
  background-color: transparent;
  font-size: 35px;
  line-height: 32px;
  font-weight: 400;
  border: none;
  overflow: hidden;
}

.total_meters_tab-sec>.pagination li:first-child a.page-link:hover,
.total_meters_tab-sec>.pagination li:first-child a.page-link:focus,
.total_meters_tab-sec>.pagination li:last-child a.page-link:hover,
.total_meters_tab-sec>.pagination li:last-child a.page-link:focus {
  background-color: transparent;
}

.total_meters_tab-sec>.pagination li a.page-link:hover,
.total_meters_tab-sec>.pagination li a.page-link:focus,
.total_meters_tab-sec>.pagination li.active a.page-link:hover,
.total_meters_tab-sec>.pagination li.active a.page-link {
  color: var(--bg-color) !important;
  background-color: #2f3640 !important;
}

.total_meters_tab-sec>.pagination li a.page-link:before,
.total_meters_tab-sec>.pagination li a.page-link:after {
  content: '';
  background-color: #6c757d;
  height: 100%;
  width: 50%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}

.total_meters_tab-sec>.pagination li a.page-link:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.total_meters_tab-sec>.pagination li a.page-link:hover:before,
.total_meters_tab-sec>.pagination li a.page-link:focus:before,
.total_meters_tab-sec>.pagination li.active a.page-link:hover:before,
.total_meters_tab-sec>.pagination li.active a.page-link:before {
  opacity: 1;
  top: 100%;
  height: 5px;
}

.total_meters_tab-sec>.pagination li a.page-link:hover:after,
.total_meters_tab-sec>.pagination li a.page-link:focus:after,
.total_meters_tab-sec>.pagination li.active a.page-link:hover:after,
.total_meters_tab-sec>.pagination li.active a.page-link:after {
  opacity: 1;
  bottom: 100%;
  height: 5px;
}

.total_meters_tab-sec>.pagination li:first-child a.page-link:before,
.total_meters_tab-sec>.pagination li:first-child a.page-link:after,
.total_meters_tab-sec>.pagination li:last-child a.page-link:before,
.total_meters_tab-sec>.pagination li:last-child a.page-link:after {
  display: none;
}

.switch-color li.active::before {
  position: absolute;
  content: "\f00c";
  font-family: 'FontAwesome';
  top: 0;
  left: 0;
  z-index: 9999;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--color1) !important;
}

section.new-login {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh !important;
  position: relative;
}

.site-overlay {
  position: absolute;
  content: '';
  background: rgb(0 0 0 / 59%);
  width: 100%;
  height: 100% !important;
}

.new-login-right-sec,
.new-login-left-sec {
  position: relative;
}

.new-login-left-sec h1 {
  color: #fff;
  margin: 2% 70px 0 0px;
  font-size: 42px;
  line-height: 75px;
  float: right;
  /* text-align: left; */
}

.new-login-left-sec h1 span {
  font-size: 76px;
  color: var(--color2);
}

.new-login-form-area form h6 a {
  color: #fff;
}

.new-login-form-area {
  background: url(../images/border-login.png);
  background-size: 96% 100%;
  height: 640px;
  background-repeat: no-repeat;
  background-position: right top;
  margin: 22px 0 0 0;
}

.new-login-form-area form {
  padding: 7% 20px 0px 30px;
  width: 380px;
  float: right;
}

.social-list ul {
  text-align: left;
  margin: 26px 0 0;
}

.social-list ul li {
  display: inline-block;
}

.social-list ul li a {
  background: var(--color1);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px;
}

.new-login-form-area form h1 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin: 18px 0;
  text-transform: uppercase;
  clear: both;
}

.new-login-form-area form label {
  color: #fff;
  width: 100%;
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
}

.new-login-form-area form input[type="email"],
.new-login-form-area form input[type="text"],
.new-login-form-area form input[type="password"] {
  width: 90%;
  border: none;
  height: 39px;
  background: rgb(255 255 255);
  padding: 0 11px;
  font-size: 13px;
}

.new-login-form-area form input[type="submit"] {
  background: var(--color2);
  color: #fff;
  border: none;
  width: 90%;
  padding: 10px;
  border-radius: 5px;
}

.new-login-form-area form h6 {
  color: #ebebeb;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 20px 50px 0 0px;
}

.new-login-form-area form .login-logo-box img {
  width: 120px;
  height: 80px;
  object-fit: contain;
  margin: 0 20px 0 0;
}

.communicating_form-left form label {
    color: var(--color9);
    font-weight: 600;
    width: 170px;
    line-height: 34px;
    font-size: 14px;
}

.communicating_form-left {
  margin-bottom: 20px;
}

.communicating_form-left form a.battery-btn {
  background: var(--color1);
  border: none;
  color: var(--bg-color);
  padding: 7px 9px;
  border-radius: 5px;
  display: inline-block;
  position: inherit;
  top: 0px;
  right: 0;
  margin-left: 7px;
  margin-top: 33px;
  width: 100%;
  text-decoration: none;
  text-align: center;
}

.communicating_form-left form input[type="submit"] {
    background: var(--color9);
    border: none;
    color: var(--bg-color);
    padding: 7px 10px;
    border-radius: 5px;
    display: inline-block;
    position: inherit;
    top: 0px;
    right: 0;
    margin-left: 7px;
    margin-top: 34px;
    width: 100%;
}

.accordion {
  width: 100%;
}

.site-tabs .nav-pills .nav-link i {
  float: right;
  padding: 18px 10px 0;
}

.setup-tab-menu-left-each {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

.setup-each-forms form label {
    width: 100%;
    text-align: left;
    color: var(--color9);
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 9px;
    padding-top: 20px;
}

.setup-each-forms form select,
.setup-each-forms form input[type="text"],
.setup-each-forms form input[type="tel"],
.setup-each-forms form input[type="email"],
.setup-each-forms form textarea {
  width: 100%;
  border: none;
  background: var(--bg-color);
  padding: 9px;
  font-size: 13px;
  resize: none;
}

h4.form-inside-heading {
  width: 100%;
  color: var(--color2);
  padding: 10px 0;
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.pro-btns input[type="reset"] {
  background: var(--color2);
  border: none;
  color: #fff;
  padding: 13px 30px;
  border-radius: 5px;
  margin: 20px 10px;
  font-style: italic;
}

.pro-btns input[type="submit"] {
  background: #0F9E48;
  border: none;
  color: #fff;
  padding: 13px 30px;
  border-radius: 5px;
  margin: 20px 0px;
  font-style: italic;
}

.setup-tabb-c {
  margin: 0px 0 0;
}
.user-box ul li:last-child p a, .user-box ul li:last-child p {
    width: 100%;
    display: inline;
    background: #000;
    padding: 10px 21px;
    border-radius: 5px;
}
div#map-container iframe {
    width: 100%;
    height: 74vh;
}
#map {
    height: 500px;
    margin: 20px 0 0;
    position: relative;
    z-index: 0;
}
div#m-chart1 {
    margin: 3% 0 0;
}
h3.main-tabs-count {
    float: right;
    margin-right: 5px;
    margin-top: 6px;
}
#sidebar .logo-area {
    position: sticky;
    top: 0;
    background: #ecf0fa;
    z-index: 9;
}
select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial,tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  select.flat-select:focus, select.flat-select:hover {
    border: 0;
    outline: 0;
  }
.tabContentEach {
            display: none; /* Hide all tab content by default */
        }
        .valve-status-mbox.main-tab-menu-side ul li button.active {
            display: block; /* Show only active tab content */
        }
#chartdivPrepaid{
    width:100%;
    height:500px;
}
div#chartdivPrepaid text {
    font-weight: 600;
    font-size: 15px;
}
.sidenav-icon {

}
.sidenav-icon i {
    float: left !important;
    box-shadow: inset 10px 10px 15px -10px #d4d4d4, inset -10px -10px 15px -10px #ffffff;
    border: 4px solid #fcfdff;
    background: #ecf0fa;
    font-size: 27px;
    padding: 9px 10px !important;
    border-radius: 10px;
    height: 56px !important;
    margin: 10px 7px;
    color: #898989;
}
.menu-txt {
    padding: 10px 0 0 0;
    line-height: 54px;
    font-weight: 600;
    font-size: 14px;
}

.tab-insideBox-heading {
    display: flex;
    justify-content: right;
    margin-bottom: 20px;
    margin: -32px 0 0 0;
}
.tab-insideBox-heading-btn {
    border: none !important;
    background: #d2dbf1 !important;
    color: #000000 !important;
    border-radius: 4px !important;
    border-bottom: none;
    text-align: center;
    padding: 18px 20px !important;
    font-size: 14px !important;
    width: auto !important;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px !important;
    box-shadow: none !important;
}
   .tab-insideBox-heading-btn.active {
       /* background: #007BFF; */
       /* color: white; */
       border: none;
       background: var(--color9) !important;
       color: var(--bg-color) !important;
       border-radius: 5px !important;
       border-bottom: none;
       text-align: center;
       padding: 14px 20px !important;
       font-size: 14px !important;
       width: auto !important;
       text-transform: capitalize;
       font-weight: 600;
       margin-bottom: 8px !important;
       font-family: 'Poppins';
       box-shadow: none !important;
       line-height: 29px !important;
   }
        .tab-insideBox-content > .content {
            display: none;
        }
        .tab-insideBox-content > .content.active {
            display: block;
        }

div#valveStatusModal .modal-dialog {
    max-width: 85% !important;
}

.sum-h-img p {
    background: #fff;
    width: fit-content;
    padding: 19px 0 0 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    color: var(--color5);
    font-size: 34px;
}


.setup_dropdown-section {
    display: flex;
    flex-direction: column;
    gap: 0px;
    min-width: 200px;
}

.dropdown {
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.dropdown-btn {
    width: 100%;
    padding: 5px 15px;
    background: transparent !important;
    color: #000;
    border: none !important;
    cursor: pointer;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}
.dropdown-btn i {
    float: right;
}
/* .list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    background-color: transparent;
}
    .list.open {
      max-height: 300px;
    }

    .list div {
        padding: 0px 15px;
        cursor: pointer;
        font-size: 13px;
        margin: 10px 0;
        background:transparent;
    }

    .list div:hover {
      background:transparent;
      color:var(--color1);
    }

    .content-area {
      flex: 1;
    }

    .content {
      display: none;
    }

    .content.active {
      display: block;
    }
.operations-section1 {
    padding: 4% 20px 0;
}
*/

#pills-contact1 .top-right {
                    float: none;
                    clear: both;
                    margin: 21px 0% 0px;
                    position: relative;
                    z-index: 9999;
                }
ul#valveStatus-dropmenu {
    margin: 17px 0 0;
    background: #d0daf6;
    padding: 10px;
}
h4#exceptionEachHeading {
    color: var(--color2);
    font-weight: 600;
    text-align: center;
    padding: 20px;
    margin: 3% 0 10px 0;
}
h4#exceptionEachHeading {
    color: var(--color2);
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

   /* Sidebar */
   .sidebar {
       position: fixed;
       top: 0;
       left: 0;
       height: 100vh;
       width: 300px;
       background-color: #ecf0fa;
       color: white;
       transition: width 0.3s ease;
       overflow-x: hidden;
       scrollbar-width: none;
   }

    .sidebar.collapsed {
      width: 70px;
    }
.sidebar:hover {
    width: 300px;
    z-index: 9999999;
}
.sidebar.collapsed:hover .toggle-btn{
    z-index: 999;
}

    .sidebar .logo {
      padding: 20px;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      background-color: #1a252f;
    }


    /* Main content */
    .main {
      margin-left: 300px;
      padding: 20px;
      flex: 1;
      transition: margin-left 0.3s ease;
    }

    .main.collapsed {
      margin-left: 70px;
    }

    /* Toggle Button */
.toggle-btn {
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 99999;
    padding: 6px 3px;
    cursor: pointer;
    background: #9aa4bd;
    color: #ffffff;
    border: none;
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    border: 7px solid #ecf0fa;
    font-size: 12px;
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    cursor: pointer !important;
    line-height: 16px;
}
button.csv_download:hover {
    background: var(--color1);
    color: #fff;
}
.sidebar.collapsed.hovered .main.collapsed.hovered .toggle-btn {
                               left: -3%;
                               transition: 0.5s all ease-in-out;
                               -moz-transition: 0.5s all ease-in-out;
                               -webkit-transition: 0.5s all ease-in-out;
                               top: 0px;
                           }
    .main.collapsed + .toggle-btn {
      left: 80px;
    }
    .main.collapsed .main-header {
        width: 95%;
    }
.main.collapsed .top-statt {
    width: 96.3%;
    top: 18%;
    z-index: 9;
}
div#sidebar ul {
    display: block;
}
div#sidebar .nav-pills .nav-link {
    border-radius: 0;
    color: #000;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 0 0px;
}
div#sidebar .nav-pills .nav-link.active, div#sidebar .nav-pills .show>.nav-link, div#sidebar .nav-pills .nav-link:hover {
    color: var(--color1);
    background-color: #fff;
    border-radius: 0;
    width: 100%;
}
div#sidebar .nav-pills .nav-link:hover .sidenav-icon i{
    color:var(--color1);
}
.sidebar.collapsed .operations-section.main-tab-menu-side{
    display:none;
}
.main.collapsed .toggle-btn {
    left: -19px;
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    top: 0px;
}
    /* Backdrop for mobile */
#backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 900;
}

.main.collapsed + .toggle-btn {
  left: 80px;
}

.sidebar.collapsed .list, .sidebar.collapsed .menu-txt{
  display: none;
}

.sidebar:hover .list, .sidebar:hover .menu-txt{
  display: block;
}
div#sidebar .nav-pills .nav-link.active .sidenav-icon i {
    color: var(--color1);
}
.setupBodyEach form{
    margin-bottom: 20px;
}
.setupBodyEach form label{
    font-webkit:600;
    color:#000;
    padding-bottom:10px;
    width:100%;
}
.setupBodyEach form select, .setupBodyEach form input[type="date"] {
    resize: none;
    padding: 10px 10px;
    font-size: 13px;
    background: #ECF0FA;
    border: 1px solid #b5c2e3;
    border-radius: 5px;
    width: 100%;
}
nav.pagination-outer h5 {
    text-align: left;
    font-size: 13px;
    padding: 12px 0 0 0;
}
nav.pagination-outer h6 {
    text-align: right;
    font-size: 13px;
    padding: 12px 0 0 0;
}
nav.pagination-outer h5 span, nav.pagination-outer h6 span{
    color: var(--color1);
    font-weight: 600;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .sidebar {
    left: -100%;
    width: 300px;
  }

  .sidebar.active {
    left: 0;
  }

  .sidebar:hover {
    width: 300px;
  }

  .main {
    margin-left: 0;
  }

  .toggle-btn {
    left: 15px;
  }

  #backdrop.active {
    display: block;
  }
}
























@media only screen and (max-width: 480px) {
  .total_meters_tab-sec>.pagination {
    font-size: 0;
    display: inline-block;
  }

  .total_meters_tab-sec>.pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
  }
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #f9f9fA;

  li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /* background-color: #FFF; */
    margin: 0 auto 15px auto;
    /* border: 1px solid #eee; */
    border-radius: 5px;
    cursor: pointer;
  }

  &.active {
    h3 {
      &:after {
        transform: rotate(45deg);
      }
    }
  }

  h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
    /* border: 1px solid #ccc; */
    background: #fff;

    &:after {
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      content: '+';
      position: absolute;
      right: 20px;
      top: 17px;
      transition: all 0.3s ease-in-out;
      font-size: 18px;
    }
  }

  div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;

    p {
      position: relative;
      display: block;
      font-weight: 300;
      padding: 10px 0 0 0;
      cursor: pointer;
      line-height: 150%;
      margin: 0 0 15px 0;
      font-size: 14px;
    }
  }
}
}


