*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: visible;
}

:root {
  --color-primary: #1e7b69;
  --color-secandory: #ededed;
  --color-white: #ffffff;
}

/* login page  */
.login-container {
  width: 100%;
  height: 100dvh;
  display: flex;
}

.login-form-container {
  width: 40%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
/* .login-image-container {
  flex: 1;
  position: relative;
}
.login-image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.swiper {
  width: 60%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-form {
  padding-bottom: 19px;
  max-width: 430px;
  width: 100%;
}
.login-form h3 {
  font-family: var(--font-helvetica);
  color: #525252;
  font-weight: 700;
  font-size: 32px;
  line-height: 41.4px;
}
.login-form h3 + p {
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 16px;
  line-height: 18.4px;
  color: #555555;
  margin-top: 4px;
}

.google-login-btn {
  display: flex;
  width: 100%;
  border: 1px solid #e8e8e8;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px;
  font-family: var(--font-helvetica);
  color: #828282;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.google-login-btn img {
  margin-right: 13px;
}

.form-divider {
  text-align: center;
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 12px;
  line-height: 13.8px;
  letter-spacing: 0%;
  margin-top: 48px;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #a1a1a1;
}
.form-divider::before {
  content: "";
  width: 80px;
  border: 1px dashed #e8e8e8;
  display: inline-block;
}
.form-divider:after {
  content: "";
  width: 80px;
  border: 1px dashed #e8e8e8;
  display: inline-block;
}

.login-form form label {
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: 14px;
  line-height: 16.1px;
  display: inline-block;
  margin-bottom: 2px;
  color: #828282;
}
.login-form form input {
  width: 100%;
  border: 1px solid #ded2d9;
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 14px;
  line-height: 16.1px;
  padding: 13px 10px;
  outline: none;
  border-radius: 5px;
}
.login-form form input[type="email"] {
  margin-bottom: 24px;
}

.rem-forg-wrapper {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rem-forg-wrapper label {
  font-size: 13px;
  font-weight: 500 !important;
}

.rem-forg-wrapper div:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rem-forg-wrapper input {
  margin: 0;
  padding: 0;
  height: 12px !important;
  width: 12px !important;
  accent-color: var(--color-primary);
}

.rem-forg-wrapper label {
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: 16px;
  line-height: 18.4px;
  display: inline-block;
}

.rem-forg-wrapper a {
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: 12px;
  line-height: 13.8px;
  letter-spacing: 0%;
  text-decoration: none;
  color: var(--color-primary);
}

.login-container input[type="submit"] {
  background-color: var(--color-primary);
  color: white;
  cursor: pointer;
  margin-top: 15px;
  outline: none;
  font-weight: 700;
  line-height: 20px;
  border: 1px solid #1e7b69;
}

.form-footer-text {
  margin-top: 32px;
  color: #828282;
  font-family: var(--font-helvetica);
  font-weight: 400;
  line-height: 18.4px;
  display: block;
  text-align: left;
  text-decoration: none;
}

.form-footer-text span {
  color: var(--color-primary);
  font-weight: 700;
}

.header {
  width: 100%;
  height: 77px;
  box-shadow: 0px 4px 10px 0px #0080ff1a;
  background-color: var(--color-white);
  display: flex;
  position: relative;
  z-index: 10;
}

.logo-wrapper {
  width: 224px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  border-right: 1px solid #edf6ff;
}

.hamburger-icon {
  cursor: pointer;
}

.hamburger-mobile {
  display: none;
}

.header-content-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 66px;
}

.header-content {
  width: 100%;
  margin-left: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-content-container {
  width: fit-content;
  display: flex;
  column-gap: 7px;
}

.user-content-container .user-image {
  height: 36px;
  width: 36px;
  overflow: hidden;
  border-radius: 50%;
}

.user-content-container .user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-content-container .user-details h2,
.user-content-container .user-details h4 {
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 16px;
  line-height: 18.4px;
  color: #888888;
}

.user-content-container .user-details h4 {
  font-size: 14px;
}

.search-icons-container {
  width: fit-content;
  display: flex;
  gap: 17px;
}

.search-icons-container .icon-container {
  background-color: #f8f8f8;
  height: 36px;
  width: 36px;
  display: grid;
  place-content: center;
  cursor: pointer;
  border-radius: 50%;
}

.search-trigger {
  display: none !important;
}
.search-bar-wrapper {
  width: 130px;
  padding-left: 17px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #ededed;
  border-radius: 5px;
  display: flex;
  column-gap: 10px;
  transition: all 0.3s ease-in-out;
}

.search-bar-wrapper:focus-within,
.search-bar-wrapper.expanded {
  width: 400px;
}

.mobile-search-open {
  display: flex !important;
}

.search-bar-wrapper .search-icon,
.close-search {
  height: 20px;
  width: 20px;
}

.close-search {
  display: none;
}

.search-bar-wrapper input[type="text"] {
  width: 100%;
  border: none;
  outline: none;
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 16px;
  line-height: 18.4px;
  color: #d3d3d3;
}

.search-bar-wrapper input[type="text"]::placeholder {
  color: #d3d3d3;
}

.content-wrapper {
  width: 100%;
  height: calc(100dvh - 77px);
  display: flex;
}
.close-nav {
  display: none;
}

.content-wrapper .side-navigation {
  width: 224px;

  height: 100%;
  background-color: var(--color-white);
  padding: 36px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.side-navigation .nav-link {
  display: flex;
  column-gap: 13px;
  padding-left: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 14px;
  line-height: 16.1px;
  color: #333333;
  position: relative;
  transition: all 0.3s ease;
}

.nav-link img {
  width: 15px;
  height: 15px;
}

.side-navigation .nav-link::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: url("/assets/images/icons/link-bar.png");
  display: none;
}

.profile-switch-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 14px;
  line-height: 16.1px;
  gap: 14px;
  color: #333333;
}

.side-navigation .nav-link:hover::before {
  display: inline-block;
}

.side-navigation .nav-link:hover {
  background-color: #f8f8f8;
  color: var(--color-primary);
}

.nav-link.link-active {
  background-color: #f8f8f8;
  color: var(--color-primary);
}

.nav-link.link-active::before {
  display: inline-block;
}

.profile-switchers {
  padding-left: 29px;
  margin-top: 45px;
}

.profile-switchers > span {
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 14px;
  line-height: 16.1px;
  color: #888888;
  display: inline-block;
}

.switches-wrapper {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.truncate-name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.active-profile-badge {
  background-color: #f1f1f1;
  border-radius: 2px;
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 12px;
  line-height: 13.8px;
  color: #999999;
  padding: 3px 5px;
}
.footer-links-wrapper .divider {
  margin-left: 25px;
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 10px;
  line-height: 11.5px;
  color: #555555;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-links-wrapper .divider::after {
  content: "";
  border: 1px solid #555555;
  display: inline-block;
  width: 100%;
}

.dropdown-icon {
  height: 6px;
  position: absolute;
  right: 19px;
  top: 13px;
}

.dropdown-link-body {
  display: none;
  flex-direction: column;
  padding-left: 52px;
  overflow: hidden;
  transition: height 0.3s ease;
}

.dropdown-active {
  display: flex !important;
}

.dropdown-link-body a {
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: var(--color-primary);
  text-decoration: none;
}

.dropdown-active {
  height: fit-content;
}

.content-wrapper .content-container {
  flex: 1;
  height: 100%;
  background-color: #f8f8f8;
  padding-left: 44px;
  padding-top: 30px;
  padding-right: 59px;
  overflow-y: auto;
}

.stat-greet-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.stat-container {
  max-width: 30%;
  width: 100%;
  background-color: #1e7b69;
  border-radius: 7px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.stat-card {
  background-color: var(--color-white);
  border-radius: 7px;
  box-shadow: 0px 2px 10px 0px #0080ff1a;
  padding-top: 24px;
  padding-left: 26px;
  padding-bottom: 9px;
  padding-right: 9px;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.stat-card .stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.stat-card h3 {
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  color: #333333;
}

.stat-card h2 {
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #555555;
}

.bottom-card-text.d-c {
  display: none;
}
.ling-graph {
  max-width: 93px;
  width: 100%;
}

.bars-top {
  max-width: 30px;
  width: 100%;
}

.bottom-card-text {
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 8px;
  line-height: 9.38px;
  color: #7f7f7f;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bottom-card-text.t-white span {
  color: white;
}
.bottom-card-text span {
  display: flex;
  background-color: #18d26b;
  color: #7f7f7f;
  padding: 1px 2px;
  border-radius: 4px;
  gap: 5px;
}

.bottom-card-text span img {
  height: 8px;
}

.greet-container {
  max-width: 75%;
  width: 100%;
  border-radius: 7px;
  padding-left: 44px;
  padding-bottom: 37px;
  padding-top: 49px;
  background: linear-gradient(180.56deg, #f5f5f5 0.48%, #1e7b69 202.53%);
}

.greet-container h2 {
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 33px;
  line-height: 49.5px;
  color: #333333;
}
.greet-container h2 + p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}

.greet-container .date {
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: 16px;
  line-height: 18.4px;
  color: #555555;
}

.date-block {
  margin-top: 45px;
}
.date-block p:nth-child(1),
.date-block-punchin p:nth-child(1) {
  font-family: var(--font-helvetica);
  font-weight: 400;
  font-size: 14px;
  line-height: 16.1px;
  color: #333333;
}
.date-block p:nth-child(2),
.date-block-punchin p:nth-child(2) {
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: 16px;
  line-height: 18.4px;
  color: #333333;
}

.punch-record-wrapper {
  margin-top: 13px;
  display: flex;
  gap: 39px;
  overflow: hidden;
}

.punchin-container {
  padding: 26px 43px 22px 43px;
  background-color: white;
  border-radius: 7px;
  max-width: 338px;
  width: 100%;
}

.punchin-btn {
  background-color: #1e7b69;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  padding: 6px 44px 6px 44px;
  border: none;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  margin-top: 27px;
}

.record-container {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-left: 32px;
  padding-bottom: 33px;
  justify-content: space-between;
}

.record-container::before {
  content: "";
  display: inline-block;
  border: 1.5px solid #1e7b69;
  height: 76.5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.record-container h2 {
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  columns: #333333;
}
/* Attendence page  */
.heading-search-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heading-search-wrapper h3 {
  font-family: var(--font-roboto);
  font-weight: 600;
  font-size: 18px;
  line-height: 21.09px;
  color: #333333;
}

.heading-search-wrapper form {
  display: flex;
  gap: 18px;
}

.heading-search-wrapper form input[type="date"] {
  font-family: var(--font-segoe);
  font-weight: 400;
  font-size: 12px;
  line-height: 15.96px;
  text-align: center;
  border: none;
  background-color: #eaeaea80;
  border-radius: 5px;
  outline: none;
  padding: 7px 8px;
}

.heading-search-wrapper .search-wrapper {
  background-color: #eaeaea80;
  border-radius: 5px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.heading-search-wrapper .search-wrapper input {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 12px;
  line-height: 14.06px;
  color: #555555;
}

.stats-section {
  width: 100%;
  margin-top: 11px;
  padding: 21px 26px;
  background: linear-gradient(90deg, #f7f7f7 0%, #1e7b69 146.92%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.timer .time-wrapper h2 {
  font-family: var(--font-roboto);
  font-weight: 600;
  font-size: 16px;
  line-height: 18.75px;
  margin-bottom: 5px;
  color: #333333;
}

.timer .time-wrapper span {
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 12px;
  line-height: 14.06px;
  color: #555555;
}

.stats-section .stats {
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: var(--color-white);
  padding: 6px 15px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.stats-card {
  border-right: 1px solid #999999;
}

.stats-card:last-child {
  border: none;
}

.stats-card h4 {
  font-family: var(--font-roboto);
  font-weight: 600;
  font-size: 12px;
  line-height: 14.06px;
  color: #333333;
  margin-bottom: 16px;
  margin-right: 50px;
}

.stats-card:nth-child(2) h4 {
  color: #1e7b69;
}

.stats-card:nth-child(3) h4 {
  color: #ff0000;
}

.stats-card span {
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 13px;
  line-height: 15.23px;
  color: #555555;
}

.user-attendence-stat {
  width: 100%;
  background-color: white;
  border-radius: 3px;
  margin-top: 11px;
  padding: 20px 30px;
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.details-block {
  border-right: 1px solid #999999;
  max-width: 18%;
  width: 100%;
}

.details-block div h4 {
  font-family: var(--font-roboto);
  font-weight: 600;
  font-size: 13px;
  line-height: 15.23px;
}
.details-block div span {
  display: block;
}
.available-status {
  font-family: var(--font-segoe);
  font-weight: 600;
  font-size: 12px;
  line-height: 15.96px;
}

.details-block .present {
  color: #1e7b69;
}

.details-block .absent {
  color: #ff0000;
}
.available-status + span {
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 12px;
  line-height: 14.06px;
  color: #555555;
}

.details-block div:nth-of-type(2) {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.details-block div:nth-of-type(2) span {
  font-family: var(--font-segoe);
  font-weight: 600;
  font-size: 12px;
  line-height: initial;
  color: #555555;
}

.timeline-block {
  padding-right: 24px;
  max-width: 45%;
  width: 100%;
  border-right: 1px solid #999999;
  display: flex;
  align-items: center;
  gap: 17px;
}

.timeline-block .timmer-wrapper h4 {
  font-family: var(--font-roboto);
  font-weight: 600;
  font-size: 12px;
  line-height: 14.06px;
  text-align: center;
  color: #333333;
}
.timeline-block .timmer-wrapper h5 {
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 12px;
  line-height: 14.06px;
  color: #555555;
  text-align: center;
}

.timeline-block .working-hours {
  max-width: 75%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
}

.linebar-left,
.linebar-right {
  flex: 1;
  border: none;
  height: 4px;
  background-color: #dbdbdb;
  position: relative;
  overflow: visible;
}

.linebar-left::before {
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #1e7b69;
  display: inline-block;
  position: absolute;
  left: -4px;
  top: -119%;
}

.linebar-right::after {
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #dbdbdb;
  display: inline-block;
  position: absolute;
  right: -4px;
  top: -119%;
}

.linebar-left.bar-red::before,
.linebar-right.bar-red::after {
  background-color: #ff0000;
}

.working-hours .timmer-wrapper {
  text-align: center;
}

.actions-block {
  max-width: 30%;
  width: 100%;
  display: flex;
  column-gap: 25px;
  row-gap: 16px;
  flex-wrap: wrap;
}

.action-cell {
  max-width: 45%;
  width: 100%;
  height: 30px;
  border: 1px solid #999999;
  border-radius: 3px;
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 12px;
  line-height: 14.06px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cell-filled {
  background-color: #1e7b69;
  color: white;
  border: 1px solid #1e7b69 !important;
}

.btns-wrapper {
  display: flex;
  align-items: center;
  gap: 11px;
}

.mobile-user-profile {
  display: none;
}

.tab-head {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-top: 30px;
  padding-left: 70px;
}

.tab-btns-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 70px;
}

.tab-btn {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  padding-bottom: 14px;
  transition: all 0.3s ease;
  border: 2px solid #f8f8f8;
}

.tab-btn:hover {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.tab-btn.tab-active {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.tab-table-wrapper {
  max-width: 100%;
  width: 100%;
  overflow: auto;
  margin-top: 14px;
  padding-bottom: 70px;
  padding-top: 11px;
  padding-left: 11px;
  padding-right: 17px;
  background-color: #f5f5f5;
}

.tab-table-wrapper table {
  width: 100%;
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 19.36px;
  border-collapse: collapse;
}

.tab-table-wrapper table thead tr th {
  color: #333333;
  padding-bottom: 18px;
}

.tab-table-wrapper table tr {
  text-align: center;
}

.tab-table-wrapper table tbody tr {
  border-radius: 6px;
}

.tab-table-wrapper table tbody tr td:nth-of-type(1) {
  padding-left: 12px;
}
.tab-table-wrapper table tbody tr td:nth-of-type(1) input {
  width: 19px;
  height: 16px;
  accent-color: var(--color-primary);
}

.u-active {
  color: var(--color-primary) !important;
}
.n-active {
  color: #ff0000 !important;
}

.tab-table-wrapper table tbody tr td {
  background-color: white;
  border-bottom: 7px solid #f5f5f5;
  padding-top: 19px;
  padding-bottom: 19px;
  font-weight: 500;
  color: #555555;
}

/* staff page styling  */
.top-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar h4 {
  font-family: var(--font-roboto);
  font-weight: 600;
  font-size: 18px;
  line-height: 21.09px;
  color: #333333;
}

.btn {
  padding: 10px 20px;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-filled {
  padding: 8px 20px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-outline {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000066;
  z-index: 100;
  overflow: auto;
  display: block;
}

.modal-content {
  max-width: 500px;
  width: 100%;
  background-color: white;
  margin: auto;
  margin-top: 100px;
  padding: 28px 48px 22px 48px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.close-cross {
  position: absolute;
  top: 26px;
  right: 21px;
}

.sample-file-wrapper {
  width: 100%;
  padding: 7px;
  font-family: var(--font-poppins);
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #ebedf0;
}

.sample-file-wrapper a {
  color: #298aff;
}

.btns-wrapper-modal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 24px;
}

.btns-wrapper-modal .btn {
  padding: 5px 31px;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
  text-align: center;
}

.upload-form {
  padding: 94px 127px 61px 127px;
  border: 2px dashed #555555;
  margin-top: 16px;
  border-radius: 4px;
}
.modal-upload-wrappper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.u-file-icon {
  width: 24px;
  margin-bottom: 17px;
}

.btn-sm {
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.btn-sm + input {
  display: none;
}

.upload-instructions {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #555555;
  display: inline-block;
  margin-top: 12px;
  text-align: center;
}

.modal-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.modal-header > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
  color: var(--color-primary);
}

.form-staff-divider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 33px;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}

.modal-close-btn {
  cursor: pointer;
}

.form-add-staff {
  width: 100%;
  margin-top: 11px;
}

.input-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.input-row label {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}

.input-row input,
.input-row select,
.mark-field-wrapper {
  max-width: 298px;
  width: 100%;
  border: 1px solid #c1c7d0;
  outline: none;
  border-radius: 4px;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding: 6px 11px 6px 11px;
  color: #555555;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: white;
}

.mark-field-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mark-field-wrapper span {
  display: inline-block;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #555555;
}

.mark-field-wrapper > input {
  border: none;
  outline: none;
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  width: 200px;
}

.iti__country-name,
.iti__dial-code,
.iti__selected-dial-code {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.iti {
  width: 298px !important;
}
.edit-btn {
  width: 20px;
}

@media screen and (max-width: 1666px) {
  .actions-block {
    max-width: 27%;
    width: 100%;
  }
  .user-attendence-stat {
    justify-content: space-between;
  }
  .timeline-block .working-hours {
    max-width: 65%;
  }
}

@media only screen and (max-width: 1420px) {
  .stat-container {
    padding: 30px 30px;
  }
  .stat-card h2 {
    font-size: 25px;
  }
  .stat-card h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1336px) {
  .action-cell {
    max-width: 42%;
  }
  .timeline-block {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1280px) {
  .stats-section .stats {
    gap: 10px;
    padding-right: 0px;
  }
  .timer {
    gap: 10px;
  }
  .timer img {
    width: 40px;
  }
  .timer .time-wrapper h2 {
    font-size: 14px;
  }
  .stats-card h4 {
    margin-right: 40px;
  }
  .timeline-block .working-hours {
    max-width: 55%;
  }
}

@media screen and (max-width: 1255px) {
  .greet-container {
    max-width: 62%;
  }
  .stat-container {
    max-width: 35%;
  }
  .punchin-btn {
    padding: 6px 40px 6px 40px;
  }
  .record-container h2 {
    font-size: 20px;
  }
  .greet-container > h2 {
    font-size: 30px;
  }
  .punchin-container {
    max-width: 250px;
  }
  .punch-record-wrapper {
    gap: 30px;
  }
}

@media only screen and (max-width: 1175px) {
  .record-container {
    padding-left: 25px;
  }
  .punchin-container {
    padding: 26px 43px 22px 35px;
  }
  .greet-container > h2 {
    font-size: 27px;
  }
  .punchin-btn {
    font-size: 14px;
  }
  .punchin-container {
    max-width: 220px;
  }
  .record-container h2 {
    font-size: 16px;
  }
  .date-block p:nth-child(2),
  .date-block-punchin p:nth-child(2) {
    font-size: 14px;
  }
  .date-block p:nth-child(1),
  .date-block-punchin p:nth-child(1) {
    font-size: 13px;
  }
  .greet-container h2 + p,
  .greet-container .date {
    font-size: 15px;
  }
  .stat-card h2 {
    font-size: 18px;
  }
  .user-attendence-stat {
    gap: 30px;
  }
}

@media only screen and (max-width: 1100px) {
  .login-form {
    max-width: 300px;
  }
  .login-form h3 {
    font-size: 28px;
  }
  .login-form h3 + p {
    font-size: 13px;
  }
  .form-footer-text {
    font-size: 13px;
  }
  /* header  */
  .side-navigation.open {
    transform: translatex(0px) !important;
  }

  .side-navigation.close {
    transform: translatex(-224px) !important;
  }

  .user-content-container {
    display: none;
  }
  .header-content {
    justify-content: flex-end;
  }
  .search-trigger {
    display: grid !important;
  }
  .search-bar-wrapper:focus-within,
  .search-bar-wrapper.expanded {
    width: 95%;
  }
  .search-bar-wrapper {
    display: none;
    position: absolute;
    background: white;
    padding-right: 17px;
    width: 95%;
    left: 3%;
  }
  .close-search {
    display: block;
  }

  .content-wrapper {
    height: calc(100dvh - 60px);
  }

  .content-wrapper .side-navigation {
    position: absolute;
    z-index: 10;
    top: 0;
    display: flex !important;
    transition: all 0.3s ease;
    transform: translateX(-224px);
    justify-content: initial;
    gap: 100px;
  }

  .close-nav {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0px 0px 49px 33px;
  }

  /* dashboard paga  */
  .stat-greet-wrapper {
    flex-direction: column;
  }
  .greet-container {
    max-width: 100%;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 33px;
    overflow: visible;
  }
  .header-content-wrapper {
    padding-right: 31px;
  }
  .record-container {
    background: white;
    padding-top: 24px;
  }
  .record-container::before {
    border: 1.5px solid #999999;
  }
  .punchin-container {
    max-width: 50%;
    width: 100%;
  }
  .record-container {
    max-width: 50%;
    width: 100%;
  }
  .punch-record-wrapper {
    background-color: white;
    border-radius: 7px;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    bottom: -10px;
    gap: 0;
  }

  .stat-container {
    max-width: calc(100% - 61px);
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
  }
  .stat-card {
    max-width: 47%;
  }
  .content-container.dashboard-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-user-profile {
    display: flex;
  }
  /* login page  */
  .logo-wrapper {
    display: none;
  }
  .hamburger-mobile {
    display: block;
  }
  .side-navigation {
    display: none !important;
  }
  .header {
    height: 60px;
    padding-left: 44px;
  }
  .header-content {
    margin-left: 20px;
  }
  .user-content-container .user-details h2,
  .user-content-container .user-details h4 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 880px) {
  .stats-section {
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
    padding: 10px 17px;
  }
  .stats-section .stats {
    width: 100%;
    padding: 6px 0px;
    background: transparent;
    box-shadow: none;
    gap: 2px;
    align-items: stretch;
  }
  .stats-card {
    border-right: none;
    flex: 1;
    min-width: 69px;
    background: white;
    border-radius: 3px;
    padding: 10px 15px 10px 15px;
  }
  .stats-card h4 {
    font-size: 10px;
    line-height: 11.72px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .user-attendence-stat {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
    justify-content: space-between;
  }
  .timeline-block .working-hours {
    max-width: 60%;
  }
  .details-block,
  .timeline-block {
    padding-right: 0px;
    border-right: 0px;
  }
  .timeline-block {
    max-width: 60%;
    width: 100%;
  }
  .actions-block {
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .user-attendence-stat {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  .login-container {
    flex-direction: column;
    height: 100%;
  }
  .login-image-container {
    display: none;
    flex: unset;
    width: 100%;
    height: 212px;
  }
  .login-form-container {
    width: 100%;
    margin-top: 60px;
  }
  .swiper {
    width: 100%;
  }
  /* staff page  */
  .tab-btn {
    font-size: 15px;
    line-height: 17.36px;
  }
  .tab-head {
    padding-left: 0px;
  }
  .tab-table-wrapper table {
    font-size: 14px;
  }
  .tab-btns-wrapper {
    justify-content: center;
    gap: 60px;
  }
  .content-container.staff-content {
    padding-right: 31px !important;
  }
  .btn {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 16px;
  }
  /* Attendence Page  */
  .heading-search-wrapper > form .search-wrapper {
    display: none;
  }
  .content-container.attendence-page {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .heading-search-wrapper {
    padding-left: 44px;
    padding-right: 31px;
  }
  .actions-block {
    gap: 8px;
  }
}

@media screen and (max-width: 697px) {
  .stat-container {
    row-gap: 10px;
    column-gap: 16px;
  }
  .timeline-block {
    max-width: 76%;
    justify-content: space-between;
  }
  .timeline-block .working-hours {
    max-width: 66%;
  }
  .linebar-left,
  .linebar-right {
    flex: 0.6;
    min-width: 33px;
  }
  .timeline-block .timmer-wrapper h4,
  .timeline-block .timmer-wrapper h5 {
    font-size: 10px;
    line-height: 11.72px;
  }
  .details-block div h4 {
    font-size: 12px;
    line-height: 14px;
  }
  .available-status,
  .available-status + span {
    font-size: 8px;
    line-height: 10.64px;
  }
  .edit-btn {
    width: 15px;
  }
  .details-block div:nth-of-type(2) span {
    font-size: 8px;
    line-height: 10px;
  }
  .action-cell {
    font-size: 10px;
    line-height: 11.72;
  }
}

/* @media screen and (max-width:680px) {
  .tab-table-wrapper {
    max-width: 574px;
    width: 100%; 
    border: 1px solid red;
  }
} */

@media only screen and (max-width: 580px) {
  .header {
    padding-left: 28px;
  }
  .stat-container {
    padding: 16px 18px;
  }
  .stat-card {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 3px;
  }
  .bars-image {
    margin-right: 0px !important;
  }
  .ling-graph {
    max-width: 75px;
  }
  .punchin-container {
    padding: 26px 28px 22px 35px;
  }
  .punchin-btn {
    font-size: 12px;
    line-height: 25px;
  }
  .bars-top {
    margin-right: 0px !important;
    width: 30px;
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  .stat-card h2 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 6px;
  }
  .greet-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .stat-container {
    max-width: calc(100% - 47px);
  }
  .bottom-card-text.m-c {
    display: none;
  }
  .bottom-card-text.d-c {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }

  .bottom-card-text.d-c.t-white {
    justify-content: flex-start;
  }

  .bottom-card-text span img {
    height: 5px;
  }
  .bottom-card-text span {
    font-size: 6px;
    align-items: center;
  }
  /* .stat-card div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    justify-content: space-between;
  } */

  /* staff page  */
  .content-wrapper .content-container {
    padding-left: 28px;
    padding-right: 31px;
  }
  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-content {
    padding: 28px 35px 22px 35px;
  }
  .input-row input,
  .input-row select,
  .mark-field-wrapper {
    max-width: 264px;
  }
  .iti {
    max-width: 264px;
  }
  .mark-field-wrapper > input {
    max-width: 150px;
  }
  .tab-btns-wrapper {
    gap: 30px;
  }
  .tab-btn {
    font-size: 14px;
  }
  .tab-table-wrapper table {
    width: 500px;
  }
  /* Attendence Page  */
  .heading-search-wrapper {
    padding-left: 28px;
  }
  .timeline-block {
    gap: unset;
  }
}

@media only screen and (max-width: 491px) {
  .user-content-container .user-details h2,
  .user-content-container .user-details h4 {
    font-size: 8px;
    line-height: 9.2px;
  }
  .greet-container {
    padding-top: 11px;
  }
  .greet-container > h2 {
    font-size: 12px;
    line-height: 18px;
  }
  .greet-container h2 + p,
  .greet-container .date {
    font-size: 12px;
    line-height: 14.5px;
  }

  .date-block p:nth-child(1),
  .date-block-punchin p:nth-child(1) {
    font-size: 12px;
    line-height: 13.8px;
  }

  .date-block p:nth-child(2),
  .date-block-punchin p:nth-child(2) {
    font-size: 11.5px;
  }
  .punchin-btn {
    font-size: 13px;
    line-height: 19.5px;
    padding: 3px 26px 3px 26px;
    margin-top: 9px;
  }
  .punchin-container {
    padding: 26px 17px 22px 35px;
  }

  .user-content-container .user-image {
    width: 20px;
    height: 20px;
  }
  /* header  */

  .header-content-wrapper {
    padding-right: 16px;
  }

  /* login page  */
  .login-form h3 {
    font-size: 20px;
    line-height: 23px;
  }
  .login-form h3 + p {
    font-size: 14px;
    line-height: 16px;
  }
  .form-divider {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .form-footer-text {
    margin-top: 13px;
    text-align: center;
  }
  .login-container input[type="submit"] {
    margin-bottom: none;
  }
  /* Dashboard Page  */
  .record-container {
    margin-top: 13px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .record-container h2 {
    font-size: 13px;
  }
  .date-block {
    margin-top: 25px;
  }
  .ling-graph {
    max-width: 50px !important;
  }
  .stat-card h3 {
    font-size: 12px;
  }
  .bottom-card-text.d-c {
    justify-content: flex-end;
  }
  .stat-card {
    height: 70px;
  }
  .bottom-card-text.d-c {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .bottom-card-text.m-c {
    display: none;
  }
  .line-graph {
    margin-top: 60px;
    max-width: 50px;
  }
  .punch-record-wrapper {
    margin-top: 7px;
  }
  .bottom-card-text {
    font-size: 6px;
    line-height: 9.38px;
    gap: 2px;
  }

  .modal-content {
    padding: 28px 20px 22px 20px;
  }
  .btns-wrapper-modal {
    gap: 10px;
  }
  .upload-form {
    padding: 94px 80px 61px 80px;
  }

  /* Attendence Page  */
  .heading-search-wrapper {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 429px) {
  .input-row input,
  .input-row select,
  .mark-field-wrapper {
    max-width: 220px;
  }
  .iti {
    max-width: 220px;
  }
  .mark-field-wrapper input {
    max-width: 109px;
  }

  /* Attendence Page  */
  .timer img {
    width: 40px;
  }
  .timer .time-wrapper h2 {
    font-size: 13px;
    line-height: 13.23px;
  }
}

@media only screen and (max-width: 413px) {
  .stat-card {
    padding-left: 15px;
    padding-right: 9px;
    height: 60px;
  }
  .stat-card h2 {
    margin-top: 0px;
  }
  .stats-card {
    padding: 10px 8px 10px 8px;
  }
  .stat-card h3 {
    font-size: 13px;
  }
  .stats-section {
    padding: 10px 14px;
  }
  .stats-card span {
    font-size: 12px;
  }
  .stat-container {
    padding: 16px 12px;
  }
  .bars-top {
    width: 21px;
  }
  .ling-graph {
    max-width: 40px !important;
  }
  .stat-container {
    row-gap: 10px;
    column-gap: 7px;
  }
  .stat-card h3 {
    font-size: 11px;
  }
  .punchin-container {
    padding: 26px 17px 22px 11px;
  }
}

@media screen and (max-width: 383px) {
  .timeline-block .timmer-wrapper h4,
  .timeline-block .timmer-wrapper h5 {
    font-size: 9px;
    line-height: 10.72px;
  }
}
