.wrapper {
  height: 100%;
}
.navbar {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.sidebar-content {
  position: relative;
  overflow: hidden;
  background-color: #132A3F !important;
  border-radius: 15px;
  margin: 10px !important;
  height: 98% !important;
  padding: 0;
}
.content {
  background-color: #f4f3f0;
  overflow-y: auto;
}
.sidebar-toggle {
  margin-right: 1rem !important;
}
.hamburger:before {
  width: 22px;
}
.hamburger:after {
  width: 22px;
}
.hamburger,
.hamburger:after,
.hamburger:before {
  background: #bababa;
}
.sidebar-toggle:hover .hamburger,
.sidebar-toggle:hover .hamburger:after,
.sidebar-toggle:hover .hamburger:before {
  background-color: #132a3f;
}

body:not([data-sidebar-position="right"]) .sidebar-toggle {
  margin-right: unset;
}
.sidebar-toggle {
  width: 22px;
  height: 22px;
}
.vr {
  opacity: 1;
  background-color: #c2c2c2;
}
.sidebar-header {
  padding-top: 1rem;
}

.sidebar-header {
  color: #132a3f;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.sidebar [data-bs-toggle="collapse"]:before {
  content: url("/assets/svg/arrow.svg");
  border: 0;
  transform: rotate(0);
  top: 7px;
  right: 0.2rem;
}
.sidebar [aria-expanded="true"]:before,
.sidebar [data-bs-toggle="collapse"]:not(.collapsed):before {
  top: 7px;
  transform: rotate(180deg);
}

.sidebar-nav .sidebar-item {
  padding: 0.625rem 1.5rem;
}
.sidebar-nav .sidebar-link,
a.sidebar-link {
  padding: 0.625rem 1rem;
}
body[data-theme="light"] .sidebar-link,
body[data-theme="light"] a.sidebar-link {
  color: #989898;
}

body[data-theme="light"] .sidebar-item.active .sidebar-link:hover i,
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover .filler-svg,
body[data-theme="light"] .sidebar-item.active > .sidebar-link i,
body[data-theme="light"] .sidebar-item.active > .sidebar-link .filler-svg {
  fill: #fff;
}
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover i,
body[data-theme="light"]
  .sidebar-item.active
  .sidebar-link:hover
  .only-stroke
  path,
body[data-theme="light"] .sidebar-item.active > .sidebar-link i,
body[data-theme="light"]
  .sidebar-item.active
  > .sidebar-link
  .only-stroke
  path {
  stroke: #fff;
}
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="light"] .sidebar-item.active > .sidebar-link {
  color: #fff ;
  background-color: #132a3f;
  border-radius: 4px 0px 0px 4px;
}

body[data-theme="light"] .sidebar-link:hover {
  color: #132a3f;
}
body[data-theme="light"] .sidebar-link:hover .filler-svg {
  fill: #132a3f;
}
body[data-theme="light"] .sidebar-link:hover .only-stroke path {
  stroke: #132a3f;
}

.sidebar-nav .sidebar-item .sidebar-link svg {
  margin-right: 0.7rem;
}

.profile-sidebar-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 1rem 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.profile-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-left .profile-left-information p,
.profile-left .profile-left-information span {
  margin: 0;
  color: #989898;
}

.profile-left .profile-left-information p {
  font-weight: 700;
  font-size: 14px;
}
.profile-left .profile-left-information span {
  font-weight: 400;
  font-size: 12px;
}
.signout-sidebar-bottom a {
  color: #132a3f;
}

.toolbar-section-top {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 48px;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  font-size: 12px;
  color: rgba(152, 152, 152, 1);
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}

.toolbar-section-master-data {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 48px;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem 2rem;
  font-size: 12px;
  color: rgba(152, 152, 152, 1);
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.filter-input-custom {
  display: flex;
  align-items: center;
  gap: 6px;
}

.filter-input-custom.filter-select {
  gap: 8px;
}

.filter-input-custom.filter-select.disabled {
  color: #ccc !important;
}

.card-row-dashboard {
  margin-top: 2.25rem;
}
.card {
  border-radius: 25px;
}
.form-group.has-search {
  display: flex;
  align-items: center;
  position: relative;
}
.form-control,
.form-select {
  border-radius: 15px !important;
  padding: 0.8rem 1rem;
  font-size: 13px;
}
.btn {
  border-radius: 20px !important;
}
.card-dashboard {
  background: #fff;
  padding: 20px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

.gap-dashboard-card {
  --bs-gutter-y: 12px;
  --bs-gutter-x: 12px;
}

.card-dashboard p {
  padding: 0;
  margin: 0;
}

.card-dashboard .card-dashboard-label {
  color: rgba(158, 158, 158, 1);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.card-dashboard .card-dashboard-info {
  color: #132a3f;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.card-dashboard .card-dashboard-info.voltage {
  font-size: 24px;
}

.container-content {
  margin-top: 2.25rem;
  background: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 4px;
}
.content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  overflow-y: hidden;
  overflow-x: auto;
}
.filter-input-custom span{
  white-space: nowrap;
}
.container-content .heading-title-card-content {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.form-control {
  background-color: #f0f0f0; /* Replace with your desired color */
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: fit-content;
  line-height: 1.9rem;
  text-align: center;
  pointer-events: none;
  color: #fff !important;
}

.table tbody tr td,
.table thead tr th {
  text-align: center;
}
.table-background {
  background: #132a3f;
  color: white;
}

.table-background tr th {
  color: #fff;
}

.btn-master {
  background: #132a3f;
  color: white;
}
.input-group-currency {
  display: flex;
  position: relative;
}
.input-group-currency span {
  position: absolute;
  padding: 0.8rem 1rem;
}
.currency-input {
  padding: 0.8rem 2.5rem;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #132a3f !important;
}
.tab-toolbar {
  cursor: pointer;
}
.tab-toolbar.active {
  font-weight: 700;
  color: #132a3f;
}
.btn-outline-master {
  background-color: transparent;
  border-color: #132a3f;
  color: #132a3f;
}
.swal2-actions {
  column-gap: 0.8rem;
}
.page-name{
  text-transform: capitalize;
}
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination {
  --bs-pagination-border-color: transparent;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: transparent;
  --bs-pagination-hover-bg: transparent;
  --bs-pagination-hover-border-color: transparent;
}
.sidebar-dropdown .sidebar-item .sidebar-link {
  font-size: 12px;
  padding: 0;
}

body[data-theme="light"] .sidebar-dropdown .sidebar-item .sidebar-link:hover {
  color: #fff;
  background-color: transparent;
}

body[data-theme="light"]
  .sidebar-dropdown
  .sidebar-item.active
  > .sidebar-link {
  background-color: transparent;
}
body[data-theme="dark"] .sidebar-dropdown .sidebar-item.active .sidebar-link,
body[data-theme="light"] .sidebar-dropdown .sidebar-item.active .sidebar-link {
  color: #fff;
}
.dotted-circle {
  width: 20px;
  height: 20px;
  /* border: 2px dotted #555; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}

.card-dashboard.right-border {
  border-right: 10px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
}

.table-information-list {
  display: flex;
  align-items: center;
  gap: 17px;
}
.table-information-list .table-information-list-item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.table-information-list .table-information-list-item p {
  padding: 0;
  margin: 0;
}
.table-information-list .table-information-list-item .til-item-title,
.table-information-list .table-information-list-item .til-item-value {
  font-size: 14px;
  color: #132a3f;
  line-height: 28px;
}
.table-information-list .table-information-list-item .til-item-value {
  font-weight: 700;
}

.table-action-child {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.wrapper-form-access-management {
  padding: 12px 0;
}
.btn:disabled {
  background-color: #132a3f;
}
.form-action-button {
  display: flex;
  gap: 14px;
  justify-content: end;
  padding: 0 1rem;
}

.btn-outline-primary-ubs {
  --bs-btn-color: #132a3f;
  --bs-btn-border-color: #132a3f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #132a3f;
  --bs-btn-hover-border-color: #132a3f;
  --bs-btn-focus-shadow-rgb: 63, 128, 234;
  --bs-btn-active-color: #132a3f;
  --bs-btn-active-bg: #f0f9ff;
  --bs-btn-active-border-color: #132a3f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-gradient: none;
  --bs-btn-border-width: 2px;
  --bs-btn-border-radius: 15px;
  --bs-btn-font-weight: 600;
  --bs-btn-padding-x: 18px;
  --bs-btn-padding-y: 10px;
  white-space: nowrap;
}
.btn.btn-outline-primary-ubs.btn-action:disabled {
  background-color: #f2f4f7;
  border-color: #f2f4f7;
  color: #d0d5dd;
  opacity: 1;
  border-width: 1px;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

.btn.btn-primary-ubs.btn-action:disabled {
  background-color: #f2f4f7;
  border-color: #f2f4f7;
  color: #d0d5dd;
  opacity: 1;
  border-width: 1px;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

.btn-primary-ubs {
  --bs-btn-color: #fff;
  --bs-btn-bg: #20315c;
  --bs-btn-border-color: #20315c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #213054;
  --bs-btn-hover-border-color: #213054;
  --bs-btn-focus-shadow-rgb: 92, 147, 237;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #20315c;
  --bs-btn-active-border-color: #2f60b0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-border-radius: 15px;
  --bs-btn-padding-x: 18px;
  --bs-btn-padding-y: 10px;
}

.total-footer-table td {
  color: #132a3f;
  font-weight: 700;
}

.btn-outline-primary-ubs.btn-action {
  --bs-btn-padding-x: 16px;
  --bs-btn-padding-y: 8px;
}

.dropdown-menu {
  --bs-dropdown-border-radius: 8px;
  --bs-dropdown-border-color: #f2f4f7;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-bg: #fff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03),
    0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  margin-top: 8px !important;
}

.dropdown-item {
  font-weight: 500;
  color: #101828;
}

.simplebar-content {
  height: 100vh;
  overflow-y: auto;
}
.sidebar-nav {
  height: calc(100% - 125px);
  overflow: auto;
}
.filter-date {
  cursor: pointer;
}
.filter-select.dropdown-toggle:after,
.filter-date.dropdown-toggle:after {
  border: none;
  border-width: 0;
  display: none;
  padding: 0;
}
.filter-date input {
  border: none;
  padding: 0;
  color: #989898;
  width: 155px;
}

.filter-select {
  cursor: pointer;
}
.filter-select input:disabled,
.filter-date input:disabled {
  background-color: transparent;
  cursor: pointer !important;
}

.select-per-page-table {
  border: none;
  color: #6c757d;
  cursor: pointer;
}

.select-per-page-table:focus-visible {
  outline: none;
}

.select-per-page-table {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wrapper-info-datatables {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  overflow-x: auto;
}
.wrapper-select-custom-datatables {
  display: flex;
  align-items: center;
}
.disabled > .page-link svg {
  fill: hsla(208, 7%, 46%, 0.75);
}

.page-link:focus,
.page-link:focus svg {
  background-color: transparent;
  outline: none;
  color: #101828;
  box-shadow: none;
  fill: #101828;
}
.page-link:hover svg {
  fill: #020202;
}
.active > .page-link,
.page-link.active {
  color: #132a3f;
  background-color: transparent;
  border-color: transparent;
}

.wrapper-landing {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  max-height: 100vh;
  padding: 8rem 12rem;
}
.wrapper-landing img {
  width: 35%;
}
.row.wrapper-landing-item {
  padding: 0;
  margin: 0;
}
.card-landing-item {
  width: 200px;
  height: 200px;
  margin: auto;
  background-color: #132a3f;
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 10px 11px 23px -6px rgba(209, 209, 209, 1);
  -moz-box-shadow: 10px 11px 23px -6px rgba(209, 209, 209, 1);
  box-shadow: 10px 11px 23px -6px rgba(209, 209, 209, 1);
  row-gap: 1rem;
}
.card-landing-item:hover {
  text-decoration: none;
  background-color: #f4f3ef;
  transition: all 0.1s ease-in;
  border: 1px dotted #132a3f;
  color: #132a3f;
}

.card-landing-item span {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}
.card-landing-item i {
  font-size: 3rem;
  margin: 0 auto;
}
.card-landing-item.add-item-landing {
  background-color: transparent;
  border: 1px dotted #132a3f;
  color: #132a3f;
}
.card-landing-item.add-item-landing span {
  font-weight: 300;
  font-size: 4rem;
}
.card-landing-item.add-item-landing:hover {
  background-color: #11273d;
  color: #fff;
  transition: all 0.1s ease-in;
}
.logo-signin {
  width: 30%;
  margin: auto;
  padding: 1rem 0;
}
.logo-signin img {
  width: 100%;
}
.btn.signin {
  background-color: #132a3f;
  outline: none;
  border: none;
}
.content.signin {
  background-image: url("/assets/img/background-auth.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content.signin .overlay-bg-signin {
  background-color: #11273d;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.signin-card {
  z-index: 11;
}
.error-message {
  color: red;
  font-size: 11px;
  margin-top: 5px;
}
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="light"] .sidebar-item.active > .sidebar-link {
  border-radius: 18px;
}

.table thead tr th:nth-child(1) {
  border-radius: 10px 0 0 10px !important;
}
.table thead tr th:last-child {
  border-radius: 0 10px 10px 0 !important;
}

/* UTILS */
.card-green-border {
  border-color: #73be9d !important;
}
.card-red-border {
  border-color: #d4494c !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 25px;
  overflow: hidden;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #4caf50;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.toggle-switch-group {
  display: flex;
  flex-direction: column;
}

.toggle-switch-wrapper {
  margin-right: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.page-name {
  margin-left: 5px;
  font-size: 12px;
}

.modal-body-installation {
  padding: 20px;
  height: 25rem;
  overflow-y: auto;
}
.modal-body-installation-multiple {
  padding: 20px !important; 
  height: 25rem;
  overflow-y: auto;
}
.wizard-primary.sw-theme-default>.nav .nav-link.done:after{
  background-color: gray !important;
}
.wizard-primary.sw-theme-default>.nav .nav-link.active:after{
  background-color: #11273d !important;
}
.wizard-primary.sw-theme-default>.nav .nav-link.active{
  color: #20315c !important;
}
.wizard-primary.sw-theme-default>.nav .nav-link.done{
  color: gray !important;
}
.sw-theme-default .toolbar>.btn{
  background-color: #11273d;
  border-color: #11273d;
}
.error-message{
  color: unset !important;
}
.wrapper-item-wizard-summary{
  margin-top: 0.8rem;
}
.wrapper-item-wizard-summary span{
  font-size: 14px;
  font-weight: 700;
}
.wrapper-item-wizard-summary p{
  font-size: 16px;
  font-weight: 800;
  color: #000;
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
  border-radius: 25px 0 0 25px !important;
}
.input-group-append span {
  width: 100%;
  height: 100%;
  border-radius: 0 25px 25px 0;
}
/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet 
   480-less    - phone landscape & smaller
--------------------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) {
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 480px) and (max-width: 768px) {
  /* Filter responsive styles for tablet */
  #filterGasMonitoring .form-group {
    margin-bottom: 0.5rem !important;
  }
  #filterGasMonitoring .form-control,
  #filterGasMonitoring .form-select {
    font-size: 12px !important;
    padding: 0.6rem 0.8rem !important;
  }
  #exportButton {
    font-size: 11px !important;
    padding: 0.4rem 0.8rem !important;
  }
}

@media all and (max-width: 480px) {
  .ic-landing {
    font-size: 2rem !important;
  }
  .wrapper-landing {
    padding: 1rem;
    min-height: 100vh;
    justify-content: center;
    gap: 3rem;
  }
  .wrapper-landing img {
    width: 50%;
  }
  .card-landing-item {
    width: 100px;
    height: 100px;
  }
  .card-landing-item span {
    font-size: 0.5rem;
  }
  .row.wrapper-landing-item {
    row-gap: 1rem;
  }
  .toolbar-section-top.header-tst {
    bottom: 10px;
    position: fixed !important;
    top: auto !important;
    border-radius: 20px;
    width: calc(100% - 47px);
    left: auto !important;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.1) !important;
    z-index: 10 !important;
  }
  .toolbar-section-master-data {
    bottom: 10px;
    position: fixed !important;
    top: auto !important;
    border-radius: 20px;
    width: calc(100% - 47px);
    left: auto !important;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.1) !important;
    z-index: 10 !important;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .toolbar-section-master-data span {
    white-space: nowrap;
  }
  #overview, #graphic {
    margin-top: 0 !important;
    padding-bottom: 3rem;
  }
  #graphic .card-row-dashboard {
    margin-top: 0 !important;
  }
  .form-control, .form-select{
    padding: 0.8rem 8rem;
  }
  .container-content{
    margin-top: 0;
  }
  .main{
    overflow-x: hidden;
  }
  .toolbar-section-top.header-tst.filtering .filter-input-custom.fic-mb{
    display: inline-flex !important;
  }
  .toolbar-section-top.header-tst.filtering {
    justify-content: flex-start !important;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .card-row-dashboard{
    margin-top: 0;
  }
  .toolbar-section-top.header-tst.filtering .fic-lg{
    display: none;
  }
  .container-content {
    margin-top: 0 !important;
  }
  .table-information-list{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .navbar h3 {
    font-size: 16px;
  }
  .heading-title-card-content{
    font-size: 16px !important; 
    white-space: nowrap;
  }
  
  /* Filter responsive styles for mobile */
  #filterGasMonitoring .form-group {
    margin-bottom: 0.5rem !important;
  }
  #filterGasMonitoring .form-control,
  #filterGasMonitoring .form-select {
    font-size: 11px !important;
    padding: 0.5rem 0.75rem !important;
  }
  #filterGasMonitoring .col-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  #filterGasMonitoring .col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #exportButton {
    font-size: 10px !important;
    padding: 0.3rem 0.6rem !important;
  }
  .d-flex.justify-content-between {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .d-flex.justify-content-between .ms-3 {
    margin-left: 0 !important;
    margin-top: 0.5rem !important;
    align-self: flex-end !important;
  }
}

.sticky [data-sticky-td] {
	position: sticky;
	background-color: #F5F5F5;
	--bs-table-accent-bg: unset;
	box-shadow: 0px 0px 2px #ccc;
}

.sticky [data-sticky-last-left-td] {
	background-color: #F5F5F5;
	box-shadow: 0px 0px 2px #ccc;
}

.table thead tr th {
  text-wrap: nowrap;
}

.DTFC_LeftBodyWrapper {
  top: 0;
  background-color: #FFFFFF;
}

table.dataTable {
  margin-bottom: 0 !important;
  margin-top: unset !important;
}

#datatables-reponsive-machine-usage_wrapper table tbody {
  text-wrap: nowrap !important;
}
#datatables-reponsive-loss-machine_wrapper table tbody {
  text-wrap: nowrap !important;
}

#datatables-reponsive-historical-data_wrapper table tbody {
  text-wrap: nowrap !important;
}
#datatables-reponsive-historical-data_wrapper table tbody {
  text-wrap: nowrap !important;
}

.pagination-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.pagination-btn.active {
  background-color: #F0F9FF;
  color: #0056b3 !important;
  border-color: transparent !important;
  border-radius: 10px !important;
}

.btn-primary {
  background-color: #0056b3;
  border-color: #F0F9FF;
}

.btn-danger {
  background-color: red;
  height: 40px;
  border-radius: 12px !important;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #F0F9FF;
}

.btn-secondary {
  background-color: #ffff;
  border-color: #000;
  color: #000;
  border-radius: 12px !important;
  height: 40px !important;
}

.btn-secondary:hover {
  background-color: #000;
  border-color: #000;
  color: #000;
  border-radius: 12px !important;
  height: 40px !important;
}

.btn-secondary:focus {
  background-color: #ffff;
  border-color: #000;
  color: #000;
  border-radius: 12px !important;
  height: 40px !important;
}

.btn-secondary-blue {
  background-color: #132A3F;
  border-color: #132A3F;
  color: #fff;
  border-radius: 12px !important;
  height: 40px !important;
}

.btn-secondary-blue:hover {
  background-color: #132A3F;
  border-color: #132A3F;
  color: #fff;
  border-radius: 12px !important;
  height: 40px !important;
}

.btn-secondary-blue:focus {
  background-color: #132A3F;
  border-color: #132A3F;
  color: #fff;
  border-radius: 12px !important;
  height: 40px !important;
}

.no-focus-outline:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

/* Add this to your custom.css file */
.nav-tabs.rounded-tabs .nav-link {
  text-decoration: none !important;
  border-radius: 20px !important;
  color: #495057;
  background-color: #f8f9fa;
  margin-right: 2px;
  width: 100px;
  text-align: center;
  padding: 0.5rem 1rem;
}

.nav-tabs.rounded-tabs .nav-link.active {
  color: #fff;
  background-color: #132A3F;
  text-decoration: none !important;
}

.nav-tabs.rounded-tabs .nav-link:hover {
  background-color: #e9ecef;
  text-decoration: none !important;
}

.col-md-1-5 {
  flex: 0 0 10%;
  max-width: 10%;
}

.dashed-border {
  border: 2px dashed #000; /* Adjust the width, style, and color as needed */
  padding: 10px; /* Optional: Add padding for better appearance */
  border-radius: 12px;
}

.vertical-fill {
  display: flex !important;
  flex-direction: column !important;
  /* justify-content: space-between !important; Optional: Adjusts spacing between items */
  height: 100% !important; /* Ensures the div fills the available vertical space */
}

.card-grid {
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* max-width: 500px; */
  /* width: 100%; */
}

.header-grid {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.status-dot-grid {
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 50%;
  margin-right: 8px;
}

.title-grid {
  font-size: 18px;
  font-weight: bold;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  font-size: 14px;
  color: #333;
}

.content-grid span {
  font-weight: bold;
}

.full-width-grid {
  grid-column: span 2;
}

.col-md-5-5 {
  flex: 0 0 auto;
  width: 49.233333%; /* (5.5 / 12) * 100 */
}

#myChart {
  height: 100%;
  width: 100%;
  min-height: 150px;
}
 
.zc-ref {
  display: none;
}

.sidebar-item.active > .sidebar-link {
  background-color: #14293F; /* Highlight background color */
  color: #ffffff; /* Highlight text color */
  border-radius: 5px; /* Optional: Rounded corners */
  font-weight: bold; /* Optional: Make text bold */
}

/* Inactive Sidebar Item */
.sidebar-item > .sidebar-link {
  background-color: transparent; /* No background for inactive items */
  color: #989898; /* Inactive text color */
  font-weight: normal; /* Normal text weight */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
}

/* Hover Effect for Inactive Sidebar Item */
.sidebar-item > .sidebar-link:hover {
  background-color: rgba(255, 255, 255, 0.2); /* White with 70% opacity */
  color: #14293F; /* Dark text color on hover */
  border-radius: 5px; /* Optional: Rounded corners */
}

.new-body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
}

.new-login-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.new-login-left {
  flex: 1;
  /* background-image: url('/assets/img/right-side.png'); 
  background-size: cover;
  background-position: center;  */
  background-color: #132A3F;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Align content to the bottom */
  align-items: flex-start; /* Align content to the left */
  padding: 40px;
}

.new-login-left h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.new-login-left p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.new-login-right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new-login-logo img {
  width: 140px;
  margin-bottom: 20px;
}

.new-login-right h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.new-login-right p {
  font-size: 14px;
  margin-bottom: 30px;
  color: #6C757D;
}

.new-form-group {
  width: 100%;
  margin-bottom: 20px;
}

.new-form-group .form-floating label {
  font-size: 14px;
}

.new-forgot-password {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

.new-forgot-password a {
  font-size: 14px;
  color: #0A2540;
  text-decoration: none;
}

.new-forgot-password a:hover {
  text-decoration: underline;
}

.new-login-button {
  width: 100%;
}

.new-login-button .btn-primary {
  background-color: #0A2540;
  border: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}

.new-login-button .btn-primary:hover {
  background-color: #051C12;
}

/* Dashboard Container */
.dashboard-container {
  justify-content: center;
  height: 80vh;
  /* display: flex; */
  width: 100%;
  max-width: 1200px;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Left Section */
.dashboard-left {
  flex: 2;
  padding: 40px;
  /* background-color: #F9FAFB; */
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-right: 1px solid #E5E7EB;
}

.dashboard-logo img {
  width: 150px;
  margin-bottom: 20px;
}

.dashboard-welcome h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1F2937;
}

.dashboard-welcome p {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 10px;
}

.dashboard-link {
  color: #2563EB;
  text-decoration: none;
}

.dashboard-link:hover {
  text-decoration: underline;
}

/* Right Section */
.dashboard-right {
  flex: 3;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dashboard-header {
  width: 100%;
  /* height: 140px; */
  background-color: #FFFFFF; /* Match the background color */
  padding: 20px 20px; /* Add padding for spacing */
  display: flex;
  flex-direction: row;
  align-items: right; /* Align items vertically */
  border-bottom: 1px solid #E5E7EB; /* Optional: Add a bottom border */
}

.dashboard-user .user-info {
  text-align: right;
  width: 100%;
}

.dashboard-user .user-info p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #1F2937;
}

.dashboard-user .user-info span {
  font-size: 12px;
  color: #6B7280;
}

.dashboard-user .user-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/* Menu Section */
.dashboard-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-item {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 15px;
  background-color: #F9FAFB;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.menu-item:hover {
  background-color: #E5E7EB;
}

.menu-icon {
  width: 40px;
  height: 40px;
  background-color: #E0F2FE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.menu-icon i {
  font-size: 20px;
  color: #2563EB;
}

.menu-item p {
  font-size: 16px;
  font-weight: bold;
  color: #1F2937;
  margin: 0;
}

.center {
  display: flex; /* Ensure Flexbox is applied */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  min-height: 100vh; /* Ensure it takes the full height of the viewport */
  padding: 20px; /* Optional: Add padding around the content */
  box-sizing: border-box; /* Include padding in the element's dimensions */
}

.divider {
  width: 1px; /* Thickness of the line */
  background-color: #E5E7EB; /* Light gray color */
  height: auto; /* Adjusts to the height of the container */
  margin: 10px 20px; /* Adds spacing around the divider */
}

#dropdownMenu p {
  font-size: 14px;
  color: #1F2937;
  text-align: left;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

#dropdownMenu p:hover {
  background-color: #F3F4F6;
}

.button-group .btn {
  margin-right: 5px;
  border-radius: 20px;
}

.button-group .btn.active {
  background-color: #1570EF;
  color: white;
}

.button-group-wrapper {
  display: inline-flex;
  border: 1px solid #1570EF; /* Border around the group */
  border-radius: 25px; /* Rounded corners for the group */
  overflow: hidden; /* Ensure buttons stay inside the group */
  margin-right: 10px; /* Space between groups */
  margin-top: 7px;
}

/* Style for individual buttons */
.button-group-wrapper .btn {
  border: none; /* Remove individual button borders */
  border-radius: 0; /* Remove button-specific rounding */
  padding: 5px 9px; /* Adjust padding for better spacing */
  font-size: 9px; /* Adjust font size */
  font-weight: 400; /* Adjust font weight */
  color: #1570EF; /* Button text color */
  background-color: #fff; /* Button background color */
  transition: background-color 0.3s, color 0.3s; /* Smooth hover effect */
}

/* Add hover effect for buttons */
.button-group-wrapper .btn:hover {
  background-color: #1570EF; /* Hover background color */
  color: #fff; /* Hover text color */
}

/* Add active button styling */
.button-group-wrapper .btn.active {
  background-color: #1570EF; /* Active background color */
  color: #fff; /* Active text color */
}

/* Remove right border for all buttons except the last one in the group */
.button-group-wrapper .btn:not(:last-child) {
  border-right: 1px solid #ccc; /* Add a divider between buttons */
  
}

.button-group-wrapper .btn:last-child {
  margin-right: 0; /* Remove the right margin */
}

.sticky-section {
  position: sticky;
  top: 0; /* Distance from the top of the viewport */
  z-index: 1000; /* Ensure it stays above other elements */
  background-color: white; /* Add a background color to avoid transparency issues */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow for better visibility */
  border-radius: 26px;
}