.no-hover:hover {
  background-color: inherit;
  background: inherit;
  color: inherit;
}

.input-highlight {
  border: 1px solid var(--danger) !important;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a {
  gap: 10px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li span {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--sidebar-text);
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li span.active,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li span:hover {
  color: var(--dark);
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li span i {
  font-size: 16px;
  margin-right: 15px;
}

.icon-holder {
  height: 40px;
  width: 40px;
  border-radius: 7px;
  overflow: hidden;
  margin-right: 12px;
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: white;
}

#datatableListIdDatatableHolder {
  padding: 0 50px;
}


#datatable-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#datatable-controls>div {
  display: flex;
  gap: 10px;
  align-items: center;
}

#search-container {
  display: flex;
  gap: 10px;
}

.dt-buttons {
  margin: 0;
}

.dt-empty {
  text-align: center !important;
}

#sendingReports_length {
  margin: 0;
}

.customListSelect2 {
  height: 30px !important;
  border-radius: 7px !important;
  padding: 0 10px !important;
  display: flex !important;
  align-items: center !important;
  max-width: 300px !important;
  width: 100% !important;
}

.customListSelect2 .select2-selection__arrow {
  height: 28px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 12px !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ec601a !important;
  border-color: #ec601a !important;
}

.column-search {
  border-radius: 7px !important;
  max-width: 300px !important;
  width: 100% !important;
  height: 20px !important;
}

.select2 {
  border-radius: 7px !important;
  max-width: 300px !important;
  width: 100% !important;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 80px !important;
  padding: 5px 15px !important;
}

.select2-container--open .select2-dropdown--below {
  min-width: 300px !important;
}








/* Ensure consistent box-sizing */
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
  text-align: center !important;

}

/* Optional: Improve table responsiveness */
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* Ensure that badges and other content do not cause overflow */
.badge {
  white-space: nowrap;
}

/* Adjust padding and margins if necessary */
th,
td {
  padding: 8px 12px;
  white-space: nowrap;
}



.dt-header {
  display: flex;
  justify-content: space-between;
  /* Space between buttons and length menu */
  align-items: center;
  /* Vertically center the items */
  margin-bottom: 10px;
  /* Optional: Add spacing below the header */
}

.dt-header .dt-buttons {
  display: flex;
  gap: 10px;
  width: 100%;
  /* Space between buttons */
}

.dt-header .dataTables_length {
  margin: 0;
  /* Remove default margins */
}

.dt-footer {
  display: flex;
  justify-content: space-between;
  /* Space between buttons and length menu */
  align-items: center;
  /* Vertically center the items */
  margin-top: 10px;
  /* Optional: Add spacing below the header */
}

.dt-footer .dt-buttons {
  display: flex;
  gap: 10px;
  /* Space between buttons */
}

.dt-footer .dataTables_length {
  margin: 0;
  /* Remove default margins */
}

.dropDownBtn {
  background: white !important;
  border-radius: 7px !important;
  color: var(--main-color);
  /* border: 1px solid var(--main-color) */
}

.dropDownBtn:hover {
  background: white !important;
  border-radius: 7px !important;
  color: var(--main-color);
  /* border: 1px solid var(--main-color) */
}

.dt-input {
  border-radius: 7px !important;
  padding: 5px 15px !important;
}

.dt-paging-button {
  border: 1px solid #e6e6e6 !important;
  border-radius: 7px !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  background: #EC601A !important;
  color: white !important;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: #71838b !important;
  color: white !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
  background: #f1f1f2 !important;
  color: #71838b !important;
}


table.dataTable tbody tr.selected>* {
  box-shadow: inset 0 0 0 9999px #94bdfa !important;
  color: #071437;
}

.dtInnerBtn {
  margin: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: white;
  border: 1px solid white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus-visible {
  background: white;
  border: 1px solid white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: white;
  border: 1px solid white;
  box-shadow: none;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 60px;
  border: 1px solid #dbdbdc;
}

table.dataTable.cell-border>tbody>tr>th,
table.dataTable.cell-border>tbody>tr>td {
  border-left: none !important;
  border-right: 1px dashed #ededed !important;
  border-top: 1px dashed #ededed !important;

}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  border-left: none !important;
  border-right: 1px dashed #ededed !important;
  border-top: 1px solid #d1d1d1 !important;
  border-bottom: 1px solid #d1d1d1 !important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #d1d1d1 !important;
  border-left: 1px solid #d1d1d1 !important;
  border-right: 1px solid #d1d1d1 !important;
}

.dt-buttons {
  width: 30%;

  /* text-align: center; */
}

.tableBtn {
  width: 12% !important;
  font-size: 13px !important;
  font-weight: bold !important;
  min-width: 95px;
  max-width: 150px;
  text-decoration: none;
  padding: 6px 20px;
  background: rgba(54, 92, 245, 0.12);
  color: #365CF5;
  border-radius: 7px !important;
  border: none !important;
}

.tableBtn:hover {
  background: var(--primary) !important;
}

.tableHeaderDeleteBtn {
  width: 12% !important;
  font-size: 13px !important;
  font-weight: bold !important;
  min-width: 95px;
  max-width: 150px;
  text-decoration: none;
  padding: 6px 20px;
  background: var(--danger-light) !important;
  color: white !important;
  border-radius: 7px !important;
  border: none !important;
}

.tableHeaderDeleteBtn:hover {
  background: var(--danger) !important;
  color: white !important;
}

.approvalDangerBtn {
  /* width: 12% !important; */
  /* font-size: 13px !important; */
  /* font-weight: bold !important; */
  /* min-width: 95px; */
  /* max-width: 150px; */
  /* text-decoration: none; */
  /* padding: 6px 20px; */
  background: var(--danger-light) !important;
  color: white !important;
  /* border-radius: 7px !important; */
  border: none !important;
}

.approvalDangerBtn:hover {
  background: var(--danger) !important;
  color: white !important;
}

.tableHeaderRestoreBtn {
  width: 12% !important;
  font-size: 13px !important;
  font-weight: bold !important;
  min-width: 95px;
  max-width: 150px;
  text-decoration: none;
  padding: 6px 20px;
  background: rgba(54, 92, 245, 0.12);
  color: #365CF5;
  border-radius: 7px !important;
  border: none !important;
}

.tableHeaderRestoreBtn:hover {
  background: var(--primary) !important;
}

.dataTables_length {
  /* width: 30%; */
  float: right !important;
  right: 50px;
  position: relative;

}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  color: #7e7e7e;
  font-size: 14px;
}


/* dataTables Search input box */

.dataTables_filter {
  position: relative;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #F1F1F2;
  border-radius: 7px;
  padding: 5px;
  background-color: #F1F1F2;
  color: var(--main-color);
  /* font-weight: bold; */
  width: 250px !important;
  padding: 5px 5px 5px 35px !important;
}

.dataTables_filter .material-symbols-outlined {
  position: absolute;
  top: 4px;
  left: auto;
  color: var(--dark-color);
  right: 220px;
}

.scrollStyle {
  min-height: auto;
  overflow-y: auto;
  max-height: 200px;
}

.modal-footer {
  justify-content: center;
}

.modal-footer button {
  width: 30%;
}

table.dataTable.hover>tbody>tr.selected:hover>*,
table.dataTable.display>tbody>tr.selected:hover>* {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.4) !important;
}

div.dt-container div.dt-paging ul.pagination {
  gap: 5px;
}


.header {
  margin: 25px 24px 0
}

.filtersHolder-row1 {
  display: flex;
  gap: 15px;
}

.filtersHolder-row2 {
  display: flex;
  gap: 15px;
}

.selection {
  width: 100%;
}


.tableEditBtn {
  padding: 10px;
  font-size: 16px;
  width: 50px;
  height: 50px;
}

.tableDeleteBtn {
  padding: 10px;
  font-size: 16px;
  width: 50px;
  height: 50px;
}

.tablePermissionsBtn {
  padding: 10px;
  font-size: 16px;
  width: 50px;
  height: 50px;
}

.tablePermissionsBtn:hover {
  padding: 10px;
  font-size: 16px;
  width: 50px;
  height: 50px;
  background: var(--warning);
  color: white !important;
}

.tableDeleteBtn:hover {
  padding: 10px;
  font-size: 16px;
  width: 50px;
  height: 50px;
  background: var(--danger);
  color: white !important;
}

.active>.page-link,
.page-link.active {
  background: var(--primary);
  color: white;
  border: none;
}

.forSelect {
  width: 100% !important;
  height: 58px !important;
  max-width: 100% !important;
}

.customFormSelect2 {
  width: 100% !important;
  height: 58px !important;
  max-width: 100% !important;
}

.customFormSelect2Render {
  height: 58px;
  display: flex !important;
  align-items: center;
}

.customFormSelect2Arrow {
  height: 50px !important;
}

.heightController {
  height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 25px;
}

.file-buttons {
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.teamIcon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background-color: #eee4ff;
}

#profileDropDown {
  top: 20px !important;
  right: 0 !important;
  display: flex;
  flex-direction: column !important;
}

#userMessagesNoti {
  top: 20px !important;
  right: 0 !important;
  display: flex;
  flex-direction: column !important;
  box-shadow: 0 0 8px 2px #b9b9b9;
}

#notificationsHolder {
  top: 20px !important;
  right: 0 !important;
  display: flex;
  flex-direction: column !important;
  box-shadow: 0 0 8px 2px #b9b9b9;
  padding: 20px;
  max-width: 500px;
  width: 400px;
}

.noNotifications {
  padding: 3px 0;
  transition: .3s;
  border-bottom: 1px solid var(--light) !important;
  position: relative;
  z-index: 2;
}

.notificationItem {
  border-bottom: 1px solid var(--light) !important;
  padding: 10px 0 !important;
}

/*
#userNotifications {
  top: 20px !important;
  right: 0 !important;
  display: flex;
  flex-direction: column !important;
  box-shadow: 0 0 8px 2px #b9b9b9;
}

#HRNotifications {
  top: 20px !important;
  right: 0 !important;
  display: flex;
  flex-direction: column !important;
  box-shadow: 0 0 8px 2px #b9b9b9;
} */

.header .header-right button span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--danger);
  border: 2px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: -5px;
  font-size: 10px;
  color: white;
  font-weight: bold;
}

.header .header-right .dropdown-menu li span {
  padding: 8px 12px;
  display: flex;
  color: var(--black-70);
  border-radius: 6px;
  cursor: pointer;
}

.header .header-right .dropdown-menu li span .image {
  max-width: 35px;
  width: 100%;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.header .header-right .dropdown-menu li span .image span {
  width: 100%;
}

.header .header-right .dropdown-menu li span .content {
  width: 100%;
}

.header .header-right .dropdown-menu li span .content h6 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1;
}

.header .header-right .dropdown-menu li span .content p {
  font-size: 14px;
  color: var(--black-70);
  margin-bottom: 0px;
  line-height: 1.4;
}

.header .header-right .dropdown-menu li span .content span {
  font-size: 12px;
  color: var(--black-50);
}

.pendingApprovalInnerNumber {
  background: var(--danger);
  color: white !important;
  font-weight: bold;
}

.portalCardIcon {
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 50%;
  background: #e7ebfe;
}

.lockedIconHolder {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: white;
}

.goBackIcon {
  cursor: pointer;
  border-radius: 7px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 30px;
}

.nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

}

#nav-gas-tab{
  background: #e7ebfe;
  border: 1px solid #286491;
  color: #286491;
  padding: 10px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#nav-fire-tab{
  background: #e7ebfe;
  border: 1px solid #286491;
  color: #286491;
  padding: 10px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#nav-gas-tab.active {
  background: #286491;
  border: 1px solid #e7ebfe;
  color: #e7ebfe;
  padding: 10px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#nav-fire-tab.active {
  background: #286491;
  border: 1px solid #e7ebfe;
  color: #e7ebfe;
  padding: 10px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.disabled-btn {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
  color: #000000 !important;
  background-color: #a5a5a5 !important;
  border-color: #3d3d3d !important;
}
/* Disabled button styling */
.disabled-btn {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
  color: #6c757d;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* Gas inspection view styling */
.status-field {
  font-weight: 500;
  background-color: #f8f9fa;
}

#viewGasInspectionForm hr {
  margin: 20px 0;
  border-top: 1px solid #e0e0e0;
}

#viewGasInspectionForm h5 {
  color: #4A6CF7;
  font-weight: 600;
}

#viewFireInspectionForm hr {
  margin: 20px 0;
  border-top: 1px solid #e0e0e0;
}

#viewFireInspectionForm h5 {
  color: #4A6CF7;
  font-weight: 600;
}

#editQuotationForm hr {
  margin: 20px 0;
  border-top: 1px solid #e0e0e0;
}
#editQuotationForm h5 {
  color: #4A6CF7;
  font-weight: 600;
}
@media (max-width: 767px) {
  .dt-footer {
    flex-direction: column-reverse;
  }
}


@media (max-width: 991px) {
  .filtersHolder-row1 {
    flex-direction: column;
  }
  .filtersHolder-row2 {
    flex-direction: column;
  }

  .heightController {
    height: 65vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .menu-toggle-btn {
    display: none;
  }
}

@media (max-width: 1200px) {
  .menu-toggle-btn {
    display: block;
  }
}

.card-style-2 {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.card-style-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-style-2 .card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.card-style-2 .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-style-2 .card-content {
  padding: 15px;
}

.card-style-2 .card-content h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.card-style-2 .card-content p {
  color: #6b7280;
  margin-bottom: 0;
}