@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Regular.woff2') format('woff2');
  /* Add additional font weights and styles as needed */
}

/* Apply Inter font to all elements */
*, body {
  font-family: 'Inter', sans-serif;

}
/* .fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
} */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Profile  */
.crew-button,
button.crew-button {
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* End Profile */
a#profileDropdown {
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 600;
}
/* Line Hr Crew */
hr.crew-timer-line {
  margin: 16px 0px !important;
}
/* End Line hr  */

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #f0a500 !important;
}
.datepicker--cell.-in-range- {
  background: #fff6e2 !important;
}

/* User Dashboard */
.timer-goto {
  position: relative;
  z-index: 0;
}

.single_user-timer {
  position: relative;
}
.single-user-status {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 147px;
  width: 100%;
}
.single-user-status p {
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding: 4px 20px;
  border-radius: 6px;
  /* width: 37px; */
  height: auto !important;
  display: inline-block;
}
/* single Dashboard */
.button-timers #startBtn,
.button-timers #pauseBtn,
.button-timers #stopBtn {
  width: 130px;
}

.single-user-status p.active,
.timer-status-active p.active {
  color: #000;
  background: #0af138;
}
.single-user-status p.non-active,
.timer-status-active p.non-active {
  color: #fff;
  background: red;
}
.single-user-status p.pause,
.timer-status-active p.pause {
  color: #000;
  background: #efa402;
}

.single_user-timer h3 {
  font-size: 46px;
  line-height: 62px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: -0.92px;
  color: #000;
}

h3.title_name {
  font-size: 27px;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.84px;
}
p.second_title {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.38px;
}

/* End User Dahboard */

/* Dashboard */
.work-timer {
  max-width: 1400px;
  width: 100%;
  margin: 0px auto;
}

.content-timer {
  position: relative;
}

.timer-status-active {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 95%;
  width: 100%;
}
.timer-status-active p {
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding: 4px 20px;
  border-radius: 6px;
  /* width: 37px; */
  height: auto !important;
  display: inline-block;
}
button#btnExport {
  background: transparent; /* PDF, Excel */
}
button#btnExport:focus {
  outline: none;
}

.div-col1 img.rounded-circle.img-fluid {
  object-fit: cover;
  /* width: 120px;
  height: 120px; */
}

.filter-item-trash.f-dashboard a.empty-data {
  width: 100%;
}
.filter-item-trash.f-dashboard {
  /* width: 100%; */
  margin: 0px 10px;
  padding: 2px 10px;
}

/* End Dashboard */

/* Vacation Details */
.table.tbv-details thead th,
.table.tbv-details thead:first-child tr:first-child th,
.table.tbv-details tbody td {
  width: 28%;
}
.table-sm.tbv-details td,
.table-sm.tbv-details th {
  padding: 0.1rem !important;
}

.pending-template {
  box-shadow: 0px 4px 16px 0px #0000001f;
}
tr.row-item-pending {
  border-top: 1px solid #cccccc;
}
.pending-responsive-mobile-1 {
  display: block;
}
.pending-responsive-mobile {
  display: none;
}
/* End Vacation Details */

.form-holiday,
.holidays-list {
  box-shadow: 0px 4px 16px 0px #0000001f;
  border-radius: 15px;
}


/* Input Type, Select */
textarea.form-control,
select.style-inp,
input.style-inp,
input.no-margin.style-inp.shadow {
  border-style: none;
}
input.no-margin.style-inp.shadow:focus-visible,
textarea.form-control:focus-visible,
input.style-inp:focus-visible,
select.style-inp:focus-visible {
  outline: 2px solid #efa402;
}

input.no-margin.style-inp.holiday-inp {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 25px 10px;
  border-style: none;
}
.holidays-list .page-content .page-title {
  padding-bottom: 10px;
}
#border-text {
  border-bottom: 2px solid #f7f7f7;
  margin-bottom: 0px;
  padding-bottom: 25px;
}
@media (max-width:1024px)
{
  #border-text {
    border-bottom: 2px solid #f7f7f7 !important;
    margin-bottom: 0px !important; 
    padding-bottom: 5px !important;
  }
}

.table td, .table th {
  color: #000000 !important;
  font-size: 14px !important;
  font-family: "Inter" !important;
}
/* =================== END DESKTOP ======================== */

/* ================== RESPONSIVE LAYOUT =================== */

/* Mobile Responsive - 767px without tablet*/
@media (max-width: 600px) {
  .pending-responsive-mobile-1 {
    display: none;
  }
  .pending-responsive-mobile {
    display: block;
  }
  a#mobile-change {
    width: 140px;
    height: 33px;
    border-radius: 5px;
    padding: 8px 24px;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    box-shadow: 0px 4px 16px 0px #0000001f;
  }
}
strong.mob-text {
  color: #000;
}
/* Mobile Responsive - 768px */
@media (max-width: 768px) {
  /* Profile Mobile */
  .flex-profile,
  .flex-company,
  .flex-new-user,
  .flex-edit-user {
    flex-wrap: wrap !important;
    flex-direction: column-reverse !important;
  }
  .img-left.ml-md-4 {
    margin-left: 0px !important;
    padding-bottom: 10px;
  }
  .page-content .mt-3,
  #content .page-content {
    margin-top: 0px !important;
  }
  /* End Mobile Profile */

  /* User Dashboard */
  .timer-goto {
    position: relative;
    z-index: 0;
  }
  .work-timer {
    max-width: 100%;
    width: 100%;
  }
  /* End User Dahboard */

  /* Work Timer Dashboard Stats */

  .div-col1 {
    padding: 0px;
  }
  .div-col h4.text-white {
    font-size: 14px;
  }
  .div-col1 img.rounded-circle.img-fluid {
    object-fit: cover;
    width: 78px !important;
    height: 78px !important;
  }
  /* End */

  .filter-item-trash.f-dashboard a.empty-data {
    width: 100%;
  }
  .filter-item-trash.f-dashboard {
    width: 100%;
    margin: 10px 10px !important;
  }
  .f-dashboard .export-pdf-excel {
    width: 100%;
    margin: 0px 18px;
    padding-bottom: 15px;
  }

  /* Admin Dashboard */
  td.actions-table {
    display: flex;
    align-items: center;
    width: 185px;
    height: 80px;
  }
  .timer-status-active {
    bottom: 130px;
  }
  /* .page-content #workTimer,
  #pauseTimer {
    font-size: 45px;
  } */

  /* Filter */
  .timers-wrapper {
    overflow: hidden;
  }
  .timers-wrapper form {
    max-width: 100% !important;
    display: block !important;
  }
  /* End Filter */

  /* End Admin Dashboard */

  /* Single User Dashboard */
  .single-user-status {
    bottom: 134px;
  }
  .button-timers #startBtn,
  .button-timers #pauseBtn,
  .button-timers #stopBtn {
    width: 85px;
  }
  /* End single user Dashboard */

  /* teams */
  .actions-table .delete-team-member {
    margin-left: 5px;
  }
  /* teams */
}


@media (min-width: 1024px)
{
  .form-holiday {
    position: fixed;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* .general-percentage canvas#myCanvas9 {
    width: 175px;
    height: 175px;
    margin: 65px 0px;
  } */
  .attended-chart.col-md-6 {
    order: 1;
    flex: 50% !important;
    max-width: 50% !important;
  }
  .analytic-chart.col-md-6 {
    order: 3;
    flex: 100% !important;
    max-width: 100% !important;
  }
  .worker-chart.col-md-6 {
    order: 2;
    flex: 50% !important;
    max-width: 50%;
  }
}

/* Mobile Responsive - 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  /* User Dashboard */
  .work-timer {
    max-width: 100%;
    width: 100%;
  }
  .button-timers #startBtn,
  .button-timers #pauseBtn,
  .button-timers #stopBtn {
    width: 100px;
  }
  /* End User Dahboard */

  /* Charts Attended */
  .general-percentage canvas#myCanvas9 {
    width: 175px;
    height: 175px;
    margin: 65px 0px;
  }
  .attended-chart.col-md-6 {
    order: 1;
    flex: 50% !important;
    max-width: 50% !important;
  }
  .analytic-chart.col-md-6 {
    order: 3;
    flex: 100% !important;
    max-width: 100% !important;
  }
  .worker-chart.col-md-6 {
    order: 2;
    flex: 50% !important;
    max-width: 50%;
  }

  /* End charts Attended */
}
/* End Mobile Responvie */

/* ================== END RESPONSIVE LAYOUT =================== */
