@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.form-control:focus {
  box-shadow: none !important;
}

body {
  font-family: "Kumbh Sans", sans-serif !important;
  overflow-x: hidden !important;
  transition: all 0.5s;
  position: relative;
  background-color: #F3F6FD;
}

.cursor-pointer {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin-bottom: 0;
}

hr {
  margin: 7px 0 !important;
}

select:focus {
  outline: none;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: auto;
}

.width_col {
  width: 350px;
}

.img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

input:focus {
  outline: none;
}

::-moz-selection {
  background-color: #B23632;
  color: #fff;
}

::selection {
  background-color: #B23632;
  color: #fff;
}

.page-container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 250px;
  transition: padding-left 0.3s ease 0s;
}

.sidebar_collapsed .sidebar-menu {
  left: -250px;
}

.sidebar-menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  width: 250px;
  background: #003E37; 
  padding-top: 15px;
}

.sidebar-menu .link[aria-expanded]:after {
  transition: all 0.2s ease-in-out;
  content: " ";
  height: 10px !important;
  width: 10px !important;
  border-style: solid !important;
  border-color: #647085 !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(-45deg) !important;
  position: absolute;
  right: 19px;
  top: 17px;
}

.sidebar-menu .link[aria-expanded="true"]:after,
.sidebar-menu .link:hover[aria-expanded]:after {
  border-color: #fff !important;
}

.sidebar-menu .sidebar-header {
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}

.nav-btn {
  margin-right: 20px;
  cursor: pointer;
}

.pull-left {
  float: left;
}

.sidebar_collapsed.page-container {
  padding-left: 0;
}

.main_table_box {
  border: 1px solid #EAECF0;
  border-radius: 16px;
  ;
  background-color: #fff;
  padding: 15px;
}

.main_table_box .title {
  font-size: 22px;
  font-weight: 600;
  color: #121212
}

.nav-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #222222;
  margin: 4px 0;
  border-radius: 15px;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 0 4px rgba(99, 96, 96, 0.03);
}

.sidebar_collapsed .nav-btn span:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}

.sidebar_collapsed .nav-btn span:nth-child(2) {
  opacity: 0;
}

.sidebar_collapsed .nav-btn span:last-child {
  transform: rotate(-45deg) translate(3px, -3px);
}

.sidebar_collapsed .sidebar_logo {
  display: none;
}

.sidebar_collapsed .mini_sidebar_logo {
  padding: 21px 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline;
}
.banner-img {
  height: 70px;
  width: 70px;
}
.banner-img img{
  width: 100%;
  max-height: 100%;
}
.delete_box_icon img{
  height: 20px;
}
#scroll {
  height: 50px;
  width: 50px;
  background-color: #222222;
  border-radius: 50%;
  z-index: 99;
  position: fixed;
  right: 31px;
  bottom: 18px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: 2px solid transparent;
  transition: 0.5s;
}

#scroll i {
  position: relative;
  z-index: 3;
  font-size: 20px;
}

/* Header Start */
.header-area {
  background: #fff;
  padding: 15px 30px;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #DDDDDD;
}

.heading h2 {
  color: var(--blue);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.header-area .heading_header {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 0;
  color: #222222;
}



.header-area .dash_heading {
  display: flex;
  align-items: center;
}

.header-area .profile_icon .round_img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.header-area .profile_icon .round_img img {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.header-area .notification-area {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.header-area .notification-area .profile_area {
  display: flex;
  align-items: center;
}

.header-area .notification-area .profile_area .username {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2px;
  color: #303030;
}

.header-area .notification-area .profile_area .role {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  color: #303030;
}

.header-area .breadcrumb-item+.breadcrumb-item::before {
  padding-left: 2px;
  padding-right: 7px;
}

.header-area .breadcrumb .breadcrumb-item,
.header-area .breadcrumb .breadcrumb-item a {
  color: #001253;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

#menu .metismenu li a img {
  width: 16px;
}
.metismenu {
  padding: 0 20px!important;
}

.header-area .breadcrumb {
  margin-bottom: 2px;
  align-items: center;
}

.dropdown-toggle::after {
  display: none !important;
}

.header-area .dropdown_arrow {
  color: #222222;
  padding: 7px;
  background-color: #ebeef1;
  font-size: 10px;
  margin-left: 10px;
  border-radius: 20px;
}

.sidebar_collapsed .menu-level-2 a {
  color: #fff !important
}

.header-area .dropdown-item img {
  padding-right: 15px;
}

.header-area .dropdown-menu li {
  border: 1px solid #222222;
  padding: 5px 0;
}

.information_box {
  padding: 7px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
}

.dropdown_profile {
  margin-bottom: -5px;
  width: 100%;
}

.serchIcon {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px
}

.header-area .dropdown-menu {
  background-color: transparent !important;
  border: 0 !important;
  right: 0 !important;
}

.header-area .dropdown-menu li {
  background-color: #fff !important;
}

.header-area .notification-area .profile_area .name_role {
  padding-left: 15px;
  padding-right: 10px;
}

.profile_right {
  display: flex;
  justify-content: flex-end;
}

.input_box input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.input_box p span{
  font-size: 12px;
}

.dropdown-item:active {
  background: #222222 !important;
}

.normal_text {
  font-size: 16px;
  font-weight: 500;
  color: #667085;
  line-height: normal;
  margin: 0
}

.dark_text {
  font-size: 16px;
  font-weight: 500;
  color: #101828;
  line-height: normal;
  margin: 0
}


.divider {
  padding: 0 10px 0 0;
  margin: 0 0 0 10px;
  border-left: 1px solid #647085
}


.plus_icon {
  background-color: #E6F4FB;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #0094DC;
  font-size: 22px;
}

.dropdown .three_dot {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-color: #F7F7F8;
}

.pagination .page-link {
  border: 1px solid #E6EAEF !important;
  color: #333;
  /* Optional: Adjust text color */
}

.pagination .page-item.active .page-link {
  background-color: #007BFF;
  /* Bootstrap primary color */
  border-color: #E6EAEF;
  color: #657488;
}

.input_box input {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
}



.back_row a {
  font-size: 20px;
  color: #0094DC;
  ;
}

.main_sidebar_box {
  width: 75%;
  background: #fff;
  border-left: 1px solid #EEEEEE;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
}

.main_sidebar_box.active {
  display: block;
}

.main_sidebar_box .sidebar_header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}

.main_sidebar_box .sidebar_header p {
  color: #032F44;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.main_sidebar_box .sidebar_body {
  padding: 20px
}

.main_sidebar_box .sidebar_header a {
  display: inline-block;
  padding: 15px;
  font-weight: 500;
  font-size: 20px;
  ;
  color: #030B16 !important
}

.sidebar_opened {
  overflow: hidden;
}

.sidebar_opened::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #000000b0;
  z-index: 9999;
}

td input[type=radio] {
  position: absolute;
  opacity: 1;
}

td input[type=radio]+.radio-label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 1px solid #000;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

td input[type=radio]:checked+.radio-label:before {
  background-color: #007EFF;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

td input[type=radio]+.radio-label:empty:before {
  margin-right: 0;
}

.table td .username {
  color: #2c5b6c;
}

.table .normal_text {
  color: #657488;
  font-size: 16px;
  font-weight: 500;
}

.table .tailor_name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #647085;
}

.table .tailor_number {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #647085
}

#menu .metismenu .item .link[aria-expanded]:before {
  content: "";
  content: "";
  height: 25px;
  width: 25px;
  color: #FFFF;
  opacity: 0.5;
  border-radius: 18px;
  right: 10px;
  position: absolute;
  top: 8px;
}

#menu .metismenu .item {
  position: relative;
  margin: 7px 0;
  transition: all 0.5s ease;
}

#menu .metismenu .menu-level-2 li {
  margin: 0;
}

#menu .metismenu .menu-level-2 {
  padding-left: 0;
}
 
#menu .metismenu li a {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px;
}



#menu .metismenu li:hover a,
#menu .metismenu li.active a {
  background-color: #00735E;
  border-radius: 6px;
}


.sidebar_icon {
  position: absolute;
  left: -9px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 20px !important;
  opacity: 0;
  transition: all 0.3s ease;
}

#menu .metismenu .menu-level-2 li a:hover .sidebar_icon,
#menu .metismenu .menu-level-2 li a.inner_active .sidebar_icon {
  opacity: 1;
}

#menu .metismenu li a span {
  padding-left: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
} 
.sidebar .sidebarmenu-title{
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
  text-transform: uppercase;
}
#menu .metismenu .item .link[aria-expanded=true]:after {
  transform: rotate(45deg) !important;
  right: 20px;
}
 
.inner-main-content {
  padding: 25px;
  background-color: #F5F5F5;
  min-height: calc(100vh - (3.5rem + 1px) - (3.5rem + 1px)) !important;
}

.main-btn {
  background-color: #027560;
  display: inline-block;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.main-btn:hover{
  background-color: #034d3f;
}
.status_filter {
  display: flex;
  align-items: center;
}

/* Login Page */
.login_section {
  height: 100vh;
  position: relative;
  background-color: #00212C;
}
.login-bg-shape.left{
  left: 0;
} 
.login-bg-shape.right{
  right: 0;
  transform: rotate(180deg);
} 
.login-bg-shape{
  position: absolute;
  top: 0;
  width:30%;
  opacity: 0.2;
  display: flex;
  align-items: center;
  height: 100%;
}
.login-bg-shape img{
  width:100%
}
.login_section::before{
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    left: -140px;
    bottom: -140px;
    border-radius: 50%;
    background: #117570;

    filter: blur(170px); 

    pointer-events: none;
}
.login_section::after{
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    right: -140px;
    top: -140px;
    border-radius: 50%;
    background: #117570;

    filter: blur(170px); 

    pointer-events: none;
}

.inner_login_section {
  display: flex; 
  align-items: center;
  height: 100%;
}
 

.login_section .main_login_box .login_input {
  padding-bottom: 25px;
} 
.login_section .main_login_box .login_input input::placeholder{
  color: #fff;
}
.login_section .main_login_box h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
} 
.login_section .main_login_box h3  span{
  color:#00E952
} 

.login_section .main_login_box .login_input p {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}


.login_section .main_login_box input {
  width: 100%;
  background-color: #FFFFFF1A;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #D8D8D8;
  padding: 10px
}
.login_section .logo{
  width:180px;
  z-index: 9;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.inner-router{
  background-color: #FFFFFF1A;
  padding: 15px 25px;
  border:1px solid #fff;
  border-radius: 12px;
}
.login_section .validate-has-error {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #cc3f44;
  position: absolute;
  bottom: 5px;
}

.login-btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #027560;
  box-shadow: 0px 0.75px 3px 0px #2E2E2E29;
}

.login_section .main_logo_part {
  height: 100%;
  display: flex;
  align-items: center;
}

.login_section .main_logo_part img {
  width: 100%;
}

/* .copyright_text{ 
    display: flex;
    justify-content: center; 
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto
  }  */
.login_section .main_login_box .toggle-password {
  position: absolute;
  right: 3%;
  top: 45%;
  color: #fff;
}

#example_filter,
.dataTables_length {
  display: none;
}

.searchBar {
  border: 1px solid #dddddd;
  border-radius: 8px;
  width: 300px;
  margin-bottom: 15px;
}

.searchBar img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.searchBar .search_input {
  padding: 7px 20px 7px 50px;
  color: "Work Sans", sans-serif;
  border: 0;
  background-color: transparent;
  width: 100%;
}

.searchBar .search_input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}

.searchBar .search_input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}

.pagination {
  justify-content: flex-end;
  margin-top: 15px;
}

.pagination_row svg {
  width: 22px;
}

.pagination_row [aria-current="page"] span,
.pagination_row a {
  padding: 0.375rem 0.75rem !important;
  border: 0 !important;
  color: #000 !important;
}

.pagination_row [aria-current="page"] span {
  background: #032f44 !important;
  color: #fff !important;
  border-radius: 5px;
}

.pagination_row nav .hidden div:nth-child(1),
.pagination_row nav>div:nth-child(1) {
  display: none !important;
}

.pagination_row nav .hidden div:nth-child(2) {
  text-align: right !important;
  margin-bottom: 20px;
}

.table> :not(caption)>*>* {
  border-bottom: 2px solid #EDEDED;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #222222;
  text-align: left;
}
/* 
.status_btn {
  padding: 7px 15px 7px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 18px;
  display: inline-block;
  position: relative;
}

.status_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.status_btn.active {
  color: #1F964E;
  background-color: #1F964E1A;
}

.status_btn.inactive {
  color: #7F7F7F;
  background-color: #7F7F7F1A;
}

.status_btn.active::before {
  background-color: #1F964E;
}

.status_btn.inactive::before {
  background-color: #7F7F7F;
} */

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-track {
  /* background-color: #ebebeb; */
}

::-webkit-scrollbar-thumb {
  background: #B23632;
}

.table {
  background-color: #fff;
}

.table .pic_td {
  text-align: center;
}

.table thead tr th {
  background-color: #F5F5F5;
  color: #657488;
  border-bottom: #E6EAEF;
  font-weight: 500;
  padding: 11px 15px;
}

.table thead tr th.first_radius {
  border-radius: 20px 0 0 0;
  /* border: 0; */
  text-align: center;
}

.table thead tr th.last_radius {
  border-radius: 0 20px 0 0;
  /* border: 0; */
}

.table thead tr th.small_name {
  width: 50px;
}

.table td {
  font-weight: 500;
  padding: 7px 15px !important;
  vertical-align: middle;
}

.table td span.small_name {
  width: 50px;
}

.table .small_td {
  margin: auto;
  text-align: center;
}

.left_box {
  display: flex;
  align-items: center;
}

.left_box .filter_btn {
  padding: 11px;
  margin-bottom: 15px;
  margin-left: 15px;
}



.modal-content {
  border-radius: 20px !important;
}

.modal-content .modal-header {
  text-align: center;
}

.modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #030B16;
}

.sidebar_logo .main_logo {
  width: 160px;
}

.overlay-wrapper {
  position: fixed;
  z-index: 999;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3803921569);
}

.remove_pagination .dataTables_paginate,
.remove_pagination .dataTables_info {
  display: none;
}

.dt-button {
  display: none;
}

.input_box input[type="date"] {
  display: block;
  position: relative;
  background: url(../images/calendar.svg) #F7F7F8 right 1rem center no-repeat !important;
  cursor: pointer;
}

.input_box select:focus {
  outline: 0;
}

.input_box p {
  color: #2C2C2C;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.35);
  border-top-color: #1e1e1e;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.input_box {
  padding-bottom: 25px;
  position: relative;
}

.input_box .remove_icon {
  position: absolute;
  right: 15px;
  top: -5px;
}

.input_box .remove_icon img {
  width: 15px;
}

.input_box h5 {
  color: #222222;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.input_box input, .input_box select, .input_box textarea {
  border-radius: 8px;
  padding: 7px 15px;
  width: 100%;
  line-height: 22px;
  background-color: #F7F7F8;
  border: 1px solid #ddd;
}

.input_box input::-moz-placeholder, .input_box textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #ddd;
}

.form-check-input {
  width: 17px !important;
  height: 17px !important;
  padding: 0 !important
}

.form-check-input:checked {
  background-color: #DF4845 !important;
  border-color: #DF4845 !important;
}

input:disabled {
  background-color: #E3E3E4;
}

.submit_btn {
  background-color: #F37F75;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  border: 0;
  border-radius: 8px;
}

.input_box input::placeholder,
.input_box textarea::placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #ADADAD;
}

.form-check-label {
  color: #656565;
}

.input_box textarea:focus {
  outline: none !important;
}


.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #C4C4C4 !important;
  padding: 7px 15px;
  border-radius: 8px !important;
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #adadad !important;
  padding: 0 !important;
  line-height: 22px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 8px !important;
  width: 8px !important;
  border-style: solid !important;
  border-color: #222222 !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(45deg) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #222222 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
}

.page-item .page-link {
  background-color: transparent;
  border: 0;
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.2px;
  margin: 0 10px;
}

.page-item .page-link:focus {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}

.page-item:hover .page-link,
.page-item.active .page-link {
  background-color: #003E37 !important;
  border: 0 !important;
  border-radius: 4px;
  color: #fff !important;
}

.page-item.disabled {
  opacity: 0.5;
}


/* footer */
.footer {
  padding: 15px 10px;
  border-top: 1px solid #ccc;
  background-color: #F3F6FD;
}

.footer span {
  font-weight: 400;
  line-height: 14px;
  color: #52575C !important;
  font-size: 12px;
  font-family: "Work Sans", sans-serif !important;
}

.footer span a {
  color: #4EC9F5;
}

@media (min-width: 1821px) {

  .input_box input,
  .radio_btn {
    width: 100%;
  }

  .right_add {
    display: flex;
    justify-content: flex-end;
    align-items: Center;
  }
}

@media (min-width: 1400px) and (max-width: 1820px) {

  .input_box input,
  .radio_btn {
    width: 100%;
  }

  .right_add {
    display: flex;
    justify-content: flex-end;
    align-items: Center;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .input_box input {
    width: 100%;
  }

  .right_add {
    display: flex;
    justify-content: flex-end;
    align-items: Center;
  }

  .submit_row {
    justify-content: center;
  }

  .input_box input,
  .input_box [type=file]+label,
  .radio_btn,
  .input_box textarea {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .export_btn {
    margin-right: 15px;
  }

  .input_box input {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .sidebar_collapsed.page-container {
    padding-left: 80px;
  }
  .sidebar_collapsed .sidebarmenu-title{
    display: none;
  }
  .sidebar_collapsed .sidebar-menu {
    width: 80px;
    left: 0;
  }

  .sidebar_collapsed #menu .metismenu {
    padding: 0 15px;
  }

  .sidebar_collapsed #menu .metismenu li a {
    padding-left: 0 !important;
    display: flex;
    justify-content: center;
    padding: 10px 0 !important;
    margin-top: 0 !important;
  }

  .sidebar_collapsed #menu .metismenu li a img {
    width: 20px;
  }

  .sidebar_collapsed #menu .metismenu li:hover ul {
    display: block;
    height: auto !important;
    padding: 0;
    width: 170px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 100%;
    transition: all 0.5s ease;
    /* border: 0.5px solid #CCCCCC; */
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: #F5F5F5;
    color: black;
    overflow: hidden;
  }

  .sidebar_collapsed #menu .metismenu li .menu-level-2 {
    padding-left: 10px !important;
  }

  .sidebar_collapsed #menu .metismenu li .menu-level-2 li:last-child a:after {
    left: 0;
  }

  .sidebar_collapsed .mini_logo {
    display: inline-block;
    width: 50%;
    margin: auto;
  }

  .sidebar_collapsed .main_logo {
    display: none;
  }

  .sidebar_collapsed #menu .metismenu li:hover a,
  .sidebar_collapsed #menu li.item.active a {
    border-radius: 6px !important;
  }

  .sidebar_collapsed .metismenu>li a span,
  .mini_logo,
  .sidebar_collapsed #menu .metismenu .item .link[aria-expanded]:before {
    display: none;
  }

  .sidebar_collapsed .metismenu .collapse.in,
  .sidebar_collapsed .collapsing,
  .sidebar_collapsed #menu .metismenu li a[aria-expanded]:after {
    display: none;
  }

  .sidebar_collapsed #menu .metismenu .menu-level-2 li a:after {
    z-index: 0;
    left: -2px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    padding-bottom: 0;
  }

  .dash_body {
    overflow-x: hidden;
  }

  .header-area .heading_header {
    font-size: 24px;
  }

  .inner-main-content {
    padding: 20px 30px 40px;
  }

  .header-area {
    padding: 15px 30px;
  }

  .rounded-btn {
    padding: 7px 10px;
  }

  .right_box {
    display: flex;
    align-items: start;
    justify-content: center;
  }

  .search_input {
    width: 350px;
  }

  .renewal_table tbody th .name {
    padding: 12px 0 0 0;
    display: inline-block;
    width: 100px;
  }

  .input_box {
    padding-bottom: 25px;
  }

  .search_btn {
    text-align: Center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .dash_body {
    overflow-x: hidden;
  }

  .dashboard_table {
    margin-bottom: 20px;
  }

  .sidebar_collapsed .mini_sidebar_logo {
    padding: 48px 15px;
  }

  .sidebar_collapsed .sidebar-menu {
    width: 85%;
    left: 0;
  }

  .sidebar_collapsed .nav-btn {
    margin-right: 15px;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    background: #B23632;
    margin: 0;
    padding: 14px;
  }


  .sidebar_collapsed .nav-btn span {
    /* background: #fffbfb; */
  }

  .page-container,
  .sidebar_collapsed.page-container {
    padding-left: 0;
  }

  .sidebar-menu {
    position: fixed;
    left: -90%;
    top: 0;
    height: 100vh;
    width: 90%;
  }

  .sidebar-menu .sidebar-header {
    padding: 20px 0 50px 30px;
  }

  .nav-btn {
    margin-right: 15px;
  }

  .filter_btn_header {
    justify-content: center;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .header-area {
    padding: 0 20px;
    border-bottom: 1px solid #E6EAEF;
  }

  .header-area .notification-area li {
    padding: 0 10px;
  }

  #menu .metismenu .menu-level-2 li a {
    padding: 7px 0 7px 30px;
  }

  .profile_right {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: end !important;
  }

  .search_input {
    width: 400px;
  }

  .inner-main-content {
    padding: 20px 20px 40px;
  }

  .table .name {
    display: inline-block;
    width: 150px;
  }

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    text-align: center;
  }

  .search_row,
  .right_export {
    display: flex;
    justify-content: center;
  }

  .right_export {
    margin-top: 20px !important;
  }

  .input_box {
    padding-bottom: 25px;
    margin-top: 0;
  }

  .input_box input,
  .input_box [type=file]+label,
  .radio_btn,
  .input_box textarea {
    width: 100%;
  }

  .search_btn,
  .filter_row .right_export {
    text-align: Center;
  }
}

@media (max-width: 575px) {
  .dash_body {
    overflow-x: hidden;
  }

  .width_col {
    width: auto;
  }

  .sidebar_collapsed .mini_sidebar_logo {
    padding: 48px 15px;
  }

  .sidebar_collapsed .sidebar-menu {
    width: 85%;
    left: 0;
  }

  .sidebar_collapsed .nav-btn {
    margin-right: 15px;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    background: #B23632;
    margin: 0;
    padding: 14px;
  }

  .sidebar_collapsed .nav-btn span {
    background: #fffbfb;
  }

  #menu .metismenu .menu-level-2 li a {
    padding: 7px 0 7px 20px;
  }

  .page-container,
  .sidebar_collapsed.page-container {
    padding-left: 0;
  }

  .sidebar-menu {
    position: fixed;
    left: -90%;
    top: 0;
    height: 100vh;
    width: 90%;
  }

  .sidebar-menu .sidebar-header {
    padding: 20px 0 50px 30px;
  }

  .header-area {
    padding: 10px 20px 0;
    border-bottom: 1px solid #ccc;
  }

  .profile_right {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-around !important;
  }

  .search_input {
    width: 300px;
  }

  .inner-main-content {
    padding: 20px 10px 40px;
  }
}

/*# sourceMappingURL=style.css.map */
.fade:not(.show) {
  opacity: 1 !important;
}

.swal2-in {
  padding-right: 0 !important
}

.swal2-modal {
  position: relative;
}

.swal2-confirm {
  border: 1px solid #B23632 !important;
  background: #B23632 !important;
  border-radius: 8px !important;
  padding: 8px 30px !important;
}


.swal2-cancel {
  border: 1px solid #B23632 !important;
  color: #B23632 !important;
  background: #fff !important;
  border-radius: 8px !important;
  padding: 8px 30px !important;
}

.swal2-cancel:active {
  color: #fff !important;
  background: #B23632 !important;
}

.swal2-modal .swal2-close {
  color: #fff !important;
  padding: 7px !important;
  border-radius: 50%;
  background-color: #B00000;
  display: block !important;
  ;
  font-size: 30px !important;
  line-height: 17px !important;
  font-weight: 600;
  top: 10px !important;
  right: 10px !important;
}


.swal2-modal h2 {
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #000000 !important;
  margin: 10px 0 20px 0 !important;
}

.swal2-modal .swal2-content {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-align: center !important;
  color: #868686 !important;
}

 
.input_box .validate-has-error {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #cc3f44;
  position: absolute;
  bottom: 8px;
}
  


.action_btn {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  color: #657488
}

.menu-level-2 li a {
  background-color: #F5F5F5 !important;
  color: #8C8C8C !important;
  border-radius: 0 !important;
  padding-left: 45px !important;
}



.menu-level-2 li a:hover,
.menu-level-2 li a.inner_active {
  background-color: #3929001F !important;
  color: #392900 !important;
}


.filer_box {
  width: 40px;
  height: 40px;
  border: 1px solid #E6EAEF;
  display: flex;
  background-color: #ECEEF0;
  align-items: center;
  justify-content: center;
  border-radius: 4px;

}

.main_search_box {
  background-color: #F5F5F5;
}

.main_search_box img {
  padding-left: 15px;
}

.main_search_box input {

  padding: 8px 20px 8px 15px;
  border: 0;
  background-color: transparent;
  width: 100%;
}
 

/* Custom Table Styles */
.custom-table {
  width: 100%;
  border-collapse: collapse;

}

.custom-table thead th {
  border-bottom: 1px solid #EAECF0;
  /* Thick bottom border for headers */
  background-color: #F5F5F5;
  padding: 10px;
  text-align: left;
}

.custom-table thead tr th {
  color: #667085;
  font-family: "Kumbh Sans", sans-serif;
}

.custom-table tbody tr {
  border-bottom: 1px solid #EAECF0;
  /* Light bottom border for rows */
}

.custom-table td {
  padding: 10px;
  color: #667085;
}

/* Status Badge Styles */

.inner-main-content .container {
  background-color: #FFF;
  border: 1px solid #EAECF0;
  border-radius: 12px;
}



.modal-title h5 {
  color: #030B16;
}


::placeholder {
  color: #2C2C2C;
}
 

.custom-radio {
  display: none;
}

.custom-label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #A7A7A7;
}

.custom-label::before {
  content: "";
  display: inline-block;
  width:18px;
  height:18px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}

.custom-radio:checked+.custom-label::before {
  border: 1px solid #E15144;

}

.custom-radio:checked+.custom-label::before {
  background-color: #E15144;
  box-shadow: inset 0 0 0 3px white;
}
 

.cancel_btn {
  padding: 8px 20px !important;
  color: #030B16 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  border: 1px solid #E6EAEF !important;
  background-color: transparent;
}


.save_btn {
  padding: 8px 20px !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  border: 1px solid #E6EAEF !important;
  background-color: #DF4845;
}

 

.status {
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  text-wrap: nowrap;
}

.status.active {
  color: #1F964E;
  background-color: #1F964E1A;
}



.status.inactive {
  color: #FB6423;
  background-color: #FFF3ED;
}

  
.add_btn {

  padding: 5px 15px;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  background-color: #f6b207; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter_box {
  padding: 5px;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  background-color: #F5F5F5;
  border: 1px solid #E6EAEF;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.add_btn:hover {
  color: #FFFF;
}
   

.main_form_section {
  padding: 15px;
  background-color: #fff;
  border-radius: 12px;
}

.back_row a {
  color: #151515 !important
}

.back_row .add_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #121212
}
    


/* Page-scoped styles for the Attendance screen.
           Kept local so they don't fight with css/style.css. */
        .attendance-card {
            background: #fff;
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
        }
 
        .attendance-card .card-title-row h2 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 2px;
        }
 
        .attendance-card .card-title-row p {
            color: #6b7280;
            font-size: 14px;
            margin-bottom: 0;
        }
 
        .attendance-toolbar .btn,
        .attendance-toolbar .dropdown-toggle {
            font-size: 14px;
        }
 
        .btn-filter-primary {
            background-color: #0f5b4c;
            border-color: #0f5b4c;
            color: #fff;
        }
 
        .btn-filter-primary:hover {
            background-color: #0c4a3e;
            border-color: #0c4a3e;
            color: #fff;
        }
 
        #example thead th {
            background-color: #f8f9fa;
            color: #6b7280;
            font-weight: 600;
            font-size: 14px;
            border-bottom: 1px solid #e5e7eb;
            white-space: nowrap;
        }
 
        #example tbody td {
            vertical-align: middle;
            border-bottom: 1px solid #f1f2f4;
            font-size: 14px;
        }
 
        #example tbody tr:hover {
            background-color: #fafafa;
        }
 
        .emp-cell {
            display: flex;
            align-items: center;
            gap: 12px;
        }
 
        .emp-cell img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }
 
        .emp-name {
            font-weight: 600;
            color: #111827;
            margin-bottom: 2px;
            line-height: 1.2;
        }
 
        .emp-id {
            color: #9ca3af;
            font-size: 12px;
            margin-bottom: 0;
        }
 
        .shift-name {
            font-weight: 500;
            color: #111827;
            margin-bottom: 5px;
        }
 
        .shift-time {
            color: #9ca3af;
            font-size: 12px;
            margin-bottom: 0;
        }
 
        .text-checkin {
            color: #0f5b4c;
            font-weight: 500;
        }
 
        .text-checkout {
            color: #0f5b4c;
            font-weight: 500;
        }
 
        .break-link {
            color: #2563eb;
            font-weight: 500;
            text-decoration: underline dotted;
            background: none;
            border: none;
            padding: 0;
        }
 
        .break-link:hover {
            color: #1d4ed8;
        }
 
        .dash-cell {
            color: #d1d5db;
            font-weight: 600;
        }
 
        .status-badge , .category-badge , .hold-badge , .advance-type{
            display: inline-block;
            padding: 4px 12px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
        }
        .text-checkin.present , .text-checkout.present{
          color: #16a34a;
        }
        
        .text-checkin.absent , .text-checkout.absent{
          color: #ef4444;
        }
        .status-badge.status-neutral{
          
          background-color: #fef3c7;
          color: #d97706;
        }
        
        .status-present {
            background-color: #e7f7ef;
            color: #16a34a;
        }
 
        .status-absent {
            background-color: #fdecec;
            color: #ef4444;
        }
 
        /* Break Details modal */
        #breakDetailsModal .modal-content {
            border-radius: 10px;
            border: none;
        }
 
        #breakDetailsModal .modal-header {
            border-bottom: 1px solid #f1f2f4;
        }
 
        #breakDetailsModal .table thead th {
            color: #6b7280;
            font-weight: 600;
            font-size: 13px;
            border-top: none;
        }
 
        #breakDetailsModal .table td,
        #breakDetailsModal .table th {
            vertical-align: middle;
        }
 
        .total-break-row {
            font-weight: 700;
        }
 
        .total-break-row td:last-child {
            color: #2563eb;
        }

        .outline-btn{
          border:1px solid #ddd;
          padding: 7px 15px;
          font-size: 14px;
          border-radius: 6px;
          color:#222222;
          font-weight: 500;
          background-color: transparent;
          transition: all 0.5s ease;
        }
        .outline-btn:hover{
          background-color: #003E37;
          color: #fff;
        }

        .outline-select{
          border:1px solid #ddd;
          padding: 7px 15px;
          font-size: 14px;
          border-radius: 6px;
          color:#222222;
          font-weight: 500;
          background-color: transparent;
          transition: all 0.5s ease;

        }


         .team-card {
            background: #fff;
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
        }
 
        .team-card .card-title-row h2 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 2px;
        }
 
        .team-card .card-title-row p {
            color: #6b7280;
            font-size: 14px;
            margin-bottom: 0;
        } 
 
        .team-search-box {
            position: relative;
            flex: 1;
            min-width: 220px;
        }
 
        .team-search-box i {
            position: absolute;
            left: 14px;
            top: 50%;
            transform: translateY(-50%);
            color: #9ca3af;
            font-size: 13px;
        }
 
        .team-search-box input {
            width: 100%;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 9px 12px 9px 36px;
            font-size: 14px;
            outline: none;
        }
 
        .team-search-box input:focus {
            border-color: #0f5b4c;
        }
  
 
        .emp-cell {
            display: flex;
            align-items: center;
            gap: 12px;
        }
 
        .emp-cell img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }
 
        .emp-name {
            font-weight: 600;
            color: #111827;
            margin-bottom: 0;
            line-height: 1.2;
        }
 
        .emp-id {
            color: #9ca3af;
            font-size: 12px;
            margin-bottom: 0;
        } 
        .category-blue {
            background-color: #eaf1ff;
            color: #2563eb;
        }
 
        .category-white {
            background-color: #f3f4f6;
            color: #4b5563;
        } 
        .status-present {
            background-color: #e7f7ef;
            color: #16a34a;
        }
 
        .status-absent {
            background-color: #fdecec;
            color: #ef4444;
        } 
        .status-pending{

    background-color: #fef3c7;
    color: #d97706;
        }

        .hold-none {
            background-color: #e7f7ef;
            color: #16a34a;
        }
 
        .hold-active {
            background-color: #eaf1ff;
            color: #2563eb;
        }
 
        .hold-appeal {
            background-color: #fff4e5;
            color: #d97706;
        }
 
        .action-btn {
            width: 32px;
            height: 32px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            border: 1px solid transparent;
            font-size: 13px;
        }
 
        .action-btn.edit-btn {
            border-color: #bfe3d4;
            color: #0f5b4c;
            background-color: #fff;
        }
 
        .action-btn.edit-btn:hover {
            background-color: #e7f7ef;
        }
 
        .action-btn.delete-btn {
            border-color: #f7c9c9;
            color: #ef4444;
            background-color: #fff;
        }
 
        .action-btn.delete-btn:hover {
            background-color: #fdecec;
        }
   




  
 
    .leave-action-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border-radius: 8px;
        padding: 6px 14px;
        font-size: 14px;
        font-weight: 500;
        background-color: #fff;
    }

    .approve-btn {
        border: 1px solid #bfe3d4;
        color: #16a34a;
    }

    .approve-btn:hover {
        background-color: #e7f7ef;
    }

    .reject-btn {
        border: 1px solid #f7c9c9;
        color: #ef4444;
    }

    .reject-btn:hover {
        background-color: #fdecec;
    }
    

    
    
    .leave-type-select {
    border: none;
    border-radius: 6px;
    padding: 4px 28px 4px 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;

    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    transition: .3s;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23333333' d='M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z'/%3E%3C/svg%3E");
}

/* Paid */
.leave-type-select.type-paid {
    background-color: #e8f8ef;
    color: #16a34a;
}

/* Unpaid */
.leave-type-select.type-unpaid {
    background-color: #feecec;
    color: #ef4444;
}


.shift-info{
    display:flex;
    align-items:center;
    gap:14px;
}

.shift-info h6{
    margin:0;
    font-size:16px;
    font-weight:600;
}

.shift-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.day-shift{
    background:#EAF8EE;
    color:#16A34A;
}

.night-shift{
    background:#EAF0FF;
    color:#2563EB;
}

.office-male{
    background:#F3ECFF;
    color:#7C3AED;
}

.office-female{
    background:#FFECEE;
    color:#E11D48;
}

.shift-time-text{
    font-weight:500;
    color:#1F2937;
}
 
 
 
.action-btn-group{
    display:flex;
    justify-content:center;
    gap:10px;
} 

.status-info{
    background:#E8F0FF;
    color:#2563EB;
}





 
.single-payment{
    background:#EAF2FF;
    color:#2563EB;
}

.monthly-installment{
    background:#F4ECFF;
    color:#7C3AED;
}

.status-progress{
    background:#E8F0FF;
    color:#2563EB;
}

.status-completed{
    background:#E8F8EE;
    color:#16A34A;
}

.status-pending{
    background:#FFF3E8;
    color:#EA580C;
}


 .salary-toggle-wrap{
    display:flex;
    align-items:center;
    gap:12px;
}

.salary-toggle{
    position:relative;
    display:inline-block;
    width:52px;
    height:28px;
}

.salary-toggle input{
    display:none;
}

.salary-toggle .slider{
    position:absolute;
    inset:0;
    background:#e5e7eb;
    border-radius:50px;
    cursor:pointer;
    transition:.3s ease;
}

.salary-toggle .slider::before{
    content:"";
    position:absolute;
    width:20px;
    height:20px;
    left:4px;
    top:4px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 2px 8px rgba(0,0,0,.18);
    transition:.3s ease;
}

/* ON (Green) */
.salary-toggle input:checked + .slider{
    background:#9E0000;
}

.salary-toggle input:checked + .slider::before{
    transform:translateX(26px);
}

/* Red Variant */
.salary-toggle.hold input:checked + .slider{
    background:#b51212;
}

.salary-toggle.hold input:checked + .slider::before{
    transform:translateX(26px);
}

.hold-text{
    font-size:14px;
    font-weight:500;
    color:#1f2937;
}


.team-form-page .back-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #0f5b4c;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        margin-bottom: 16px;
    }

    .team-form-page .back-link:hover {
        color: #0c4a3e;
    }

    .team-form-page .page-heading h1 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .team-form-page .page-heading p {
        color: #6b7280;
        font-size: 14px;
        margin-bottom: 24px;
    }

    .team-form-page .attendance-card {
        background: #fff;
        border-radius: 12px;
        border: 1px solid #eef0f2;
        padding: 24px;
        margin-bottom: 20px;
    }

    .team-form-page .card-title-row h2 {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 0;
    }

     .input_box p {
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        margin-bottom: 8px;
    }

     .input_box p span {
        color: #ef4444;
        margin-left: 2px;
    }
 

    .team-form-page .photo-upload-box {
        border: 1px dashed #d1d5db;
        border-radius: 10px;
        height: 100%;
        min-height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #6b7280;
        cursor: pointer;
    }

    .team-form-page .photo-upload-box i {
        font-size: 22px;
        color: #9ca3af;
    }

    .team-form-page .photo-upload-box .upload-label {
        font-size: 13px;
        font-weight: 600;
        color: #374151;
    }

    .team-form-page .photo-upload-box .upload-hint {
        font-size: 11px;
        color: #9ca3af;
    }

    .team-form-page .add-more-link {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: #0f5b4c;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
    }

    .team-form-page .contact-row {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .team-form-page .contact-row .form-control {
        flex: 1;
    }

    .team-form-page .icon-input-group {
        display: flex;
        align-items: stretch;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        overflow: hidden;
    }

    .team-form-page .icon-input-group:focus-within {
        border-color: #0f5b4c;
    }

    .team-form-page .icon-input-group .icon-prefix,
    .team-form-page .icon-input-group .icon-suffix {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        color: #6b7280;
        font-size: 14px;
        background: #f9fafb;
    }

    .team-form-page .icon-input-group .icon-prefix {
        border-right: 1px solid #e5e7eb;
    }

    .team-form-page .icon-input-group .icon-suffix {
        border-left: 1px solid #e5e7eb;
    }

    .team-form-page .icon-input-group input {
        border: none;
        border-radius: 0;
        flex: 1;
    }

    .team-form-page .icon-input-group input:focus {
        outline: none;
        box-shadow: none;
    }

    .team-form-page .salary-per-group {
        display: flex;
        align-items: stretch;
        gap: 10px;
    }

    .team-form-page .salary-per-group .icon-input-group {
        flex: 1;
    }

    .team-form-page .per-select-wrap {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .team-form-page .per-select-wrap span {
        font-size: 13px;
        color: #6b7280;
        white-space: nowrap;
    }

    .team-form-page .per-select-wrap select {
        min-width: 110px;
    }

    .team-form-page .form-footer {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
        margin-top: 4px;
    }
  
  .team-form-page .photo-preview-box {
      display: none;
      margin-top: 12px;
  }

  .team-form-page .photo-preview-box.has-image {
      display: block;
  }

  .team-form-page .photo-preview-box img {
      width: 100px;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
      border: 1px solid #e5e7eb;
  }




.adv-salary-page .repayment-option {
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 16px 18px;
        margin-bottom: 16px;
        cursor: pointer;
        transition: border-color .15s, background-color .15s;
    }

    .adv-salary-page .repayment-option:hover {
        border-color: #bfe3d4;
    }
    
    .adv-salary-page .repayment-option:has(input[type="radio"]:checked) {
    background: #f0f9f6;
    border-color: #0f5b4c;
}

.adv-salary-page .repayment-option:has(input[type="radio"]:checked) .option-title {
    color: #0f5b4c;
    font-weight: 600;
}


    .adv-salary-page .repayment-option .option-head {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .adv-salary-page .repayment-option input[type="radio"] {
        margin-top: 3px;
        width: 18px;
        height: 18px;
        accent-color: #0f5b4c;
        flex-shrink: 0;
    }

    .adv-salary-page .repayment-option .option-title {
        font-size: 15px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 2px;
    }

    .adv-salary-page .repayment-option .option-desc {
        font-size: 13px;
        color: #6b7280;
        margin-bottom: 0;
    }

    .adv-salary-page .repayment-option .option-fields {
        margin-top: 16px;
        padding-left: 30px;
        display: none;
    }

    .adv-salary-page .repayment-option.selected .option-fields {
        display: block;
    }

    .adv-salary-page .info-note {
        display: flex;
        align-items: center;
        gap: 10px;
        background-color: #eaf1ff;
        color: #1d4ed8;
        border-radius: 8px;
        padding: 12px 14px;
        font-size: 13px;
        margin-top: 4px;
    }

    .adv-salary-page .info-note i {
        color: #2563eb;
        font-size: 15px;
    }

    .pcell.success{
      color: #009227;
    }





    .profile-tabs-wrap {
        border-bottom: 1px solid #e5e7eb;
        margin-bottom: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .profile-tabs-wrap::-webkit-scrollbar {
        display: none;
    }

    .profile-tabs {
        display: flex;
        align-items: center;
        gap: 28px;
        min-width: max-content;
        padding: 0 2px;
    }

    .profile-tabs .tab-link {
        display: inline-block;
        padding: 12px 2px;
        font-size: 14px;
        font-weight: 500;
        color: #6b7280;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
        transition: color .15s, border-color .15s;
    }

    .profile-tabs .tab-link:hover {
        color: #111827;
    }

    .profile-tabs .tab-link.active {
        color: #0f5b4c;
        font-weight: 600;
        border-bottom-color: #0f5b4c;
    }

    .profile-card {
        background: #fff;
        border: 1px solid #eef0f2;
        border-radius: 12px;
        padding: 24px;
        margin-bottom: 20px;
    }

    .profile-head {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }

    .profile-photo {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }

    .profile-identity .profile-name {
        font-size: 18px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 2px;
    }

    .profile-identity .profile-id {
        font-size: 12px;
        color: #0f5b4c; 
        margin-bottom: 0px;
    }

    .profile-identity .profile-role {
        font-size: 13px;
        color: #6b7280;
        margin-bottom: 8px;
    }

    .profile-info-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 40px;
        flex: 1;
        min-width: 280px;
    }

    .info-item {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .info-item i {
        color: #9ca3af;
        font-size: 15px;
        margin-top: 2px;
        flex-shrink: 0;
    }

    .info-item .info-label {
        font-size: 12px;
        color: #9ca3af;
        margin-bottom: 2px;
    }

    .info-item .info-value {
        font-size: 14px;
        color: #111827;
        font-weight: 500;
        margin-bottom: 0;
    }

    .detail-card {
        background: #fff;
        border: 1px solid #eef0f2;
        border-radius: 12px;
        padding: 20px 24px;
        height: 100%;
    }

    .detail-card h3 {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 16px;
    }

    .detail-row {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        padding: 8px 0;
        font-size: 14px;
    }

    .detail-row .detail-label {
        color: #6b7280;
        width:50%
    }

    .detail-row .detail-value {
        color: #111827;
        font-weight: 500;
    }

    .gray-btn{
      color: #657488;
      background-color: #e6e6e6;
      padding: 10px 15px;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 500;
      border:0
    }
    .gray-btn:hover{
      background-color: #dbdbdb;
    }

     .dash-banner {
        background: linear-gradient(90deg, #e7f7ef 0%, #eef8f4 100%);
        border-radius: 12px;
        padding: 16px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .dash-banner .banner-left {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .dash-banner .banner-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #16a34a;
        flex-shrink: 0;
    }

    .dash-banner .banner-title {
        font-size: 14px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 2px;
    }

    .dash-banner .banner-desc {
        font-size: 13px;
        color: #6b7280;
        margin-bottom: 0;
    }

    .dash-banner .btn-register {
        background-color: #0f5b4c;
        border: none;
        color: #fff;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
        padding: 8px 16px;
        white-space: nowrap;
    }

    .dash-banner .btn-register:hover {
        background-color: #0c4a3e;
        color: #fff;
    }

    .dash-card {
        background: #fff;
        border: 1px solid #eef0f2;
        border-radius: 12px;
        padding: 18px 20px;
        margin-bottom: 20px;
        height: calc(100% - 20px);
    }

    .dash-card-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    .dash-card-head h3 {
        font-size: 15px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 0;
    }

    .dash-card-head .chevron-btn {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: none;
        background-color: #f3f4f6;
        color: #6b7280;
        font-size: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .dash-card-head .outline-select {
        padding: 6px 12px;
        font-size: 13px;
        min-width: auto;
    }

    .stat-pill {
        border-radius: 10px;
        padding: 10px 12px;
        flex: 1;
        min-width: 0;
    }

    .stat-pill .stat-icon {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px; 
    }

    .stat-pill .stat-value {
        font-size: 18px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 0;
        line-height: 1.2;
    }

    .stat-pill .stat-label {
        font-size: 14px;
        color: #6b7280;
        margin-bottom: 0;
    }

    .stat-pill.pill-green {
        background-color: #f0faf5;
        border:1px solid #BBF7D0
    }

    .stat-pill.pill-green .stat-icon {
        background-color: #e7f7ef;
        color: #16a34a;
    }

    .stat-pill.pill-blue {
        background-color: #f2f6ff;
        border:1px solid #BBD3F7
    }

    .stat-pill.pill-blue .stat-icon {
        background-color: #eaf1ff;
        color: #2563eb;
    }

    .stat-pill.pill-purple {
        background-color: #f7f2fd;
        border:1px solid #E8BBF7
    }

    .stat-pill.pill-purple .stat-icon {
        background-color: #efe4fb;
        color: #7c3aed;
    }

    .stat-pill.pill-orange {
        background-color: #fff8f0;
        border:1px solid #F7DCBB

    }

    .stat-pill.pill-orange .stat-icon {
        background-color: #fff0dc;
        color: #d97706;
    }

    .chart-wrap {
        position: relative;
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .chart-legend {
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: center;
    }

    .chart-legend .legend-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        font-size: 14px;
    }

    .chart-legend .legend-label {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #374151;
    }

    .chart-legend .legend-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .chart-legend .legend-value {
        font-weight: 700;
        color: #111827;
    }



    .leave-notice{ 
      background-color: #fdecec;
      color: #ef4444;
      padding: 4px 12px;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 500;
    }

    @media (max-width: 767px) {
        .profile-info-grid {
            grid-template-columns: 1fr;
        }
    }

