

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-BoldMT.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/ArialMT.ttf') format('truetype');*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-BoldMT_1.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-BoldItalicMT.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial CE';*/
/*    src: url('../fonts/ArialCE.ttf') format('truetype');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-ItalicMT.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial CE MT';*/
/*    src: url('../fonts/ArialCEMTBlack-Regular.ttf') format('truetype');*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-BoldItalicMT_1.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-LgtItl.ttf') format('truetype');*/
/*    font-weight: 300;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-Lgt.ttf') format('truetype');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-ItalicMT_1.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-MdmItl.ttf') format('truetype');*/
/*    font-weight: 500;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-Mdm.ttf') format('truetype');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial CE';*/
/*    src: url('../fonts/Arial-BoldMT_2.ttf') format('truetype');*/
/*    font-weight: 100;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial Narrow';*/
/*    src: url('../fonts/ArialNarrow-BoldItalic.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial Narrow';*/
/*    src: url('../fonts/ArialNarrow-Italic.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial Narrow';*/
/*    src: url('../fonts/ArialNarrow.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial Narrow';*/
/*    src: url('../fonts/ArialNarrow-Bold.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: url('../fonts/Arial-Black.ttf') format('truetype');*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body{
    font-family: "Manrope", sans-serif;
    background: #fff!important;
}

a {
    color: #14597D;
    text-decoration: none;
}
.btn {
    padding: 8px 12px;
    line-height: 1;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    justify-content: center;
    white-space: nowrap;
}
.btn-info {
    font-size: 14px!important;
}
.form-control, .form-select {
    border-radius: 8px;
    background-color: #ffffff !important;
    border: none;
    height: 40px;
    border: 0.94px solid #0000001A;
}
.form-control:focus {
    background-color: #F3F3F5;
   
}
.page-content {
    margin-top: 70px;
    padding: calc(55px + 24px) calc(24px / 2) 60px calc(24px / 2);
    background: #F9FAFB;
}
:not(table *) > .btn-primary,
:not(table *) > .btn-danger {
    height: 40px;
}
:not(table *) > .btn-primary {
    color: #fff;
    background-color: #E09F3E;
    border-color: #E09F3E;
    border-radius: 10px;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    
}
:not(table *) > .btn-primary i {
    font-size: 20px;
}
:not(table *) > .btn-primary svg, :not(table *) > .btn-info svg {
    width: 18px;
    height: 18px;
}
:not(table *) > .btn-primary:hover {
    color: #ffffff;
    border-color: #d79738;
    background-color: #d79738;
}
.btn-secondary {
    color: #eff2f7!important;
    display: flex;
    align-items: center;
    gap: 6px;
}
.table .btn-group-sm>.btn, .btn-sm {
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 8px;
}
.table .btn-primary {
    white-space: nowrap;
    color: #fff;
    background-color: #14597D;
    border-color: #14597D;
    border-radius: 8px;
    padding: 8px 10px;
}
.table .btn-outline-primary {
    color: #13587c;
    border-color: #14597d;
}
.table .btn-outline-primary:hover{
    background: transparent;
    color: #13587c;
    border-color: #14597d;
}
.btnapprove {
    background-color: #1BAA3F;
    color: white;
    margin-right: 8px;
}
.approve_reject {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    border: none;
    border-radius: 8px;
}
#modalPreviewImg {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: all;
  cursor: grab;
  transform-origin: center center;
      transition: transform 0.28s ease;
}

#modalPreviewImg.grabbing {
  cursor: grabbing;
}
.btn.btn-light {
    box-shadow: none!important;
}
.btn-info {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    background: #14597d;
    border-color: #14597d;
    color: white;
   
}
.btn-info i {
    font-size: 18px;
}
.btn-primary.exel_btn {
    background: #1BAA3F;
    border-color: #1BAA3F;
}

:not(table *) > .btn-info {
     height: 40px;
}
:not(table) .btn-success{
    color: #fff;
    background-color: #1BAA3F;
    border-color: #1BAA3F;
    height: 40px;
}
.custom-dropdown {
  position: relative;
}
.dropdown-btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.dropTabs {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #495057;
}
.arrow {
  width: 7px;
  height: 7px;
  border: #495057 2px solid;
  border-left: none;
  border-top: none;
  transition: transform 0.15s;
  rotate: 45deg;
  top: -2px;
  position: relative;
  transform-origin: center;
}
.custom-dropdown.open .arrow {
  transform: rotate(180deg);
}
.dropdown-content {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 40;
  max-height: 200px;
  overflow: auto;
  padding: 10px;
}
.custom-dropdown.open .dropdown-content {
  display: block;
}
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 5px;
}
.dropdown-item label {
  white-space: normal;
  margin: 0px;
  flex: 1;
  font-size: 12px;
}
.dropdown-item:hover {
  background: #f4f6f8;
}
.dropdown-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.table th {
  font-weight: 600;
  white-space: nowrap;
  font-size: 15px;
}
#attendancre_table_filter, #payoutTablereport_filter, #projectTablereport_filter, #docTable_filter, #subprojectTablereport_filter {
  display: none;
}
.searchbar > input {
  padding-left: 35px;
}
.searchbar svg {
  position: absolute;
  top: 10px;
  left: 7px;
  color: #4e5057;
  width: 20px;
  height: 20px;
}

.srn_modal .modal-content {
    padding: 24px;
    /*width: auto;*/
    margin: 0px auto;
}
.srn_modal .modal_close {
    background-color: #ddd;
    border-radius: 20px;
    padding: 12px;
    z-index: 999;
    right: -13px;
    top: -13px;
    opacity: 1;
}

.hidden-file-input {
    display: none; /* Hides the default file input */
}
.floating_border {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 3px 5px;
    min-height: 58px;
}
.floating_border>label.custom-upload-button {
    position: relative!important;
    display: inline-block;
    padding: 6px 14px;
    background-color: #eaeaea;
    color: #4b4b4b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    transition: background-color 0.3s ease;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    pointer-events: all;
    margin-bottom: 0px;
}
.custom-upload-button:hover {
    background-color: #0056b3; /* Darker color on hover */
}
.floating_border>label {
    font-size: 11px;
    color: #888ca8;
    margin-bottom: 2px;
    display: block;
}
.submitSingleDocBtn {
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 6px;
}
button#addOtherDocBtn {
    padding: 8px 15px;
    font-size: 16px;
}
.step {
    padding: 7px 15px;
    margin-left: auto;
    display: table;
    background: #fff2db;
    border: #f1da97 1px solid;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
}

.auth-page {
    padding: 15px 60px;
    width: 100%;
}
.auth-body-bg {
    background: linear-gradient(180deg, #14597D 0%, #1A2542 50%, #0F3A54 100%)!important;
    height: 100vh;
    display: flex;
    align-items: center;
}
.login_info {
    max-width: 700px;
    margin: 0px auto;
}

.login_info h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}
.login_info p {
    font-size: 18px;
    color: #FFFFFFCC;
}


.login_form {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 25px 50px -12px #00000040;
    border-top: 0.94px solid #0000001A;
}
/*.loginform_txt {*/
/*    margin-top: 15px;*/
/*}*/
.loginform_txt h5 {
    font-size: 30px;
    color: #2C3E50;
    font-weight: 400;
}
.logininput {
    position: relative;
}
.loginform_txt p {
    color: #7F8C8D;
}
 .input_icon {
    position: absolute;
    top: 8px;
    left: 8px;
}
.input_icon svg {
    width: 25px;
    height: 25px;
}
.logininput .form-control {
    height: 45px;
    border: 0.94px solid #E5E7E9;
    background: #F3F3F5;
    width: 100%;
    border-radius: 8px;
    padding-left: 42px;
}
.eye_btn {
    position: absolute;
    border: none;
    right: 8px;
    padding: 0px;
    top: 7px;
    background: transparent!important;
    outline: none!important;
    color: #7F8C8D!important;
    box-shadow: none!important;
}
.btn-login {
    background: #E09F3E;
    width: 100%;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #e09f3e5e;
    padding: 10px;
}
.forgot_pass {
    color: #14597D;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.copyright_txt{
    color: #7F8C8D;
    font-size: 12px;
}
.login_message {
    /*background: #19875452;*/
    color: green;
    border-radius: 10px;
}

body[data-layout=horizontal][data-topbar=light] .topnav {
    background-color: #14597D;
}
body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link {
    color: #ffffff;
}
body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav>.dropdown.active>a {
    color: #ffffff !important;
}
body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:focus, body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:hover {
    color: #ffffffc2;
}
#page-topbar {
    background-color: #ffffff;
}
.navbar-header {
    padding: 10px 25px;
}
.navbar-brand-box {
    padding: 0px;
}
.header-item {
    height: 45px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #555b6d;
    border: 0;
    border-radius: 6px;
    background: #5da2d530;
    display: flex!important;
    align-items: center;
    padding: 5px 10px;
}
.page_title {
    font-size: 22px;
    font-weight: 700;
    color: #101828;
}
.card {
    box-shadow: none!important;
    border: 0.94px solid #E5E7EB;
    border-radius: 16px;
}
.dashboard_card {
    display: flex;
    justify-content: space-between;
}
.dashboard_card h2 {
    font-size: 28px;
    color: #101828;
    margin: 0px;
}
.dashboard_card .card-text {
    font-size: 17px;
    font-weight: 600;
    color: #4A5565;
    margin-bottom: 5px;
}
.attendence-out {
    background: #00000015;
}
.dashboard .card {
    margin: 0px;
    min-height: 148px;
}
.icon{
    width: 60px;
    height: 60px;
     display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.present {
    background: #4CAF5015;
}
.absent {
    background: #E5737315;
}
.latemark  {
    background: #1E91CE15;
}
.leave {
    background: #F4B40015;
}
.halfday {
    background: #97979715;
}
table {
    caption-side: bottom;
    border-collapse: separate;
    border-radius: 20px;
    border-spacing: 0px;
}
.table>tbody tr td {
    border-bottom: 0.94px solid #F3F4F6!important;
    vertical-align: middle;
    font-size: 15px;
}
.table-bordered {
    border: 1px solid #F3F4F6;
}

.table thead th {
    font-weight: 600;
    white-space: nowrap;
    background: #13587c;
    color: white;
}
.table thead tr:first-child th:first-child{
    border-radius: 13px 0px 0px 0px;
}
.table thead tr:first-child th:last-child{
    border-radius: 0px 13px 0px 0px;
}

.table tfoot tr:last-child th:first-child{
    border-radius: 0px 0px 0px 13px;
}
.table tfoot tr:last-child th:last-child{
    border-radius: 0px 0px 13px 0px;
}
.table tfoot tr th {
    border: 0.5px solid #eef1f3 ! important
}
.commontabledesign thead {
    background-color: transparent;
}
.commontabledesign td {
    background-color: transparent;
}
.commontabledesign td, .commontabledesign thead th {
    border: 0.5px solid #F3F4F6! important;
}
.table>tbody tr:last-child td {
    border-bottom: none!important;
}
.table>tbody tr:last-child td:first-child {
    border-left: none!important;
    border-radius: 0px 0px 0px 20px;
}
.table > tbody > tr:not(:only-child) > td:last-child {
    border-right: none!important;
    /*border-radius: 0px 0px 20px 0px;*/
}
.table>tbody tr:last-child td:last-child {
    border-radius: 0px 0px 20px 0px;
}
.role {
    background: -webkit-linear-gradient(#279cda, #13587c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.table>tbody tr td p {
    margin-bottom: 0px;
}
.cardprofile {
    border-radius: 0px; 
    box-shadow: none
}
.cardprofile-avatar {
    box-shadow: none;
}
.cardprofile-content {
    padding: 20px 0px;
}
.cardprofile-content p {
    margin-bottom: 5px;
}
.cardprofile-content h6 {
    margin-bottom: 15px;
}
.cardprofile-fullname {
    color: #101828;
}
.cardprofile-buttons {
    background-color: #ECECF0;
    border-radius: 50px;
    padding: 5px;
}
.cardprofile-buttons button {
    padding: 7px 7px 5px;
    border: none;
    border-radius: 50px;
}
.cardprofile-buttons button.is-active, .cardprofile-buttons button:hover {
    border: none;
    background: #fff;
}
.nav-pills .nav-link {
    background-color: transparent! important;
    display: flex;
    gap: 7px;
    justify-content: center;
    border: 0.94px solid #0000001A;
    padding: 12px;
    border-radius: 8px;
    white-space: nowrap;
}
.search_btn {
    position: absolute;
    top: 5px;
    right: -3px;
    padding: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #14597d1c!important;
    border: none;
    color: #13577b!important;
    font-size: 17px;
}
.search_btn:hover {
    background: #14597D;
}
.search_icon {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 20px;
}

.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
    border: none;
    gap: 8px;
}
.page-link {
    border-radius: 8px!important;
    padding: 10px 17px;
    background: #d7e9f5;
    color: #13577b;
    font-weight: 500;
    border: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #13587c;
}


        .stat-card {
            border: none;
            border-radius: 16px;
            padding: 24px;
            height: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        }

        .stat-label {
            font-size: 14px;
            color: #64748b;
            font-weight: 500;
            margin-bottom: 8px;
        }

.stat-number {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

        .icon-wrapper {
            width: 56px;
            height: 56px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }

        .icon-green {
            background-color: #dcfce7;
            color: #16a34a;
        }

        .icon-red {
            background-color: #fee2e2;
            color: #dc2626;
        }

        .icon-yellow {
            background-color: #fef3c7;
            color: #eab308;
        }

        .icon-blue {
            background-color: #dbeafe;
            color: #2563eb;
        }

        .icon-gray {
            background-color: #f1f5f9;
            color: #64748b;
        }

        .icon-purple {
            background-color: #f3e8ff;
            color: #9333ea;
        }

.bottom-right-icon {
    position: absolute;
    top: 7px;
    right: 0px;
}
.doc_header {
    background: #13587c21;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    color: #13587c;
    margin-bottom: 10px;
}
.icon_btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    line-height: 1;
}

.icon_btn i {
    font-size: 16px;
}
.btn-lg i {
    font-size: 18px;
}
.dataTables_wrapper .row:last-child {
    margin-top: 15px;
}
.calendar_atten-header {
    padding: 0px;
    background: transparent;
}
.calendar_atten-header button {
    padding: 0px;
    border: none;
    color: #13587c;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    background: transparent;
    font-size: 27px;
    line-height: 1;
}
.calendar_atten-header h2 {
    margin: 0;
    font-size: 22px;
    color: #101828;
    font-weight: 700;
}
.calendar_atten {
    box-shadow: none;
    padding: 3px;
    width: 100%;
    max-width: 600px;
}
.calendar_atten th {
    text-align: center;
    padding: 18px 0;
    font-size: 14px;
    color: #FFFFFFCC;
    background-color: #13577c;
    font-weight: 600;
}
.calendar_atten .table>tbody tr td {
    border: 0.94px solid #F3F4F6!important;
    vertical-align: middle;
}
.calendar_atten .table>tbody tr:last-child td:first-child {
    border-left: 0.94px solid #F3F4F6!important
}

.calendar_atten .table>tbody tr:last-child td:last-child {
    border-right: 0.94px solid #F3F4F6!important
}

.date-box::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 5px;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    position: absolute;
}

.date-box.absent, .absentcolorbox, .date-box.sunday, .sundaycolorbox, .date-box.holiday, .holidaycolorbox {
    background-color: transparent! important;
    color: #393737;
}
.date-box.absent::after {
    background: #ED7061;
}
.date-box.sunday::after {
    background: #5499C7  ;
}
.date-box.holiday::after {
    background: #F3B141    ;
}
.date-box.faded::after {
    display: none;
}

    .counter_number {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 20px;
        }
.dashboard_counter_ttl {
    font-size: 22px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 15px;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    line-height: 1;
    align-items: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link:hover {
    color: #ffffff ! important;
    background-color: #14597D! important;
}
.nav-fill .nav-item .nav-link i, .nav-justified .nav-item .nav-link i {
    font-size: 18px;
}
.nav {
    flex-flow: nowrap;
    gap: 10px
}
.nav-pills .nav-item {
    margin: 0;
}
.profile_detail h5 {
    font-size: 16px;
    font-weight: 500;
    color: #2C3E50;
}
.profile_detail p {
    font-size: 14px;
    font-weight: 400;
    color: #7F8C8D;
}
.tab_ttl {
    font-size: 20px;
    font-weight: 700;
    color: #101828;
}
        .coming_box {
    background: var(--bg-color);
    border-radius: 16px;
    padding: 24px;
    border-left: 3px solid var(--border-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
    padding: 10px;
}

        .coming_box:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .coming_box i {
            font-size: 24px;
            color: var(--border-color);
            margin-bottom: 12px;
            display: block;
            line-height: 1;
        }

.coming_box span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #3e3e3e;
    margin-bottom: 12px;
    background: transparent!important;
}

.coming_box a {
      font-size: 22px;
    font-weight: 700;
    color: var(--text-color)!important;
    text-decoration: none;
    display: block;
    line-height: 1;
}

        /* Present - Green */
        .present_box {
            --bg-color: #f0fdf4;
            --border-color: #22c55e;
            --text-color: #16a34a;
        }

        /* Absent - Red */
        .absent_box {
            --bg-color: #fef2f2;
            --border-color: #ef4444;
            --text-color: #dc2626;
        }

        /* Half Day - Gray */
        .halfday_box {
            --bg-color: #f8fafc;
            --border-color: #94a3b8;
            --text-color: #64748b;
        }

        /* Late Mark - Purple */
        .latemark_box {
            --bg-color: #faf5ff;
            --border-color: #a78bfa;
            --text-color: #8b5cf6;
        }

        /* Weekly Off - Blue */
        .weekoff_box {
            --bg-color: #eff6ff;
            --border-color: #60a5fa;
            --text-color: #3b82f6;
        }

        /* Holiday - Orange/Yellow */
        .holiday_box {
            --bg-color: #fffbeb;
            --border-color: #fbbf24;
            --text-color: #f59e0b;
        }

        /* Attendance Out - Pink */
        .attendanceout_box {
            --bg-color: #fdf4ff;
            --border-color: #e879f9;
            --text-color: #d946ef;
        }

        /* Working Days - Teal */
        .workingday_box {
            --bg-color: #f0fdfa;
            --border-color: #2dd4bf;
            --text-color: #14b8a6;
        }

        /* Days in Month - Gray */
        .dayinmonth_box {
            --bg-color: #f8fafc;
            --border-color: #94a3b8;
            --text-color: #64748b;
        }
        .cardprofile-jobtitle {
            letter-spacing: 1px;
            bottom: -18px;
            text-align: center;
        }
        .cardprofile.is-active .cardprofile-jobtitle {
            text-align: left;
            bottom: -7px;
        }
 .scroll_track {
    overflow: auto;
}       
.cardprofile-buttons {
   
    display: none;
}        
        
.profile_card .left-section {
            display: flex;
            align-items: center;
            gap: 24px;
        }

.profile_card .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}
.profile_card .avatar-text .cardprofile_avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}     
.profile_card .info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profile_card .name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

        .profile_card .title {
            font-size: 12px;
            color: #666;
            font-weight: 400;
        }

        .profile_card .department {
            font-size: 12px;
            color: #666;
            font-weight: 400;
        }

.profile_card .right-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: right;
    margin-top: 20px;
}
.profile_card .contact-item {
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    align-items: self-start;
}

.profile_card .contact-label {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    min-width: 150px;
    text-align: left;
}

.profile_card .contact-value {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 600;
    word-break: break-word;
    text-align: left;
}
 .responsive-table {
    overflow-x: auto;
}       
.select2-selection__choice__remove {
    border: none;
    background: #ddd;
    border-radius: 20px;
    height: 20px;
    width: 20px;
}        
.text-primary {
    color: #08c !important; font-weight:600;
}
.education-section .text-primary, .education-section .text-success { font-weight:600;}
.submitSingleDocBtn {
    margin-top: 27px;
} 
.text-success {font-weight:600;
    color: rgb(11 167 21) !important;
}


  /* minimal styling for clarity */
.form_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    width: 100%;
}
.form_wrapper .form-field { margin: 12px 0; display:block; }
.form_wrapper label { display:block; font-weight:600; margin-bottom:6px; }
.form_wrapper input, .form_wrapper select, .form_wrapper textarea {
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #706d6d;
    outline: none;
    transition: 0.5s;
    background-color: transparent;
    height: 40px;
}
.form_wrapper input::placeholder, .form_wrapper textarea::placeholder {
    font-size: 14px;
}
/*.form_wrapper input[readonly] { background:#f7f7f7; color:#444; }*/
.form_wrapper .error-text { color:#c62828; font-size:13px; margin-top:6px; display:none; }
.form_wrapper .error-text.show { display:block; }
.form_wrapper .valid-text { color:#2e7d32; font-size:13px; margin-top:6px; display:none; }
.form_wrapper .valid-text.show { display:block; }
.form_wrapper .loading-dot { display:inline-block; width:10px; height:10px; border-radius:50%; background:#666; animation: blink 1s infinite; margin-left:8px; vertical-align:middle; }
    @keyframes blink { 0% {opacity:1} 50% {opacity:0.2} 100% {opacity:1} }    
input:not([readonly]), select:not([readonly]) {
    border: 0.94px solid #0000001A;
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
}


/* HIDE REAL FILE INPUT */
/* hide native file input but keep it keyboard accessible */
.custom-file input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}


/* WRAPPER */
.custom-file {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* CUSTOM BUTTON */
.file-btn {
    background: #14597d17;
    color: #004c73;
    padding: 6px 10px;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    font-weight: 600;
    border: #14597d24 1px solid;
}

.file-btn:hover {
    background: #13577b;
    color: #fff;
}

/* FILENAME TEXT */
.file-name {
    font-size: 14px;
    color: #666;
}
.tab_sub_ttl {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    color: #599ef1;
}

.certificate_form {
    border: #e9e9e9 1px solid;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}
.btn-update, .btn-add {
    background: #ff8a00;
    color: #ffffff;
    padding: 10px 20px;
    white-space: nowrap;
    font-size: 16px;
    transition: .03s;
    font-weight: 600;
}
.btn-update:hover, .btn-add:hover {
    background: #ff8a007a;
    color: #462309;
}


.field-success-message {
  color: #28a745;
  font-size: 12px;
  margin-top: 4px;

  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.field-success-message.show {
  opacity: 1;
  max-height: 50px;
}





/* Custom Crop Modal Styles */
.custom-crop-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
}

.custom-modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.modal-close-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: all 0.2s;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.custom-modal-body {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
  background: #f9fafb;
}

.crop-controls-toolbar {
  background: white;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}

.toolbar-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.toolbar-group:last-child {
  margin-bottom: 0;
}

.toolbar-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  transition: all 0.2s;
  min-height: 44px;
}

.toolbar-btn:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
  transform: translateY(-1px);
}

.toolbar-btn:active {
  transform: translateY(0);
}

.toolbar-btn svg {
  flex-shrink: 0;
}

.toolbar-btn.btn-crop {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}

.toolbar-btn.btn-crop:hover {
  background: #2563eb;
  border-color: #2563eb;
}

.toolbar-btn.btn-success {
  background: #10b981;
  color: white;
  border-color: #10b981;
}

.toolbar-btn.btn-success:hover {
  background: #059669;
  border-color: #059669;
}

.toolbar-btn.btn-danger {
  background: #ef4444;
  color: white;
  border-color: #ef4444;
}

.toolbar-btn.btn-danger:hover {
  background: #dc2626;
  border-color: #dc2626;
}

.image-preview-container {
  width: 100%;
  height: 400px;
  border: 2px dashed #d1d5db;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.crop-image-preview {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

.crop-instructions {
  background: white;
  border-radius: 8px;
  padding: 16px;
  border-left: 4px solid #3b82f6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.instruction-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #4b5563;
  font-size: 14px;
}

.instruction-item:last-child {
  margin-bottom: 0;
}

.instruction-item svg {
  flex-shrink: 0;
}

.custom-modal-footer {
  padding: 20px 24px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  background: white;
}

.modal-btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
}

.modal-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.modal-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.modal-btn-primary:active {
  transform: translateY(0);
}

.modal-btn-secondary {
  background: white;
  color: #374151;
  border-color: #d1d5db;
}

.modal-btn-secondary:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.d-none {
  display: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-modal-container {
    width: 95%;
    max-height: 95vh;
  }
  
  .image-preview-container {
    height: 300px;
  }
  
  .toolbar-group {
    justify-content: center;
  }
  
  .toolbar-btn {
    flex: 1;
    min-width: 140px;
    justify-content: center;
  }
  
  .modal-btn {
    min-width: 100px;
    padding: 10px 16px;
  }
}

@media (max-width: 480px) {
  .custom-modal-header {
    padding: 16px;
  }
  
  .custom-modal-body {
    padding: 16px;
  }
  
  .custom-modal-footer {
    padding: 16px;
    flex-direction: column;
  }
  
  .modal-btn {
    width: 100%;
  }
  
  .toolbar-btn span {
    display: none;
  }
  
  .toolbar-btn {
    min-width: 60px;
    padding: 10px;
    justify-content: center;
  }
  
  .toolbar-btn svg {
    margin: 0;
  }
}

/* Loading overlay for cropping */
.crop-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 10px;
}

.crop-loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* File upload preview styles */
.file-upload-preview {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-preview-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid #e5e7eb;
}

.file-info {
  flex: 1;
}

.file-name {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 4px;
}

.file-size {
  font-size: 12px;
  color: #6b7280;
}

/* Status messages */
.upload-message {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  margin-top: 4px;
  display: inline-block;
}

.upload-message.text-danger {
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid #fca5a5;
}

.upload-message.text-success {
  background: #d1fae5;
  color: #059669;
  border: 1px solid #6ee7b7;
}

/* Ensure modal is on top of everything */
.custom-crop-modal {
  z-index: 99999 !important;
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}
.file-name {
    display: none;
}

.status_btn .btn {
    padding: 5px;
    font-size: 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}
.approve_btn {
    background: #049e04;
}
.status_btn svg {
    width: 16px;
    height: 16px;
}
.reject_btn{
    background: #fe6464;
}
.modal {
    position: fixed!important;
}

.radio_contain > div {
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap: 5px;
    justify-content: center;
}
.radio_contain > div label {
   margin: 0px;
}
.radio_contain .view_img {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}


.sticky_table .card-body {
    padding: 0px;
    /*max-height: 600px;*/
    /*overflow-y: auto;*/
  /*scrollbar-width: none;         */
  /*-ms-overflow-style: none;      */
}
.sticky_table .table-bordered {
    border: none;
    margin: 0px;
}
.sticky_table .table>tbody tr td:first-child {
    border-left: none!important;
}
.sticky_table .table>tbody tr td:last-child {
    border-right: none!important;
}
/*.sticky_table th {*/
/*  position: sticky;*/
/*  top: 0;*/
/*}*/



.fixed-thead {
    position: fixed;
    top: 123px;
    background: #fff;
    z-index: 99!important;
    border: 0.5px solid #F3F4F6 ! important;
    display: none;
    
}
.fixed-thead th {
    font-weight: 600;
    white-space: nowrap;
    background: #14597d;
    font-size: 15px;
    padding: 8px;
    border: 0.5px solid #286686 ! important;
    color: #fff;
}
.total_record {
    background: #ff924929;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-left: #ff6700 3px solid;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #ff6700;
}
.total_record .count_display, .total_record span {
    color: #ff6700!important;
    font-size: 20px!important;
}
.login_info img {
    height: 275px;
}
.custom_checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    column-gap: 30px;
}
.custom_checkbox .form-check-success .form-check-input:checked {
    background-color: #13587c!important;
    border-color: #14597d;
}
.custom_checkbox .form-checkbox-outline .form-check-input:checked:after {
    position: absolute;
    content: '\F012C';
    font-family: "Material Design Icons";
    top: 1px !important;
    left: 1px;
    font-size: 16px;
    color: #ffffff;
}
.custom_checkbox .form-check {
    position: relative;
    text-align: left;
    display: flex;
    gap: 7px;
    align-items: center;
}

.col-5-grid {
  flex: 0 0 20%;
  max-width: 20%;
}

   .auth_styles .form-control {
        height: 45px;
        border: 0.94px solid #E5E7E9;
        background: #F3F3F5;
        width: 100%;
        border-radius: 8px;
        padding-left: 42px;
    }
.auth_styles .login_graphic {
    background: #e09f3e33;
    padding: 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .auth_styles .card-title {
    margin-bottom: .5rem;
    font-size: 20px;
    margin-bottom: 35px;
    color: #155275;
    text-align: center;
    font-weight: 700;
}
    .auth_styles .card-body {
        flex: 1 1 auto;
        padding: 30px;
    }
    .auth_styles .massage {
    background: #00800033;
    color: green;
    font-size: 14px;
    text-align: left;
}
.auth_styles .btn-link {
    font-weight: 400;
    color: #5a5a5a;
    text-decoration: underline;
}
.auth_styles .resend-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fdf4e6;
    padding: 8px 8px;
    border-radius: 5px;
    margin-top: 10px;
}   
.auth_styles .resend-text {
    font-size: 14px;
}
.auth_styles .resend-info {
    display: flex;
    align-items: center;
    gap: 5px;
}
.auth_styles .resend-link {
    color: #2a5298;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #2a5298;
    line-height: 1;
}
.auth_styles p#resendMsg {
    margin: 10px 0px 0px;
}
.auth_styles button:disabled,
.auth_styles input:disabled,
.auth_styles select:disabled,
.auth_styles textarea:disabled {
  background-color: #f2f2f2;
  color: #999;
  border-color: #ddd;
  cursor: not-allowed;
}

.auth_styles .input_eye_icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.auth_styles .eye-open {
    display: none;
}

.auth_styles .toggle-password.show .eye-open {
    display: block;
}

.auth_styles .toggle-password.show .eye-closed {
    display: none;
}

.auth_styles .match {
    border-color: #198754 !important;
}

.auth_styles .not-match {
    border-color: #dc3545 !important;
}
.commontabledesign td, .commontabledesign th {
    padding: 8px!important;
}
.btn-primary.exel_btn {
    background: #1BAA3F;
    border-color: #1BAA3F;
    height: 40px;
}
.commontabledesign thead th {
    border-color: #286686 !important;
    vertical-align: middle;
}
.table>tbody tr.total-bg td, .table>tbody tr.total-bg, .table .total-bg{
    background: #13587c2b;
}
/*payout modal*/
/* ── Modal Shell ── */
.payout-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100vh;
}

.payout-modal .modal-content {
  border-radius: 0;
  border: none;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
}

.payout-modal.modal.fade .modal-dialog {
  transition: transform 0.35s cubic-bezier(.4,0,.2,1), opacity 0.35s ease;
  transform: translateY(30px);
  opacity: 0;
}

.payout-modal.modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

/* ── Sticky Header ── */
.payout-modal .modal-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem 2rem;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}

.payout-modal .back-link {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.payout-modal .back-link:hover { color: #1a7a4a; }

.payout-modal .back-link svg {
  width: 16px;
  height: 16px;
}

/* ── Modal Body ── */
.payout-modal .modal-body {
  padding: 2.5rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

/* ── Top Section ── */
.payout-modal .payslip-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.payout-modal .employee-name {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.25rem;
}

.payout-modal .employee-role {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.payout-modal .badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.payout-modal .badge-paid {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8f5ef;
  color: #1a7a4a;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  border: 1px solid #c3e6d3;
}

.payout-modal .badge-paid::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #22c470;
  border-radius: 50%;
}

.payout-modal .pay-period {
    color: #2e3032;
    font-size: 14px;
    border: 1.5px solid #e5e7eb;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 600;
}

.payout-modal .net-pay-box {
  background: #e8f5ef;
  border: 1.5px solid #c3e6d3;
  border-radius: 16px;
  padding: 1.25rem 1.75rem;
  text-align: right;
  min-width: 180px;
}

.payout-modal .net-pay-label {
  font-size: 0.8rem;
  color: #1a7a4a;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.payout-modal .net-pay-amount {
  font-size: 2rem;
  font-weight: 700;
  color: #1a7a4a;
  line-height: 1.1;
}

/* ── Info Cards ── */
.payout-modal .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.payout-modal .info-card {
    background: #EFF6FF80;
    border-radius: 14px;
    padding: 1.4rem 1.5rem;
    border: 0.8px solid #BEDBFF;
}

.payout-modal .info-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #1C398E;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.payout-modal .info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.45rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.payout-modal .info-row:last-child { border-bottom: none; }

.payout-modal .info-label {
    color: #6b7280;
    font-size: 14px;
}

.payout-modal .info-value {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: right;
}

.payout-modal .info-value-highlight {
  color: #e05a1e;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: right;
}

/* ── Accordion Section ── */
.payout-modal .accordion-section {
    padding: 0 2.5rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.payout-modal .accordion-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.payout-modal .acc-item {
  border: 1px solid #dce8f5;
  border-radius: 12px;
  overflow: hidden;
}

.payout-modal .acc-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: #eef4fc;
  border: none;
  cursor: pointer;
  text-align: left;
}

.payout-modal .acc-trigger-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e3a6e;
}

.payout-modal .acc-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.payout-modal .acc-icon.open { transform: rotate(0deg); }
.payout-modal .acc-icon.closed { transform: rotate(180deg); }

.payout-modal .acc-body { background: #fff; }

.payout-modal .acc-rows { padding: 0 1.25rem; }

.payout-modal .acc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.payout-modal .acc-row:last-child { border-bottom: none; }

.payout-modal .acc-row-label {
  font-size: 0.875rem;
  color: #374151;
}

.payout-modal .acc-row-value {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}

.payout-modal .acc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background: #eef4fc;
  margin-top: 0.25rem;
}

.payout-modal .acc-footer-label,
.payout-modal .acc-footer-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e3a6e;
  display: inline-block;
}

/* ── Sticky Footer ── */
.payout-modal .modal-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 1.25rem 2.5rem;
  border-top: 1px solid #e5e7eb;
  background: #fff;
  position: sticky;
  bottom: 0;
}

.payout-modal .btn-action {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.6rem 1.5rem;
  border-radius: 8px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  color: #111827;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.payout-modal .btn-action:hover { background: #f5f5f5; }

.payout-modal .btn-action svg {
  width: 14px;
  height: 14px;
}

.payout-modal .btn-action-primary {
  background: #1a7a4a;
  color: #fff;
  border-color: #1a7a4a;
}

.payout-modal .btn-action-primary:hover {
  background: #155f38;
  color: #fff;
}
.payout-modal .remark {
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;
    padding: 0 2.5rem 2rem;
}
.payout-modal .remark textarea {
    height: 100px;
}
/*.btn-open-payslip {*/
/*    background: #00800017;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border: none;*/
/*    border-radius: 50px;*/
/*    padding: 8px;*/
/*}*/
.btn-open-payslip svg {
    
    width: 100%;
    height: 100%;
  
}
div#subProjectTable_filter {
    display: none;
}
.view_img {
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
}
.selfie_col div {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}
.selfie_col div label {
    margin: 0px;
}
textarea.form-control {
    min-height: calc(1.5em + .94rem + 2px);
    height: 100px;
}
.btn-close {
    z-index: 999;
}
.modal-footer {
    border-top: none;
}
.reason > div {
    /*display: flex;*/
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}
.form-radio {
    width: 18px;
    height: 18px;
}
.reason > div label {
    margin: 0px;
}
.selfie_img {
    height: calc(100vh - 100px);
}
.selfie_modal .modal-dialog {
    max-width: fit-content;
}
.selfie_modal .btn-close {
    position: absolute;
    background-color: #c7c7c7;
    width: 25px;
    height: 25px;
    padding: 5px;
    opacity: 1;
    border-radius: 50%;
    right: -13px;
    top: -13px;
}
.selfie_img {
    height: calc(100vh - 100px);
    border-radius: 10px;
}

.senior-attendance-modal .modal-dialog {
    max-width: 1200px;
    margin: 0px auto;
}
.senior-attendance-modal .employee-control {
    font-size: 16px;
    height: auto;
}
.employee-info ul li p {
    display: flex;
    margin-bottom: 15px;
}
.broadcast-dropdown label:last-child {
    margin-bottom: 0;
}

.attempt-card {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 15px;
  background: #fff;
  transition: 0.2s ease;
}

.attempt-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.attempt-card .attempt-title {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

.attempt-card .detail-row {
  display: flex;
  margin-bottom: 8px;
  font-size: 14px;
}

.attempt-card .detail-label {
  width: 110px;
  font-weight: 500;
  color: #777;
}

.attempt-card .detail-value {
  flex: 1;
  color: #333;
}

/* Status Styles */
.attempt-card .status {
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
}

.attempt-card .status-rejected {
  background: #ffe5e5;
  color: #d63031;
}

.attempt-card .status-pending {
  background: #fff4d6;
  color: #e17055;
}

.attempt-card .status-approved {
  background: #e6f9f0;
  color: #00b894;
}
.my_colleagues .card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.my_colleagues .section-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #9ca3af;
    padding: 20px;
}

.my_colleagues .person-row {
    display: grid;
    align-items: center;
    gap: 18px;
    padding: 16px 28px;
    border-top: 1px solid #f1f3f5;
    transition: background 0.15s ease;
    grid-template-columns: 52px 1fr 450px;
}
.my_colleagues .person-row:hover {
  background: #fafbfc;
}

.my_colleagues .person-row:first-of-type {
  border-top: none;
}

.my_colleagues .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #f0f0f0;
}

.my_colleagues .avatar svg {
  width: 30px;
  height: 30px;
  color: #9ca3af;
}

.my_colleagues .person-info {
  flex: 1;
}

.my_colleagues .person-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

.my_colleagues .person-role {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 2px;
}

.my_colleagues .contact-info {
  display: flex;
  align-items: center;
  gap: 28px;
}

.my_colleagues .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #374151;
    font-size: 0.85rem;
    font-weight: 700;
    min-width: 130px;
}

.my_colleagues .contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.my_colleagues .contact-icon svg {
  width: 14px;
  height: 14px;
  color: #3b82f6;
}

.my_colleagues .divider {
  height: 1px;
  background: #e5e7eb;
  margin: 0px ;
}

@media (max-width: 640px) {
  .my_colleagues .contact-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .my_colleagues .person-row {
    flex-wrap: wrap;
  }
}



.my_profile_sec .profile-section { 
  margin-top: 36px; 
}

.my_profile_sec .profile-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.my_profile_sec .profile-avatar-wrap { 
  position: relative; 
  flex-shrink: 0; 
}

.my_profile_sec .profile-avatar {
  width: 72px; 
  height: 72px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex; 
  align-items: center; 
  justify-content: center;
  overflow: hidden;
  border: 2.5px solid #f0f0f0;
}

.my_profile_sec .profile-avatar svg { 
  width: 42px; 
  height: 42px; 
  color: #9ca3af; 
}

.my_profile_sec .profile-edit-btn {
  position: absolute; 
  bottom: 0; 
  right: 0;
  width: 24px; 
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  display: flex; 
  align-items: center; 
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  transition: background 0.15s;
}

.my_profile_sec .profile-edit-btn:hover { 
  background: #f0f4ff; 
}

.my_profile_sec .profile-edit-btn svg { 
  width: 11px; 
  height: 11px; 
  color: #6b7280; 
}

.my_profile_sec .profile-details { 
  flex: 1; 
}

.my_profile_sec .profile-name { 
  font-size: 1.05rem; 
  font-weight: 700; 
  color: #111827; 
  line-height: 1.3; 
}

.my_profile_sec .profile-role { 
  font-size: 0.82rem; 
  color: #6b7280; 
  margin-top: 4px; 
}

.my_profile_sec .profile-dept { 
  font-size: 0.82rem; 
  color: #6b7280; 
  margin-top: 1px; 
}

.my_profile_sec .profile-contacts { 
  display: flex; 
  flex-direction: column; 
  gap: 12px; 
  min-width: 230px; 
}

.my_profile_sec .profile-contact-item { 
  display: flex; 
  flex-direction: column; 
  gap: 1px; 
}

.my_profile_sec .profile-contact-label { 
  font-size: 0.72rem; 
  color: #9ca3af; 
  font-weight: 500; 
  letter-spacing: 0.2px; 
}

.my_profile_sec .profile-contact-value { 
  font-size: 0.9rem; 
  font-weight: 600; 
  color: #111827; 
}

@media (max-width: 640px) {
  .my_profile_sec .profile-card { 
    flex-wrap: wrap; 
  }

  .my_profile_sec .profile-contacts { 
    min-width: 100%; 
  }
}
#ticketTable .view_ticket, #ticketTable .close_ticket {
     padding: 5px 10px;
     border-radius: 5px;
     font-size: 14px;
     white-space: nowrap;
}
#ticketTable .close_ticket {
    background: #ff6700;
    
    color: #fff!important;
    
}
#ticketTable .view_ticket {
    background: #13587c;
    color: #ffffff !important;
}
.view_pop_close {
    position: absolute;
    right: 14px;
    top: 15px;
}
.login_dropdown {
    padding: 0px;
}
.login_dropdown a {
    padding: 10px 12px;
}
.commontabledesign tr:nth-child(even) td {
    background: #a3b0b70f;
}
.badge {
    padding: .50em .8em;
}
.form-control-lg {
    font-size: 14px;
}
.star {
    color: red;
}
.border-btn-primary {
    display: inline-flex;
    align-items: center;
    border: #14597d 2px solid;
    color: #13587c;
}



    /* ── Stat Cards ── */
.ticket-analytics .stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.35rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.04);
    border-left: 4px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease;
    /*cursor: default;*/
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    height: calc(25.6% - 1rem);
}

    .ticket-analytics .stat-card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0) 60%, rgba(255,255,255,.45));
      pointer-events: none;
    }

    .ticket-analytics .stat-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 20px rgba(0,0,0,.09);
    }

    .ticket-analytics .stat-card.open    { border-left-color: #3b82f6; }
    .ticket-analytics .stat-card.done    { border-left-color: #ef4444; }
    .ticket-analytics .stat-card.withdrawn { border-left-color: #f59e0b; }
    .ticket-analytics .stat-card.total   { border-left-color: #14597d; }

    .ticket-analytics .stat-label {
      font-size: .875rem;
      font-weight: 500;
      color: #64748b;
      letter-spacing: .01em;
    }

    .ticket-analytics .stat-value {
      font-family: 'DM Mono', monospace;
      font-size: 2rem;
      font-weight: 500;
      letter-spacing: -.04em;
      line-height: 1;
    }

    .ticket-analytics .stat-card.open     .stat-value { color: #3b82f6; }
    .ticket-analytics .stat-card.done     .stat-value { color: #ef4444; }
    .ticket-analytics .stat-card.withdrawn .stat-value { color: #f59e0b; }
    .ticket-analytics .stat-card.total    .stat-value { color: #14597d; }

    /* ── Chart Card ── */
    .ticket-analytics .chart-card {
      background: #fff;
      border-radius: 16px;
      padding: 2rem 2rem 1.5rem;
      box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.04);
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .ticket-analytics .chart-title {
      font-size: 1rem;
      font-weight: 600;
      color: #1a1f2e;
      letter-spacing: -.02em;
      margin-bottom: 1.5rem;
      align-self: flex-start;
    }

    .ticket-analytics .chart-wrap {
      width: 100%;
      max-width: 340px;
      aspect-ratio: 1;
      position: relative;
    }

    /* ── Legend ── */
    .ticket-analytics .legend {
      display: flex;
      gap: 1.5rem;
      margin-top: 1.25rem;
      flex-wrap: wrap;
      justify-content: center;
    }

    .ticket-analytics .legend-item {
      display: flex;
      align-items: center;
      gap: .45rem;
      font-size: .8rem;
      font-weight: 500;
      color: #475569;
    }

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

    /* ── Animations ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(18px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .ticket-analytics .stat-card { animation: fadeUp .45s ease both; }
    .ticket-analytics .stat-card:nth-child(1) { animation-delay: .05s; }
    .ticket-analytics .stat-card:nth-child(2) { animation-delay: .12s; }
    .ticket-analytics .stat-card:nth-child(3) { animation-delay: .19s; }
    .ticket-analytics .stat-card:nth-child(4) { animation-delay: .26s; margin: 0px; }
    .ticket-analytics .chart-card { animation: fadeUp .5s .1s ease both; }

    /* ── Responsive ── */
    @media (max-width: 767px) {
      .chart-wrap { max-width: 260px; }
    }
    
    .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #13587c;
    border-color: #13587c;
}

.table .btn {
    padding: 7px 10px;
    height: auto;
    font-size: 14px;
    border-radius: 5px;
    min-height: 30px;
}
.drop_btn {
    background: #fff;
    padding: 8px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 13%);
    border-radius: 8px;
    margin-left: 15px;
}
.status_btn {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 6px;
    display: inline-block;
    line-height: 1;
}
.status_btn.status_withdrawn, .status_btn.status_closed {
    background: #34c38f;
    color: #ffffff;
}
.status_btn.status_open {
    background: #f6685d;
    color: #ffffff;
}
.candidate_lists {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
}
.candidate_lists > div {
    display: grid;
    grid-template-columns: 100px 5px 1fr;
    gap: 10px;
}

.coming-soon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    border-radius: 16px;
    background-color: #ffffff;
    text-align: center;
    max-width: 1200px;
    margin: 40px auto;
    box-shadow: 0px 1px 2px -1px #0000001A;
    box-shadow: 0px 1px 3px 0px #0000001A;
}


.coming-soon-wrapper h2 {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 14px 0;
}

.coming-soon-wrapper p {
    font-size: 14px;
    color: #6b7a8d;
    line-height: 1.7;
    max-width: 700px;
    margin: 0;
}

#pdf-container canvas{
    width:100%;
    margin-bottom:10px;
    border:1px solid #ddd;
    border-radius: 10px;
}



  .invoice-header-title .inv-icon {
    width: 34px; height: 34px;
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
  }


.invoice-meta {
    border-bottom: 1.5px dashed #dce6f0;
    margin-bottom: 10px;
}

  .meta-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.9rem;
  }

  .meta-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #1b6ca8;
    flex-shrink: 0;
  }

  .meta-item .meta-label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #7a8fa6;
    min-width: 130px;
  }

  .meta-item .meta-value {
    font-size: 0.92rem;
    font-weight: 600;
    color: #0f2d4a;
    padding: 3px 12px;
  }
  
  
   .notifications-wrapper {
      max-width: 780px;
      margin: 0 auto;
    }
 
 
    .notifications-card {
      background: #ffffff;
      border-radius: 14px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
      overflow: hidden;
    }
 
    /* Section label */
    .section-label {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 14px 22px 8px;
      font-size: 0.72rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #9ca3af;
      background: #ffffff;
    }
 
    .section-label .new-badge {
      background: #ef4444;
      color: #fff;
      font-size: 0.62rem;
      font-weight: 700;
      padding: 1px 7px;
      border-radius: 20px;
      letter-spacing: 0.04em;
    }
 
    /* Notification item */
    .notif-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 14px 22px;
      border-top: 1px solid #e4e8ef;
      transition: background 0.15s ease;
      cursor: pointer;
    }
 
    .notif-item:hover {
      background: #f9fafb;
    }
 
    .notif-item.unread {
      background: #f0f4ff;
      border-left: 3px solid #3b6ef8;
    }
 
    .notif-item.unread:hover {
      background: #e8eeff;
    }
 
    /* Icon circle */
    .notif-icon {
      flex-shrink: 0;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }
 
    .notif-icon.blue {
      background: #3b6ef8;
    }
 
    .notif-icon.gray {
      background: #f3f4f6;
      border: 1.5px solid #e4e8ef;
    }
 
    .notif-icon svg {
      width: 17px;
      height: 17px;
    }
 
    .notif-icon.blue svg { stroke: #fff; }
    .notif-icon.gray svg { stroke: #9ca3af; }
 
    /* Content */
    .notif-content {
      flex: 1;
      min-width: 0;
    }
 
    .notif-title {
      font-size: 0.875rem;
      font-weight: 600;
      color: #1a1f2e;
      margin-bottom: 2px;
      line-height: 1.4;
    }
 
    .notif-desc {
      font-size: 0.825rem;
      color: #6b7280;
      line-height: 1.45;
      margin-bottom: 4px;
    }
 
    .notif-time {
      font-size: 0.75rem;
      color: #9ca3af;
    }
 
    /* Divider between sections */
    .section-divider {
      border: none;
      border-top: 1px solid #e4e8ef;
      margin: 0;
    }
 
    /* Animations */
    .notif-item {
      animation: fadeSlideIn 0.3s ease both;
    }
 
    @keyframes fadeSlideIn {
      from { opacity: 0; transform: translateY(6px); }
      to   { opacity: 1; transform: translateY(0); }
    }
 
    .notif-item:nth-child(1)  { animation-delay: 0.05s; }
    .notif-item:nth-child(2)  { animation-delay: 0.10s; }
    .notif-item:nth-child(3)  { animation-delay: 0.15s; }
    .notif-item:nth-child(4)  { animation-delay: 0.20s; }
    .notif-item:nth-child(5)  { animation-delay: 0.25s; }
    .notif-item:nth-child(6)  { animation-delay: 0.30s; }
    .notif-item:nth-child(7)  { animation-delay: 0.35s; }
    .notif-item:nth-child(8)  { animation-delay: 0.40s; }

 .bell-wrapper {
     position: relative;
 }
 .bell-wrapper:hover .bell-icon {
      animation: bellRing 0.5s ease;
    }
 
    .bell-icon {
      width: 22px;
      height: 22px;
      stroke: #3b6ef8;
      stroke-width: 2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: block;
    }
 
.bell-count {
    position: absolute;
    top: -6px;
    right: -9px;
    min-width: 18px;
    height: 18px;
    background: #ef4444;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid #f4f6f9;
    line-height: 1;
    animation: popIn 0.35s cubic-bezier(0.34,1.56,0.64,1) both;
}
 
    @keyframes bellRing {
      0%   { transform: rotate(0deg); }
      20%  { transform: rotate(12deg); }
      40%  { transform: rotate(-10deg); }
      60%  { transform: rotate(8deg); }
      80%  { transform: rotate(-5deg); }
      100% { transform: rotate(0deg); }
    }
 
    @keyframes popIn {
      from { transform: scale(0); opacity: 0; }
      to   { transform: scale(1); opacity: 1; }
    }


.my-management .td-photo { 
  width: 60px; 
  text-align: center; 
}

.my-management .avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  border: 2px solid var(--border);
}

.my-management .avatar-placeholder {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c7d2fe, #a5b4fc);
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #3730a3;
    border: 2px solid var(--border);
    justify-content: center;
}

/* NAME */
.my-management .td-name { 
  min-width: 160px; 
}

.my-management .name {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 14px;
}

/* DESIGNATION */
.my-management .td-designation { 
  min-width: 180px; 
}

.my-management .desig-title {
  color: var(--text-primary);
}

.my-management .desig-tag {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
}

.my-management .desig-tag.blue {
  background: var(--tag-blue);
  color: var(--tag-blue-text);
}

.my-management .desig-tag.green {
  background: var(--tag-green);
  color: var(--tag-green-text);
}

/* MOBILE */
.my-management .td-mobile { 
  min-width: 150px; 
}

.my-management .mobile {
  color: var(--text-secondary);
  letter-spacing: 0.01em;
}

/* EMAIL */
.my-management .td-email { 
  min-width: 220px; 
}


.my-management .email {
  color: var(--accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.my-management .email:hover { 
  text-decoration: underline; 
}

.my-management .email-icon {
  width: 14px;
  height: 14px;
  opacity: 0.6;
  flex-shrink: 0;
}

.custom-upload-area {
    position: relative;
    width: 100%;
    height: 160px;
    border: 2px dashed #0dcaf0; /* Matches the btn-info color you used */
    border-radius: 8px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.custom-upload-area:hover, 
.custom-upload-area.dragover {
    background-color: #e0fbfc; /* Light blue on hover */
    border-color: #0bacbe;
}

/* Make the file input invisible but stretch over the whole area */
.custom-upload-area input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 2;
}

.custom-upload-area .upload-content {
    z-index: 1;
    pointer-events: none; /* Let clicks pass through to the input */
}

.custom-upload-area .upload-icon {
    font-size: 3rem;
    color: #0dcaf0;
    margin-bottom: 10px;
    display: block;
}

.custom-upload-area .upload-content p {
    font-weight: 500;
    color: #495057;
}

.card-header {
    padding: .75rem .75rem;
    margin-bottom: 0;
    background-color: rgb(18 87 123);
    border-bottom: 0 solid #f6f6f6;
    color: #fff;
    font-size: 15px;
    border-radius: 13px 13px 0px 0px;
    line-height: revert-layer;
}
.card-body {
    border: 0.94px solid #F3F4F6!important;
}
.card-footer {
    background: #d6f3e9;
    border-radius: 0px 0px 13px 13px;
    padding: 19px;
}
.badge {
    border: none;
    padding: 7px;
    font-size: 14px;
}
.text-bg-success {
    background: #00800024;
    
    color: green;
}
.text-bg-danger {
       background: #f4433633;
    color: #F44336;
}

.badge.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgb(52 195 143 / 24%) !important;
    color: green;
}
.invoice_status {
    display: flex;
    gap: 5px;
    align-items: center;
}
span#invoiceStatus {
    background: #00800033;
    padding: 7px 7px;
    color: green;
    border-radius: 6px;
    line-height: 1;
}
/* ── Responsive ── */
@media (max-width: 768px) {
  .payout-modal .info-grid { grid-template-columns: 1fr; }
  .payout-modal .payslip-top { flex-direction: column; }
  .payout-modal .net-pay-box { text-align: left; width: 100%; }
  .payout-modal .modal-body { padding: 1.5rem; }
  .payout-modal .accordion-section { padding: 0 1.5rem 2rem; }
}
