#popup_button {
  position: fixed;
  /* updated to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type=checkbox] {
  transform: scale(1.5);
}
.center-col {
  width: 25%;
}




.content-box-wrapper {
  display: inline-block;
  width: 80%;
  padding: 10px 00px;
}
.box-common img {
  margin-bottom: 23px;
}
.box-common h6 {
  /* margin: 0; */
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
}
.box-common p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140.1%;
  color: #415eb6;
}
.box-common {
  border-radius: 20px;
  padding: 30px 38px;
}
.blue {
  background: #eef7fe;
}
.yellow {
  background: #fffbec;
}
.red {
  background: #feeeee;
}
.blue h6 {
  color: #415eb6;
}
.yellow h6 {
  color: #ffb110;
}
.red h6 {
  color: #ac4040;
}
.worklot-col {
  width: 100%;
}
.extra-filter {
  width: 100%;
}
.extra-filter .worklot-col {
  margin-right: 15px;
}
.text-muted {
  display: none;
}
.bottom-menu {
  position: absolute !important;
  bottom: 15px;
  left: 30px;
  right: 0px;
}
.bottom-menu>li {
  margin-bottom: 0px !important;
}

.completions-chart {
  margin-bottom: 0px !important;
  padding-top: 0px !important;}

ul.dropdown-menu.inner {
  /* max-height: 400px !important; */
  border: 0px solid var(--bs-white) !important;
  overflow-y: auto;
}

#lbl-default {
  text-align: center;
  width: 100%;  font-size: xx-large;
}

#btn-approve,
#btn-reject,
.iso_drawing_update,.iso_drawing_page {
  width: auto;
  float: right;
  margin: 5px;
  color: var(--bs-white) !important;
}

#btn-approve,
.iso_drawing_update {
  background-color: var(--bs-blue) !important;  border-color: var(--bs-blue) !important;
}
.btn-info {
  color: var(--bs-white);
  background-color: var(--bs-blue) !important;  border-color: var(--bs-blue) !important;
}
.iso_drawing_page {
  background-color: var(--bs-danger) !important;  border-color: var(--bs-danger) !important;
}

.btn-reject {
  color: var(--bs-white);
  background-color: var(--bs-danger) !important;  border-color: var(--bs-danger) !important;
}

.btn-reject:hover {
  color: var(--bs-white);
}
.bootstrap-select>.dropdown-menu {
  width: inherit !important;
}
.pdf-modal>.modal-dialog {
  max-width: 1920px !important;
}
.pdf-modal>.modal-dialog>.modal-content {
  height: 1000px !important;
}

#assets-data-table>thead>tr>th,
#cables-data-table>thead>tr>th,#data-table-1>thead>tr>th,
#data-table-2>thead>tr>th,
#data-table-3>thead>tr>th,
#data-table-4>thead>tr>th,
#data-table-5>thead>tr>th,
#data-table-6>thead>tr>th,
#data-table>thead>tr>th {
  width: auto !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* .left-25 {
    width: 25%;
} */
.discipline_header,
.level_header {
  text-align: center;
  border-left: solid 1px var(--bs-white);
  padding-inline-start: 12px !important;
}

.table-check {
  margin: 0;
}
.update-itc {
  width: 30%;
}
.update-itc button {
  float: right;
  right: 0;}

td.itc-checkbox-td {
  padding: 16px 14px !important;
}
.asset-discipline-checkbox[type="checkbox"]+label::after {
  background-color: var(--bs-white) !important;
}
div.inline-status-dropdown {
  width: 150px !important;
}
.supply_board_dropdown {
  width: 25%;
}
.sidebar-profile .user-right .user-name {
  color: var(--bs-white);
  font-size: 0.8rem;
  margin-inline-start: 0px;
  display: inline-block;
  font-weight: 500;
}
.sidebar-profile .user-right .dropdown-menu {
  transform: translate3d(0, 0, 0px) !important;
  top: 40px !important;
  background-color: var(--bs-white);
  right: 0 !important;
  left: auto !important;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.sidebar-profile .user-right .dropdown-menu::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent var(--bs-white) transparent;
  position: absolute;
  top: -8px;
  right: 18px;
}
.sidebar-profile .user-right .dropdown-menu .dropdown-item {
  color: #7d7c93;
  font-weight: 400;
  padding: 10px 10px;
  font-size: 0.875rem;
}
.sidebar-profile .user-right .dropdown-menu .dropdown-item .svg-icon {
  min-width: 32px;
  display: inline-block;
}
.sidebar-profile .user-right .dropdown-menu .dropdown-item .svg-icon .fill {
  fill: #7d7c93;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}
.sidebar-profile .user-right .dropdown-menu .dropdown-item:hover,
.sidebar-profile .user-right .dropdown-menu .dropdown-item:focus,
.sidebar-profile .user-right .dropdown-menu .dropdown-item:active {
  background-color: rgba(86, 40, 238, 0.1);
  color: #5628ee;
}
.sidebar-profile .user-right .dropdown-menu .dropdown-item:hover .svg-icon .fill,
.sidebar-profile .user-right .dropdown-menu .dropdown-item:focus .svg-icon .fill,
.sidebar-profile .user-right .dropdown-menu .dropdown-item:active .svg-icon .fill {
  fill: #5628ee;
}
.sidebar-profile .user-right .dropdown-menu .dropdown-item+.dropdown-item {
  margin-top: 1px;
}


.webviewer-ele {
  height: 93% !important;
}
.my_loader_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.my_loader_bg .my_loader {
  border: 10px solid #6CBFEA;
  /* Light grey */
  border-top: 10px solid #2B64AE;
  /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.supply_board_outer {
  height: auto;
  overflow: auto;
}
.supply_board_inner {
  height: 1200px !important;
}
.drawing_inner {
  height: 1200px !important;
}
div.inline-status-dropdown .bootstrap-select.dropdown .dropdown-toggle {
  height: 32px;
  line-height: 32px;
}
.inrow-click {
  cursor: pointer;
}
.white-theme .table-responsive .table .user-detail .user-name {
  color: #7658c2 !important;
}
.trow {
  transition: transform .2s;
}
.trow:hover {
  cursor: pointer;
  transform: scale(1.02);

}
.permit-status-btn-required:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  transform: translate(50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  mix-blend-mode: darken;
}
.waiting-approval {
  font-size: 20px;
  top: -3px;
}
.waiting-approval-all {
  color: #7692E0;
}
.waiting-approval-review {
  color: #DB8C28;
}
.waiting-approval-ready {
  color: #7692E0;
}
.waiting-approval-active {
  color: #25B043;
}
.waiting-approval-closed {
  color: #5D615E;
}
.permit-status-count-tag {
  font-size: 11px;
  font-weight: bold;
  padding: 0px 6px;
  text-align: center;
  border-radius: 25px;
  line-height: 14px;
  /* position: relative;
    top: -2px; */
  margin-right: 8px;
  color: white;
}
.permit-status-all {
  border: 1px solid #7692E0;
  background-color: #7692E0;
}
.permit-status-review {
  border: 1px solid var(--bs-yellow) !important;
  background-color: var(--bs-yellow) !important;
}
.permit-status-text-pending {
  border: solid 1px var(--bs-yellow) !important;
  color: var(--bs-yellow) !important;
}
.permit-status-text-pending:before {
  background: var(--bs-yellow);
}
.permit-status-ready {
  border: 1px solid #7692E0;
  background-color: #7692E0;
}
.permit-status-text-approved {
  border: solid 1px #7692E0 !important;
  color: #7692E0 !important;
}
.permit-status-text-approved:before {
  background: #7692E0;
}
.permit-status-active {
  border: 1px solid #25B043;
  background-color: #25B043;
}
.permit-status-text-open {
  border: solid 1px #019D2D !important;
  color: #019D2D !important;
}
.permit-status-text-authorised {
  border: solid 1px #019D2D !important;
  color: #019D2D !important;
}
.permit-status-text-ready_for_issue {
  border: solid 1px #135011 !important;
  /*height: 38px; */
  height: auto;
  white-space: normal;
  color: #135011 !important;
}
.permit-status-text-ready_for_issue:before {
  background: #135011;
}
.permit-status-text-open:before {
  background: #019D2D;
}
.permit-status-text-relinquished {
  border: solid 1px var(--bs-purple) !important;
  color: var(--bs-purple) !important;
}
.permit-status-text-relinquished:before {
  background: var(--bs-purple);
}
.permit-status-text-suspended {
  border: solid 1px var(--bs-red) !important;
  color: var(--bs-red) !important;
}
.permit-status-text-suspended:before {
  background: var(--bs-red);
}
.permit-status-text-cancelled {
  border: solid 1px #5D615E !important;
  color: #5D615E !important;
}
.permit-status-text-cancelled:before {
  background: #5D615E;
}
.permit-status-closed {
  border: 1px solid #5D615E;
  background-color: #5D615E;
}
.permit-status-text-closed {
  border: solid 1px #5D615E !important;
  color: #5D615E !important;
}
.permit-status-text-closed:before {
  background: #5D615E;
}
.permit-status-in_progress {
  border: 1px solid #D7B4FB;
  background-color: #D7B4FB;
}
.permit-status-text-in_progress {
  border: solid 1px #D7B4FB !important;
  color: #D7B4FB !important;
}
.permit-status-text-in_progress:before {
  background: #D7B4FB;
}
.permit-status-declined {
  border: 1px solid var(--bs-red);
  background-color: var(--bs-red);
}
.permit-status-text-declined {
  border: solid 1px var(--bs-red) !important;
  color: var(--bs-red) !important;
}
.permit-status-text-declined:before {
  background: var(--bs-red);
}
.itr-status-1-all {
  border: 1px solid #7692E0;
  background-color: #7692E0;
}
.itr-status-1-review {
  border: 1px solid var(--bs-yellow);
  background-color: var(--bs-yellow);
}
.itr-status-2-all {
  border: 1px solid #7692E0;
  background-color: #7692E0;
}
.itr-status-1-actioned {
  border: 1px solid #7692E0;
  background-color: #7692E0;
}
.punchlist-status-1-all {
  border: 1px solid #7692E0;
  background-color: #7692E0;
}
.punchlist-status-1-review {
  border: 1px solid var(--bs-yellow);
  background-color: var(--bs-yellow);
}
/* .itr-assets-count {
  border: 1px solid #fff;
  background-color: grey;
}
.itr-cables-count {
  border: 1px solid #fff;
  background-color: grey;
}
.itr-circuits-count {
  border: 1px solid #fff;
  background-color: grey;
}
.itr-pipinglines-count {
  border: 1px solid #fff;
  background-color: grey;
}
.itr-pipingwelds-count {
  border: 1px solid #fff;
  background-color: grey;
}
.itr-pipingflanges-count {
  border: 1px solid #fff;
  background-color: grey;
}
.itr-pipingspools-count {
  border: 1px solid #fff;
  background-color: grey;
} */
.itr-total-count {
  border: 1px solid #fff;
  background-color: grey;
}
.itr-status-2-review {
  border: 1px solid var(--bs-yellow);
  background-color: var(--bs-yellow);
}
.nav-tabs {
  margin-bottom: 6px !important;
}
.topleft {
  position: absolute;
  top: 0;
  left: 16px;
}
.bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}
.middle {
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
  text-align: center;
}
hr {
  margin: auto;
  width: 40%;
}
.column-click {
  color: #0000ff;
}
/* visited link */
.column-click:visited {
  color: green;
}
/* mouse over link */
.column-click:hover {
  color: hotpink;
}
/* selected link */
.column-click:active {
  color: blue;
}
.construction_itc_status_completed {
  color: green;
}
.construction_itc_status_pending {
  color: var(--bs-red);
}
.modal#import-itc-status .modal-dialog {
  max-width: 600px !important;
}
label.error {
  color: var(--bs-red) !important;
}
.blink {
  opacity: 1;
  animation: fadeIn 2s;
  animation-iteration-count: infinite;

}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dot {
  height: 10px;
  width: 10px;
  background-color: var(--bs-red);
  border-radius: 50%;
  display: inline-block;
  animation: fade-in-out 1s ease-in-out infinite, zoom 1s ease-in-out infinite;
}
.sidebar-dot{
  position: absolute;
  right: 5px;
  top: 6px;
  z-index: 1;
}
@keyframes fade-in-out {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes zoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.linkSpan {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.linkSpan a {
  padding: 0;
  width: auto;
  line-height: 1;
}
.side-nav {
  display: none !important; /* Make base rule stronger */
}
.side-nav:has(a.active) {
    display: block !important;
}
body:has(.side-nav a.active) #mySidenav{
    width: 240px;
}

body:has(.side-nav a.active) .content-box {
    padding: 22px 30px 22px 324px;
}