@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --font-poppins: "Poppins", sans-serif;
    --theme-blue: #1E7CBD;
    --theme-primary: #1E1B39;
    --blue-color: #041032;
    --grey-color: #868686;
    --grey-dark-color: #515151;
}

.row-space {
    margin-top: 20px;
}

.text_primary {
    color: var(--theme-blue) !important;
}

.text-blue {
    color: var(--blue-color) !important;
}

.text-primary_blue {
    color: var(--theme-primary) !important;
}

.text-grey {
    color: var(--grey-color) !important;
}

.text-grey_dark {
    color: var(--grey-dark-color);
}

.text-black {
    color: #000 !important;
}

h6 {
    font-size: 16px;
}

.fw-500 {
    font-weight: 500;
}

.dhrm-icon-btn {
    display: inline-flex;
    background: rgba(30, 124, 189, 0.16);
    padding: 10px;
    border-radius: 6px;
    transition: all .3s linear;
}

.sticky-card{
    position: sticky;
    top:80px;
}

.dhrm-card-content p {
    font-weight: 400;
}

.dhrm-icon-btn:hover {
    display: inline-flex;
    background: var(--theme-blue);
    padding: 10px;
    transition: all .3s linear;
    border-radius: 6px;
}

.dhrm-icon-btn:hover svg {
    fill: #fff;
}

body .main-footer {
    background-color: transparent;
    border-top: 0px solid #dee2e6;
    color: #000;
    text-align: right;
}

body .content-header h1 {
    font-size: 26px;
}

/* Dropdown-css-start */

.dropdown-menu {
    border: none;
    padding: 15px 0 15px 0;
    -webkit-box-shadow: 0 30px 30px 0 rgba(29, 10, 81, .1);
    -moz-box-shadow: 0 30px 30px 0 rgba(29, 10, 81, .1);
    box-shadow: 0 30px 30px 0 rgba(29, 10, 81, .1);
    border-radius: 5px;
    min-width: 15rem;
}

.dropdown-toggle:hover {
    color: var(--grey-color) !important;
}

.dropdown-user h4 {
    color: var(--theme-primary);
    font-weight: 600;
}

.dropdown-user p {
    color: var(--theme-primary);
    font-weight: 600;
}

.notification_icon {
    border-right: 1px solid rgb(232 232 232 / 30%);
    padding-right: 20px;
    margin: 5px 0 !important;
}

/* Dropdown-css-end */

.dhrm-stat-card {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    border-left: 6px solid #e5e5e5;
    padding-left: 30px;
    font-family: var(--font-poppins);
}

.dhrm-stat--title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.dhrm-stat--value {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.dhrm-stat--value small {
    font-size: 16px;
    color: #7B7B7B;
    font-style: italic;
    font-weight: 500;
}

.tooltip-inner {
    font-size: 12px;
}

.navbar-expand .navbar-nav .nav-link {
    color: white !important;
}

.card-green {
    border-color: #248800 !important;
    background: rgba(36, 136, 0, .2) !important;
}

.card-green .dhrm-stat--title,
.card-green .dhrm-stat--value {
    color: #248800;
}

.card-red {
    border-color: #CE2427 !important;
    background: rgba(206, 36, 39, .2) !important;
}

.card-red .dhrm-stat--title,
.card-red .dhrm-stat--value {
    color: #CE2427;
}


.card-blue {
    border-color: #1C7BBD !important;
    background: rgba(28, 123, 189, .2) !important;
}

.card-blue .dhrm-stat--title,
.card-blue .dhrm-stat--value {
    color: #1C7BBD;
}

.card-yellow {
    border-color: #CAB200 !important;
    background: rgba(202, 178, 0, .2) !important;
}

.card-yellow .dhrm-stat--title,
.card-yellow .dhrm-stat--value {
    color: #CAB200;
}

.card-black {
    border-color: #000000 !important;
    background: rgba(137, 137, 137, .2) !important;
}

.card-black .dhrm-stat--title,
.card-black .dhrm-stat--value {
    color: #000000;
}

.myleave_card {
    display: flex;
    gap: 20px;
}

.dhrm-stat--line {
    height: 35px;
    border: 1px solid #525A4F;
    background-color: #525A4F;
    width: 0px;
    display: flex;
    align-items: center;
    position: relative;
    top: 5px;
}

.myleave_card .dhrm-stat--value small {
    font-weight: 600;
    color: #7B7B7B;
}



.dhrm-card {
    box-shadow: rgb(223 223 223 / 30%) 0 1px 2px 0, rgb(147 147 147 / 8%) 0 2px 6px 2px;
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    border: 0px solid rgb(0 0 0 / 16%);
    margin-bottom: 20px;
    /* height: calc(100% - 20px); */
}

.dhrm-card-border {
    border: 1px solid rgb(0 0 0 / 16%);
}

.dhrm-card-border-blue {
    border: 1px solid var(--theme-blue) !important;
}

.employes-dashboard-start .dhrm-card {
    border: 1px solid rgb(0 0 0 / 16%);
}

.dhrmh-100 {
    height: calc(100% - 20px)
}

.dhrm-inner-card {
    padding: 10px 15px;
    background-color: white;
    border-radius: 20px;
    border: 1px solid rgb(0 0 0 / 16%);
}



.dhrm-card--header span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.drhm-flex-center {
    display: flex;
    gap: 10px;
    align-items: center;
}

.light-blue {
    background: rgba(30, 124, 189, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.dhrm-login--hrs,
.dhrm-login--min,
.dhrm-login--sec {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    font-family: var(--font-poppins);
}

.dhrm-login--hrs small,
.dhrm-login--min small,
.dhrm-login--sec small {
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
}

.dhrm-gray {
    background-color: rgba(4, 16, 50, 10%);
}

.no-border {
    border: 0 !important;
}

.dhrm-break--time,
.dhrm-total--hrs {
    width: 50%;
    text-align: center;
}

.dhrm-break--time p,
.dhrm-total--hrs p {
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.dhrm-break--time p:last-child,
.dhrm-total--hrs p:last-child {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: var(--theme-blue);
}

.border-divider {
    width: 1px;
    display: block;
    height: 50px;
    background: rgba(0, 0, 0, 0.2) !important;
}

.dhrm-body-text {
    font-size: 16px !important;
}


a.dhrm-link-btn,
.dhrm-link-btn {
    background: var(--theme-blue);
    padding: 6px 10px 6px 6px;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border: 0;
}

.swal2-confirm,
.swal2-confirm:hover {
    background: var(--theme-blue);
    padding: 8px 40px;
    border-radius: 50px;
}

.swal2-cancel,
.swal2-cancel:hover {
    background: #CE2427;
    padding: 8px 40px;
    border-radius: 50px;
}

.dhrm-link-btn--primary {
    padding: 8px 20px !important;
}

.dhrm--export-btn,
.dhrm--export-btn:hover {
    color: #575757;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: rgba(30, 124, 189, 0.11);
    box-shadow: 0 2px 42.1px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.dhrm-cancel-btn {
    background: rgba(255, 84, 84, 1) !important;
}

.heading-h5 {
    font-size: 18px;
}


.heading-h4 {
    font-size: 26px;
    color: #000;
}

.dhrm-annoucement-item:first-of-type {
    margin-top: 15px;
}

.dhrm-annoucement-item {
    margin-bottom: 15px;
}

.dhrm-annoucement-item:last-of-type {
    margin-bottom: 0px;
}

h4.dhrm-annoucement--heading {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 10px;
}

h4.dhrm-annoucement--heading:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 10px;
    top: 8px;
    left: 0;
}

p.dhrm-annoucement--body {
    font-size: 14px;
    color: rgba(126, 126, 126, 1);
}

.dhrm-user-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.dhrm-user-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.dhrm-user-name:last-child {
    font-size: 14px;
}


/** Custom table Ui start***/
.dhrm-table table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
}

.dhrm-table th {
    background: #041032;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.dhrm-table tr:nth-child(2) th {
    background: rgba(30, 124, 189, 0.52);
}

.dhrm-table td {

    color: #041032;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
}

.dhrm-table tr:first-child th:first-child {
    border-top-left-radius: 15px;
}

.dhrm-table tr:first-child th:last-child {
    border-top-right-radius: 15px;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.dhrm-table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.datewise-button {
    gap: 10px;
}

.h-50 {
    height: 50px !important;
}

.dhrm-table .table-bordered td,
.table-bordered th {
    border: 1px solid rgba(28, 123, 189, 0.2) !important;
}

.dhrm-table .table-striped tbody tr {
    background-color: #fff;
}

.dhrm-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(30, 124, 189, 0.03)
}

.col-status[data-status="Approved"] {
    color: #248800;
}

.col-status[data-status="Pending"] {
    color: #CAB200;
}

.col-status[data-status="Declined"] {
    color: #CE2427;
}

/** End Custom table Ui start***/


.dhrm-pagination .page-link {
    color: var(--dhrm-secondary-color);
    background-color: #fff;
    border: 0px solid #dee2e6;
    margin-left: 4px;
    border-radius: 8px;
    min-width: 34px;
    text-align: center;
}

.dhrm-pagination .page-item.active .page-link,
.dhrm-pagination .page-item:hover .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--dhrm-secondary-color);
    border-color: var(--dhrm-secondary-color);
    border-radius: 8px;
}

/* Full-Calender-css */
.employees-caledar .present-event {
    background-color: #228B22 !important;
    border-radius: 0px;
    padding: 10px;
    margin: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: bold;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end {
    margin-right: 0px;
}

.employees-caledar.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 7em;
    position: relative;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start {
    margin-left: 0px;
}

.employees-caledar .present-event .event-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

.employees-caledar .event-details {
    background: rgba(255, 255, 255, 0.2);
    padding: 6px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.employees-caledar .event-details span:first-child {
    color: var(--blue-color);
}

.employees-caledar .fc-h-event .fc-event-main {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: start;
    font-weight: 400;
}

.employees-caledar .event-details div {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
}

.employees-caledar .absent-event {
    background-color: #c82333 !important;
    /* Red */
    border-radius: 0px;
    border: none !important;
    padding: 10px;
    margin: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: bold;
}

.employees-caledar .absent-event .event-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.employees-caledar .absent-event .event-details {
    background: rgba(255, 255, 255, 0.2);
    padding: 6px;
    border-radius: 6px;
    font-size: 12px;
}

.employees-caledar .absent-event .event-details div {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.employees-caledar .fc-header-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px !important;
    background-color: white;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}

.fc-toolbar-chunk div {
    display: flex;
    align-items: center;
}

.employees-caledar .fc-toolbar-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--blue-color);
}

.employees-caledar .fc-prev-button,
.employees-caledar .fc-next-button {
    background: none !important;
    border: none !important;
    color: var(--theme-blue) !important;
    font-size: 20px !important;
    box-shadow: none !important;
}

.employees-caledar .fc-prev-button {
    padding-left: 0;
}

.employees-caledar .fc-button-group {
    gap: 10px;
    border-radius: 10px;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}

.employees-caledar .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 6px 4px;
    color: #969696;
    font-weight: 500;
    text-transform: uppercase;
}

.employees-caledar .fc-button-group .fc-button {
    background: #ffffff00;
    border: none;
    color: #333;
    padding: 6px 19px;
    margin-left: 5px;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px !important;
    text-transform: capitalize;
}

.employees-caledar .fc-button-group .fc-button.fc-button-active {
    background: var(--theme-blue) !important;
    color: #fff !important;
    box-shadow: none;
}

/* Search-bar-css */
.dhrm-search-container {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: #FFF;
    box-shadow: 0 2px 42.1px 0 rgba(0, 0, 0, 0.08);
}

.dhrm-search-container:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.dhrm-search-container .form-control.search-input {
    border: none;
    background: transparent;
    padding-left: 45px;
    font-size: 1rem;
    height: auto;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange:hover,
.flatpickr-day.endRange {
    background-color: var(--theme-blue) !important;
    border-color: var(--theme-blue) !important;
    background: var(--theme-blue) !important;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
    -webkit-box-shadow: -10px 0 0 #1E7CBD;
    box-shadow: -10px 0 0 #1E7CBD !important;
}

.dhrm-search-container .form-control.search-input:focus {
    box-shadow: none;
    outline: none;
}

.dhrm-search-container .search-icon {
    color: #6c757d;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.content-wrapper {
    background-color: #F7F7F7 !important;
}

.company_logo img {
    width: 250px;
}

.request-modal .modal-title {
    font-size: 26px;
    color: var(--blue-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.request-modal .form-check {
    padding-left: 0rem;
}

.request-modal input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    opacity: 0 !important;
    position: relative !important;
    left: unset !important;
}

.request-modal .modal-content {
    border-radius: 15px;
}

.request-modal .modal-header .close {
    padding: 0rem;
    margin: 0rem 0rem 0rem auto;
}

.request-modal .close {
    background: transparent;
    color: #fff;
    border-radius: 50px;
    height: 45px;
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.company_list {
    gap: 20px;
    margin-top: 30px;
}

.profile_list {
    gap: 10px;
}

.salary_list {
    gap: 0px;
    margin-top: 0px;
}

.salary_list li {
    border-bottom: 1px solid #E3E3E3;
    padding: 15px 0;
}

.salary_list li h4 {
    margin: 0;
}

.salary_list li:last-child {
    border-bottom: 0;
}

.company_list .fw-500 {
    font-weight: 500;
}

.main-footer a {
    color: var(--theme-blue);
    text-decoration: underline;
}

.form-control {
    background-color: #EDEDED !important;
    border: 1px solid rgb(0 0 0 / 20%) !important;
    border-radius: 12px;
    color: #000 !important;
}

/* CSS for holidays calendar start */
.holiday-past a {
    background-color: #dc3545 !important;
    color: #fff !important;
    font-weight: bold;
}

.holiday-upcoming a {
    background-color: #28a745 !important;
    color: #fff !important;
    font-weight: bold;
}

.ui-datepicker-today a,
.ui-state-active {
    background: none !important;
    border: none !important;
    color: inherit !important;
}

.dhrm-datepicker .ui-widget.ui-widget-content {
    border: 1px solid #ffffff;
    padding: 0;
}

.dhrm-datepicker .ui-widget-header {
    border: none;
    background: #D7E4ED;
    color: #333333;
    font-weight: bold;
    border-radius: 50px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #141736;
    font-size: 15px;
    font-weight: 600;
    font-family: "Outfit", sans-serif !important;
    padding: 5px;
    text-align: center;
}

.ui-datepicker-calendar thead tr th {
    color: #7D8DA6;
}

/* My-Leaves-Calendar-view */

.leave-calendar .fc-event {
    color: #fff !important;
    padding: 5px;
    padding: 8px 10px !important;
    border-radius: 0;
    margin: 0;
}

.company_logo {
    text-align: left;
}

body .salary-select_form {
    background-color: #fff !important;
}

.leave-calendar .fc-daygrid-day-bottom {
    margin: 0px 0px !important;
}

.dhrm--profile-timeline {
    gap: 30px;
}

.dhrm--profile-timeline .dhrm-break--time,
.dhrm--profile-timeline .dhrm-total--hrs {
    text-align: start;
}

.dhrm--profile-timeline .dhrm-total--hrs p:last-child,
.dhrm--profile-timeline .dhrm-break--time p:last-child {
    color: #000;
    font-weight: 500;
}

/* Leave-details-css */

.leave-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.detail-item .label {
    font-weight: 600;
    color: var(--theme-primary);
    font-size: 16px;
    flex: 0 0 45%;
    padding-left: 0;
    line-height: 25px;
}

.detail-item .value {
    font-size: 16px;
    flex: 1;
    color: #7E7E7E;
    font-weight: 400;
    word-break: break-word;
}

.detail-item.description {
    flex-direction: column;
}

.detail-item.description .label {
    margin-bottom: 5px;
}

.detail-item.description .value {
    line-height: 1.5;
}


/* CSS for holidays calendar start */

/* Overlay effect */
.custom-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1040;
    display: none;
}

.custom-sidebar-backdrop.show {
    display: block;
    opacity: 1;
}

/* Sidebar */
.custom-sidebar {
    position: fixed;
    top: 0;
    right: -500px;
    width: 500px;
    max-width: 90%;
    height: 100%;
    background: #fff;
    transition: right 0.3s ease;
    z-index: 99999;
    display: flex;
    flex-direction: column;
}

.custom-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.custom-sidebar .sidebar-body p strong {
    color: var(--blue-color) !important;
    font-weight: 600 !important;
}

.custom-sidebar .sidebar-body p span {
    color: #7E7E7E;
    font-weight: 400;
}

.custom-sidebar-backdrop.show {
    display: block;
}

/* Show sidebar */
.custom-sidebar.show {
    right: 0;
}

.custom-sidebar .sidebar-header {
    flex-shrink: 0;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: #EAF0F4;
    z-index: 1;
}

.custom-sidebar .sidebar-header h2 {
    color: #041032;
    font-weight: 600;
}

.custom-sidebar .sidebar-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
}

/* Close button */
.custom-sidebar .close-sidebar {
    background-color: #ffffff;
    border: none;
    max-width: 40px;
    max-height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 2px 42.1px 0 rgba(0, 0, 0, 0.08);
}

.faq-tabs-start {
    display: flex;
    gap: 10px;
}

.faq-tabs-start .nav-link {
    color: #000;
    box-shadow: 0 0 2.241px 0 rgba(0, 0, 0, 0.25);
    background-color: white;
    border-radius: 50px;
    border: 0;
}

.faq-tabs-start .nav-link.active,
.faq-tabs-start .show>.nav-link {
    color: #fff;
    background-color: var(--theme-blue);
}

.faq-tabs-start .nav-link:not(.active):hover {
    color: white;
    background-color: var(--theme-blue);
}

/* policies-tab-start */

.policy-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.policy-carousel {
    display: flex;
    flex-wrap: nowrap; /* prevent wrapping */
    overflow-x: auto;
    padding: 10px 0;
    scroll-behavior: smooth;
}

/* Hide scrollbar but keep scrollable */
.selected--items-list {
    display: flex;
    gap: 15px;
    overflow-x: hidden; /* hide scrollbar */
    scroll-behavior: smooth;
    padding: 0px 0px;
}

.selected--items-list::-webkit-scrollbar { display: none; }
.selected--items-list { -ms-overflow-style: none; scrollbar-width: none; }

.policy-card { flex: 0 0 200px; }

.carousel-arrow {
    position: absolute;
    top: 50%; /* vertically center */
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3); /* semi-transparent background */
    color: #fff; /* arrow color */
    border: none;
    font-size: 24px; /* arrow size */
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* circular button */
    z-index: 10;
    transition: background 0.3s;
    /* display: none; */
}

.carousel-arrow:hover {
    background: rgba(0, 0, 0, 0.6); /* darker on hover */
}

/* Positioning left and right */
.carousel-arrow.left {
    left: 0%; /* distance from left edge */
}

.carousel-arrow.right {
    right: 5%; /* distance from right edge */
}

.policy-pdf{
    height: 100vh;
}

/* Hide by default */
.mobile-download-icon {
    display: none;
    margin-left: 8px;
    cursor: pointer;
}

#the-canvas{
    width: 90% !important;
}
/* Show only on small screens */
@media (max-width: 768px) {
    .mobile-download-icon {
        display: inline-block;
    }
    .policies-tab-start{
        flex-direction: column;
        padding-right: 10px !important;
        padding: 10px !important;
    }
   .policies-tab-start .nav-link {
        text-wrap: wrap !important;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .policy-card {
    flex: 0 0 40px;
}
.policy-tab-content{
    display: none;
}
}


.policies-tab-start {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgb(223 223 223 / 30%) 0 1px 2px 0, rgb(147 147 147 / 8%) 0 2px 6px 2px;
    border: 1px solid rgb(0 0 0 / 16%);
    margin-bottom: 20px;
    position: sticky;
    top: 80px;
    padding-right: 100px;
}

.policies-tab-start .nav-link.active,
.policies-tab-start show>.nav-link,
.policies-tab-start .nav-link:hover {
    color: #fff !important;
    background-color: var(--theme-blue) !important;
}

.policies-tab-start .nav-link {
    background-color: white;
    border: 1px solid rgb(0 0 0 / 20%);
    box-shadow: 0 0 2.241px 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    text-wrap: nowrap;
}

.accordion-icon {
    transition: transform 0.3s ease;
}

button[aria-expanded="true"] .accordion-icon {
    transform: rotate(180deg);
    /* points up */
}

.faq-card {
    border-radius: 11.205px;
    border: 1px solid #EDF1F3;
    box-shadow: 0 1.12px 2.241px 0 rgba(228, 229, 231, 0.24);
}

.faq-card .card-header {
    padding: 20px 20px;
}

.faq-card .card-body {
    font-weight: 500;
    color: #6D6D6D;
}

.faq-card .card-header .btn {
    font-size: 18px;
    color: #000;
    padding: 0;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* My-profile-css */

.dhrm--profile {
    background-color: transparent;
    margin: 0 auto;
    border-radius: 50%;
    /* border-top: 10px solid var(--theme-blue); */
    position: relative;
}

img.img-fluid.profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 2px solid #ddd;
}


.dhrm-badge-visibility {
    height: 15px;
    width: 15px;
    display: block;
    border-radius: 50px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.dhrm-badge-visibility.active {
    background-color: #04CE00;
}

.breadcrumb-subtitle {
    font-size: 16px;
    line-height: 1.3rem;
}

/* My-leaves-css */

.fc-daygrid-month-start {
    font-size: 16px !important;
}

/* Common base styling */
.ncns-event,
.week-off-event,
.half-day-event,
.calculating-event,
.birthday-event,
.compulsory-event,
.cl-half-day-approved-leave-event,
.el-approved-leave-event,
.rejected-leave-event,
.pending-leave-event,
.fc-event {
    border-radius: 6px;
    color: #333;
    padding: 2px 6px;
    font-size: 13px;
    opacity: 1;
    margin: 0 15px !important;
    border-left: 4px solid;
    border-radius: 4px !important;
    background-color: rgba(76, 175, 80, 0.2);
}

/* Darker border colors for clarity */
.ncns-event {
    border-color: #000000 !important;
    /* teal */
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.week-off-event {
    border-color: #1565C0 !important;
    /* royal blue */
    background-color: rgba(21, 101, 192, 0.15) !important;
}

.unpaid-approved-leave-event {
    border-color: #99a1cc !important;
    background-color: rgb(153, 161, 204, 0.25) !important;
}

.half-day-event {
    border-color: rgb(201 119 119 / 69%) !important;
    background-color: rgb(201 119 119 / 72%) !important;
}

.calculating-event {
    border-color: #FF5722 !important;
    /* deep orange */
    background-color: rgba(255, 87, 34, 0.2) !important;
}

.birthday-event {
    border-color: #6A1B9A !important;
    /* deep purple */
    background-color: rgba(106, 27, 154, 0.15) !important;
}

.compulsory-event {
    border-color: #009688 !important;
    /* turquoise */
    background-color: rgba(0, 150, 136, 0.2) !important;
}

.cl-half-day-approved-leave-event {
    border-color: #43A047 !important;
    /* green */
    background-color: rgba(67, 160, 71, 0.2) !important;
}

.el-approved-leave-event {
    border-color: #00796B !important;
    /* teal dark */
    background-color: rgba(0, 121, 107, 0.2) !important;
}

.rejected-leave-event {
    border-color: #C62828 !important;
    /* crimson red */
    background-color: rgba(198, 40, 40, 0.15) !important;
}

.pending-leave-event {
    border-color: #F57F17 !important;
    /* orange */
    background-color: rgba(245, 127, 23, 0.2) !important;
}


/* Example title styling (if needed, like custom-event ones) */
.ncns-event .fc-event-title,
.week-off-event .fc-event-title,
.half-day-event .fc-event-title,
.calculating-event .fc-event-title,
.birthday-event .fc-event-title,
.compulsory-event .fc-event-title,
.cl-half-day-approved-leave-event .fc-event-title,
.el-approved-leave-event .fc-event-title,
.rejected-leave-event .fc-event-title,
.pending-leave-event .fc-event-title {
    font-weight: 600;
}

.ncns-event .event-title {
    color: #000000 !important;
}

.week-off-event .event-title {
    color: #1565C0 !important;
}

.half-day-event .event-title {
    color: #ffffff !important;
}

.calculating-event .event-title {
    color: #FF5722 !important;
}

.birthday-event .event-title {
    color: #6A1B9A !important;
}

.compulsory-event .event-title {
    color: #009688 !important;
}

.cl-half-day-approved-leave-event .event-title {
    color: #43A047 !important;
}

.el-approved-leave-event .event-title {
    color: #00796B !important;
}

.rejected-leave-event .event-title {
    color: #C62828 !important;
}

.pending-leave-event .event-title {
    color: #F57F17 !important;
}

.unpaid-approved-leave-event .event-title {
    color: #99a1cc !important;
}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-weight: normal;
    color: #041032;
    border-radius: 50px;
}

.ui-state-default {
    border-radius: 50px;
    font-weight: 600 !important;
}

.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
    top: 3px !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 3px;
}

.employees-caledar .fc-event {
    color: #fff !important;
    padding: 5px;
    padding: 8px 10px !important;
    border-radius: 0;
    margin: 0;
}

html .custom-event {
    border-radius: 6px;
    color: #333;
    padding: 2px 4px;
    font-size: 13px;
    opacity: 1;
    margin: 0 15px !important;
    border-left: 3px solid;
    border-radius: 4px !important;
}

.custom-event.past-event {
    background-color: #FBE9E7 !important;
    border-color: #F44336;
}

.custom-event.past-event .fc-event-title {
    color: #D32F2F !important;
    font-weight: 600;
}

.custom-event.present-event .fc-event-title {
    color: #0288D1 !important;
    font-weight: 600;
}

.custom-event.present-event {
    background-color: #E1F5FE !important;
    border-color: #0288D1;
}

.custom-event.future-event {
    border-color: #FFF9C4;
    background-color: #FFEB3B !important;

}

.custom-event.future-event .fc-event-title {
    color: #F57F17 !important;
    font-weight: 600;
}

.custom-event.pending {
    background-color: #FFF9C4 !important;
    /* Yellow */
    border-color: #FFEB3B;
}

.custom-event.pending .fc-event-title {
    color: #F57F17 !important;
    /* Dark yellow text */
}

.custom-event.approved {
    background-color: #C8E6C9 !important;
    /* Green */
    border-color: #4CAF50;
}

.custom-event.approved .fc-event-title {
    color: #388E3C !important;
    /* Dark green text */
}

.custom-event.declined {
    background-color: #FFCDD2 !important;
    /* Red */
    border-color: #F44336;
}

.custom-event.declined .fc-event-title {
    color: #D32F2F !important;
    /* Dark red text */
}

/* Login-page-ui */

.login-form-row .form-control {
    background-color: #EDEDED !important;
    border-left: 0 !important;
    height: 48px;
    color: #BDBDBD;
    border-radius: 0 50px 50px 0 !important;
}

.login-form-row .input-group-text {
    border-color: rgb(0 0 0 / 10%);
    background-color: #EDEDED;
    padding-right: 0;
    border-radius: 50px 0px 0px 50px !important;
    border-right: 0;
}

.login-form-row input::placeholder {
    color: #BDBDBD;
    background-color: #EDEDED;
    opacity: 1;
}

/* Normal placeholder color */
.login-form-row input::placeholder {
    color: #BDBDBD;
    background-color: #EDEDED;
    opacity: 1;
}

/* Autofill placeholder text color */
.login-form-row input:-webkit-autofill::placeholder {
    color: #BDBDBD !important;
    background-color: #EDEDED;
}


.login-form-row #loginForm a {
    color: var(--theme-blue);
}

.login-form-row .error {
    font-size: 14px;
}

/* Optional: Autofill text color */
.login-form-row input:-webkit-autofill {
    -webkit-text-fill-color: #797979;
    /* change text color if needed */
    transition: background-color 5000s ease-in-out;
    /* prevents yellow background flash */
}

/* Admin-css-start */

.my-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.my-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.my-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 26px;
}

.my-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

/* ON state */
.my-toggle input:checked+.my-slider {
    background-color: #28a745;
    /* green */
}

.my-toggle input:checked+.my-slider:before {
    transform: translateX(24px);
}

/* Optional ON/OFF text */
.my-switch-label {
    margin-left: 8px;
    font-weight: 600;
    vertical-align: middle;
    color: #000000;
}

.employee-card {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: rgba(185, 185, 185, 0.14);
    padding: 15px;
    position: sticky;
    top: 80px;
}

.employee-list {
    max-height: 620px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Optional: prettier scroll */
.employee-list::-webkit-scrollbar {
    width: 6px;
    background: rgba(4, 16, 50, 0.11);
}

.employee-list::-webkit-scrollbar-thumb {
    background-color: #94C3E4;
    border-radius: 10px;
}

.employee-list::-webkit-scrollbar-thumb:hover {
    background-color: #999;

}

.employee-item {
    background: #ffffff;
    cursor: pointer;
    border-radius: 20px;
    padding: 10px 15px;
    margin-bottom: 15px;
    transition: 0.5s ease-in-out;
}

.employee-item img {
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 10px;
}

.employee-item span {
    font-weight: 600;
    color: #000000;
}

.employee-item:hover {
    box-shadow: 0 4px 47.7px 0 rgba(0, 0, 0, 0.13);
}

.employee-search .form-control {
    background-color: white !important;
    border: 0 !important;
    height: 45px;
    border-radius: 0 20px 20px 0px;
}

.employee-card .input-group {
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    height: 48px;
}

.employee-search .input-group-text {
    border: 0;
    border-radius: 20px 0px 0px 20px;
    padding-right: 0;
}

.employes-portfolio-profile {
    display: inline-flex;
    position: relative;
}

.employes-portfolio-profile img {
    border-radius: 100px;
    border: 3.404px solid #E6E6E6;
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
}

.employes-profile-editor {
    background-color: #ffffff;
    position: absolute;
    bottom: -10px;
    right: -10px;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #E6E6E6;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.employes-name {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}

.employes-designation {
    color: #515151;
}

.employes-badge {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-left: 10px;
}

.employes-badge.active,
.employe-status.active {
    background-color: #248800;
}

.employe-status {
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#employe-portfolio-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
    text-anchor: middle !important;
    dominant-baseline: middle !important;
}


#employe-portfolio-chart .apexcharts-legend {
    padding: 0 10px;
    gap: 10px;
}

#employe-portfolio-chart .apexcharts-legend-text {
    padding-left: 25px;
    margin-left: -15px;
    font-family: "Outfit", sans-serif !important;
    font-size: 16px !important;
}

.custom_select_employe {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #FFF;
    background-color: #FFF !important;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.admin-dhrm--card-grey {
    background-color: #E9E9E9 !important;
}

.admin-dhrm--card-grey .profile_list {
    gap: 5px;
}

.admin-dhrm--card-grey .company_list h4 {
    font-weight: 500;
    margin: 0;
    font-size: 16px;
    color: #373737 !important;
}

.admin-dhrm-status-title {
    font-size: 14px;
}

/* Admin-css */

.dhrm--admin-card-list {
    padding: 15px 20px;
    border: 2px solid;
}

.dhrm-admin-blue {
    border-radius: 19.661px;
    border-color: rgba(28, 123, 189, 0.20);
    background: rgba(30, 124, 189, 0.10);
    box-shadow: 0 0 21.431px 0 rgba(0, 0, 0, 0.03);
}

.dhrm-admin-green {
    border-radius: 19.661px;
    border-color: rgba(76, 175, 80, 0.20);
    background: rgba(76, 175, 80, 0.10);
    box-shadow: 0 0 21.431px 0 rgba(0, 0, 0, 0.03);
}

.dhrm-admin-yellow {
    border-radius: 19.661px;
    border-color: rgba(255, 193, 7, 0.20);
    background: rgba(255, 193, 7, 0.10);
    box-shadow: 0 0 21.431px 0 rgba(0, 0, 0, 0.03);
}

.dhrm-admin-red {
    border-radius: 19.661px;
    border-color: rgba(255, 87, 34, 0.20);
    background: rgba(255, 87, 34, 0.10);
    box-shadow: 0 0 21.431px 0 rgba(0, 0, 0, 0.03);
}

.dhrm--admin-card-list h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-poppins) !important;
    margin-left: 5px;
    margin-bottom: 12px;
}

.dhrm-admin-blue h5 {
    color: #2196F3;
}

.dhrm-admin-green h5 {
    color: #4CAF50;
}

.dhrm-admin-yellow h5 {
    color: #FFC107;
}

.dhrm-admin-red h5 {
    color: #FF5722;
}

.dhrm--admin-card-list h6 {
    font-size: 24px;
    color: #041032;
    font-weight: 600;
    line-height: 24px;
}

.admin-export-radio-button {
    display: flex;
}

.admin-export-radio-button .form-check {
    background-color: #EDEDED;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(30, 124, 189, 0.2);
}

.admin-export-flex {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}

.sidebar-body p {
    color: #7E7E7E !important;
    font-weight: 400;
}


/* Marque-css */

.marquee {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    background: #041032;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee-text-scroll 35s linear infinite;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

@keyframes marquee-text-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.quote-text {
    font-weight: 500;
    margin-right: 0.5rem;
}

.quote-author {
    font-weight: 400;
    font-style: italic;
    color: #cfcfcf;
}

/* Fade effect edges */
.marquee::before,
.marquee::after {
    position: absolute;
    top: 0;
    width: 5rem;
    height: 100%;
    content: "";
    z-index: 2;
    pointer-events: none;
}

.marquee::before {
    left: 0;
    background: linear-gradient(to right, #041032 0%, transparent 100%);
}

.marquee::after {
    right: 0;
    background: linear-gradient(to left, #041032 0%, transparent 100%);
}

.sidebar-anchors{
    display: none !important;
}
.dhrm-toggle{
    display: none;
}

.motivational_card, .bottom-bar{
        display: none;
    }

    .sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
    margin-left: 0px;
}

/* Sweetalert-css */
.swal2-container {
    z-index: 99999;
}

.swal2-title {
    color: var(--blue-color);
    font-weight: 600;
}


@media (max-width:1367px) {
    .dhrm-login-left h1 {
        font-size: 42px;
    }

    .dhrm-login-left p {
        font-size: 16px;
    }

    .dhrm-login--hrs,
    .dhrm-login--min,
    .dhrm-login--sec {
        font-size: 24px;
    }

    .dhrm-flex-wrap {
        flex-wrap: wrap !important;
    }

}

@media (max-width:1299px) {

    .dhrm-login-left {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .dhrm-inner-card,
    .dhrm-card {
        padding: 15px;
    }

    .dhrm-stat-card {
        padding-left: 20px;
    }

    .dhrm-stat--value {
        font-size: 20px;
    }

    .dhrm-stat--title {
        font-size: 15px;
    }

    body .dhrm-login-image {
        display: none !important;
    }

    .admin-export-flex {
        gap: 10px;
        flex-wrap: wrap;
    }

    .marquee{
        width: 60%;
    }

    
}

@media (max-width:991px) {
    .dhrm-search-container {
        margin-top: 10px;
    }

    .faq-card .card-body {
        padding: 0px 20px 20px 20px;
    }
    .navbar-employes-details,
    .marquee {
        display: none !important;
    }
.motivational_card {
        padding: 12px;
        background: linear-gradient(296deg, #1e7cbd 0%, rgba(30, 124, 189, 0.2) 60%);
        border-radius: 15px;
        border: 2px solid rgb(135 188 225);
        display: block;
    }

    .motivational_card p {
        color: #000000;
    }

    .motivational_card .quote-author {
        color: #000000;
        gap: 5px;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
    margin-left: 0px;
}

}

@media (max-width:768px) {
    :root
{
    --side-width: 250px;
}
    .sidebar-mini.sidebar-collapse .main-sidebar {
    margin-left: -250px;
}

.dhrm-toggle .nav-link{
    padding: 8px 8px 8px 5px;
    color: #fff;
}
.nav-sidebar>.nav-item {
    width: 100%;
    justify-content: start;
}

.dhrm-navbar .nav-link {
    width: 100% !important;
}

.dhrm-navbar .nav-link {
    width: 100% !important;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.dhrm-navbar .nav-item a svg {
   width: 22px;
   height: 22px;
}

.sidebar-dark-primary .nav-link {
    padding: 10px 10px!important;
}

.sidebar-anchors{
    display: block !important;
}

    .dhrm-content-wrapper {
        margin-left: 0 !important;
        width: 100%;
        padding-inline: 10px;
    }

    body .content-header h1 {
        font-size: 20px;
    }

    .dhrm-loginChart-card {
        padding-top: 10px !important;
    }

    .breadcrumb-subtitle {
        margin-bottom: 15px;
        line-height: 1.3rem;
    }

    .employees-caledar .fc-header-toolbar {
        flex-direction: row;
    }

    .employees-caledar .fc-toolbar-title {
        font-size: 18px;
    }

    .employees-caledar .fc-button-group .fc-button {
        padding: 6px 5px;
    }

    .employees-caledar .fc-col-header-cell-cushion {
        font-size: 12px;
    }

    .fc .fc-daygrid-day-number {
        font-size: 12px;
    }

    .responsive-calendar{
        overflow-x: auto;
    }

    /* .dhrm-logo-white {
        height: 42px;
    } */

    .dhrm-header .navbar-nav .nav-item {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0 !important;
    }

    .dhrm-logo{
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto !important;
    }

    .dhrm-header .navbar-nav .nav-item h5 {
        font-size: 14px;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding: 0;
    }

    .dhrm-stat--value {
        font-size: 18px;
    }

    .dhrm-stat-card {
        padding-left: 15px;
    }

    .dhrm-stat--title {
        font-size: 12px;
    }

    .employees-caledar.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        min-height: 3em;
    }

    /* Scroll-Snap-css */

    .dhrm-stats-wrapper .row {
        flex-wrap: wrap;
    }

    .dhrm-stats-wrapper .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        padding-bottom: 10px;
    }

    .dhrm-stats-wrapper .col {
        flex: 0 0 80%;
        scroll-snap-align: start;
    }

    body .main-footer {
        font-size: 14px
    }

    .admin-export-radio-button,
    .admin-export-flex {
        flex-wrap: wrap;
        justify-content: start !important;
        margin-top: 20px;
        gap: 0px;
    }

    .admin-export-radio-button .form-check {
        margin-right: 20px;
    }

    .dhrm-toggle{
    display: block;
}

    
    .dhrm-card {
        margin-bottom: 12px !important;
    }

    .dhrm-card--header span {
        font-size: 16px;
    }

    .dhrm-inner-card,
    .dhrm-card {
        padding: 12px !important;
    }

    .employes-chart-card .dhrm-loginChart-card {
        padding: 0px 5px 5px 5px !important;
        background-color: transparent;
        border: none;
    }

    .dhrm-login--hrs,
    .dhrm-login--min,
    .dhrm-login--sec {
        font-size: 20px;
    }

    .my_leave_row .dhrm-stat-card {
        margin-bottom: 15px;
    }

    .dhrm-stat--line {
        height: 20px;
    }

    .myleave_card {
        gap: 10px;
    }

    .dhrm-break--time p,
    .dhrm-total--hrs p {
        font-size: 14px;
    }

    .dhrm-break--time p:last-child,
    .dhrm-total--hrs p:last-child {
        font-size: 16px;
    }

    .content-header {
        padding: 10px .5rem 5px .5rem !important;
    }

    .row-space {
        margin-top: 10px !important;
    }

    .heading-h5 {
        font-size: 16px !important;
    }

    .my-leave-calender-responsive{
        width: 1200px;
        overflow: scroll;
    }
    
}

@media (max-width:567px) {

    body .login-form-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 90vh !important;
    }

    .dhrm-logo-black {
        display: none;
    }

    .heading-h4 {
    font-size: 18px;
    }

    #employe-portfolio-chart {
        justify-content: center !important;
    }

    .employee-card {
        margin-bottom: 20px;
    }

    .admin-export-radio-button,
    .admin-export-flex {
        margin-top: 20px;
    }
    /* Responsive-navigation-bar-css */

  .bottom-bar {
        background-color: var(--blue-color);
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 12px 5px 17px 5px;
        border-radius: 20px 20px 0 0;
        max-width: 30em;
        margin: 0 auto;
        z-index: 1000;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.4);
        padding: 12px env(safe-area-inset-left) 12px env(safe-area-inset-right);
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .nav-item {
        gap: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .nav-item ion-icon {
        font-size: 20px;
        margin-bottom: 0.2em;
        transition: 0.3s ease;
    }

    .nav-item.active {
        color: var(--theme-blue);
    }

    .nav-item.active ion-icon {
        color: var(--theme-blue);
    }
    .dhrmh-100 {
    height: calc(100% - 10px);
}
.custom-select{
    min-width: 250px;
}
.form-select {
    min-width: 110px;
}
.open-sidebar svg{
    margin-bottom: 5px;
}
.highlight-text{
    background-color: rgb(255 0 0 / 10%);
    padding: 10px;
    border-left: 3px solid red;
    font-size: 14px;
    margin-top: 10px;
    color: black;
    font-weight: 400;
}

}

/* Min-width-responsive */

@media (min-width:570px) {
    .text-lg-end {
        text-align: end;
    }



}

/* Succes-css */

.toast-success {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 660px;
    padding: 15px 20px !important;
    background: linear-gradient(135deg, #4ade80, #22c55e);
    color: #fff;
    border-radius: 12px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    font-size: 15px;
    gap: 10px;
    position: relative !important;
    opacity: 0;
    transform: translateY(-20px) !important;
    animation: fadeInUp 0.6s forwards;
    margin: 0 auto;
}

.toast-success .icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-success .message-content {
    flex-grow: 1;
}

.toast-success .close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    margin-left: 15px;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.toast-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

/* Error-error-css */

.toast-error {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 660px;
    padding: 15px 20px !important;
    background: linear-gradient(135deg, #f87171, #dc2626);
    color: #fff;
    border-radius: 12px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    font-size: 15px;
    gap: 10px;
    position: relative !important;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInUp 0.6s forwards;
    margin: 0 auto;
}

.toast-error .icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-error .message-content {
    flex-grow: 1;
}

.toast-error .close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    margin-left: 15px;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.toast-error:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.body-no-scroll {
    overflow: hidden;
    height: 100vh;
}

.pulse-button-effect {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  background: #146696;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  overflow: visible; /* allow the pulse to grow outside */
  -webkit-tap-highlight-color: transparent;
  z-index: 1; /* keep button above */
}

.pulse-button-effect > span {
  position: relative;
  z-index: 2;
  pointer-events: none;
  display: inline-block;
}

.pulse-button-effect::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform: translate(-50%, -50%) scale(1);
  background: rgba(20, 102, 150, 0.35);
  z-index: -1; /* send pulse behind the button */
  pointer-events: none;
  animation: pulse-scale 1.8s infinite;
  will-change: transform, opacity;
}

@keyframes pulse-scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.dhrm-border-top{
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.dhrm-border-bottom{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


  .myapp-toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
  }

  .myapp-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .myapp-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
  }

  .myapp-toggle-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3.5px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }

  .myapp-toggle-switch input:checked + .myapp-toggle-slider {
    background-color: #28a745; 
  }

  .myapp-toggle-switch input:checked + .myapp-toggle-slider:before {
    transform: translateX(24px);
  }

  /* Step-Form-css */
 /* Step container */
  .myform-step {
    display: none;
  }

  .myform-step.active {
    display: block;
  }

  /* Steps wrapper */
  .myform-steps-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    flex-wrap: wrap;
  }

  /* Step item */
  .myform-step-item {
    text-align: center;
    position: relative;
    flex: 1;
    min-width: 80px;
  }

  /* Circles */
.myform-step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #cacacf;
    color: #717182;
    margin: 0 auto;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition: background-color 0.3s 
ease;
}

  .myform-step-item.active .myform-step-circle,
  .myform-step-item.completed .myform-step-circle {
    background-color: #030213;
    color:white;
  }

  /* Labels */
.myform-step-label {
    font-size: 16px;
    margin-top: 8px;
    color: var(--blue-color);
    font-weight: 500;
}

  /* Connecting lines */
  .myform-step-item:not(:last-child)::after {
     content: '';
    position: absolute;
    top: 15px;
    left: 65%;
    width: 70%;
    height: 2px;
    background-color: #cacacf;
    z-index: 1;
    transition: background-color 0.3s 
ease;
    margin: 0 auto;
}

  .myform-step-item.completed:not(:last-child)::after {
    background-color: #030213;
  }

  /* Hide line on last item */
  .myform-step-item:last-child::after {
    display: none;
  }

  /* Responsive */
  @media (max-width: 576px) {
    .myform-steps-wrapper {
      flex-wrap: nowrap;
      overflow-x: auto;
    }

   .myform-step-item {
        flex: 0 0 auto;
        width: 50px;
        min-width: 50px;
    }
   .form-button {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  justify-content: center;
}
 .form-button {
    grid-template-columns: 1fr;
  }
  .form-button button{
    margin: 0 !important;
  }
  .myform-step-label{display: none;
}
.myform-step-item:not(:last-child)::after {
    left: 95%;
    width: 30%;
}
  }

  /* Progress bar container */
  .myform-progress-bar-container {
    position: relative;
    height: 4px;
    background-color: #ccc;
    border-radius: 2px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  /* Animated progress bar */
  .myform-progress-bar {
    position: absolute;
    height: 4px;
    background-color: #007bff;
    width: 0%;
    transition: width 0.4s ease;
  }