/* Scss Document 01 16-18-1-14-10-1-12  */
@import url("reset.css");
@import url("../fonts/font.css");
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@bold&display=swap');

:root {
  --card-base-height: 200px;
  --banner-h: 150px;
}

/*--- Basic Color Palette ---*/
/* -- Button hover colour --*/
/*-- User icon bg colour --*/
/* -- Button hover color in line button --*/
/* -- AAA pass with bg grey --*/
/* Fonts */
/*-- base font 14px ----*/
/*-- H3 16px ---*/
/*-- H2 18px ---*/
/*-- H1 24px ---*/
/*---- Shadow and others ---*/
/* Scrollbar Styling */



.mapDiv iframe {
  border-radius: 2px;
  width: 100%;
}

.scadamapwidth {
  width: 99%;
}

.cardwidth {
  width: 49.2%;
  margin: 0 0px 0px 0px;
}



.boxbg {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  background: linear-gradient(#38629A 25%, #fff 75%);
  border-radius: 15px;

}

.boxbg:hover {
  box-shadow: 0 3px 20px #002554;
  transform: scale(1.02);
  background: linear-gradient(#002554 10%, #fff 90%);
  transition: 2s;
}


.cardn {
  box-sizing: border-box;
  float: left;
  background: linear-gradient(#38629a 10%, #fff 90%);
  border-radius: 15px;
  border: 1px solid #d0dbec;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.cardn .img-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  height: auto;
}

.cardn .txt {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  display: flex;
  align-items: center;
}

.cardn .txt .title {
  font-size: 95%;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ffffff;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.cardn .txt .title:hover {
  font-size: 95%;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.card-box {
  width: 600px;
}

.cardn .des {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 10px;
  line-height: 20px;
}

.cardn .link-icon {
  width: 24px;
  height: 24px;
  text-align: center;
  color: #9c9b9b;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background 0.5s ease;
}

.cardn .link-icon:hover {

  color: #FFF;
}

.cardn .txt-link {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  display: flex;
  flex-direction: column;
}

.cardn:hover {
  box-shadow: 0 3px 20px #002554;
  transform: scale(1.02);
  background: linear-gradient(#002554 10%, #fff 90%);

  .title {
    color: #fff;
  }

  .fas {
    color: #fff;
  }
}

.cardn.basic {
  background: #FFF;
  transform: none;
  padding: 15px;
}

.cardn.basic:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.cardn.basic .title {
  color: #002554;
}


.cardn.basic1 {
  background: #FFF;
  transform: none;
  padding: 0px;
}

.cardn.basic1:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.cardn.basic1 .title {
  color: #002554;
}

.about-page-rignt-container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}


.cm-image-container{
  display: flex;
  justify-content: space-evenly;
}

.cm-image-container > div img{
  background-color: #EEEADF;
  width: 100px;
  height: 100px;
}

.cm-image-div{
  text-align: center;
}

.cm-image-div > div{
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 4px;
  padding: 4px 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.cm-image-div > div >h3{
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.cm-image-div > div >p{
  font-size: 14px;
  font-weight: 500;
}


.forspan span {
  margin-top: 50px;

}

.dataTables_filter {
  margin-right: 20px;

}

.dataTables_length {
  margin: 0 20px 20px 20px;
  ;
}

.dataTables_info {
  margin: 15px 0 30px 25px;


}

.dataTables_paginate {
  margin: 10px 10px 0 0;
}

.histcardwidth{
  display: flex;
  justify-content: space-between;
}

.histcard {
  width: 100%;
  padding: 5px 0 5px 0px;
  text-align: center;

}


.histcard h3 {
  font-size: 30px;
  color: #fff;
  font-family: viga;
}

.histcard p {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 0px;
  color: #fff;
}

.histcard span {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 0px;
  color: #000;
}

.histcard i {
  font-size: 14px;
  padding: 10px 10px 10px 0;
}

.histcard i:hover {
  color: #000;
}

.canalbox{
  display: flex;
}

.canalbody{
  flex: 1;
  display: flex;
}

.histcardrain {
  width: 100%;
  padding: 5px 0 5px 0px;
  text-align: center;
  margin: 0px 0 20px 0;
  display: flex;
  flex-direction: column; /* Ensure children stack vertically */
  justify-content: center; 
}

.histcardrain h3 {
  font-size: 18px;
  color: rgb(4, 4, 37);
  font-family: viga;
}

.histcardrain p {
  font-size: 11px;
  line-height: 20px;
  padding-bottom: 0px;
  color: #fff;
  font-weight: bolder;
}

.histcardrain span {
  font-size: 11px;
  line-height: 20px;
  padding-bottom: 0px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: bold;
}

.histcardrain span:hover {
  white-space: nowrap;

  overflow: hidden;
  text-overflow: ellipsis;

  text-align: center;
}



.histcardrain i {
  font-size: 14px;
  padding: 10px 10px 10px 0;
}

.histcardrain i:hover {
  color: #000;
}


.histcarddam {
  width: 100%;
  padding: 5px 0 5px 0px;
  text-align: center;
  margin: 0px 0 30px 0;
}

.histcarddam h3 {
  font-size: 14px;
  color: #fff;
  font-family: viga;
}

.histcarddam p {
  font-size: 11px;
  line-height: 20px;
  padding-bottom: 0px;
  color: #fff;
}

.histcarddam span {
  font-size: 10px;
  line-height: 20px;
  padding-bottom: 0px;
  color: #000;
  font-weight: bold;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: block;
}


.histcarddam i {
  font-size: 14px;
  padding: 10px 10px 10px 0;
}

.histcarddam i:hover {
  color: #000;
}




.myList {
  list-style-type: square;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 5px;
}

/* .pageheading {
  padding: 0px;
  text-align: center;
  text-transform: none;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */

.pageheading {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  position: relative;
}
.pageheading div:first-child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  text-align: center;
  text-transform: none;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.pageheading div:last-child {
  position: absolute;
  right: -90%;
}

.pageheading div:last-child > a{
  color: #fff;
  cursor: pointer;
}

.stationcode {
  text-align: left;
  display: block;
  font-size: small;
  padding: 10px;
  font-weight: bold;
  margin: 0 0 10px 0;


}




.leftalign {
  text-align: right;

}

.bottommargin {
  margin-bottom: 15px;
}

.damselectionheading {
  background: #38629a;
  border-radius: 0px 0px 0px 0px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 0 0 10px;
}

.historical-setect-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.damselectionheading select {
  margin-right: 12px;
}




.damselectionheading1 {
  background: #38629a;
  border-radius: 0px 0px 0px 0px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 0 0 0px;
}

.damselectionheading1 select {
  margin-left: 10px;
}

water-level-box {
  padding: 1px;
  width: 300px;
  border: solid 1px #11aaf3;
  border-radius: 2px;
}

.barrage-name1 {
  background: #38629a;
  border-radius: 0px 0px 15px 15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
}

.barrage-name1:hover {
  background: #002554;
}

.barrage-name1 a {
  text-decoration: none;
  color: #bdbdbd;
}

.barrage-name {
  background: #38629a;
  border-radius: 15px 15px 0px 0px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: uppercase;
}

.barrage-name-Excel-upload {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #38629a;
    border-radius: 15px 15px 0px 0px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 20px;
}

.barrage-name-Excel-upload > div:first-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}

.barrage-name-Excel-upload > div:last-child {
    margin-left: auto;
    margin-right: 20px;
    font-size: 18px;
    cursor: pointer;
}


.Scada-barrage-name-2 {
  background: #38629a;
  border-radius: 15px 15px 0px 0px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.Scada-barrage-name-2 > label{
  font-size: 12px;
  text-transform: lowercase;
  letter-spacing: 1.2px;
}

.Scada-name{
  border-radius: 0px 0px 15px 15px;
  /* height: 50px; */
  /* line-height: 50px; */
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.scada-top-container{
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  row-gap: 23px;

}

.scada-reservoir-container{
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.Scada-Groundwater {
  border-radius: 15px 15px 0px 0px;
  /* height: 50px; */
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.Scada-bottom-chart{
  margin-top: 2rem;
  height: 340px;
  /* border: 1px solid red; */
  background-color: #FFF;
  box-shadow: 0px 0px 6px 0px #00000026;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
  font-size: 12px;
}

.level-detail {
  display: flex;
  text-align: left;
  font-family: viga;
  padding: 20px 10px 20px 10px;

}


.l-detail-info {
  flex: 1;
}

.l-detail-info .l-info-data:last-child {
  border-bottom: 0px;
}

.water-level {
  width: 100px;
  padding: 20px 0 0 10px;
  text-align: center;
}

.water-level h3 {
  font-size: 25px;
}

.water-level p {
  font-size: 12px;
  line-height: 18px;
}

.water-level i {
  font-size: 30px;
  padding: 10px 0 0 0;
}

.water-level i:hover {
  color: #000;
}

.water-level2 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.water-level2 h3 {
  font-size: 25px;
  padding-bottom: 5px;
}

.l-info-data {
  display: flex;
  border-bottom: solid 1px #CCCCCC;

  padding-left: 20px;
}

.l-info-data span {
  flex: 1;
  display: block;
  line-height: 40px;
  font-family: viga;
}


.numfont {
  font-family: 'Raleway', sans-serif;
}

.ralefont {
  font-family: 'Raleway', sans-serif;
}

.myheadclass {
  margin: 25px 30px 0 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  line-height: 18px;

}

.tophead {
  background: #38629a;
  padding: 5px 20px;
  color: #fff;

}

.headcenter {
  margin: 15px 0 15px 110px;
}

.mybtn {
  background: #002554;
  padding: 10px 10px;
  margin: 10px 10px;
  width: 25%;
}

.TxtTitle{
  display: flex;
  justify-content: space-between;
}

.mytitle {
  font-size: x-large;
  font-family: viga;
  color: #3b6ea0;
}

.mytitless{
  font-size: medium;
  font-family: viga;
  color: #3b6ea0;
}

.textjusti {
  text-align: justify;
  line-height: 30px;
  font-weight: 400;
  /* font-family: raleway; */
}

.slider-image-about-page{
  height: 300px;
  margin: auto;
  position: relative;
  width: 90%;
  display: grid;
  place-items: center;
}

.sider-track-aboutPage{
  background-image: url(https://water.rajasthan.gov.in/wr/assets/images/website/bg-patter-1.jpg);
  display: flex;
  width: calc(400px * 44);
  animation: scroLL 20s linear infinite;
}

@keyframes scroLL {
  0%{
    transform: translateX(0);
  } 
  100%{
    transform: translateX(calc(-300px * 9));
  } 
}



.slide-image-about-page{
  height: 400px;
  width: 400px;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 100px;
}

.slide-image-about-page img{
  width: 100%;
  height: auto;
  transition: transform 1s;
}

.slide-image-about-page img:hover{
  transform: translateZ(20px);
}

/* Dropdown Button */
.dropdownmargin {
  margin: -3px 11px 0 11px;
}

.dropbtn {

  background-color: #fff;
  border: none;
  color: #000;
  font-size: 13px;
  padding: 5px;
  border-radius: 5px;

}

.dropbtn:hover {

  background-color: #38629a;
  border: none;
  color: #fff;
  font-size: 13px;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  margin-top: 0px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #38629a;
  color: #fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #38629a;
}




.mymargin {
  margin: 0 0 0 20px;
}

.myfontsize {
  font-size: small;
}

.mapbox {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 20px rgba(20, 122, 214, 0.24);
}

/*# sourceMappingURL=style.css.map */

.selectwidth {
  width: 200px;
}

.selectwidth1 {
  width: 200px;
}

.tablewidth {
  width: 600px;
}

.leftmenu {
  border: 1px #000 solid;
  background: #38629a;
  width: 94%;
  margin: 10px;


}

.leftmenu:hover {
  border: 1px #ffffff solid;
  background: #002554;


}

.leftmenu a {
  color: #fff;
  text-decoration: none;
  padding: 20px;
  display: block;

  font-size: 22px;
  text-transform: uppercase;

}

.histablediv {
  width: 100%;
  height: 684px;
  overflow: auto;
}

.histablediv::-webkit-scrollbar{
  width: 5px;
}

.thwidth {
  width: 80px;
}

.colmargin {
  margin: 0 0 0 20px;
  width: 95%;
}

/*
.sidebarrain{
    
    width: 100%;
    height: 100%;
    left: 0;
    background: #7ec8fc;

}
.sidebarrain .text{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}

nav ul{
    background: #002554;
    height: 100%;
    width: 100%;
}
nav ul li{ 
    line-height: 70px;
    border-bottom: 2px solid #ffffff;
   
     

}
nav ul li a{
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding-left: 40px;
    width: 100%;
    display: block;
    
} 
nav ul li a:hover{
    color: rgb(255, 239, 239);
    background: #3b6ea0;

}
nav ul ul{
    position: static;
    display: none;
}
nav ul .dist-show.show{
    display: block;
}

nav ul .basi-show.show1{
    display: block;
}

nav ul .stat-show.show2{
    display: block;
}
nav ul ul li{
    line-height: 40px;
    border-bottom: none ;
}
nav ul ul li a{
    font-size: 16px;
    color: #ff3a09;
    padding-left: 80px;
}

nav ul li a span{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: trasform 0.04s;
    
    
}
nav ul li a span.rotate{
    transform: translateY(-50%) rotate(180deg);
}*/

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.pl5 {
  padding-left: 10px;
}

.pr5 {
  padding-right: 10px;
}

.pt5 {
  padding-top: 5px;
}


.menu-rain-wrap {
  display: block;
  flex-direction: column;
  padding: 10px;
}

.menu-rain-wrap .link {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #000;
}

.menu-rain-wrap .link:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.menu-rain-wrap .link:last-child {
  border: none;
}

.menu-rain-wrap .menu-main1 {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  width: 100%;
  background: #38629a;

}

.menu-rain-wrap .menu-list1 {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.menu-rain-wrap .accordion-wrap {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.menu-rain-wrap .accordion-wrap .acor-title {
  position: relative;

}

.menu-rain-wrap .accordion-wrap .acor-title::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 15px;
  background-size: 100%;
  background-image: url("../images/plus.svg");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9;
}

.menu-rain-wrap .accordion-wrap .acor-title.minus::before {
  background-image: url("../images/minus.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.menu-rain-wrap .accordion-wrap .acor-title .title1 {
  position: relative;

}

.menu-rain-wrap .accordion-wrap .acor-content {

  display: none;
}

.menu-rain-wrap .accordion-wrap .acor-content .sub-link {


  background-color: #12ff1e;

}


.sub-link a {
  color: #fff;
  padding: 0px;
  border-bottom: 1px solid #fff;
  background: #002554;
  padding: 15px 0 15px 35px;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;

}

.sub-link a:hover {
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  background: #38629a;

}


.title1 {
  font-size: 25px;
}

.title1 a {
  text-decoration: none;
  color: #fff;
}

h2.title1 {
  padding: 25px;
}

.list {
  display: block;
}

a.list {
  text-decoration: none;
}

.acor-title {
  border-bottom: 2px solid #fff;
}

.acor-title1 {
  border-bottom: 2px solid #fff;
}

.headertestm {
  margin: 10px 0 0 20px;
}

.width98 {
  width: 98%;
}

.selectcss select {
  width: 400px;
  background: none;
  color: #fff;
  border: 0;
  margin: 25px;
  font-size: 25px;
}

.selectcss select option {
  background: #fff;
  color: #38629a;
  border: 5px solid #fff;
}

.Selmarginleft {
  margin-right: 10px;
}


.divforfilter {
  border-top: #38629a solid 1px;
  padding: 15px 0 0 0;

}

.rtselectbttn {
  float: left;

  background: #38629a;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.rtselectbttn select {
  border: none;
  background: none;
  width: 200px;
  padding: 10px;
  color: #fff;
}

.rtselectbttn select option {

  color: #000000;
}


.keylink1 {
  float: right;
  margin: 0px 12px 0 0;
}

.keylink1 select {
  margin: 0px 15px 0 0;
  padding: 4px 8px;
  background: #b6d2f8;
  border: none;
  font-size: small;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
}

.keylink {
  float: right;
  margin: 0px 5px 0 0;
}

.stationcodediv {
  float: left;
  margin: 5px 10px 0 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  background: #b6d2f8;
  line-height: 0;
  color: #000;
  padding: 19px 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.stationcodediv:hover {
  color: #fff;
  background: #2196F3;
}



.keylink select {
  margin: 0px 0px 0 0;
  padding: 4px 8px;
  background: #b6d2f8;
  border: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  font-size: small;
}

.othertagdiv {
  float: right;





}



.searchdiv {
  float: left;
  margin: 0px 0px 10px 0;


}


form.example input[type=text] {
  padding: 5px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 300px;
  background: #fff;
}

form.example button {
  float: left;
  width: 30px;
  padding: 5px;
  background: #fff;
  color: #2196F3;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.mft {
  margin: 60px 0 0 0;
  border-top: #000 solid 1px;
  padding: 20px 0 0 0;
}

.croxfilter {
  margin: 10px 0 15px 20px;
  float: left;
}

.croxfilter span {
  background: #cde4f7;
  padding: 5px;
  margin: 0 10px 0 0;
  font-size: 11px;
}

.rightsidemap {
  float: right;
  margin: 5px 10px 0 0;
  font-size: 16px;
  padding: 5px;
}

.rightsidemap h3 {
  float: left;
  margin: -10px 10px 0 0;

}

.rightsidemap span {
  margin: 0px 0px 0 0;

}

/* taggel button */

.switch1 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch1 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}




/*==================CUSTOM GRID=============*/
.wrd-row {
  display: flex;
  clear: both;
  gap: 15px;
}

.wrd-col {
  flex: 1;

}

/*==================CUSTOM GRID=============*/

.rainfallmapdiv {
  color: #000;
  height: 555px;
}

.ground-Water-map-div{
  color: #000;
  height: 523px;
}

.rtdasmapdiv {
  color: #000;
  height: 504px;
}


.dammapdiv {
  color: #000;
  height: 562px;
}


.canalmapdiv{
  color: #000;
  height: 502px;
}

.tablewidthdam {
  overflow: auto;
  width: 96.5vw;
}

.rtdasbutn {
  width: 100%;

}









/*==================Rain fall left menu tree start=============*/


.lefttreemenu {
  /* height: 558px; */
  /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15); */
  /* padding: 0 0 10px 0; */
  width: 237px;
  white-space: nowrap;
}

.lefttreemenudam{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.20);
  width: 237px;
  white-space: nowrap;
}

.lefttreemenuCanal {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.20);
  width: 237px;
  white-space: nowrap;
  
}

.containerdiv {
  font-size: 18px;
  width: 100%;
}

.dam-right-side-chart{
  height: 329px;
}

/*==================Rain fall left menu tree end=============*/


.rainfallyear {
  background: #38629a;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  padding: 8px;
  margin: 0 0 10px 0;

}

.rainfallyear select {
  border: 1px solid #9cd1f7;
  width: 150px;
  padding: 8px;
  background: #38629a;
  color: #fff;
  margin: 0 0 0 10px;

}

.prenxt {
  float: right;

}

.prenxt i {
  font-size: 18px;
  color: #f1f1f1;
  margin: 3px 5px 0 0px;
  background: #38629a;
  padding: 5px 8px;

}

.prenxt i:hover {
  background: #b6d2f8;
  box-shadow: 5px 10px 16px 0 rgba(0, 0, 0, 0.25);
  color: #000;

}

.rainfalldata1 {
  background: #38629a;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  margin: 5px 0 0 0;
  color: #fff;

}

.rainfalldata1 p {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding: 12px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 340px;
}

.rainfalldata2 {
  background: #b6d2f8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  margin: 5px 0 0 0;
  color: #000;
}

.rainfalldata2 p {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding: 12px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.rainrightbtn {
  background: #949393;
  text-align: center;

  margin: 10px 0 0 0;

}

.rainrightbtn a {
  text-decoration: none;
  line-height: normal;
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding: 15px 16px;


}

.rainrightbtn a:hover {
  color: #fff;
}

.rainrightbtn:hover {

  background: #2d6bbb;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);

}

/*==================Rain fall left menu tree end============
.box {
  display: block;  
  background: lightblue;
  margin-bottom: 1em;
}

#fade-in {
  height: 150px;
  width: 1px;
  opacity: 0;
  transition: all .75s ease;
}

#fade-in.show {
  opacity: 1;
  height: 150px;
  width: 500px;
}=*/

.tooltip{
  position: relative;
}

.tooltiptext{
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  left: 50%;
  top: 0;
  white-space: nowrap;
  transform: translateX(-50%);
  background-color: #B6D2F8;
  padding: 8px 15px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.tooltiptext::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%) rotate(45deg);
  border: 8px solid;
  border-color: #B6D2F8 #B6D2F8 #B6D2F8 #B6D2F8;
}

.tooltip:hover .tooltiptext{
  top: -35px;
  visibility: visible;
  opacity: 1;
}

.dataviewbtn h2 {
  text-align: center;
  font-size: 25px;
  margin: 5px 0 10px 0;
  background: #38629a;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  cursor: pointer;
  border: 2px solid #38629a
}

.dataviewcanalbtn h2{
  text-align: center;
  font-size: 22px;
  margin: 5px 0 10px 0;
  background: #38629a;
  color: #fff;
  padding: 18px 0;
  width: 100%;
  cursor: pointer;
  border: 2px solid #38629a
}


details {
  padding: 12px 0 0px 16px;
  position: relative;
  outline: none;
}

details:focus,
details:active {
  outline: none;
}

details:last-child:before {
  height: 16px;
}

/*
details:before {
  content: "";
  position: absolute;
  height: 100%;
  top: -8px;
  border-left: 1px dotted;
}

details summary::before {
  content: "";
  position: absolute;
  width: 0px;
  top: 16px;
  left: 16px;
  border-bottom: 1px dotted;
}

*/




details[open]>summary::before {
  width: 16px;
}

details[open]>summary i::before {
  content: "";
}

details summary {
  color: #000;
  padding-left: 0px;
  padding-bottom: 8px;
  outline: none;
  border-bottom: 2px solid #fff;
  width: 100%;

}

details summary::-webkit-details-marker {
  display: none;
}



details summary:focus,
details summary:active {
  outline: none;
}

details summary:hover {
  color: #fff;
  cursor: pointer;
}

details summary:hover .selector {
  transition: background-color 0.3s;
  background-color: #38629a;

}

details summary i {
  font-size: 18px;
  margin-left: -22px;
  margin-right: 20px;
  width: auto;
  background: #414042;
  border-radius: 6px;

}

details summary .selector {
  position: absolute;
  top: 0;
  left: -32px;
  right: -300px;
  bottom: 0px;
  padding: 0 0 10px 0;
  height: 40px;
  pointer-events: none;
  background: #b6d2f8;
  width: auto;
  border-bottom: 1px solid #b6d2f8;
  z-index: -1;
}


.cards {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.cards .v-card {
  margin: 10px;
  padding: 5px;
  border-radius: 15px;
  border: 1px solid #d0dbec;
  width: 300px;
  border-bottom-color: #389ca9;
}

.cards .v-card .title {
  padding: 10px;
}

.v-card > h3{
  text-align: center;
}


.btn-t {
  background: rgba(0, 0, 0, 0);
  padding: 5px;
  border: 1px solid #537083;
  border-radius: 5px;
  outline: none;
  margin: 2px;
  color: #000;
  transition: background 0.5s ease;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  border-color: transparent;
}

.btn-t.danger {
  border-color: #d10038;
}

.btn-t:hover {

  color: #FFF;
  background: #38629a;
  cursor: pointer;
}

.btn-t:disabled {
  opacity: 0.5;
  cursor: default;
}

.btn-t:disabled:hover {
  background: rgba(0, 0, 0, 0);
  color: #000;
}

.meta {
  display: flex;
}

.meta .meta-box {

  padding: 5px 10px;
  box-sizing: border-box;
}

.meta .meta-box.bgc01 {
  background-color: #3b6ea0;
}

.meta .meta-box.bgc02 {
  background-color: #154d49;
}

.meta .meta-box.txt {

  color: #FFF;
}

.meta .meta-box.txt .title {
  color: #fff;
  margin: 0 0 0 20px;
}

.meta .meta-box.txt .des {
  font-size: 80%;
}

.meta.vertical .meta-box {
  flex-direction: column;
}



.footer {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0 0;
}

.footer .list-h {
  padding: 5px;
}

.footer .list-h .icon {
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.footer .list-h .link {
  text-decoration: none;
  color: #000;
  padding: 0 10px;
}

.item {
  background-color: #FFF;
  box-shadow: 0px 0px 6px 0px #00000026;
  color: #09324D;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
  font-size: 12px;
}

.Rainfall-right-side-chart{
  height: 326px;
}

.boxslide {

  position: absolute;
  left: 350px;
  top: 230px;
  z-index: 1;
  background: lightblue;
  margin-bottom: 1em;
  border-radius: 10px;
}

#fade-in {
  height: 150px;
  width: 1px;
  opacity: 0;
  transition: all .75s ease;
}

#fade-in.show {
  opacity: 1;
  height: 465px;
  width: 792px;
}


.dataviewwidth {
  width: 237px;
}

.distview,
.village-view {
  background: #b6d2f8;
  padding: 8px 4px;
  color: #000;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;

}

.distview input,
.village-view input {
  margin: 0 5px 0 0px;
}

.basin-view {
  font-size: 14px;
  background: #b6d2f8;
  padding: 8px;
  color: #000;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.basin-view input {
  margin: 0 5px 0 0px;
}



.allview {
  background: #7cb0f6;
  padding: 8px 4px;
  color: #000;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;

}

.allview input {
  margin: 0 5px 0 0px;
}

.Scadachartheight{
  height: 400px;
}

.chartheight {
  height: 340px;
}

.chartwidth {
  width: 20%;
}


.tele-view {
  font-size: 14px;
  background: #7cb0f6;
  padding: 8px;
  color: #000;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tele-view input {
  margin: 0 5px 0 0px;
}

.searchdiv {
  padding: 10px 0;
}

.searchdiv input {
  border: #fff 1px solid;
  padding: 5px;
  background-color: #7cb0f6;
  color: #000;
  width: 230px;
}


.searchdiv button {
  padding: 5px;
  border: #fff 1px solid;
}

.grphwdth {
  width: 335px;
}


.rainfalllast {
  margin: 10px;
}


.tagline {
  margin: 20px 0 20px 0px;
  font-weight: bold;
  text-align: center;
  float: center;
  font-size: 25px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #09324D;
  text-transform: uppercase;
}

.dis {
  float: left;
}


.logo {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  width: 300px;
}

.logo .img {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.homemapwidth {
  width: 1000px;
}

.cardnwidth {
  width: 235px;
}

.popupdiv {
  box-shadow: 10px 8px 8px 8px #00000026;
  border-radius: 5px;
  background: #dbe7f7;
  color: #000;
  top: 10%;
  right: 23.5%;
  padding: 10px;
  width: 793px;
  position: absolute;
  z-index: 1;
  border: 1px solid #9f9f9f;
}

.popupdiv button {
  float: right;

}

.pagingdiv {
  font-size: small;
  display: inline-flex;
}

.pagingdiv p {
  padding: 0 0 0 5px;
}

.rtsorting {
  float: right;
}


.rtsorting select {
  font-size: small;
  padding: 4px 8px;
  margin: 0 5px 0 0;
}

.rtsorting input {
  background: #fff;
  font-size: small;
  padding: 4px 8px;
  margin: 0 5px;
}

.parent-container-Scadadamphoto{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  margin-bottom: 1rem;
  padding: 15px;
}

.parent-container-Scadadamphoto >span{
  font-size: 16px;
  font-weight: bold;
}

.parent-container-Scadadamphoto >p{
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.container-Scadadamphoto{
  margin-bottom: 1rem;
  padding: 15px;
  overflow: auto;
}


.Scadadamphoto{
  height: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center; 
}


.dam-left-img{
  display: flex;
  flex-direction: column;
  width: 90px;
  /* border: 1px solid red; */  
}


.dam-left-img > label{
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  font-weight: bolder;
}

.dam-center-img{
  position: relative;
  display: flex;
  flex-direction: column;
  /* height: 300px; */
}

.dam-center-img > label{
  font-size: 10px;
  text-align: center;
  margin: 2px 0;
  font-weight: bold;
}

.dam-center-img > img{
  width: 90px; 
}

.dam-right-img{
  display: flex;
  flex-direction: column;
  /* border: 1px solid red;  */
}

.dam-center-damHeight{
  display: flex;
  align-items: center;
}

.dam-center-damHeight > label{
  /* display: inline; */
  width: 90px;
  font-size: 12px;
  text-align: center;
  word-wrap: break-word;
  font-weight: bold;
}


.dam-center-damHeight-child{
  margin-left: 32px;
  display: flex;
}

.dam-damHeight > div{
  width: 90px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.dam-open-gif-scadapage{
  position: absolute;
  left: 20px;
  bottom: 90px;
  width: 46px !important;
  height: 50px !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


@media screen and (max-width: 1680px) {
  .rainfallwidthq {
    width: 540px;
    color: #fff;
  }


  .tablewidthdam {
    overflow: auto;
    width: 96.5vw;
  }

  .canalmapdiv{
    color: #000;
    height: 502px;
  }

  /* .center {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    position: absolute;
    top: 300px;
    z-index: 10;
    left: 500px;
    border-radius: 10px;
  }
  .wave {
    width: 5px;
    height: 100px;
    background: linear-gradient(45deg, cyan, #fff);
    margin: 10px;
    animation: wave 1s linear infinite;
    border-radius: 20px;
  }
  .wave:nth-child(2) {
    animation-delay: 0.1s;
  }
  .wave:nth-child(3) {
    animation-delay: 0.2s;
  }
  .wave:nth-child(4) {
    animation-delay: 0.3s;
  }
  .wave:nth-child(5) {
    animation-delay: 0.4s;
  }
  .wave:nth-child(6) {
    animation-delay: 0.5s;
  }
  .wave:nth-child(7) {
    animation-delay: 0.6s;
  }
  .wave:nth-child(8) {
    animation-delay: 0.7s;
  }
  .wave:nth-child(9) {
    animation-delay: 0.8s;
  }
  .wave:nth-child(10) {
    animation-delay: 0.9s;
  }
  
  @keyframes wave {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  } */

  
/* Background overlay */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-center {
  display: flex;
  gap: 5px;
}
.loader-bar {
  width: 5px;
  height: 30px;
  background: #38629A;
  animation: loader-wave 1s infinite ease-in-out;
}

.loader-bar:nth-child(2) {
  animation-delay: 0.1s;
}
.loader-bar:nth-child(3) {
  animation-delay: 0.2s;
}
.loader-bar:nth-child(4) {
  animation-delay: 0.3s;
}
.loader-bar:nth-child(5) {
  animation-delay: 0.4s;
}
.loader-bar:nth-child(6) {
  animation-delay: 0.5s;
}
.loader-bar:nth-child(7) {
  animation-delay: 0.6s;
}
.loader-bar:nth-child(8) {
  animation-delay: 0.7s;
}
.loader-bar:nth-child(9) {
  animation-delay: 0.8s;
}
.loader-bar:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes loader-wave {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(2);
  }
}

}

@media screen and (min-width: 1530px) {

  .rainfallwidthq {
    flex-basis: 800px;
    color: #fff;
  }
  
}

@media screen and (width <= 1530px){
  .dammapdiv {
    color: #000;
    height: 562px;
  }
  .ground-Water-map-div{
    color: #000;
    height: 502px;
  }
}

@media screen and (width <= 1438px){
  .dammapdiv {
    color: #000;
    height: 542px;
  }
}

@media screen and (max-width: 1458px) {
  .canalmapdiv {
    color: #000;
    height: 488px;
  }
}

@media screen and (max-width: 1344px) {
  .canalmapdiv {
    color: #000;
    height: 464px;
  }
}

@media screen and (max-width: 955px) {
  .selectwidth {
    width: 100px;
  }
  
  .selectwidth1 {
    width: 100px;
  }
}