@font-face {
    font-family: digitalClock-font;
    src: url(font/digital-7.ttf);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    overflow-x: hidden;
}
body{
    /* background-color: rgb(24, 45, 45); */
    background-color: #487eb0;
    overflow: visible;
}
.btn{
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    color: #3c4043;
    fill: currentcolor;
    cursor: pointer;
    padding: .8rem 1rem;
    text-align: center;
    letter-spacing: .25px;
    font-weight: 700;
}
.interval {
    margin-top: 1rem;
    background-color: #fbc531;
}
.btn:hover {
    background-color: #e9e4e4;
}
img {
    width: 100%;
    height: 100%;
}
header {
    height: 2rem;
    width: 100vw;
    background-color: darkslategray;
}
.main-container{
    width: 100vw;
    height: calc(100vh - 2rem);
    display: flex;
    overflow: visible;
}
.left-container{
    height: 100%;
    width: 110px;
    /* background-color: rgb(22, 8, 114); */
    background-color: rgb(11, 6, 49);
    /* border-right: 2px solid rgb(24, 45, 45); */
}
.right-container {
    height: 100%;
    width: calc(100vw - 110px);
    /* border-top: 2rem solid darkslategray; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: visible;
}
.left-container ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
}
.left-container ul li {
    display: block;
    width: 100%;
    border-bottom: 2px solid rgb(63 62 71);
}
.left-container ul li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    gap: 8px;
}
.left-container ul li a i {
    font-size: 27px;
}
.left-container ul li a:hover{
    background-color: rgb(17, 6, 87);
}
.left-container ul li a.active{
    background-color: rgb(17, 6, 87);
}
.meter-list_container {
    width: 40%;
    height: 95%;
    padding: 1rem;
    background-color: rgb(30, 57, 57);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 1rem;
    justify-items: center;
    /* align-items: center; */
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 5px;
}
  ::-webkit-scrollbar-track { 
    background-color: transparent;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #fbc531;
    border-radius: 2px;
  }
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ad8108; 
  }
.meter-details_container {
    width: 55%;
    height: 95%;
    overflow: visible;
    /* background-color: rgb(30, 57, 57); */
}
.meter-list_container .meter-card {
    display: flex;
    justify-content: center;
    height: 155px;
    width: 150px;
    padding: 10px;
    background-color: #707899;
    border-radius: 10px;
    cursor: pointer;
}
/* .meter-list_container .meter-card */
.meter-list_container .meter-card:hover {
    background-color: rgb(17, 6, 87);
}
.meter-list_container .meter {
    width: 120px;
    height: 100px;
    border-radius: 10px;
    /* background-color: red; */
    position: relative;
    overflow: visible;
}
.meter-list_container .meter .meter-display {
    position: absolute;
    width: 75px;
    height: 30px;
    background-color: rgb(17, 6, 87);
    /* background-color: #fff; */
    top: 9px;
    left: 22px;
    color: red;
    /* color: blue; */
    font-family: digitalClock-font;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
}
.meter-list_container .meter .meter-indicator {
    position: absolute;
    width: 55px;
    height: 10px;    
    top: 49px;
    left: 33px;
    border-radius: 5px;
}
.meter-list_container .meter .meter-indicator.active {
    background-color: green;
}
.meter-list_container .meter .meter-indicator.inactive {
    background-color: red;
}
.meter-list_container .meter .meter-indicator.active.white {
    background-color: darkorange;
}
.meter-list_container .meter .meter-cust_name {
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0;

}
.detail-top-container {
    height: 220px;
    display: flex;
    justify-content: space-between;
}
.detail-top-container .meter-preview {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.single_meter {
    width: 100px;
    position: relative;
    overflow: visible;
}
.single_meter .meter-indicator{
    position: absolute;
    left: 30px;
    top: 84px;
    width: 40px;
    height: 10px;
    border-radius: 5px;
    background: yellow;
}
.single_meter .meter-indicator.active {
    background-color: green;
}
.single_meter .meter-indicator.inactive {
    background-color: red;
}
.single_meter .meter-indicator.active.white {
    background-color: darkorange;
}
#single_pre_cstName {
    color: coral;
}
.meter-parameter {
    display: grid;
    height: fit-content;
    grid-template-columns: 1fr;
    /* border: 1px solid #fff; */
}
.parameter-holder {
    display: flex;
    /* border-right: 1px solid #fff; */
}
.parameter-holder:last-child {
    border: none;
}
.parameter-holder p {
    padding: 5px;
    /* border-bottom: 1px solid #fff; */
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 150px;
    align-items: center;
    font-size: 15px;
}
.parameter-holder p:last-child{
    border: none;
}
.parameter-holder p span {
    margin-left: 1rem;
    padding: .6rem 0;
    width: 60px;
    background-color: rgb(17, 6, 87);
    color: red;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    font-family: digitalClock-font;
    border: 2px solid #000;
    letter-spacing: 2px;
    box-shadow: inset 0 0 5px #fff;
}
.meter-graph-container {
    height: 300px;
    width: 100%;
    overflow: visible;
}
.graph-header {
    padding: .5rem .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(30, 57, 57);
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.graph-head-title {
    color: #fff;
    font-size: 25px;
}
.graph-header .filter {
    display: flex;
    gap: 10px;
}
.graph-header .filter label {
    color: #fff;
}
.graph-header .filter select, .graph-header .filter input {
    padding: .4rem .5rem;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.graph-view {
    width: 100%;
    height: 300px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
}
.graph-view canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
}

/* Popup modal  */

.popUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0, 0, 0.9);
    z-index: 9999;
}
.popUp.close{
    display: none;
}
.modal-box {
    width: 500px;
    background-color: #fff;
    /* box-shadow: 0 0 5px 5px #000; */
    position: relative;
    border: 4px solid #16a085;
    padding: 2rem 0;
    padding-bottom: 4rem;
}
.modal-box.close {
    display: none;    
}
.modal-box.open {
    display: block;    
}
.modal-box .form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 2rem;
    overflow-y: scroll;
    height: 100%;
}
.modal-box .form .field {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.modal-box .form .field label {
    font-size: 20px;
}
.modal-box .form .field select, .modal-box .form .field input {
    padding: 0.5rem 10px;
    font-size: 16px;
    border: 2px solid #000;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
.popBtn{
    position: absolute;
    bottom: 0.8rem;
    padding: 0.7rem 1.8rem;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    outline: none;
    border: 2px solid #000;
    box-shadow: 0 0 10px #000;
    cursor: pointer;
    transition: .2s;
}
.modalClose {
    right: 2rem;
    background-color: red;
}
.setTimerBTnPopUp{
    left: 2rem;
    background-color: #1289A7;
}
.popBtn:hover {
    box-shadow: 0 0 40px #000;   
    transform: scale(1.1); 
}
.popUp .modal-box .form .adminLink {
    color: #fff;
    font-size: 18px;
}
.popUp .modal-box .form .adminBtn {
    padding: 0.7rem 0;
    text-align: center;
    border: 2px solid #000;
    box-shadow: 0 0 10px #000;
}
.popUp .modal-box .form .adminBtn:hover {
    box-shadow: 0 0 20px #000;
}


.member-login-container{
	height: 100vh;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 0 20px;
    position: relative;
    background-color: rgb(11, 6, 49);
}
.member-login-container.disabled::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
}
.member-login-container.disabled::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 2;
    border: 5px solid rgb(152, 152, 152);
    border-right-color: transparent;
    border-radius: 50%;
    animation: loading .8s ease-in infinite;
}
@keyframes loading {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}    
}
.member-login-container .form-sec{
	width: 40%;
	height: 500px;
	background: var(--blue-color-static);
}
.member-login-container .form-sec h1{
	margin-top: 2rem;
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: 400;
}
.member-login-container .form-sec span{
    display: block;
	text-align: center;
	color: #fff;
	margin-top: 0.5rem;
	letter-spacing: 3px;
	opacity: .7;
}
.member-login-container .form{
	display: block;
	width: 320PX;
	margin:  0 auto;
	margin-top: 2rem;
	color: #fff;
}
.member-login-container .field-holder{
	margin-top: 2rem;
}
.member-login-container .field-holder label{
	font-size: 16px;
	font-weight: 600;
}
.member-login-container .field{
	margin-top: 1rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #12CBC4;
	height: 40px;
	padding: 0 15px;
	border-radius: 5px;
}
.member-login-container .field input{
	width: calc(100% - 40px);
	height: 100%;
	background: transparent;
	outline: none;
	border: none;
	color: var(--static-pink);
	font-size: 14px;
	letter-spacing: 1px;
}
.member-login-container .field input::placeholder{
	color: #fff;
	opacity: .5;
	font-size: 12px;
}

.member-login-container .btn{
	padding: .8rem 0;
	width: 100%;
	text-align: center;
	border-radius: 20px;
	box-shadow: none;
	cursor: pointer;
	text-transform: uppercase;
	color: #000;
}
.member-login-container .loginBtn{
	margin-top: 3rem;
	background: #f5daa5;
}
.member-login-container .loginBtn:hover {
    box-shadow: 0 0 20px #000;
}

.right-container.dataLog_mainContainer {
    align-items: start;
    background: #fff;
    padding: 1rem 0;
    overflow: hidden;
    height: 100%;
}
.dataLog_container {
    width: 90%;
    height: 100%;
    overflow: visible;
}
.datalogControler {
    width: 100%;
    display: flex;
    padding: 1rem 0;
    justify-content: center;
    gap: 1rem;
}
/* .datalogControler .btn{

} */
.datalog_Table {
    width: 100%;
    overflow: scroll;
    height: calc(100% - 75px);
    overflow-x: hidden;
}
.datalog_Table thead th {
    position: sticky;
    top: 0px;
}
.datalog_Table table {
    border-collapse: collapse;
    width: 100%;
}
.datalog_Table th,
.datalog_Table td {
    padding: 8px 16px;
    border: 1px solid #ccc;
}
.datalog_Table th {
    background: #eee;
}