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

body {
    font-family: 'Product Sans', sans-serif !important;

    overflow-x: hidden;
    background: #ededed !important;
}

p {
    font-family: 'Product Sans', sans-serif;
}

h5,
h6 {
    font-family: 'Product Sans', sans-serif;
}

a {
    font-family: 'Product Sans', sans-serif;
}

span {
    font-family: 'Product Sans', sans-serif;

}

tr {
    font-family: 'Product Sans', sans-serif;
}


.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 6px !important;
}

.container {
    max-width: 1520px !important;
}

/* golobal css start  */
.text-lite-gray {
    color: #818181;
}

td.text-success {
    font-weight: 600;
}

td.text-danger {
    font-weight: 600;
}

/* golobal css end */


/* section sidebar here style start */
.hamburger {
    display: none;
}

.d-desktop-none {
    display: none;
}

.logo {
    margin: 0px 0 28px;
    /* background: #fff; */
}

.logo img {
    width: 100%;
    background: #fff;
    border-radius: 12px;
}

.sidebar {
    width: 16%;
    height: 100vh;
    position: fixed;
    padding: 20px 20px 20px 8px;
    overflow-y: auto;
    background: #343a40;
    z-index: 9;
}

.sidebar::-webkit-scrollbar {
    width: 2px;
    background: #dddd;
}

.sidebar::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #faaf40;
}

.sidebar .nav-item .nav-link {
    color: #fbfbfb;
    font-size: 15px;
    margin: 3px 0;
    border-radius: 16px;
    font-weight: 500;
    font-family: 'Product Sans', sans-serif;
    padding: 8px 9px;
}

.sidebar .nav-item .nav-link.active svg {
    color: #262261;
    font-weight: 700;
}

.sidebar .nav-item .nav-link:hover {
    /* color: #fff;
    background: #262261; */
}

.sidebar .nav-item .nav-link:hover svg {
    color: #262261;
}

.sidebar .nav-item .nav-link.active {
    /* background: #262261; */
    color: #faaf40;
}

.sidebar .nav-item .collapse .nav-link {
    font-size: 15px;
    padding-left: 20px;
    color: #fbfbfb;
}

.add-left-side-line {
    position: relative;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.3s ease;
}

.overlay.show {
    display: block;
    opacity: 1;
}

.hamburger svg.svg-inline--fa.fa-bars {
    position: relative;
    z-index: 9999;
}

.add-left-side-line::before {
    content: '';
    width: 2px;
    height: 85%;
    background: #fbfbfb;
    position: absolute;
    left: 18px;
    right: 0;
    bottom: 15px;
}

.add-left-side-line li.nav-item a.nav-link svg {
    transform: rotate(90deg);
    color: #fbfbfb;
}

.sidebar .nav-item .collapse .nav-link svg.svg-inline--fa.fa-arrow-turn-up {
    margin-bottom: -6px;
}

.sidebar .nav-item .nav-link svg {
    color: #fbfbfb !important;
    padding-right: 10px;
}

.user-profile {
    display: flex;
    /* justify-content: center; */
    background: #F5F5F5;
    padding: 8px;
    border-radius: 12px;
    /* position: fixed;
    bottom: 5px;
    left: 21px; */
    margin-top: 120px;
}

.user-profile img.rounded-circle {
    border: 2px solid;
}

.user-profile strong {
    color: #262261;
}

.user-profile .dropdown a#dropdownUser1 {
    color: #faaf40;
}

.user-profile .dropdown .dropdown-toggle .text-white {
    color: #faaf40 !important;
}

.user-profile ul.dropdown-menu.dropdown-menu-dark.text-small.shadow.show {
    background: #262261;
}

.user-profile ul.dropdown-menu.dropdown-menu-dark.text-small.shadow.show li a.dropdown-item:hover {
    background: #faaf40;

}

.user-profile .dropdown a#dropdownUser1 img.rounded-circle.me-2 {
    width: 50px;
    height: 50px;
}

/* section sidebar here style end */


/* section right side section style start  */
.top-main-header-vc {
    position: sticky;
    top: 0;
    z-index: 99;
}

section.dashboard-cards {
    margin-bottom: 15px;
}

.top-banner-image-inner {
    display: flex;
    justify-content: space-between;
}

.today-day-div .today-day-div-content {
    /* background: #fff; */
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
}

.top-main-header {
    background: #343a40;
    position: relative;
    left: -29px;
    width: 105%;
    padding-right: 30px;
}

.my-drop-li span {
    color: #fff;
}

.today-day-div .today-day-div-content p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}

.notification-div-vc {
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification-div .notification-div-vc svg {
    font-size: 17px;
    /* background: #fff; */
    padding: 14px;
    border-radius: 50%;
}

.top-banner {
    border-radius: 13px;
    margin-bottom: 23px;
    margin-top: 22px;
}

.box {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 12px;
    box-shadow: 0 0 14px -7px #000;
}

.box .box-vc ul {
    padding: 0;
    gap: 15px;
    align-items: center;
}

.box .box-vc ul li h2 {
    font-size: 26px;
    font-weight: 600;
}

.box .box-vc li svg {
    font-size: 25px;
    background: #faaf40;
    padding: 9px 13px;
    color: #fff;
    border-radius: 10px;
}

.active-project.box .box-vc .text-area ul li svg {
    background: #03A7D7;
}

.complete-project.box .box-vc .text-area ul li svg {
    background-color: #0050F8;
}

.box .box-vc h4 {
    font-weight: 700;
    font-size: 25px;
}

.box .box-vc span.some-text-small {
    font-size: 15px;
}

.box .box-vc h4 small {
    font-size: 14px;
    color: #faaf40;
}

.percentage {
    display: inline-block;
    border: 7px solid #e0e0e0;
    /* Default background border */
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.percentage-vc {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    position: relative;
    z-index: 1;
}

/* Pseudo element for the 90% border */
.percentage::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #faaf40;
    /* Color of the 90% border */
    border-right-color: #faaf40;
    transform: rotate(324deg);
    /* 90% = 360 * 0.9 = 324 degrees */
    z-index: 0;
}

.box .box-vc span {
    font-size: 14px;
    font-weight: 300;
    color: #000000a8;
}

/* section right side section style start end */

/* section all category start */
.all-category-box-vc {
    padding: 21px 20px 21px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.25s;
    min-height: 100%;
}

.all-category-box-vc:hover {
    transform: translateY(-0.3333333333rem);
    box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
}

.all-category-box-vc-inner {
    /* height: 203px; */
}

section.all-category-box {
    padding: 20px 0;
}

.all-category-box-vc .all-category-box-vc-inner h3 {
    font-size: 18px;
    font-weight: 700;
}

/* section all category end */


/* section lastest notification here style start */
section.lastest-notification .lastest-notification-box {
    background-color: #fff;
    padding: 22px;
    border-radius: 12px;
    height: 90%;
    overflow: hidden;

}

.lastest-notification-message-box {
    background: #F3F6F9;
    padding: 12px 10px;
}

.lastest-notification-message-box-vc ul {
    padding: 0;
    margin: 0;
}

.lastest-notification-message-box-vc ul li {
    font-weight: 600;
    position: relative;
    font-size: 15px;
}

.lastest-notification-message-box-vc ul li::before {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #262261;
    position: absolute;
    left: -24px;
    top: 8px;
    border-radius: 50%;
}

.text-light-gray {
    color: #BFBFBF;
}

.text-light-yellow-color {
    color: #FAAF40;
}

.lastest-notification-box-vc-inner h3 {
    color: #212121;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 22px;
}

.lastest-notification-message-box {
    background: #F3F6F9;
    padding: 18px 25px 18px 40px;
}

.lastest-notification-message-box-vc-2 svg {
    padding-left: 7px;
    font-size: 15px;
}

.lastest-notification-message-box-vc-2 span {
    font-size: 14px;
}

.lastest-notification-message-box.none-dots-low-weight .lastest-notification-message-box-vc ul li {
    font-weight: normal;
}

.lastest-notification-message-box.none-dots-low-weight .lastest-notification-message-box-vc ul li::before {
    display: none;
}

.notification-view-all-btn a.text-light-yellow-color {
    text-decoration: none;
    font-weight: 700;
}

.schedule-box {
    background: #fff;
    padding: 44px 27px;
    min-height: 100%;
    border-radius: 12px;
}

.schedule-text-area-heading h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.schedule-text-area-heading li {
    font-size: 16px;
    color: #000000;
    margin-top: 11px;
}

.meeting-time-div h2 {
    font-size: 29px;
    font-weight: 700;
}

.meeting-time-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.meeting-time-content p {
    font-size: 12px;
}

.meeting-time-content span {
    font-size: 11px;
}

button.btn.btn-light-sky {
    background: #00b3f226;
    width: 100%;
    margin-top: 36px;
    color: #00ACE8;
    font-weight: 600;
    font-size: 16px;
}

/* section lastest notification here style end */



/* section application style start */
.applicants-container {
    /* max-width: 600px; */
    background-color: white;
    /* border: 2px solid #d1e3f8; */
    border-radius: 10px;
    padding: 20px 35px;
    margin: 0 auto;
    overflow: auto !important;
}


.applicants-col {
    position: relative;
    top: -38px;
}

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

.applicants-header h3 {
    font-size: 20px;
    font-weight: bold;
}

.view-all {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.view-all:hover {
    text-decoration: underline;
}

.applicants-table {
    width: 100%;
    border-collapse: collapse;
}

.applicants-table th {
    text-align: left;
    padding-bottom: 10px;
    color: #d3d3d3;
    font-size: 17px;
}

.applicants-table td {
    padding: 15px 0;
    /* border-top: 1px solid #e9e9e9; */
    font-size: 16px;
    font-weight: 600;
}

.status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.user-interview {
    background-color: #00aaff;
}

.hr-interview {
    background-color: #00aaff;
}

.resume-review {
    background-color: #00aaff;
}

.canceled {
    background-color: #ff4d4d;
}

.attendance-container {
    max-width: 400px;
    background-color: white;
    /* border: 2px solid #d1e3f8; */
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
}

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

.attendance-header h3 {
    font-size: 20px;
    font-weight: bold;
}

table.applicants-table tbody tr svg {
    float: right;
    font-size: 20px;
    color: #d3d3d3;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00aaff;
    display: inline-block;
}

.attendance-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.attendance-item .icon-text span.text {
    font-size: 17px;
}

.icon {
    font-size: 20px;
    margin-right: 10px;
}

.value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.attendance-item .value span {
    font-size: 18px;
    font-weight: 600;
}

.arrow {
    color: #d3d3d3;
}

.view-more {
    text-align: center;
    padding: 10px 0;
}

.view-more a {
    display: inline-block;
    padding: 10px 20px;
    color: #007bff;
    text-decoration: none;
    background-color: #f0f8ff;
    border-radius: 5px;
    font-weight: 600;
}

.view-more a:hover {
    background-color: #d0e8ff;
}

/* section application style end */



/* job application page style css start  */
/* .application-section .table thead th {
    font-weight: 600;
} */

.application-section .table tbody td {
    vertical-align: middle;
    border: 0;
    padding: 6px 16px;
    border-top: 1px solid #1717174a;
    font-size: 17px;
}

.application-section .table tbody td img {
    object-fit: cover;
}

.application-section .table tbody td a {
    color: #007bff;
}

.application-section .table tbody td a:hover {
    color: #0056b3;
}

.application-section .table {
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.application-section .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.application-section .table th {
    background-color: #e9ecef;
    padding: 16px 12px;
    font-size: 17px;
}

.application-section .table thead th {
    text-align: left;
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .application-section .table img {
        width: 30px;
    }
}


.application-section {
    padding: 32px 0 0;
}

.search-btn {
    background-color: #262261;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 0.25rem;
    border-radius: 10px;
}

.search-btn:hover {
    background-color: #faaf40;
    border: 1px solid #faaf40;
    color: #000;
}

.add-btn {
    border: 1px solid #faaf40;
    border-radius: 0.25rem;
    padding: 9px 8px;
    background: #faaf40;
    font-weight: 600;
    color: #faaf40;
    font-size: 15px;
    border-radius: 10px;
}

.add-btn:hover {
    background-color: #262261 !important;
}

.add-btn:hover a {
    color: #faaf40 !important;
}

.add-btn:hover svg {
    color: #faaf40;
}

.add-btn a {
    color: #fff !important;
    font-weight: 400;
    text-decoration: none;
    font-size: 13px;
}

.add-btn i {
    margin-right: 5px;
}

button.save-btn.bg-success.border-radius-4 {
    background: #faaf40 !important;
    border-radius: 10px;
}

button.save-btn.bg-success.border-radius-4:hover {
    background-color: #262261 !important;
}

section.application-section h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

section.application-section input.form-control {
    padding: 11px 22px;
}

section.application-section select.form-select {
    /* padding: 11px 22px; */
}

tbody.bg-light-white {
    background: #F3F6F9;
}

/* job application page style css end */


/* job requirements page style css start   */
.card-application {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.card-body p {
    margin: 0;
}

.applicant-number {
    color: #007bff;
    font-weight: bold;
}

.date {
    color: #dc3545;
    font-weight: bold;
}

.status-btn {
    background-color: #262261;
    color: white;
    border-radius: 5px;
    width: 100%;
    padding: 8px 8px;
}

.ellipsis-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    float: right;
}

.card.card-application span {
    float: right;
}

.card.card-application h5.card-title {
    font-weight: 600;
}

/* job requirements page style css end  */



/* job page style css start  */
section.application-section.job table.table.table-bordered.align-middle tr td {
    padding: 15px 13px;
}

.form-section {
    padding: 20px;
    background-color: #f8f9fa;
}

.form-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.add-link {
    color: #007bff;
    cursor: pointer;
    font-size: 0.9rem;
}

.save-btn {
    background-color: #0d3628;
    color: white;
    border: none;
    padding: 10px 20px;
    /* float: right; */
}

.form-section {
    padding: 20px;
    background-color: #f8f9fa;
    margin-top: 29px;
    border-radius: 10px;
}

section.form-section .form-group label.form-label {
    /* font-weight: 600; */
}

.what-we-offer textarea.form-control {
    width: 100%;
    height: 55px;
    margin: 0 !important;
    resize: none;
}

/* job page style css end */



/* Employee page style css start  */
.employee-grid-layout-vc-inner .card.card-application h5.card-title {
    font-size: 18px;
}

.text-light-purple {
    color: #704AC8;
    font-weight: 600;
    /* display: inline-block;
    background-color: #F0EAFF !important;
    border: 1px solid #704AC8 !important; */
}

.employee-grid-layout-vc-inner p.text-muted {
    background: #f1f1f1;
    padding: 8px 23px;
    border-radius: 52px;
    font-weight: 600;
    display: table;
    margin: 0 auto;
    font-size: 13px;
}

.employee-grid-layout-vc-inner .card.card-application .card-body img.card-img-top {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    height: 95px;
    margin: 0 auto;
    display: table;
    object-fit: cover;
}

section.application-section ul#pills-tab li.nav-item button {
    background: transparent;
    border: 1px solid #000;
}

section.application-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #000 !important;
}

section.application-section ul#pills-tab {
    gap: 15px;
}

section.application-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link svg {
    color: #fff !important;
}

.employee-grid-layout-vc-inner .card.card-application .card-body {
    padding: 30px 20px;
}

.image-user {
    height: 90px;
    width: 90px;
    display: table;
    margin: 0 auto;
}

.employee-grid-layout-vc-inner .card.card-application .card-body button {
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 6px;
}

/* Employee page style css end */



/* Profile page style css start */
.profile-headings h6 {
    font-size: 22px;
    font-weight: 600;
    /* margin-bottom: 25px; */
}

/* Profile page style css end */


/* pagination section style start */
ul.pagination li.page-item.active a.page-link {
    background: #faaf40;
    border: none;
    color: #fff;
}

ul.pagination li.page-item a.page-link {
    color: #000;
    box-shadow: none !important;
    font-size: 12px;
}

ul.pagination li.page-item .page-link:focus {
    box-shadow: 0 !important;
}

/* pagination section style end */


/* absents board page start   */
#attendanceCalendar {
    max-width: 1900px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

div#attendanceCalendar .fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion {
    font-size: 20px;
    color: #faaf40;
    text-decoration: none;
}

.fc-toolbar-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

div#attendanceCalendar .fc-daygrid-day-top a {
    color: #000;
    text-decoration: none;
    font-size: 19px;
}

.fc-daygrid-day-top {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
}

.fc-daygrid-event {
    border-radius: 8px;
    padding: 0.2rem 0.4rem;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.fc-daygrid-event-dot {
    display: none;
}

.fc-day-today {
    background-color: #f9f7d9 !important;
}

.fc-day-sat,
.fc-day-sun {
    background-color: #f1f1f1;
}

.fc-event-title {
    display: flex;
    align-items: center;
}

.fc-event-title img {
    margin-right: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.fc-h-event .fc-event-main {
    display: inline-block;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}

/* Colors for Present, Absent, and Off */
.fc-event-present {
    background-color: #28a745;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fc-event-absent {
    background-color: #dc3545;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fc-event-off {
    background-color: #6c757d;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hover effect for events */
.fc-event:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
}

/* absents board page end  */


/* jobs dashobard page css start  */
section.jabs-dashboard .card-body h3 {
    font-size: 13px;
    color: #262261;
    font-weight: 600;
}

.jabs-dashboard .card {
    border: none;
    border-radius: 6px;
    position: relative;
    background-color: #fff;
    transition: 0.55s;
    min-height: 100%;
}

.jabs-dashboard .card:hover {
    transform: translateY(-0.3333333333rem);
    box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25)
}

.jabs-dashboard .card::after {
    content: '';
    width: 100%;
    height: 2px;
}

.jabs-dashboard .card::before {
    content: '';
    width: 100%;
    height: 2px;
}

.jabs-dashboard .card-body {
    padding: 20px;
    background-color: #fffffff5;
    color: #000;
}

.jabs-dashboard .card-title {
    font-size: 13px;
    font-weight: 300;
    color: #faaf40;
}

.jabs-dashboard .card-text {
    font-size: 2.5rem;
    margin-top: 10px;
}

.jabs-dashboard .bi {
    font-size: 2rem;
    margin-top: 10px;
    color: #000;
}

.jabs-dashboard .bg-orange {
    background-color: #ff6f00;
}

.bg-purple {
    background-color: #6f42c1;
}

.card.bg-purple {
    background: #6f42c1;
}

i.text-purple {
    color: #6f42c1 !important;
}

i.bi.bi-person-check.text-orange {
    color: #ff6f00;
}

/* jobs dashobard page css end */


/* add new job requisition start  */
/* .btn.add-btn.text-success */
button.btn.add-btn.text-success {
    margin-left: auto;
    display: table;
    border: 2px solid;
}

.add-btn:hover {
    background-color: #262261;
}

.delete-btn {
    cursor: pointer;
}

.job-records-vc-inner {
    padding: 14px 0;
    margin: 6px 0;
    border-top: 2px solid #198754;
}


.requisition-activity table {
    width: 100%;
    border-collapse: collapse;
}

.requisition-activity th,
td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.requisition-activity th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.requisition-activity .form-control {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

.requisition-activity .date-input::placeholder {
    color: #ccc;
    font-style: italic;
}

.job-requisition-flow-heading.card-header.py-3 {
    border-bottom: 2px solid #ffc107;
}


/* add new job requisition start end */

section.form-section input {
    padding: 9px 12px;
}

section.form-section input::placeholder {
    font-size: 13.5px;
}

.form-group select {
    font-size: 15px;
    font-weight: 400;
    padding: 13px 11px;
}

input.form-check-input {
    padding: unset !important;
}

.job-requisition-flow-heading.card-header h6 {
    color: #262261 !important;
    font-weight: 700;
}

section.jabs-dashboard div h5 {
    font-size: 15px;
    font-weight: 400;
}

thead.table-light tr th {
    color: #262261;
    font-weight: 600;
    font-size: 13px;
}

table.table.table-bordered.align-middle tr td {
    padding: 12px 12px;
    font-size: 13px;
}

.dropdown ul.dropdown-menu li {
    padding: 4px 3px;
}

.dropdown ul.dropdown-menu li a.dropdown-item {
    color: #262261;
    font-size: 16px;
}

.dropdown ul.dropdown-menu li a.dropdown-item svg,
i {
    color: #262261;
    padding-right: 7px;
    font-weight: 800;
    font-size: 16px !important;
}

.dropdown ul.dropdown-menu li a.dropdown-item svg,
i {
    color: #ffc107;
}

.dropdown ul.dropdown-menu li a.dropdown-item:focus {
    background-color: #ffc107;
    color: #fff;
}

.dropdown ul.dropdown-menu li a.dropdown-item:hover {
    background-color: #262261;
    color: #ffc107;
}

button.add-btn svg {
    color: #fff;
}

button.add-btn svg {
    padding-right: 8px;
}

button#downloadButton i.bi.bi-save {
    font-size: 12px;
    padding-left: 3px;
}

button.add-btn i.bi.bi-skip-backward {
    color: #fff;
    padding: 0;
}

section.jabs-dashboard.attendace-page i.bi.bi-trash3 {
    font-size: 16px;
}

button#add-record {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#add-record:hover {
    background-color: #262261 !important;
}

button#add-section-tax-slabs {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#add-job-card-inner-btn {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#supplies-request-items-btn {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#request-details-btn {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#supporting-document-btn {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#dynamic-fields-questionnaire-btn {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#add-family-details-btn {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#add-new-education-btn {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#add-new-experience-btn {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#add-new-document-btn {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

button#add-reimbursement-expenses {
    border: 2px solid #faaf40;
    color: #faaf40 !important;
}

/* section employees edit page style start  */
.employee-profile-photo .employee-profile-photo-img {
    width: 150px;
    height: 206px;
    object-fit: cover;
    overflow: hidden;
    margin: 0 auto;
}

.employee-profile-photo .employee-profile-photo-img img.img-account-profile {
    width: 100%;
    border-radius: 3% !important;
    border: 2px solid #faaf40;
}

.employees-cnic img.img-account-profile {
    width: 100%;
}

.employees-cnic {
    width: 70%;
    margin: 0 auto;
}

section.form-section.job-requisition-flow.employees-edit-page.reimbursements-page-sec input,
select,
textarea {
    border: 1px solid #faaf40 !important;
}

/* section.form-section.job-requisition-flow.employees-edit-page.reimbursements-page-sec select {
    border: 1px solid #faaf40;
}
section.form-section.job-requisition-flow.employees-edit-page.reimbursements-page-sec  {
    border: 1px solid #faaf40;
} */
/* section employees edit page style end */
section.job-requisition-flow.resignation-edit-page-notice-period-sec .step-by-step span {
    font-size: 28px;
}


/* Custom styles for profile dropdown */
.my-drop-li {
    border: 1px solid #FAAF40 !important;
    border-radius: 4px !important;
}

.my-dropdown-menu {
    width: 250px;
}

.my-dropdown-menu img {
    object-fit: cover;
}

.my-dropdown-menu h6 {
    font-size: 1rem;
}

.my-dropdown-menu .fw-bold {
    font-weight: bold;
}

.my-dropdown-menu .dropdown-divider {
    border-color: #ddd;
}

.my-dropdown-menu .dropdown-item {
    padding: 10px 20px;
}

.my-dropdown-menu .d-flex div {
    flex-grow: 1;
}

.my-dropdown-menu .text-center {
    color: #333;
    font-size: 0.875rem;
}

.message-dropdown .dropdown-menu {
    width: 306px !important;
}

.message-dropdown .dropdown-menu img.rounded-circle {
    width: 21%;
    border: 1px solid #f5ac40;
}

.icon-container {
    font-size: 24px;
    cursor: pointer;
}

.icon-container i {
    font-size: 17px !important;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

:root {
    --dark-body: #3a3a4f;
    --dark-main: #343a40;
    --dark-second: #6e6e80;
    --dark-hover: #292b39;
    --dark-text: #e0e0e0;

    --light-body: #f7f8fc;
    --light-main: #ffffff;
    --light-second: #dcdce0;
    --light-hover: #f2f4f9;
    --light-text: #212121;

    --blue: #004080;
    --white: #ffffff;

    --shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;

    --font-family: 'Inter', serif;
}

.dark {
    --bg-body: var(--dark-body);
    --bg-main: var(--dark-main);
    --bg-second: var(--dark-second);
    --color-hover: var(--dark-hover);
    --color-txt: var(--dark-text);
}

.light {
    --bg-body: var(--light-body);
    --bg-main: var(--light-main);
    --bg-second: var(--light-second);
    --color-hover: var(--light-hover);
    --color-txt: var(--light-text);
}

.section-left-box-here .top-banner .heading h1 {
    font-size: 32px;
    font-weight: 600;
    color: #262261;
}

.section-left-box-here .top-banner .heading h5 {
    color: #faaf40;
    font-size: 19px;
}

.calendar {
    height: max-content;
    width: max-content;
    background-color: var(--bg-main);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.light .calendar {
    box-shadow: var(--shadow);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    color: var(--color-txt);
    padding: 10px;
}

.calendar-body {
    /* padding: 10px; */
}

.calendar-week-day {
    height: 50px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
}

.calendar-week-day div {
    display: grid;
    place-items: center;
    color: #faaf40;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    color: var(--color-txt);
}

.calendar-days div {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    cursor: pointer;
    animation: to-top 1s forwards;
}

.calendar-days div:hover {
    background-color: var(--light-hover);
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.dark .calendar-days div:hover {
    background-color: var(--dark-hover);
}

.calendar-days div span {
    position: absolute;
}

.calendar-days div.curr-date span {
    display: none;
}

.month-picker {
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    color: #faaf40;
}

.month-picker:hover {
    background-color: var(--color-hover);
}

.year-picker {
    display: flex;
    align-items: center;
}

.year-change {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 10px;
    cursor: pointer;
}

.year-change:hover {
    background-color: var(--color-hover);
}

.calendar-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.toggle {
    display: flex;
}

.toggle span {
    margin-right: 10px;
    color: var(--color-txt);
}

.dark-mode-switch {
    position: relative;
    width: 48px;
    height: 25px;
    border-radius: 14px;
    background-color: var(--bg-second);
    cursor: pointer;
}

.dark-mode-switch-ident {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: var(--bg-main);
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.2s ease-in-out;
}

.dark .dark-mode-switch .dark-mode-switch-ident {
    top: 2px;
    left: calc(2px + 50%);
}

.month-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bg-main);
    padding: 20px;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
    display: grid;
    transform: scale(1.5);
    visibility: hidden;
    pointer-events: none;
}

.month-list.show {
    transform: scale(1);
    visibility: visible;
    pointer-events: visible;
    transition: all 0.2s ease-in-out;
}

.month-list>div {
    display: grid;
    place-items: center;
}

.month-list>div>div {
    width: 100%;
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: var(--color-txt);
}

.month-list>div>div:hover {
    background-color: var(--color-hover);
}

@keyframes to-top {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



section.dashboard-cards .dashboard-cards-vc-card {
    border-radius: 0.375rem;
    box-shadow: 0 0 1px rgba(var(--bs-body-color-rgb), 0.125), 0 1px 3px rgba(var(--bs-body-color-rgb), 0.2);
    position: relative;
    display: block;
    margin-bottom: 1.25rem;
    --bs-link-color-rgb: none;
    --bs-link-hover-color-rgb: none;
    --bs-heading-color: none;

}

.inner h3 {
    font-size: 19px;
}

section.dashboard-cards .dashboard-cards-vc-card>.inner span {
    font-size: 15px;
}

section.dashboard-cards .dashboard-cards-vc-card>.inner {
    padding: 10px;
}

section.dashboard-cards .dashboard-cards-vc-card .h3 {
    font-size: 2.2rem;
}

section.dashboard-cards .dashboard-cards-vc-card p {
    font-size: 1rem;
}

section.dashboard-cards .dashboard-cards-vc-card .dashboard-cards-vc-card-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 0;
    height: 70px;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.15);
    transition: transform 0.3s linear;
}

section.dashboard-cards .dashboard-cards-vc-card>.dashboard-cards-vc-card-footer {
    position: relative;
    z-index: 10;
    display: block;
    padding: 3px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.07);
}

section.dashboard-cards .dashboard-cards-vc-card>.dashboard-cards-vc-card-footer {
    position: relative;
    z-index: 10;
    display: block;
    padding: 3px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.07);
    text-decoration: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.5s ease;
    /* Transition for opacity */
}

.modal.show {
    display: block;
    opacity: 1;
    /* Fade-in effect */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    transform: translateY(-50px);
    /* Start slightly off-screen */
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* Transition for opacity and transform */
}

.modal.show .modal-content {
    opacity: 1;
    /* Fade in modal content */
    transform: translateY(0);
    /* Bring it into its position */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.confetti {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    user-select: none;
}

.name {
    font-weight: 900;
    text-transform: uppercase;
    padding: 36px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 37%;
    color: rebeccapurple;
    font-family: 'Righteous', cursive;
    font-size: 93px;
    letter-spacing: 10px;
    text-shadow: 2px 4px 11px rgb(0 0 0 / 28%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.my-drop-li.dropdown ul.my-dropdown-menu.dropdown-menu.dropdown-menu-end.show .d-flex.justify-content-around.mb-2 span.fw-bold {
    color: #000;
}

.sidebar.hide {
    transform: translateX(-100%);
}

.col-lg-10.add-cls-my.expanded {
    width: 100%;
}

.col-lg-10.add-cls-my {
    transition: width 0.3s ease;
}

.lastest-notification-wrap-main {
    overflow-y: auto;
    height: 450px;
}
.lastest-notification-wrap-main::-webkit-scrollbar{
    width: 6px;
    background: #dddd;
}
.lastest-notification-wrap-main::-webkit-scrollbar-thumb{
    width: 6px;
    background-color: #faaf40;
}
.schedule-box-vc {
    height: 300px;
    overflow-y: auto;
}
.schedule-box-vc::-webkit-scrollbar{
    width: 6px;
    background: #dddd;
}
.schedule-box-vc::-webkit-scrollbar-thumb{
    width: 6px;
    background-color: #faaf40;
}
.table-responsive {
    overflow: unset !important;
}
.form-check-input:checked {
    background-color: #faaf40 !important;
    border-color: #262261 !important;
}

.form-check-input:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgb(38 34 97 / 46%) !important;
}


.card-body.bg-white.p-3 h5.card-title {
    font-size: 16px;
}

strong#record-counts {
    font-size: 13px;
}
.show-entries select#entriesSelector {
    font-size: 13px;
}
button#downloadButton {
    font-size: 13px;
}
button#filterButton {
    font-size: 13px;
}
.dropdown ul.dropdown-menu li a.dropdown-item svg, i{
    font-size: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 13px;
}
.add-job-card-inner {
    border-bottom: 2px solid #ffc107;
    padding: 21px 0;
}
.content-text {
    color: #fff;
}
canvas#birthday {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.content-text {
    color: #fff;
}
.content-text h1 {
    font-size: 71px;
    text-transform: uppercase;
    font-weight: 800;
}
.content-text h2.glitch {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 3px 4px 15px #a3a3a3d6;
    position: relative;
    z-index: 999;
}
.dashboard-cards-vc-card-footer {
    position: relative;
    z-index: 999;
}
div#birthdayModal span.close {
    position: relative;
    z-index: 9999;
}
div#birthdayModal .modal-content {
    background: #000;
    height: 402px;
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    box-shadow: 2px 0px 15px 7px #ffc1076e;
    border: 4px solid #ffc107;
}
div#birthdayModal .modal-content span.close {
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 36px;
    text-align: end;
    right: 27px;
    top: 0;
    z-index: 99999;
    cursor: pointer;
}
canvas#c {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
canvas#topcanvasmme {
    position: absolute;
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
    width: 100%;
}
@media only screen and (max-width: 940px) {
    div#birthdayModal .modal-content {
        max-width: 800px;
    }
}
@media only screen and (max-width: 820px) {
    div#birthdayModal .modal-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 720px) {
    div#birthdayModal .modal-content {
        max-width: 600px;
    }
    .content-text h1 {
        font-size: 50px;
    }
    .content-text h2.glitch {
        font-size: 42px;
    }
}
@media only screen and (max-width: 620px) {
    div#birthdayModal .modal-content {
        max-width: 500px;
    }
}
@media only screen and (max-width: 520px) {
    div#birthdayModal .modal-content {
        max-width: 400px;
    }
    .content-text h1 {
        font-size: 34px;
    }
    .content-text h2.glitch {
        font-size: 22px;
    }
}
@media only screen and (max-width: 420px) {
    div#birthdayModal .modal-content {
        max-width: 374px;
    }
}
@media only screen and (max-width: 430px) {
    div#birthdayModal .modal-content {
        max-width: 371px;
    }
}
@media only screen and (max-width: 385px) {
    div#birthdayModal .modal-content {
        max-width: 330px;
    }
}
@media only screen and (max-width: 340px) {
    div#birthdayModal .modal-content {
        max-width: 309px;
    }
    .content-text h1 {
        font-size: 30px;
    }
    .content-text h2.glitch {
        font-size: 24px;
        margin-top: 32px;
    }
}
