@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  background: rgb(225 226 237);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.widget h6,
.filters li a,
blockquote,
p[data-pullquote]:before,
input[type="submit"] {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h6 {
  font-weight: 300;
}

a {
  color: #ff9307;
  text-decoration: none;
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

:root {
  --primary-color: #007dd2;
  --gradient-color: linear-gradient(
    0deg,
    rgba(1, 208, 229, 1) 0%,
    rgba(0, 125, 210, 1) 100%
  );
  --white-color: #fff;
  --dark-grey: #3d3d3d;
  --light-grey: #d8d8d8;
}

/* 
.font-weight-bold {
  font-weight: 700 !important;
}

.card {
  border: none;
}

.grid-margin {
  margin-bottom: 1.5rem;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.text-muted {
  color: #788896 !important;
}

.text-orange {
  color: #ff5722 !important;
}

.text-success-green {
  color: #16b578 !important;
}

.text-yellow {
  color: #ffb300 !important;
}

.btn-red {
  color: #fff;
  border: none;
  border-radius: 50px;
  width: 150px;
  background: #f84747;
  box-shadow: 1px 4px 10px #e44444a3;
} */

/* =================home-header================ */
.nav-link {
  color: var(--white-color);
  padding: 0px 21px !important;
  font-size: 18px;
}

.nav-link i {
  font-size: 25px;
  line-height: 35px;
}

.navbar .navbar-brand {
  width: 130px;
  padding: 0;
}

.navbar .navbar-brand img {
  width: 100%;
}

.navbar {
  background-color: var(--dark);
  padding: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--white-color);
}

.navbar .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) #2e3c4dad !important;
}

.navbar .navbar-nav .nav-item .nav-link .navbar-profile {
  display: flex;
  font-weight: normal;
  align-items: center;
}

.img-xs {
  width: 35px;
  height: 35px;
}

.navbar .navbar-nav .nav-item .nav-link .navbar-profile .navbar-profile-name {
  white-space: nowrap;
  margin-left: 1rem;
}

.navbar .navbar-nav .nav-item .nav-link .navbar-profile i {
  color: #a7afb7;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}

/* =================home-header================ */
/* ==============main-menu============= */
.main-menu-box {
  background-color: #eaeaed;
  padding: 15px;
  text-align: center;
  margin-top: 20px;
  border-radius: 6px;
  box-shadow: 1px 1px 57px #d1d2d9;
}

.menu-box-icon {
  width: 82px;
  margin: 0 auto;
  background: #ffffff;
  padding: 21px;
  border-radius: 72px;
  /* border: solid 1px #eaeaed; */
  box-shadow: 1px 1px 13px #cecccc;
}

.menu-box-text h3 {
  font-size: 16px;
  color: #03105c;
  margin-top: 10px;
}

.header-bar {
  color: #88889f;
  font-size: 20px;
}

/* =================dashbord-canvas=============== */
/* .card .card-title {
  color: #010101;
  margin-bottom: 1.125rem;
  text-transform: capitalize;
  font-weight: 600;
}

.dy-miter h5 {
  font-size: 14px;
}

.blue-purple-text {
  color: #3f51b5;
  font-weight: 600;
}

.card-body.dy-miter h2 {
  font-size: 1.4rem;
}

.card-body.dy-miter h6 {
  font-size: 0.9375rem;
  font-size: 14px;
  font-weight: 500;
}

.card-body.dy-miter .icon-lg {
  font-size: 2.5rem;
} */

/* .navbar-nav-right {
  margin-left: auto;
} */

.profile-img-text a {
  margin-right: 20px;
  line-height: 16px;
  display: flex;
  /* line-height: 7px; */
  align-items: center;
  color: #5b6089;
}

.profile-text {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  color: #fff;
}

.dashboard-icon {
  color: #fff;
  font-size: 16px;
  display: flex;
}

.dashboard-icon i {
  font-size: 26px;
}

.dashboard-hd h1 {
  font-size: 28px;
  color: #fff;
}

.g-color {
  top: 0;
  position: absolute;
  height: 170px;
  background: linear-gradient(
    0deg,
    rgba(1, 208, 229, 1) 0%,
    rgb(1 208 229) 100%
  );
  margin-top: 0;
  left: 0;
  width: 100%;
}

header hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 2px solid #fff;
  opacity: 1;
}

.table-header ul {
  list-style: none;
}

.table-header .form-control {
  height: 38px;
  line-height: 1;
  border: solid 1px #9d9d9d;
  border-radius: 7px;
}

.table-header ul li {
  color: #fff;
}

/* .table-header .search-icon {
  position: absolute;
} */

.serach-ar {
  background: none;
  border: solid 1px #b0b0b0;
  padding: 0 12px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 16px;
}

.table-header .form-select {
  height: 38px;
  line-height: 1;
  border: solid 1px #9d9d9d;
  border-radius: 7px;
}

.search-icon {
  border: none;
  background: none;
  color: var(--primary-color);
}

.serach-ar input {
  height: 24px;
  border: none;
  background: none;
  padding: 0;
}

.serach-ar input:focus {
  box-shadow: none;
  outline: 0;
}

.container-sec {
  background-color: #fff;
  width: 100%;
  height: 78vh;
  border-radius: 20px;
  overflow: auto;
}

.cat-ar {
  background-color: #fff;
  box-shadow: 1px 1px 10px #b4b4b4;
  padding: 16px;
  border-radius: 6px;
}

.cat-ar ul {
  list-style: none;
}

.cat-ar ul li {
  padding: 0 12px;
}

.cat-ar li img {
  width: 20px;
}

.cat-sec h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 0;
  color: var(--primary-color);
}

.cat-sec h3::before {
  width: 2px;
  top: -14px;
  right: 25px;
  content: "";
  position: absolute;
  height: 50px;
  background: #a7a7a7;
}

.cotainer-body {
  background-color: #eeeeee;
  position: relative;
  min-height: 100%;
}

.tank-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 1px 8px #c2c2c2;
}

.tank-hd {
  background: var(--gradient-color);
  padding: 15px;
  font-weight: 500;
  color: #fff;
}

.tank-box ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: center;
  margin-bottom: 0;
}

.tank-box ul li {
  width: 28%;
  margin-bottom: 15px;
  text-align: center;
  border: solid 2px #0cb000;
  padding: 11px;
  margin: 5px 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .tank-sec .col-md-3 {
    width: 25%;
  }

  .cat-sec .col-md-2 {
    width: 10%;
  }

  .cat-sec .col-md-10 {
    width: 90%;
  }
}

.tank-box {
  margin-bottom: 30px;
}

.tank-box ul li img {
  margin-right: 5px;
  width: 19px;
}

.tank-box ul li span {
  font-size: 14px;
  font-weight: 600;
}

.parple-color {
  color: #703ace;
}

.blue-color {
  color: var(--primary-color);
}

.green-color {
  color: #2a9a3a;
}

.orange-color {
  color: #ff9307;
}

.brown-color {
  color: #8c3e1b;
}

.icon-ar .red-fill {
  background: #ff0000;
  border: solid 2px #ff0000;
}

.icon-ar .red-fill img {
  filter: brightness(0) invert(1);
}

.icon-ar .red-fill span {
  color: #fff !important;
}

.page-hading a {
  font-size: 20px;
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 20px;
}

.page-hading a i {
  margin-right: 10px;
}

.btn-footer {
  position: absolute;
  bottom: 0;

  width: 100%;
  padding: 20px;
  left: 0;
  text-align: right;
}

.btn-footer .btn-sec {
  border-top: solid 1px #939090;
  padding-top: 10px;
}

.btn-brder {
  border: solid 1px #3d3d3d;
  padding: 6px 24px;
  color: #3d3d3d;
}

.btn-primary {
  background: var(--primary-color);
  border: solid 1px var(--primary-color);
  color: #fff;
  padding: 6px 24px;
}

.btn-brder:hover {
  color: #fff;
  background-color: #3d3d3d;
  border: solid 1px #3d3d3d;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-control,
.form-select {
  border-radius: 4px;
  height: 46px;
  line-height: 2;
  border: solid 1px #333;
}

.red-text {
  color: #c82626;
}

/* .sort-by {
  margin-top: -15px;
} */

.sort-by select {
  border: solid 1px #ddd;
  height: 40px;
  line-height: 1;
  border-radius: 8px;
}

.black-btn i {
  font-weight: 300;
  font-size: 15px;
}

.black-btn {
  background-color: var(--dark-grey);
  color: var(--white-color);
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.black-btn:hover,
.black-btn:focus {
  background-color: var(--dark-grey);
  color: var(--white-color);
}

.table-ar .table {
  background-color: #96caea;
  border: solid 2px #145780;
  border-radius: 5px;
}

.table-ar .table tr td {
  padding: 15px;
  color: #151414;
  text-align: center;
}

.table-ar .table tr th {
  text-align: center;
  padding: 15px;
}

.table-ar .table .table-hd tr th {
  color: #fff;
  border-right: solid 1px #fff;
}

.table-icon {
  margin: 0;
  list-style: none;
}

.table-icon li a {
  padding: 5px;
}

.table-icon li i {
  font-size: 18px;
  color: var(--primary-color);
}

.tank-wise-sec h2 {
  font-size: 16px;
  color: var(--primary-color);
}

.date-hd h3 {
  font-size: 16px;
  color: #198050;
}

.name-hd h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
}

.white-box {
  padding: 25px;
  background-color: #fff;
  border: solid 1px var(--dark-grey);
}

.type-input-ar .form-select {
  border: solid 1px #cdcdcd;
  height: 40px;
  line-height: 1;
}

.close {
  font-size: 25px;
}

.download-btn {
  background-color: #198754;
  padding: 4px 20px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.download-btn i {
  font-size: 24px;
  margin-right: 10px;
}

.download-btn:hover,
.download-btn:focus {
  background-color: #198754;
  color: #fff;
}

/* 
.switches-container {
  width: 20rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: var(--light-grey);
  line-height: 3rem;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 48px;
}


.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}


.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: var(--dark-grey);
  font-weight: 800;
}


.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);

}


.switch {
  border-radius: 10px;
  background: var(--primary-color);
  height: 100%;
}

.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: var(--white-color);
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}


.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}


.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}


.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch a:nth-of-type(1) div {
  opacity: 1;
}


.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch a:nth-of-type(2) div {
  opacity: 1;
}
 */

.detasheet-graph-icon {
  width: 16rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: var(--light-grey);
  line-height: 3rem;
  border-radius: 10px;
  height: 46px;
}

.detasheet-graph-icon a {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.detasheet-graph-icon .active {
  color: #ffffff;
  background: #007dd2;
  border-radius: 10px;
}

/* ===============login-page-signup page=================== */
.login-bg {
  position: relative;
  height: 100vh;
}

.logo-gov-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  top: 46px;
}

.login-bg::before {
  /* background-color: #d8dcdd57; */
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.contant-sec {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 10%;
}

.left-contant h1 {
  font-size: 36px;
  color: #000000;
}

/* .left-contant {
  position: absolute;
  top: 0
} */
.left-contant p {
  text-align: center;
  font-family: var(--heading-font);
  margin-top: 25px;
  font-size: 25px;
}

.left-contant {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  /* bottom: auto; */
  display: flex;
  height: 100%;
  align-items: center;
}

.login-page {
  height: 100vh;
  background: linear-gradient(
    0deg,
    rgba(1, 208, 229, 1) 0%,
    rgba(0, 125, 210, 1) 100%
  );
  overflow: hidden;
}

.contant-sec h2 {
  color: #fff;
}

form.form-ar .field {
  width: 100%;
  margin-bottom: 20px;
}

form.form-ar .field.shake {
  animation: shake 0.3s ease-in-out;
}

@keyframes shake {
  0%,
  100% {
    margin-left: 0px;
  }

  20%,
  80% {
    margin-left: -12px;
  }

  40%,
  60% {
    margin-left: 12px;
  }
}

form.form-ar .field .input-area {
  position: relative;
}

form.form-ar select {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 45px;
  font-size: 15px;
  color: #fff;
  background: none;
  caret-color: #5372f0;
  border-radius: 5px;
  border: 1px solid #ffffff26;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
  height: 55px;
}

form.form-ar input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 45px;
  font-size: 15px;
  color: #fff;
  background: none;
  caret-color: #5372f0;
  border-radius: 5px;
  border: 1px solid #ffffffa3;
  border-bottom-width: 1px;
  transition: all 0.2s ease;
  height: 55px;
}

form.form-ar .field input:focus,
form.form-ar .field.valid input {
  border-color: #ffffff;
}

form.form-ar .field.shake input,
form.form-ar .field.error input {
  border-color: #dc3545;
}

.input-area label {
  color: #ffffff;
  font-size: 15px;
  font-family: var(--heading-font);
}

.field .input-area i {
  position: absolute;
  top: 58px;
  font-size: 18px;
  transform: translateY(-50%);
}

.input-area .icon {
  left: 15px;
  color: #bfbfbf;
  transition: color 0.2s ease;
}

form.form-ar .form-control:focus {
  background-color: #04284c7a;
  color: #ffffff;
}

.input-area .error-icon {
  right: 15px;
  color: #dc3545;
}

form.form-ar input:focus ~ .icon,
form.form-ar .field.valid .icon {
  color: #fff;
}

form.form-ar .field.shake input:focus ~ .icon,
form.form-ar .field.error input:focus ~ .icon {
  color: #bfbfbf;
}

form.form-ar input::placeholder {
  color: #f3f3f349;
  font-size: 13px;
}

form.form-ar .field .error-txt {
  color: #dc3545;
  text-align: left;
  margin-top: 5px;
}

form.form-ar .field .error {
  display: none;
}

form.form-ar .field.shake .error,
form.form-ar .field.error .error {
  display: block;
}

form.form-ar .pass-txt {
  text-align: left;
  margin-top: -10px;
}

form.form-ar .pass-txt a {
  color: #fff;
}

/* .wrapper a {
  color: #5372F0;
  text-decoration: none;
}

.wrapper a:hover {
  text-decoration: underline;
} */

form.form-ar input[type="submit"] {
  height: 50px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  border: none;
  box-shadow: 0 3px 19px #05244a70;
  background: rgb(255, 217, 17);
  background: linear-gradient(
    90deg,
    rgba(255, 217, 17, 0.9248074229691877) 0%,
    rgba(233, 161, 0, 1) 100%
  );
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

form.form-ar .login-btn {
  height: 50px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  /* margin-bottom: 12px; */
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  border: none;
  box-shadow: 0 3px 19px #05244a70;
  background: rgb(51 51 51);
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  line-height: 2;
}

.field .input-area .toggle-password {
  right: 25px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

.error .toggle-password {
  display: none;
}

.sign-txt {
  color: #fff;
}

form.form-ar input[type="submit"]:hover {
  background: #2c52ed;
}

.blue-text {
  color: #0099cb;
}

.contant-sec h5 {
  color: #fff;
  font-size: 12px;
}

.table-ar .table-icon i {
  font-size: 36px;
}

/* ===============login-page-signup page-end=================== */
.table-hd {
  background-color: #145780;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgb(255 255 255);
}

.date-input {
  position: relative;
}

.date-input i {
  color: #222;
  font-size: 18px;
  right: 7px;
  position: absolute;
  top: 6px;
}

.inputRemove {
  position: absolute;
  right: -76px;
  top: 36px;
  font-size: 15px;
  line-height: 1;
  color: #3d3d3d;
  height: 37px;
  padding: 0px 13px;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 1px #d8d8d8;
  /* margin: 0px 30px 20px 0px !important; */
  background: #da3d3d;
  color: #fff;
}

.add_input {
  font-size: 15px;
  line-height: 2.3;
  color: #3d3d3d;
  height: 37px;
  padding: 0px 13px;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 1px #d8d8d8;
  background: #359166;
  color: #fff;
}
#KPI_wise .d-flex.align-items-center.position-relative .w-25 {
  width: 100% !important;
}
.required_inp {
  padding-right: 15px;
}
