@font-face {
  font-family: "Rubik", sans-serif;
  src: url('/fonts/Rubik/Rubik-VariableFont_wght.ttf');
}

body {
  font-family: "Rubik", sans-serif !important;
  overflow-x: hidden !important;
}
.doffay_login {
  background: transparent linear-gradient(273deg, #2A96FE 0%, #3069DF 100%) 0% 0% no-repeat padding-box; ;
  /* border-radius: 10px; */
  opacity: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employeeTable tbody .no-data {
    text-align: center !important;
}

.Notice_Header span{
    color: #818897;
    font-size: 14px !important;
}
.Notice_Header img{
    margin-top: -4px !important;
    height: 13px;
    width: 13px;
}
.doffay_logo {
  display: flex;
  justify-content: center;
}

.doffay_login_form {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 34px;
  width: 32%;
  display: flex;
  flex-direction: column;
}

.doffay_login_text h6 {
  color: #0B1443;
  font-size: 17px;
  font-weight: 700;
}

.doffay_login_text p {
  color: #63687E;
  opacity: 1;
  font-size: 14px;
}

.input-wrapper {
  position: relative;
}

.input_wrapper input {
  padding-left: 0.7rem !important;
}

.input-wrapper input {
  width: 100%;
  padding: 0.8rem;
  padding-left: 2.5rem;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  transition: border-color 0.2s;
  font-size: 14px;
  /* color: #63687E; */
  background-color: #ffff !important;
}
.btn-danger{
  color: #FFFFFF !important;
  background-color: #FF4B4B !important;
}
.btn-primary {
  background-color: #2C85F2 !important;
  color: #FFFFFF !important;
}

.input-wrapper input:focus {
  outline: none;
  border-color: #2B8BF5;
  background-color: #ffff !important;
}

.input-icon {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.remember-me {
  display: flex;
  align-items: center;
}

.remember-me {
  display: flex;
  align-items: center;
}

.remember-me input[type="checkbox"] {
  display: none;
}

.rem_me {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox {
  width: 19px;
  height: 19px;
  border: 1px solid #b0b0b1;
  border-radius: 3px;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-checkbox::after {
  content: "✔";
  /* Unicode character for a checkmark */
  display: none;
  font-size: 15px;
  /* Adjust this value to change the size of the tick */
  color: white;
}

.remember-me input[type="checkbox"]:checked+.rem_me .custom-checkbox {
  background-color: #2b94fc;
  border: 1px solid #2b94fc !important;
}

.remember-me input[type="checkbox"]:checked+.rem_me .custom-checkbox::after {
  display: block;
}


.remember-me label {
  color: #666;
  font-size: 0.9rem;
}

.login-button {
  width: 30%;
  padding: 0.8rem;
  color: white;
  border: none;
  background: transparent linear-gradient(273deg, #2A96FE 0%, #3259D3 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.login-button_1 {
  width: 40%;
  padding: 0.8rem;
  color: white;
  border: none;
  background: transparent linear-gradient(273deg, #2A96FE 0%, #3259D3 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.login-button:hover {
  background-color: #3367d6;
}

.user_name {
  color: #505152;
  opacity: 1;
  font-size: 14px;
}

.forget_passs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.forget_pa{
  display: flex;
  align-items: center;
  justify-content:flex-end !important;
}
.forget_passs p {
  color: #2B8FF9;
  font-size: 14px;
}

.rem_me {
  color: #63687E;
  font-size: 14px;
}

.rem_log {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.rem_log_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.doffay_password {
  display: flex;
  justify-content: center;
}

.doffay_password img {
  height: 190px;
}

.sub_a {
  color: #fff;
}

.for_a {
  color: #2B8FF9;
}

a {
  text-decoration: none !important;
}

@media (max-width:600px) {
  .doffay_login_form {
    border-radius: 34px;
    width: 90%;
  }

  .login-button_1 {
    width: 50%;
  }
}

@media (max-width:992px) {
  .doffay_login_form {
    border-radius: 34px;
    width: 90%;
  }
}

/* dashboard */

.sidebar {
    position:fixed;
    top: 0%;
    left: 2%;
    height: 100%;
    width: 300px;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .sidebar ul {
    list-style: none;
    margin: 0;
  }

  .sidebar ul li {
    color:#79869F;
    fill:#79869F;
    font-size: 17px;
    width:251px;
    height:50px;
    display: flex;
    flex-direction: row;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .acc_my{
    --bs-accordion-bg: #0000 !important;
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #0000;
    box-shadow: none !important;
}

.sidebar ul {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none !important;
  color: #79869F;
}

.sidebar ul li {
  color: #79869F;
  fill: #79869F;
  font-size: 17px;
  width: 251px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: flex-start !important;
}

.acc_my {
  --bs-accordion-bg: #0000 !important;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #0000;
  box-shadow: none !important;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.accordion-button:not(.collapsed) {
  border: 0px !important;
  background-color: #ffffff00 !important;
  box-shadow: none !important;
}

.sidebar ul li:hover,
.menu-item.active {
  background: transparent linear-gradient(271deg, #2A96FE 0%, #3259D3 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: none;
  color: #fff !important;
  fill: #fff;
}

.icon_side.active,
.icon_side:hover {
  fill: #fff;
}

.sidebar ul li img {
  margin-right: 10px;
}

.close-btn {
  font-size: 30px;
  margin: 10px;
  cursor: pointer;
  background: none;
  border: none;
  display: none;
  /* Initially hidden, only for mobile */
}

.content {
  transition: all 0.3s ease;
  padding-left: 24%;
  /* Space for the sidebar on desktop */
}

.open-btn {
  font-size: 30px;
  cursor: pointer;
  background: none;
  border: none;
  display: none;
  /* Hidden on desktop */
}

@media (max-width: 1000px) {
  .sidebar {
    width: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 300px;
  }

  .content {
    padding-left: 0;
  }

  .open-btn {
    display: block;
    /* Show the toggle button in mobile */
    margin: 10px;
  }

  .close-btn {
    display: block;
    /* Show the close button in mobile */
  }

  .sidebar {
    width: 350px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    transition: transform 0.3s ease;
  }

  .sidebar.closed {
    transform: translateX(-100%);
    /* Sidebar is hidden off-screen */
  }

  .sidebar.open {
    transform: translateX(0);
    /* Sidebar is visible */
  }

  .toggle-btn,
  .close-btn {
    font-size: 30px;
    cursor: pointer;
    margin: 10px;
  }

  .close-btn {
    display: none;
  }

  .sidebar.open .close-btn {
    display: flex;
    width: 93%;
    justify-content: flex-end;
  }

  /* Styles for the open button outside of sidebar */
  .open-btn {
    font-size: 30px;
    cursor: pointer;
    margin: 10px;
    background: none;
    border: none;
  }

}

@media (max-width: 1200px) and (min-width:1024px) {
  .sidebar {
    position: absolute;
    top: 0%;
    left: 2%;
    height: 100%;
    width: 220px !important;
  }

  .sidebar ul li {
    color: #79869F;
    fill: #79869F;
    font-size: 12px !important;
    width: 200px !important;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .sidebar ul li {
    width: 162px;
  }

  .total_leave_text p {
    font-size: 11px;
  }

  .total_leave_text h6 {
    font-size: 20px;
  }
}

.dimmed {
  overflow: hidden;
}

.side_head img {
  height: 35px !important;
  cursor: pointer;
}

.doffay_items {
  background: transparent linear-gradient(271deg, #2A96FE 0%, #3259D3 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 17px;
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.acc_mys {
  box-shadow: none !important;
}

.acc_mys.accordion-button:not(.collapsed)::after,
.acc_mys.accordion-button::after {
  background-image: unset !important;
  box-shadow: none;
}

.logout_doffay {
  position: absolute;
  bottom: 0%;
  background-color: #fff;
  border: none;
  color: #E22525;
  font-size: 17px;
}

.wrapper_side {
  background: #F7F8FA 0% 0% no-repeat padding-box !important;
  opacity: 1;
  min-height: 100vh !important;
  /* background:#e5ecfa 0% 0% no-repeat padding-box !important; */
}

.alexander {
  background-color: #fff;
}

.emp_modal
{
    left:88% !important;
}
.emp_modal2{
    left: 92% !important;
}
.alexander_text h6 {
  color: #0C1843;
  font-size: 18px;
  font-weight: 600;
}
.alexander_text p {
  color: #79869F;
  font-size: 16px;
}
.total_leave_img{
    padding: 0 5%;
}
.total_leave {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 65%;

}

.total_leave_text h6 {
  color: #222222;
  font-size: 22px;
}

.total_leave_text p {
  color: #79869F;
  font-size: 14px;
}

@media (max-width:400px) {
  .sidebar ul {
    list-style: none;
    margin: 8% !important;
  }

  .logout_doffay {
    margin-left: 13% !important;
    bottom: -2%;
  }
}



/* leaveapply */

.leave_apply {
  height: 400px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 6px #E8ECF5;
  border-radius: 10px;

}
.com_name {
  color: #505152;
  font-size: 15px;
}

.icon_side{
  fill:#79869F !important;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.header h1 {
  font-size: 24px;
  color: #4a5568;
  margin: 0;
}

.apply-link {
  color: #3182ce;
  text-decoration: none;
}

.apply-link:hover {
  text-decoration: underline;
}

.leave_app {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leave_app h6 {
  color: #3C4147;
  font-size: 17px;
  font-weight: bold;
}
.leave_app_hours{
  color: #3C4147;
  font-size: 17px;
  font-weight: bold;
}
.leave_app p {
  color: #2D7BEB;
  font-size: 15px;
  font-weight: 500 !important;
}

.tick_track {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line_track {
  height: 55px;
  width: 2px;
}

.tick_text h6 {
  color: #0C1843;
  font-size: 15px;
  font-weight: 600;
}

.tick_text p {
  color: #79869F;
  font-size: 13px;
}


/* table */

.TFtable {
  width: 100%;
  border-collapse: collapse;
}

.TFtable th {
  background: #F7F8FA 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #41475B;
  height: 40px;
  width: 120px;
  font-size: 15px;
  text-align: left;
  padding-left: 2%;
}

.TFtable td {
  text-align: left;
  padding-left:2%;
  border-bottom: 1px solid #afb5c5c7;
  height: 57px;

}

.TFtable tr {
  background: #ffffff;
  height: 43px;
  font-size: 14px;
  text-align: left;
  padding-left: 2%;
  color: #657084;
}
.employee-btn-add{
  background: transparent linear-gradient(271deg, #2A96FE 0%, #3259D3 100%) 0% 0% no-repeat padding-box !important;
  color: #fff !important;
  height: 45px;
  border-radius: 10px;
  padding: 10px 20px;
}
@media screen and (max-width:860px) {
  .TFtable tr {
    font-size: 13px;
  }

  .TFtable th {
    font-size: 12px;
  }

  .TFtable {
    overflow-x: scroll;
    display: block;
  }

  .TFtable th,
  .TFtable td {
    white-space: nowrap;
    width: 200px;
    padding: 9px;
  }
}

.pending_doffay {
  background: #EEF5FF 0% 0% no-repeat padding-box;
  border-radius: 7px;
  opacity: 1;
  width: 105px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pending_doffay_1 {
  background: #D7FFEC 0% 0% no-repeat padding-box;
  border-radius: 7px;
  width: 105px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pending_doffay_2 {
  background: #FFEBEB 0% 0% no-repeat padding-box;
  border-radius: 7px;
  width: 105px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pen_text {
  color: #4175CC;
  font-size: 14px;
}

.pen_text_1 {
  color: #04A454;
  font-size: 14px;
}

.pen_text_2 {
  color: #E22525;
  font-size: 14px;
}

.work_hours_cart {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 6px #E8ECF5;
  border-radius: 10px;
  width: 100%;
}

.chart-container {
  text-align: center;
  /* background: #fff; */
  padding: 10px;
  border-radius: 10px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.chart-grid {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.side-labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 180px;
  margin-right: 10px;
  font-size: 12px;
  color: #666;
}

.chart {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 160px;
  width: 100%;
  background: linear-gradient(to top,
      transparent 0%,
      #f7f6f6 12.5%,
      transparent 12.5%,
      transparent 37.5%,
      #ddd 37.5%,
      transparent 37.5%,
      transparent 62.5%,
      #ddd 62.5%,
      transparent 62.5%);
  background-size: 100% 100%;
  position: relative;
}

.work_hour_text {
  color: #3C4147;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.bar {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
  height: 0;
  /* Dynamically set with JS */
  margin-bottom: 6%;
}

.bar span {
  color: #79869F;
  font-size: 14px;
  position: absolute;
  top: -20px;
}

.bar p {
  position: absolute;
  bottom: -27%;
  font-size: 12px;
  color: #79869F;
  width: 40px;
}

.bar-darkblue p {
  position: absolute;
  bottom: -38%;
  font-size: 12px;
  color: #79869F;
}

/* Bar gradients */
.bar-grey {
  background: #D5DEEE;
  border-radius: 8px 8px 0px 0px;
}

.bar-blue {
  background: linear-gradient(180deg, #81BEFF 0%, #2A8EF6 100%);
  border-radius: 8px 8px 0px 0px;
}

.bar-darkblue {
  background: linear-gradient(180deg, #325BD4 0%, #192E6A 100%);
  border-radius: 8px 8px 0px 0px;
}

/* .last_table{
  border-bottom: 0px !important;
} */
.edit_side {
  font-size: 15px;
  color: #79869F;
}

.alexander {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.select-wrapper {
  position: relative;
  /* width: 300px; */
}

.custom-select {
  width: 100%;
  padding: 8px 12px;
  background: white;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px dashed #F2F2F2;
  border-radius: 10px;
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-right: 26px;
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e2e8f0;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.select-value {
  flex-grow: 1;
  font-size: 15px;
  color: #444B5A;
  padding-right: 29px;
}

.chevron {
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.chevron::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  margin-top: 2px;
}

.select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 100;
}

.select-wrapper.active .select-dropdown {
  display: block;
}

.select-option {
  padding: 10px 12px;
  cursor: pointer;
}

.select-option:hover {
  background-color: #f5f5f5;
}

.alexander_noti {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (max-width:600px) {
  .alexander {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

}

.title {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.subtitle {
  color: #65768A;
  font-size: 14px;
}

.content_1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.chart-wrapper {
  position: relative;
  width: 230px;
  height: 230px;
  flex-shrink: 0;
  background: #EFF4FC;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut-chart {
  width: 90% !important;
  height: 90% !important;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#0066FF 0% 46%,
      #FF6B6B 46% 62%,
      #FFA500 62% 70%,
      #40E0D0 70% 100%);
}

.donut-hole {
  position: absolute;
  width: 70%;
  height: 70%;
  background: #EFF4FC;
  border-radius: 50%;
  top: 15%;
  left: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.deny-btn{
    border: 1px solid #AAAAAA;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.total-number {
  font-size: 30px;
  font-weight: bold;
  color: #3C4147;
}

.total-text {
  font-size: 14px;
  color: #657084;
}

.chart-segment {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  background: white;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #333;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  white-space: nowrap;
  z-index: 1000;
  transform: translateY(10px);
}

.tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}

.legend {
  flex-grow: 1;
  display: grid;
  gap: 2px;
  margin-top: -10%;
}

.legend-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.legend-label {
  display: flex;
  align-items: center;
  gap: 0px;
}

.legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}

.legend-text {
  color: #657084;
  font-size: 14px;
}

.legend-value {
  font-size: 24px;
  font-weight: 600;
  color: #3C4147;
}

.segment {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.donut-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  transition: background 0.3s ease;
}

.segment-annual {
  clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 50% 50%);
}

.segment-sick {
  clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 0 100%, 50% 50%);
}

.segment-casual {
  clip-path: polygon(50% 50%, 50% 100%, 0 100%, 0 0, 50% 50%);
}

.segment-remaining {
  clip-path: polygon(50% 50%, 0 50%, 0 0, 100% 0, 50% 50%);
}

.item_type {
  display: flex;
  flex-direction: column;
}
.stars {
  color: #FF0000;
}
.sidebar ul li:hover, .menu-item.active a {
  color: #fff !important;
}

.sidebar ul li:hover{
  color: #fff !important;
  fill: #fff !important;
}
.Views {
    color: #2B8FF9 !important;
}
.file-details span{
    word-break: break-word !important;
}
.open_select_1 {
  /* background: #F5F6FC 0% 0% no-repeat !important; */
  border: 1px solid #DCDCDC !important;
  border-radius: 5px !important;
  height: 41px !important;
  color: #2C3443 !important;
  font-size: 15px !important;
}

.act_act_1{
  width: 25%;
}
.menu-item.active svg path {
  fill: #fff !important;
}

.open_select_1:focus {
  border: 1px solid #2B8BF5;
  border-radius: 10px;
  height: 50px;
  box-shadow: none !important;
  outline: none !important;
}

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

.date-picker-group {
  display: flex;
  gap: 20px;
}

.date-field {
  flex: 1;
}

.label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
}

.required {
  color: #FF0000;
}
.ui-datepicker{
  z-index: 2 !important;
}


.date-picker-group {
  display: flex;
  gap: 20px;
}

.date-field {
  flex: 1;
}

.label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
}

.required {
  color: #FF0000;
}

.date-picker-group {
  display: flex;
  gap: 20px;
}

.date-field {
  flex: 1;
}

.label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
}

.required {
  color: #FF0000;
}

.input-wrapper {
  position: relative;
}

.date-input {
  width: 100%;
  padding: 12px 40px 12px 16px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  font-size: 14px;
  color: #374151;
  background-color: white;
  cursor: pointer;
}

.date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.date-input:focus {
  outline: none;
  border-color: #2563EB;
}

.calendar-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.calendar-icon svg {
  width: 100%;
  height: 100%;
}
.date_start {
  padding-left: 0rem !important;
}
.open_select {
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  color: #657084 !important;
  font-size: 15px !important;
  height:85px;
}

.open_select:focus {
  border: 1px solid #2B8BF5;
  border-radius: 10px;
  box-shadow: none !important;

}

.open_select_2 {
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  color: #657084 !important;
  font-size: 15px !important;
  height: 130px;
  border: 1px solid #DCDCDC;
}

.open_select_2:focus {
  border: 1px solid #2B8BF5;
  border-radius: 10px;
  box-shadow: none !important;

}

.file_image {
  height: 95px;
  background: #EBF5FF 0% 0% no-repeat padding-box;
  border: 1px dashed #2C8FF6;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bar_chart{
  height: 272px !important;
}
.file_text h6 {
  color: #007AF5;
  font-size: 17px;
  font-weight: 600;
  white-space: normal;
}

.file_text p {
  color: #365675;
  font-size: 14px;
}

.apply_leaves {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

.apply_btn {
  background: #2C85F2 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  border: 0px;
  /* width: 120px; */
  height: 40px;
  white-space: nowrap;
}

.cancel_btn {
  background: #FF4B4B 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  border: 0px;
  width: 120px;
  height: 40px !important;
}
.employeeCheckbox{
  width: 18px;
  height: 18px;
}

@media (max-width:600px) {
  .alexander_noti {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .legend-value {
    font-size: 20px;
  }

  .legend-text {
    font-size: 13px;
  }

  .file_text h6 {
    font-size: 14px;
  }

  .file_text p {
    font-size: 13px;
  }

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

@media (max-width:991px) and (min-width:601px) {
  .legend-value {
    font-size: 20px;
  }

  .legend-text {
    font-size: 13px;
  }

  .file_text h6 {
    font-size: 14px;
  }

  .file_text p {
    font-size: 13px;
  }

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

@media (max-width:1200px) and (min-width:992px) {
  .legend-value {
    font-size: 20px;
  }

  .legend-text {
    font-size: 11px;
  }

  .file_text h6 {
    font-size: 14px;
  }

  .file_text p {
    font-size: 13px;
  }

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

  .chart-wrapper {
    position: relative;
    width: 218px;
    height: 218px;
  }

  .file_image {
    height: 90px;
  }

  .open_select {
    height: 112px;
  }
}

.leave_history_text h6 {
  color: #3C4147;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.leave_history_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.his_btn {
  background: transparent linear-gradient(272deg, #2A96FE 0%, #3259D3 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  border: 0px;
  color: #fff;
  font-size: 16px;
  height: 45px;
}

.text_option {
  font-size: 13px !important;
  color: #959BA7 !important;
}

.overall_table {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 6px #E8ECF5;
  border-radius: 10px;
  opacity: 1;
}

.btn_apply {
  background: #0A1540 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  border: 0px !important;
  color: #fff;
  width: 100%;
  height: 49px;
}

.btn_apply2 {
  background: #0A1540 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  border: 0px !important;
  color: #fff;
  height: 49px;
}

.clear_a {
  color: #657084;
  font-size: 17px;
  text-decoration: underline !important;
  width: 100%;
}

/* table */

.TFtable1 {
  width: 100%;
  border-collapse: collapse;
}

.TFtable1 th {
  background: #F2F3F7 0% 0% no-repeat padding-box;
  opacity: 1;
  ;
  color: #657084;
  height: 57px;
  font-size: 13px;
  text-align: left;
  padding-left: 2%;
  font-weight: 300;
}

.TFtable1 td {
  text-align: left;
  padding-left: 2%;
  border-bottom: 1px solid #afb5c5c7;
  height: 57px;
}

.TFtable1 tr {
  background: #ffffff;
  height: 43px;
  font-size: 14px;
  text-align: left;
  padding-left: 2%;
  color: #657084;
}

.feb_date {
  width: 180px;
}

.feb_date1 {
  width: 210px;
}

.Cancelled_text {
  color: #BCC4D1 !important;
}

.Approved_text {
  color: #0E9A58;
}

.Decline_text {
  color: #2C85F2;
}

@media screen and (max-width:1100px) {
  .TFtable1 tr {
    font-size: 13px;
  }

  .TFtable1 th {
    font-size: 12px;
  }

  .TFtable1 {
    overflow-x: scroll;
    display: block;
  }

  .TFtable1 th,
  .TFtable1 td {
    white-space: nowrap;
    width: 200px;
    padding: 9px;
  }

  .btn_apply {
    width: 100%;
  }

  .clear_a {
    font-size: 15px;
  }

  .clear_a {
    font-size: 15px;
    display: flex;
    justify-content: flex-end;
  }
}

.all_btns {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  border: 0px !important;
  color: #818897;
  font-size: 15px;
  height: 43px;
}

.all_btns.active {
  background: transparent linear-gradient(274deg, #2A96FE 0%, #3259D3 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  border: 0px !important;
  color: #ffffff;
  font-size: 15px;
}

.status_cards {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  height: 378px;
}

.alex_status {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.alex_status_img img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.alex_status_img {
  display: flex;
  align-items: flex-start;
}

.alex_status_text h6 {
  color: #34373D;
  font-size: 16px;
  font-weight: 600;
}

.alex_status_text p {
  color: #79869F;
  font-size: 13px;
  width: 190px;
}

.status_type {
  background: #F3F4F9 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
}

.leave_type_text {
  color: #34373D;
  font-size: 14px;
}

.status_pen h6 {
  color: #34373D;
  font-size: 16px;
  font-weight: 600;
}

.status_pending {
  color: #F3552C;
  font-size: 13px;
}

.status_approved {
  color: #089A4C;
  font-size: 13px;
}

.rem_days {
  font-size: 13px;
  color: #34373D;
}

.days_2 {
  color: #2C83F1;
}

.rem_days h6 {
  color: #9A9FA8;
  font-size: 14px;
}

.rem_days {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.line_dash {
  width: 100%;
  height: 1px;
  background-color: #9a9fa881;
}

.reason_status h6 {
  color: #34373D;
  font-size: 14px;
  font-weight: 600;
}

.reason_status p {
  color: #818897;
  font-size: 14px;
}

.approver_comment h6 {
  color: #34373D;
  font-size: 15px;
  font-weight: 600;
}

.approver_comment p {
  color: #818897;
  font-size: 14px;
}

@media (max-width:600px) {
  .rem_days {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.calendar-container {
  max-width: 1200px;
  margin: 0 auto;
}

.calendar-header {
  background-color: #1a73e8;
  color: white;
  padding: 4px 16px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.month-title {
  font-size: 16px;
  font-weight: 500;
}

.year-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.year-nav span {
  font-size: 13px;
}

.nav-button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 12px;
  padding: 4px;
}

.calendar-wrapper {
  overflow: hidden;
  background: white;
  border-radius: 4px;
}

.calendar-slider {
  display: flex;
  transition: transform 0.3s ease;
}

.calendar-month {
  flex: 0 0 100%;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: white;
  position: relative;
}

.calendar-day-header {
  padding: 12px;
  text-align: center;
  background-color: #f8f9fa;
  color: #666;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-top: none;
  font-weight: 400;
}

.calendar-day {
  text-align: end;
  min-height: 74px;
  padding: 8px;
  border: 1px solid #e0e0e0;
  position: relative;
}

.date-number {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
}

.prev-month .date-number {
  color: #bbb;
}

.event {
  margin: 4px 0;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

@media (min-width: 768px) {
  .event.floating {
    position: absolute;
    z-index: 10;
    /* min-width: 200px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

.event-icon {
  width: 20px;
  height: 20px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: white; */
}
.event-icon img{
  width: 25px;
  height: 25px;
}

.event-content {
  flex: 1;
}

.event-title {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 10px;
}

.event-date {
  font-size: 12px;
  opacity: 0.8;
}

/* Event Types */
.annual-leave {
  background-color: #e8f0fe;
  color: #1a73e8;
}

/* .annual-leave .event-icon {
  background: linear-gradient(45deg, #ff9800, #f44336);
  color: white;
  font-size: 12px;
} */

.sick-leave {
  background-color: #fff3e0;
  color: #f4511e;
}

.sick-leave .event-icon {
  background-color: white;
  border: 2px solid currentColor;
}

.permissions {
  background-color: #fce4ec;
  color: #e91e63;
}

.late-login {
  background-color: #e0f2f1;
  color: #009688;
}

.hours-tag {
  font-weight: 600 !important;
  font-size: 10px !important;
  margin-bottom: 2px;
}

.type-tag {
  font-size: 10px;
  opacity: 0.8;
}


/* meter */
.days_meter {}

.days_meter_imgs {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meter-container {
  width: 322px !important;
}

.meter-title {
  color: #3C4147;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-left: -8%;
}

.meter-subtitle {
  color: #818897;
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: -8%;
}

.meter {
  position: relative;
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meter-arc {
  position: absolute;
  width: 97%;
  height: 95%;
  border-radius: 168px 168px 0 0;
  border: 6px solid #3b82f6;
  border-bottom: none;
  box-sizing: border-box;
}

.meter-ticks {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(271deg);
}

.tick {
  position: absolute;
  width: 2px;
  height: 10px;
  /* Default small tick */
  background: #c8c8c8;
  left: 25%;
  top: -31%;
  transform-origin: 50% 140px;
}

.tick.active {
  background: #ff69b4;
}


.meter-value {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60%;
  font-size: 24px;
  font-weight: 600;
  color: #3C4147;
}

.meter-status {
  color: #818897;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 5%;
}

.meter_subs {
  font-weight: 600;
}

.days_meter_imgs_1 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 178px;
  gap: 15px;
}

.per_text h6 {
  color: #3C4147;
  font-size: 18px;
  font-weight: 600;
}

.per_text p {
  color: #818897;
  font-size: 14px;
}

.per_img img {
  height: 120px;
}
.select-dropdown{
  width: 170px;
}
.text_option::placeholder{
  color: #959BA7 !important;
}
.custom-input2::placeholder{
  color: #959BA7 !important;
}
.menu-item:hover .icon_side path {
  fill: #fff !important;
}


.ap_btn {
  background: #2D83F1 0% 0% no-repeat padding-box;
  border-radius: 7px;
  opacity: 1;
  border: 0px;
  color: #fff;
  font-size: 15px;
}
.calendar2 {
  background-image: url(../../assets/date-1.png) !important;
  /* background-repeat: no-repeat; */
  cursor: pointer;
}
.custom-input2 {
  /* background-image: url(../images/user_name.png); */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 25px !important;
  padding-left: 15px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  height: 40px !important;
  outline: none !important;
  width: 100%;
  cursor: pointer;
}

@media (max-width:992px) and (min-width:601px) {
  .days_meter {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.app_permission {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 6px #E8ECF5;
  border-radius: 10px;
  opacity: 1;
  height: 550px;
}

.app_permission h6 {
  color: #3C4147;
  font-size: 16px;
  font-weight: 600;
}

.perm_card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 6px #E8ECF5;
  border-radius: 10px;
  opacity: 1;
}

.permission_status {
  color: #3C4147;
  font-size: 16px;
  font-weight: 600;
}

.time-input-wrapper {
  position: relative;
  width: 100%;
}

.time-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  outline: none;
  box-sizing: border-box;
}

.time-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}
.custom-input2::placeholder{
  font-size: 13px;
}

/* .clock-icon_1 {
  position: absolute;
  right: 6px;
  top:45%;
  transform: translateY(-50%);
  width: 31px;
  height: 20px;
  pointer-events: none;
} */
.clock-icon_1 {
  position: absolute !important;
  right: 16px !important;
  top: 53% !important;
  transform: translateY(-50%) !important;
  width: 23px !important;
  height: 30px !important;
  pointer-events: none !important;
}
.clock-icon_1::before {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #64748b;
  border-radius: 50%;
}

.clock-icon_1::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 2px;
  background: #64748b;
  transform: translate(-2px, -50%) rotate(45deg);
  transform-origin: left center;
}

.tracking-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 900px;
  margin: 1rem;
}

.status-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2.5rem;
}

.tracking-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

/* Progress Line Base */
.tracking-container::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 26% !important;
  right: 40px;
  height: 9px;
  background: #e5e5e5;
}

/* Active Progress Line */
.tracking-container::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 30px;
  width: calc(50% + 1rem);
  height: 9px;
  background: #22c55e;
}

.status-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.status-indicator {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}

.status-indicator.completed {
  background: #22c55e;
  border-color: #22c55e;
}

.status-indicator.completed::after {
  content: '✓';
  color: white;
  font-size: 1rem;
}

.status-indicator.pending::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #e5e5e5;
  border-radius: 50%;
}

.status-text {
  font-size: 15px;
  font-weight: 500;
  color: #3C4147;
  margin-bottom: 0.25rem;
}

.status-time {
  font-size: 14px;
  color: #818181;
  white-space: nowrap;
}

.steps1 {
  margin-left: -6% !important;
}
.accordion-body p:hover svg, .accordion-body p.active svg {
  fill:#2C90FA !important;
  color:#2C90FA !important;
}
.accordion-body p:hover, .accordion-body p.active{
  color:#2C90FA !important;
  background:none !important;
}

@media (max-width:600px) {
  .steps1 {
    margin-left: -25% !important;
  }

  .tracking-card {
    background: white;
    padding: 0rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 300px;
    margin-top: 4%;
  }

  /* Progress Line Base */
  .tracking-container::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 50% !important;
    right: 40px;
    height: 9px;
    background: #e5e5e5;
    width: calc(34% + 1rem);
  }

  /* Active Progress Line */
  .tracking-container::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 30px;
    width: calc(50% + 1rem);
    height: 9px;
    background: #22c55e;
  }

  .status-time {
    font-size: 14px;
    color: #818181;
    white-space: wrap;
    word-break: break-word !important;
  }

}

@media (min-width:601px) and (max-width:992px) {
  .steps1 {
    margin-left: -9% !important;
  }
}

.today_time {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
}
.bell-img{
  width: 20px;
  height: 25px;
  cursor: pointer;
 }
 .noti_bell{
  width:52%;
 }
 .leave_balance_cards{
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 5px 6px #E8ECF5;
border-radius: 10px;
opacity: 1;
 }
/* new */
 .leaveManagement {
    font-size: 22px;
}


.employeeTable input[type="checkbox"] {

        border: 1px solid #707070 !important;
        width: 18px !important;
        height: 18px !important;
        border-radius: 4px !important;
        margin-top: 1px;

}


.form-check-input {

        border: 1px solid #707070 !important;
        width: 18px !important;
        height: 18px !important;
        border-radius: 4px !important;

}

.error-message{
  font-size: .875rem !important;

}

.text-danger{
  font-size: .875rem !important;
}
.SideHeading h6{
  color: #505152 !important;
  font-size: 14px !important;
}
.TableSideHeading th{
  font-size: 14px !important;
}

.text_option {

  font-size: 14px !important;
  color: #818181 !important;
  outline: none;
  height: 40px !important;

}
.request_head h5{
    font-size: 21px !important;
    font-weight: 600 !important;
}
.form-select {
  font-size: 14px !important;
  color: #818181 !important;
  height: 40px !important;
  cursor: pointer !important;
}
.TableSideHeading th{
  padding: 18px 23px !important;
}
.employeeTable tbody td{
  padding: 18px 23px !important;
}
.employeeTable tbody .title-head{
    white-space: normal !important;
    width: 33% !important;
}
.EmployeeInput::placeholder{
  color:#818181 !important;
  font-size:14px !important;
}
.TFtable1 th{
  color: #657084 !important;
  font-size: 14px !important;
}
.EmployeeInput{
    border-radius: 5px !important;
}
.menu-item:hover a span {
  color: white;
}
/* .sidebar ul li:hover, .menu-item.active a */
 .menu-item.active , .menu-item:hover{
    width: 260px !important;
 }
input[type="password"]::-ms-reveal,
  input[type="password"]::-ms-clear {
      display: none;
  }
.modal-lg-custom{
    max-width: 900px !important;
}



