body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  /* margin: 20px; */
  height: 100vh;
  width: auto;
}

/*  */
.main-container {
  position: relative;
  height: 100vh;
  padding: 1rem !important;
  /* height: calc(100vh - 40px); */
  /* border: 1px solid #CCCCCC; */
  /* padding: 1.2rem; */
  /* position: relative; */
  width: 100%;
  /* z-index: 1; */
}

#hideloader {
  height: 97vh;
  border: 1px solid #cccccc;
}

/* Toaster container (positioned above the main div and on the right side) */
.toast-container {
  width: 300px;
  max-height: 32rem;
  overflow-y: auto;
  z-index: 1000000;
}

.toasts {
  font-size: 14px;
}

.btn-toasts {
  margin-top: 0 !important;
}

/* Individual Toast Style */
.toast,
.toasts {
  background-color: #333;
  padding: 10px 20px;
  margin-bottom: 10px;
  /* Space between toasts */
  border-radius: 5px;
  z-index: 1000;
  width: 50% !important;
}

.sub-container {
  padding: 20px;
  height: 100%;
  width: auto;
}

.Navbar {
  position: absolute;
  z-index: 1;
}

#hamburgerClick {
  position: absolute;
  z-index: 5;
  background: #f5f2f2 0% 0% no-repeat padding-box;
  width: 29px;
  height: 25px;
  border: none;
  cursor: pointer;
}

.crossed .lines:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  opacity: 1;
}

.crossed .lines:nth-child(2) {
  opacity: 0;
}

.crossed .lines:nth-child(3) {
  margin-left: 3px;
  transform: translateY(-9px) rotate(-45deg);
  opacity: 1;
}

@keyframes extendBox2 {
  0% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: 0%;
    height: 0%;
  }
}

@keyframes extendBox {
  0% {
    width: 50%;
    height: 0%;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

.line {
  width: 12px;
  border-top: 2px solid #427fa8;
  transition: transform 0.3s ease;
  height: 0.25rem;
}

.nav-expand {
  padding-top: 2rem;
  animation: extendhight 0.5s ease forwards;
}

.nav-expand,
.nav-dexpand {
  position: relative;
  background-color: #f5f2f2;
  width: 215px;
}

@keyframes extendhight {
  0% {
    width: 107.5px;
    min-height: 0vh;
  }

  100% {
    width: 215px;
    min-height: calc(100vh - 80px);
  }
}

.nav-dexpand {
  animation: extendhight1 0.5s ease forwards;
}

@keyframes extendhight1 {
  100% {
    width: 10px;
    min-height: 4vh;
  }

  0% {
    width: 215px;
    min-height: calc(100vh - 80px);
  }
}

.box-content {
  display: flex !important;
  justify-content: space-around;
  position: relative;
  margin: 5rem 0 0 0;
  width: calc(100vw - 80px);
}

.box {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  width: 213px;
  height: 81px;
  text-align: center;
  align-content: center;
  cursor: pointer;
}

.box-img {
  width: 24px;
  height: 25px;
}

.active-line {
  border: 1px solid #427fa8;
  margin-right: 0.5rem;
}

.inactive-line {
  padding-right: 0.5rem;
}

/* 
#fileUpload {
    margin: 40px 0 0 0;
} */

.word-wrap {
  word-wrap: break-word;
}

.combinePage {
  width: 100%;
  display: flex;
  height: 92.5%;
}

/* .combinePageMar {
    margin: 40px 0 0 0;
} */

.box-file-upload {
  border: 1px dashed #d8d8d8;
  height: calc(100vh - 130px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  width: calc(100vw - 85px);
  /* width: calc(100vw - 70vw); */
}

.box-file-reduce {
  /* width: 25vw; */
  /* width: 45%; */
  width: calc(100vw - 60vw);
  margin-right: 1rem;
}

.containerPG {
  height: 100%;
  width: 100%;
}

.upload-image {
  width: 34px;
  height: 31px;
  margin-bottom: 5px;
}

.drag-and-drop {
  color: #415960;
  font-size: 14px;
  font-weight: 600;
}

.allowed-format {
  color: #415960;
  font-size: 12px;
  margin: 2px;
  color: #427fa8;
}

.or {
  border-radius: 50%;
  background: #4159601A;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  color: #415960;
  padding-top: 6px;
  margin: 5px;
}

.browse-btn {
  color: #4281aa;
  width: 90px;
  height: 26px;
  border: 0.5px solid #4281aa;
  background: #A0ACAF0D;
  border-radius: 3px;
}

.done-btn {
  width: 90px;
  height: 26px;
  background: #3e555b 0% 0% no-repeat padding-box;
  border: 0.5px solid #3e555b;
  color: white;
}

.disable-btn {
  opacity: 0.5;
  pointer-events: none;
  display: inline !important;
}

/* tab header */

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

.nav-back {
  cursor: pointer;
  padding-right: 10px;
  border-right: 1.5px solid #cccccc;
}

.arrow {
  width: 15px;
  transform: rotate(180deg);
  margin-right: 9px;
}

.back {
  color: #417fa8;
  font-size: 11px;
  cursor: pointer;
}

.head-title {
  font-size: 16px;
  margin-left: 25px;
  color: #415960;
}

.head-title-nav {
  font-size: 1.2rem;
  /* margin-left: 3rem; */
  color: #415960;
}

/* 
.pageReview {
    margin: 20px 0 0 0;
} */

.file-reduce {
  width: 35%;
  margin-right: 1.5rem;
}

.hr-line {
  border-left: 1.5px solid #cccccc;
}

/* buttons */

.btn-group {
  display: flex;
}

.btn-group .btn {
  font-size: 13px;
  text-align: center;
  align-content: center;
  color: #00aca4;
  border-color: #d6d6d6;
  background-color: transparent;
  border: none;
}

.btn-outline {
  border-radius: 5px;
  border: 0.5px solid #d6d6d6;
}

.btn-group .btn:hover {
  color: #00aca4;
  border-color: #d6d6d6;
  background-color: transparent;
}

.btn-group .btn.active {
  color: #fff;
  background-color: #00aca4;
  border-color: transparent;
}

.btn-group .btn:focus {
  outline: none;
  box-shadow: none;
}

.tab-btn {
  background: none;
  border: none;
  border-bottom: 1.5px solid transparent;
  padding: 5px 30px;
  cursor: pointer;
  color: #417fa8;
  transition: border-bottom 0.3s ease;
  font-size: 12px;
}

.tab-btn:hover {
  color: #417fa8;
}

.tab-btn.active {
  border-bottom: 1.5px solid #00aca4;
  color: #425960;
  background: none;
}

/* table style */

/* for testing purpose */

.table-wrapper,
.table-wrapper-model {
  width: -webkit-fill-available;
  overflow-y: auto;
}

.table-wrapper2 {
  width: -webkit-fill-available;
  /* height: calc(100vh - 25vh); */
  height: 81dvh;
  overflow-y: auto;
}

.master_table {
  height: calc(100vh - 8rem);
}

.table-container {
  overflow-y: auto;
  height: calc(100vh - 10.5rem) !important;
}

table {
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: #415960;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}

th {
  color: #6b6f78;
  font-weight: 300;
  font-size: 12px;
  padding: 0 12px;
}

tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: none;
  line-height: 30px;
}

td {
  border-bottom: 0.5px solid #d6d6d680;
  color: #415960;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  padding: 0 12px;
}

/* #others #dataTable thead th:first-child,
#others #dataTable #tableDataRowOthers td:first-child {
  width: 35%;
}

#others #dataTable thead th:nth-child(3),
#others #dataTable #tableDataRowOthers td:nth-child(3) {
  width: 10%;
  text-align: center;
}

#others #dataTable thead th:nth-child(4),
#others #dataTable #tableDataRowOthers td:nth-child(4) {
  width: 15%;
} */

.dataNotFound {
  font-size: large;
  position: relative;
  text-align: center;
  height: 50%;
}

.active {
  background: #f7f7f7;
}

.border {
  border: none !important;
}

.space_overf {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-size: 12px;
  /* font-family: 'Roboto', sans-serif; */
  color: #415960;
  text-align: left;
  opacity: 1;
}

.header-border {
  border-top: 0.5px solid #d6d6d680 !important;
  border-bottom: 0.5px solid #d6d6d680 !important;
  padding: 5px;
}

.header-bg {
  background: #f5f6f7 0% 0% no-repeat padding-box;
  opacity: 1;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 100;
}

.header-span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  border-radius: 100px;
}

::-webkit-scrollbar-thumb {
  background: #a3a3a3;
  border-radius: 100px;
}

.sort {
  height: 10px;
  position: relative;
  top: 10px;
  margin-left: 5px;
}

.icon-file {
  /* height: 15px;
    margin-right: 10px;
    margin-top: 7px; */

  height: 15px;
  margin-right: 5px;
  margin-top: 8px;
}

.files-img {
  height: 15px;
  /* margin-right: 10px; */
}

.cp {
  cursor: pointer;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto;
}

.checkbox {
  margin-right: 5px;
  vertical-align: middle;
}

.arrowupdate {
  width: 15px;
  position: relative;
  margin-bottom: 4px;
}

/* skeleton loader */

.skeleton-text {
  height: 16px;
  border-radius: 4px;
  margin-bottom: 8px;
  width: 70%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(100deg, rgb(239, 241, 246) 90%, white 95%);
  background-size: 1000% 700%;
  animation: shimmer 3.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.display_none {
  display: none;
}

.display_block {
  display: contents;
}

.uploaded_file {
  color: #427fa8;
  position: relative;
  word-break: break-word;
  padding: 0 1.5rem;
}

.download-btn {
  color: #417fa8;
  border: none;
  font-size: 12px;
  background: none;
  text-decoration: none !important;
  /* height: 20px; */
  cursor: pointer;
  padding: 0px;
  margin-right: .25rem;
}

.icon-download {
  height: 17px;
}

.download-img {
  height: 11px;
  margin-right: 5px;
}

.icon-download-nav {
  height: 13px;
  margin-bottom: 2px;
}

.icon-delete-nav {
  height: 16px;
  margin: 0 0 2px 5px;
}

.download-btn:hover {
  color: #417fa8;
}

.download-button {
  display: flex;
  align-items: center;
  /* margin-right: 0.5rem; */
  margin-right: 0.3em;
}

.wild-card-search {
  border: 1px solid #9fabae;
  height: 24px;
  border-radius: 100px;
  padding: 0 12px;
  position: relative;
  overflow: hidden;
  width: 192px;
  margin-left: 20px;
}

.icon-search {
  height: 15px;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.icon-close {
  display: none;
  position: absolute;
  height: 12px;
  right: 7px;
  cursor: pointer;
  top: 45%;
  transform: translateY(-50%);
}

.inputsearch:not(:placeholder-shown)+.icon-close {
  display: inline;
}

.inputsearch {
  border: none;
  width: calc(100% - 35px);
  margin: 2px 0px 0px 15px;
  outline: none !important;
}

.inLine-tab {
  margin-right: 5px;
  vertical-align: middle;
}

.box-container {
  border: 1px solid black;
  border-radius: 6px;
  margin: 0 0 1rem 0;
}

.box-content-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  font-size: 1.6rem;
  align-items: center;
  padding: 0.5rem 1rem;
}

.box-content-detials {
  display: flex;
  justify-content: space-around;
  margin: 0.5rem 0 0.5rem 0;
}

.box-inner-content {
  font-size: 0.8rem;
  padding: 1rem;
  background: pink;
  /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
  text-align: center;
  width: -webkit-fill-available;
  margin: 0 0.5rem;
  border-radius: 5px;
}

.box-content-headInner {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 740px) {
  .metricsBoxs {
    grid-template-columns: 1fr;
  }
}

.metricsBoxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px;
}

.metrics {
  height: calc(100% - 12vh);
  overflow-y: scroll;
}

.box-innner-bg {
  border: 1px solid red;
  border-radius: 2rem;
  width: fit-content;
  padding: 0.01rem 0.5rem;
  font-size: 0.8rem;
  color: red;
}

.box-header-left {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
}

.box-content-footer {
  display: flex;
  padding: 0.5rem 1rem;
}

.box-footer-left {
  padding: 1rem;
  background: rgb(252, 252, 252);
  text-align: center;
  margin: 0 1.5rem 0 0.5rem;
  border-radius: 5px;
}

.footer-end {
  display: flex;
  justify-content: flex-end;
}

.box-footer-rgFont {
  font-size: 1rem;
  font-weight: 600;
}

.box-container-quality {
  border: 1px solid black;
  border-radius: 6px;
  margin: 1rem;
}

.gird-tp-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.errorMessage {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
}

.toaster {
  position: absolute;
  right: 20px;
  z-index: 10000;
  align-items: center;
  /* z-index: 10000 !important;
    display: none; */
}

/* hex loader */

.hex-loader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  /* backdrop-filter: blur(0.5px); */

  &.payslip-loader {
    position: absolute;
    height: 100%;
  }

  .hex-processing {
    fill: #73dfda;
    animation: fadein 3.3s infinite;
    opacity: 0;
    transform-origin: 50% 50%;

    &:nth-child(2) {
      animation-delay: 0.1s;
    }

    &:nth-child(3) {
      animation-delay: 0.3s;
    }

    &:nth-child(4) {
      animation-delay: 0.5s;
    }

    &:nth-child(5) {
      animation-delay: 0.7s;
    }

    &:nth-child(6) {
      animation-delay: 0.8s;
    }

    &:nth-child(7) {
      animation-delay: 1s;
    }
  }
}

@keyframes fadein {

  0%,
  100% {
    transform: scale(0.01, 0.01);
    opacity: 0;
  }

  33%,
  66% {
    transform: scale(0.4, 0.4);
    opacity: 1;
  }
}

.m-6 {
  margin-bottom: 1.5rem;
}

/* Style the dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  background-color: white;
  color: #6b6f78;
  padding: 6px 8px;
  font-size: 12px;
  border: 1px solid #6b6f78;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 160px;
}

.dropdown-button::after {
  content: "\25BE";
  /* Unicode character for downward arrow */
  font-size: 12px;
}

.dropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: #6b6f78;
  padding: 8px 14px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.allowedFileType {
  position: relative;
  word-break: break-word;
  padding: 0 2rem;
  font-size: 12px;
  color: #6b6f78;
}

.bg-warning {
  background-color: #e2b040 !important;
}

.bg-success {
  background-color: #75a762 !important;
}

.bg-danger {
  background-color: #d15a5a !important;
}

.hoverText {
  color: #427fa8 !important;
  text-decoration: underline;
  cursor: pointer;
}

.closer-box, .closer-box_SSO {
  text-align: center;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  width: 80%;
}
/* .closer-box_SSO{
  padding: 1.25rem;
} */

#errorMessage2 {
  color: #d15a5a;
}

.recurringImg {
  height: 1rem;
  /* width: 1rem; */
}

.drop-down,
.dropdown-menu {
  font-size: 13px;
  color: #415960;
}

.dropdown .btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.drop-down {
  border: 1px solid;
  border-color: #d6d6d6;
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
}

.toastBTN {
  left: 1rem;
  position: relative;
}

.modelHeader {
  position: relative;
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  margin: 0 -1rem;
  padding: 0 1rem;
}

.modal-title {
  font-size: 1rem;
}

.dropdown ul {
  list-style-type: none;
}

.modal-header {
  border-bottom: none;
}

.modal-body .error_space {
  position: relative;
  margin-bottom: 1rem;
  /* color: red; */
}

.modal-header-borderRemove {
  border-bottom: none;
  padding-bottom: 0;
}

.error_popup {
  color: red;
}

.progress {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  background: none;
}

.opcityless {
  opacity: 0.7;
  pointer-events: none;
}

.pointer_none {
  pointer-events: none;
}

.progress-main {
  height: 0.35rem !important;
  background-color: #f4f4f4 !important;
  border-color: #d8d8d8be !important;
}

.progress-bar {
  background-color: #00aca4 !important;
}

/* fade in and out  */

.modal.fade .modal-dialog {
  transform: scale(0.5);
  transition: transform 0.4s ease-in-out;
}

.modal.fade.show .modal-dialog {
  transform: scale(1);
  /* Full size */
}

.modal.fade:not(.show) .modal-dialog {
  transform: scale(0.5);
  transition: transform 0.3s ease-in-out;
}

.toast button.btn-close.btn-close-white.me-2.m-auto {
  margin-top: 5px !important;
}

.remove-padding {
  padding: 0 !important;
}

/* .finalize-header {
    border-bottom: 1px solid #D8D8D8BE;
} */

.finalizeTabBtn {
  /* font-size: 1rem */
  font-size: 0.85rem;
}

.finalizeTabBtn.active {
  border-bottom: 3px solid #00aca4;
}

.finalize-upload-box {
  border: 2px dotted hsl(228, 3%, 65%);
  border-radius: 4%;
  /* padding: 1.5rem; */
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin: 1rem;
  width: 85%;
  text-align: left;
  color: #4281aa;
}

.payslipsOtherBtn2,
.payslipsOtherBtn {
  background: none;
  border: none;
  color: #4281aa;
  font: inherit;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  /* align-items: center; */
  position: relative;
  white-space: initial;
  text-align: left
}

.mandatory-star {
  /* position: absolute;
    top: -5px;
    right: -10px; */
  position: relative;
  margin-left: 0.3rem;
  color: red;
  font-weight: bold;
  font-size: 16px;
}

.upload-box-payslips {
  /* width: calc(100vw - 73vw); */
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  position: relative;
  /* height: 65%; */
  height: calc(100vh - 44.5vh);
}

.icon-plus {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: middle;
}

.finalize-left-box {
  width: 30%;
  border-right: 1px solid #d8d8d8;
  /* width: calc(100vw - 73vw);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
    height: calc(100vh - 7.6em);
    position: relative; */
}

.up-link-space {
  padding: 0 1rem;
  font-size: 0.85rem;
}

/* .upload-box-payslips {
    width: calc(100vw - 73vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
    position: relative;
} */

.notes {
  /* height: 17vh; */
  /* overflow: hidden; */
  width: 100%;
  /* margin-top: 1.5rem; */
  padding: 0 1.2rem;
  font-size: 13px;
}

.finalizeNotesID {
  text-align: left;
}

.finalizePreview {
  display: flex;
  /* width: calc(100vw - 30.2vw); */
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  height: -webkit-fill-available;
}

#finalizeEmptyImgShow {
  height: -webkit-fill-available;
}

/* .payslipTableDiv {
    height: calc(100vh - 5.2rem);
     display: flex;
    flex-direction: column;
} */

/* .payslipTable {
  position: relative;
  height: 80dvh;
} */

/* .paySlipFooter {
  border-top: 1px solid #d8d8d8;
  padding: 0 1rem;
  height: 7.1dvh;
  width: 100%;
} */

.icon-file-delete {
  /* height: 14px;
    margin-left: 4px;
    margin-right: 13px;
    margin-top: 9px; */

  height: 14px;
  margin: 9px 4px 0 2px;
}

.deleteFinalBTN {
  cursor: pointer;
}

.padding_5 {
  padding: 0px 0 0 7px;
  width: 20%;
}

.padding_3 {
  padding: 0px 0 0 3px;
  width: 20%;
}

.icon-file-download {
  /* height: 18px;
    margin-top: 1px;
    margin-right: 10px; */

  height: 18px;
  margin-top: 1px;
  margin-right: -3px;
}

.splitDiv {
  position: relative;
  width: min-content;
  cursor: pointer;
}

.statusSplitIMG {
  /* height: 20px; */
  height: 1.2rem;
  margin: 0px 3px 1px -2px;
  cursor: pointer;
}

.statusWrongIMG {
  height: 1.1rem;
  margin: 0px 4px 1px -3px;
}

.statusRightIMG {
  height: 1rem;
  margin: 0px 3px 1px -2px;
}

.statusInProgressIMG {
  height: 1rem;
  margin: 0px 3px 1px -2px;
}

.downlaodING {
  height: 0.9rem;
  margin: 0px 0px 1px 2px;
  cursor: pointer;
}

.statusSplitLB {
  color: #417fa8;
  font-weight: 500;
  padding-top: 1px;
  /* cursor: pointer; */
}

.dropClass {
  border: none;
  background: none;
  font-size: larger;
  display: flex;
  justify-content: flex-start;
}

.dropdown-menu {
  padding: 0.2rem 0;
  width: 17vw;
}

.drop-li button {
  padding: 0 1.1rem;
}

.uploadedFiles {
  background: none;
  border: none;
  color: #4281aa;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.closeUploadedFilesBTN {
  color: #417fa8;
}

.finalize-left-width {
  width: 40% !important;
  border-right: 1px solid #d8d8d8 !important;
}

#uploaded-parsed-files {
  /* width: 40vw; */
  padding: 0.5rem 0 1rem 0;
  height: -webkit-fill-available;
  font-size: 0.85rem;
}

.closeUploadedFilesBTN {
  cursor: pointer;
}

.table-hg {
  /* height: calc(100vh - 65vh); */
  height: 38dvh;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #cccccc;
}

.table-hg2 {
  height: 36dvh;
  /* height: calc(100vh - 24rem); */
}

#twoTableShow {
  /* height: 98%; */
  height: 97%;
}

.intersection {
  position: absolute;
  left: 0rem;
  height: 0.7rem;
}

/* .table-wrapper1 {
  width: -webkit-fill-available;
  height: calc(100vh - 23vh);
  overflow-y: auto;
} */

.paySlip-width {
  width: 70%;
}

.paySlip-width2 {
  width: 60% !important;
}

.progress-main {
  cursor: pointer;
  width: calc(100% - 30%);
  height: 0.45rem !important;
  background-color: #f4f4f4 !important;
  border-color: #d8d8d8be !important;
}

.progress-bar {
  background-color: #00aca4 !important;
}

.progressMG {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.table-hgNone {
  height: calc(100vh - 9rem) !important;
  border-bottom: none !important;
}

.table1-hg {
  border-bottom: none;
  height: calc(100dvh - 23dvh);
}

.width-ofIMGCol {
  width: 15%;
}

.head-title-finalize {
  font-size: larger;
  padding: 0.5rem 0.5rem;
  /* font-size: 1rem;
    padding: 0.5rem 1rem; */
  color: #415960;
}

/* .wild-card-search-finalize {
    border: 1px solid #9fabae;
    height: 2.55rem;
    padding: 0 12px;
    overflow: hidden;
    width: 192px;
    top: -0.5rem;
    margin: -8px 0 0px 0;

} */

.finalize-header-ham {
  position: relative;
  height: -webkit-fill-available;
  /* top: -0.3rem; */
  align-items: center;
  padding: 0 0 0 0.5rem;
}

.hamburger {
  position: relative;
}

#flip {
  /* width: 2rem; */
  width: 3rem;
  height: 5dvh;
  padding: 0.2rem;
  /* width: 2.5rem;
    height: 5dvh;
    padding: 5px; */
  cursor: pointer;
  top: 0.2rem;
  position: relative;
}

#panel {
  border: solid 1px #d8d8d8be;
  padding: 0.5rem 0.5rem;
  display: none;
  position: absolute;
  width: 30dvw;
  border-radius: 5px;
  background-color: white;
  z-index: 10000;
  /* height: 55dvh; */
  height: fit-content;
  overflow-y: auto;
}

.lines {
  border-top: 3.5px solid #427fa8;
  width: 100% !important;
  transition: transform 0.3s ease;
  /* Correct syntax */
  height: 0.5rem;
}

.ham-data-box {
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
}

.panel-ham {
  border: 1px solid #d8d8d8be;
  border-radius: 5px;
  padding: 0.5rem;
  margin: 0.5rem 0;
}

.arrow-ham {
  height: 1.5rem;
}

.font1-ham {
  font-size: 1rem;
}

.font2-ham {
  font-size: 11.4px;
}

.file-ham {
  height: 2rem;
  margin-right: 10px;
}

.lh1-ham {
  margin-left: 0.8rem;
}

#mainDashboardDropezoneTab {
  height: calc(100dvh - 2.6rem);
}

.finalizeDashboardBox {
  height: calc(100dvh - 5.6rem);
}

.wild-card-search-finalze {
  display: flex;
  align-items: center;
  border: none;
  border-left: 1px solid #9fabae;
  /* height: 2.5rem; */
  height: 7vh;
  border-radius: 0;
  padding: 0px 1rem;
  position: relative;
  /* overflow: hidden; */
  width: 18vw;
}

.wild-card-search-finalze-width {
  width: 13vw;
}

.inputsearchFinalize {
  border: none;
  width: 100%;
  /* margin: 2px 0px 0px 15px; */
  margin: 1px 10px 0px 15px;
  outline: none !important;
  /* height: 2.5rem; */
  height: 6vh;
}

.finalizeNot {
  position: relative;
  /* font-size: 1.2vw; */
  /* font-size: 85%; */
  /* font-size: 0.8rem; */
}

.othersContainer {
  display: flex;
  height: calc(100vh - 2.7rem);
}

.commonHeaderWidth {
  width: -webkit-fill-available !important;
}

.upload-box-others {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  position: relative;
  max-height: calc(100vh - 44.5vh);
  min-height: 120px;
  overflow-x: hidden;
}

.upload-box-others-common {
  width: 30vw;
  border-left: 1px solid #9fabae;
  /* height: calc(100dvh - 7.2vh); */
  height: 97vh;
}

#others {
  position: relative;
}

.others-left {
  /* width: 65.9dvw; */
  /* position: absolute; */
  /* top: 10.5dvh; */
  /* height: calc(100dvh - 14dvh); */
  display: flex;
  flex-direction: column;
  /* height: -webkit-fill-available; */
  height: 87dvh;
}

.otherouterdiv {
  /* height: calc(100vh - 18vh); */
  height: -webkit-fill-available;
  position: relative;
}

.others-footer {
  /* padding: 0.65rem; */
  /* height: calc(100dvh - 93.5dvh); */
  padding: 0 1rem;
  height: 6dvh;
  border-top: 1px solid #9fabae;
}

.finalize-right-box {
  height: -webkit-fill-available;
  /* border-left: 1px solid #9fabae; */
  row-gap: 5%;
  display: grid;
}

.mandatory-star-others {
  position: relative;
  top: -3px;
  right: -4px;
  color: red;
  font-weight: bold;
  font-size: 16px;
}

.d-relative {
  position: relative;
  width: -webkit-fill-available;
  border-bottom: 1px solid #d8d8d8be;
  height: 7dvh;
}

.selectedTab {
  opacity: 0.4;
  filter: grayscale(100%);
  font-weight: bold;
  font-size: 12px;
  /* pointer-events: none; */
}

/* .btn-filter {
  position: absolute;
  font-size: 12px;
  text-align: center;
  align-content: center;
  color: #40585f;
  border-color: #d6d6d6;
  background-color: transparent;
  border: none;
} */

.btn_type {
  color: #40585f;
}

.done-filter {
  color: #417fa8;
}

.icon-download2 {
  position: relative;
  height: 17px;
  top: -1px;
}

.toast-in {
  opacity: 1 !important;
  width: 100dvw !important;
  color: white;
}

.toaster-padd {
  word-break: break-all;
  padding: 0 !important;
}

.opacityMultiple {
  opacity: 0 !important;
  color: white;
  width: 100dvw !important;
  transition: opacity 2s ease-in-out;
}

.payDate {
  border-left: 1px solid #9fabae;
  padding: 0 0.5rem;
  /* height: 2.5rem; */
  height: 7dvh;
  align-items: center;
  display: flex;
  color: #415960;
  font-size: 12px;
}

.cp {
  cursor: pointer;
}

#dashBoardTabsBTN {
  overflow-y: auto;
  /* width: 50%; */
  max-width: 50%;
  min-width: 45%;
  height: 70%
}

/* @media screen and (min-width: 1023px) {
    .table-wrapper2 {
        width: -webkit-fill-available;
        height: calc(100vh - 21vh);
        overflow-y: auto;
    }
    .table-wrapper1 {
        width: -webkit-fill-available;
        height: calc(100vh - 23vh);
        overflow-y: auto;
    }
} */

@media screen and (max-width: 1023px) {
  .upload-box-others-common {
    width: 25vw;
  }

  .up-link-space {
    font-size: 1.4vw;
    padding: 0 1rem;
  }

  .finalizeHeader {
    font-size: smaller;
  }

  .finalize-header-ham {
    height: 6dvh;
    /* top: -0.3rem; */
  }

  .finalize-upload-box {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }

  .finalizeNotesID {
    font-size: 11px;
  }

  .btn_type,
  .btn-filter,
  .font-smaller {
    font-size: smaller;
  }

  #uploaded-parsed-files {
    font-size: smaller;
    padding: 0 !important;
  }

  .arrow-ham {
    height: 1rem;
  }

  .file-ham {
    height: 1.8rem;
  }

  .font1-ham {
    font-size: small;
  }

  .upload-box-others-common {
    height: 97vh !important;
  }

  .drop-down,
  .dropdown-menu {
    font-size: smaller;
  }
}

.dropdownmaindiv {
  display: inline-flex;
  justify-content: space-between;
  align-content: space-between;
  padding: 0.5rem;
  width: 100%;
  font-size: .75rem;
}

.list_select {
  display: contents;
}

#doneBtn {
  padding: 0 !important;
}


#filterDropdown hr:not([size]) {
  margin: 0;
  margin-bottom: 5px;
}

.dropdown-item {
  font-size: .75rem;
  padding: 0.2rem .5rem;
}


.payslipOuterTable {
  /* height: calc(100vh - 14vh); */
  height: -webkit-fill-available;
  position: relative;
  /* border-left: 1px solid #d8d8d8; */
}

/* REVIEW UPLOAD  */
.upload-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px;
}

.file-header {
  display: flex;
  padding: 2px;
  border-radius: 4px;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.fileTypeName {
  background-color: #E7EBEC;
  border-radius: 5px;
  padding: 5px;
}

.fileTypeNameDisplay {
  color: #425960;
  font-size: 12px;
  font-weight: 600;
}

.file-name-display {
  display: inline-flex;
  align-items: center;
  color: #427FA8;
  width: 92%;
  text-align: left;
}

.file-name-display span {
  max-width: max-content;
  width: 90%;
  width: 92%;
  text-align: left;
}

.file-name-display span {
  max-width: max-content;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tick-icon {
  height: 10px;
  margin-left: 10px;
}

.fileTypeName.changeToGreen {
  background-color: #75A762
}

.fileTypeName.changeToYellow {
  background-color: #ffc107;
}

.file-upload-container {
  position: relative;
  display: flex;
  overflow-y: auto;
  align-items: center;
  flex-direction: column;
  border: 2px dashed #A0ACAF;
  padding: 15px;
  text-align: center;
  margin: 5px;
  border-radius: 5px;
  background-color: #A0ACAF0D;
  height: calc(100vh - 170px);
  width: 50%;
}

.done-btn-review {
  width: 90px;
  height: 26px;
  background-color: #427fa8;
  border: 0.5px solid #3e555b;
  color: white;
  border-radius: 3px;
}

#popupCard {
  max-width: 30rem;
  position: relative;
  min-width: 18rem;
}

.pop-up-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}

#doneBtn-upload:disabled {
  background-color: #A0ACAF0D;
  color: #3e555b;
}

#doneBtn2:disabled {
  background-color: #A0ACAF0D;
  color: #3e555b;
}

.drag-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.outer-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  z-index: 10;
}

.inner-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #FAFBFB;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DEDEDE;
  font-weight: bold;
  font-size: 14px;
  border: none;
}

.helpvid-userguide {
  color: #417FA8;
  text-decoration: none;
  font-size: 12px;
}

.viewReportData {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* 
.outer-circle-loader {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2px dashed #CCC;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  z-index: 30;
}

.inner-circle-loader {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
} */

@keyframes zoomInLoader {
  0% {
    transform: translateX(-50%) scale(0.8);
    /* Smaller size initially */
    opacity: 0;
  }

  100% {
    transform: translateX(-50%) scale(1);
    /* Normal size */
    opacity: 1;
  }
}

.outer-circle-loader {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  /* Initially small */
  background-color: white;
  z-index: 30;
  opacity: 0;
  /* Hidden initially */
}

.inner-circle-loader {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.outer-circle-loader.show {
  animation: zoomInLoader 0.8s ease-out forwards;
}

.wage-group-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  text-align: center;
  margin: 5px;
  width: auto;
  height: calc(100vh - 145px);
}

#wage-loader-img {
  width: 80px;
  height: 80px;
  transition: opacity 0.5s ease-in-out;
}

.delete-btn {
  height: 25px;
}

.deletebtn {
  border: solid 0.5px red;
  padding: 0;
  height: 25px;
}

.deletebtn-report {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.deleteimg {
  padding: 2px;
  height: 20px;
}

.data-loader {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#loader-info {
  width: 120px;
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 12px;
}

.error-text {
  display: block;
  color: #415960;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}

.disabled-container {
  pointer-events: none;
  opacity: 0.5;
}

.enabled-container {
  pointer-events: auto;
  opacity: 1;
}

.enable-proceed-btn {
  background-color: #00aca4;
  color: #FFFFFF;
}

.DN {
  display: none;
}

.DB {
  display: block;
}


@media (max-width: 1024px) {
  #wage-group {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  #wage-group {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

@media (max-width: 465px) {
  #wage-group {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}

@media (max-width: 400px) {
  .wage-group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wage-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 16px;
  padding: 0 12px;
  height: calc(100vh - 205px);
  overflow-y: auto;
  align-content: flex-start;
}

@media (max-width: 530px) {
  .wage-group {
    height: calc(100vh - 225px);
  }
}

@media (max-width: 365px) {
  .wage-group {
    height: calc(100vh - 241px);
  }
}

.wage-grp-card {
  box-sizing: border-box;
  border: 1px solid #41596080;
  padding: 10px;
  height: fit-content;
}

.wage-grp-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.wage-group-footer {
  border-top: solid 1px #E2E2E2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wage-count {
  color: #989898;
  padding: 5px;
  margin: 5px;
}

.unmatched {
  padding: 10px;
  border: solid 0.5px;
  border-radius: 50px;
  width: max-content;
  background-color: #d15a5a;
  margin-left: 10px;
  color: white;
}

.matched {
  padding: 10px;
  border: solid 0.5px;
  border-radius: 50px;
  width: max-content;
  margin-left: 10px;
  color: white;
  background-color: #5A8848;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 5px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  color: #3E555B;
  display: flex;
}

#PayElementForm .form-group input {
  font-size: 12px;
  min-height: 0px;
}

.form-group input {
  padding: 5px;
  border: 0.5px solid #70707080;
  border-radius: 2px;
  min-height: 25px;
  font-size: 12px;
}

.form-select {
  border: 0.5px solid #ced4da;
  border-radius: 2px;
  font-size: 12px;
  padding: 0;
  padding-right: 25px;
  background-color: white;
  cursor: pointer;
  width: 100%;
  height: auto;
  min-height: 25px;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('assets/down-arrow.png');
  background-size: 6px 4px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding-left: 5px;
}

/* Focus state to match multiselect */
.form-select:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}


/* Error state to match multiselect */
.form-select.error {
  border-color: #dc3545;
  opacity: 0.7;
}

/* Disabled state to match multiselect */
.form-select:disabled {
  pointer-events: none;
  background-color: #e9ecef;
  opacity: 0.7;
  color: #333;
}

/* Hover state */
.form-select:hover:not(:disabled) {
  border-color: #adb5bd;
}

.form-select.error:hover:not(:disabled) {
  border-color: #dc3545;
}

/* Option styling (limited browser support) */
.form-select option {
  background: white;
  border: 1px solid #ced4da;
  color: #333;
  border-top: none;
  border-radius: 0 0 0.375rem 0.375rem;
  max-height: 125px;
  overflow-y: auto;
  z-index: 1000;
}

/* Make sure the select container matches */
.form-group select.form-select {
  position: relative;
}

/* Additional styling for consistency */
.form-select:invalid {
  border-color: #dc3545;
}

/* Ensure proper spacing matches multiselect */
.form-select {
  margin-bottom: 0;
}

.checkbox-row {
  display: flex;
  justify-content: space-evenly;
  /* gap: 2rem;
  padding: 1rem; */
}

/* .wage-drop-down {
  width: 33%;
} */

/* .cards-info {
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
} */

#wageGroupCardsContainer {
  position: relative;
  overflow-x: auto;
  /* Prevent horizontal overflow */
}

#custom-wage-modal {
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #41596080;
  box-shadow: 0 4px 12px #41596080;
  z-index: 9999;
  display: none;
  /* width: 500px;
  height: 350px; */
  overflow: auto;
  max-width: 95vw;
  box-sizing: border-box;
}

@media (max-width: 620px) {
  #custom-wage-modal {
    width: 85vw !important;
    /* left: 2.5vw !important; */
    max-height: 90vh;
  }
}

/* @media (max-width: 480px) {
  #custom-wage-modal {
    width: 45%;
    height: auto;
    max-height: 80vh;
  }
}

@media (max-width: 300px) {
  #custom-wage-modal {
    width: 25%;
    height: auto;
    max-height: 80vh;
  }
} */

/* #custom-wage-modal {
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #41596080;
  box-shadow: 0 4px 12px #41596080;
  z-index: 9999;
  display: none;
  border: 0.5px solid #41596080
} */

#custom-wage-modal p {
  padding: 10px;
  border-bottom: 0.5px solid #41596080
}

.close-btn-wage {
  color: #417fa8;
  border: none;
  font-size: 12px;
  background: none;
  display: flex;
  align-items: center;
}

.error-dropzone {
  border-color: #D15A5A;
  background-color: #D15A5A0D;
}

.proceedBtn-border-red {
  border-color: #D15A5A;
}

.gtn-filename {
  color: #427FA8;
  font-size: 12px;
  margin-top: 3px;
}

.save-btn {
  color: #417fa8;
  border: none;
  font-size: 12px;
  background: none;
}

.save-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.wage-card-info {
  padding: 10px;
  border-bottom: 0.5px solid black;
}

.proceed-wage {
  height: 35px;
  margin: 2px;
  width: 100px;
  border: none;
  color: white;
  background-color: #427FA8;
  border-radius: 5px;
}

#note {
  color: #415960;
  margin-top: auto;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
}

.reportData {
  height: calc(100vh - 127px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.reportData a {
  text-decoration: none;
}

#reviewUploadScreen .box-shadow {
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.15);
  padding: 2px;
  margin: 5px 0;
  width: 100%;
}

.erdf {
  margin: auto auto 2px;
}

.download-erd {
  display: inline-flex;
  align-items: center;
  color: #427FA8;
  border: none;
  background: none;
  margin-top: 15px;
  padding: 2px;
}

.error-log-btn {
  display: flex;
  align-items: center;
  color: #427FA8;
  border: none;
  background: none;
  padding: 2px;
  margin-left: 10px;
}

.caution-img {
  height: 45px;
  margin-bottom: 5px;
}

.error-log-btn img {
  height: 12px;
  padding: 1px;
}

/* errorScreen styles */
.errorDisplay {
  height: calc(100vh - 160px);
  padding: 15px;
  margin: 5px;
}

.parseError {
  width: 25%;
  min-width: 250px;
  max-width: 100%;
}

.error-icon {
  display: block;
  margin: 0 auto 0 auto;
  height: 50px;
}

.error-box {
  height: 100%;
  background-color: #C464481A;
  color: #721c24;
  padding: 20px;
  border: 0.25px solid #C46448;
  border-radius: 5px;
  text-align: center;
  overflow-y: scroll;
}

.error-heading {
  color: #D15A5A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.error-divider {
  border: 0;
  border-top: 0.5px dashed #707070;
  margin: 15px 0;
}

.error-instructions {
  word-wrap: break-word;
  font-size: 16px;
  color: #415960;
  margin-bottom: 15px;
  width: 100%;
  border-top: 1px solid #BCBCBC;
  padding-top: 10px;
  margin-top: 10px;
}

.error-buttons .btn-primary {
  background: #427FA8;
  border: 0.5px solid #427FA8;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
}

.error-buttons div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-buttons .btn-download {
  color: #4281AA;
  font-size: 14px;
  padding: 5px 4px;
}

.error-box-para {
  color: #415960;
  text-align: left;
  font-size: 12px;
  padding: 0px 20px;
}

.error-msg {
  color: #D15A5A;
  font-size: 10px;
}

.error-box-para p {
  font-size: 14px;
  color: #415960;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

#reUploadViewReport {
  background-color: #D15A5A;
  border: none;
  margin-top: 10px;
  width: 150px;
  height: 26px;
  color: white;
  border-radius: 3px;
}

.reUpload-btn-review {
  height: 26px;
  width: 160px;
  border: 0.5px solid #3E555B;
  color: white;
  background: #427FA8 0% 0% no-repeat padding-box;
  border: 0.5px solid #427FA8;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .parseError {
    width: 80%;
  }

  .error-buttons {
    flex-direction: column;
    align-items: center;
  }
}

#card-container {
  height: 100%;
  width: 100%;
}

#errorCards {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-right: 5px;
}

.card {
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.25px solid #41596080;
  border-radius: 5px;
  padding: 15px;
}

@media (max-width: 1024px) {
  #errorCards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #errorCards {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}

.card-align {
  margin-top: 10px;
}

.status-button {
  padding: 2px 20px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #D15A5A;
  margin-top: 10px;
}

.card-icon img {
  width: 56px;
  height: 64px;
}

.card h2 {
  margin-top: 5px;
  color: #415960;
  font-size: 36px;
}

.errorContainer {
  width: 100%;
  overflow-y: scroll;
}

.log-icon {
  height: 10px;
  display: block;
}

/* --------------- */

/* END OF REVIEW UPLOAD */

.ticket-left-upload {
  width: 30%;
  border-right: 1px solid #D8D8D8;
  display: flex;
  flex-direction: column;
}

.ticket-file-type {
  font-size: 12px;
  color: #6b6f78;
  text-align: center;
  margin: 0 2em;
}

.ticket-file-size {
  font-size: 11px;
  color: #9fabae;
  padding-bottom: 3em;
}

.ticket-right-table {
  width: 70%;
}

.ticketouterdiv {
  height: -webkit-fill-available;
  position: relative;
}

.table-wrapper-ticket {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  overflow-y: auto;
  margin-bottom: 0.5em;
}

.ticket-table-datashared {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.ticketDataSharedByClient {
  width: 100%;
  height: 92%;
}

.webkit-fill {
  width: -webkit-fill-available;
}

/* tr.header-border th:first-child, tr.content td:first-child {
    padding: 0;
    width: 20px;
}
tr.header-border th:first-child .checkbox, tr.content td:first-child .checkbox {
    justify-content: center;
    align-items: center;
    width: 25px;
} */

.payslipTextOverflow {
  white-space: initial;
  text-align: left;
}


/* managePayData */
#managePayDataLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
}

#managePayDataLabel .filenamepayele {
  font-size: small;
  width: 110px;
  /* font-size: 1rem; */
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.payElementNavTabs {
  border-bottom: none;
  flex-wrap: nowrap;
}

@media (max-width: 660px) {
  .label-container {
    max-width: 100px;
    /* or adjust based on available space */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .managePayDataLabel {
    margin-left: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #415960;
  }

  .import-pay-element-container {
    margin-left: auto;
    /* push it to right */
  }
}


/* Responsive modal dialog width */
#addNewPayElementModal .modal-dialog {
  margin: 0px;
  max-width: 900px;
  width: 90%;
}

/* Correct class selector for modal-body */
#addNewPayElementModal .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

#addNewPayElementModal.modal {
  top: 100px;
  left: 125px;
  height: auto;
  width: auto;
}

.form-container {
  max-width: 510px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  /* margin: 20px auto; */
  /* background-color: #f9f9f9; */
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

#editModal .modal-body {
  height: 100%;
}

.table-wrapper-payElement {
  width: -webkit-fill-available;
  height: 75dvh;
  overflow-y: auto;
}

.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  text-overflow: ellipsis;
  margin-bottom: 15px;
  /* margin: 5px; */
}

.managePayElementFooter {
  padding: 0 1rem;
  height: 5dvh;
  border-top: 1px solid #9fabae;
}

.required-asterisk {
  color: #D15A5A;
  margin-left: 2px;
  font-weight: bold;
}

.delete-button {
  display: flex;
  align-items: center;
}

.delete-permission {
  display: none !important;
}

.form-group.shrink-equal {
  flex: 0 1 auto;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ddd;
}

.form-check-input:focus {
  border-color: #70707080;
  box-shadow: none;
}

.form-check-input:checked {
  border-color: #70707080;
  background-color: #41595f;
}

.form-control {
  font-size: 0.8rem;
  border: 1px solid #70707080;
  color: #707070;
}

select option {
  color: #707070;
}

.payElementbutton {
  outline: none;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  background: none;
  text-decoration: none !important;
  height: 30px;

  &.btn-primary {
    background: #006fa8;
    border: 0.5px solid #006fa8;
    padding: 5px 15px;
    color: #fff;
    margin-right: 16px;
    border-radius: 5px;
  }

  &.btn-primary:focus {
    background-color: #006fa8;
    border: 0.5px solid #006fa8;
    box-shadow: none;
  }

  &.btn-primary:hover {
    background-color: #006fa8;
    border: 0.5px solid #006fa8;
  }

  &.btn-outline {
    border-radius: 5px;
    padding: 5px 15px;
    border: 1px solid #407ea7;
    color: #407ea7 !important;
  }

  &.btn-link {
    color: #417fa8;
    font-size: 12px;
    max-height: 23px;

    &:hover {
      color: #417fa8;
    }

    i:before {
      color: #00aca4;
    }

    &.teal {
      color: #00aca4;
    }
  }
}

.form-group label {
  color: #425960;
}

#editPayElement .dropdown-menu.dropdown-menu.show {
  transform: translate(-64px, 23px);
}


#payElement ul#editPayElement.dropdown-menu {
  min-width: 5rem !important;

  .dropdownEditIcon {
    width: 12px;
    height: 14px;
  }

  .dropdownEditText {
    font-size: 12px;
    margin-left: 10px;
  }
}

.nav {
  margin-left: 5px;
}

.nav-link {
  color: #417fa8;
  padding: 5px 5px;

  &:focus {
    color: #417fa8;
  }

  &:hover {
    color: #417fa8;
  }
}

.editModal.modal.right_modal {
  position: fixed;
  z-index: 99999;
}

.editModal.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 50%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.editModal.right_modal .modal-dialog {
  max-width: 100%;
  height: calc(100vh - 40px) !important;
}

.editModal.modal.right_modal .modal-content {
  height: calc(100vh - 33px) !important;
  background-clip: unset;
}

.editModal.modal.right_modal .modal-body {
  padding: 5px 15px 15px;
  height: 100% !important;
}

.modal-backdrop {
  display: none;
}

/*Right*/
.editModal.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.editModal.modal.right_modal.fade.show .modal-dialog {
  right: 0;
  border: 1px solid #E2E2E2;
  margin-right: 1rem !important;
  height: calc(100vh - 34px) !important;
}

/* ----- MODAL STYLE ----- */
.editModal.modal {
  padding: 1rem;
}

.editModal {
  .modal-content {
    border-radius: 0;
  }

  .modal_outer .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
  }

  .modal-content .modal-footer .btn {
    font-size: 12px;
  }

  /* Custom Class */
  .title {
    color: #6b6f78;
    font-weight: 600;
    font-size: 12px;
  }

  .modal-header {
    padding: 0.6rem;
    justify-content: flex-start;
  }

  .modal-footer {
    padding: 0.3rem;
    justify-content: flex-start;
    border: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    border-top-width: 0px;
  }
}

.formContainer {
  display: grid;
  column-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.form-container #editCloneModal {
  grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 992px) {
  .formContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small screens: 1 column */
@media (max-width: 576px) {
  .formContainer {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 600px) and (max-width: 720px) {
  .editModal.modal.right_modal .modal-dialog {
    width: 50%;
  }

  .formContainer {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* managePayElement styles end*/

.configError {
  text-align: center;
  font-size: 20px;
  padding: 0 0.5rem;
}

#configErrorShow,
.configHi {
  height: 100%;
}

.selectedDis {
  position: relative;
  padding: 0 0.5rem 0 0;
  color: #417fa8;
  font-size: 12px;
}

.peerReviewDisabled {
  pointer-events: none;
  opacity: .75;
}

#publishDateLabel,
#payDateLabel {
  margin-left: 0.25rem;
}

.toast-bdword,
.toast-body {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
}

.thStyle {
  display: flex;
  font-weight: 600;
  font-size: 12px;
  /* font-size: 11px; */
  /* font-family: 'Roboto', sans-serif; */
  color: #415960;
  text-align: left;
  opacity: 1;
}

.wild-card-search-finalze-width2 {
  width: 22vw;
}

.commonHeaderFont {
  font-size: 1rem;
  font-weight: 600;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #007bff;
  /* optional */
}

.tooltip-text {
  visibility: hidden;
  width: 260px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* position above the label */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  /* arrow points down to the label */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.custom-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.width-30 {
  width: calc(100% - 70%);
}

.icon-download3 {
  position: relative;
  height: 17px;
  /* top: 1px; */
}

.height7 {
  height: 7vh;
}

.dynborder-bottom {
  border-bottom: 1px solid #9fabae;
}

.commonHeaderFont {
  width: 100%;
  /* width: 84%; */
  display: inline-flex;
}

.otherstitle {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

.otherscount {
  max-width: 20%;
}

.heightwebkit {
  height: -webkit-fill-available;
}

.width-70 {
  width: calc(100% - 30%);
}

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

.heightFull {
  height: -webkit-fill-available;
}

.searchOnly {
  border-left: 1px solid #D8D8D8BE;
  width: 30% !important;
}

.width100 {
  width: 100% !important;
}

.padding0 {
  padding: 0px;
}

@media (max-width: 830px) {
  #commonHeaderLabel {
    width: 15vw;
  }

  .resolution850 {
    width: max-content;
  }

  #payslipDates {
    /* width: 35vw; */
    width: min-content;
  }

  .payDateLabelWD {
    width: max-content !important;
  }

  .payDate {
    /* width: 50%; */
    width: auto;
    padding: 0 3px;
    display: flex;
    justify-content: center;
  }

  .payDataVW {
    width: 30%;
  }

}

.aligin-Centre {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-file-progress {
  height: 16px;
  margin-top: 1px;
  margin-right: -1px;
}

/* th[title="Payslip Name"] {
  pointer-events: none !important;
} */

.icon-download-single {
  height: 1.0rem;
  width: 1.2rem;
  margin: 0px 1px 0 2px;
}

.icon-delete-single {
  height: 1rem;
  padding: 1px 5px 0 6px;
}

.mandatory {
  color: #dc3545;
}


.custom-multiselect {
  position: relative;
  width: 100%;
  border: 0.5px soild #70707080;
}

.custom-multiselect.PE.error {
  border-color: #D15A5A;
  opacity: 0.7;
}

#PayElementForm .multiselect-header {
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
  padding-right: 24px;
  cursor: pointer;
  border: none;
  min-height: 0px;
}

.multiselect-header {
  border: 0.5px solid #ced4da;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
  padding-right: 24px;
  cursor: pointer;
  min-height: 25px;
}

.multiselect-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('assets/down-arrow.png');
  background-size: 6px 4px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.form-group .error {
  border-color: #D15A5A;
  opacity: 0.7;
}

.form-group .custom-multiselect.PE.error {
  opacity: 1;
}

#wageGroupmultiselect-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 0.375rem 0.375rem;
  max-height: 125px;
  overflow-y: auto;
  z-index: 1000;
  /* display: none; */
}

#wageGroupmultiselect-options label {
  /* width: -webkit-fill-available; */
  width: 88%;
  line-height: 14px;
  color: #333;
}

/* span#wageGroupSelectedText {
  margin-left: 5px;
} */

.multiselect-option {
  /* padding: 8px 12px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 7px;
}

.multiselect-option:hover {
  background-color: #f8f9fa;
}

.multiselect-option input[type="checkbox"] {
  margin-right: 8px;
  margin-left: 10px;
}

.multiselect-header.disabled {
  pointer-events: none;
  background-color: #e9ecef;
  opacity: 0.7;
  color: #333;
}

.uploadDisabledTicketAndCase {
  pointer-events: none;
  opacity: .75;
}

.optionStyle {
  width: 5%;
  z-index: 1000;
}

.enableImport {
  text-align: center;
}

.custom-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("assets/down-arrow.png");
  padding-right: 2rem;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  background-size: 6px 4px;
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
}

.custom-dropdown::-ms-expand {
  display: none;
}

.payElementButtons {
  display: flow;
}

.form-control.PE {
  padding: .375rem .75rem;
  border-radius: 0.25rem;
}


/* New payslip styling */

.height7PR {
  height: 7%;
}

.height93PR {
  height: 93%;
}

#upload-slip-container {
  height: -webkit-fill-available;
}

.arrowForRG_LFBTN,
.arrowForLF_RGBTN {
  cursor: pointer;
  /* width: 1.5em !important; */
}

.arrow_widhtLF {
  width: 1.5em !important;
}

.color_clickBTN {
  color: #4281aa;
}

.arrowForLF_RGBTN,
.rotate_arrow {
  transform: rotate(0deg);
  margin-right: 0;
}

.box-left-upload {
  border-right: 1px solid #D8D8D8BE;
}

.width-30-percent {
  width: 30%;
  position: relative;
  /* overflow-x: hidden; */
  transition: 0.5s;
}

.width-70-percent {
  width: 70%;
  overflow-x: hidden;
  transition: 0.5s;
}

.paySlipHG {
  height: 92.5% !important;
}

.marginPoint2en {
  margin-right: 0.2em;
}

.upload-boxBTN {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* overflow-y: auto; */
  position: relative;
  max-height: 75%;
}

.margin_LF_1em {
  margin-left: 1em;
}

.rotated-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14.35rem;
  border-bottom: 1px solid #ccc;
  height: 50%;
}

.rotated-text {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-size: 12px;
  padding: 0.5rem;
  display: inline-block;
}

.payslipTableDiv {
  height: -webkit-fill-available;
}

.payslipTable {
  position: relative;
  height: 93.5%;
}


.table-wrapper1 {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  overflow-y: auto;
}

.paySlipFooter {
  border-top: 1px solid #d8d8d8;
  height: 6%;
}

.btn-filter {
  text-align: center;
  align-content: center;
  color: #40585f;
  border-color: #d6d6d6;
  background-color: transparent;
  border: none;
  padding-right: 1rem;
}

.active-btn {
  color: #427fa8;
  pointer-events: none;
}

.fileNamingPS {
  font-size: 11px;
  font-weight: 600;
}

/* Slidder Styles */
.sidenav {
  width: 0;
  height: -webkit-fill-available;
  /* height: calc(100% - 20%); */
  position: absolute;
  z-index: 200;
  overflow-x: hidden;
  transition: 0.5s;
  /* border-right: 1px solid #ccc; */
  background: white;
  /* height: 87.3%; */
  border-bottom: 1px solid #ccc;
}

.mySlideHeader {
  display: flex;
  justify-content: space-between;
  padding: 0 1em;
  height: 6%;
  border-bottom: 1px solid #ccc;
}

.mySlideHeaderClose {
  display: flex;
  cursor: pointer;
  align-items: center;
  display: flex;
  color: #427fa8;
  font-size: 1rem;
  font-weight: 600;
}

.mg_01 {
  margin-right: 0.2rem !important;
}

.font_12 {
  font-size: 12px;
}

/* payslip style ends here */

/* ToolTip changes */
.iffyTip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hideText2 {
  max-width: 200px;
}

.rotated-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14.35rem;
  border-bottom: 1px solid #ccc;
  height: 50%;
  cursor: pointer;
}

.rotated-text {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-size: 13px;
  padding: 0.5rem;
  display: inline-block;
}

.active-btn {
  background-color: #427fa8;
  pointer-events: none;
  color: #fff;
  font-weight: 700;
}

/* ends */

.custom-multiselect.PE.disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.custom-multiselect .multiselect-header:hover {
  border-color: #adb5bd;
}

.custom-multiselect.PE.disabled.validation-error {
  display: none;
}

#editFormContainer .form-check-input {
  min-height: 0px;
}

#editCloneModal .multiselect-header {
  border: none;
  min-height: 0px;
}

a#openModalBtn.nav-link.btn-link.active {
  color: #ede7e7;
  background-color: #4e9acc;
}

#editFormContainer .multiselect-option input[type="checkbox"] {
  display: none;
}

#payElement .multiselect-option:hover {
  background-color: #417fa815;
}

#editCloneModal .form-control:disabled {
  cursor: default;
}

.opacity_75 {
  opacity: 0.75;
}

#payElement .wild-card-search {
  width: 165px;
}

.files-img-margin {
  margin-left: 3px;
}

#filesNameCountDisplay {
  padding: 0 0 0 0.4em;
}

.model-bgCL {
  background: rgba(0, 0, 0, 0.6);
}

.model-BD-ST {
  min-height: 90px;
  border: 0.25px solid rgba(112, 112, 112, 0.1450980392);
  padding: 12px;
  background: rgba(244, 244, 244, 0.5019607843);
}

.modal-footer #confirmDeleteBtn {
  font-size: 12px;
  background: #415960;
  color: #fff;
  padding: 4px 16px;
  margin-right: 1rem;
  border-radius: 2px;
  font-weight: 500;
}

.modal-footer #cancelModelBTN {
  font-size: 12px;
  background: #fff;
  color: #415960 !important;
  border: 0.5px solid #415960;
  padding: 4px 16px;
  border-radius: 2px;
  font-weight: 500;
}

.modal-headerNO {
  padding: 1rem 1rem 0 1rem !important;
}

.model-footerNO {
  border: none !important;
  padding: 0 1rem 1rem 1rem !important;
}

#dragDiv2 .allowed-file {
  visibility: hidden
}

.payslipEllipsis {
  width: -webkit-fill-available;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.space-drop-collect {
  word-break: break-word;
  white-space: normal;
}

.multiselect-header.error {
  border-color: #D15A5A;
}

.multiselect-header.error:hover {
  border-color: #D15A5A;
}

ul#exportDropdown.dropdown-menu.dropdown-menu {
  transform: translate(-95px, 2px) !important;
}

#payElement ul#exportDropdown.dropdown-menu {
  width: 100px;
  min-width: 3rem !important;

  .dropdownEditIcon {
    width: 12px;
    height: 14px;
  }

  .dropdownEditText {
    font-size: 12px;
    margin-left: 10px;
  }
}

#payElement .nav-tabs .nav-link {
  line-height: 14px;
}

#btnExport .export-icon {
  filter: brightness(0) saturate(100%)
}

#payElement .label-container.text-truncate {
  width: 190px;
}

#pdfFrame {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
}

#helpVideoAndGuide {
  border-bottom: 1.5px solid #d8d8d8be;
  height: 7dvh;
}

.header-container {
  /* position: relative; */
  display: flex;
}

.info-icon {
  /* position: absolute; */
  color: #00aca4;
  width: 20px;
  height: 20px;
  line-height: 19px;
  border: 1.5px solid #00aca4;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  background-color: white;
  margin-top: 9px
}

.helpVandGfinalize {
  /* padding: 1rem 0.5rem; */
  border-left: 1px solid #9fabae;
  position: relative;
  display: flex;
  justify-content: center;
  height: -webkit-fill-available;
  width: 2.5rem;
  align-items: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 1000;
  min-width: 75px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.dropdown-content a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #417FA8;
  font-size: 12px;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}

/* Show dropdown on hover */
.helpVandGfinalize:hover .dropdown-content {
  display: block;
}

.dropdown-trigger {
  cursor: pointer;
}

#more-info-review {
  width: 100%;
  max-width: 100%;
}

.review-info {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  max-width: 100%;
  padding: .7rem 0rem;
}

#pdf-container {
  height: -webkit-fill-available;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 10px;
}

canvas {
  display: block;
  margin: 10px auto;
}

.downloadPDF {
  display: flex;
  align-items: center;
  /* margin-left: 1rem; */
  cursor: pointer;
}

.downloadPDF img {
  margin-right: 0.3rem;
  height: 13px;
}

.zoomClicker {
  border: 1.4px solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 22px;
  font-size: 1rem;
  text-align: center;
}

.zoomerClass span {
  margin: 0 5px;
}

.downloadPDFBTN img {
  margin-right: 0.3rem;
  height: 15px;
}

.downloadPDFBTN button {
  font-size: inherit !important;
}

.pdfPOPUPstyle {
  padding-top: 0 !important;
  overflow: hidden;
}

/* Styling for tooltip of filename show */

.labelresponsive1,
.labelresponsive {
  display: none;
  /* width: calc(100% - 65%); */
  width: 25rem;
  bottom: 100%;
  z-index: 1000;
  position: absolute;
  background: #fff;
  padding: 8px;
  border: 1px solid #999;
  border-radius: 4px;
  transform: translateX(-2.5%);
  transition: opacity 0.3s ease;
}

.reviewLabelresponsive {
  width: -webkit-fill-available !important;
  bottom: 100% !important;
}

.tooltip-container:hover .labelresponsive,
.label1:focus-within .labelresponsive {
  display: block;
}

.sample-box {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 15px 25px;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  word-wrap: break-word;
}

.naming-container {
  display: flex;
  width: -webkit-fill-available;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  gap: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 5px 10px 5px;
  text-align: center;
  align-items: center;
}

.part {
  font-size: .7em;
  position: relative;
  padding: 5px;
  width: 12%;
  text-align: center;
}

.partafter {
  content: "___";
  color: #ccc;
  margin-left: 0;
}

.partlast-childafter {
  content: "";
}

.arrow-box {
  display: flex;
  width: -webkit-fill-available;
  justify-content: space-around;
  gap: 10px;
  position: relative;
  top: -20px;
}

.arrowHV {
  width: 12%;
  margin: 0;
  position: relative;
}

.arrow-line {
  position: relative;
  width: 2px;
  height: 40px;
  background-color: #1e90ff;
  margin: 0 0 5px 0;
}

/* .arrow-line::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #1e90ff;
} */

.arrow-line::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #1e90ff;
}

.circle {
  background-color: #e0f0ff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 7px auto 0;
  font-size: 14px;
  color: #1e90ff;
  font-weight: bold;
  text-align: center;
}

.arrow-label {
  color: #1e90ff;
  font-size: 0.7em;
  line-height: 1.3;
  margin-top: 0.5rem;
  text-align: center;
}

.aligncenter {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Styling for tooltip of filename ends here */

.padding01 {
  padding: 0 6px !important;
}

#payElement #wageGroupmultiselect-options {
  padding-left: 10px;
}

#saveEditedForm.disabled {
  opacity: 0.7;
}

.icon-jobstatus {
  height: 1.2rem;
  width: 1.2rem;
  margin: 0px 1px 0 2px;
}

table.filenameconvertiontooltip td {
  padding: 0;
}

.tooltip-container {
  line-height: 14px;
}

/* .tooltip-container:hover ~ .labelresponsive {
    display: block;
} */

#newElementType.form-control:disabled {
  opacity: 1;
  cursor: default;
}

.hideText3 {
  max-width: 158px;
}

.custom-multiselect.PE.disabled-multiselect {
  background-color: #e9ecef !important;
  cursor: not-allowed;
}

#newElementType.disablePE {
  background-color: #e9ecef !important;
  cursor: not-allowed;
}

#managePayDataLabel .totalcountpayele {
  margin-top: 2px;
}

#exportpayElement.isDisabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.ticket-add-file{
  margin-bottom: 3px;
}
#popupModal{
  z-index: 9999;
}

.align-left{
  text-align: left;
}
.closer-box.align-center, .closer-box_SSO.align-center{
  width: 75%;
  text-align: center;
  margin: 5px auto 15px;
}
/* .closer-box.align-left #errorMessageView, .closer-box_SSO.align-left #errorMessageView{
  text-align: center;
} */
#content-area ul, .closer-box ul{
  width: 90%;
  margin: 0 auto 15px;
  text-align: left;
}
.marginbtm_zero{
  margin-bottom: 0 !important;
}