.logout-logo img,
.register-logo img {
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 15px;
  width: 50%;
  margin-bottom: 20px;
  margin: 10px;
}

.logintwoimnage {
  margin: 80px 70px;
  align-items: center;
  justify-content: space-around;
}

.login-logo h2 {
  text-align: center;
  color: #fff;
  line-height: 56px;
  margin-bottom: 0px;
}

.login-logo h2 span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 25px;
  color: #464f61;
}

.form-control {
  border: 1px solid #afafaf;
}

/*----------- Navbar Css ----------------------*/
.navbar-glass {
  margin-bottom: 70px;
}

.nav-link {
  color: #fff;
}

.header-logo img {
  filter: drop-shadow(2px 1px 1px #fff);
}

.footer {
  background: #394B40;
}

.flex-direction {
  flex-direction: row-reverse;
}

.bg-200 {
  background-color: #0db9f0 !important;
}

[data-list] li.active .page {
  background-color: rgb(44 123 229);
  color: var(--falcon-light) !important;
}

#googlemap {
  height: 300px;
}

.logo-text {
  line-height: 28px;
}

.menu-section {
  background: #1c9a48;
}

.fixed-nav {
  position: fixed;
  top: 0;
  background: #fff;
}

.main-header {
  background: #fff;
  display: flex !important;
  z-index: 99999;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 7px 0px #d4d4d4;
}

.main-headerr {
  background: #fff;
  display: flex !important;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  /* box-shadow: 0px 3px 7px 0px #d4d4d4; */
}

.login-section {
  padding-top: 130px !important;
  padding-bottom: 110px !important;
}

@media (max-width: 765px) {
  .login-section {
    padding-top: 80px !important;
    padding-bottom: 0 !important;
  }
}

.bg-card-gradient {
  background-position: center;
  background-image: url(/images/online.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card-gradient .position-relative.light:before {
  content: '';
  background: rgb(44 56 69 / 32%);
  position: absolute;
  height: 700px;
  width: 100%;
  top: 0;
  left: 0;
}

.main-header .main-header-title h4 {
  font-weight: 700;
}

@media (max-width: 520px) {
  .logintwoimnage {
    margin: 0px;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    justify-content: space-around;
  }
}

@media (max-width: 390px) {
  .main-header .main-header-title h4 {
    font-size: 15px;
  }
}

@media (max-width: 765px) {
  .input-group-append {
    position: absolute;
    left: 223px;
    bottom: 185px;
  }

  .main-header img {
    width: 50px;
    max-width: fit-content;
  }

  .main-header .center-logo {
    width: 150px;
  }

  .landing-footer {
    position: unset;
    margin-bottom: -16px;
    padding: 2px;
  }

  .landing-footer p {
    line-height: 25px;
  }

  .main-header-title-login {
    font-size: 10px;
  }

  .bg-card-gradient .position-relative.light:before {
    content: '';
    background: rgb(44 56 69 / 32%);
    position: absolute;
    height: 300px;
    width: 100%;
    top: 0;
    left: 0;
  }

  .bg-card-gradient {
    height: 300px;
  }
}

.logo-last {
  max-height: 40px;
}

@media (max-width: 407px) {
  .sign-in-button {
    min-width: 100% !important;
  }
}

@media (max-width: 767px) {

  .footer-paging {
    flex-direction: column;
  }

  .footer-paging .per-page,
  .footer-paging #pagination {
    margin-top: 10px;
  }

  .dashboard-filter-form .form-group {
    margin-bottom: 1rem !important;
  }

  .navbar .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: -7.5625rem;
  }

  .navbar .dropdown-menu.dropdown-menu-end:after {
    right: 7.949999999999999rem;
    left: auto;
  }

  .image-header-section img {
    width: 40px;
  }

  .image-header-section .center-logo {
    width: 100px;
  }

  .content {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1068px) {
  .row .col {
    min-width: 100%;
  }

  .row .col .form-group {
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .navbar-top {
    min-height: 30px;
  }
}

.btn-plus {
  background: #394B40;
  color: #fff;
  padding: 3px 8px;
}

.btn-plus:hover {
  background: #525252;
  color: #000;
}


.btn-danger {
  background-color: #fb8b24;
  color: #fff;
  padding: 3px 8px;
}

.btn-danger:hover {
  color: var(--falcon-btn-hover-color);
  text-decoration: none;
  background-color: #f3953d;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* .loginpage-text {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-name: slideInLeft;
} */

.sign-info a,
.sign-info span {
  color: #5e6e85;
  font-size: 15px;
}

.input-group.captcha {
  display: inline-flex;
  border: 1px solid var(--falcon-input-border-color);
  width: auto;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 38px;
  line-height: 32px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.w-90 {
  max-width: 90%;
}

.input-group-append {
  margin-left: -32px;
}

.input-group.captcha #create_captcha img {
  width: 100%;
}

.input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 7px 20px;
}

.main-header-title-login {
  font-weight: 600;
}

.navbar .nav-link {
  outline: none;
  padding: initial;
}

.content {
  margin-top: 77px;
  margin-bottom: 75px;
}

.btn-block {
  width: 100%;
}

.btn {
  font-size: 14px;
  font-weight: 100;
  min-height: 37px;
}

.form-control {
  font-size: 14px;
}

.card .card-icon {
  height: 80px;
  width: 80px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  /*background: #009cdc1f;
    filter: drop-shadow(2px 4px 6px black);*/
}

#chartdiv1,
#chartdiv3,
#chartdiv2 {
  width: 100%;
  height: 400px;
}

#chartdiv4,
#chartdiv5,
#chartdiv6,
#mapdemo {
  width: 100%;
  height: 320px;
}

.login-logo {
  padding-top: 5rem;
}

.highcharts-credits {
  display: none;
}

.float-right {
  float: right;
}

.bg-danger {
  background-color: #ff5757 !important;
}

.form-group {
  margin-bottom: 1rem;
}



.bg-primary {
  background-color: #009cdc !important;
}

.bg-primary-pro {
  background-color: #394B40 !important;
}

.bg-primary-pro h5 {
  font-size: 18px;
  font-weight: 500 !important;
  color: #fff;
}

.bg-warning {
  background-color: #fed05b !important;
}

.text-dark {
  color: #394B40 !important;
}

.bg-light {
  background-color: #a5a3a6 !important;
}

.table>thead {
  vertical-align: bottom;
  background: #efefef;
  color: #394B40 !important;
}


.page-item:first-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bg-success {
  background-color: #1c9a48 !important;
}

.btn-success {
  background-color: #1c9a48;
  border: 1px solid #1c9a48;
}

.text-success {
  color: #1c9a48 !important;
}

.card-header span {
  font-size: 20px;
}

.card-header {
  padding: 8px 13px;
}

.table {
  border-color: #b7b7b7;
  text-wrap: wrap;
}

.bg-shape {
  position: relative;
  overflow: hidden;
  background-color: #4ebae6;
}

.bg-shape:before {
  background: #009cdc;
}

.bg-shape:after {
  background: #009cdc;
}

.filter-form {
  background: #ffffff;
  border-bottom: 1px dashed #e3e3e3;
  /* display: flex; */
  margin: 0;
  padding: 15px 1.5rem;
  padding-bottom: 0;
  box-shadow: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.dashboard-filter-form {
  background: #ffffff;
  border-bottom: 1px dashed #e3e3e3;
  /* display: flex; */
  margin: 0;
  /* padding: 14px 15px; */
  padding-bottom: 0;
  box-shadow: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.dashboard-filter-form .form-group {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .py-lg-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.page-title-box {
  background: #ffffff;
  padding: 10px 1.5rem;
  border-radius: 0;
  -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  margin-bottom: 15px;
  margin-top: 6rem !important;
}

.page-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.breadcrumb-item>a {
  color: #6c757d;
}

.breadcrumb-item.active {
  color: #009cdc;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
  display: flex;
}

.card-box {
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  margin-bottom: 24px;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card {
  box-shadow: none;
  border: 1px solid #d8e2ef;
}

/* .login-forgot-card .login-image {
    background-image: url(/assets/img/bio-plant.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.login-forgot-card {
    height: calc(100vh - 13rem);
} */

.total-data-count {
  font-size: 15px;
}

.table .action,
.table .sl-no {
  text-align: center;
}

#pagination h5 {
  font-size: 15px;
  margin-right: 5px !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #323a46;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: .8333333333rem !important;
}

.page-link.active,
.active>.page-link {
  z-index: 3;
  color: var(--falcon-pagination-active-color);
  background-color: #009cdc !important;
  border-color: #009cdc !important;
}

.page-link:hover {
  z-index: 2;
  color: var(--falcon-pagination-hover-color);
  text-decoration: none;
  background-color: #009cdc !important;
  border-color: #009cdc !important;
}

.btn-primary:disabled {
  background-color: #009edcad;
}

.text-primary {
  color: #009cdc !important;
}

.modal-shape-header:before {
  height: 28.9375rem;
  width: 155%;
  right: 23%;
  top: -300px;
}

.border-none {
  border: 0;
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
  color: rgb(50 50 50);
}

::selection {
  background-color: #009cdc;
  color: #fff;
}

.choices .choices__inner {
  border-radius: 0.25rem;
  min-height: 37px;
  font-size: 14px;
  background-color: var(--falcon-input-bg) !important;
  background-size: 16px 12px;
  border: 1px solid var(--falcon-input-border-color);
  padding: 0.2604166667rem 1rem 0.2604166667rem 1rem;
  -webkit-box-shadow: var(--falcon-box-shadow-inset);
  box-shadow: var(--falcon-box-shadow-inset);
  line-height: 1 !important;
}

.form-control {
  min-height: 37px;
}

.ml-auto {
  margin-left: auto;
}

.footer a {
  color: #00b5ff;
  text-decoration: none;
  transition: all .5s;
}

.tablescroll {
  overflow-y: auto;
  height: 181px;
}

.tablescroll>table>thead {
  position: sticky;
  top: 0;
}

#confirmpassowrd-error {
  position: absolute;
  top: 40px;
}

.OR-form-title {
  position: relative;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.pagination {
  align-items: center !important;
}

#type {
  bottom: 70px;
  height: 308px;
  width: 227px;
  position: absolute;
  left: 38px;
}

#type .card {
  overflow: hidden;
}

#type .simplebar-content {
  margin-bottom: 206px;
}

.error {
  color: #ff5757;
}

#type thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

#type .simplebar-track.simplebar-vertical {
  width: 0;
}

a:hover {
  text-decoration: none;
}

.footer-logo {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#heatmap {
  height: 500px;
}

/* select {
  -webkit-appearance: listbox !important;
} */

.highcharts-data-table {
  overflow-y: auto;
  height: 170px;
}

.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  font-size: .8333333333rem !important;
}

.highcharts-data-table table thead th {
  background-color: #a5a3a6;
  color: #fff;
  padding: 12px;
  position: sticky;
  top: 0;
}

td,
th {
  vertical-align: middle;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid #e2e2e2;
  padding: 10px;
}

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

.highcharts-data-table tr {
  cursor: pointer;
}

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

.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold;
}

.highcharts-sort-ascending::after {
  content: " ↓";
}

.highcharts-sort-descending::after {
  content: " ↑";
}

.highcharts-table-caption {
  display: none;
}

.choices__placeholder {
  opacity: 1.5 !important;
}

.footer a:hover {
  color: #f89d34;
}

.nav-link:hover,
.nav-link:focus {
  color: #d8dadb;
  text-decoration: none;
  transition: all .5s;
}

.btn-dark {
  background: #000;
  border: 1px solid #000;
}

#heatmap .highcharts-legend {
  display: none;
}

input.error,
select.error,
textarea.error {
  border: 1px solid #ff5757;
}

select.error {
  color: var(--falcon-input-color);
}

input:focus {
  box-shadow: none !important;
}

.pulsating-circle {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 17px;
  margin-right: 15px;
}

.pulsating-circle.success:before {
  background-color: #4cff52;
}

.pulsating-circle.success:after {
  background-color: #36d60e;
}

.pulsating-circle.secondary:before {
  background-color: #878787;
}

.pulsating-circle.secondary:after {
  background-color: #878787;
}

.pulsating-circle.danger:before {
  background-color: #e64141;
}

.pulsating-circle.danger:after {
  background-color: #e31e1e;
}

.pulsating-circle.warning:before {
  background-color: #ffd400;
}

.pulsating-circle.warning:after {
  background-color: #dfbe1e;
}

.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #46c6f2;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  cursor: auto;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 10px;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 25px;
  top: 5px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bg-holder {
  z-index: -1;
}

/* .card {
    z-index: 999;
} */

/* .issue-image{
    max-height: 390px;
    overflow: overlay;
} */

.issue-image:hover,
.issue-video:hover,
.issue-audio:hover {
  border: 1px solid red !important;
}

.bg-card {
  background-size: cover;
  background-position: right;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.bg-dark {
  background: #4e4e4e;
}

.fa-2x {
  font-size: 17px;
}

#type .form-check-label {
  line-height: 1.45rem;
  display: block;
  cursor: pointer;
}

.navbar-standard {
  background: #ffffff !important;
  display: block;
}

.navbar-standard>.container {
  display: block;
}

.navbar-standard h4 {
  font-weight: 600;
}

.navbar-standard .landing-header-menu {
  background-color: #1c9a48;
  padding: 10px;
}

.bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #00000066, transparent);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.input-outline {
  background: transparent;
  border: 2px solid #fff;
}

.input-outline:hover {
  background: #fff;
  border: 2px solid #fff;
}

.landing-content {
  margin-top: 26vh;
  margin-bottom: 20px;
}


.bio-urja-bg:after {
  content: '';
  position: absolute;
  background: linear-gradient(45deg, black, transparent);
  top: -1px;
  height: -webkit-fill-available;
  width: 100%;
}

.landing-login {
  padding: 8px 20px !important;
  border-radius: 30px;
}

.landing-register {
  padding: 8px 20px !important;
  border-radius: 30px;
}

.card-span .card-span-img {
  background-color: #fff;
  border: 3px solid #1c9a48;
  filter: drop-shadow(1px 1px 2px black);
}

.card-span .card-span-img:hover img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}

#password-error {
  position: absolute;
  top: 38px;
}

.bio-urja-section-record {
  position: relative;
  z-index: 111;
  margin-top: -185px;
}

@media (max-width: 850px) {
  .logo-text {
    display: none;
  }
}

@media (max-width: 917px) {
  .portal-heading h4 {
    font-size: small;
    text-align: center;
  }

  .logo-sec img {
    width: 100%;
  }

  .gef-logo {
    width: 80%;
  }

  .gef-logo img {
    width: 100%;
  }

  .navbar-standard .logo1 {
    width: 30px;
  }
}

@media (max-width: 720px) {
  .landing-footer .footer-div {
    flex-direction: column;
  }

  .footer .login-footer {
    flex-direction: column;
  }
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 804px;
  }
}

@media (min-width: 925px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 925px;
  }
}


@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }

  .navbar-vertical-collapsed .admin-icon {
    flex-direction: row !important;
  }

  .admin-icon {
    flex-direction: column;
  }

  .settings {
    margin-left: 0px;
  }

  #navbarVerticalNav {
    margin-bottom: 6rem;
  }
}

.login-bg-image {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4)50%, rgba(0, 0, 0, 0.4)50%), url('/assets/img/bio-plant.webp');
  min-height: 400px;
  background-size: cover;
  position: relative;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.login-bg-image h1 {
  color: #fff;
}

.login-form {
  margin-top: 0rem;
}

.form-structor {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4)50%, rgba(0, 0, 0, 0.4)50%), url('/assets/img/bio-plant.webp');
  border-radius: 15px;
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;

  .signup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 65%;
    z-index: 5;
    -webkit-transition: all .3s ease;


    &.slide-up {
      top: 10%;
      -webkit-transform: translate(-50%, 0%);
      -webkit-transition: all .3s ease;
    }

    &.slide-up .form-holder,
    &.slide-up .submit-btn {
      opacity: 0;
      visibility: hidden;
    }

    &.slide-up .form-title {
      font-size: x-large;
      font-weight: 500;

    }

    &.slide-up .form-title span {
      margin-right: 5px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s ease;
    }

    .form-title {
      color: #fff;
      font-size: 1.7em;
      text-align: center;

      span {
        color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
      }
    }

    .form-holder {
      border-radius: 15px;
      background-color: #fff;
      overflow: hidden;
      margin-top: 50px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s ease;

      .input {
        border: 0;
        outline: none;
        box-shadow: none;
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 8px 15px;
        border-bottom: 1px solid #eee;
        width: 100%;
        font-size: 12px;

        &:last-child {
          border-bottom: 0;
        }

        &::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.4);
        }
      }
    }

    .submit-btn {
      background-color: rgba(0, 0, 0, 0.4);
      color: rgba(256, 256, 256, 0.7);
      border: 0;
      border-radius: 15px;
      display: block;
      margin: 15px auto;
      padding: 15px 45px;
      width: 100%;
      font-size: 13px;
      font-weight: bold;
      cursor: pointer;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s ease;

      &:hover {
        transition: all .3s ease;
        background-color: rgba(0, 0, 0, 0.8);
      }
    }
  }

  .login {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 5;
    -webkit-transition: all .3s ease;

    &::before {
      content: '';
      position: absolute;
      left: 50%;
      top: -20px;
      -webkit-transform: translate(-50%, 0);
      background-color: #fff;
      width: 200%;
      height: 250px;
      border-radius: 50%;
      z-index: 4;
      -webkit-transition: all .3s ease;
    }

    .center {
      position: absolute;
      top: calc(100% - 10%);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      width: 65%;
      z-index: 5;
      -webkit-transition: all .3s ease;

      .form-title {
        color: #000;
        font-size: 1.7em;
        text-align: center;

        span {
          color: rgba(0, 0, 0, 0.4);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s ease;
        }
      }

      .form-holder {
        border-radius: 15px;
        background-color: #fff;
        border: 1px solid #eee;
        overflow: hidden;
        margin-top: 50px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease;

        .input {
          border: 0;
          outline: none;
          box-shadow: none;
          display: block;
          height: 30px;
          line-height: 30px;
          padding: 8px 15px;
          border-bottom: 1px solid #eee;
          width: 100%;
          font-size: 12px;

          &:last-child {
            border-bottom: 0;
          }

          &::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.4);
          }
        }
      }

      .submit-btn {
        background-color: #6B92A4;
        color: rgba(256, 256, 256, 0.7);
        border: 0;
        border-radius: 15px;
        display: block;
        margin: 15px auto;
        padding: 15px 45px;
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease;

        &:hover {
          transition: all .3s ease;
          background-color: rgba(0, 0, 0, 0.8);
        }
      }
    }

    &.slide-up {
      top: 90%;
      -webkit-transition: all .3s ease;
    }

    &.slide-up .center {
      top: 10%;
      -webkit-transform: translate(-50%, 0%);
      -webkit-transition: all .3s ease;
    }

    &.slide-up .form-holder,
    &.slide-up .submit-btn {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease;
    }

    &.slide-up .form-title {
      font-size: 1em;
      margin: 0;
      padding: 0;
      -webkit-transition: all .3s ease;
    }

    &.slide-up .form-title span {
      margin-right: 5px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s ease;
    }
  }
}

.login-header {
  position: sticky;
  top: 0;
  z-index: 1;
}

.frontend-register {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6)50%, rgba(0, 0, 0, 0.6)50%), url('https://waste2energy.indevconsultancy.in/assets/img/home-banner.jpg');
  background-size: cover;
  background-position: center;
}

.frontend-register-left {
  text-align: center;
  color: #fff;
  margin-top: 4%;
}

.frontend-register-left input {
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  margin-top: 30%;
  margin-bottom: 3%;
  cursor: pointer;
}

.frontend-register-right {
  background: #f8f9fa;
  /* border-top-left-radius: 10% 50%; */
  /* border-bottom-left-radius: 10% 50%; */
  padding: 40px;
}

.frontendd-register-right {
  background: #fff;
  /* border-top-left-radius: 10% 50%; */
  /* border-bottom-left-radius: 10% 50%; */
  padding: 40px;
}

.frontend-register-left img {
  margin-top: 15%;
  margin-bottom: 5%;
  width: 25%;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.frontend-register-left p {
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}

.frontend-register .frontend-register-form {
  padding: 10%;
  margin-top: 10%;
}

.btnRegister {
  float: right;
  margin-top: 10%;
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  background: #0062cc;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}

.frontend-register .nav-tabs {
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}

.frontend-register .nav-tabs .nav-link {
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.frontend-register .nav-tabs .nav-link:hover {
  border: none;
}

.frontend-register .nav-tabs .nav-link.active {
  width: 100px;
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.frontend-register-heading {
  text-align: center;
  margin-top: 8%;
  margin-bottom: -15%;
  color: #495057;
}

#addDataAppend,
.RemoveDiv {
  min-height: max-content;
}

.dailydatamodalbody {
  max-height: 450px;
  overflow: auto;
}

.page-not-yet-open {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7)50%, rgba(0, 0, 0, 0.7)50%), url('/assets/img/bio-plant.webp');
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}

#type .resetall {
  padding: 5px 10px;
  background: darkgrey;
  border-radius: 50%;
  font-size: medium;
  margin-right: 15px;
  color: #000;
  cursor: pointer;
}

.page-item:last-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-title-box header {
  display: flex;
  align-items: center;
  padding: 10px 28px;
  justify-content: space-between;
  background: #009cdc;
}

.landing-section {
  min-height: 100vh;
}

.login-content {
  min-height: calc(100vh - 134px);
  padding-bottom: 10px;
  padding-top: 10px;
}

.foorgotpass {
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 20px;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  cursor: pointer;
  border: 1px solid #afafaf;
  border-radius: 0 3px 3px 0;
}

.lh {
  line-height: normal;
}

.tab-tickets-status .nav-item .nav-link.active,
.tab-contact-details .nav-item .nav-link.active {
  border-bottom: 2px solid var(--falcon-primary);
  background-color: #6b7eb526;
}

.tab-tickets-status .nav-item .nav-link.active h6,
.tab-contact-details .nav-item .nav-link.active h6 {
  color: #009cdc !important;
}


.tab-tickets-status .nav-item .nav-link,
.tab-contact-details .nav-item .nav-link {
  border-radius: 10px 10px 0 0;
}

#plant-overview {
  display: none;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 50px;
  font-size: 0.8333333333rem;
  font-weight: 500;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 50px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 50px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.main-header.is-sticky {
  top: 0;
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  z-index: 999999;
}

.loader .loader-container {
  width: 50px;
  height: 50px;
  background-color: #078D53;
  border-radius: 100%;
  -webkit-animation: blinkloader 1s infinite ease-in-out;
  animation: blinkloader 1s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes blinkloader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.celebrate-section {
  z-index: 1;
}

.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: -webkit-fill-available;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.confetti-piece {
  position: absolute;
  width: 10px;
  height: 30px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}

.confetti-piece:nth-child(1) {
  left: 7%;
  transform: rotate(-40deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 182ms;
  animation-duration: 1116ms;
}

.confetti-piece:nth-child(2) {
  left: 14%;
  transform: rotate(4deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 161ms;
  animation-duration: 1076ms;
}

.confetti-piece:nth-child(3) {
  left: 21%;
  transform: rotate(-51deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 481ms;
  animation-duration: 1103ms;
}

.confetti-piece:nth-child(4) {
  left: 28%;
  transform: rotate(61deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 334ms;
  animation-duration: 708ms;
}

.confetti-piece:nth-child(5) {
  left: 35%;
  transform: rotate(-52deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 302ms;
  animation-duration: 776ms;
}

.confetti-piece:nth-child(6) {
  left: 42%;
  transform: rotate(38deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 180ms;
  animation-duration: 1168ms;
}

.confetti-piece:nth-child(7) {
  left: 49%;
  transform: rotate(11deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 395ms;
  animation-duration: 1200ms;
}

.confetti-piece:nth-child(8) {
  left: 56%;
  transform: rotate(49deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 14ms;
  animation-duration: 887ms;
}

.confetti-piece:nth-child(9) {
  left: 63%;
  transform: rotate(-72deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 149ms;
  animation-duration: 805ms;
}

.confetti-piece:nth-child(10) {
  left: 70%;
  transform: rotate(10deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 351ms;
  animation-duration: 1059ms;
}

.confetti-piece:nth-child(11) {
  left: 77%;
  transform: rotate(4deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 307ms;
  animation-duration: 1132ms;
}

.confetti-piece:nth-child(12) {
  left: 84%;
  transform: rotate(42deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 464ms;
  animation-duration: 776ms;
}

.confetti-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-72deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 429ms;
  animation-duration: 818ms;
}

.confetti-piece:nth-child(odd) {
  background: #7431e8;
}

.confetti-piece:nth-child(even) {
  z-index: 1;
}

.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  animation-duration: 2000ms;
}

.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  animation-duration: 2500ms;
  animation-delay: 1000ms;
}

.confetti-piece:nth-child(4n-7) {
  background: red;
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(350px);
  }
}

.user-manual .card-img-overlay {
  background: linear-gradient(360deg, black 11%, transparent);
}

.btn-falcon-default {
  min-height: 30px;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.form-select {
  min-height: 37px;
  font-size: 14px;
  border: 1px solid #afafaf;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: var(--falcon-breadcrumb-divider, ">");
  padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-right: 0;
}

.form-control:focus {
  box-shadow: none;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  opacity: unset;
}

div:where(.swal2-icon) .swal2-icon-content {
  font-size: 2.75em !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 15px !important;
}

.swal2-default-outline {
  font-size: 14px !important;
}

.card-img-top::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}

.card-img-top:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

/* select {
  -webkit-appearance: listbox !important;
  cursor: pointer;
} */

.freeztable {
  overflow-y: auto;
  height: 22.6rem;
}

.freeztable {
  overflow-y: auto;
  height: 22.6rem;
}

.freeztable table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.mono-card {
  border-radius: 5px !important;
}

.mono-card:hover {
  background: linear-gradient(0deg, #0099f636 0%, #fff 77.69%);
}

.nav-item .nav-link.active span {
  color: #009cdc !important;
}


.nav-item .nav-link:hover span {
  color: #009cdc !important;
}

.status-indicator {
  position: absolute;
  right: 25px;
}

.accordion-button::after {
  margin-right: inherit;
}

.accordion-button:focus {
  box-shadow: none;
}

ul.short-list li {
  display: flex;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #eee;
}

ul.short-list li strong {
  min-width: 200px;
  max-width: 135px;
  word-break: break-word;
}

.bg-orange {
  background-color: #FF9800 !important;
}

@media only screen and (min-width: 1300px) {
  .container {
      max-width: 1240px;
      width: 100%;
  }
}