﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");

:root {
  --green: #00a11b;
  --dark-green: #008315;
  --white: #fff;
  --black: #000;
  --font: poopins;
  --w-side-navigation: 270px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

body a {
  text-decoration: none;
}

/*Login css start*/
.login-section {
  width: 100%;
  background-image: url("../image/login-bg.png");
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position: bottom;
  background-size: cover;
}

.login-box {
  margin: 0 auto;
  z-index: 999;
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box-left {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
}

.form-left-section {
  background: var(--white);
  min-height: 560px;
  border-radius: 10px 0 0 10px;
  /*background-image: url(../image/login-left-bg.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  background-color: #008215;
  place-content: center;
  position: relative;
}

.form-left-section:before {
  background-image: url(../image/login-bg-1.png);
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.form-left-section:after {
  background-image: url(../image/login_bg-2.png);
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: bottom;
}

.form-right-section {
  background: var(--white);
  min-height: 560px;
  border-radius: 0 10px 10px 0;
}

.login-bg-color {
  text-align: center;
  color: var(--white);
  border-radius: 10px 0px 0px 10px;
  padding: 85px;
}

.list-title-content img,
.dropdown-list-head img {
  margin-right: 0;
  width: 20px;
  height: 20px;
}

.form-section {
  padding: 80px 70px;
  position: relative;
  /*    text-align: center;
*/
}

.form-section h2 {
  font-size: 30px;
  font-weight: 500;
  color: #040404;
}

.form-section P {
  margin: 0 0 35px;
  font-size: 18px;
  font-weight: 500;
  color: #313131;
  /*        text-transform: uppercase;
*/
}

.form-section label {
  color: #535353;
  font-size: 16px;
  font-weight: 500;
}

.form-section .form-control {
  padding: 10px 20px;
  font-size: 15px;
  outline: none;
  height: 50px;
  border-radius: 3px;
  /*font-weight: 500;*/
  border: 1px solid #1a1a1a26;
  background: #fff;
}

.form-section .form-group {
  margin-bottom: 25px;
}

.login-28 .btn-lg {
  padding: 0 50px;
  line-height: 46px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--green);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(177, 255, 187, 0.25);
}

.btn-theme {
  color: #fff;
  text-align: center;
  border: 2px solid transparent;
  background-color: var(--dark-green);
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease;
  border-radius: 3px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  width: 100%;
}

.form-section a.forgot-password {
  font-size: 16px;
  color: var(--dark-green);
}

.form-section a {
  text-decoration: none;
}

.form-section h1 {
  font-size: 30px;
  font-weight: 500;
  color: #040404;
}

.form-section h3 {
  margin: 0 0 35px;
  font-size: 18px;
  font-weight: 500;
  color: #363636;
  text-transform: uppercase;
}

.login-links a {
  color: var(--dark-green);
  font-size: 16px;
  text-decoration: underline;
}

.login-content-section .btn-primary:hover {
  color: #fff;
  background-color: var(--green);
  border-color: var(--green);
}

/*Login css start*/

/*dashbord css start*/

.close-icon i {
  display: none;
}

.dropdown-arrow {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.rotate {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.main {
  width: calc(100% - var(--w-side-navigation));
  margin-left: auto;
  /*background-color: #FAFAFA;*/
  background-color: #f2f4f7;
  position: relative;
  transition: 0.5s all ease-in-out;
}

.report-section ul.report-list-section {
  display: inline-flex;
  padding-left: 0;
  margin-bottom: 0;
}

.report-section ul.report-list-section li {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.header {
  padding: 10px 10px;
  background-color: var(--white);
  margin-bottom: 20px;
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu-head .menu-btn i {
  font-size: 24px;
}

.header .menu-head .menu-btn {
  margin-right: 20px;
  cursor: pointer;
}

.header .menu-head {
  display: flex;
  align-items: center;
}

.header .search-area {
  position: relative;
}

.body-section {
  height: auto;
}

.drop-down {
  margin-left: auto;
  position: relative;
  display: inline-flex;
}

.user-profile-list button {
  border: unset;
  background-color: unset;
}

.user-profile-list button:is(:hover, :focus) {
  outline: unset;
  border: unset;
}

.user-profile-list .user-wrap {
  margin-left: auto;
  display: inline-flex;
  gap: 40px;
}

.user-profile-list .drop-down {
  margin-left: auto;
  position: relative;
  display: inline-flex;
}

.user-profile-list .drop-down .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
}

.user-profile-list .btn-secondary:hover {
  color: var(--white);
  background-color: transparent;
  border-color: transparent;
  color: var(--black);
}

.user-profile-list .btn-check:focus + .btn-secondary,
.user-profile-list .btn-secondary:focus {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.user-profile-list .drop-down .info-card {
  --w-info-card-img: 40px;
}

.user-profile-list .drop-down .img-box {
  width: 44px;
  aspect-ratio: 1/1;
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.user-profile-list .notification .dropdown-toggle {
  position: relative;
  min-width: 30px;
  padding: 8px;
}

.user-profile-list .notification .dropdown-toggle::after {
  display: none;
}

.user-profile-list .notification .dropdown-toggle svg {
  width: 22px;
  aspect-ratio: 1/1;
  height: 31px;
}

.user-profile-list .notification .dropdown-menu {
  width: max(360px, 100%);
  padding: 1rem;
}

.user-profile-list .dropdown-item {
  display: flex;
  gap: 10px;
  color: #454545;
  font-size: 14px;
  padding-block: 6px;
  padding: 10px 10px;
  width: 217px;
  border-bottom: 1px solid #eee;
}

.user-profile-list .dropdown-item:last-child {
  border-bottom: 0;
}

.user-profile-list .dropdown-menu::before {
  position: absolute;
  content: "";
  top: -11px;
  right: 10px;
  border-bottom: 10px solid #fefefe;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.2196078431));
  filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.2196078431));
}

.user-profile-list span.role {
  color: #848789;
}

.search-area span.search-icon i {
  color: #bdbcbc;
  font-size: 16px;
}

.header .right-head {
  float: right;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.header .right-head ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header .right-head ul li {
  padding-left: 40px;
}

.header .right-head > div {
  margin-left: 36px;
}

.header .right-head .user-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
}

.header .right-head .user-profile img {
  width: 50%;
}

.header .right-head .notification {
  position: relative;
}

.header .right-head .notification i {
  font-size: 22px;
  color: #bdc4d7;
}

.header .right-head .notification::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--green);
  border-radius: 50%;
  top: 0;
  left: 9px;
  position: absolute;
}

input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  content: URL();
  cursor: pointer;
}

.body-section .report-section ul {
  display: flex;
  padding-left: 0px !important;
}

.body-section .report-section {
  margin-block: 30px;
}

.body-section ul.report-list-section li {
  list-style: none;
  margin-right: 30px;
}

ul.report-list-section li a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
}

.body-section .card-box {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 4%) 2px 2px 10px 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 20px 20px;
}

.approved-report-chart.card-box {
  margin-bottom: 16px;
}

.body-section .today-report {
  border-top: 3px solid var(--green);
  display: flex;
  padding-bottom: 19.8px;
}

.body-section .weakly-report {
  border-top: 3px solid rgb(171, 30, 226);
  display: flex;
  padding-bottom: 19.8px;
}

.approved-report.card-box {
  border-top: 3px solid rgb(62 180 248);
  display: flex;
  padding-bottom: 19.8px;
}

.not-approved-report.card-box {
  border-top: 3px solid rgb(255 32 61);
  display: flex;
  padding-bottom: 19.8px;
}

.body-section .monthly-report {
  display: flex;
}

.body-section .icon-area {
  padding: 28px;
  border-radius: 6px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.body-section .today-report-icon {
  background-color: #dcffdf;
}

.body-section .weakly-report-icon {
  background-color: #f4d7fd;
}

.body-section .today-report i {
  color: var(--green);
  font-size: 20px;
}

.body-section .weakly-report i {
  color: #cb2cfc;
  font-size: 20px;
}

.body-section .report-task h4 {
  font-size: 32px;
  color: #000;
  margin-bottom: 4px;
}

.body-section .report-task p {
  font-size: 16px;
  color: #2e2e2e;
  font-weight: 500;
}

.body-section .monthly-chart-head {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
}

.body-section .monthly-chart-head .monthly-growth {
  text-align: right;
}

.body-section .monthly-chart-head .positive i {
  color: var(--green);
  font-size: 18px;
}

.body-section .monthly-chart-head .monthly-growth h5 {
  font-size: 22px;
  color: #000;
}

.body-section .monthly-report .monthly-report-icon {
  padding: 32px;
  background-color: #fde2cf;
}

.approved-report.card-box,
.not-approved-report.card-box {
  display: flex;
}

.body-section .approved-report i {
  color: #3eb4f8;
  font-size: 20px;
}

.body-section .not-approved-report i {
  color: #ff203d;
  font-size: 20px;
}

.body-section .approved-report-icon {
  background-color: #c8e5ff;
}

.body-section .not-approved-report-icon {
  background-color: #fdcbd2;
}

.body-section .monthly-report i {
  color: rgb(253 101 0);
  font-size: 20px;
}

.body-section .approved-report-chart .approved-chart-head {
  border-bottom: 1px solid rgb(214, 214, 214);
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.body-section .approved-report-chart .approved-chart-head h6 {
  font-weight: 500;
}

.body-section .monthly-chart-section {
  padding: 0;
}

.menu-head h4 {
  margin-bottom: 0;
}

li.list-item.main-list-item.active .list-title-content {
  color: var(--green);
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 5px 10px !important;
  border-bottom: 1px solid #f3f3f3;
}

/* nav tabs section*/
.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link.active {
  color: var(--green);
  background-color: #fff;
  border-color: transparent;
  border-bottom: 3px solid var(--green);
  font-size: 16px;
  font-weight: 500;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border-bottom: 3px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #383838;
}

/*table*/

.custom-table .dataTables_filter,
.custom-table .dataTables_length {
  margin-bottom: 1rem;
}

h5.content-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--green);
}

.custom-table thead {
  background-color: #f2f2f2;
  font-size: 16px;
}

.custom-table table.dataTable.display > tbody > tr.odd > * {
  box-shadow: none;
  /* background-color: #FAFAFA; */
  background-color: transparent;
  font-size: 14px;
  color: #585858;
  border-bottom: 1px solid #f3f3f3;
}

.custom-table table.dataTable.display > tbody > tr.even > * {
  font-size: 14px;
  color: #585858;
  border-bottom: 1px solid #f3f3f3;
}

.custom-table table.dataTable thead th,
table.dataTable thead td {
  font-size: 16px !important;
  border-bottom: 0 !important;
  color: #333335;
  font-weight: 600;
  padding-right: 0 !important;
}

.custom-table table.dataTable.row-border tbody th,
.custom-table table.dataTable.row-border tbody td,
.custom-table table.dataTable.display tbody th,
.custom-table table.dataTable.display tbody td {
  border-top: 0 !important;
}

.custom-table table.dataTable.display > tbody > tr.odd > .sorting_1,
.custom-table
  table.dataTable.order-column.stripe
  > tbody
  > tr.odd
  > .sorting_1 {
  box-shadow: none !important;
}

.custom-table table.dataTable.display > tbody > tr.even > .sorting_1,
.custom-table
  table.dataTable.order-column.stripe
  > tbody
  > tr.even
  > .sorting_1 {
  box-shadow: none !important;
}

.custom-table
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  color: inherit !important;
  border: 1px solid var(--dark-green);
  background-color: rgba(230, 230, 230, 0.1);
  background: var(--dark-green) !important;
  color: var(--white) !important;
}

.content-wrap .content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-brand {
  background-color: var(--dark-green);
  color: var(--white);
  border: 1px solid var(--dark-green);
  padding: 8px 20px;
  margin-bottom: 8px;
  font-size: 16px;
}

.btn-back1 {
  background-color: #e9e9e9;
  color: #555;
  border: 1px solid #555;
  padding: 8px 20px;
  margin-bottom: 8px;
  font-size: 16px;
}

/* .btn.btn-secondary,
.btn.btn-danger {
    padding: 8px 20px;
    margin-bottom: 8px;
    font-size: 16px;
    border-radius: 5px;
} */

.btn-back {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--white);
  padding: 8px 20px;
  margin-bottom: 8px;
  font-size: 16px;
}

.btn-view {
  background-color: #fbfcfe;
  color: var(--white);
  border: 1px solid #dde4f0;
  padding: 6px 12px;
  margin-bottom: 8px;
  color: var(--dark-green);
}

.custom-table .dataTables_wrapper {
  margin-top: 20px;
}

.custom-table .dataTables_paginate .paginate_button:not(.previous, .next) {
  border: 1px solid #ddd;
  aspect-ratio: 1/1;
  width: 38px;
  display: inline-grid;
  place-content: center;
  line-height: 100%;
}

.custom-table .dataTables_filter :is(select, input),
.custom-table .dataTables_length :is(select, input) {
  border: 1px solid #dddddd;
  height: 38px;
}

.custom-table .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 12px;
}

.custom-table .dataTables_filter label,
.custom-table .dataTables_length label {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.custom-table .dataTables_wrapper .dataTables_paginate,
.custom-table .dataTables_wrapper .dataTables_info {
  padding-top: 1rem;
}

.custom-table table.dataTable.no-footer {
  border-bottom: 0;
}

td.un-approve-data {
  color: #e7505a !important;
}

ul.marker-list {
  margin-top: 10px;
  padding-left: 0;
  position: relative;
}

ul.marker-list li {
  list-style-type: none;
  padding-left: 42px;
}

.report-by-site ul li:first-child::after {
  content: "";
  width: 30px;
  height: 10px;
  background-color: #8382de;
  position: absolute;
  margin-top: 6px;
  left: 0;
}

.report-by-site ul li:nth-child(2)::after {
  content: "";
  width: 30px;
  height: 10px;
  background-color: #f9a644;
  position: absolute;
  margin-top: 6px;
  left: 0;
}

.report-by-site ul li:last-child::after {
  content: "";
  width: 30px;
  height: 10px;
  background-color: #44c5e1;
  position: absolute;
  margin-top: 6px;
  left: 0;
}

/*Chart css*/
.report-by-site {
  min-height: 290px;
  padding-top: 20px;
}

.report-by-site .apexcharts-legend-text {
  padding-left: 10px;
  margin-left: -15px;
  margin-right: 20px;
  font-size: 15px !important;
}

.report-by-site ul li {
  font-size: 15px;
}

.type-report-one {
  text-align: center;
}

.type-report-one img {
  width: 230px;
}

.type-report-one a:-webkit-any-link:focus-visible {
  outline-offset: 0px;
}

/*Start invoice css*/
table.inspection-table {
  width: 100%;
  color: #585858;
  font-size: 16px;
}

.invoice-details {
  background-color: #fafafa;
  padding: 0px 20px;
  font-size: 16px;
}

.date-info {
  text-align: right;
}

table.table.inspection-table tbody td {
  color: #585858;
  font-weight: 300;
  font-size: 15px;
}

table.table.inspection-table tbody tr {
  border-color: #ededed !important;
}

.inspection-item h4 {
  font-size: 20px;
  border-bottom: 1px solid #848789;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 15px 0;
}

table.table.inspection-table tbody tr th {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.term-condin h4 {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0px;
}

.term-condin ol li,
.term-condin p {
  color: #585858;
  line-height: 30px;
  font-size: 15px;
}

.invoice-col .logo img {
  width: 140px;
}

/*End invoice css*/

/*Start Create Report css*/
form.site-report-form .form-control,
form.site-report-form select.form-select,
form.profile-report-form .form-control,
form.profile-report-form select.form-select {
  height: 45px;
  background-color: #fafafa;
  border: unset;
  padding: 11px 10px;
  font-size: 15px;
}

form.site-report-form .form-label {
  margin-bottom: 0.5rem;
  color: #333335;
}

.form-heading h4 {
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 10px;
}

.input-group .btn.add-btn img,
.input-group .btn.remove-btn img {
  width: 20px;
  height: 20px;
}

.items-rows {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

button.btn.btn-brand.add-btn img,
button.btn.btn-danger.remove-btn img {
  width: 20px;
}

/* button.btn.btn-brand.add-btn,
button.btn.btn-danger.remove-btn {
    padding: 10px 6px;
    font-size: 14px;
} */
button.btn.add-btn {
  background-color: var(--green);
}

button.btn.add-btn img {
  width: 20px;
  height: 20px;
}

.items-rows .form-group select.form-select {
  width: 150px;
}

td span.email-txt {
  color: #3b75dc;
}

.custom-table tbody tr td {
  font-size: 16px;
}

a.btn-brand:hover,
a.btn-sm.btn-back:hover {
  color: #fff;
}

.error {
  color: #ff0000;
}

.btn:hover {
  color: #ffffff;
}

li.report-types .dropdown.drop-down {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

li.report-types .dropdown.drop-down .dropdown-menu {
  padding: 0;
  width: 182px;
  transform: translate(-37px, 33px) !important;
}

li.report-types .dropdown.drop-down .dropdown-menu a {
  font-size: 12px;
  padding: 7px 10px;
  border-bottom: 1px solid #eee;
}
.report-section ul.report-list-section li a.cstm-icon-header {
  font-size: 14px;
}
li.report-types .dropdown.drop-down .dropdown-menu a:last-child {
  border-bottom: 0;
}

li.report-types .dropdown-toggle::after {
  display: none;
}

li.report-types span.down-icon i {
  font-size: 12px;
  margin-left: 6px;
}

td.promote a.btn.btn-outline-success,
td.suspend a.btn.btn-outline-danger {
  padding: 5px 5px;
  font-size: 14px;
}

a.btn.btn-primary.btn-edit {
  background: transparent;
  color: #0d6efd;
  border: transparent;
  padding: 5px;
}

a.btn.btn-danger.btn-delete {
  background: transparent;
  color: #dc3545;
  border: transparent;
  padding: 5px;
}

.right-head .dropdown-menu {
  padding: 0;
}

.dropdown-menu.dropdown-menu-right:before {
  position: absolute;
  content: "";
  top: -10px;
  right: 10px;
  border-bottom: 10px solid #eee;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.text-yellow {
  color: #ffa800;
}

.text-green {
  color: var(--green);
}

form.profile-report-form label.form-label small {
  color: #969696;
  font-weight: 300;
}

.inspection-report h4 {
  font-size: 20px;
  margin-top: 10px;
  padding: 15px 0;
}

.custom-table .btn-outline-success,
.custom-table .btn-outline-danger,
.custom-table .btn-success,
.custom-table .btn-danger {
  padding: 3px 10px;
  font-size: 14px;
}

.table tr {
  cursor: pointer;
}

.hiddenRow {
  padding: 0 4px !important;
  background-color: #eeeeee;
  font-size: 13px;
}

/*Print-data css start*/
.print-data .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
  font-size: 0.675rem;
}

.table-bordered > :not(caption) > * > * {
  vertical-align: middle;
  /* border: 1px solid #000 !important; */
}

.table-footer .table > tbody tr {
  cursor: pointer;
  font-size: 14px;
}

.inspection-report select.form-select {
  height: 36px;
  background-color: #f3f6f8;
  border: unset;
  padding: 8px 10px;
  font-size: 0.675rem;
  width: 300px;
}

.table-footer select.form-select {
  font-size: 14px;
}

.invoice-col select.form-select {
  height: 36px;
  border: unset;
  width: 300px;
  background-color: #f3f6f8;
}

.print-data.table-responsive table {
  border-color: #dee2e6 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  line-height: 17px !important;
}

.table-header-details p {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
}

/*Print-data css start*/

/*End Create Report css*/

@page {
  size: 25in 20in;
  margin: 8rem 4rem;
}

@media print {
  .print-data .table-bordered > :not(caption) > * > * {
    font-size: 14px;
    border: 0.3px solid #dee2e6 !important;
  }

  .table-footer .table > tbody tr {
    font-size: 14px;
  }

  .inspection-report table.table thead tr {
    border-top: 0.3px solid #dee2e6;
  }

  .inspection-report select.form-select {
    padding: 8px 0;
  }

  .content-wrap .content-head {
    display: none;
  }

  .noPrint {
    display: none;
  }

  .inspection-report h4 {
    margin-top: 0;
  }

  .form-select {
    border: 0;
  }

  .invoice-details {
    padding: 0;
  }

  select.form-select {
    border: 0;
    background-color: #fafafa;
  }

  .inspection-report select.form-select {
    background-color: transparent;
  }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .info h6,
  .date-info h6 {
    font-size: 24px;
    font-weight: 500;
  }

  .table-header-details p {
    font-size: 20px;
  }
}

/* graph */
#Approved_chart {
  width: min(380px, 100%);
}

.custom-table
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled,
.custom-table
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:hover,
.custom-table
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:active {
  border: 1px solid #e9ecef !important;
  padding: 6px 10px !important;
}

/* report card wrap */
.reportCard_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.reportCard_wrap .card-box {
  flex: 1;
}

.inspection-report table.table thead tr:first-child {
  border-top: 0;
}

td.footage-charges select.form-select {
  width: 100%;
  height: 30px;
  padding: 0px 10px;
}

.logo {
  display: flex;
  align-items: center;
}

.info h6,
.date-info h6 {
  font-size: 24px;
  font-weight: 500;
}

.menu-btn img {
  cursor: pointer;
}

.content_body.card-box .card-header {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.col-sm-6.ndt-cust-check {
  display: flex;
  align-items: center;
}

.ndt-cust-check .form-check:first-child {
  margin-left: 0;
}

.ndt-cust-check .form-check {
  margin-left: 25px;
}

.box-dimensions {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.box-dimensions .box-item:first-child {
  margin-right: 0;
}

.box-item {
  width: 100%;
}

.card-header button.btn.btn-brand {
  margin-bottom: 0;
}

table.table.table-borderless.table-header-details tr td p b {
  font-weight: 600;
}

.btn.btn-success {
  background-color: var(--green);
}

.row.card-body label {
  margin-bottom: 0.5rem;
}

.pin p {
  font-weight: 500;
}

/* 12 Dec CSS */
.title-client-data h4 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

.title-client-data p {
  font-size: 18px;
  color: #333;
  margin: 0;
}

.details-data-client {
  text-align: right;
}

.details-data-client h5 {
  font-size: 18px;
  color: #555555;
}

.details-data-client p {
  font-size: 18px;
  color: #000;
}

.btn-groups-client {
  display: flex;
  gap: 10px;
}

.btn-groups-client a {
  background: #e9e9e9;
  color: #555;
  border: 1px solid #555;
  font-size: 14px;
}

.btn-groups-client button {
  font-size: 14px;
}

.btn-groups-client a:hover {
  background: #dddddd;
  color: #555;
}

.btn-groups-client a:focus,
.btn-groups-client a:active,
.btn-groups-client a:focus-visible {
  outline: none;
  box-shadow: none !important;
}

.btn-groups-client a.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-groups-client a.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-groups-edit a {
  /*background: #e9e9e9;
        color: #555;
        border: 1px solid #555;*/
  font-size: 14px;
}

.row .details-data-client:last-child {
  text-align: left;
  padding-left: 60px;
}

.datatable-cstm-tb {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 4%) 2px 2px 10px 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.datatable-cstm-tb h4 {
  background: #faf9fb;
  font-weight: 600;
  color: #333;
  font-size: 16px;
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 6px 6px 0 0;
  border: 1px solid #cbc4d4;
  border-bottom: 0;
}

.datatable-cstm-tb table.dataTable.no-footer {
  border-bottom-color: transparent;
}

.datatable-cstm-tb table button.view-btn {
  background: transparent;
  border: 0;
  padding: 0;
}

.datatable-cstm-tb table {
  font-size: 14px;
}

.datatable-cstm-tb table span.client-red-lbl {
  display: inline-block;
  padding: 2px 4px;
  background-color: #ffc6c6;
  border: 1px solid #d26060;
  border-radius: 2px;
}

.datatable-cstm-tb table span.client-purple-lbl {
  display: inline-block;
  padding: 2px 4px;
  background-color: #b1b5fb;
  border: 1px solid #5861e1;
  border-radius: 2px;
}

.datatable-cstm-tb table i {
  font-size: 18px;
}

.datatable-cstm-tb table .fa-thumbs-up.fa-solid {
  color: #099322;
  font-size: 18px;
}

.datatable-cstm-tb table tbody tr td:nth-child(7),
.datatable-cstm-tb table tbody tr td:nth-child(8),
.datatable-cstm-tb table tbody tr td:nth-child(9),
.datatable-cstm-tb table tbody tr td:nth-child(10),
.datatable-cstm-tb table tbody tr td:nth-child(11) {
  color: #2e58b6;
  font-weight: 500;
}

.datatable-cstm-tb table thead tr th {
  background-color: #faf9fb;
  color: #333;
  font-weight: 600;
}

.datatable-cstm-tb .report-client-detail-tbl {
  border: 1px solid #cbc4d4;
  border-radius: 0 0 6px 6px;
}

.body-section .card-box {
  border: 1px solid #cbc4d4;
}

table.cstm-table {
  width: 100%;
  border: 1px solid #cbc4d4;
}

table.cstm-table th,
table.cstm-table td {
  padding: 10px 12px;
}

table.cstm-table thead tr {
  border-bottom: 1px solid #cbc4d4;
}

table.cstm-table tbody {
  font-weight: 500;
}

.btn-groups-client .btn-success {
  background: #198754;
  border-color: #198754;
  color: white;
}

.btn-groups-client .btn-success:hover {
  color: white;
  background-color: #157347;
  border-color: #146c43;
}

.content-wrap .datatable-cstm-tb .cstm-box-wrp {
  border: 1px solid #cbc4d4;
  padding: 15px 20px;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-wrap .datatable-cstm-tb .cstm-box-wrp h5 {
  font-weight: 600;
  color: #555;
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
}

.content-wrap .datatable-cstm-tb .cstm-box-wrp h5 span {
  display: inline-block;
  width: fit-content !important;
  padding: 0 0 0 4px;
}

.content-wrap .datatable-cstm-tb .cstm-box-wrp input {
  width: 70%;
  border: 1px solid #a7a7a7;
  height: 44px;
  padding: 0 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 16%) inset;
}

.content-wrap .datatable-cstm-tb .cstm-box-wrp span {
  width: 100%;
  display: block;
  padding-left: 30%;
}

.content-wrap .datatable-cstm-tb .cstm-box-wrp input:focus,
.content-wrap .datatable-cstm-tb .cstm-box-wrp input:focus-visible,
.content-wrap .datatable-cstm-tb .cstm-box-wrp input:active {
  outline: none;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 16%) inset;
}

.cstm-btn-price-add {
  border: 1px solid #cbc4d4;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-radius: 0 0 6px 6px;
}

table.cstm-table tbody tr {
  border-bottom: 1px solid #cbc4d4;
}

.datatable-js {
  width: 100% !important;
}

/* ==================================================================================
                            14 Dec 2023
====================================================================================*/

.form-elements-Dimensional {
  border: 1px solid #cbc4d4;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-radius: 0 0 6px 6px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3e%3cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 9px;
  background-size: 12px;
}

.form-elements-Dimensional input[type="text"],
.form-elements-Dimensional input[type="number"],
.form-elements-Dimensional input[type="date"],
.form-elements-Dimensional select {
  border: 1px solid #a7a7a7;
  height: 44px;
  padding: 0 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 16%) inset;
  height: 45px;
  background-color: #fafafa;
  border: unset;
  box-shadow: none;
  padding-right: 24px !important;
}

.form-elements-Dimensional input:focus,
.form-elements-Dimensional input:focus-visible,
.form-elements-Dimensional input:active,
.form-elements-Dimensional select:focus,
.form-elements-Dimensional select:focus-visible,
.form-elements-Dimensional select:active {
  outline: none;
  /*box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 16%) inset;
    border-color: black !important;*/
  box-shadow: 0 0 0 0.25rem rgba(177, 255, 187, 0.25);
}

.form-elements-Dimensional input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
  print-color-adjust: exact;
  /* color-adjust: exact; */
  -webkit-print-color-adjust: exact;
  border-radius: 0.25em;
  float: left;
  margin-right: 0.5rem;
}

#InspectReportForm #vt_equipment,
#InspectReportForm #mt_equipment,
#InspectReportForm #pt_equipment,
#InspectReportForm #ut_equipment,
#InspectReportForm #utt_equipment,
#InspectReportForm #et_equipment,
#InspectReportForm #paut_equipment,
#InspectReportForm #tofd_equipment {
  display: none;
}

#InspectReportForm #vt_equipment.view,
#InspectReportForm #mt_equipment.view,
#InspectReportForm #pt_equipment.view,
#InspectReportForm #ut_equipment.view,
#InspectReportForm #utt_equipment.view,
#InspectReportForm #et_equipment.view,
#InspectReportForm #paut_equipment.view,
#InspectReportForm #tofd_equipment.view {
  display: block;
}

#UpdateInspectReportForm #vt_equipment,
#UpdateInspectReportForm #mt_equipment,
#UpdateInspectReportForm #pt_equipment,
#UpdateInspectReportForm #ut_equipment,
#UpdateInspectReportForm #utt_equipment,
#UpdateInspectReportForm #et_equipment,
#UpdateInspectReportForm #paut_equipment,
#UpdateInspectReportForm #tofd_equipment {
  display: none;
}

#UpdateInspectReportForm #vt_equipment.view,
#UpdateInspectReportForm #mt_equipment.view,
#UpdateInspectReportForm #pt_equipment.view,
#UpdateInspectReportForm #ut_equipment.view,
#UpdateInspectReportForm #utt_equipment.view,
#UpdateInspectReportForm #et_equipment.view,
#UpdateInspectReportForm #paut_equipment.view,
#UpdateInspectReportForm #tofd_equipment.view {
  display: block;
}

#CloneReportForm #vt_equipment,
#CloneReportForm #mt_equipment,
#CloneReportForm #pt_equipment,
#CloneReportForm #ut_equipment,
#CloneReportForm #utt_equipment,
#CloneReportForm #et_equipment,
#CloneReportForm #paut_equipment,
#CloneReportForm #tofd_equipment {
  display: none;
}

#CloneReportForm #vt_equipment.view,
#CloneReportForm #mt_equipment.view,
#CloneReportForm #pt_equipment.view,
#CloneReportForm #ut_equipment.view,
#CloneReportForm #utt_equipment.view,
#CloneReportForm #et_equipment.view,
#CloneReportForm #paut_equipment.view,
#CloneReportForm #tofd_equipment.view {
  display: block;
}

ul.img_tooltipview {
  padding: 0px !important;
  min-width: 900px !important;
}

/*ul.img_tooltipview:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent #c3c3c3 transparent transparent;
    }*/

ul.img_tooltipview img {
  width: 100%;
  height: auto;
}

.flex-div-wrp-mng {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 10px;
  /*  border: 1px solid gray;*/
  border-radius: 4px;
  align-items: center;
}

.csmt-px-12 {
  padding: 0 12px;
}

.row-cstm-non-inspection {
  display: flex;
  padding: 0;
  gap: 10px;
  margin-bottom: 25px;
  align-items: center;
}

.row-cstm-non-inspection .btn-wrp-cstm-deletepaste,
.flex-div-wrp-mng .btn-wrp-cstm-deletepaste {
  display: flex;
  align-items: center;
  gap: 6px;
}

.row-cstm-non-inspection .btn-wrp-cstm-deletepaste button,
.flex-div-wrp-mng .btn-wrp-cstm-deletepaste button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #525252;
  border-radius: 4px;
  color: #525252;
}

.cstm-tow-flex-mng-technician-other {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.cstm-tow-flex-mng-technician-other .btn-cstm-trash-copy {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cstm-tow-flex-mng-technician-other .btn-cstm-trash-copy button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #525252;
  border-radius: 4px;
  color: #525252;
}

.cstm-tow-flex-mng-technician-other
  .btn-cstm-trash-copy
  button.deleterow-other-tech {
  border-color: #b02a37;
  background-color: #bb2d3b;
  color: white;
}

button.append_delete-row_items {
  border-color: #b02a37;
  background-color: #bb2d3b;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #525252;
  border-radius: 4px;
}

td.btn-same-font-icon a.btn.btn-primary.btn-edit {
  font-size: 18px;
  background: #0d6efd;
  color: white;
  padding: 0.375rem 0.75rem;
}

td.btn-same-font-icon .btn.btn-danger.btn-delete {
  font-size: 18px;
}

.dataTables_wrapper .dataTables_length select {
  padding-right: 23px !important;
  background-position-x: calc(100% - 5px);
}

span.data-smple-cstm {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid currentColor;
  font-size: 9px;
  color: white;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc:before {
  content: "▲" !important;
  content: "▲"/"" !important;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc:after {
  content: "▼" !important;
  content: "▼"/"" !important;
}

table.dataTable thead > tr > th.sorting_desc:before {
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.sorting_desc:after {
  content: "▼";
  content: "▼"/"";
}

.flex-div-wrp-mng {
  flex-wrap: wrap;
  gap: 5px 10px;
}

.flex-div-wrp-mng .mng-wrp-allsd {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.firstdropdown-wrpline {
  display: flex;
  width: 100%;
  gap: 2px;
}

.wrp-input-pin-box {
  background: whitesmoke;
  padding: 16px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 22px;
  border-radius: 4px;
}

.wrp-input-pin-box label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
  font-weight: 600;
}

.all-wrp-data-showhide-mng {
  width: 100%;
}

.form-right-section .form-section {
  padding: 10px 40px;
}

@media (max-width: 1140px) {
  .form-right-section .form-section {
    padding: 10px 20px;
  }
}

.cstm-selectdropdown-sites button {
  height: 45px;
  background-color: #fafafa;
  border: unset;
  padding: 11px 10px;
  font-size: 15px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  border-radius: 4px;
  align-items: center;
  text-indent: -200px;
  overflow: hidden;
}

.cstm-selectdropdown-sites ul.dropdown-menu {
  width: 100%;
  padding: 10px;
  flex-direction: column;
  gap: 3px;
}

.cstm-selectdropdown-sites ul.dropdown-menu.show {
  display: flex;
  max-height: 240px;
  overflow-y: scroll;
}

.cstm-selectdropdown-sites ul.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.cstm-selectdropdown-sites ul.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cstm-selectdropdown-sites ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
}

.cstm-selectdropdown-sites ul.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cstm-selectdropdown-sites ul.dropdown-menu li {
  border-radius: 3px;
  cursor: pointer;
}

.cstm-selectdropdown-sites ul.dropdown-menu li a.dropdown-item:hover {
  background: unset;
  color: black;
  font-weight: 600;
  box-shadow: 0px 0px 35px 14px rgb(0 0 0 / 18%) inset;
  border-radius: 2px;
}

.dropdown.cstm-selectdropdown-sites {
  width: 20%;
}
/* select Dropdown Text Hide*/
.cstm-selectdropdown-sites ul.dropdown-menu li a.dropdown-item {
  opacity: 0;
}

.overflow-tablemng {
  overflow-x: auto;
}

.overflow-tablemng table tr td {
  padding: 4px 6px;
}

.overflow-tablemng table tr th,
.overflow-tablemng table tr td {
  font-size: 9px;
  padding: 4px 6px;
}

.overflow-tablemng table tr th:nth-child(1) {
  min-width: 90px;
}

.overflow-tablemng table tr th:nth-child(2) {
  min-width: 180px;
}

.overflow-tablemng table tr th:nth-child(3) {
  min-width: 140px;
}

.overflow-tablemng table tr th:nth-child(4) {
  min-width: 40px;
}

.overflow-tablemng table tr th:nth-child(5) {
  min-width: 140px;
}

.overflow-tablemng table tr th:nth-child(6) {
  min-width: 120px;
  text-align: center;
}

.overflow-tablemng table tr td:nth-child(6) {
  text-align: center;
}

.overflow-tablemng table tr th:nth-child(7) {
  min-width: 100px;
}

.overflow-tablemng table tr th:nth-child(8) {
  min-width: 80px;
}

.overflow-tablemng table tr th:nth-child(9) {
  min-width: 80px;
}

.overflow-tablemng table tr th:nth-child(10) {
  min-width: 30px;
}

.overflow-tablemng::-webkit-scrollbar {
  height: 6px;
  width: 10px;
}

.overflow-tablemng::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.overflow-tablemng::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.overflow-tablemng::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dropdown.cstm-selectdropdown-sites button#colordropdownMenu:after {
  margin-left: auto;
}

/*.header .right-head ul li.searchbox-wrapper {
    display: none;
}*/

a#forgot-password {
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
  text-transform: capitalize;
}

.row-cstm-non-inspection
  .btn-wrp-cstm-deletepaste
  button.delete-row-non-inspect-item,
.flex-div-wrp-mng .btn-wrp-cstm-deletepaste button.delete-row-inspect-item {
  background: #b02a37;
  color: white;
  border-color: #b02a37;
}

.flex-div-wrp-mng .btn-wrp-cstm-deletepaste button.copy-row-inspect-item {
  background: #efefef;
  color: #525252;
  border-color: #efefef;
}

.report-section ul.report-list-section li a.cstm-icon-header {
  display: flex;
  gap: 2px;
  align-items: center;
  padding: 4px 8px;
}

.report-section ul.report-list-section li a.cstm-icon-header.active_menu {
  border: 1px solid #000000;
  border-radius: 2px;
}

.icon-added-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .header .left .report-section {
  display: flex;
  align-items: center;
}

.main .header .left .report-section ul.report-list-section {
  display: flex;
  gap: 6px;
  margin-left: 30px;
  flex-wrap: wrap;
}

@media (max-width: 1580px) {
  .report-section ul.report-list-section li a.cstm-icon-header,
  .report-section ul.report-list-section li a.cstm-icon-header i,
  .report-section ul.report-list-section li span.dropdown-toggle,
  .report-section ul.report-list-section li span.down-icon {
    font-size: 14px;
  }

  .user-profile-list .dropdown a#manage {
    max-width: 120px;
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.main-wrpbox-addnew-user {
  min-height: 100vh;
  width: 100%;
  background: #f2f4f7;
}

.main-wrpbox-addnew-user .box-wrpcenter-m {
  /* min-width: 220px;
        width: 28%;*/
  margin: 0px auto;
  padding: 50px 0;
  max-width: 482px;
  width: 100%;
}

.main-wrpbox-addnew-user .box-wrpcenter-m .logowrp-cen {
  text-align: center;
}

.main-wrpbox-addnew-user .box-wrpcenter-m .maine-add-userpwrp {
  border: 1px solid #c6becf;
  position: relative;
  padding: 30px 12px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main-wrpbox-addnew-user
  .box-wrpcenter-m
  .maine-add-userpwrp
  span.invite-txt-adduser {
  position: absolute;
  width: fit-content;
  display: inline-block;
  top: -12px;
  padding: 0px 4px;
  background: white;
  border: 1px solid #5a5a5a;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
}

.main-wrpbox-addnew-user .box-wrpcenter-m .maine-add-userpwrp select,
.main-wrpbox-addnew-user .box-wrpcenter-m .maine-add-userpwrp input {
  width: 100%;
  line-height: 34px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid darkgrey;
  background-position-y: 14px;
}

.main-wrpbox-addnew-user .box-wrpcenter-m .maine-add-userpwrp select:focus,
.main-wrpbox-addnew-user
  .box-wrpcenter-m
  .maine-add-userpwrp
  select:focus-visible,
.main-wrpbox-addnew-user
  .box-wrpcenter-m
  .maine-add-userpwrp
  input:focus-visible,
.main-wrpbox-addnew-user .box-wrpcenter-m .maine-add-userpwrp input:focus {
  outline: none;
}

.main-wrpbox-addnew-user
  .box-wrpcenter-m
  .maine-add-userpwrp
  input[disabled="disabled"] {
  background: #eeeeee;
}

.main-wrpbox-addnew-user
  .box-wrpcenter-m
  .maine-add-userpwrp
  .btnwrp-addusernew {
  display: flex;
  gap: 6px;
  align-items: center;
}

.main-wrpbox-addnew-user
  .box-wrpcenter-m
  .maine-add-userpwrp
  .btnwrp-addusernew
  .send_inv-btn {
  display: inline-block;
  padding: 5px 12px;
  background: #378f08;
  color: white;
  border-radius: 4px;
  border: 1px solid black;
  cursor: pointer;
}

.main-wrpbox-addnew-user
  .box-wrpcenter-m
  .maine-add-userpwrp
  .btnwrp-addusernew
  .cancelbtn {
  display: inline-block;
  padding: 4px 10px;
  background: #e9e9e9;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  color: #3e3e3e;
}

.main-wrpbox-addnew-user
  .box-wrpcenter-m
  .maine-add-userpwrp
  .btnwrp-addusernew
  .cancelbtn
  span {
  font-size: 9px;
}

.custom-table tbody tr td {
  vertical-align: middle;
}

.btn.btnmng-oil-divis {
  background: #e9e9e9;
  border: 1px solid #6a6a6a;
  margin-right: 4px;
  font-size: 14px;
  color: #545454;
  cursor: pointer;
}

table.dataTable thead > tr > th.sorting_desc:before {
  content: "▲" !important;
  content: "▲"/"" !important;
}

table.dataTable thead > tr > th.sorting_desc:after {
  content: "▼" !important;
  content: "▼"/"" !important;
}

.dropdown.client-division-dropdown-cstm {
  width: fit-content;
  display: inline-block;
}

.dropdown.client-division-dropdown-cstm ul.dropdown-menu {
  min-width: 340px;
  right: 0 !important;
  left: unset !important;
  padding: 0;
  border: 0;
}

.dropdown.client-division-dropdown-cstm ul.dropdown-menu select:focus,
.dropdown.client-division-dropdown-cstm ul.dropdown-menu select:hover {
  box-shadow: none;
}

.dropdown.client-division-dropdown-cstm ul.dropdown-menu select {
  min-height: 140px;
}

.content-wrap .datatable-cstm-tb .cstm-box-wrp:first-child {
  border-radius: 6px 6px 0 0;
  margin-top: 20px;
}

td span.inline-label {
  margin-left: 10px;
  padding: 0.2rem 0.24444rem 0.23333rem;
  font-size: 11px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: #0e8888;
  color: #0e8888;
  background-color: #f4feff;
}
/*07-02-2024 new css */
.custm-pd {
  box-shadow: rgb(0 0 0 / 4%) 2px 2px 10px 3px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 20px 20px;
  border: 1px solid #cbc4d4;
}

.custm-pd .form-control {
  height: 45px;
  background-color: #fafafa;
  border: unset;
  padding: 11px 10px;
  font-size: 15px;
}

/*Select2 Checkbox CSS*/
.select2-container {
  max-width: 360px;
  min-width: 360px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

.select2-results__option[aria-selected="true"]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #008315;
  border: 0;
  display: inline-block;
  padding-left: 3px;
  display: inline-flex;
  align-items: center;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius: 4px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #f77750;
  border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}

.select-icon .placeholder {
  display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
  display: none !important;
  /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
  display: none;
}

table#MultiDiv tbody tr td.select2-parent-dropdown {
  max-width: 350px !important;
  width: 350px !important;
}

table#MultiDiv thead tr th.heading-access-to {
  max-width: 320px !important;
  width: 320px !important;
}

.nowrap-heading thead tr th {
  white-space: nowrap;
}
/*----29-02-2024------*/
/*li.select2-selection__choice {
    float: unset !important;
    width: max-content;
}

.select2_input_full_width input.select2-search__field {
    width: 100% !important;
}*/

/*Rejection Color-Code */

.dropdown-Rejction {
  border: 1px solid;
}

.popup-overlay {
  visibility: hidden;
}

.popup-content {
  visibility: hidden;
}

.popup-overlay.active {
  visibility: visible;
}

.popup-content.active {
  visibility: visible;
}

.responsive-canvas {
  width: 100%;
  border: solid 1px blue !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

select#NewReport {
  background-position-x: calc(100% + 0px);
  padding-right: 19px;
  background-position-y: 8px;
}

select#NewReport:focus,
select#NewReport:focus-visible,
select#NewReport:active {
  outline: none;
}

#InspectReportForm .content-wrap {
  display: none;
}

#InspectReportForm .content-wrap.show_content_form {
  display: block;
}

.cstm-sign-bx_profile {
  width: fit-content;
  display: flex;
  gap: 20px;
  width: 100%;
  /*align-items: center;*/
  /*align-items: end;*/
}

.cstm-sign-bx_profile .brdr-bx_pro {
  border: 1px solid #00000012;
  padding: 10px;
  border-radius: 6px;
}

.cstm-sign-bx_profile .brdr-bx_pro img {
  max-width: 220px;
}

button#SignatureDrawBtn {
  background: #e9ecef;
  box-shadow: none;
  border-color: #e9ecef;
  color: black;
}

button#SignatureDrawBtn:hover,
button#SignatureDrawBtn:focus,
button#SignatureDrawBtn:focus-visible,
button#SignatureDrawBtn:active {
  background: #dde0e3;
}

.custm-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.custmFlex2 {
  display: flex;
  gap: 4px;
  align-items: center;
}

.custmFlex2 select:focus {
  box-shadow: unset;
}

.sentry-button.small {
  padding: 6px 7px;
  font-size: 11px;
}

.sentry-button {
  font-family: "Rubik", "Helvetica Neue", sans-serif;
  display: inline-block;
  padding: 9px 12px;
  line-height: 1;
  border-radius: 3px;
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  color: #6e6e6e;
  background-color: #e9e9e9;
  border: 1px solid #b5b5b5;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px;
  cursor: pointer;
  text-decoration: none;
}

.sentry-button.danger {
  color: white;
  background-color: #bb1212;
  border: 1px solid #640c0c;
  box-shadow: rgba(4, 41, 14, 0.05) 0px 2px;
}

.sentry-button.small {
  padding: 6px 7px;
  font-size: 11px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.choseFile-box {
  min-width: 285px;
  position: relative;
}

.wrp-input-pin-box.custm-alignBaseline {
  align-items: center;
  padding: 16px 10px 30px;
}

.choseFile-box .text-danger {
  position: absolute;
  top: 45px;
  font-size: 14px;
}

.disclosed-size {
  position: absolute;
  top: -18px;
  font-size: 12px;
  color: #e14919;
}

.extra-pdf-sec {
  position: relative;
}

.last-pdf-size {
  position: absolute;
  top: -17px;
  font-size: 12px;
  color: #e14919;
}

.custm-withImg {
  max-width: 285px;
  display: flex;
  gap: 6px;
  position: relative;
  /*top: 12px;*/
}

.custm-withImg img {
  width: 45px !important;
  height: 36px;
  object-fit: cover;
}

.custm-withImg input {
  font-size: 14px;
  height: fit-content;
}

.preview-edit-report-wrp {
  display: flex;
  gap: 6px;
}

.preview-edit-report-wrp .pdf_preview-left {
  /*        width: 1100px;*/
  width: 100%;
}

.preview-edit-report-wrp .right_image-edit-report {
  /*    width: calc(100% - 1100px);*/
  width: 100%;
  min-width: 240px;
  margin-top: 20px;
  overflow-y: auto;
  background: white none repeat scroll 0% 0%;
  border-radius: 4px;
  border: 1px solid #c6becf;
  box-shadow: rgba(37, 11, 54, 0.04) 0px 2px 0px;
  margin-bottom: 10px;
  position: relative;
}

.images-summary-content {
  display: flex;
  align-items: flex-start;
  padding: 10px 10px;
  justify-content: flex-start;
  border: 1px solid #80808061;
  margin-bottom: 6px;
  border-radius: 4px;
}

.images-summary-content div img {
  width: 100%;
}

/*03-05-2024 Css Here*/
.cstmRightImgBox {
  width: 18%;
}
.cstmRightImgBox .right_image-edit-report {
  width: auto;
  min-width: auto;
  margin: 0 0 10px;
  background: transparent;
  border: none;
  box-shadow: unset;
  display: flex;
  align-items: center;
}

.cstmRightImgBox .right_image-edit-report .images-summary-number {
  width: 120px;
  word-break: break-all;
  padding-right: 4px;
}

.cstmRightImgBox .right_image-edit-report .images-summary-content {
  width: 100%;
  gap: 10px;
  padding: 0px 20px 0 10px;
}
.cstmRightImgBox .right_image-edit-report .images-summary-content div {
  flex: 0 0 50%;
}
.cstmRightImgBox .right_image-edit-report .images-summary-content div img {
  max-width: 100%;
  width: 120px;
  height: 60px;
}
.aproveBtn {
  background-color: green;
  color: white;
}

.sdbApproveBtn {
  background-color: rgb(0, 225, 200);
  color: rgba(169, 169, 169, 0.15);
}

/*16-05-2024 new css */
.cstm-tow-flex-mng-technician-other
  .btn-cstm-trash-copy
  button.deleterow-other-tech-update,
.row-cstm-non-inspection
  .btn-wrp-cstm-deletepaste
  button.delete-row-non-inspect-item-update,
.flex-div-wrp-mng
  .btn-wrp-cstm-deletepaste
  button.delete-row-inspect-item-update {
  border-color: #b02a37;
  background-color: #bb2d3b;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #00000040;
  border-radius: 4px;
}

.flex-div-wrp-mng
  .btn-wrp-cstm-deletepaste
  button.copy-row-inspect-item-update {
  border-color: #efefef;
  background-color: #efefef;
  color: #525252;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #525252;
  border-color: #525252;
  border-radius: 4px;
}

form.site-report-form .form-control.custmSelect-h {
  height: 7rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

form.site-report-form .form-control.custmSelect-h::-ms-expand {
  display: none;
}

.custmPad20 {
  padding: 20px;
}
.custmPad16 {
  padding: 15px 16px;
}
.allInvoicTxt {
  font-size: 16px;
  margin: 0;
  color: lightslategray;
}

.custmAprovBtnBox .custmDropDnAprv {
  min-width: 320px;
  top: -30px !important;
  left: 106% !important;
}

.custmArowHide {
  position: relative;
}

.custmArowHide::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 20px;
  right: 17px;
  top: 8px;
  background: #fafafa;
}

td.invoice_column-box a {
  border-color: #3b45d8;
  background: #b1b6fc;
  padding: 3px 4px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  color: #0032a0;
}

.select2_parent_dropdown-invoice
  .select2-container
  input.select2-search__field {
  padding-left: 6px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px;
}

.select2_parent_dropdown-invoice ul.select2-selection__rendered {
  padding: 0 !important;
}

/*Implemenatation on Loader start */

.alert-fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 20%;
  z-index: 9999;
  border-radius: 0px;
}

/*loader css start*/
#loaderDiv {
  /*background: url('../image/loader.gif') no-repeat center center;*/
  /*height: 100px;
    width: 100px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    transform: translate(-50%, -50%);*/
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  margin: 0;
  background: #d4d4d499;
}

@keyframes lines {
  from {
    stroke-width: 3px;
  }

  to {
    stroke-width: 3px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

.custmLoader line {
  -webkit-animation: lines;
  animation: lines;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.custmLoader svg {
  transform-origin: 50% 50%;
  -webkit-animation: rotate;
  animation: rotate;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ui-widget-overlay {
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  z-index: 99;
  background-color: lightgray;
  opacity: inherit.1;
}

/*loader css end=======================*/

/*Implemenatation on Loader end */

/*07-06-2024 new css*/
.report-section ul.report-list-section li a.cstm-icon-header.active_menu {
  border: 0;
}

.custmListmenu li a {
  position: relative;
}

.custmListmenu li > a:hover,
.custmListmenu li a.active_menu {
  background: #eeffef;
}

.custmListmenu li > a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 2px;
  /*background: #cbc7c7;*/
  border-radius: 2px;
}

.custmListmenu li > a:hover::before,
.custmListmenu li > a.active_menu::before {
  background: #00a11b;
}
/*17-06-2024 new css*/
.custmInputAllInvoice input {
  min-width: 140px;
}

.custmSelect2Allinvice {
  width: 100%;
}

.custmSelect2Allinvice .select2-container {
  min-width: 100%;
  width: 100% !important;
}

/*custmSelect2Allinvice .selection ul li {
        width:100%;
    }*/
.img_tooltipview.show {
  position: relative;
}

.img_tooltipview.show::before {
  content: "";
  position: absolute;
  top: -7px;
  border-bottom: 8px solid #bfbfbf;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.img_tooltipview.show[data-popper-placement="top-start"]::before {
  top: unset;
  bottom: -7px;
  border-bottom: unset;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #bfbfbf;
}

.custmPDf-Img {
  height: calc(100vh - 450px);
  overflow-y: auto;
  padding: 10px;
}

.textWarp {
  white-space: nowrap;
}

.monthly-value-filter {
  display: flex;
  gap: 10px;
  max-width: 1120px;
}

.date-filter-button {
  padding: 5px;
  font-family: "Rubik";
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border: 1px solid #aaa;
  padding: 4px;
  color: #555;
}

.monthly-value-filter .download-invoices-btn {
  height: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  padding: 0 9px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}
.monthly-value-filter .download-invoices-btn:hover {
  color: black !important;
}
.custmChart-h {
  height: 450px;
}

@media (max-width: 991px) {
  ul .img_tooltipview {
    min-width: 620px !important;
    height: calc(100vh - 150px);
  }

  .custmSelect2Allinvice {
    max-width: 225px;
  }

  .textWarp {
    margin-left: 20px;
  }

  .Custm-wrapFilter {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  ul.img_tooltipview {
    min-width: calc(100vw - 190px) !important;
    height: calc(100vh - 400px);
  }
}

/*20-06-2024 Css Here*/
/*.custmSelect2Allinvice ul.select2-selection__rendered span.select2-selection__clear, .custmSelect2Allinvice ul.select2-selection__rendered li.select2-selection__choice {
    display: none;
}*/

/*
.custmSelect2Allinvice ul.select2-selection__rendered li .select2-search__field {
    width: 100% !important;
}*/

.Custm-wrapFilter ul.select2-selection__rendered {
  display: -webkit-inline-box;
}

/*  .Custm-wrapFilter ul.select2-selection__rendered li.select2-selection__choice {
        float: none !important;
        width: fit-content;
        margin-top: 2px !important;
        height: fit-content;
    }*/

/*.Custm-wrapFilter ul.select2-selection__rendered {
    display: flex !important;*/
/*flex-wrap: nowrap;*/
/*flex-wrap:wrap;
    position: relative;
    overflow-x: hidden !important;
}*/

/*.Custm-wrapFilter ul.select2-selection__rendered span.select2-selection__clear {*/
/*position: sticky;*/
/*position:absolute;
        right: 0;
        background: white;
        padding: 0px 5px;
        order: 999;
        margin: 0 !important;
        display: flex;
        margin-left: auto !important;   
        min-height: 32px;
        align-items: center;
        z-index:9;
    }*/

form.monthly-value-filter select {
  background-position-y: 9px;
}

.btn-apr-unapr {
  padding: 6px 14px 0;
  display: flex;
  gap: 5px;
}
.btn-apr-unapr button {
  background: #e9e9e9;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  font-weight: 500;
  color: #383838;
  border-radius: 0;
  display: inline-block;
  padding: 6px 16px;
  border: aliceblue;
  line-height: 26px;
}
button.unApprove_status_invoice {
  background: #dc354538;
  color: #dc3545;
}
.btn-apr-unapr button.approve_status_invoice {
  background: #eeffef;
  color: #00a11b;
}
.btn-apr-unapr button.all_status_invoice {
  background: #e9e9e9;
  color: #000000;
}
button.unApprove_status_invoice.act {
  border-bottom: 3px solid #dc3545;
}
.btn-apr-unapr button.approve_status_invoice.act {
  border-bottom: 3px solid #00a11b;
}
.btn-apr-unapr button.all_status_invoice.act {
  border-bottom: 3px solid #000000;
}

body:has(.btn-apr-unapr) .custmPad20 {
  padding-top: 0;
}
body:has(.btn-apr-unapr) .custmPad16 {
  padding-top: 0;
}
/*.btn-apr-unapr button.approve_status_invoice {
    background: green;
    color: white;
}

.btn-apr-unapr button.unApprove_status_invoice {
    background: #dc3545;
    color: white;
}
.btn-apr-unapr button.allInvoice_status_invoice {
    background: grey;
    color: white;
}*/
.blank_spc-btn {
  width: 69px;
}

table#Rejectiontbl td.dtr-control span {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 4px;
  border-color: #00000075 !important;
}

.custom-table .btn-success {
  background-color: #008315 !important;
}

.border_width_round {
  border: 1px solid #00000045;
  padding: 0px 10px;
  border-radius: 6px;
}

.btn-group-invoice {
  display: flex;
  gap: 6px;
}
.btn-group-invoice .btn-group-sub-invoice {
  display: flex;
  align-items: center;
  gap: 6px;
}
.btn-group-invoice a {
  margin: 0;
  padding: 8px 20px;
}
.btn-group-invoice .btn-group-sub-invoice a.btn {
  background: #e9e9e9;
  border: #e9e9e9;
  color: black !important;
}
.btn-group-invoice .btn-group-sub-invoice a.btn:hover {
  background: #dddddd;
  color: #555;
}
.btn-group-invoice .btn-group-sub-invoice a.btn.act_btn {
  background: #808080a3;
}

.card-box.with_loader {
  position: relative;
  max-height: calc(50dvh);
}
/*.card-box.with_loader .loader_chart {
    background: url(../image/loader.gif) no-repeat center center;
    height: 100px;
    width: 100px;
    position: absolute;
    z-index: 9999;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
}*/

.RedClass {
  color: red;
}

td.invoice_status a {
  border-color: #c42c2c;
  color: #c42c2c;
  background: #ffc6c6;
  padding: 0.2rem 0.24444rem 0.23333rem;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
td.invoice_status_approve a {
  border-color: #0da92b;
  color: #0da92b;
  background: #f1fff1;
  padding: 0.2rem 0.24444rem 0.23333rem;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
.report_SR_type {
  background-color: #52baff !important;
  text-align: center;
  border-radius: 2px;
  border: 0.5px solid #3b45d8;
}
.report_DR_type {
  background-color: #46bfbd !important;
  text-align: center;
  border-radius: 2px;
  border: 0.5px solid #3b45d8;
}
/*td.report_DR_type {
    background-color: #46bfbd !important;
    text-align: center;
    border-radius: 2px;
    border: 0.5px solid #3b45d8;
}*/
table#ReportsTbl tr td.dtr-control a {
  color: #fff;
  padding: 4px;
  border-radius: 3px;
  border: 0.5px solid #000;
  white-space: nowrap;
}
.dropdown a {
  color: #212529;
}

/*=============== 03-08-2024 new css ================*/
.custmSelect2Allinvice .select2-selection__rendered .select2-search,
.custmSelect2Allinvice .select2-selection__rendered .select2-search input {
  width: 100% !important;
}
.custmSlect-tbl-w .select2-search,
.custmSlect-tbl-w .select2-search input {
  width: 100% !important;
}
.search-doller-icon {
  width: 14px;
  height: 14px;
}
.data-smple-cstm[data-color="#eefacc"] {
  border-color: #7ba112 !important;
  background: #eefacc !important;
  color: #7ba112 !important;
  border: 0.5px solid #7ba112 !important;
  padding: 4px;
  border-radius: 3px;
  white-space: nowrap;
}
.data-smple-cstm[data-color="#dfdfdf"] {
  border-color: #262626 !important;
  color: #262626 !important;
  background: #dfdfdf !important;
  border: 0.5px solid #262626 !important;
  padding: 4px;
  border-radius: 3px;
  white-space: nowrap;
}
.data-smple-cstm[data-color="#fdd6f0"] {
  border-color: #eb2f65 !important;
  color: #eb2f65 !important;
  background: #fdd6f0 !important;
  border: 0.5px solid #eb2f65 !important;
  padding: 4px;
  border-radius: 3px;
  white-space: nowrap;
}

.data-smple-cstm[data-color="#ffc6c6"] {
  border-color: #c42c2c !important;
  color: #c42c2c !important;
  background: #ffc6c6 !important;
  border: 0.5px solid #c42c2c !important;
  padding: 4px;
  border-radius: 3px;
  white-space: nowrap;
}
.data-smple-cstm[data-color="#f1f6d6"] {
  border-color: #eba62f !important;
  color: #eba62f !important;
  background: #f1f6d6 !important;
  border: 0.5px solid #eba62f !important;
  padding: 4px;
  border-radius: 3px;
  white-space: nowrap;
}
.data-smple-cstm[data-color="#ffabab"] {
  border-color: #c42c2c !important;
  color: #c42c2c !important;
  background: #ffabab !important;
  border: 0.5px solid #c42c2c !important;
  padding: 4px;
  border-radius: 3px;
  white-space: nowrap;
}
.data-smple-cstm[data-color="#fff800"] {
  border-color: #c42c2c !important;
  color: #c42c2c !important;
  background: #fff800 !important;
  border: 0.5px solid #c42c2c !important;
  padding: 4px;
  border-radius: 3px;
  white-space: nowrap;
}
.data-smple-cstm[data-color="White"] {
  border-color: #c42c2c !important;
  color: #c42c2c !important;
  background: White !important;
  border: 0.5px solid #c42c2c !important;
  padding: 4px;
  border-radius: 3px;
  white-space: nowrap;
}
.data-smple-cstm[data-color="#ffffff"] {
  border-color: black !important;
  color: black !important;
  background: White !important;
  border: 0.5px solid black !important;
  padding: 4px;
  border-radius: 3px;
  white-space: nowrap;
}
.selectWord-ellips {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 24px !important;
  /*border: 0.5px solid #eb2f65 !important;*/
  padding: 4px;
  border-radius: 3px;
  white-space: nowrap;
}
/*===============12-08-2024 new css=====================*/
.custom-table.custmTable-repot table.dataTable thead th {
  padding-right: 12px !important;
}
.custom-table.custmTable-repot table.dataTable thead > tr > th.sorting:before,
.custom-table.custmTable-repot table.dataTable thead > tr > th.sorting:after {
  right: 2px;
}
.custom-table span.data-smple-cstm {
  font-size: 14px;
  border-radius: 3px;
}
.custmLoader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-table.custmTable-repot .CustIcon-w-sm {
  width: 10px !important;
  /*padding-right:0;
    padding-left0*/
}
.custom-table.custmTable-repot table.dataTable tr th,
.custom-table.custmTable-repot table.dataTable tr td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
a.tabledata-darkblue {
  color: #0032a0;
}

/*============================ 21 Aug 2024 ===============================*/
th.w-90px {
  width: 10px !important;
}
td.rig_max-length-tbl a {
  max-width: 80px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
.tooltip-inner {
  color: black;
  background: white;
  border: 1px solid #cfcfcf;
}
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #a2a2a2;
}
table#ReportsTbl tbody tr td:nth-child(3) {
  text-align: center;
  padding: 0px !important;
}
table#ReportsTbl thead tr th:nth-child(3) {
  text-align: center;
  width: 30px !important;
  padding: 0px !important;
}

/*-----26-08-2024-----*/
.cstm-cmnt-box {
  display: none;
}
.cstm-cmnt-box.open {
  margin-top: 5px;
  padding: 5px 16px;
  display: flex;
  align-items: center;
}
.cstm-cmnt-box input {
  width: 50%;
  padding: 0px 10px;
  border: 1px solid #00000040;
  padding: 4px 8px;
  border-radius: 4px;
  outline: none;
}
.cstm-check-btn {
  color: white;
  background-color: #378f08;
}
.cstm-cross-btn {
  color: white;
  background-color: #bb1212;
}
.cstm-check-btn,
.cstm-cross-btn {
  box-shadow: rgba(4, 41, 14, 0.05) 0px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
}

/*28 Aug 2024*/
.preview-edit-report-wrp div#bindComments {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: calc(100dvh - 148px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  /* margin-top: 8px;*/
}

.preview-edit-report-wrp {
  margin-top: 8px;
}

.preview-edit-report-wrp .cstmRightImgBox {
  max-height: calc(100dvh - 148px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
}
.preview-edit-report-wrp div#bindComments::-webkit-scrollbar,
.preview-edit-report-wrp .cstmRightImgBox::-webkit-scrollbar {
  width: 6px;
}
.preview-edit-report-wrp div#bindComments::-webkit-scrollbar-track,
.preview-edit-report-wrp .cstmRightImgBox::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.preview-edit-report-wrp div#bindComments::-webkit-scrollbar-thumb,
.preview-edit-report-wrp .cstmRightImgBox::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
.preview-edit-report-wrp div#bindComments::-webkit-scrollbar-thumb:hover,
.preview-edit-report-wrp .cstmRightImgBox::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.preview-edit-report-wrp div#bindComments > div {
  border: 1px solid #0000003b;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 14px;
  background: white;
  max-width: 240px;
  /*  min-width: 215px;*/
}
.preview-edit-report-wrp div#bindComments > div p {
  margin: 0;
  width: 100%;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.preview-edit-report-wrp div#bindComments > div span {
  font-size: 12px;
  word-wrap: break-word;
  line-height: 14px;
  display: inline-block;
  margin-bottom: 4px;
  word-break: break-all;
}

.charts-outer {
  /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
  min-height: 300px !important;
  display: flex;
  align-items: start;
  border-radius: 10px;
  background: white;
  border: 1px solid #c6becfa8;
  height: 100%;
  /*padding-bottom: 40px !important;*/
}

/*.charts-outer canvas{
        width:100% !important;
        height:100% !important;
        object-fit:contain !important;
    }*/
canvas#DoughnutChart {
  max-width: 100%;
  height: auto;
}
.charts-box {
  margin: 20px 0px;
}

.box-1 {
  width: 130px;
  height: 130px;
  /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
  justify-content: center;
  border-radius: 6px;
  background: white;
  border: 1px solid #c6becfa8;
}

/*-----04-09-2024----*/
.cstm-text-error {
  width: 50% !important;
  position: relative;
}

.cstm-text-error small {
  position: absolute;
}
.cstm-select-error {
  width: 100% !important;
  position: relative;
}
.cstm-select-error small {
  position: absolute;
}
.cstm-col-lg-2 {
  width: 20% !important;
}

/*05 Sep 2024*/
input[type="number"].form-control {
  padding-right: 10px !important;
}
.content-wrap:has(.card-header) .content_body {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.content-wrap .card-header {
  border-radius: 10px 10px 0 0;
  background: white;
  border: 1px solid #cbc4d4;
}
.content-wrap .card-header h3 {
  margin: 0;
  font-size: 18px;
  padding: 4px 0px;
  text-transform: uppercase;
}
.flex-chart-height canvas {
  height: unset !important;
}
.flex-chart-height {
  align-items: center;
  display: flex;
  max-height: 400px;
}

img.img_tooltipview {
  width: 100%;
}

.tippy-backdrop {
  /* background-color: transparent  !important; */
  border-radius: 0 !important;
  padding: 0 !important;
}
.tippy-tooltip.dark-theme,
.tippy-tooltip[data-animatefill] {
  padding: 0;
  border: 1px solid rgb(0 8 16 / 23%);
  max-width: calc(100vw - 500px) !important;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
  background: transparent;
}

.tippy-tooltip.dark-theme {
  padding: 0;
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
  left: 0;
  border-color: transparent !important;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  transform-origin: center right;
  border-right-color: #fff;
  right: 0px;
  top: -11px;
}

.tippy-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-color: transparent;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  right: 2px;
  top: -10px;
  border-right-color: rgb(0 8 16 / 23%);
}
a.tippy_btn {
  cursor: pointer;
}
.cstm-selectdropdown-sites ul.dropdown-menu li {
  border: 1px solid gainsboro;
}
.section_hide {
  display: none;
}
.red-icon {
  color: #d50000;
}
.green-icon {
  color: #099322;
}

/* 18/9/2024 css start here */
.report-section .logo img {
  width: 100px;
}
.report-section .logo span {
  font-weight: 500;
}
.user-profile-list.listProfile .dropdown-menu.dropdown-menu-right a {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #eee;
}
.user-profile-list.listProfile .dropdown-menu.dropdown-menu-right {
  width: max-content;
}
.user-profile-list.listProfile .dropdown-menu.dropdown-menu-right form {
  width: 100%;
  display: block;
  padding: 10px 15px;
}
.user-profile-list.listProfile .dropdown-menu.dropdown-menu-right a:hover,
.user-profile-list.listProfile .dropdown-menu.dropdown-menu-right form:hover {
  background-color: #e9ecef;
  color: #000;
}

.user-profile-list.listProfile
  .dropdown-menu.dropdown-menu-right
  form:hover
  button {
  color: #000;
}
.access-denied header h1 {
  margin: 0;
}
.access-denied header p {
  margin: 0;
  color: #000 !important;
}
.access-denied header {
  background: #fff;
  padding: 30px;
  width: max-content;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px dashed #ccc;
}
.access-denied {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrap.report-heading .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-wrap.report-heading .card-header .clientbox select {
  min-width: fit-content;
  padding-right: 40px;
}
/* 18/9/2024 css end here */

#company_report_wrapper table tbody tr td:nth-child(3),
#ReportsTbl_wrapper table tbody tr td:nth-child(3),
#company_report_client_wrapper table tbody tr td:nth-child(3) {
  text-align: center;
}

/* 10/08/2024 by Rajat Bisht */
#StandardReportForm .content-wrap {
  display: none;
}

#StandardReportForm .content-wrap.show_content_form {
  display: block;
}

#StandardReportForm #vt_equipment,
#StandardReportForm #mt_equipment,
#StandardReportForm #pt_equipment,
#StandardReportForm #ut_equipment,
#StandardReportForm #utt_equipment,
#StandardReportForm #et_equipment,
#StandardReportForm #paut_equipment,
#StandardReportForm #tofd_equipment {
  display: none;
}

#StandardReportForm #vt_equipment.view,
#StandardReportForm #mt_equipment.view,
#StandardReportForm #pt_equipment.view,
#StandardReportForm #ut_equipment.view,
#StandardReportForm #utt_equipment.view,
#StandardReportForm #et_equipment.view,
#StandardReportForm #paut_equipment.view,
#StandardReportForm #tofd_equipment.view {
  display: block;
}

#updateStandardReportForm #vt_equipment,
#updateStandardReportForm #mt_equipment,
#updateStandardReportForm #pt_equipment,
#updateStandardReportForm #ut_equipment,
#updateStandardReportForm #utt_equipment,
#updateStandardReportForm #et_equipment,
#updateStandardReportForm #paut_equipment,
#updateStandardReportForm #tofd_equipment {
  display: none;
}

#updateStandardReportForm #vt_equipment.view,
#updateStandardReportForm #mt_equipment.view,
#updateStandardReportForm #pt_equipment.view,
#updateStandardReportForm #ut_equipment.view,
#updateStandardReportForm #utt_equipment.view,
#updateStandardReportForm #et_equipment.view,
#updateStandardReportForm #paut_equipment.view,
#updateStandardReportForm #tofd_equipment.view {
  display: block;
}

#CloneStandardReportForm #vt_equipment,
#CloneStandardReportForm #mt_equipment,
#CloneStandardReportForm #pt_equipment,
#CloneStandardReportForm #ut_equipment,
#CloneStandardReportForm #utt_equipment,
#CloneStandardReportForm #et_equipment,
#CloneStandardReportForm #paut_equipment,
#CloneStandardReportForm #tofd_equipment {
  display: none;
}

#CloneStandardReportForm #vt_equipment,
#CloneStandardReportForm #mt_equipment,
#CloneStandardReportForm #pt_equipment,
#CloneStandardReportForm #ut_equipment,
#CloneStandardReportForm #utt_equipment,
#CloneStandardReportForm #et_equipment,
#CloneStandardReportForm #paut_equipment,
#CloneStandardReportForm #tofd_equipment {
  display: block;
}

.row-cstm-items-standard,
.flex-div-wrp-mng {
  display: flex;
  padding: 0;
  gap: 10px;
  margin-bottom: 25px;
  align-items: center;
}

.row-cstm-items-standard .btn-wrp-cstm-deletepaste {
  display: flex;
  align-items: center;
  gap: 6px;
}

.row-cstm-items-standard .btn-wrp-cstm-deletepaste button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #525252;
  border-radius: 4px;
  color: #525252;
}
.row-cstm-items-standard
  .btn-wrp-cstm-deletepaste
  button.delete-row-non-inspect-item {
  background: #b02a37;
  color: white;
  border-color: #b02a37;
}

.cstm-tow-flex-mng-technician-other
  .btn-cstm-trash-copy
  button.deleterow-other-tech-update,
.row-cstm-items-standard
  .btn-wrp-cstm-deletepaste
  button.delete-row-non-inspect-item-update {
  border-color: #b02a37;
  background-color: #bb2d3b;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #525252;
  border-radius: 4px;
}

.cstm-cmnt-box-edit {
  display: none;
}

.cstm-cmnt-box-edit.open {
  margin-top: 5px;
  padding: 5px 16px;
  display: flex;
  align-items: center;
}

.cstm-cmnt-box-edit input {
  width: 50%;
  padding: 0px 10px;
  border: 1px solid #00000040;
  padding: 4px 8px;
  border-radius: 4px;
  outline: none;
}

.tippy-popper:has(img.img_tooltipview.invoice_img) {
  max-width: calc(100% - 830px);
}
.heading_txt {
  display: flex;
  flex-wrap: wrap;
}
.preview-edit-report-wrp div#bindComments > div span a {
  display: inline-block;
  padding: 1px 3px;
  cursor: pointer;
}
.preview-edit-report-wrp div#bindComments > div .btn-edit-update {
  display: inline-block;
}
.preview-edit-report-wrp div#bindComments > div .btn-edit-update a:first-child {
  color: green;
}
.preview-edit-report-wrp
  div#bindComments
  > div
  .btn-edit-update
  a:nth-child(2) {
  color: #bb1212;
}
.charts-outer {
  max-height: 400px;
}

form#logoutForm {
  padding: 0;
  width: 100%;
}
form#logoutForm button {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  width: 100%;
}
.row-cstm-items-standard .parent_child-changes {
  min-width: 110px;
}
.row-cstm-items-standard .choseFile-box {
  min-width: 245px;
}
.row-cstm-items-standard .price_field {
  min-width: 140px;
}
.row-cstm-items-standard .quelity_field {
  min-width: 104px;
}
.form-elements-Dimensional
  .row-cstm-items-standard
  input[type="text"].item_field {
  min-width: 140px;
  padding-right: 10px !important;
}
.form-elements-Dimensional
  .row-cstm-items-standard
  input[type="text"].job_fields {
  max-width: 140px;
  width: 100px;
  padding-right: 10px !important;
}
.form-elements-Dimensional .row-cstm-items-standard input[type="text"].sn_no {
  min-width: 80px;
  padding-right: 10px !important;
}
.cstm-select-error.width_auto {
  width: fit-content !important;
}
button.append_delete-row_items {
  color: white !important;
}

/*21 Oct 2024*/
#updateStandardReportForm #vt_equipment,
#updateStandardReportForm #mt_equipment,
#updateStandardReportForm #pt_equipment,
#updateStandardReportForm #ut_equipment,
#updateStandardReportForm #utt_equipment,
#updateStandardReportForm #et_equipment,
#updateStandardReportForm #paut_equipment,
#updateStandardReportForm #tofd_equipment {
  display: none;
}

.mng-wrp-allsd select {
  width: 50%;
}
.mng-wrp-allsd .cstm-text-error select {
  width: 100%;
}
span#Menu_btn img {
  width: 30px;
}

/*23 Nov 2024*/
select {
  background-position-y: 14px;
}

.tippy-popper:has(img.img_tooltipview.preview_invoice_bx) .tippy-tooltip {
  /*max-width: 1200px !important;*/
  max-width: 900px !important;
}

.tippy-popper:has(img.img_tooltipview.preview_invoice_bx)
  .tippy-tooltip
  .tippy-content {
  max-height: calc(100dvh - 260px);
  overflow: auto;
}
.tippy-popper:has(img.img_tooltipview.overflow_height_width)
  .tippy-tooltip
  .tippy-content {
  height: calc(100dvh - 260px);
  overflow: auto;
}

/*.custom-table .dataTables_wrapper, table#InvoiceTbl {
    overflow: auto;
}*/

table#InvoiceTbl th:nth-child(3) {
  min-width: 100px;
}

table#InvoiceTbl th:nth-child(4) {
  min-width: 140px;
}

table#InvoiceTbl th:nth-child(5) {
  min-width: 140px;
}

table#InvoiceTbl th:nth-child(6) {
  min-width: 120px;
}
div#InvoiceTbl_wrapper div#InvoiceTbl_paginate {
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .monthly-value-filter {
    display: flex;
    gap: 10px;
    max-width: 100%;
  }
  .row-cstm-items-standard
    .btn-wrp-cstm-deletepaste
    button.copy-row-inspect-item {
    margin-right: 20px;
  }
}

.datepicker-days thead tr th {
  font-size: 14px;
  font-weight: 600;
}

.datepicker-days thead tr td {
  font-size: 13px;
}

/*.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}*/

.custmPad16 div#InvoiceTbl_length select {
  background-position-y: 9px;
}
/*=======12-03-2024 new css ========*/
.custmSiteChange .select2-container {
  max-width: 100%;
  width: 100% !important;
  min-width: unset;
}
.main-wrpbox-addnew-user
  .box-wrpcenter-m
  .maine-add-userpwrp
  .custmSiteChange
  .select2-search
  input.select2-search__field {
  line-height: 18px;
  border: 0;
}
.custmSiteChange .select2-selection__choice {
  white-space: break-spaces;
  display: flex;
  word-break: break-all;
}
.custmSelect2Allinvice.select2_parent_dropdown-invoice
  .select2-container
  input.select2-search__field {
  background-image: unset;
}
.select2-dropdown .select2-results__option {
  white-space: break-spaces;
  display: flex;
  word-break: break-all;
}
.select2-dropdown .select2-results__option:before {
  min-width: 20px;
}
.custmSiteChange
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  margin-right: 4px;
}
.custmSelect2Allinvice .select2-selection__choice {
  white-space: break-spaces;
  display: flex;
  word-break: break-all;
}
.custmSelect2Allinvice.select2_parent_dropdown-invoice
  ul.select2-selection__rendered {
  padding: 0 5px !important;
}
.custmWidth {
  width: 20% !important;
}
.dataTables_wrapper .dataTables_length select {
  background-position-x: calc(100% - 6px);
  background-size: 12px;
  background-position-y: 11px;
}

#add_other-row-tech .cstm-tow-flex-mng-technician-other {
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 10px;
}
div#add_other-row-tech > div {
  margin-bottom: 10px;
}
.cstm-tow-flex-mng-technician-other .flex-div-addemprow {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
div#update_other-row-tech .cstm-tow-flex-mng-technician-other {
  width: 100%;
  flex-wrap: wrap;
}

/*Report Update CSS*/

div#Update-append-items_js select.itemresult_field {
  min-width: 90px;
}
div#Update-append-items_js .row-cstm-items-standard .parent_child-changes {
  min-width: 92px;
}
div#Update-append-items_js .row-cstm-items-standard .price_field {
  min-width: 130px;
}
.form-elements-Dimensional
  div#Update-append-items_js
  .row-cstm-items-standard
  input[type="text"].item_field {
  min-width: 128px;
}

/*21 Dec 2024*/
.custom-table tbody tr td {
  line-height: 26px;
}
.content_body.card-box .custom-table.custmTable-repot {
  overflow: auto;
}
.content_body.card-box .custom-table.custmTable-repot table,
.content_body.card-box .custom-table.custmTable-repot table td,
content_body.card-box .custom-table.custmTable-repot table th {
  border-left: 0 !important;
  border-right: 0 !important;
}
.content_body.card-box .custom-table.custmTable-repot table {
  max-width: 100%;
}
.custom-table table#Customer thead tr th:nth-child(2) {
  min-width: 120px;
}
#partial-view-container table#InvoiceTbl thead tr th:first-child {
  min-width: 106px;
}
.custom-table #Customer_wrapper {
  overflow: auto;
}
table#InvoiceTbl thead tr th:nth-child(7) {
  min-width: 70px;
}
table#InvoiceTbl thead tr th:nth-child(8) {
  min-width: 65px;
}
table#InvoiceTbl thead tr th:nth-child(9) {
  min-width: 70px;
}

table#LocationManager thead tr th:nth-child(2) {
  min-width: 110px;
}

/*26 Dec 2024*/
.select2-container
  span.select2-selection.select2-selection--multiple
  ul.select2-selection__rendered {
  padding-right: 14px;
}
.select2-container
  span.select2-selection.select2-selection--multiple
  ul.select2-selection__rendered
  span.select2-selection__clear {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0px 5px;
}
/*30 Dec 2024*/
a .backtologin {
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
  text-transform: capitalize;
  color: #008315;
}

.password-field {
  position: relative;
  /* width: 300px;*/
}

.password-field input {
  width: 100%;
  padding: 10px;
  padding-right: 40px; /* Space for the eye icon */
  box-sizing: border-box;
}

.password-field .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/*10 Jan 2025*/
div[id^="myFiles"] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 190px;
}

div[id^="myFiles"] p {
  background: white;
  padding: 2px 6px;
  margin: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  display: flex;
  font-size: 12px;
}

div[id^="myFiles"] p span {
  display: inline-block;
  width: calc(100% - 5px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

div[id^="myFiles"] p:after {
  content: "x";
  position: absolute;
  top: -4px;
  right: -4px;
  background: #cccccc;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  color: black;
}

div[id^="myFiles"] p:hover {
  background: #bf2e19;
  color: white;
}

label.upload_file_btn-img {
  display: inline-block;
  padding: 9px 12px;
  border-radius: 5px;
  background-color: #fff;
  color: green;
}

.content_box_wrp-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.content_box_wrp-img a {
  width: calc(50% - 4px);
}

.content_box_wrp-img a img {
  width: 80px;
  height: 50px;
}

.preview-edit-report-wrp .cstmRightImgBox .images-summary-content:last-child {
  margin-bottom: 0;
}

.image_wrp_box {
  position: relative;
}

.image_wrp_box .btn_close_img {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 16px;
  height: 16px;
  background: #b02a37;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  color: white;
  border-radius: 50%;
}

.image_wrp_box img {
  width: 50px;
}

.wrp-label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
  font-weight: 600;
}

/*24 Jan 2025*/
button#Update-append_items_btn {
  margin-top: 10px;
}

.previewimagecontainer {
  min-width: 60px;
}
/*
canvas {
    width: 100%;
    height: 250px;
}*/

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

.search-box {
  position: relative;
}

.search-box input {
  background: #fff;
  box-shadow: none;
  border: 1px solid var(--green);
  width: 100%;
  padding: 8px 40px 8px 15px;
  border-radius: 30px;
  color: var(--black);
  font-size: 14px;
}

.search-box span.fa.fa-search.search-icon {
  position: absolute;
  color: var(--green);
  right: 18px;
  top: 11px;
}

.search-box button#globalSearch {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px 7px 6px;
  border: 0;
  background: transparent;
  outline: none;
  color: #00a11b;
}

/* Dropdown Button */
.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}

/* The search field */
#myInput {
  box-sizing: border-box;
  background-image: url("searchicon.png");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {
  outline: 3px solid #ddd;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

/* .sidebar.sidebar_small ul.list-menu a i {
  font-size: 20px;
} */

.sidebar-list ul:nth-child(2) {
  color: #3f3e3e;
  font-size: 16px;
}

.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-track {
  background: #dbdbdb;
  border-radius: 4px;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sidebar_small .sidebar span.list-noti.ms-auto {
  display: none;
}

.sidebar_small .sidebar span.list-title {
  display: none;
}

.sidebar ul li {
  list-style: none;
  width: 100%;
}

.sidebar ul {
  margin-bottom: 0px;
}

.sidebar ul.list-menu {
  padding: 0px 12px;
}

.sidebar span.list-noti {
  font-size: 14px;
}

.sidebar ul.list-menu a {
  color: #424242;
  display: flex;
  font-size: 12px;
  padding: 6px 15px;
  align-items: center;
  /* justify-content: center;*/
  /*font-weight: 300;*/
}
.sidebar ul.list-menu a.active {
  padding: 8px 15px;
}
.sidebar i.fa-solid.fa-location-dot {
  color: #606060;
}

.sidebar .active {
  background-color: #eeffef;
  border-radius: 5px;
}

.sidebar a.active {
  /*    border-right: 1px solid var(--green);
  */
  color: var(--green) !important;
}

.sidebar ul.list-menu a i {
  margin-right: 6px;
  font-size: 16px;
}

.sidebar ul:nth-child(2) li i {
  margin-right: 5px;
  font-size: 16px;
}

.sidebar .dropdown-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  color: #000;
}
.sidebar .dropdown-list .list-item {
  padding: 6px 15px;
}
.dropdown-list .list-item {
  padding: 10px 15px;
}

.sidebar .dropdown-list {
  cursor: pointer;
}

.sidebar .dropdown-list ul.sub-menu {
  padding-left: 10px;
  display: none;
}

.sidebar ul li a .list-title-content {
  display: flex;
  align-items: center;
  gap: 2px;
}

.sidebar ul.list-menu.report_by_site a {
  padding: 0;
}

.sidebar ul li a .list-title-content span.list-title {
  display: inline-block;
  word-break: break-all;
}

.sidebar .dropdown-list .list-item.reportBind {
  padding: 0;
}
.sidebar .dropdown-list .list-item.reportBind a {
  padding: 6px 15px;
}

.sidebar_small + .main {
  width: calc(100% - 70px);
  /* margin-left: 70px; */
}

/*  */

/*  */

.report-list-section li:first-child {
  display: block !important;
  visibility: visible !important;
}

@media (max-width: 768px) {
  .report-list-section li:first-child {
    width: 100%;
    padding: 10px;
  }
}

.sidebar {
  /* width: 267px; */
  width: var(--w-side-navigation);
  height: 100vh;
  position: fixed;
  background-color: #ffff;
  transition: 0.5s;
  box-shadow: 0px 0px 6px 0px rgb(13 38 76 / 7%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  z-index: 2;
  overflow-y: auto;
}

.sidebar .logo {
  margin: auto;
  text-align: center;
  padding-block: 20px;
}

.sidebar .logo img:nth-child(2) {
  display: none;
}

/*  */

.sidebar_small {
  --w-side-navigation: 80px;
}

.sidebar_small .logo img:nth-child(1) {
  display: none;
}

.sidebar_small .logo img:nth-child(2) {
  display: block !important;
  width: 75px;
  padding: 5px;
}

/*  */
/*  */
/*  */
/* .select2-container {
  position: relative;
  z-index: 1050;
}

.select2-dropdown-multi {
  max-height: 200px;
  overflow-y: auto;
  padding: 5px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.select2-container--bootstrap-5 .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #ced4da;
}

.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__choice {
  background: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 2px 4px;
}

.select2-container--bootstrap-5 .select2-results__options {
  position: relative;
  max-height: 200px;
  overflow-y: auto;
} */

/* .select2-container {
  width: 100% !important;
  min-width: 200px;
  max-width: 360px;
  z-index: 1050;
}

.select2-container--bootstrap-5 .select2-selection--multiple {
  min-height: 38px;
  padding: 0.375rem;
  border: 1px solid #ced4da;
  background-color: #fff;
}

.select2-dropdown-multi {
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  margin: 0.125rem;
}

.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 8px;
}

.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 2px 8px;
  margin: 2px;
}

.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
  margin-top: 3px;
  padding-left: 4px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__option {
  padding: 6px 12px;
  margin: 0;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #dee2e6;
  border-radius: 0.375rem;
}

.select2-container--bootstrap-5 .select2-results__option {
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-search__field {
  min-height: 24px;
} */

/* Peak NDT */

/* _PeakLayout */

.wrapper {
  background: #f2f4f7;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
