/* #Bar,
html,
body {
    width: 100%;
}

#Bar {
    height: 50%;
} */
/*=============== GOOGLE FONTS ===============*/
/* @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap"); */
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&display=swap');
/*=============== VARIABLES CSS ===============*/
:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --gradient-color-red: linear-gradient(90deg, 
                          hsl(7, 89%, 46%) 15%,
                          hsl(11, 93%, 68%) 100%);
  --gradient-color-orange: linear-gradient(90deg, 
                           hsl(22, 89%, 46%) 15%,
                           hsl(54, 90%, 45%) 100%);
  --gradient-color-yellow: linear-gradient(90deg, 
                           hsl(54, 89%, 46%) 15%,
                           hsl(92, 90%, 45%) 100%);
  --gradient-color-green: linear-gradient(90deg, 
                          hsl(92, 89%, 46%) 15%,
                          hsl(92, 90%, 68%) 100%);
  --text-color: #fff;
  --body-color: hsl(0, 0%, 11%);
  --container-color: hsl(0, 0%, 9%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: 'Rubik', sans-serif;

  --biggest-font-size: 2.5rem;
  --normal-font-size: .938rem;
  --smaller-font-size: .75rem;
}

/* Responsive typography */
/* @media screen and (min-width: 968px) {
  :root {
    --biggest-font-size: 2.75rem;
    --normal-font-size: 1rem;
    --smaller-font-size: .813rem;
  }
} */

/*=============== BASE ===============*/
/* * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
} */

body {
  /* font-family: var(--body-font); */
  /* font-family: 'Dancing Script', cursive; */
  font-family: 'Muli', sans-serif;
  font-size: var(--normal-font-size);
  /* background-color: var(--body-color); */
  /* color: var(--text-color); */
  color: #827979;
  /* background-image: url("roman-odintsov.jpg"); */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #16113A;
}

/* table fade */
#dashboard-table{
  transition:opacity 1.5s ease; /* Sets up CSS transitioning */
  opacity:1;
}
/* dashboard list box shadow */
.dashboard-list, #table-font, #detail-alert-sentTo, #detail-alert-box, .bn30, .users-card, #dashboard-shadow, .popup-box, #list-detail-btn, #rate-exc-btn, #rate-good-btn, #rate-norm-btn, #rate-poor-btn, #rate-vpoor-btn, #feedback-paper-btn, #feedback-soap-btn, #feedback-handdryer-btn, #feedback-spray-btn, #feedback-handwash-btn, #loc-user, #user-profile-img, .skeleton-chart, .skeleton-card, .skeleton-map, .skeleton-table, .skeleton-loc-table, .skeleton-node-table{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .dashboard-list, #table-font, #dashboard-table, #fac-fault-table, #node-fault-table, #detail-fault-table, #detail-alert-sentTo, #detail-alert-box, .bn30, #users-table, .users-card{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
/* navbar header */
#offcanvas-header{
  color: white;
}

@media only screen and (max-width: 359px) {
  #Bar, #lineChart {padding-top: 20px;width: 100%; height: 400px;}
  #facility-chart, #node-chart {width: 100%; height: 400px;}
  #battGuage {padding: 5%;width: 100%; height: 300px;}
  #offcanvasNavbar {width: 200px;}
  #pac-input {width: 30%;}
  .battery__card {margin-left: 5%;}
  .xs{width: 50%;}
  #map{height: 300px;}
  .autocomplete-items{ left: 0}
  #table-font, #dashboard-table, #fac-fault-table, #node-fault-table, #detail-fault-table, #detail-alert-sentTo, #users-table{font-size: x-small;}
  h4, h5{font-size: medium;}
  #fac-image{width: 100px; height: 100px;}
  #offcanvas-header{font-size: medium;}
  #breadcumb-parent{font-size: small;}
  #list-detail-btn{font-size: x-small; }
  #traffic-chart, #bin-chart, #Air-chart, #alerts-chart{width: 120px; height: 150px;}
  /* #detail-alert{padding-left: 15px; padding-right: 15px;}
  #chartParent{padding-left: 15px; padding-right: 15px;} */
}
@media only screen and (min-width: 360px) {
  #Bar, #lineChart {padding-top: 20px;width: 100%; height: 400px;}
  #facility-chart, #node-chart {width: 100%; height: 400px;}
  #battGuage {padding: 5%;width: 100%; height: 300px;}
  #offcanvasNavbar {width: 200px;}
  .battery__card {margin-left: 5%;}
  .xs{width: 50%;}
  #map{height: 300px;}
  #pac-input {width: 30%;}
  .autocomplete-items{ left: 0}
  #table-font, #dashboard-table, #fac-fault-table, #node-fault-table, #detail-fault-table, #detail-alert-sentTo, #users-table{font-size: x-small;}
  h4, h5{font-size: medium;}
  #fac-image{width: 100px; height: 100px;}
  #offcanvas-header{font-size: medium;}
  #breadcumb-parent{font-size: small;}
  #list-detail-btn{font-size: x-small;}
  #traffic-chart, #bin-chart, #Air-chart, #alerts-chart{width: 120px; height: 150px;}
  /* #detail-alert{padding-left: 15px; padding-right: 15px;}
  #chartParent{padding-left: 15px; padding-right: 15px;} */
}
@media only screen and (min-width: 400px) {
  #Bar, #lineChart {padding-top: 20px;width: 100%; height: 400px;}
  #facility-chart, #node-chart {width: 100%; height: 400px;}
  #battGuage {padding: 5%;width: 100%; height: 300px;}
  #offcanvasNavbar {width: 200px;}
  .battery__card {margin-left: 5%;}
  .xs{width: 50%;}
  #map{height: 300px;}
  #pac-input {width: 30%;}
  .autocomplete-items{ left: 0}
  #table-font, #dashboard-table, #fac-fault-table, #node-fault-table, #detail-fault-table, #detail-alert-sentTo, #users-table{font-size: x-small;}
  h4, h5{font-size: medium;}
  #fac-image{width: 100px; height: 100px;}
  #offcanvas-header{font-size: medium;}
  #breadcumb-parent{font-size: small;}
  #list-detail-btn{font-size: x-small;}
  #traffic-chart, #bin-chart, #Air-chart, #alerts-chart{width: 120px; height: 150px;}
  /* #detail-alert{padding-left: 15px; padding-right: 15px;}
  #chartParent{padding-left: 15px; padding-right: 15px;} */
}
@media only screen and (min-width: 480px) {
  #Bar, #lineChart {padding-top: 20px;width: 100%; height: 400px;}
  #facility-chart, #node-chart {width: 100%; height: 400px;}
  #battGuage {padding: 5%;width: 100%; height: 300px;}
  #offcanvasNavbar {width: 250px;}
  .battery__card {margin-left: 5%;}
  .xs{width: 33.33%;}
  #map{height: 300px;}
  #pac-input {width: 30%;}
  .autocomplete-items{ left: 35%}
  #table-font, #dashboard-table, #fac-fault-table, #node-fault-table, #detail-fault-table, #detail-alert-sentTo, #users-table{font-size: small;}
  h4, h5{font-size: medium;}
  #fac-image{width: 100px; height: 100px;}
  #offcanvas-header{font-size: medium;}
  #breadcumb-parent{font-size: small;}
  #list-detail-btn{font-size: x-small;}
  #traffic-chart, #bin-chart, #Air-chart, #alerts-chart{width: 150px; height: 150px;}
  /* .xs{width: 50%;} */
  /* #detail-alert{padding-left: 15px; padding-right: 15px;}
  #chartParent{padding-left: 15px; padding-right: 15px;} */
}
@media only screen and (min-width: 768px) {
  #Bar, #lineChart {padding-top: 20px;width: 100%; height: 600px;}
  #facility-chart, #node-chart {width: 100%; height: 600px;}
  #battGuage {padding: 5%;width: 70%; height: 400px;}
  #offcanvasNavbar {width: 250px;}
  #map{height: 400px;}
  /* .battery__card{width: 312px;} */
  /* .col-sm-4{width: 100%;} */
  .xs {width: 16.67%;}
  #pac-input {width: 50%;}
  #fac-image{
    width: 150px;
    height: 150px;
  }
  .autocomplete-items{ left: 35%}
  #table-font, #dashboard-table, #fac-fault-table, #node-fault-table, #detail-fault-table, #detail-alert-sentTo, #users-table{font-size: small;}
  h4, h5{font-size: large;}
  #offcanvas-header,#breadcumb-parent{font-size: large;}
  #traffic-chart, #bin-chart, #Air-chart, #alerts-chart{width: 200px; height: 150px;}#traffic-chart, #bin-chart, #Air-chart, #alerts-chart{width: 200px; height: 150px;}
}
@media only screen and (min-width: 1024px) {
  #Bar, #lineChart {padding-top: 20px;width: 100%; height: 600px;}
  #facility-chart, #node-chart {width: 100%; height: 600px;}
  #battGuage {width: 40%; height: 400px;}
  #offcanvasNavbar {width: 250px;}
  #map{height: 400px;}
  /* .battery__card{zoom: 1.5;} */
  .xs {width: 16.67%;}
  #pac-input {width: 50%;}
  #fac-image{
    width: 150px;
    height: 150px;
  }
  .autocomplete-items{ left: 35%}
  #table-font, #dashboard-table, #fac-fault-table, #node-fault-table, #detail-fault-table, #detail-alert-sentTo, #users-table{font-size: small;}
  #offcanvas-header,#breadcumb-parent{font-size: large;}
  #traffic-chart, #bin-chart, #Air-chart, #alerts-chart{width: 200px; height: 150px;}
  /* .dashboard-list{width: 500px;} */
}
@media only screen and (min-width: 1200px) {
  #Bar, #lineChart {padding-top: 20px;width: 100%; height: 600px;}
  #facility-chart, #node-chart {width: 100%; height: 600px;}
  #battGuage {width: 40%; height: 400px;}
  /* #offcanvasNavbar {width: 25%;} */
  #map{height: 400px;}
  /* .battery__card{zoom: 1.5;} */
  .xs {width: 16.67%;}
  #pac-input {width: 50%;}
  #fac-image{
    width: 150px;
    height: 150px;
  }
  .autocomplete-items{ left: 35%}
  #table-font, #dashboard-table, #fac-fault-table, #node-fault-table, #detail-fault-table, #detail-alert-sentTo, #users-table{font-size: small;}
  #offcanvas-header,#breadcumb-parent{font-size: large;}
  #traffic-chart, #bin-chart, #Air-chart, #alerts-chart{width: 200px; height: 150px;}
}
@media only screen and (min-width: 1440px) {
  #Bar, #lineChart {padding-top: 20px;width: 100%; height: 600px;}
  #facility-chart, #node-chart {width: 100%; height: 600px;}
  #battGuage {width: 40%; height: 400px;}
  #offcanvasNavbar {width: 250px;}
  #map{height: 450px;}
  /* .battery__card{zoom: 1.5;} */
  #pac-input {width: 50%;}
  #fac-image{
    width: 150px;
    height: 150px;
  }
  .autocomplete-items{ left: 35%}
  #table-font, #dashboard-table, #fac-fault-table, #node-fault-table, #detail-fault-table, #detail-alert-sentTo, #users-table{font-size: large;}
  #offcanvas-header,#breadcumb-parent{font-size: large;}
  #traffic-chart, #bin-chart, #Air-chart, #alerts-chart{width: 200px; height: 150px;}
}
#dashboard-header-row{
  height: 25%;
  width: 100%;
}
#ring-guage, #pie-chart{
  width: 100%;
  height: 100%;
}
#air-quality-female-toilet-barChart, #sensor-for-female-toilet-barChart {
  cursor: pointer;
}
#Auth{
    position: absolute;
    bottom: 5;
    right: 0;
    text-align: right;
}
#feedbacks-img {
    object-fit: contain; 
}
.search-btn {
    position: absolute;
    right: 35;
}
.count_top {
  color: #73879C;
  font-weight: 400;
  line-height: 1.471;
}
.count{
  color: #73879C;
  font-size: 30px;
  line-height: 47px;
  font-weight: 600;
}
.count_bottom{
  color: #73879C;
  font-size: 13px;
}
.tile_stats_count {
  content: "";
  /* position: absolute;
  left: 0;
  height: 65px; */
  border-right: 2px solid #ADB2B5;
  margin-top: 10px;
}
.green {
  color: #1ABB9C;
}
.red {
  color: #E74C3C;
}
/* #map {
  height: 100%;
} */
#pie-title, #ring-title{
  font-weight: bold;
  /* text-align: center; */
}

/* Map Search Box */
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  /* width: 400px; */
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

/* end map search box */

#nameError, #macError, #clusterError, #fullNameError, #username-register-error, #email-register-error, #phone-register-error, #user-type-error,
#addrError, #latError, #lonError, #imgLinkError, #updateFacNameError, #updateFacAddrError, #updateFacLatError, #updateFacLonError, #updateImgLinkError, #addLocFacNameError, #addLocNameError, #addLocImgLinkError, #addLocNameError, #addLocFacNameError, #addLocSupervisorError, #addLocCleanerError, #addLocImgLinkError, #updateLocNameError, #updateLocFacNameError, #updateLocSupervisorError, #updateLocClanerError, #updateLocImgLinkError, #addSensorNameError, #addSensorFacNameError, #addSensorLocNameError, #addSensorMACError, #addSensorTypeError, #updateSensorNameError, #updateSensorFacNameError, #updateSensorLocNameError, #updateSensorMACError, #updateSensorTypeError, #addSensorAlertValueError, #feedbackfacnameError, #feedbacklocnameError, #feedbackSupervisornameError, #feedbackCleanernameError
{
  color:hsl(7, 89%, 46%);
  text-align: center;
}

/* #fac-img{
  object-fit: cover;
} */

/* button 85 */
.button-85 {
  padding: 0.6em 2em;
  margin-bottom: 10px;
  margin-left: 10px;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

/* end button 85 */

/* suggestion */
/*the container must be positioned relative:*/
/* #fac-name{
  position: relative;
} */
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  /* top: 100%; */
  /* left: 0; */
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
/* end suggestion */


/* ----- Overview ----- */
.overview-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .overview-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .overview-wrap .button {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }

  .overview-wrap h2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
  }

  .overview-item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px !important;
  }

  #dashboard-header-chart{
    padding-left: 0;
    padding-right: 0;
  }
}

.overview-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1519px) {
  .overview-item {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.overview-item--c1 {
  background-image: -moz-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
  background-image: -webkit-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
  background-image: -ms-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
}

.overview-item--c2 {
  background-image: -moz-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
  background-image: -webkit-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
  background-image: -ms-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
}

.overview-item--c3 {
  background-image: -moz-linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
  background-image: -webkit-linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
  background-image: -ms-linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
}

.overview-item--c4 {
  background-image: -moz-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
  background-image: -webkit-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
  background-image: -ms-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
}

.overview-box .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.overview-box .icon i {
  font-size: 60px;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .overview-box .icon {
      margin-right: 3px;
  }

  .overview-box .icon i {
      font-size: 30px;
  }
}

@media (max-width: 991px) {
  .overview-box .icon {
      font-size: 46px;
  }
}

.overview-box .text {
  font-weight: 300;
  display: inline-block;
}

.overview-box .text h2 {
  font-weight: 300;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5px;
}

.overview-box .text span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .overview-box .text {
      display: inline-block;
  }

  .overview-box .text h2 {
      font-size: 20px;
      margin-bottom: 0;
  }

  .overview-box .text span {
      font-size: 14px;
  }
}

@media (max-width: 991px) {
  .overview-box .text h2 {
      font-size: 26px;
  }

  .overview-box .text span {
      font-size: 15px;
  }
}

.overview-chart {
  height: 115px;
  position: relative;
}

.overview-chart canvas {
  width: 100%;
  /* height: 100%; */
}

/* Button 17 */
/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  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;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

/* bn30 */
.bn30 {
  height: 30px;
  border: 5em;
  cursor: pointer;
  outline: none;
  /* font-size: 16px; */
  -webkit-transform: translate(0);
  transform: translate(0);
  background-image: linear-gradient(45deg, #4568dc, #b06ab3);
  /* padding: 0.7em 2em; */
  padding: 0 1em;
  padding-bottom: 0.2em;
  border-radius: 65px;
  /* box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.438); */
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  color: white;
}

.bn30 .text {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #4568dc, #b06ab3);
  /* background-image: linear-gradient(45deg, #4568dc, #07c827); */
}

.bn30:after {
  content: "";
  border-radius: 18px;
  position: absolute;
  margin: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  /* background: #0e0e10; */
}

.bn30:hover {
  background-image: linear-gradient(-45deg, #4568dc, #b06ab3);
  box-shadow: 0 12px 24px rgba(128, 128, 128, 0.1);
}

.bn30:hover .text {
  background-image: linear-gradient(-45deg, #4568dc, #b06ab3);
}

/* nav tabs */

.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:hover {
  background-color:#14c8d4;
  color: #FFF;
}

/* mute text */
.text-muted {
  color: #8898aa!important;
}

/* info icon */
.material-symbols-outlined {
  margin: .1em;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

/* offcanvas burger icon color */
/* Set the border color */
          
.custom-toggler.navbar-toggler {
  border-color: none;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
  background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* pop up box */
.popup-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.click{
  background: #2981bc;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #0059b3;
  text-decoration: none;
}
.popup-box{
  user-select: none;
  width: 400px;
  background: #f2f2f2;
  text-align: center;
  align-items: center;
  /* padding: 40px; */
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease-in-out;
}
/* .popup-box i{
  font-size: 60px;
  color: #eb9447;
  border: 5px solid #eb9447;
  padding: 20px 40px;
  border-radius: 50%;
  margin: -10px 0 20px 0;
}
.popup-box h{
  font-size: 30px;
  color: #1b2631;
  margin-bottom: 5px;
}
.popup-box label{
  font-size: 23px;
  color: #404040;;
} */
/* .popup-box .btns{
  margin: 40px 0 0 0;
}
.btns .btn1, .btns .btn2{
  background: #999999;
  color: white;
  font-size: 14px;
  padding: 10px 13px;
  border: 1px solid #808080;
  border-radius: 5px;
  text-decoration: none;
}
.btns .btn2{
  background: #ff3333;
  margin-left: 10px;
  border: 1px solid #cc0000;
}
.btn1:hover{
  transition: .5s;
  background: #e60000;
} */

/* breadcrumb */
/* #breadcrumb-li-id a{
  text-decoration: none !important;
  color: inherit !important;
} */
#breadcumb-parent { 
  list-style: none; 
  overflow: hidden; 
  /* font: 18px Helvetica, Arial, Sans-Serif; */
  /* margin: 40px; */
  padding: 0;
}
#breadcumb-parent li { 
  float: left; 
}
#breadcumb-parent li a {
  color: white;
  text-decoration: none; 
  padding: 10px 0 10px 35px;
  background: brown; /* fallback color */
  background: hsla(34,85%,35%,1); 
  position: relative; 
  display: block;
  float: left;
}
#breadcumb-parent li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(34,85%,35%,1);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}	
#breadcumb-parent li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}	
#breadcumb-parent li:first-child a {
  padding-left: 10px;
}
#breadcumb-parent li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
#breadcumb-parent li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
#breadcumb-parent li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
#breadcumb-parent li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
#breadcumb-parent li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
#breadcumb-parent li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
#breadcumb-parent li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
#breadcumb-parent li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
/* #breadcumb-parent li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
} */
/* #breadcumb-parent li:last-child a:after { border: 0; } */
#breadcumb-parent li a:hover { background: hsla(34,85%,25%,1); }
#breadcumb-parent li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }
/* scroll bar */
#facilities-list{
  max-height: 700px;
  overflow-y: scroll;
}
#facilities-list::-webkit-scrollbar, #locations-list::-webkit-scrollbar {
  display: none;
}
#locations-list{
  max-height: 550px;
  overflow-y: scroll;
}
/* rate button */
#rate-exc-btn, #rate-good-btn, #rate-norm-btn, #rate-poor-btn, #rate-vpoor-btn, #feedback-paper-btn, #feedback-soap-btn, #feedback-handdryer-btn, #feedback-spray-btn, #feedback-handwash-btn{
  background-color: transparent;
  border: none;
}
/* fade in text animation */
#feedback-info{
  animation: fadeIntext 5s;
}
@keyframes fadeIntext{
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/* feeback img */
#feedback-img{
  cursor: pointer;
  width: 95%;
  height: 95%;
}

/* star rating */
#rate-exc-btn, #rate-good-btn, #rate-norm-btn, #rate-poor-btn, #rate-vpoor-btn, #feedback-paper-btn, #feedback-soap-btn, #feedback-handdryer-btn, #feedback-spray-btn, #feedback-handwash-btn, #loc-user{
  /* background: white; */
  border-radius: 10px;
}
#rate-img{
  width: 95%;
  height: 95%;
}

/* edit image icon */
#edit-img-icon{
  position: absolute;
  top: 30%;
  left: 45%;
  font-size: 30px;
  opacity: 0;
  cursor: pointer;
}

/* user profile img */
#user-profile-img{
  width: 150px; 
  height: 150px; 
  object-fit: cover;
  border-radius: 10%;
}

/* skeleton start */
.skeleton-chart{
  width: 100%;
  border-radius: 10px;
  padding: 10%;
  height: 17rem;
  /* background-color: gray; */
}
.skeleton-chart-icon{
  width: 30%;
  height: 4rem;
  border-radius: 10%;
  margin-bottom: .5rem;
}
.skeleton-chart-number{
  width: 35%;
  height: 2.5rem;
  margin-bottom: .5rem;
}
.skeleton-chart-text{
  width: 75%;
  height: 2rem;
  margin-bottom: .5rem;
}
.skeleton-chart-chart{
  width: 95%;
  height: 4rem;
}
.skeleton-card{
  width: 100%;
  height: 49rem;
  border-radius: 10px;
  height: 49rem;
  padding: 10%;
}
.skeleton-card-header{
  width: 50%;
  height: 2rem;
}
.skeleton-card-img{
  width: 100%;
  height: 5rem;
}
.skeleton-card-title{
  width: 65%;
  height: 2rem;
  margin-bottom: .5rem;
}
.skeleton-card-text{
  width: 95%;
  height: 1rem;
  margin-bottom: .5rem;
}
.skeleton-map{
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
.skeleton-table, .skeleton-loc-table, .skeleton-node-table{
  width: 100%;
  height: 290px;
  border-radius: 10px;
}
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
/* skeleton end */

