
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,100&display=swap');


body{
  /* font-family: 'Jost', sans-serif !important; */
  /* font-family: 'Josefin Sans', sans-serif !important;  */
  /* font-family: 'Inter', sans-serif !important; */
  /* font-family: 'Poppins', sans-serif !important; */
}
a.nk-nav-compact.nk-quick-nav-icon.d-none.d-xl-inline-flex.compact-active {
  position: absolute;
  left: 17px;
  z-index: 2;
  top: 12px;
}
.cursor-pointer{
  cursor: pointer;
}
.hidden{
  visibility: hidden;
}
.file-upload {
  display: none;
}
.profile-pic {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 100px;
  border: 5px solid #fff;
}
.z-index1{
  z-index:1;
  /* display: inline; */
}
.upload-button{
  position: absolute;
    top: 54px;
    left: 54px;
}
.input__box {
  width: calc(100% / 2 - 20px);
  margin-bottom: 8px;
}
.title {
  font-size: 25px;
  font-weight: 500;
}
.preLoan:after{
background: #ec5347 !important;
}
.reg_content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  margin: auto;
}
.input__box textarea{
  min-height: 36px;
}
.user-profile{
  width: 120px;
  /* border-radius: 100px; */
}
.profileBlock{
  width: 135px;
  font-weight: 500;
  color: #000;
}
.border-top-light{
  border-top: 1px solid #dbdfea;
}
.uploadLogoBlock{
  width: 100px;
  border: 1px dashed #dbdfea;
}
.uploadLogo{
  width: 50px;
  height: 50px;
}
.nk-wg-card .title{
  font-size: 16px;
}
.border-top-0{
  border-top: unset !important;
}
.addressBlock{
  max-width: 150px;
  flex-wrap: wrap;
  display: flex;
}
.inputField{
  height: 36px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #dbdfea !important;
    padding-left: 15px;
     font-size:0.8125rem;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}
textarea::placeholder {
  color: #b6c6e5 !important;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}
.border-light{
  border: 1px solid #dbdfea;
}
.float-right{
  float: right;
}
.circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 100px;
  /* height: 120px; */
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top:-20px;
}
.p-image {
  position: absolute;
  bottom: -34%;
  left: 28%;
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }
  .uploadButton {
    font-size: 1.2em;
    }
    
    .uploadButton:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
    }
    .user-profile{
      width: 150px;
      height: 120px;
      /* border-radius: 100px; */
    }
    .cardName{
      width: 150px;
      font-weight: 500;
      color: #000;
    }
    .cardHolder{
      margin-bottom: 10px;
    }
    .cardAns{
      margin-left: 20px;
    }
.trashButton{
  position: absolute;
top: 9px;
right: 3px;
color: red;
display: none;
}
.profileBlockWrapper:hover .trashButton{
display: block !important;
}
.profileWrapper{
  border: 15px solid #fff;
    border-radius: 100px;
    min-width: 100px;
    max-width: 100px;
    width: 100%;
    height: 100px
}
.trashIcon{
  position: absolute;
    top: -47px;
    right: 0;
    background: red;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
}
.profileBlockWrapper:hover .trashIcon{
  display: block !important;
}
#users-list{
  background: #fff;
  border: 1px solid #eee;
  padding: 5px;
}
.nameInput{
  width: 450px;
}
.users-lists-option:hover{
  background-color: #e5e9f2;
}
.completedLink:after{
  background: #1ee0ac !important;
}
.nav-tabs .completedLink.active{
  color: #1ee0ac;
}
.oldLink:after{
background: #e85347 !important;
}
.oldLink.active{
color: #e85347 !important;
}
.pendingLink:after{
background: #f4bd0e !important;
}
.pendingLink.active{
color: #f4bd0e !important;
}
.secondaryLink:after{
background: #ff63a5  !important;
}
.secondaryLink.active{
color: #ff63a5  !important;
}
.ternaryLink:after{
  background: #8493a7 !important;
}
.rightBtn{
  float: right;
}
.font-14{
  font-size: 14px;
}
.mb-8px{
  margin-bottom: 8px;
}

/* Next Step */
#msform fieldset {
  /* background: white; */
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

 fieldset:not(:first-of-type) {
  display: none;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  text-align: center;
  margin-top: 50px;
}

#progressbar .active {
  color: #4285f4
}
#progressbar .done {
  color: #00c851;
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}
.progress_Bar li{
  width: 50% !important; 
}
#progressbar #personal:before {
  font-family: FontAwesome;
  content: "1"
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "2"
}
#step3:before{
  font-family: FontAwesome;
  content: "3"
}
#step4:before{
  font-family: FontAwesome;
  content: "4"
}
#progressbar .done::before {
  /* font-family:  !important; */
  content: "\2713" !important;
  font-weight: 700;
}

#progressbar li:before {
  width: 28px;
  height: 28px;
  display: block;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  text-align: center;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: -1;

}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #4285f4;
}

#progressbar li.done:before,
#progressbar li.done:after {
  background: #00c851;
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: #4285f4;
}

.fit-image {
  width: 100%;
  object-fit: cover
}
.employeeBtn{
  height: 40px;
}

/* Nmae */
.search-input .autocom-box{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #b4bdd3;
  width: 100%;
  left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.search-input.active .autocom-box{
  padding: 6px;
  opacity: 1;
  pointer-events: auto;
}
.autocom-box li{
  list-style: none;
  padding: 0.375rem 0.75rem;
  display: none;
  /* width: 100%; */
  cursor: pointer;
  font-size: 13px;
}
.autocom-box li:not(:last-child) {
  margin-bottom: 0.125rem;
}
.search-input.active .autocom-box li{
  display: block;
}
.search-input.active .autocom-box li a{
  width: 100% !important;
}
.autocom-box li:hover{
  background: #e5e9f2;
  border-radius: 4px;
}
/* .custom-scrollBar::-webkit-scrollbar {
  width: 3px;
}
.custom-scrollBar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.custom-scrollBar::-webkit-scrollbar-thumb {
  background: #888; 
} */

.search-input .icon{
  position: absolute;
  right: 12px;
  top: -9px;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: #ccc;
  cursor: pointer;
}
.employee_name{
  font-size: 16px;
  font-weight: 700;
}
.employee_position{
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}

.employee_modalName{
  width: 180px;
  font-weight: 600;
}
.cardHeader{
  border-top:1px solid #dbdfea;
  border-left: 1px solid #dbdfea;
  border-right: 1px solid #dbdfea;
}
.timeline-content {
      width: 70%;
      background: #fff;
      padding: 15px 20px 15px 20px;
      border-radius: 5px;
      transition: all .3s ease;
      margin-left: 5px;
      margin-bottom: 0px;
}
.containerTimeline .timeline-item {
  /* margin-bottom: 50px; */
  position: relative;
  left: 90px;
}
.containerTimeline .timeline-item:not(:last-child):before {
  left: -26px !important;
}
.timeline-icon {
  background:#ee4d4d;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  overflow: hidden;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.timeline-icon em {
  position: relative;
  top: 9px;
  left: 13px;
  color: #fff;
}
.timeline-content h2 {
  padding: 10px;
  background: #ee4d4d;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
  
}
#timeline  {
  /* margin-left: 50px; */
  max-height: 70vh;
  overflow: auto;
  overflow-x: hidden;
}
.customScrollbar::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.customScrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.customScrollbar::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.customScrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.timeline-content:before {
  position: absolute;
  width: 0; 
  height: 0; 
  content: '';
    left: -5px;
  border-left: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; 
  border-right:12px solid #fff; 
  top: 11px;
}
.timeline-content .heading{
font-size: 16px;
font-weight: 600;
margin-bottom: 5px; 
}
.timeline-content .sub-heading{
  font-size: 13px;
  font-weight: 500;
}
.timeline-content .date{
  font-size: 13px;
  font-weight: 500;
}
.imageAttachement{
  width: 100px;
  height: 100px;
  border: 1px solid #dbdfea;
  padding: 5px;
}
.imagePreview{
  width: 80px;
  height: 80px;
}
.dot{
  height: 8px;
  width: 8px;
  content: '.';
  background: #000;
}
.imageAttachement:hover {
  opacity: 0.7;
}
#image-viewer {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}
#image-viewer .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 600px;
  max-height: 80vh;
}
#image-viewer.modal-content { 
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
#image-viewer .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.customer-profile{
  width: 150px;
}
.count{
  font-size: 20px;
  font-weight: 600;
}
.count_detail{
  font-size: 16px;
  font-weight: 500;
}
.cardIcon{
  width: 20px;
  font-size: 18px;
  margin-right: 15px;
  /* font-weight: 600; */
}
.cardItems{
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
}
.cursor-none{
  pointer-events: none;
}
.mb-3px{
  margin-bottom: 3px;
}
.right{
  float: right;
}
.countMatch{
  background: #6576ff;
  border-radius: 5px;
  color: #fff;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.countMatch .count{
  font-size: 12px;
}
.border-left-before::before{
  border: 1px solid #dbdfea;
  content: "";
  position: absolute;
  width: 1px;
  height: 62px;
  top: 0;
}
.border-right-before::before{
  border: 1px solid #dbdfea;
  content: "";
  position: absolute;
  width: 1px;
  height: 29px;
  top: 0;
  left: 49.5%;
}
.deleteRow{
  display: none;
}
.profileUpdate{
  width: 150px;
  height: 150px;
  background-color: #F5F6FA;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
  margin-top: 5px;
}

.error, .gst-error , .aadhar-error, .aadhar-error2, .aadhar-error3, .verify-aadhar-error, .verify-g1-error, .verify-g2-error{
    color: #e85347;
    font-size: 11px;
}
.w-fit{
  width: fit-content;
}
.font-12{
  font-size: 12px;
}
.w-10{
  width: 10%;
}
/* .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
} */

/* Scrolltable */
.fixed-header {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
}
.fixed-header thead {
  flex: 0 0 auto;
  width: calc(100% - 0.4em);
}
.fixed-header tbody {
  display: block;
  overflow-y: scroll;
}
.fixed-header tbody tr {
  width: 100%;
}
.fixed-header thead, .fixed-header tbody tr {
  display: table;
  table-layout: fixed;
}
  .tableContainer {
    overflow-y: auto;
    height: 363px;
    /* border-bottom: 1px solid #dbdfea; */
  }
  .tableContainer .table > :not(caption) > * > *{
    padding: 1rem 0.5rem;
  }
  .tableContainer .table{
    /* border-bottom: 1px solid #dbdfea; */
  }

  .tableReportContainer {
    overflow-y: auto;
    /* border-bottom: 1px solid #dbdfea; */
  }
  .tableReportContainer .table > :not(caption) > * > *{
    padding: 0.75rem 0.5rem;
  }
  .tableReportContainer .table{
    /* border-bottom: 1px solid #dbdfea; */
  }

  .fixed-header > :not(caption) > *{
    border-color:  #dbdfea !important;
  }

  .fixed-header ::-webkit-scrollbar {
    width: 6px;
  }
  .fixed-header ::-webkit-scrollbar-track {
    background: #F5F5F5; 
  }
  .fixed-header ::-webkit-scrollbar-thumb{
    background-color: #c1c1c1;
  }
.tableWrapper{
  max-height: 380px;
  overflow-y: auto;
}
.customScrollBar::-webkit-scrollbar {
  width: 6px;
}
.customScrollBar::-webkit-scrollbar-track {
  background: #F5F5F5; 
}
.customScrollBar::-webkit-scrollbar-thumb{
  background-color: #c1c1c1;
}
  /*Page Loader CSS*/

  .page_loading {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    background: rgba(46, 60, 84, 0.6);
    display: none;
}
.overlay {
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.loading_image {
  background: rgba(255, 255, 255, 1);
  width: 250px;
  height: 250px;
  position: fixed;
  top: 33%;
  left: 41%;
  z-index: 11;
  border-radius: 20px;
}

.load_img {
  text-align: center;
  margin-top: 0px;
  font-size: 16px;
}

.load_img img {
  width: auto;
  overflow: hidden;
  margin: 45px auto 0 auto;
}

.load_text {
  text-align: center;
  margin: 0px 0 18px 0;
  font-size: 18px;
  position: absolute;
  font-weight: bold;
  bottom: 10px;
  width: 100%;
}
.form-select.error{
  color: #3c4d62 !important;
  font-size: 0.8125rem !important;
  font-style: normal !important;
}
.profileContainer{
  height: 50px;
}
.selectError{
  display: flex;
  flex-direction: column-reverse;
}
.form-control[readonly]{
  pointer-events: none;
}
a.badge:hover{
  color: #fff !important;
}
.badge .icon{
  font-size: 12px;
    margin-top: 2px;
}
.closeBtn em{
}
.badge{
  width: fit-content !important;
}
.has-hover .nk-nav-compact{
  position: relative !important;
    font-size: 1.5rem;
    z-index: 1 !important;
    color: #526484;
    padding: 0.375rem;
    top: unset !important;
}
.minTable.table > :not(caption) > * > *{
  padding: 0.7rem 1.2rem !important;
}
.requireAlert{
  color: #e85347;
}
.profile-picture{
  min-width: 50px;
  width: 50px;
  height: 50px;
}


/* Activity Log */
.timelineWrapper{
  /* background: #eaf6ff; */
  padding: 0 2rem;
  border-radius: 15px;
}
.timelineWrapper h1{
  font-size: 1.1rem;
  font-family: sans-serif;
}
.sessions{
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}
.sessions li{
  padding-bottom: 1.5rem;
  border-left: 1px solid #abaaed;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
 

}
.sessions li:last-child{
  border: 0px;
  padding-bottom: 0;
}
.sessions li::before{
  content: '';
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #4e5ed3;
  box-shadow: 3px 3px 0px #bab5f8;
  box-shadow: 3px 3px 0px #bab5f8;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}
.sessions .time{
  color: #2a2839;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;

}
.sessions p{
  color: #4f4f4f;
      font-family: sans-serif;
  line-height: 1.5;
  margin-top:0.4rem;
}
svg{
  fill: #526484;
}
.addressContainer{
  width: 100%;
  word-break: break-word;
}
.customTable table td{

  padding: 0.3rem 0.5rem !important;
}
.receiptForm .form-label{
  margin-bottom: 0.2rem;
}
.blockContainer p{
  font-size: 14px;
  color: #6e82a5;
  font-weight: 500;
  text-transform: capitalize;
}
.cardContainer{
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border: 1px solid #dbdfea;
  padding: 5px 8px !important;
  border-radius: 8px;
}
.bg-light1{
  background: #e2f8f1 !important;
}
.iconWrapper{
  /* background: #ffebf3 !important; */
  border-radius: 50% 20% / 10% 40%;
  padding: 14px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.iconWrapper em{
  font-size: 26px;
}
.iconWrapper img{
  width: 32px;
  height: 32px;
}
.textWrapper{
  margin-left: 20px;
}
.textWrapper h2{
font-weight: 600;
}
.textWrapper p{
  font-size: 16px;
}
.bg-warning1{
  background: #fff3e9;
}
.bg-primary1{
  background: #ebedff;
}
.bg-orange1{
  background: #fef6e0;
}
.formContent .form-label{
  font-size: 13px;
}
.rupees{
  font-family: 'Nunito';
}
.timeCounter , .gstTimeCounter{
  color: #e85347;
}
.mt-2px{
  margin-top: 2px;
}
.modalForm .form-label {
  margin-bottom: 0.2rem;
}
.loanTable{
  height: 334px !important;
}
.vechicleBlock .profileBlock{
  width: 160px ;
}
.editIcon{
  position: absolute;
    bottom: 5px;
    left: 40px;
}
.userProfile{
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 100%;
}
.display-none{
  display: none;
}
.blockWrapper{
  width: 90px;
}
.customForm .form-control, .dual-listbox .dual-listbox__search, div.dataTables_wrapper div.dataTables_filter input{
  padding: 0.23rem 1rem !important;
  min-height:14px;
}
.customForm .select2-container--default .select2-selection--single {
  height: 30px !important;
}
.customForm .select2-container--default.select2-xl .select2-selection--single .select2-selection__rendered{
  padding: 0.2rem 1rem !important;
}
.customForm .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: -2px !important;
}
.fs-16px{
  font-size: 16px !important;
}

/* Image viewer */

.gallery_list {
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin: 0 0 -8px 0;
  /* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12); */
  /* -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12); */
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12); */
}

.gallery_list .album_title {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 8px;
  bottom: 0;
  width: 86%;
  padding: 2px 6px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.gallery_list .album_title p {
color: #fff;
margin: 0;
font-size: 10px;
padding: 0;
line-height: 16px;
}

.single-gallery-box {
  text-align: center;
  position: relative;
  margin-bottom: 30px
}
.single-gallery-box::before {
  width: 100%;
  content: '';
  position: absolute;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px
}
.single-gallery-box img {
  border-radius: 15px
}
.single-gallery-box .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 35px;
  color: #fff;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden
}
.single-gallery-box:hover::before {
  opacity: .3;
  /* visibility: visible; */
  border: none !important;
}
.single-gallery-box:hover .gallery-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 0
}
.view-btn {
  text-align: center;
  margin-top: 15px
}
.view-btn .default-btn {
  color: #fff
}
.quote-area.bg-item {
  position: relative;
}


tfoot td{
  border-top: 1px solid #e5e9f2 !important;
}
.table-scroll-body{
  height: 330px;
  overflow: auto;
}
.h-65px{
  height: 60px;
  width: 60px;
  border-radius: 8px;
}
/* .upcomingLink:after{
  background: #8093b5 !important;
} */
.card-inner.hint-box span {
  font-size: 11px; /* Set the font size to 12 pixels */
}


/* table fixed column  */
.table-container {
  overflow-x: auto;
}

.fixed-column-table ,.fixed-column-table-three{

  width: 100%;
  border-collapse: collapse;
}

.fixed-column-table th, .fixed-column-table td, .fixed-column-table-three th , .fixed-column-table-three td {
  padding: 8px;
  border: 1px solid #ddd;
  background: #f4f4f4;
  text-align: left;
}

.fixed-column-table th:nth-child(-n+1), 
.fixed-column-table td:nth-child(-n+1),
.fixed-column-table-three td:nth-child(1),
.fixed-column-table-three th:nth-child(1) {
  position: sticky !important;
  left: 0;
  background-color: #f4f4f4; /* Adjust the background to match the table */
  z-index: 2; /* Ensure they appear above the other columns */
}

.fixed-column-table th:nth-child(1), 
.fixed-column-table td:nth-child(1),
.fixed-column-table-three td:nth-child(1),
.fixed-column-table-three th:nth-child(2) {
  z-index: 3; /* Higher z-index to appear above previous columns */
}
.fixed-column-table-three th:nth-child(2),
.fixed-column-table-three td:nth-child(2) {
  position: sticky;
  left: 46px; /* Adjust width based on column size */
  background-color: #f4f4f4;
  z-index: 3;
}

.fixed-column-table-three th:nth-child(3),
.fixed-column-table-three td:nth-child(3) {
  position: sticky;
  left: 160px; /* Adjust width based on column size */
  background-color: #f4f4f4;
  z-index: 3;
}
/* Optionally, add a background color to the sticky columns */
.fixed-column-table th,
.fixed-column-table td ,
.fixed-column-table-three th,
.fixed-column-table-three td{
  background-color: #fff;
}

/* Ensure the first sticky column is above all others */
.fixed-column-table th:nth-child(1), 
.fixed-column-table td:nth-child(1),
.fixed-column-table-three th:nth-child(3),
.fixed-column-table-three td:nth-child(3) {
  z-index: 4;
}
.scroll{
  height: 435px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding:10px;
}
.scroll2{
  height: 133px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 10px;
}
.dropdown-scroll{
  height: 400px;
  overflow-x: hidden !important;
}
.align-center-td thead tr>th{
  vertical-align: middle !important;
}