body {
  margin: 0;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  ::-webkit-scrollbar {
    width: 4px;
  }

  ::-webkit-scrollbar-track {
    background-color: #ebebeb;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #cacaca;
  }
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.table {
  max-width: 100%;
  overflow: auto;
  max-height: 75vh;
}
.td {
  vertical-align: middle !important;
}

.custom-dropdown-toggle::after {
  display: none;
}

/* TestSidenav.module.css */
@font-face {
  font-family: "NeoSansIntel";
  src: url(/static/media/neo_sans_medium.0bae63fc2d1cccd52eff.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
td {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
th {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  color: white;
}
thead {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-link:focus {
  background-color: #25cacc !important;
  border-color: #25cacc !important;
  color: #fff !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
  outline: 0 !important;
}
.page-link {
  padding: 3px 8px;
  color: #26cacc;
  font-size: 13px;
}
.slick-next:before {
  content: "→";
  color: #459fa0 !important;
}
.slick-prev:before {
  content: "→";
  color: #459fa0 !important;
}

/* test css */

td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
  margin-top: unset;
}
h3 {
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
td {
  font-size: 11px;
  color: #3c0c0c;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
  background-color: #26cacc;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
  margin-top: unset !important;
}
thead {
  /* position: sticky;
  z-index: 5; */
  top: -1px !important;
}

h3 {
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
thead {
  /* position: sticky;
    z-index: 5; */
  top: -1px !important;
}

.cross_icon {
  color: #333;
  position: relative;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
  height: 11px;
  width: 11px;
}

.head_div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}

.header {
  color: rgb(69, 159, 160);
  font-size: 15px;
  font-weight: 700;
}

.mca {
  display: flex;
}

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

.grey_ca {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home_ic {
  position: relative;
  bottom: 2px;
  color: #000000;
}

.icon_gray_ca {
  display: flex;
  gap: 10px;
}

.white_space_ca {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}

.whiteicon {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

/* .tablec {
  border: 2.5px solid #f1f1f1;
  padding: 12px 15px;
  background-color: #fff;
  margin-top: 17px;
} */
.icons {
  color: #696969;
}

.advnceaserachasc {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}

.topup {
  border: 2px solid #f1f1f1;
  margin: 10px;
  padding: 15px;
  position: relative;
  /* bottom: 20px; */
  background-color: #fff;
  height: calc(100% - 90px);
}

.addzone {
  display: flex;
  flex-direction: column;
}

.searchformasc {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  /* gap: 7px; */
}

.fourinputasc {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}

.twoinputasc {
  display: flex;
  gap: 20px;
  width: 49%;
}

.searorinp {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.selctasc {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}

.optionnsel {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}

.inputasc {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}

.buttonas {
  display: flex;
  gap: 20px;
}

.tableconasc {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}

.actincbut {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}

.inactincbut {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}

.navconasc {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}

.subbutasc {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}

.optnas {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.additm {
  display: flex;
  flex-direction: column;
}

.twodivcon {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.twodivlogo {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}

.selinp {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}

.logocon {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.selitx {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}

.oneselitx {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}

.bigtxt {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}

.onedivcon {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.logoasc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}

/* for modal */
.flexasc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* menu style */
.menuel {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.menuel ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.menuel ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}

.menuli {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}

.menuli:hover {
  background-color: #f6f6f6;
}

.icoconel {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.clear_buttt {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}

.save_buttt {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.home {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 0.3em 1em;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.xcel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0.3em 1em;
}

.multtxt {
  font-size: 0.85rem;
}

table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-multi {
  background-color: #f6f6f6;
  padding: 10px 10px;
}

.whitespace {
  background-color: #fff;
}

.upper-data {
  display: flex;
  justify-content: space-between;
  padding: 1px;
}

.left-side {
  display: flex;
  gap: 10px;
}

.select-ep {
  width: 90px;
  z-index: 4;
  font-size: 13px;
}

.month-at {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-family: "OpenSansRegular";
  color: #50a3a5;
  font-weight: bold;
}

.center-con {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.day-detils {
  text-align: center;
  background: #fff;
  font-size: 10px;
  padding: 0;
}

.day-deti {
  padding: 4px;
  border-bottom: 1px solid #ddd;
}

.day-dehti {
  padding: 4px;
  border-bottom: 1px solid #ddd;
}

.day-xy {
  display: flex;
  align-items: center;
}

.day-xyx {
  width: 50%;
  padding: 4px;
  border-right: 1px solid #ddd;
}

.fec {
  padding: 4px;
}

.color-box {
  display: flex;
  width: 1.5em;
  height: 1.5em;
  padding: 5px;
  border-radius: 20%;
  background-color: rgb(74, 172, 74);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
}

.right-side {
  display: flex;
  gap: 10px;
}

.button-go {
  background-color: #26cacc;
  padding: 7px 15px;
  color: white;
  border: none;
  border-radius: 10px;
}

table {
  border-collapse: collapse;
  margin: 5px auto auto auto;
  overflow-y: scroll;
}

th,
td {
  /* text-align: center; */
  vertical-align: middle !important;
}

/* thead {
    font-size: 12px;
    color: #333;
    position: sticky;
    z-index: 3;
    top: 0px;
    background-color: white ;
  } */

td {
  font-size: 11px;
  text-align: center;
}

.employyee-details {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 20px;
  background-color: #f6f6f6;
}

.day-det {
  padding: 0;
  min-width: 170px;
  border: 1px solid #333;
}

.check {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 5px;
}

.border {
  border-bottom: 1px solid #ddd;
}

.in-out {
  display: flex;
  justify-content: space-around;
  position: relative;
  top: 5px;
}

.padd {
  padding: 7px;
}

.table-wrapper {
  max-height: 730px;
}

.media-scroller {
  display: grid;
  max-height: 640px;
  overflow-y: scroll;
  overflow-x: auto;
}

.sno {
  text-align: center;
  background: #fff;
  text-align: center;
  min-width: 30px;
  max-width: 30px;
  border: 1px solid #333;
}

.s-no {
  text-align: center;
  background: #fff;
  min-width: 30px;
  max-width: 30px;
  border: 1px solid #333;
  border-right: 1px solid #333;
}

.check-- {
  text-align: center;
  background: #fff;
  font-size: 10px;
  min-width: 30px;
}

.chek-- {
  text-align: left;
  background: #fff;
  font-size: 10px;
}

.emp-id {
  min-width: 100px;
}

.empl {
  min-width: 150px;
}

.emp-doj {
  min-width: 110px;
  text-align: left;
}

.emp-c {
  min-width: 150px;
  max-width: 150px;
  text-align: left;
}

.sub-c {
  min-width: 140px;
  max-width: 140px;
  text-align: left;
  padding-left: 5px;
}

.sub-cc {
  min-width: 140px;
  max-width: 140px;
  text-align: center;
}

.sub-ch {
  min-width: 150px;
}

.emp-cod {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  height: 70px;
  padding-left: 5px;
}

.emp-code {
  min-width: 130px;
  max-width: 130px;
  text-align: center;
  padding: 10px 0;
}

.tot {
  min-width: 120px;
}

.emp-bi {
  min-width: 80px;
}

.dep {
  min-width: 100px;
}

.sub-dep {
  min-width: 150px;
}

.loc-h {
  text-align: left;
  min-width: 100px;
  max-width: 100px;
  padding-left: 5px;
}

.loc-hh {
  text-align: center;
  min-width: 100px;
  background: #fff;
  max-width: 100px;
}

.loc {
  text-align: center;
  min-width: 75px;
  background: #fff;
}

.type {
  min-width: 101px;
}

.dat {
  padding: 5px;
}

.week {
  padding: 3px;
  position: relative;
  bottom: 5px;
}

.day-wise {
  min-width: 150px;
  min-height: 150px;
}

.det-da {
  min-width: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 0.5px solid #ddd;
  padding: 3px;
}

.det-da-in {
  display: flex;
  flex-direction: column;
}

.che {
  border-bottom: 0.5px solid #ddd;
}

.type-e {
  min-width: 100px;
}

.tim {
  border-bottom: 0.5px solid #ddd;
  padding: 3px;
}

.min-w {
  min-width: 100px;
}

.color {
  width: 100%;
  height: 100px;
}

.colr {
  min-height: 13px;
  min-width: 13px;
  background-color: #a4eab0;
}

.sec {
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 1px;
}

.btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 12px;
  border: none;
  border-radius: 5px 5px;
  padding: 5px;
  border: 2px solid #f6f6f6;
  height: 32px;
  position: relative;
  top: 4px;
}

.col-index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #f6f6f6;
  padding: 5px;
  margin-bottom: 15px;
  gap: -2px;
  cursor: pointer;
}

.left-col {
  display: flex;
  gap: 0.1em;
}

.right-col {
  display: flex;
  gap: 0.1em;
}

.halfday {
  min-height: 13px;
  min-width: 13px;
  background-color: #b1b82c;
}

.absent {
  min-height: 13px;
  min-width: 13px;
  background-color: #f1bcbc;
}

.off-day {
  min-height: 13px;
  min-width: 13px;
  background-color: #e8e4e4;
}

.holiday {
  min-height: 13px;
  min-width: 13px;
  background-color: #09ff00;
}

.marked {
  min-height: 13px;
  min-width: 13px;
  background-color: #ccffcc;
}

.right-col {
  display: flex;
  gap: 10px;
}

.emp-det {
  position: relative;
  bottom: 40px;
  left: 20px;
}

.branch {
  min-width: 120px;
}

.emp-cd {
  min-width: 146px;
}

.day-div {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  min-width: 125px;
  position: relative;
  right: 18px;
}

.week-da {
  display: flex;
  justify-content: space-around;
  padding: 6px;
  min-width: 100px;
  border-bottom: 1px solid grey;
}

.checkk {
  padding: 3px;
  text-align: center;
  min-width: 100px;
  border-bottom: 1px solid grey;
}

.in-o {
  display: flex;
  padding: 6px;
  justify-content: space-evenly;
  gap: 20px;
  min-width: 100px;
  border-bottom: 1px solid grey;
}

.inp {
  padding: 3px;
}

.lef {
  position: relative;
  right: 10px;
}

.pagination {
  color: #333;
}

.page-x {
  border: #333 solid 2px;
  color: green;
  min-width: 100px;
  min-height: 50px;
  background-color: #26cacc;
}

.nav- {
  border: #333 solid 2px;
  color: green;
  min-width: 100px;
  min-height: 50px;
}

.table-bordered {
  border: 1px solid #8a8585;
}

.table-bordered thead tr th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #757070;
}

.inn-ou {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.in-outt {
  width: 50%;
  padding: 4px;
  border-right: 1px solid #ddd;
  background-color: #fff;
}

.ou {
  padding: 4px;
  text-align: center;
}

.day-date {
  text-align: center;
  background: #fff;
  font-size: 10px;
  padding: 0 !important;
  min-width: 75px;
}

.date-day {
  padding: 4px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.date-- {
  padding: 4px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.aten {
  text-align: center;
  font-size: 10px;
  vertical-align: center;
  min-width: 75px;
  max-width: 75px;
}

.atent {
  padding: 0px;
}

.ch-bo {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.flex-- {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.innn {
  width: 50%;
  padding: 5px;
  min-width: 40px;
  border-right: 1px solid #ddd;
}

.innnn {
  width: 50%;
  padding: 5px 0px;
  min-width: 40px;
  position: relative;
  right: 3.5px;
}

.ppp {
  vertical-align: middle;
}

.text-ppp {
  vertical-align: middle;
}

/* {/* <th className='twh'>Total working hour</th>
                <th className='pre'>Present</th>
                <th className='half'>Half Day Code</th>
                <th className='paid'>Paid Leave</th>
                <th className='unpaid'>Unpaid Leave</th> */
.twh {
  min-width: 110px;
}

.pre {
  min-width: 110px;
}

.half {
  min-width: 110px;
}

.paid {
  min-width: 110px;
}

.unpaid {
  min-width: 110px;
}

.twh-- {
  min-width: 110px;
}

.actn {
  min-width: 120px;
}

.home-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 3px;
}

p {
  margin-bottom: 0;
}

.ixo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.7em;
}

.icon-dv {
  display: flex;
  gap: 0.9em;
}

.icon--:hover {
  color: grey;
}

.CasuaLeave {
  min-height: 13px;
  min-width: 13px;
  background-color: #fff04d;
}

.CompOff {
  min-height: 13px;
  min-width: 13px;
  background-color: #ff99f1;
}

.Covidleave {
  min-height: 13px;
  min-width: 13px;
  background-color: #2409f1;
}

.earned {
  min-height: 13px;
  min-width: 13px;
  background-color: #a5a5ff;
}

.mater {
  min-height: 13px;
  min-width: 13px;
  background-color: #80ff80;
}

.nominal {
  min-height: 13px;
  min-width: 13px;
  background-color: #dc4d1e;
}

.pater {
  min-height: 13px;
  min-width: 13px;
  background-color: #dc4d1e;
}

.Sick {
  min-height: 13px;
  min-width: 13px;
  background-color: #da71b7;
}

.specil {
  min-height: 13px;
  min-width: 13px;
  background-color: #bf5a90;
}

.defaul {
  min-height: 13px;
  min-width: 13px;
  background-color: #85eaea;
}

.halfpay {
  min-height: 13px;
  min-width: 13px;
  background-color: #ffa742;
}

.halfup {
  min-height: 13px;
  min-width: 13px;
  background-color: #b0f320;
}

.unpy {
  min-height: 13px;
  min-width: 13px;
  background-color: #f17171;
}

.psecl-text {
  display: block;
}

.pag-multi {
  float: right;
  position: relative;
  bottom: 38px;
  padding-right: 20px;
}

.ggf {
  display: flex;
  float: right;
}

.colr-ind {
  margin-bottom: 40px;
}

.top-- {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.tp-r {
  display: flex;
  gap: 0.5em;
  padding-bottom: 1px;
}

.tp-l {
  display: flex;
  gap: 0.5em;
  padding-bottom: 1px;
}

.bt-- {
  display: flex;
  justify-content: space-between;
  gap: 0.3em;
  padding-top: 1px;
  position: relative;
}

.froz {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: -5px;
  z-index: 1;
  background: #fff;
  border: 1px solid #333;
}

.name {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
  position: -webkit-sticky !important;
  position: sticky !important;
  border: 1px solid #333;
  border-left: 1px solid #333;
}

.e-name {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
  border: 1px solid #333;
}

.container-atten {
  display: flex;
}

.side-bar-multi {
  width: 15%;
  height: 100%;
}

.other-con {
  width: 85%;
  height: 100%;
}

.right-s {
  display: flex;
  gap: 0.4em;
}

.left-s {
  vertical-align: middle;
  padding-top: 5px;
}

.itm {
  width: 100%;
  height: 30px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 25px 30px 12px 30px;
  font-size: 3px;
  color: #696969;

  font-family: "opensans-semibold";
  margin: 0 0 1px 0;
}

.ltr-at {
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  font-weight: 1px;
  letter-spacing: 0.2px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.itm h5 {
  font-size: 5em;
}

.hid-d {
  min-width: 25px;
}

.shw-em {
  min-width: 25px;
}

.middle-si {
  display: flex;
  gap: 0.1em;
}

.date-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.6em;
}

.con-date-box {
  display: flex;
  gap: 0.2em;
}

.table > :not(caption) > * > * {
  padding: 0rem 0rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.emplye {
  position: relative;
  bottom: -2px;
  left: 400px;
  padding: 5px;
}

.shw-hd {
  padding: 0;
  margin: 0;
  height: 20px;
  position: relative;
  top: 2px;
  background-color: #f6f6f6;
  max-width: 920px;
}

.deparnt {
  min-width: 110px;
  max-width: 110px;
}

.sub-dprt {
  min-width: 110px;
  max-width: 110px;
}

.lcation {
  min-width: 110px;
  max-width: 110px;
}

.t-pe {
  min-width: 110px;
  max-width: 110px;
}

.sh-dt {
  max-width: 920px;
}

.ftr {
  display: flex;
  justify-content: space-between;
}

.select-epp {
  width: 200px;
  z-index: 4;
  padding-left: 25px;
}

.sub-ccc {
  min-width: 130px;
  max-width: 130px;
}

/* CSS */
.button-33 {
  background-color: #26cacc;
  box-shadow: #26cacc 0 2px 4px, #26cacc 0 7px 13px -3px,
    rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 13px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  background-color: #26cacc;
  color: white;
  transform: scale(1.05) rotate(-1deg);
}

.actdv {
  display: flex;
  gap: 10px;
}

.up-bt {
  display: flex;
  gap: 0.4em;
}

.updt {
  display: flex;
  gap: 0.4em;
}

.select-ep__control {
  max-height: 15px;
}

.select-eppp {
  width: 90px;
  z-index: 4;
  font-size: 13px;
}

.css-13cymwt-control {
  align-items: center;
  cursor: default;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 10px;
  outline: 0 !important;
  position: relative;
  transition: all 100ms;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}

.css-1fdsijx-ValueContainer {
  align-items: center;
  display: grid;
  flex: 1 1;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow: hidden;
  padding: 2px 0px;
  box-sizing: border-box;
}

.page-link {
  padding: 3px 8px;
  color: #26cacc;
  font-size: 13px;
}

/* .page-link{
      
  } */
.eve---- {
  font-size: 25px;
}

.thre-dt {
  padding: 5px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-link:focus {
  background-color: #25cacc !important;
  border-color: #25cacc !important;
  color: #fff !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
  outline: 0 !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.newActionButton {
  height: 27px !important;
  position: relative;
  cursor: pointer;
}
.toolsIcon {
  cursor: pointer;
  color: #696969;
}
.GoButton {
  padding: 1px 15px;
  width: 50px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
}
.toolsMargin {
  margin-bottom: 15px;
}


/*# sourceMappingURL=main.0317ff68.css.map*/