body {
  background-color: #effffec4;
}

.navbar {
  margin-bottom: 0px;
  padding: 3px 0px 11px 0px;
}

.jstree-leaf {
  /* color: #ea4335; */
  color: #34a853;
}

.jstree-default .jstree-search {
  font-style: italic;
  color: #34a853;
  font-weight: 700;
}

.navbar-nav > li > a {
  color: white !important;
}

.pagination-next-page {
  padding-bottom: 40px !important;
}

.navbar-nav > li > a:hover {
  color: #ff7b74 !important;
  background-color: transparent !important;
}

.dropbtn-report:hover {
  color: #ff7b74;
}

.monthly-form-control {
  width: 74% !important;
}

.alarm-dashboard {
  background-color: #082038;
}

.alarm-dashboard > tr > th {
  border: 1px solid gray;
  color: white;
  padding: 2px;
}

.red-dots {
  background-color: #cd0a0a;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0;
  color: transparent;
}

.green-dots {
  background-color: #187e18;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0;
  color: transparent;
}

.yellow-dots {
  background-color: #fa9100;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0;
  color: transparent;
}

.red-dots-small {
  background-color: #cd0a0a;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0;
  color: transparent;
}

.green-dots-small {
  background-color: #187e18;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0;
  color: transparent;
}

.yellow-dots-small {
  background-color: #fa9100;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0;
  color: transparent;
}

.blink-yellow {
  animation: blinkingBackgroundYellow 1.5s infinite;
}

@keyframes blinkingBackgroundYellow {
  0% {
    background-color: #fa9100;
    box-shadow: 1px 1px 2px gray;
  }

  20% {
    background-color: #ffd08f;
    box-shadow: 1px 1px 2px gray;
  }

  40% {
    background-color: #fa9100;
    box-shadow: 1px 1px 2px gray;
  }

  60% {
    background-color: #ffc97d;
    box-shadow: 1px 1px 2px gray;
  }

  80% {
    background-color: #ff9a0c;
    box-shadow: 1px 1px 2px gray;
  }

  100% {
    background-color: #ffd454;
    box-shadow: 1px 1px 2px gray;
  }
}

.blink-red {
  animation: blinkingBackgroundRed 2s infinite;
}

@keyframes blinkingBackgroundRed {
  0% {
    background-color: #cd0a0a;
    box-shadow: 1px 1px 2px rgb(189, 0, 0);
  }

  20% {
    background-color: #ff7575;
    box-shadow: 1px 1px 2px rgb(189, 0, 0);
  }

  40% {
    background-color: #cd0a0a;
    box-shadow: 1px 1px 2px rgb(189, 0, 0);
  }

  60% {
    background-color: #ff6d6d;
    box-shadow: 1px 1px 2px rgb(189, 0, 0);
  }

  80% {
    background-color: #cd0a0a;
    box-shadow: 1px 1px 2px rgb(189, 0, 0);
  }

  100% {
    background-color: #ff4444;
    box-shadow: 1px 1px 2px rgb(189, 0, 0);
  }
}

.monthly-table {
  background-color: #082038;
  color: white;
}

.power-heading {
  background-color: #ffd4002e;
  border-bottom: 2px solid white;
}

.power-text {
  background-color: rgb(0 128 0 / 17%);
  border-bottom: 2px solid white;
}

.navbar-brand {
  color: #00092e;
  font-weight: bold;
  font-family: sans-serif;
  letter-spacing: 1px;
  padding: 2px 15px;
}

.navbar-brand > p {
  display: contents;
}

.navbar-brand > a > p:nth-child(2) > {
  height: 150px;
}

.navbar-brand > a > p:nth-child(2) > span {
  line-height: 150px;
  font-size: 50px;
}

.navbar-brand > span > img {
  width: 370px;
}

.navbar-brand > span:nth-child(2) {
  font-size: 28px;
}

.panel-body > p > strong > a:hover {
  text-decoration: none;
}

.each-site-dashboard-main > div:first-child {
  padding-left: 0px !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: rgba(238, 238, 238, 0);
}

.search-input-filters > button {
  padding: 3px 5px 3px 5px;
}

.search-input-filters {
  width: 200px;
  border-left: 1px solid silver;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navigation-filters {
  width: 200px;
  border-left: 1px solid silver;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.customerlogin {
  font-weight: bold;
  color: #00092e;
  font-weight: bold;
  font-family: sans-serif;
  letter-spacing: 1px;
}

.nav > li > a {
  padding: 18px 10px 0px 36px !important;
}

.dataTables_length {
  margin-top: 10px;
}

.site-distribution {
  padding: 4% 0 4.9% 0;
  background-color: white;
  box-shadow: 1px 1px 5px #c8c8c8;
}

.site-distribution:hover {
  box-shadow: 2px 2px 5px #e2ffed7d;
}

.live-main-dashboard-area {
  height: 431px;
  overflow-y: scroll;
  border: 1px solid #4892ff;
  padding: 2%;
}

.battery-run-hours-time,
.call-status-time-gap,
.total-dg-run-hours {
  padding: 4% 0 19% 0;
  text-align: center;
  background-color: white;
  box-shadow: 1px 1px 5px #c8c8c8;
}

.battery-run-hours-time:hover,
.call-status-time-gap:hover,
.total-dg-run-hours:hover {
  box-shadow: 2px 2px 5px #e2ffed7d;
  background: #d0e9ff;
  border: 1px solid #bde0ff;
}

.battery-run-hours-time > h4,
.call-status-time-gap > h4,
.total-dg-run-hours > h4 {
  color: #2491d3;
  font-weight: bold;
  font-size: 16px;
}

.battery-run-hours-status {
  padding-top: 23px;
  font-size: 34px;
  -webkit-text-stroke: 1px #009946;
  color: #0fb95f;
  font-weight: 900;
  letter-spacing: 2px;
  font-family: "Bebas Neue", cursive;
  font-family: "Inter", sans-serif;
  font-family: "Noto Sans Miao", sans-serif;
  font-family: "Noto Sans Zanabazar Square", sans-serif;
  font-family: "Orbitron", sans-serif;
}

.call-status-time {
  padding-top: 23px;
  font-size: 34px;
  color: #0fb95f;
  -webkit-text-stroke: 1px #009946;
  font-weight: 900;
  letter-spacing: 2px;
  font-family: "Bebas Neue", cursive;
  font-family: "Inter", sans-serif;
  font-family: "Noto Sans Miao", sans-serif;
  font-family: "Noto Sans Zanabazar Square", sans-serif;
  font-family: "Orbitron", sans-serif;
}

.call-status-time > span {
  color: #de201c;
  -webkit-text-stroke: 1px #9b0100;
}

.site-distribution:hover {
  background: #d0e9ff;
  border: 1px solid #bde0ff;
}

.site-distribution > h4 {
  color: #2491d3;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}

.total-run-hour-time {
  font-size: 34px;
  padding-top: 23px;
  -webkit-text-stroke: 1px #9b0100;
  color: #de201c;
  font-weight: 900;
  letter-spacing: 2px;
  font-family: "Bebas Neue", cursive;
  font-family: "Inter", sans-serif;
  font-family: "Noto Sans Miao", sans-serif;
  font-family: "Noto Sans Zanabazar Square", sans-serif;
  font-family: "Orbitron", sans-serif;
}

.live-dashboard-main {
  background-color: #f6f6f6;
  padding: 0 0 4% 0;
}

.live-dashboard-heading {
  text-align: center;
  margin-top: -45px;
}

.live-dashboard-heading > h3:nth-child(1) {
  letter-spacing: 4px;
  font-weight: 800;
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 5px;
}

.live-dashboard-heading > h3:nth-child(2) {
  color: #0947a3;
  font-weight: 900;
  margin-top: 0;
  font-family: "Bebas Neue", cursive;
  font-family: "Inter", sans-serif;
  font-family: "Noto Sans Miao", sans-serif;
  font-family: "Noto Sans Zanabazar Square", sans-serif;
  font-family: "Orbitron", sans-serif;
}

.headerArea {
  background-image: linear-gradient(
    to right,
    #effffe,
    #acc7d2,
    #133d58,
    #162940,
    #00092e,
    #00092e,
    #00092e
  );
}

.alarm-dashboard-header {
  margin-top: 0px;
}

.navbar-text {
  color: white;
}

.mainLoginAre {
  padding-top: 0;
}

.dashboard-section > div {
  display: inline-block;
  padding: 8px 12px 8px 0px;
}

.watch-time {
  text-align: right;
}

.watch-time > p {
  font-size: 30px;
  -webkit-text-stroke: 1px #898989;
  font-weight: 900;
  color: #929496;
  font-family: "Bebas Neue", cursive;
  font-family: "Inter", sans-serif;
  font-family: "Noto Sans Miao", sans-serif;
  font-family: "Noto Sans Zanabazar Square", sans-serif;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 3px;
}

.main-dashboard-row-first {
  padding-bottom: 1%;
}

.red-state {
  background: #cf0100;
  color: rgb(244, 244, 244);
  padding: 11px;
  font-size: 16px;
}

.green-state {
  background: #009b46;
  color: rgb(244, 244, 244);
  padding: 11px;
  font-size: 16px;
}

.red-tower {
  padding-top: 5px;
}

.red-tower > i {
  color: #cf0100;
  font-size: 20px;
}

.green-tower {
  padding-top: 5px;
}

.green-tower > i {
  color: #009b46;
  font-size: 20px;
}

.live-dashboard-siteId {
  padding-top: 3px;
}

.live-dashboard-siteId > a > b {
  border: 1px solid #0947a2;
  background: #ededed;
  color: #0046ad;
  font-size: 14px;
  width: 127px;
}

.red-voltage {
  padding-top: 3px;
}

.red-voltage > b {
  width: 50px;
  background: #ededed;
  color: #cf0100;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid gray;
}

.green-voltage {
  padding-top: 3px;
}

.green-voltage > b {
  width: 50px;
  background: #ededed;
  color: #009b46;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid gray;
}

.green-eb {
  padding-top: 3px;
}

.green-eb > b {
  border-radius: 10px;
  border: 1px solid gray;
  padding: 2.6px 14px;
  color: #009b46;
}

.red-dg {
  padding-top: 3px;
}

.red-dg > b {
  border-radius: 10px;
  border: 1px solid gray;
  padding: 2.6px 14px;
  color: #cf0100;
}

.red-phone-number {
  padding-top: 3px;
}

.red-phone-number > i {
  border-radius: 26px;
  padding: 6px;
  background: #cf0100;
  color: white;
}

.green-phone-number {
  padding-top: 3px;
}

.green-phone-number > i {
  border-radius: 26px;
  padding: 6px;
  background: #009b46;
  color: white;
}

.green-checkbox {
  padding-top: 3px;
}

.green-checkbox > i {
  border-radius: 26px;
  padding: 4px;
  border: 2px solid #009b46;
  color: #009b46;
}

.dashboard-section {
  background-color: #ededed;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgb(0 0 0 / 0%) 0,
    rgba(0, 0, 0, 0.0001) 100%
  ) !important;
}

.carousel-control.right {
  background-image: -webkit-linear-gradient(
    left,
    rgb(0 0 0 / 0%) 0,
    rgba(0, 0, 0, 0.0001) 100%
  ) !important;
}

.each-site-dashboard-graph-area {
  padding: 0px 0px 100px 0px;
}

.bannerArea {
  background-image: linear-gradient(45deg, #00000000, #00000000),
    url(../media/banner.jpg);
  height: 86vh;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.dashboardImg {
  background-image: linear-gradient(45deg, #00000000, #00000000),
    url(../media/gradiantImg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 0px 18px;
}

.loginArea {
  border: 1px solid #c4c4c4;
  padding: 2%;
  border-radius: 5px;
  background: #ffffffb0;
  box-sizing: border-box;
  width: 22vw;
}

.marquee-header > marquee {
  color: white;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0),
    #47547a,
    transparent
  );
  padding: 19px;
  font-size: 18px;
  font-weight: bold;
}

.marquee-dashboard {
  background-image: linear-gradient(45deg, #ffdce4, #effffe);
  border-radius: 2px;
}

.marquee-dashboard > div {
  display: inline-flex;
}

.marquee-dashboard > div:nth-child(2) {
  width: 78%;
}

.marquee-dashboard > div > h4 {
  color: #f2f2f2;
  padding: 12px 47px 12px 15px;
  text-align: -webkit-center;
}

.marquee-dashboard > div > marquee {
  color: #606060;
}

.footerArea {
  text-align: center;
}

pre {
  display: block;
  padding: 20px;
  margin: 0 0 0px;
  font-size: 16px;
  line-height: 1.42857143;
  color: rgb(211, 211, 211);
  word-break: break-all;
  word-wrap: break-word;
  background-color: #253844;
  border-radius: 0px;
  border: none;
}

.invalidCredencial {
  color: red;
  text-align: center;
}

.OuterAreaLogin {
  /* padding: 19% 18% 0% 18%; */
}

.cardInnerArea > a:hover {
  text-decoration: none;
}

.cardInnerArea:hover {
  box-sizing: border-box;
  box-shadow: 6px 6px 18px #e2fffd;
}

.order-card {
  color: rgb(8 41 70 / 88%);
}

.idashboard-area {
  padding: 1% 0% 4% 0%;
}

.minaDashboarArea > main {
  padding: 0px 0px 4px 0px;
}

.solar-eb-dg-status > p > span:nth-child(1) {
  background-color: #ffe8f0;
  padding: 5px;
  border-radius: 4px;
}

.solar-eb-dg-status > p > span:nth-child(2) {
  background-color: #ccf0ff;
  padding: 5px;
  border-radius: 4px;
}

.solar-eb-dg-status > p > span:nth-child(3) {
  background-color: #ddddff;
  padding: 5px;
  border-radius: 4px;
}

.solar-eb-dg-status > p > span:nth-child(4) {
  background-color: #fff0d5;
  padding: 5px;
  border-radius: 4px;
}

.card {
  box-shadow: 3px 6px 8px #002a4f57;
  box-sizing: border-box;
  color: white;
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px 18px;
}

.badge-property > a {
  color: white;
}

.badge-property > a:hover {
  text-decoration: none;
}

.icon-sis {
  color: #41538dbd;
}

.card-block > h6 {
  font-weight: bold;
  font-family: sans-serif;
}

.card-block > p {
  margin-bottom: 0px;
}

.alarm-activity-status {
  padding: 15px 12px 31px 12px;
  border: 1px solid #ffffff;
}

.tt-status {
    padding: 5px 12px 72px 12px;
    border: 1px solid #ffffff;
}

.tt-status-axs {
  padding: 5px 12px 50px 12px;
  border: 1px solid #ffffff;
}

.site-metering {
  padding: 15px 12px 51px 12px;
  border: 1px solid #ffffff;
}

.calling-report-status {
  padding: 15px 12px 31px 12px;
  border: 1px solid #ffffff;
}

.comm-site-status {
  padding: 15px 12px 54px 12px;
  border: 1px solid #ffffff;
}

.status-main-dashboard {
    padding: 5px 12px 68px 12px;
    border: 1px solid #ffffff;
}

.real-time-alarm-status {
    padding: 5px 12px 53px 12px;
    border: 1px solid hsl(0, 0%, 100%);
}

.real-time-alarm-axs {
  padding: 5px 12px 56px 12px;
  border: 1px solid hsl(0, 0%, 100%);
}

.alarms-on-dashboard td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.power-supply-status {
  padding: 15px 12px 34px 12px;
  border: 1px solid hsl(0, 0%, 100%);
}

.run-hours-axs {
  padding: 5px 10px 70px 10px;
  border: 1px solid #ffffff;
}
.run-hours-trends-card {
  padding: 5px 10px 10px 10px;
  border: 1px solid #ffffff;
}

.real-time-sites-axs {
  padding: 5px 12px 49px 12px;
  border: 1px solid #ffffff;
}

.real-time-sites-status {
  padding: 5px 12px 10px 12px;
  border: 1px solid #ffffff;
}

.critical-attention-status {
  padding: 5px 12px 24px 12px;
  border: 1px solid #ffffff;
}

.order-card i {
  font-size: 26px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.login-box {
  display: flex;
  width: 81vw;
  height: 69vh;
  justify-content: center;
  align-items: center;
}

.dropbtn-report {
  background-color: #04aa6d00;
  color: white;
  padding: 15px;
  border: none;
}

.dropbtn-report > i {
  color: #ffbcca;
}

.dropdown-report {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #050f33;
  min-width: 164px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #ebebeb;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #5f5f5f;
}

.dropdown-content a:hover {
  background-color: white;
  color: #010d35;
  transition: 0.5s;
  text-decoration: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #ff7b7400 !important;
  color: #ff7b74 !important;
}

.dropdown-report:hover .dropdown-content {
  display: block;
  z-index: 100;
}

.badge-property-red {
  background-color: #dc3545;
  width: 70px;
  border-radius: 3px;
}

.badge-property-site-details {
  background-color: #304885;
  width: 185px;
  border-radius: 3px;
}

.badge-property {
  background-color: #304885;
  width: 70px;
  border-radius: 3px;
}

.navbar-menu {
  padding-right: 65px;
}

.user-details {
  padding-left: 16px;
}

.user-details > h4 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.company-logo > img {
  width: 85px;
  border: 4px solid #ffd2de;
}

.heading-for-page {
  padding-top: 0px;
}

.alarm-callout {
  color: #dc3545;
}

.table-align {
  padding-top: 20px;
}

#singlepage {
  display: none;
  padding: 0 0 64px 0;
}

.page-heading {
  padding-top: 0px;
}

.date-time-button > div {
  display: inline-flex;
}

.select-style > select {
  padding: 6px 50px 6px 50px;
  border-radius: 3px;
}

.select-input > input {
  padding: 5px 0px 4px 5px;
}

.filter-bottom {
  padding-top: 5px;
}

.alarm-dashboard-btn {
  text-align: right;
}

.table-overflow {
  overflow-x: auto;
  overflow-y: auto;
}

.table-size {
  font-size: 12px;
}

.table-filter > div {
  display: inline-block;
}

.main-heading {
  font-size: 20px;
  font-weight: bold;
  color: #00356b;
  font-family: sans-serif;
}

#myRange {
  padding-top: 2%;
}

.marquee-area {
  padding: 2px 0px 0px 0px;
}

.get-alarm-color {
  text-align: -webkit-center;
}

.marque-heading {
  background: #013c77;
  clip-path: polygon(0 0%, 86% 0%, 100% 50%, 86% 100%, 0 100%);
}

.marquee-details {
  padding: 0px 0px 5px 0px;
}

.custom-md-btn {
  width: 95% !important;
}

.airtel-dashboard-filters {
  text-align: -webkit-center;
}

.each-site-dashboard-area {
  padding: 32px 0px;
}

.toll-free-number > a {
  color: white;
}

.toll-free-number {
  position: fixed;
  bottom: 42px;
  z-index: 10;
  background: #007bb5e8;
  padding: 5px 10px 5px 5px;
  color: white;
  border-radius: 0px 2px 2px 0;
}

/* ============= / menu area start here.... / ============= */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  background-color: #050f33;
}

.dropdown-menu {
  background-color: #050f33;
  padding: 0px 0px;
  min-width: 160px;
}

.multi-level > li > a {
  color: white;
  border-bottom: 1px solid #4e4e4e !important;
  padding: 5px 20px;
}

.dropdown-menu > li > a {
  color: white;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.navbar-right .dropdown-menu .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.custom-select {
  width: 196px !important;
  border-radius: 4px !important;
  height: 32px !important;
}

.filter-area {
  padding-bottom: 5px;
}

.filter-data-table {
  padding: 0px 3px 0px 3px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

/* ==============/  menu area close here.. /============ */

.mobile-icon > img {
  width: 30px;
}

.button-date {
  background-color: #fff1f1;
}

.button-date > em {
  font-size: 16px;
  font-weight: bold;
}

.panel-style {
  background-color: #3d6076;
  color: white;
  padding: 14px;
}

.panel-style > h3 > a:hover {
  text-decoration: none;
}

.bg-heading {
  background-color: #e1f6ff;
}

.bg-yellow {
  background-color: rgb(255 255 222);
}

.bg-pink {
  background-color: #ffe9ec;
}

.bg-green {
  background-color: #dbffdb;
}

.paragraph-contact > tr > td > p {
  margin-bottom: 0px;
}

.equipment-details {
  background-color: #e4ffe4;
}

.equipment-details > div > div > table {
  background-color: #eff9ff;
}

.site-stats-data {
  background-color: #f2f8ff;
}

.footer-style {
  height: 40px;
  display: flex;
  flex-grow: 1;
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 99;
  overflow: hidden;
}

.page-area-wrapper {
  padding: 0px 0px 100px 0px;
}

.pagination-wrapper {
  max-width: 100vw;
  margin: 0px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 0px 0px;
  background-color: #304885;

  padding: 7px;
  padding-bottom: 2px;
}

.pagination-wrapper > table > tr > td > b {
  color: white;
}

.pagination-text {
  color: white;
}

.pagination-btn > img {
  width: 24px;
  height: auto;
}

.pagination-btn-disabled {
  color: #5a5a5a;
}

.monthly-table-area {
  padding: 0 0 64px 0;
}

.total-cluster {
  font-size: 20px;
  font-weight: bold;
}

.rdt-root-header {
  background-color: #304885;
  color: white;
}

.rtd-root-cluster-logo > div {
  display: inline-block;
  padding: 0 18px 0 0px;
}

/* .page-view-area{
  padding: 0 0 64px 0;
} */

/* ===============// Media Query //==================== */

@media screen and (max-device-width: 1200px) {
  .loginArea {
    width: 36vw;
  }
}

@media screen and (max-device-width: 1102px) {
  .minaDashboarArea {
    padding: 13px 10px 0px 10px;
  }
}

@media screen and (max-device-width: 1060px) {
  .navbar-brand > span > img {
    width: 268px;
  }
}

@media screen and (max-device-width: 1053px) {
  .marquee-dashboard > div:nth-child(2) {
    width: 50%;
  }
}

@media screen and (max-device-width: 1022px) {
  .marquee-dashboard > div:nth-child(2) {
    width: 57%;
  }

  .headerArea {
    background-image: linear-gradient(
      to right,
      #ffffff,
      #acc7d2,
      #437392,
      #162940,
      #00092e,
      #00092e,
      #00092e
    );
  }
}

@media screen and (max-device-width: 991px) {
  .alarm-dashboard-btn {
    text-align: left;
  }
}

@media screen and (max-device-width: 860px) {
  .login-box {
    width: 100vw;
  }

  .navbar-menu {
    padding-right: 28px;
  }

  .loginArea {
    width: 41vw;
  }
}

@media screen and (max-device-width: 823px) {
  .navbar-brand {
    padding: 4px 0px 0px 3px;
  }
}

@media screen and (max-device-width: 790px) {
  .nav > li > a {
    padding: 10px 10px;
  }
}

@media screen and (max-device-width: 767px) {
  .login-box {
    width: 100vw;
  }

  .loginArea {
    width: 41vw;
  }

  .navbar-menu {
    padding-right: 0px;
    text-align: right;
  }

  .footer-style > small {
    font-size: 70%;
  }
}

@media screen and (max-device-width: 667px) {
  .loginArea {
    width: 48vw;
  }
}

@media screen and (max-device-width: 624px) {
  .marquee-dashboard > div > h4 {
    font-size: 13px;
  }

  .marquee-dashboard > div > marquee > p > span {
    font-size: 13px;
  }
}

@media screen and (max-device-width: 506px) {
  .marquee-dashboard > div:nth-child(2) {
    width: 36%;
  }

  .company-logo > img {
    width: 55px !important;
  }

  .marquee-area {
    padding: 4px 0px 0px 0px;
  }

  .marque-heading {
    clip-path: polygon(0 0%, 91% 0%, 85% 50%, 91% 100%, 0 100%);
  }
}

@media screen and (max-device-width: 500px) {
  .loginArea {
    width: 80vw;
  }

  .navbar {
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
  }

  .headerArea {
    background-image: linear-gradient(to right, #ffffff, #00092e);
  }

  .navbar-brand {
    padding: 11px 0px 0px 3px;
  }
}

@media screen and (max-device-width: 442px) {
  .badge-property,
  .badge-property-red {
    width: 56px;
    font-size: 9px;
  }

  .minaDashboarArea {
    border-width: 0px;
    padding: 13px 0px 0px 0px;
  }

  .marquee-dashboard > div > h4 {
    color: white;
    padding: 0px 30px 0px 4px;
  }
}

.dashboard-trend-item {
  width: 100%;
  height: 450px;
  border-width: 0px;
  padding: 5px;
  border-radius: 8px;
  margin: 16px 0 0 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px,
    rgba(0, 0, 0, 0.15) 0px 2px 6px 2px;
}

.dashboard-export-container {
  width: 100%;
  border-width: 0px;
  padding: 16px;
  border-radius: 8px;
  margin: 16px 0 0 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px,
    rgba(0, 0, 0, 0.15) 0px 2px 6px 2px;
}

.each-site-dashboard-trend-item {
  width: 100%;
  height: 326px;
  border-width: 0px;
  padding: 5px;
  border-radius: 8px;
  margin: 16px 0 0 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px,
    rgba(0, 0, 0, 0.15) 0px 2px 6px 2px;
}

.glyphicon {
  background-image: linear-gradient(45deg, #c76b89, #007eff);
  border-radius: 30px;
  padding: 10px;
  height: 50px !important;
  width: 50px !important;
}

.carousel-control {
  width: 3%;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgb(255 255 255 / 0%);
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  /* display: show; */
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* #sidebar > div:nth-child(2) {
  padding-left: 0px !important;
} */

.non-comm-alert {
  padding: 16px;
  margin: 0 16px 16px 0px;
  border-radius: 4px;
}

.non-comm-alert p {
  margin: 0;
  font-weight: 700;
}
.gradient-bg {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #082f49, #082f49, transparent);
  border-radius: 0 3rem 0 3rem;
  padding: 20px 15px;
  padding-top: 0px;
  box-shadow: 2px 4px 10px;
}
.gradient-bg-individual {
  margin-bottom: 1rem;
  margin-top: 1rem;
  background: linear-gradient(45deg, #082f49, #082f49, transparent);
  border-radius: 0 3rem 0 3rem;
  padding: 20px 15px;
  box-shadow: 2px 4px 10px;
}
.table-cell-text-center {
  text-align: center;
}
.table-container {
  overflow-y: auto; /* Enables vertical scrolling */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
  -ms-overflow-style: none; /* Hides scrollbar in IE/Edge */
  margin-right: 23px;
}

.table-container::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
