﻿@font-face {
    font-family: 'AirbnbCereal';
    src: url('/fonts/AirbnbCereal_W_Lt.otf') format('opentype');
    font-weight: 300;
    /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'AirbnbCereal';
    src: url('/fonts/AirbnbCereal_W_Bk.otf') format('opentype');
    font-weight: 400;
    /* Book */
    font-style: normal;
}

@font-face {
    font-family: 'AirbnbCereal';
    src: url('/fonts/AirbnbCereal_W_Md.otf') format('opentype');
    font-weight: 500;
    /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'AirbnbCereal';
    src: url('/fonts/AirbnbCereal_W_Bd.otf') format('opentype');
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'AirbnbCereal';
    src: url('/fonts/AirbnbCereal_W_XBd.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'AirbnbCereal';
    src: url('/fonts/AirbnbCereal_W_Blk.otf') format('opentype');
    font-weight: 900;
    /* Black */
    font-style: normal;
}

@font-face {
    font-family: 'Bangla';
    src: url('/fonts/Bangla.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
div,
button {
    font-family: 'AirbnbCereal', Arial, sans-serif !important;
}

/* Apply specific font weights as needed */
h1 {
    font-weight: 700;
    /* Bold */
}

h2 {
    font-weight: 600;
    /* Semi Bold (not available, falls back to closest weight) */
}

h3 {
    font-weight: 500;
    /* Medium */
}

body,
h4,
h5,
h6,
p,
strong,
div {
    font-weight: 400;
    /* Medium */
}

.iti {
    width: 100%;
}


/************************halda-custom-button-css***********************/
button {
    border: none;
    background: none;
}



/* General Button Styles */
/*.btn {
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-family: 'AirbnbCereal', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    gap: 8px !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    transition: all 0.2s ease-in-out !important;
}*/

/* Small Button */
/*.btn-sm {
    padding: 4px 10px !important;
    font-size: 10px !important;
    line-height: 20px !important;
    border-radius: 6px !important;
}*/

/* Large Button */
/*.btn-lg {
    padding: 14px 22px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    border-radius: 8px !important;
}*/


/* Primary Button */
.btn-primary {
    background: #D3F6D2 !important;
    border: 1px solid #D3F6D2 !important;
    color: #414042 !important;
}

.btn-primary:hover {
    background: #B9E6B8 !important;
    border: 1px solid #D3F6D2 !important;
    color: #414042 !important;
}

.btn-primary:active {
    background: #D3F6D2 !important;
    border: 1px solid #D3F6D2 !important;
    color: #414042 !important;
}

.btn-primary:focus {}

.btn-primary:disabled {
    background: #A6C8FF !important;
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

/* Secondary Button */
.btn-secondary {
    background: #6c757d !important;
    border: 1px solid #6c757d !important;
    color: #FFFFFF !important;
}

.btn-secondary:hover {
    background: #6c757d !important;
    border: 1px solid #6c757d !important;
    color: #FFFFFF !important;
}

.btn-secondary:active {
    background: #6c757d !important;
    border: 1px solid #6c757d !important;
    color: #FFFFFF !important;
}

.btn-secondary:focus {}

.btn-secondary:disabled {
    background: #E0E0E0 !important;
    color: #BDBDBD !important;
}

/* Success Button */
.btn-success {
    background: #4AA147 !important;
    border: 1px solid #4AA147 !important;
    color: #FFF !important;
}

.btn-success:hover {
    background: #347A2F !important;
}

.btn-success:active {
    background: #4AA147 !important;
}

.btn-success:focus {}

.btn-success:disabled {
    background: #A5D6A7 !important;
}

/* Danger Button */
.btn-danger {
    background: #FFA08B !important;
    border: 1px solid #FFA08B !important;
    color: #FFFFFF !important;
}

.btn-danger:hover {
    background: #E68E7C !important;
    border: 1px solid #FFA08B !important;
    color: #FFFFFF !important;
}

.btn-danger:active {
    background: #FFA08B !important;
    border: 1px solid #FFA08B !important;
    color: #FFFFFF !important;
}

.btn-danger:focus {}

.btn-danger:disabled {
    background: #F5B7B1 !important;
}

/* Warning Button */
.btn-warning {
    background: #FFC61A !important;
    border: 1px solid #FFD699 !important;
    color: #414042 !important;
}

.btn-warning:hover {
    background: #E6B100 !important;
    border: 1px solid #FFD699 !important;
    color: #414042 !important;
}

.btn-warning:active {
    background: #FFC61A !important;
    border: 1px solid #FFD699 !important;
    color: #414042 !important;
}

.btn-warning:focus {}

.btn-warning:disabled {
    background: #FFC61A !important;
}

/* Info Button */
.btn-info {
    background: #F0F2F0 !important;
    border: 1px solid #F0F2F0 !important;
    color: #2F2F2F !important;
}

.btn-info:hover {
    background: #F0F2F0 !important;
    border: 1px solid #F0F2F0 !important;
    color: #2F2F2F !important;
}

.btn-info:active {
    background: #F0F2F0 !important;
    border: 1px solid #F0F2F0 !important;
    color: #2F2F2F !important;
}

.btn-info:focus {}

.btn-info:disabled {
    background: #B1E3E9 !important;
}

/* Light Button */
.btn-light {
    background: #FBFBFB !important;
    border: 1px solid #D4D4D4 !important;
    color: #414042 !important;
}

.btn-light:hover {
    background: #E6E6E6 !important;
    border: 1px solid #D4D4D4 !important;
    color: #414042 !important;
}

.btn-light:active {
    background: #FFF !important;
    border: 1px solid #D4D4D4 !important;
    color: #414042 !important;
}

.btn-light:focus {}

.btn-light:disabled {
    background: #F1F1F1 !important;
    color: #BDBDBD !important;
}



/* Light Button */
.btn-soft-light {
    background: #D3F6D2 !important;
    border: 1px solid #D3F6D2 !important;
    color: #414042 !important;
}

.btn-soft-light:hover {
    background: #B9E6B8 !important;
    border: 1px solid #D3F6D2 !important;
    color: #414042 !important;
}

.btn-soft-light:active {
    background: #D3F6D2 !important;
    border: 1px solid #D3F6D2 !important;
    color: #414042 !important;
}

.btn-soft-light:focus {}

.btn-soft-light:disabled {
    background: #F1F1F1 !important;
    color: #BDBDBD !important;
}


/* Light Button */
.btn-soft-danger {
    background: #FFA08B !important;
    border: 1px solid #D4D4D4 !important;
    color: #FFFFFF !important;
}

.btn-soft-danger:hover {
    background: #E68E7C !important;
    border: 1px solid #D4D4D4 !important;
    color: #FFFFFF !important;
}

.btn-soft-danger:active {
    background: #FFA08B !important;
    border: 1px solid #D4D4D4 !important;
    color: #FFFFFF !important;
}

.btn-soft-danger:focus {}

.btn-soft-danger:disabled {
    background: #FFA08B !important;
    color: #FFFFFF !important;
}

/* Light Button */
.btn-soft-primary {
    background: #E0E0E0 !important;
    border: 1px solid #D4D4D4 !important;
    color: #414042 !important;
}

.btn-soft-primary:hover {
    background: #CFCFCF !important;
    border: 1px solid #CFCFCF !important;
    color: #414042 !important;
}

.btn-soft-primary:active {
    background: #E0E0E0 !important;
    border: 1px solid #CFCFCF !important;
    color: #414042 !important;
}

.btn-soft-primary:focus {}

.btn-soft-primary:disabled {
    background: #E0E0E0 !important;
    color: #414042 !important;
}



/* Dark Button */
.btn-dark {
    background: #414042 !important;
    border: none !important;
    color: #FFF !important;
}

.btn-dark:hover {
    background: #23272B !important;
}

.btn-dark:active {
    background: #1D2124 !important;
}

.btn-dark:focus {}

.btn-dark:disabled {
    background: #6C757D !important;
}

/* Link Button */
.btn-link {
    background: transparent !important;
    color: #414042 !important;
    text-decoration: underline !important;
}

.btn-link:hover {
    color: #414042 !important;
}

.btn-link:active {
    color: #414042 !important;
}

.btn-link:focus {}

.btn-link:disabled {
    color: #6C757D !important;
    text-decoration: none !important;
}

/* Loading State (Spinner) */
.btn-loading {
    position: relative !important;
    pointer-events: none !important;
}

.btn-loading::after {
    content: "";
    position: absolute;
    right: 12px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
.top-55{
    top:55%!important;
}
/* Button Group */
/*.btn-group {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;*/
/* Ensure the outer border is visible */
/*}*/

/*.btn-group .btn {
        border-radius: 0 !important;
        margin: 0 !important;
        border: none !important;*/
/* Remove individual borders */
/*}*/

.btn-group .btn:first-child {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.btn-group .btn:last-child {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.btn-group .btn:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}


/* Outline Button */
.btn-outline-primary {
    background: transparent !important;
    border: 1px solid #414042 !important;
    color: #414042 !important;
}

.btn-outline-primary:hover {
    background: #D3F6D2 !important;
    border: 1px solid #414042 !important;
    color: #414042 !important;
}

.btn-outline-primary:active {
    background: #D3F6D2 !important;
    border: 1px solid #414042 !important;
    color: #414042 !important;
}

.btn-outline-primary:disabled {
    background: transparent !important;
    border: 1px solid #414042 !important;
    color: #A6C8FF !important;
}

/* Outline Secondary Button */
/*.btn-outline-secondary {
    background: transparent !important;
    border: 1px solid #414042 !important;
    color: #414042 !important;
}

    .btn-outline-secondary:hover {
        background: #FE8F73 !important;
        border: 1px solid #FE8F73 !important;
        color: #FFFFFF !important;
    }

    .btn-outline-secondary:active {
        background: #FE8F73 !important;
        border: 1px solid #FE8F73 !important;
        color: #FFFFFF !important;
    }

    .btn-outline-secondary:disabled {
        background: transparent !important;
        border: 1px solid #E0E0E0 !important;
        color: #E0E0E0 !important;
    }*/

/* Outline Success Button */
.btn-outline-success {
    background: transparent !important;
    border: 1px solid #4AA147 !important;
    color: #414042 !important;
}

.btn-outline-success:hover {
    background: #4AA147 !important;
    border: 1px solid #4AA147 !important;
    color: #FFF !important;
}

.btn-outline-success:active {
    background: #4AA147 !important;
    border: 1px solid #4AA147 !important;
    color: #414042 !important;
}

.btn-outline-success:disabled {
    background: transparent !important;
    border: 1px solid #A5D6A7 !important;
    color: #A5D6A7 !important;
}

/* Outline Danger Button */
.btn-outline-danger {
    background: transparent !important;
    border: 1px solid #FFA08B !important;
    color: #FFA08B !important;
}

.btn-outline-danger:hover {
    background: #FFA08B !important;
    border: 1px solid #FFA08B !important;
    color: #414042 !important;
}

.btn-outline-danger:active {
    background: #FFA08B !important;
    border: 1px solid #FFA08B !important;
    color: #414042 !important;
}

.btn-outline-danger:disabled {
    background: transparent !important;
    border: 1px solid #F5B7B1 !important;
    color: #F5B7B1 !important;
}

/* Outline Warning Button */
.btn-outline-warning {
    background: transparent !important;
    border: 1px solid #FFD699 !important;
    color: #FFD699 !important;
}

.btn-outline-warning:hover {
    background: #FFD699 !important;
    border: 1px solid #FFD699 !important;
    color: #2F2F2F !important;
}

.btn-outline-warning:active {
    background: #FFD699 !important;
    border: 1px solid #FFD699 !important;
    color: #2F2F2F !important;
}

.btn-outline-warning:disabled {
    background: transparent !important;
    border: 1px solid #FFE69A !important;
    color: #FFE69A !important;
}

/* Outline Info Button */
.btn-outline-info {
    background: transparent !important;
    border: 1px solid #414042 !important;
    color: #414042 !important;
}

.btn-outline-info:hover {
    background: #F0F2F0 !important;
    border: 1px solid #414042 !important;
    color: #414042 !important;
}

.btn-outline-info:active {
    background: #F0F2F0 !important;
    border: 1px solid #414042 !important;
    color: #414042 !important;
}

.btn-outline-info:disabled {
    background: transparent !important;
    border: 1px solid #414042 !important;
    color: #414042 !important;
}

/* Outline Light Button */
.btn-outline-light {
    background: transparent !important;
    border: 1px solid #D4D4D4 !important;
    color: #D4D4D4 !important;
}

.btn-outline-light:hover {
    background: #D4D4D4 !important;
    border: 1px solid #D4D4D4 !important;
    color: #414042 !important;
}

.btn-outline-light:active {
    background: #D4D4D4 !important;
    border: 1px solid #D4D4D4 !important;
    color: #414042 !important;
}

.btn-outline-light:disabled {
    background: transparent !important;
    border: 1px solid #F1F1F1 !important;
    color: #F1F1F1 !important;
}

/* Outline Dark Button */
/*.btn-outline-dark {
    background: transparent !important;
    border: 1px solid #414042 !important;
    color: #414042 !important;
}

    .btn-outline-dark:hover {
        background: #414042 !important;
        border: 1px solid #414042 !important;
        color: #FFF !important;
    }

    .btn-outline-dark:active {
        background: #23272B !important;
        border: 1px solid #23272B !important;
        color: #FFF !important;
    }

    .btn-outline-dark:disabled {
        background: transparent !important;
        border: 1px solid #6C757D !important;
        color: #6C757D !important;
    }*/


/************************halda-custom-button-css***********************/









/*halda system button css start*/

/* Create Button Style */
/*.halda-btn {
    padding: 10px 18px;
    gap: 8px;
    border: none;
    border-radius: 8px;
    background-color: #4AA147;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;*/
/* Shadow */
/*box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: background-color 0.3s ease;
}*/

/* Hover Effect */
/*.halda-btn:hover {
        background-color: #3a8237;
        color: #FFFFFF;
    }

    .halda-btn.small {
        padding: 6px 12px;
        font-size: 12px;
        border-radius: 5px;
    }

.halda-btn-cancel {
    padding: 10px 18px;
    gap: 8px;*/
/* using the fallback value */

/*border: none;
    border-radius: 8px;*/
/* using the fallback value */
/*background-color: #D0D5DD;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;*/
/* Shadow */
/*box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: background-color 0.3s ease;
}*/

/* Hover Effect */
/*.halda-btn-cancel:hover {
        background-color: #b5bac2;
    }*/

/* Delete Button Wrapper */
/*.halda-delete-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f8f9fa;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
}*/

/* Hover Effect */
/*.halda-delete-btn:hover {
        background-color: #e74c3c;*/
/* Red background on hover */
/*box-shadow: 0px 2px 4px rgba(16, 24, 40, 0.2);
    }*/

/* Delete Icon Image */
/*.halda-delete-icon {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}*/

/* Icon Hover Effect */
/*.halda-delete-btn:hover .halda-delete-icon {
    filter: brightness(0) invert(1);*/
/* Invert color for visibility on red */
/*}*/

/* Edit Button Wrapper */
/*.halda-edit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f8f9fa;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
}*/

/* Hover Effect */
/*.halda-edit-btn:hover {
        background-color: #3498db;*/
/* Blue background on hover */
/*box-shadow: 0px 2px 4px rgba(16, 24, 40, 0.2);
    }*/

/* Edit Icon Image */
/*.halda-edit-icon {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}*/

/* Icon Hover Effect */
/*.halda-edit-btn:hover .halda-edit-icon {
    filter: brightness(0) invert(1);*/
/* Invert color for visibility on blue */
/*}*/

/* Icon Container Style */
.halda-icon-container {
    margin-right: 8px;
    border: 0.52px solid #E5E3E3;
    border-radius: 7px;
    padding: 5px 13px;
    display: inline-flex;
    /* Ensures proper alignment */
    align-items: center;
    /* Centers icon vertically */
}

/* Icon Image Style (optional for consistent sizing) */
.halda-icon {
    width: 30px;
    height: auto;
    /* Maintain aspect ratio */
    cursor: pointer;
    /* Change cursor to pointer on hover */
}

.halda-offcanvas-label-custom {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    font-weight: 500;
    color: #414042;
}

/*halda system button css end*/

/* Custom styles for hover and active states */
/*.custom-btn-hal:hover,
.custom-btn-hal:active {
    background-color: #FFFFFF !important;
    color: #414042;*/
/* Optional: change text/icon color to white on hover/active */
/*border: none !important;*/
/* Ensure border matches the hover color */
/*border-radius: 4px;
}*/

/*.custom-btn-hal {
    background-color: #FFFFFF !important;
    color: #414042;
    border-radius: 4px;
    border: none !important;
}*/

/*****************Layout CSS Start ************/
/* Global Styles */
.text-indigo:hover,
.text-indigo {
    color: #6610f2;
}

.bg-indigo {
    background-color: #6610f2;
}

.dropdown-toggle::after {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.fw-semibold {
    font-weight: 600;
}

.fs-7 {
    font-size: .875rem;
}

.fx-dropdown-menu {
    min-width: 16rem;
    padding: 0;
    overflow: hidden;

}

/*#########################  style of sidebar Start  ###################*/

/*#########################  style of side bar end  ###################*/

/* Summary Styles */
.summary-icon {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8f9fa;
    font-size: 1.5rem;
    border-radius: 50%;
}

.summary-primary:hover,
.summary-indigo:hover,
.summary-success:hover,
.summary-danger:hover {
    color: #f8f9fa !important;
}

.summary-primary:hover .summary-icon,
.summary-indigo:hover .summary-icon,
.summary-success:hover .summary-icon,
.summary-danger:hover .summary-icon {
    background-color: #f8f9fa !important;
}

.summary-primary:hover .summary-icon {
    color: #0d6efd !important;
}

.summary-indigo:hover .summary-icon {
    color: #6610f2 !important;
}

.summary-success:hover .summary-icon {
    color: #198754 !important;
}

.summary-danger:hover .summary-icon {
    color: #dc3545 !important;
}

.summary-primary:hover {
    background-color: #0d6efd !important;
}

.summary-indigo:hover {
    background-color: #6610f2 !important;
}

.summary-success:hover {
    background-color: #198754 !important;
}

.summary-danger:hover {
    background-color: #dc3545 !important;
}

/*****************Layout CSS End ************/

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.tags .tag {
    /* background: #F8FFF8;*/
    box-shadow: inset 0 0 0 0.52px rgba(49, 188, 105, 0.35), inset 0 0 0 0.52px rgba(48, 135, 237, 0.35);
    border-radius: 5.699px;
    font-size: 12px;
    border-radius: 10px;
    padding: 7px 12px;
    border: 0.71px solid;
    border-image-source: linear-gradient(180deg, rgba(49, 188, 105, 0.35) 0%, rgba(48, 135, 237, 0.35) 100%);
    /*color: #414042;*/
    font-weight: 500;
    display: inline-block;
}

p.tag {
    font-weight: 600;
    font-size: 14px;
}

.template-card {
    /*background-image: url('..//User/img/New.png');
    background-size: cover;
     Adjust this to your needs 
    background-position: center;
    cursor: pointer;*/
}

.template-card-bgimg {
    background-image: url('..//User/img/New.png');
    background-size: cover;
    /* Adjust this to your needs */
    background-position: center;
    cursor: pointer;
}

/*.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: none;
}*/

.custom-title-font {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*  color: #414042;*/
}

.hover-effect-interview-status:hover {
    background-color: #f0f0f0;
    /* Change the background color on hover */
}

.dashboard-table-td {
    padding: 15px;
    text-align: center;
    border: 1px solid #dadada;
}

.dashboard-table-tr {
    background-color: #ffffff;
    color: #667085;
    font-weight: 500;
}

.dashboard-table-th {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #dadada;
    font-size: 18px;
}

/* *********************** Job Application CSS Start ************************** */

/* Stepper CSS from the static template */
.stepper-wrapper {
    font-family: Arial;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px dotted #ccc;
    /* Initially dotted */
    width: 100%;
    top: 10px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px dotted #ccc;
    /* Initially dotted */
    width: 100%;
    top: 10px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.stepper-item.completed .step-counter {
    background-color: #4bb543;
    position: relative;
}

.stepper-item.completed::before,
.stepper-item.completed::after {
    border-bottom: 2px solid #4bb543;
    /* Change to solid and green when completed */
}

.stepper-item.completed .step-counter::after {
    content: "\f26e";
    /* Unicode for check icon in Bootstrap Icons */
    font-family: "bootstrap-icons";
    color: white;
    font-size: 24px;
    /* Adjust size as needed */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

/* *********************** Job Application CSS End ************************** */

.job-app-form-input {
    border-radius: 10px;
    border: 1px solid #D0D5DD;
    width: 85%;
    margin-bottom: 15px;
}

.howDidYouKnowGroup_custom {
    margin: 2px;
    padding: 7px 10px;
    border: 1px solid #D0D5DD;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.howDidYouKnowGroup_label {
    font-weight: 600;
    color: #414042;
    margin-bottom: 5px;
}

/* *************************** CSS For assignment ************** */
.progress-container2nd {
    position: relative;
    margin: 20px 0;
    padding-left: 60px;
    text-align: left;
}

.progress-step2nd {
    position: relative;
    margin-bottom: 60px;
    /* Increased margin-bottom to 60px */
}

.progress-step2nd:last-child {
    margin-bottom: 0;
}

.circle2nd {
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #ccc;
    position: absolute;
    left: 20px;
    top: 0;
}

.circle2nd.active2nd {
    border-color: #28a745;
    background-color: #28a745;
}

.circle2nd.completed2nd {
    border-color: #28a745;
    background-color: #28a745;
}

.line2nd {
    position: absolute;
    width: 1px;
    background-color: #ccc;
    top: 16px;
    bottom: -60px;
    /* Adjusted bottom to -60px to match increased margin */
    left: 28px;
    z-index: 1;
}

.line2nd.last2nd {
    display: none;
}

.progress-step2nd.completed2nd .line2nd {
    background-color: #28a745;
}

.date2nd {
    position: absolute;
    left: -40px;
    top: 0;
    width: 60px;
    text-align: center;
    font-weight: 600;
    line-height: 15px;
}

.step-description2nd {
    margin-left: 60px;
    text-align: left;
    font-size: 12px !important;
    color: #414042 !important;
}

.step-content2nd {
    display: none;
}

.step-content2nd.active2nd {
    display: block;
}

/******************  Dashboard CSS  Start ****************/

.dash-on-off {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 5px;
}

.toggle-switch-dash {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.toggle-switch-dash input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider-dash {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D0D5DD;
    /* Default background color when off */
    transition: .4s;
    border-radius: 34px;
}

.toggle-slider-dash:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.toggle-slider-dash {
    background-color: #4AA147;
    /* Background color when checked (on) */
}

input:checked+.toggle-slider-dash:before {
    transform: translateX(26px);
}

/******************  Dashboard CSS  END ****************/

/******************  CV Shortlist Start ****************/

.nav-custom-1 {
    transition: background-color 0.3s, color 0.3s;
    color: inherit !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    background-color: transparent !important;
    padding: 9.9px 8.9px;
    box-shadow: 0px 0px 13px 0px #00000012;
    /* Adjust padding as needed */
}

.nav-custom-1:has(.on-process, .no-process) {
    /* background-color: #EBEBEB !important;*/
}

.nav-custom-1:hover {
    background-color: #EBEBEB;
    color: #000;
}

.nav-custom-1.active {
    background-color: #d8eeee !important;
    color: #0D9394 !important;
}

/******************  CV Shortlist END ****************/

/* Custom CSS for nav-pills */
.custom-pills .custom-nav-link {
    /*color: #414042;*/
    /* White text */
    border: none !important;
    /* Remove border */
    font-weight: 400;
    font-size: 16px;
    padding: 6px 12px;
}

/* Custom CSS for nav-link hover */
.custom-pills .custom-nav-link:hover {
    background-color: #EDEDED !important;
    /* Darker shade of green on hover */
    color: #414042 !important;
    /* White text */
    border-radius: 8px;
    font-weight: 400;
}

/* Custom CSS for active nav-link */
/*    .custom-pills .custom-nav-link.active {
        background-color: #EDEDED !important;
        
        color: #414042 !important;
       
        border-radius: 4px;
        font-weight: 500;
    }*/


.typing-animation {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.10em;
    /* Space between letters */
    animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

select:focus {
    outline: none !important;
    /* Remove the default focus outline */
    box-shadow: none !important;
    /* Remove any shadow effect that might appear */
    border-color: #414042 !important;
    /* Reset the border color to its initial value */
}

/*  +++++switch css form active form deactive ++++++*/

/* ++++++++++++++++++++++for tag+++++++++++++++++++ */

.tag-container {
    display: flex;
    gap: 10px;
}

.tag {
    /*    display: inline-block;
    padding: 9px 10px;
    border: 0.8px solid #D0D5DD;
    border-radius: 8px;
    font-size: 14px;
    color: #414042;
    font-weight: 400;
    background-color: #fff;
    text-align: center;
    cursor: pointer;*/
}

/*.tag:hover {
    border-color: #999;
   
}*/

/*css for profile upload file upload and other related thing*/


/********************Flatpickerr customize css***********************/



.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    color: #fff !important;
    border-color: #4AA147 !important;
    background-color: #4AA147 !important;
    box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4);
}

.flatpickr-day.today,
.flatpickr-day.today:hover {
    color: #2F2F2F !important;
    border-color: #F0F2F0 !important;
    background-color: #F0F2F0 !important;
    box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4);
}

.flatpickr-weekdays {
    font-family: 'AirbnbCereal', Arial, sans-serif !important;
}

.flatpickr-calendar.animate.open {
    z-index: 9999 !important;
}
/* basic placeholder */
.flatpickr-wrapper .flatpickr-input::placeholder {
    color: #999; /* desired color */
    opacity: 1; /* ensure color consistency across browsers */
}
.flatpickr-months .flatpickr-month {
    color: inherit !important;
    fill:inherit!important;
}
span.flatpickr-weekday {
    color: inherit !important;
}
/* vendor prefixes for broader support */
/*.flatpickr-wrapper .flatpickr-input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.flatpickr-wrapper .flatpickr-input::-moz-placeholder {
    color: #999;
    opacity: 1;
}*/
/* Firefox 19+ */
/*.flatpickr-wrapper .flatpickr-input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}*/
/* IE 10+ */
/*.flatpickr-wrapper .flatpickr-input:-moz-placeholder {
    color: #999;
    opacity: 1;
}*/
/* older Firefox */
/********************Flatpickerr customize css***********************/
.selected-company {
    font-weight: bold;
    background-color: #e9f7ef;
    /* Light green background */
}

.custom-placeholder {
    color: #667085;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    margin-bottom: 6px !important;
}

.profile-custom-p {
    /*color: #667085;*/
    font-weight: 400;
    font-size: 12px;
}

.education-card {
    padding: 1rem 1.5rem;
    /*background-color: #FFFFFF;*/
    border: 1px solid #D4D4D4;
    border-radius: 8px;
}

.education-header {
    line-height: 6px;
}

.education-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 44.07px;
    letter-spacing: 0.31476879119873047px;
    text-align: left;
    /*color: #414042;*/
    margin-bottom: 0 !important;
}

.education-subtitle {
    color: #667085;
    font-size: 17.194px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.education-info {
    display: flex;
    align-items: center;
}

.education-icon {
    max-width: 25px;
}

.education-institution {
    font-size: 15px;
    font-weight: 500;
    line-height: 22.39px;
    /*color: #414042;*/
}

.education-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.education-detail {
    display: flex;
    align-items: center;
    /*color: #414042;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.detail-icon {
    max-width: 20px;
    max-height: 20px;
}

.detail-text {
    padding-top: 0.5rem;
    /*color: #414042;*/
    font-size: 15px;
    font-weight: 500;
    line-height: 22.39px;
    text-align: left;
}

.bnk-stype {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* color: #414042;*/
    padding-right: 34px;
}

.course-card {
    max-height: 135px;
    min-height: 135px;
    padding: 1rem;
    /* background-color: #FFFFFF;*/
    border: 1px solid #D4D4D4;
    border-radius: 8px;
}

.course-title {
    /*    color: #414042;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.256px;
    margin-bottom: 0;
}

.course-provider {
    /* color: #414042;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.course-icon {
    max-width: 30px;
    max-height: 30px;
}

.course-platform {
    padding-top: 0.25rem;
}

.course-duration {
    /*color: #414042;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.button-icon {
    max-width: 20px;
}

.button-text {
    font-size: 14px;
    font-weight: 500;
    color: #414042;
}

.upload-container {
    display: flex;
    align-items: center;
    border: 2px solid #D0D5DD;
    border-radius: 6px;
    padding: 5px;
    max-width: 100%;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease;
}

.upload-container.dragover {
    background-color: #E4E7EC;
}

.text-section {
    flex-grow: 1;
    font-size: 16px;
    color: #101828;
    display: flex;
    align-items: center;
}

.text-section span {
    color: #667085;
    margin-left: 4px;
}

.fa-upload {
    margin-left: 8px;
}

.progress-container {
    margin-top: 10px;
}

.progress-bar {
    transition: width 0.4s ease;
}

.profile-pic {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-image: url('../User/img/profile background.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #bbb;
    cursor: pointer;
    position: relative;
}

.profile-pic .upload-button {
    max-width: 40px;
    margin-top: 120px;
    margin-left: 100px;
}

.profile-pic input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.doc-upload {
    padding: 15px;
    margin-right: 12px;
    max-width: 150px;
}

.doc-upload-db {
    padding: 15px;
    margin-right: 12px;
    max-width: 85px;
}

.upoload-doc-header {
    margin-top: 7px;
    font-weight: 500;
    font-size: 14px;
}

.onboard-file-name {
    font-weight: 500;
}

.form-section {
    display: none;
}

.form-section.active {
    display: block;
}

.card-declar {
    border: 0.5px solid #D0D5DD;
    border-radius: 5px;
    padding: 10px;
    background-color: #FFFFFF;
}

.custom-label {
    /*color: var(--Gray-h, #414042);*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 6px;
}

input[type="checkbox"] {
    appearance: none;
    /* Remove default checkbox appearance */
    width: 18px;
    /* Increased size */
    height: 18px;
    /* Increased size */
    border-radius: 6px;
    /* Rounded corners */
    background-color: #EEF4FF;
    /* Light blue background */
    border: 1px solid #D0D5DD;
    /* Light gray border */
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

input[type="checkbox"]:checked {
    background-color: #D9EBFF;
    /* Slightly darker blue when checked */
    border-color: #8CC63F;
    /* Green border when checked */
}

input[type="checkbox"]:checked::after {
    content: "✔";
    color: #4AA147;
    /* Green checkmark */
    font-size: 12px;
    /* Adjusted font size */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center the checkmark */
}

input[type="checkbox"]:focus {
    outline: none;
    /* No focus outline */
}

.custom-button-halda {
    border: none;
    /* Remove border */
    background-color: none;
    /* Set background to transparent */
    color: inherit;
    /* Use the inherited text color */
    cursor: pointer;
    /* Pointer cursor on hover */
    padding: 0;
    /* Adjust padding if necessary */
    font: inherit;
    /* Inherit font styles */
    transition: none;
    /* Disable any transitions */
}

/* Optional: Remove any focus outline (not recommended for accessibility) */
.custom-button-halda:focus {
    outline: none;
    /* Remove focus outline */
    background-color: none;
}

/* Optional: Style for hover state */
.custom-button-halda:hover {
    background-color: none;
    /* No background change on hover */
    border: none;
    /* No border change on hover */
}

/* Input Group Styling */
.custom-input-group-halda {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 3px 5px;
    background: transparent !important;
}

/* Search Input Styling */
.search-input-halda {
    border: 0;
    box-shadow: none;
    background: transparent;
}

/* Icon Container Styling */
.search-icon-container-halda {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
}

/* Icon Styling */
.search-icon-halda {
    width: 20px;
    height: auto;
}

.greeting-heading {
    color: #414042;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.greeting-name {
    color: #414042;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profile-pic-background {
    position: relative;
    width: 121.44px;
    height: 121.44px;
    border: 0.5px solid #D4D4D4;
    background-image: url('/User/img/profile background.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

/* custom css form input start*/

/* custom css form input end*/

/* Typing effect */
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Cursor blinking effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: #4AA147;
    }
}

/*image animation*/

@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-up {
    animation: slideUp 1.5s ease-out forwards;
}

.hover-grow {
    transition: transform 0.3s ease-in-out;
}

.hover-grow:hover {
    transform: scale(1.1);
}

/* Hide overflow content on mobile screens and add horizontal scroll */
@media (max-width: 768px) {
    .employee-stats {
        display: block;
        /* Change layout to block */
        overflow-x: auto;
        /* Enable horizontal scrolling */
        white-space: nowrap;
        /* Prevent wrapping of items */
        padding: 0;
        /* Optional: adjust padding for mobile */
        gap: 0;
        /* Optional: adjust gap for mobile */
    }

    /*.stat-item {
        display: inline-block;*/
    /* Ensure items are in a row */
    /*width: 200px;
        border:1px solid #D0D5DD;*/
    /* Adjust width if necessary */
    /*margin-right: 16px;*/
    /* Space between items */
    /*}*/
}

.custom-container-box {
    /* border-radius: 10px;
    border: 0.5px solid #D4D4D4;
    background: #FBFBFB;*/
    min-height: 500px;
}

.administration-custom-header-00 {
    /*color: #414042;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.administration-custom-button-save {
    border-radius: var(--8, 8px);
    background: #4AA147;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    gap: var(--8, 8px);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.administration-custom-offcanvas-label {
    /* color: #414042;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: AirbnbCereal;
}

/********************************* Custom input box css *************************/

.halda-custom-input-box {
    width: 100% !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    border: 1.14px solid #D0D5DD !important;
    border-radius: 8px !important;
    background: transparent !important;
    transition: all 0.3s ease-in-out !important;
    outline: none !important;
    /*color: #333 !important;*/
    font-family: 'AirbnbCereal', Arial, sans-serif !important;
}

/* Hover effect */
.halda-custom-input-box:hover {
    border-color: #D0D5DD !important;
    /* background: #F9F9F9 !important;*/
}

/* Focus effect (when user clicks inside) */
.halda-custom-input-box:focus {
    border-color: #D0D5DD !important;
    box-shadow: 0 0 6px rgba(0, 86, 179, 0.5) !important;
    /* background: #F9F9F9 !important;*/
}

/* Active state (when clicked) */
.halda-custom-input-box:active {
    border-color: #D0D5DD !important;
    background: #F9F9F9 !important;
}

/* Disabled input styling */
.halda-custom-input-box:disabled {
    background: #e0e0e0 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

/* Placeholder styling */
.halda-custom-input-box::placeholder {
    color: #999 !important;
    font-style: normal !important;
    font-family: AirbnbCereal;
    transition: color 0.3s ease-in-out !important;
}

/* Change placeholder color on focus */
.halda-custom-input-box:focus::placeholder {
    color: #bbb !important;
}

/* Error state (for invalid input) */
.halda-custom-input-box.error {
    border-color: red !important;
    background: #ffe6e6 !important;
}

/* Success state */
.halda-custom-input-box.success {
    border-color: green !important;
    background: #e6ffe6 !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
    border: var(--bs-modal-border-width, 1px) solid var(--bs-modal-border-color, rgba(0, 0, 0, .2)) !important;
    border-radius: var(--bs-modal-border-radius, .5rem) !important;
    box-shadow: var(--bs-box-shadow-sm, 0 .125rem .25rem rgba(0, 0, 0, .075)) !important;
    /*z-index:2000!important;*/
}
/* Make toastr appear at the top of the offcanvas */

div:where(.swal2-container) {
    z-index: 1200 !important; /* higher than offcanvas */
}




/* Responsive Design */
@media (max-width: 768px) {
    .halda-custom-input-box {
        font-size: 14px !important;
        padding: 10px !important;
    }
}



/********************************* Custom input box css *************************/

.administration-from-control {
    width: 100%;
    padding: 10px 14px !important;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    background-color: transparent;
    font-size: 14px;
    line-height: 24px;
    /*color: #414042;*/
    font-weight: 400;
    transition: all 0.1s ease-in-out;
    font-family: AirbnbCereal;
}

/* Placeholder styling */
.administration-from-control::placeholder {
    color: #414042;
    font-size: 14px;
}

/* Focus state */
.administration-from-control:focus {
    outline: none;
    border-color: #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(127, 86, 217, 0.1);
}

/* Hover state */
.administration-from-control:hover {
    border-color: #D0D5DD;
}

/* Active state */
.administration-from-control:active {
    border-color: #D0D5DD;
}

/* Disabled state */
.administration-from-control:disabled {
    background-color: #FFFFFF;
    border-color: #EAECF0;
    color: #D0D5DD;
    cursor: not-allowed;
}

/* Error state - add the 'error' class when needed */
.administration-from-control.error {
    border-color: #F04438;
}

.administration-from-control.error:focus {
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(240, 68, 56, 0.1);
}


.employee-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.employee-info {
    display: flex;
    flex-direction: column;
}

.employee-name {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 12px;
}

/*.employee-designation {
    font-size: 0.8em;
    color: #666;
}*/

/*.action-icon {
    cursor: pointer;
    margin: 0 5px;
}*/



.bg-login {
    background-color: #FAFBFC;
    font-family: "Montserrat", sans-serif !important;
}

.log-nav-text {
    color: #414042;
    font-weight: 500;
    font-size: 14px;
    padding-right: 20px;
}

.log-title {
    color: #403D3D;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.log-sub-text,
.login-box-msg {
    color: #839496;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}


/*.select2-container--default .select2-selection--single {

    border: 1px solid #D0D5DD !important;
    box-shadow: 0px 1px 2px 0px #1018280D !important;
    border-radius: 8px !important;
}
*/
/*.select2-container {
    width: 100% !important;*/
/* Forces 100% width */
/*}*/

/*.form-select {
    background-color: #FFFFFF;
    color: #414042 !important;
}
*/
/*.btn-success {
    background-color: #4AA147 !important;
    border: 1px solid #4AA147 !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.btn-light {
    background-color: #FFFFFF !important;
    border: 1px solid #D4D4D4 !important;
    color: #414042 !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}*/

.log-bg-box {
    box-shadow: 0px 0px 30px 0px #9C9D9E14 !important;
}

.custom-cell-name-style {
    /* color: #414042 !important;*/
    font-size: 12px !important;
    font-weight: 500 !important;
}

.tem-deg-text {
    color: #2F2F2F !important;
    font-weight: 700;
    font-size: 15.46px !important;
}

.pre-edit-part {
    padding: 32.96px 68px !important
}

/*.cancel-btn {
    color: #2F2F2F !important;
    background-color: #F0F2F0 !important;
    padding: 10px 18px !important;
}*/


.admin-btn {
    background-color: #E0D1FC !important;
}

.verify-btn {
    background-color: #BCE3FF !important;
}

.ftime-btn {
    background-color: #D3F6D2 !important;
}

.email-text-tabu {
    font-family: AirbnbCereal_W_Bk;
    font-size: 12px;
    font-weight: 400;
    color: inherit !important;
}

.skill-bg {
    background: #E9E9E9 !important;
    color: #667085 !important;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 6px;
    border-radius: 6px;
}

.download-bg {
    background: #E9E9E9 !important;
    color: #414042 !important;
    font-size: 12px;
    font-weight: 400;
    padding: 2.67px 4px;
    border-radius: 3.34px;
}

.app-pad {
    padding: 16px 17px !important;
}

/*///AFNAN\\\*/
/*Login*/
.font-Montserrat {
    font-family: 'AirbnbCereal' !important;
}

.font-Montserrat a {
    text-decoration: none
}

.font-Montserrat span {
    color: #4aa147;
}

.log-bg-box {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /*width: 350px;*/
}

.login-card-body,
.register-card-body {
    padding: 2rem;
}

.col-md-4.p-right-t:not(:nth-child(3n)) {
    padding-right: 20.8px !important;
}

.jobTem-text {
    /*color: #414042 !important;*/
    font-weight: 500;
    font-size: 14px;
}

.login-input-container,
OTP-input-container {
    position: relative;
    margin-bottom: 12px;
}

.login-input-container .loginIcon {
    /*position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        cursor: pointer;
        font-size: 1.1rem;*/
    /* Adjust icon size if needed */
    /*transition: all 0.3s ease;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    /* Move the icon to the left */
    color: #6c757d;
    cursor: pointer;
    font-size: 1rem;
}

.bi-eye-slash .loginIcon {
    font-size: 1.2rem;
}

.login-input-container input {
    /*padding-left: 2.5rem;
        border: 1px solid #ddd;
        border-radius: 5px;
        height: 44px;
        width: 100%;
        font-size: 0.9rem;*/
    width: 100%;
    padding: 0.55rem .5rem 0.55rem 2.5rem;
    /* Adjust the padding to accommodate the icon on the left */
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 14px;
}

.input-container input:focus {
    outline: none;
    border-color: #66afe9;
}

.saved-username {
    /*position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 0.9rem;*/
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.forgot-password {
    text-align: right;
}

.forgot-password a {
    color: #007bff;
    text-decoration: none;
}

.forgot-password a:hover {
    color: #0056b3;
}

.login-btn,
.OTP-btn {
    background-color: #4AA147;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 0.9rem;
    cursor: pointer;
    width: 100%;
}

.login-btn:hover {
    background-color: #45a049;
}

.login-tab-container {
    display: flex;
    margin-bottom: 1.5rem;
}

#email-tab,
#phone-tab {
    flex: 1;
    text-align: center;
    width: 70%;
    padding: 0.5rem 0;
    cursor: pointer;
    color: #666;
    border-bottom: 3px solid transparent;
    /* No underline by default */
    transition: all 0.3s ease;
}

#email-tab.active,
#phone-tab.active {
    color: #4AA147;
    /* Active tab color */
    border-bottom: 3px solid #4AA147;
    /* Underline for active tab */
    font-weight: 600;
    /* Optional bold text */
}

/*SignUp*/

.login-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.login-box .card {
    border: solid;
    border-color: #ffff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #9C9D9E14;
    width: 400px;
}

#register-form h6,
.login-box-message {
    color: #839496;
    font-size: 14px;
}

#register-form #enp,
.login-form #enp {
    font-weight: 700;
}

/*Forget OTP*/

.input-group-text {
    background-color: transparent;
    /* border-left: 0;*/
}

.password-criteria-container {
    position: relative;
    margin-top: 10px;
    text-align: left;
}

.password-criteria {
    position: relative;
    width: 300px;
    /*left: -650px;
    top: -230%;*/
    /* Set the top position to move the criteria box above the input box */
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.password-criteria.show {
    display: block;
}

#set {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#count {
    margin-right: 10px;
}

#check0,
/* #check1, */
#check2,
#check3,
#check4,
#check5,
#check6 {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 5px;
    color: red;
}

#check0 .far,
/* #check1 .far, */
#check2 .far,
#check3 .far,
#check4 .far,
#check5 .far,
#check6 .far {
    margin-right: 5px;
}

#check0 span,
/* #check1 span, */
#check2 span,
#check3 span,
#check4 span,
#check5 span,
#check6 span {
    font-size: 14px;
}

/*active command expat switch css */

.example-switchbox {
    position: relative;
    display: inline-block;
    width: 80px;
    padding: 2px 3px;
    overflow: hidden;
    box-sizing: content-box;
    border-radius: 41px;
    border: 0.8px solid #D0D5DD;
    background: #D0D5DD;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    transition: .15s ease-out;
}

.example-switchbox::before {
    position: relative;
    z-index: 2;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FFFFFF;
    content: '';
    transition: .15s ease-out;
}

.example-switchbox+label {
    vertical-align: middle;
}

.example-switchbox-yes,
.example-switchbox-no {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    text-transform: uppercase;
    pointer-events: none;
    transition: inherit;
}

.example-switchbox-yes {
    left: .75em;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    opacity: 0;
}

.example-switchbox-no {
    right: .75em;
    font-size: 10px;
    color: #FFFFFF;
    opacity: 1;
}

.example-switchbox.is-pressed {
    background-color: #1DAC3D;
}

.example-switchbox.is-pressed .example-switchbox-yes {
    opacity: 1;
}

.example-switchbox.is-pressed .example-switchbox-no {
    opacity: 0;
}

.example-switchbox.is-pressed::before {
    transform: translateX(4em);
}

.example-switchbox.is-pressed:hover,
.example-switchbox.is-pressed:focus {}

.example-switchbox.is-pressed:hover::before,
.example-switchbox.is-pressed:focus::before {}

#ExpatToggle.example-switchbox.is-pressed {
    background-color: #1097FA;
}

/*active command expat switch css */

.employee-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    /* Space between items */
}

/* Additional styles for stat-item and stat-text, if needed */
.stat-item {
    /* background-color: #F9FAFB;*/
    border-radius: 12px;
    padding: 5px;
    border: 1px solid #D0D5DD;
}

.stat-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -18px;
    color: #667085;
    leading-trim: both;
    text-edge: cap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.emp-list-header {
    /*color: var(--Gray-h, #414042);*/
    font-size: 18px;
    font-style: normal;
    leading-trim: both;
    text-edge: cap;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
}

.emp-list-img {
    max-width: 20px;
    max-height: 20px;
    margin-top: -20px;
}

.header-text-4 {
    /*color: var(--Gray-h, #414042);*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.194px;
    /* 110.97% */
}

.employee-info {
    display: flex;
    flex-direction: row !important;
    /* Align children side by side */
    align-items: center;
    /* Vertically center-align items */
    gap: 10px;
    /* Add space between the two divs */
    font-size: 14px;
    height: 100%;
}

.employee-name-designation {
    display: flex;
    justify-content: center;
    /* Center the content within this div */
    align-items: center;
    margin-right: 10px;
    /* Add spacing between this div and the next */
}

.employee-details {
    display: flex;
    flex-direction: column;
    /* Stacks the children vertically */
    align-items: flex-start;
    /* Aligns items to the start */
    gap: 2px;
    /* Adds space between the items */
}

/*.employee-name {
    font-weight: 400;
    color: #414042;
    margin-right: 8px;
   
}*/

.employee-designation {
   /* color: #667085;*/
    font-weight: 400;
    font-size: 10px;
}

.employee-department {
    font-size: 9px;
    color: #414042;
    font-weight: 400;
    background-color: #FAF6FF;
    border-radius: 2px;
    padding: 2px 4px;
    /* Add padding for better visual appearance */
}

.halda-custom-switch {
    position: relative;
    display: inline-block;
    width: 28.33px;
    height: 19.132px;
    background-color: #D0D5DD;
    border-radius: 19.132px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 10px;
}

/* Hide default checkbox appearance */
.halda-custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Style for the slider circle */
.halda-custom-switch .slider {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border-radius: 50%;
    transition: left 0.3s;
}


.label-header-text {
    /*color: #414042;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



/* Target the tagify container */
.tagify {
    border: 0.89px solid transparent;
    /* Set border to transparent for gradient */
    border-radius: 10px !important;
    /* Rounded corners for the container */
    padding: 5px !important;
    /* Container padding */
    /* background-color: #f9f9f9 !important;*/
    /* Container background */
    border-image-source: linear-gradient(180deg, rgba(49, 188, 105, 0.35) 0%, rgba(48, 135, 237, 0.35) 100%);
    /* Gradient border */
    border-image-slice: 1;
    /* Ensure gradient is applied */
    gap: 4px;
}

/* Style for individual tags */
.tagify__tag {
    /*background-color: #F8FFF8 !important;*/
    /* Tag background color */
    box-shadow: inset 0 0 0 0.52px rgba(49, 188, 105, 0.35), inset 0 0 0 0.52px rgba(48, 135, 237, 0.35) !important;
    border-image-source: linear-gradient(180deg, rgba(49, 188, 105, 0.35) 0%, rgba(48, 135, 237, 0.35) 100%) !important;
    /*color: #414042 !important;*/
    /* Tag text color */
    border-radius: 10px !important;
    /* Rounded corners for tags */
    margin: 0 !important;
    /* Removed margin between tags */
    font-size: 14px !important;
    /* Tag font size */
    position: unset !important;
    padding: 3px 7px !important;
    z-index: revert !important;
    transition: background-color 0.3s !important;
    /* Tag transition effect */
    font-weight: 500 !important;
}

/* Hover effect for tags */
.tagify__tag:hover {
    background-color: #F8FFF8 !important;
    /* Tag hover background color */
}

/* Style for the remove button in each tag */
.tagify__tag__removeBtn {
    margin-left: 5px !important;
    /* Space between text and remove button */
    cursor: pointer !important;
    /* Pointer cursor for remove button */
    color: #414042 !important;
    /* Remove button color */
}

/* Hover effect for the remove button */
.tagify__tag__removeBtn:hover {
    color: #ffcccc !important;
    /* Remove button hover color */
}

/* Style for the input area */
.tagify__input {
    border: none !important;
    /* Remove border */
    outline: none !important;
    /* Remove outline */
    flex-grow: 1 !important;
    /* Allow input to grow */
    min-width: 100px !important;
    /* Minimum width for the input */
    padding: 5px !important;
    /* Padding for input */
    background-color: transparent !important;
    /* Match the background */
    margin: 0px !important;
}

.tagify__tag>div {
    color: inherit !important;
    font-weight: 500;
}

.tagify__tag>div>* {
    color: inherit !important;
}

.custom-circle-btn {
    border: none;
    /* Remove default border */
    border-radius: 50%;
    /* Make the button circular */
    width: 30px;
    /* Set width */
    height: 30px;
    /* Set height */
    display: flex;
    /* Center icon */
    align-items: center;
    /* Center icon vertically */
    justify-content: center;
    /* Center icon horizontally */
    /*background-color: #f0f0f0;*/
    /* Background color */
    transition: background-color 0.3s ease;
    /* Smooth transition for hover effect */
    cursor: pointer;
    /* Change cursor on hover */
}


.custom-circle-btn .bi {
    font-size: 20px;
    /* Icon size */
    /*color: #414042;*/
    /* Icon color */
}

.custom-rec-btn {
    border: none;
    /* Remove default border */

    width: 30px;
    /* Set width */
    height: 30px;
    /* Set height */
    display: flex;
    /* Center icon */
    align-items: center;
    /* Center icon vertically */
    justify-content: center;
    /* Center icon horizontally */

    transition: background-color 0.3s ease;
    /* Smooth transition for hover effect */
    cursor: pointer;
    /* Change cursor on hover */
}

.custom-rec-btn:hover {
    background-color: none;
    /* Background color on hover */
}

.custom-rec-btn .bi {
    font-size: 20px;
    /* Icon size */
    /* color: #414042; */
    /* Icon color */
}

#date-input:focus,
#salary-min:focus,
#salary-max:focus,
#email-input:focus,
#location-input:focus {
    outline: none;
    /* Remove default outline */
    border-bottom: 2px solid #414042;
    /* Add custom border on focus */
}

.tagify__tag__removeBtn {
    font: 20px / 1 Arial !important;
    width: 18px !important;
    height: 18px !important;
    margin-inline: 0.5px !important;
    transition: .5s ease-out !important;
}

.custom-text-style {
    /*color: #000;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.custom-button-save {
    background: #4AA147;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.milestone-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
    cursor: move;
}

.milestone-dropdown {
    flex: 1;
    margin-right: 10px;
}

.remove-step-btn {
    background-color: transparent;
    border: none;
    color: red;
}

/*select2-container--default .select2-selection--single {
    background-color: #FBFBFB !important;
    border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
    padding: 20px 54px !important;
}*/




.input-border-all {
    border: 1px solid #D0D5DD;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.add-button-img {
    border-radius: 50%;
    /*background: #F0F0F0;*/
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-rec-btn {
    border: none;
    /* Remove default border */

    width: 30px;
    /* Set width */
    height: 30px;
    /* Set height */
    display: flex;
    /* Center icon */
    align-items: center;
    /* Center icon vertically */
    justify-content: center;
    /* Center icon horizontally */

    transition: background-color 0.3s ease;
    /* Smooth transition for hover effect */
    cursor: pointer;
    /* Change cursor on hover */
}

.custom-rec-btn:hover {
    background-color: none;
    /* Background color on hover */
}



.tags,
.jobsubtype {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}

.tag {
    /*    display: inline-block;
    background-color: #f0f0f0;
    color: black;
    padding: 8px 12px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #ccc;*/
}

.tag.selected {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.jobsubtype {
    margin-left: 20px;
    /* Shifted slightly right */
}

/*select2-container--default .select2-selection--single {*/
/*  background-color: #FBFBFB !important;*/
/*border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
    padding: 20px 54px !important;
}


.select2-selection.select2-selection--single {*/
/* background-color: #FBFBFB !important;*/
/*border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
}*/



.input-border-all {
    border: 1px solid #D0D5DD;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}



.custom-rec-btn {
    border: none;
    /* Remove default border */

    width: 30px;
    /* Set width */
    height: 30px;
    /* Set height */
    display: flex;
    /* Center icon */
    align-items: center;
    /* Center icon vertically */
    justify-content: center;
    /* Center icon horizontally */

    transition: background-color 0.3s ease;
    /* Smooth transition for hover effect */
    cursor: pointer;
    /* Change cursor on hover */
}

.custom-rec-btn:hover {
    background-color: none;
    /* Background color on hover */
}


/*input[disabled] {
    background-color: #FBFBFB !important;*/
/* Adjust this color as needed */
/*color: #414042 !important;*/
/* Optional: Set text color for better readability */
/*cursor: not-allowed;*/
/* Optional: Change cursor to indicate disabled state */
/*}*/

textarea[disabled] {
    /*background-color: #fcf7f7 !important;*/
    /* Adjust this color as needed */
    /*color: #414042 !important;*/
    /* Optional: Set text color for better readability */
    cursor: not-allowed;
    /* Optional: Change cursor to indicate disabled state */
}

.selected-values {
    margin-top: 10px;
    padding: 8px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.selected-job-type,
.selected-job-subtype {
    font-weight: 500;
    color: #2c5282;
}

.error-message {
    color: #e53e3e;
    padding: 8px;
    margin: 8px 0;
    background-color: #fff5f5;
    border-radius: 4px;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
/*@media (max-width: 768px) {
    .card-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    .admin-card {
        height: 180px;
    }

    .card-title {
        font-size: 1.3rem;
    }
}*/

.btn-custom-icon {
    margin-right: 8px;
}

.country-phone-input::placeholder {
    opacity: 0.3 !important;
    /* Simple way to reduce visibility */
}


/*Bhagyasree - Report Module (ReportIndex) - 09/11/2025*/

.tag .remove-tag {
    margin-left: 5px;
    cursor: pointer;
    color: #dc3545;
    font-weight: bold;
}

.grouping-dropdown {
    width: 300px;
    padding: 15px;
}

.grouping-dropdown .form-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.form-check-input.column-toggle:checked::after {
    content: "" !important;
}

.form-switch .form-check-input:checked {
    background-color: #4AA147 !important;
    border-color: #4AA147 !important;
}

#reportname {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
    width: 300px;
    text-align: center;
}

.filter-row {
    gap: 20px;
    /* This is the fixed distance between items */
    margin-bottom: 15px;
}

.filter-item {
    flex-shrink: 0;
}

.form-control {
    width: 100%;
}

#ReportColumnList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 15px;
    max-height: 300px;
    overflow-y: auto;
    padding: 5px;
}

#ReportColumnList .draggable-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 6px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#ReportColumnList label {
    flex: 1;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.2;
}

/* drag handle */
#ReportColumnList .handle {
    cursor: grab;
    margin-right: 10px;
    color: #999;
}

.sortable-ghost {
    opacity: 0.5;
    background: #f0f0f0;
}

.sortable-chosen {
    background: #d1ecf1;
}

.sortable-drag {
    opacity: 0.8;
    transform: scale(1.05);
}

.disabled-btn {
    opacity: 0.6;
    pointer-events: none;
}

/*Bhagyasree - Report Module (LetterConfiguration) - 09/11/2025*/

@font-face {
    font-family: 'SutonnyBangla';
    src: url('/fonts/SutonnyMJ.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bangla';
    src: url('/fonts/Bangla.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nikosh';
    src: url('/fonts/Nikosh.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'SutonnyBangla', 'Noto Sans Bengali', Arial, sans-serif;
}

.print-controls {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

#template-gallery {
    border-right: 1px solid #ddd;
    padding: 20px;
    height: 100vh;
    overflow-y: auto;
}

.template-preview {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.template-preview:hover {
    border-color: #999;
}

.template-preview.active {
    border-color: #007bff;
    font-weight: bold;
}

.editor-column {
    height: 100vh;
    overflow-y: auto;
    padding-top: 20px;
    padding-left: 30px;
}

.copy-icon {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    color: #28a745;
    cursor: pointer;
    font-size: 14px;
}

.copy-icon:hover {
    color: #218838;
}

.active-radio {
    cursor: pointer;
    accent-color: #28a745;
}

#data-fields-list {
    max-height: 200px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
}

#data-fields-list li {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: background-color 0.2s;
    white-space: nowrap;
}

#data-fields-list li:hover {
    cursor: pointer;
}

.note-editable {
    font-size: 16px;
    line-height: 1.5;
    white-space: normal;
    padding: 10px;
    caret-color: #000;
    direction: ltr;
    text-align: left;
    background-color: white;
}

.note-editable p {
    margin: 0 0 10px 0;
}

.select2-container {
    width: 100% !important;
}


/*Bhagyasree - Report Module (Index) - 10/11/2025*/


/* Custom CSS for nav-pills */
.custom-pills .custom-nav-link {
    /*  color: #414042; */
    font-weight: 400;
    font-size: 14px;
    padding: 9px 12px;
    background-color: transparent !important;
}

.custom-pill-item {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
}




.custom-pills .custom-nav-link.active {
    background-color: #4AA147 !important;
    color: #FBFBFB !important;
    font-weight: 400 !important;
    border-radius: 8px;
}


.report-item {
    height: 40px;
    border-bottom: 2px solid #bdbcba;
    padding: 0 20px;
    box-sizing: border-box;
}

.report-item a {
    color: inherit;
    font-family: 'AirbnbCereal', Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    gap: 5px;
}

.report-item:hover a {
    color: #007BFF;
}

.report-item:hover {
    background-color: #e4e3e1;
}

.permission-button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 22px;
    vertical-align: middle;
    padding: 0px 1px;
}

.permission-button i.bi-key {
    transform: rotate(90deg) !important;
    display: inline-block;
}

.star-button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 18px;
    padding: 1px 1px;
    /* margin-left: 1px;*/
    vertical-align: middle;
    display: inline-block;
}
.delete-button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 21px;
    padding: 1px 1px;
    /* margin-left: 1px;*/
    vertical-align: middle;
}

.report-permission-offcanvas {
    width: 600px !important;
}

.flatpickr-calendar {
    z-index: 200000 !important;
}
#typingIndicator, #chatMessages {
    background-color: var(--bs-body-bg) !important;
}
.bg-dynamic {
    background-color: var(--bs-body-bg) !important;
}
/*Bhagyasree - Report Module (ReportIndex) - 10/11/2025*/
.vertical-text {
    writing-mode: vertical-rl;
    text-align: center;
}

.vertical-text span {
    display: inline-block;
    transform: rotate(180deg);
}



/*.custom-pills .custom-nav-link {
    color: #414042;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 12px;
    background-color: transparent !important;
}*/

/*    .custom-pills .custom-nav-link:hover {
        background-color: transparent !important;
        color: #414042 !important;
        border-radius: 6px;
        font-weight: 400;
        border: 0.8px solid #D0D5DD;
    }

    .custom-pills .custom-nav-link.active {
        background-color: #4AA147 !important;
        color: #FFFFFF !important;
        border-radius: 6px;
        font-weight: 400;
        border: 0.8px solid #D0D5DD;
    }*/





/* Selected options inside the box */
/*.select2-container--default .select2-selection__choice {*/
/* background-color: #007bff;*/
/*color: #414042;*/
/*border-radius: 20px;
    padding: 5px 12px;
    margin: 2px;
}*/
/* Dropdown styling */
.select2-container--default .select2-results__option {
    /*padding: 8px;
    font-size: 14px;*/
    /* color: #414042;*/
    /*background-color: #FFF;*/
    /*border-bottom: 1px solid #ddd;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;*/
}

/* Hover effect on dropdown options */
/*.select2-container--default .select2-results__option--highlighted {
    background-color: #FFF;*/
/*color: #414042;*/
/*}*/

/* Focused state (when the select is clicked or focused) */
/*.select2-container--default .select2-selection--multiple:focus {
    border-color: #007bff;*/
/* Blue border when focused */
/*box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}*/

/* Placeholder styling */
.select2-container--default .select2-selection__placeholder {
    /*color: #414042;*/
}

/* Invalid field (if the field has an error) */
.select2-container--default .select2-selection--multiple.is-invalid {
    border-color: #e74c3c !important;
    /* Red border when invalid */
}

.custom-offcanvas-width {
    width: 470px !important;
}

/*.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(105, 108, 255, .16) !important;
    color: #414042 !important;
}*/


/*this code for all select2 added by shahinur 29 oct 25*/
/*.select2-dropdown {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
    border: var(--bs-modal-border-width, 1px) solid var(--bs-modal-border-color, rgba(0, 0, 0, .2)) !important;
    border-radius: var(--bs-modal-border-radius, .5rem) !important;
    box-shadow: var(--bs-box-shadow-sm, 0 .125rem .25rem rgba(0, 0, 0, .075)) !important;
    padding: .5rem !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
    height: 45px !important;
    align-content: center;
}

.select2-container--default .select2-results__option--selected {
    background-color: inherit !important;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: var(--bs-border-width, 1px) solid var(--bs-border-color, #ced4da) !important;
    border-radius: var(--bs-border-radius, .375rem) !important;
    background-color: var(--bs-body-bg, #fff) !important;
    color: var(--bs-body-color, #212529) !important;
    outline: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 0.375rem 0.75rem !important;
    width: 100% !important;
}*/
/* Focus or focus-visible state */
/*.select2-container--default .select2-search--dropdown .select2-search__field:focus,
    .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
        border-color: var(--bs-primary, #0d6efd) !important;
        outline: none !important;
    }*/
/*end select2 style 21 aug 25 style by shahinur*/



/*css of leave added by sanjida*/

.form-check-input.column-toggle:checked::after {
    content: "" !important;
    /* Remove default checkmark */
}

.form-switch .form-check-input:checked {
    background-color: #4AA147 !important;
    border-color: #4AA147 !important;
}

.sortable-ghost {
    opacity: 0.5;
    background: #f0f0f0;
}

.sortable-chosen {
    background: #d1ecf1;
    /* Highlight the dragged item */
}

.sortable-drag {
    opacity: 0.8;
    transform: scale(1.05);
    /* Slightly enlarge for better UX */
}

.custom-grid {
    display: grid;
    grid-template-columns: repeat(4, 180px);
    /*  background-color: white; */
}


.fiscal-year-row {
    grid-template-columns: 1fr 1fr 1fr auto;
}

.h-38px {
    height: 38px !important;
}

.employee-avatar {
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #414042;
    background-color: var(--bs-primary);
}

.avatar-img,
.avatar-letter {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}
.custom-photo {
    background-color: rgb(220, 237, 200);
    padding: 20px;
    border-radius: 50%;
}
.bg-custom-0 {
    background: #FFB3B3
}

.bg-custom-1 {
    background: #B3E5FC
}

.bg-custom-2 {
    background: #C8E6C9
}

.bg-custom-3 {
    background: #FFF9C4
}

.bg-custom-4 {
    background: #E1BEE7
}

.bg-custom-5 {
    background: #FFCCBC
}

.bg-custom-6 {
    background: #B2EBF2
}

.bg-custom-7 {
    background: #F8BBD0
}

.bg-custom-8 {
    background: #D7CCC8
}

.bg-custom-9 {
    background: #DCEDC8
}

.fs-7 {
    font-size: .75rem !important
}

.pointer {
    cursor: pointer;
}

.w-20 {
    width: 20px;
    height: auto;
}

.icon-sm {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mw-170 {
    max-width: 170px;
}
/*
.d-none {
    display: none;
}
*/
.custom-card {
    border-color: #D4D4D4 !important;
    border-width: 0.67px !important;
}

.custom-select-width {
    width: 100px;
}

.button-custom {
    background-color: #4AA147;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.button-custom:hover {
    opacity: 0.9;
}

.button-custom i {
    margin-right: 5px;
}

.info-icon {
    text-align: center;
    cursor: pointer;
}

/*.offcanvas-body label {
    font-weight: 500;
}*/

/*.input-group {
    margin-bottom: 10px;
}*/

.horizontal-checkboxes {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-checkboxes .form-check {
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
}

.horizontal-checkboxes .form-check-input {
    margin-right: 5px;
}

.custom-switch-mid {
    width: 3rem;
    height: 1.5rem;
    background-color: #ccc;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 1.5rem;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
}

.custom-switch-mid::before {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: 0.15rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.custom-switch-mid:checked {
    background-color: #4AA147;
    border-color: #4AA147;
}

.custom-switch-mid:checked::before {
    transform: translateX(1.35rem);
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.horizontal-checkboxes {
    padding: 0.5rem 0;
}

.form-check-label {
    font-size: 0.9rem;
}

.col-form-label {
    font-size: 0.9rem;
    padding-bottom: 5px;
}

.form-control,
.form-select {
    font-size: 0.9rem;
}

.vertical-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vertical-checkboxes .form-check {
    margin-bottom: 5px;
}

.two-column-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.suggestions-container {
    position: relative;
}

#componentSuggestions {
    position: absolute;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10000;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    max-width: 100%;
}

#componentSuggestions .list-group-item {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

#componentSuggestions .list-group-item:hover,
#componentSuggestions .list-group-item.active {
    background-color: #e9ecef;
}

.fiscal-year-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.fiscal-year-row select,
.fiscal-year-row input {
    flex: 1;
}

.fiscal-year-row .btn-remove {
    flex: 0 0 auto;
}

.custom-offcanvas-max {
    max-width: 900px;
}

.btn-remove {
    height: 38px;
    width: 38px;
    padding: 0;
}

.h-max-200 {
    max-height: 200px;
}

.overflow-y-auto {
    overflow-y: auto;
}

/*end the css of leave */
/* Begun by Mamun */
/** HolidaySetup.cshtml CSS */
.employee-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: #D4D4D4; */
}
/* Style for the day elements representing workdays */
.day, .EmpDay {
    border: 1px solid #D0D5DD;
    border-radius: 10px;
}
/* Circle styling for legend */
.legend-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}
/* Status-specific colors */
.normal-day {
    /* background-color: #DFF7E6; */
    border: 2px solid #2F9E44;
    color: #165A23;
}
.remote-day {
    /* background-color: #E6F8FF; */
    border: 2px solid #1796C8;
    color: #0A4C60;
}
.closed-day {
    /* background-color: #FFEDEB; */
    border: 2px solid #FF6B6B;
    color: #7A1F1F;
}
.half-day {
    /* background-color: #FFF9E6; */
    border: 2px solid #F6C85F;
    color: #6D4A00;
}
/** DataImport.cshtml CSS */
.custom-grid {
    display: grid;
    grid-template-columns: repeat(4, 180px);
    /*   background-color: white; */
}
/** Attendance.cshtml CSS */
#statusInput {
    width: 100%;
}
/* for status buttons */
.status-button {
    border: 1px solid #ccc;
    /* Default border color */
    padding: 5px 10px;
    /* Add padding for spacing */
    border-radius: 5px;
    /* Rounded corners */
    cursor: pointer;
    /* Pointer cursor on hover */
    /* background-color: transparent; Transparent background */
    transition: border-color 0.3s;
    /* Smooth transition on hover */
}
/* For different status button colors */
.status-button:hover {
    border-color: #007bff;
    /* Border color on hover */
}
/* For active status button */
.active-button.select-button {
    color: green;
    font-weight: bold;
}
/* For skip buttons */
.active-button.skip-button {
    color: orange;
    font-weight: bold;
}
/* For cancel button */
.active-button.cancel-button {
    color: red;
    font-weight: bold;
}
/* For status icon */
#attendanceProcessChecklistContainer .status-icon img {
    width: 24px;
    height: 24px;
}
/* For candidate header */
.candidate-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
/* For candidate info */
.candidate-info {
    display: flex;
    align-items: center;
}
/* For candidate avatar */
/*.candidate-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;*/
    /* Ensures the image stays within the circular border */
    /*margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
 
}*/
.candidate-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image fills the avatar without distortion */
}
.candidate-name {
    font-size: 16px;
    font-weight: bold;
}
.candidate-role {
    font-size: 14px;
    color: #666;
}
.milestones {
    flex: 1;
    /* Allow milestones to take remaining space */
    overflow-y: auto;
    /* Enable vertical scrolling */
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/*.milestone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;*/
    /*   border-radius: 4px; */
    /*  background-color: #f9f9f9; */
/*}*/
.milestone-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#attendanceProcessChecklistContainer .status-icon {
    width: 24px;
    height: 24px;
    /*border: 2px solid #ccc;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 8px;
   /* color: #ccc;*/
}
#attendanceProcessChecklistContainer .selected .status-icon {
    border-color: green;
    color: green;
    /* background-color: #d4edda; */
}
#attendanceProcessChecklistContainer .skipped .status-icon,
#attendanceProcessChecklistContainer .cancelled .status-icon {
    border-color: transparent;
}
.milestone-actions button {
    margin-left: 4px;
}
.milestone-status .status-label {
    font-weight: bold;
}
/*.milestone-name {
    font-size: 14px;
}*/
.action-button {
    /* background-color: #007bff; */
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
}
.review-button {
    /* background-color: #28a745; */
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #D0D5DD;
}
/*    .input-group-text {
        background-color: #fff;
    } comment by shahinur*/
.process-table {
    min-height: 200px;
    border: 0.5px solid #D4D4D4;
    border-radius: 12px;
    overflow: hidden;
}

.form-check-input.column-toggle:checked::after {
    content: "" !important;
    /* Remove default checkmark */
}
.form-switch .form-check-input:checked {
    /* background-color: #4AA147 !important; */
    border-color: #4AA147 !important;
}
/* .select2-container--disabled .select2-selection--single {
        background-color: #e4e6e8 !important;
    } */
    .change-data-item {
        display: flex;
        align-items: center;
        flex: 1;
        min-width: 160px;
       
        white-space: nowrap; /* Ensures everything stays in one line */
    }

        .change-data-item input[type="text"],
        .change-data-item input[type="date"] {
            flex: 1;
            margin-left: 5px;
        }
/** DailySummaryList.cshtml CSS */
.form-check-input.column-toggle:checked::after {
    content: "" !important;
    /* Remove default checkmark */
}
.form-switch .form-check-input:checked {
    /* background-color: #4AA147 !important; */
    border-color: #4AA147 !important;
}
/** EmployeeProfile.cshtml CSS */
    .hide-in-pdf .dropdown1 {
        display: none !important;
    }
/** Shift.cshtml CSS */
#shift-adjust .position-relative {
    width: 130px;
}
#shift-adjust select {
    width: 300px;
}
#shift-adjust-list #empname {
    width: 300px;
}
#shift-adjust-list .position-relative {
    width: 130px;
}
#createShiftOffcanvas {
    width: 900px;
}
#createShiftOffcanvasSingle,
#EditShiftAdjustOffcanvas {
    width: 600px;
}
.max-h-400 {
    max-height: 400px;
}
/** Shift.cshtml CSS */
#createShiftOffcanvas .offcanvas-body label,
#createShiftOffcanvasSingle .offcanvas-body label,
#EditShiftAdjustOffcanvas .offcanvas-body label {
    font-weight: 500;
}
#ShiftAdjust .employee-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Align items to the left */
    text-align: left;
    /* Align text to the left */
    font-size: 14px;
    height: 100%;
}
#ShiftAdjust .employee-name-designation {
    display: flex;
    justify-content: flex-start;
    /* Align items to the left */
    align-items: baseline;
    margin-bottom: 4px;
}
#ShiftAdjust .employee-name {
    font-weight: 400;
    color: #414042;
    margin-right: 8px;
    font-size: 12px;
}
#ShiftAdjust .employee-designation {
   /* color: #667085;*/
    font-weight: 400;
    font-size: 10px;
}
#ShiftAdjust .employee-department {
    font-size: 9px;
    color: #414042;
    font-weight: 400;
    /* background-color: #FAF6FF; */
    border-radius: 2px;
    padding: 2px 4px;
    /* Add padding for better visual appearance */
}
.form-check-input.column-toggle:checked::after {
    content: "" !important;
    /* Remove default checkmark */
}
/* Ensure the generic rule doesn't interfere */
/*input[type="checkbox"]:checked::after {
    content: none;*/
    /* Clear any global default checkmark */
/*}*/
.form-switch .form-check-input:checked {
    /* background-color: #4AA147 !important; */
    border-color: #4AA147 !important;
}
/** UserProfile.cshtml CSS */
#View-Time-Card input {
    max-width: 150px;
}
#user-jobcard .handle,
#leaves #POLColumnList_LeaveHistory .handle {
    cursor: grab;
}
.status-rejected {
    /* background-color: #FFA08B; */
    padding: 7.875px 11.812px;
    border-radius: 3px;
}
.status-approved {
    /* background-color: #D3F6D2; */
    padding: 7.875px 11.812px;
    border-radius: 3px;
}
.status-unknown {
    /* background-color: #C0C0C0; Default color for unknown status */
    padding: 7.875px 11.812px;
    border-radius: 3px;
}
.form-check-input.column-toggle:checked::after {
    content: "" !important;
    /* Remove default checkmark */
}
.form-switch .form-check-input:checked {
    /* background-color: #4AA147 !important; */
    border-color: #4AA147 !important;
}
.hide-for-pdf {
    display: none !important;
}
.bar-container {
    margin-bottom: 10px;
    width: 100%;
}
.bar-track {
    width: 100%;
    height: 16px;
    /* background-color: #e0e0e0; gray base */
    border-radius: 8px;
    overflow: hidden;
}
.bar-fill {
    height: 100%;
    border-radius: 8px;
    transition: width 0.3s ease;
}
/* .bar-fill.available {
            background-color: #4caf50;
        } */
/* .bar-fill.used {
            background-color: #f44336;
        } */
/* .bar-fill.balance {
            background-color: #2196f3;
        } */
/* Styles for the text inside the button */
.toggle-switch .status-text,
.toggle-switch .status-text1 {
   /* color: #414042;*/
    /* Text color when the toggle is active */
    position: absolute;
    z-index: 1;
    transition: color 0.3s;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
    /* Add space between slider and text */
    margin-left: 70px;
    position: static;
    font-weight: 400 !important;
    font-size: 14px !important;
}
/* New Sidebar Styles */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 1040;
    display: none;
}
#leaveRequestSidebar {
    position: fixed;
    top: 0;
    right: -500px;
    /* Hidden by default (was left) */
    width: 500px;
    height: 100%;
    /*background-color: #fff;*/
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    /* Animate from right */
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    /* Shadow on left side now */
    display: flex;
    flex-direction: column;
}
.toggle-switch .status-text1 {
    left: 15px;
    /* Adjust left position of the text */
}
.sidebar-header {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-color: #f8f9fa;*/
}
/* Center the text inside the button */
.toggle-switch .status-text {
    left: 50%;
    transform: translateX(-50%);
}
.sidebar-footer {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    text-align: right;
    /*background-color: #f8f9fa;*/
}
#leaveRequestSidebar.open {
    right: 0;
    /* Slide in from right */
}
.sidebar-body {
    padding: 1rem;
    overflow-y: auto;
    flex-grow: 1;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    font-weight: 600;
    margin-bottom: .5rem;
}
.form-group label {
    font-weight: 600;
    margin-bottom: .5rem;
}
/** Requisition/Create.cshtml CSS */
#forecastingContainer .d-flex div {
    width: 150px;
}
.custom-radio {
    accent-color: #4AA147;
}
.tag {
    max-width: 200px;
    /* Optional: limit tag width if needed */
}
/*.tag:hover {*/
    /*background-color: #dc3545;*/
    /*color: #fff;
}*/
/** Requisition/QuestionTemplate.cshtml CSS */
/*#addQuestion {
    font-size: 1.5rem;*/
    /* Increases the size of the icon */
    /*position: relative;*/
    /* Allows positioning */
    /*left: 400px;*/
    /* Adjusts the position to the right */
    /* background: none; Removes any background styling */
    /*cursor: pointer;*/
    /* Changes cursor to pointer */
/*}*/
/*#addQuestion i {
    font-size: 2rem;*/
    /* Adjust size of the icon specifically */
/*}*/
.custom-w45 {
    width: 45%;
}
.custom-w40p {
    width: 40px;
}
#cancelForm {
    /* background-color: #F0F2F0; */
    color: black;
    border: none;
}
.floating-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: var(--bs-body-bg) !important; */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 500px;
    max-height: 80vh;
    z-index: 1050;
    display: flex;
    flex-direction: column;
}
.scrollable-form-body {
    overflow-y: auto;
    max-height: 60vh;
    padding: 20px;
    flex-grow: 1;
}
.form-header {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}
.form-footer {
    padding: 10px 20px;
    border-top: 1px solid #ddd;
}
.question-group {
    margin-bottom: 15px;
    position: relative;
}
.btn-remove-question {
    position: absolute;
    top: 0;
    right: 0;
    /* background: none; */
    border: none;
    color: red;
}
.btn-close-custom {
    /* background: none; */
    border: none;
    color: #6c757d;
    font-size: 1.5rem;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
}
.btn-close-custom:hover {
    color: #343a40;
}
.form-header {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-close {
    /* background: none; */
    border: none;
}
.custom-icon {
    padding: 5px;
    /* Padding around the icon */
    border-radius: 50%;
    /* Circular background */
    font-size: 16px;
    /* Adjust icon size */
}
/** Forecasting/Simulation.cshtml CSS */
.calendar-icon {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.main-svg {
    border-radius: 10px !important;
    border: 0.5px solid #D4D4D4 !important;
}
.date-picker-wrapper {
    position: relative;
    width: 100%;
    /*  max-width: 250px; */
    /* z-index: 1000;  */
}
.chart-controls {
    display: flex;
    gap: 10px;
}
#forecast-chart {
    /*    width: 100%; */
    height: 400px;
}
/* Style for dual calendar display */
.dual-calendar {
    width: auto !important;
}
.dual-calendar .flatpickr-months {
    display: flex;
    /* background: #f8f9fa; */
    padding: 8px 0;
}
.dual-calendar .flatpickr-month {
    width: 50%;
    text-align: center;
}
.flatpickr-calendar {
    z-index: 1000 !important;
    visibility: visible !important;
    background-color: var(--bs-body-bg) !important;
}
.flatpickr-calendar.multiMonth {
    width: auto !important;
    padding: 0;
    margin: 0;
}
/* Month dropdown container styles */
.flatpickr-current-month {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    height: auto !important;
    gap: 4px !important;
    color:inherit!important;
}
/* Month dropdown styles */
.flatpickr-monthDropdown-months {
    display: block !important;
    width: auto !important;
    height: 24px !important;
    padding: 2px 20px 2px 4px !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #333 !important;
    /* background-color: #fff !important; */
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    cursor: pointer !important;
}
/* Year input styles */
.numInput.cur-year {
    width: 60px !important;
    height: 24px !important;
    padding: 2px 4px !important;
    font-size: 0.9rem !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
}
/* Compact day container styles */
.flatpickr-calendar.multiMonth .dayContainer {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    padding: 0;
}
/* Day cell styles */
.flatpickr-day {
    max-width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    margin: 0;
    padding: 0;
    color:inherit!important;
}
/* Month navigation arrows */
.flatpickr-months {
    padding: 4px 0 !important;
}
.flatpickr-prev-month,
.flatpickr-next-month {
    padding: 2px !important;
    height: 28px !important;
}
/* Weekday header styles */
.flatpickr-weekdays {
    height: 24px !important;
}
.flatpickr-weekday {
    height: 24px !important;
    line-height: 24px !important;
    font-size: 0.8rem !important;
}
/* Month dropdown hover and focus states */
.flatpickr-monthDropdown-months:hover,
.flatpickr-monthDropdown-months:focus {
    border-color: #666 !important;
    outline: none !important;
}
/* Month dropdown options */
.flatpickr-monthDropdown-month {
    padding: 2px 8px !important;
    /* background-color: #fff !important; */
}
/* .flatpickr-monthDropdown-month:hover {
                background-color: #f0f0f0 !important;
            } */
/** TimeCosting/Index.cshtml */
.min-h-400 {
    min-height: 400px;
}
#designationSelectContainerForTimeCosting .select2-container {
    width: 100% !important;
}
#designationSelectContainerForTimeCosting .select2-selection {
    height: 38px !important;
    padding: 5px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}
#designationSelectContainerForTimeCosting .select2-selection__arrow {
    height: 38px !important;
}
/** Budgeting/Index.cshtml */
.min-h-200 {
    min-height: 200px;
}
/* Template Card Styles */
.hiring-budget-template-card {
    overflow: hidden;
    /* Hide outer scrollbar */
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 15px;
}
/* Keep scrolling enabled for the template info section only */
.template-info {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
}
/* Optional: Hide scrollbar visually while keeping functionality (for Webkit browsers) */
.template-info::-webkit-scrollbar {
    width: 6px;
}
.template-info::-webkit-scrollbar-track {
    /*        background: #f1f1f1;*/
    border-radius: 10px;
}
.template-info::-webkit-scrollbar-thumb {
    /*        background: #ddd;*/
    border-radius: 10px;
}
/*        .template-info::-webkit-scrollbar-thumb:hover {
            background: #ccc;
        }*/
/* For Firefox */
.template-info {
    scrollbar-width: thin;
    /*    scrollbar-color: #ddd #f1f1f1;*/
}
.add-item-button {
    cursor: pointer;
    text-align: center;
    font-size: 1.2em;
}
.remove-item {
    /*padding: 0.2rem 0.5rem;*/
    margin-left: 0;
}
.search-input-container {
    position: relative;
}

.search-input-container .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    /*    color: #888;*/
    pointer-events: none;
    /* Ensures icon doesn't interfere with input */
}
.hiring-budget-template-card .tabulator {
    overflow: visible !important;
}

.hiring-budget-template-card .tabulator-tableHolder {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px; /* scroll bar-এর জন্য একটু space */
}

.hiring-budget-template-card .tabulator-table {
    min-width: 700px !important; /* যাতে অবশ্যই scroll আসে যদি wide হয় */
    width: max-content !important;
}
/* Ended by Mamun */

/*CSS Pre-onboarding Abdullah Matin 11/11/25 */

/* Optional: Styling clickable cards */
.clickable-cards {
    position: relative;
    border: 1px solid #EEF1F6;
    width: 150px;
    height: 150px;
    padding: 20px;
    border-radius: 12px;
    transition: border-color 0.3s, background-color 0.3s;
    cursor: pointer;
    display: inline-block;
    /* Ensures cards are inline */
}

.clickable-cards img {
    max-width: 50px;
    display: block;
    margin: auto;
}

.clickable-card:hover {
    cursor: pointer;
}

.check-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 30px;
    display: none;
    /* Hidden by default */
}

.dropdown-halda-custom {
    padding: 10px 11px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 0.56px solid #D0D5DD;
    /*background-color: #FBFBFB;*/
}

.dropdown-text {
    /*color: #414042 !important;*/
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.dropdown-down-icon {
   /* color: #414042;*/
}

.label-header-text {
    /*    color: #414042;*/
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.logo {
    width: 60px;
    height: auto;
    margin-left: -15px;
    padding-top: 10px;
    object-fit: contain;
    display: block;
}

/* Custom card styling */
.emp-card {
    flex: 1;
    min-width: 180px;
    text-decoration: none;
    border-radius: 12px;
    /*         background: #fff; */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    display: flex;
}

.emp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.emp-card-body {
    padding: 16px;
    width: 100%;
}

.emp-list-header {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}

.stat-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-text p {
    margin: 0;
    font-size: 12px;
    /* color: #333; */
}

.emp-list-img {
    width: 28px;
    height: 28px;
}

/* Status Filters Custom Styling */
#statusFilters {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: transparent;
    color: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-image: url('/CView.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

#statusFilters option {
    color: black;
}

/* Modal Labels and Values */
.modal-label {
    font-weight: 600;
    color: #333;
}

.modal-value {
    margin-bottom: 1rem;
}

/* Chevron Icon Customization */
/*.bi-chevron-down::before {
    content: "\F3E1" !important;
}*/

/* Candidate Card Styling */
.candidate-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.candidate-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.candidate-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

/*.candidate-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f0f0f0;
}*/

.candidate-name-role {
    display: flex;
    flex-direction: column;
}

.candidate-name {
    font-weight: 600;
    font-size: 16px;
}

.candidate-role {
    color: #666;
    font-size: 14px;
}

/* Milestone Styling */
.milestone {
    /*box-shadow: 0px 0px 15.697px 0px rgba(0, 0, 0, 0.07);*/
    border: 0.604px solid var(--Iron, #D4D4D4);
    padding: 8px;
   /* background-color: #D4D4D4;*/
    border-radius: 9px;
    /*color: #414042;*/
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.milestone:last-child {
    margin-bottom: 0;
}

.milestone.completed {
    background: #FFFFFF;
}

.milestone.current {
    background: #FFFFFF;
}

.milestone-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-icon {
    width: 30px;
}

.action-button {
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    font-size: 14px;
}

/* Selected Applicants Styling */
.selected-applicants {
    display: flex;
    gap: 10px;
}

.circle-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4AA147;
    margin-left: -12px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

/* Status Container and Bubbles */
.status-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.status-bubble {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.status-approved {
    background-color: green;
    border: 1px solid;
    border-radius: 8px;
    padding: 3px 6px;
    color:white;
}

.status-submitted {
    background-color: orange;
    border: 1px solid;
    border-radius: 8px;
    padding: 3px 6px;
    color:#000;
}

.status-pending {
   background-color: lightgray;
    border:1px solid;
    border-radius:8px;
    padding:3px 6px;
    color:#000;
}

.status-bubble i {
    font-size: 14px;
}

.img-avatar {
    max-width: 30px;
    margin-top: -5px;
}

/* Role Badge */
.role-badge {
    color: #414042;
    background-color: #E7FEE7;
    padding: 4px 6px;
    border-radius: 6px;
    font-weight: 400;
    gap: 10px;
    font-size: 10px;
}

/* Input Border All */
.input-border-all {
    border-radius: var(--8, 8px);
    border: 1px solid #D0D5DD;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Milestone Name */
.milestone-name {
   /* color: var(--Gray-h, #414042);*/
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    leading-trim: both;
    text-edge: cap;
}

/* Review Button */
.review-button {
    border-radius: 6.037px;
    border: 0.604px solid var(--Iron, #D4D4D4);
    background: #FFF;
    color: var(--Gray-h, #414042);
    font-size: 11.489px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Action Button */
.action-button {
    border-radius: 6.037px;
    border: 0.604px solid var(--Iron, #D4D4D4);
    background: #FFF;
    color: var(--Gray-h, #414042);
    font-size: 11.489px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Customized Feedback Text */
.customized-feedback-text {
    color: #414042;
    font-size: 14.929px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Candidate Avatar */
/*.candidate-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f0f0f0;
    flex-shrink: 0;
}*/

/* Milestone Styling */
/*.milestone {
    box-shadow: 0px 0px 15.697px 0px rgba(0, 0, 0, 0.07);
    border: 0.604px solid var(--Iron, #D4D4D4);
    padding: 8px;
    background-color: #D4D4D4;
    border-radius: 9px;
    color: #414042;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.milestone:last-child {
    margin-bottom: 0;
}

.milestone.completed {
    background: #FFFFFF;
}

.milestone.current {
    background: #FFFFFF;
}

.milestone-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-icon {
    width: 30px;
}

/*.milestone-name {
    color: var(--Gray-h, #414042);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    leading-trim: both;
    text-edge: cap;
}*/

/* Review and Action Buttons */
.review-button,
.action-button {
    font-size: 12px;
    padding: 4px 8px;
}

/* Customized Feedback Text */
.customized-feedback-text {
    color: #414042;
    font-size: 14.929px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Star Rating Hover Effect */
.star:hover {
    color: #ffc107 !important;
}


.date-picker-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    gap: 16px;
    /* Adds space between the two fields */
}

.date-picker-container .field {
    display: flex;
    align-items: center;
    gap: 8px;
    /* Adds space between icon, label, and input */
}

.date-picker-container input {
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: none;
    width: 120px;
    /* Reduced width for the input box */
    max-width: 120px;
    /* Ensures the input box doesn't grow larger */
}

.date-picker-container i {
    font-size: 20px;
}

.date-picker-container p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.status-icon img {
    width: 24px;
    height: 24px;
}

.candidate-avatar {
 /*   width: 30px;
    height: 30px;*/
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.candidate-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.employee-avatar-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.employee-details {
    flex-grow: 1;
}



.employee-meta {
    font-size: 0.85rem;
    color: #666;
}

.leave-status {
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

/*.status-pending {
    color: #856404;
}*/

/*.status-approved {
    color: #155724;
}*/

.form-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

/* Process Form Styles */
.process-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.process-card-header {
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #495057;
}

.process-card-row {
    margin-bottom: 10px;
}

.process-card-label {
    font-weight: 500;
    margin-bottom: 5px;
    color: #6c757d;
}


.info-row {
    display: flex;
    margin-bottom: 10px;
}

.info-label {
    font-weight: 500;
    width: 140px;
    color: #6c757d;
}

.info-value {
    flex-grow: 1;
}

.circle-container {
    display: flex;
    /* Arrange circles in a row */
    gap: 10px;
    /* Space between circles */
}

.circle {
    width: 20px;
    /* Size of the circle */
    height: 20px;
    border-radius: 50%;
    /* Makes it a circle */
    background-color: #f1f1f1;
    /* Circle background color */
    display: flex;
    align-items: center;
    /* Center text vertically */
    justify-content: center;
    /* Center text horizontally */
    font-size: 15px;
    /* Font size of letters */
    color: #333;
    /* Text color */
    border: 2px solid #ccc;
    /* Circle border */
    text-align: center;
    /* Center text */
}

.file-list {
    /*  background-color: white; */
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ddd;
    height: 150px;
    /* Limit height to prevent overflow */
    overflow-y: auto;
    /* Enable vertical scroll if needed */
    margin: 10px 0;
    /* Add some margin for spacing */
    list-style-type: none;
    /* Remove bullets from list */
}

.file-list::-webkit-scrollbar {
    width: 0px;
    /* Hide scrollbar */
    background: transparent;
    /* Make the scrollbar background transparent */
}

#uploadNotice {
    max-height: 30px;
    /* Limit height for notice */
    overflow: hidden;
    /* Hide overflow for notice */
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-group label {
    width: 200px;
    /* Set a fixed width for label */
}

.form-group input {
    flex: 1;
    /* Input will take up remaining space */
}

.file-list {
    list-style: none;
    padding: 0;
}

.file-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    line-height: 17.904px;
    color: #414042;
}

.file-list button {
    color: #D7584D;
    /* Set text color */
    background-color: transparent;
    /* Remove background color */
    border: none;
    /* Remove border */
    cursor: pointer;
    /* Pointer cursor on hover */
    padding: 5px 10px;
    /* Add padding to the button */
}


.custom-button-save {
    border: 1px solid #D0D5DD !important;
    border-radius: 8px;
    color: #59585A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}


.label-header-text {
    /* color: #414042; */
    font-size: 16.551px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.644px;
    /* 142.857% */
}


.document-upload-container {
    padding: 16px;
    /*  background-color: #FFFFFF; */
    border-radius: 8px;
}

.document-upload-row {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    /*  background-color: #FFFFFF; */
    padding: 16px;
}

.document-upload-title {
    font-weight: bold;
    margin-bottom: 12px;
    /*   color: #333; */
}

.upload-input-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upload-box {
    border: 1px dashed #E5E3E3;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    position: relative;
    /*  background-color: #FFFFFF; */
}

.upload-instructions {
    color: #6B7280;
    margin: 0;
}

.browse-button {
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    padding: 6px 12px;
    /* background-color: #FFFFFF; */
    cursor: pointer;
    margin-top: 8px;
}

.file-count {
    display: block;
    margin-top: 8px;
    color: #6B7280;
}

.file-list-container {
    display: flex;
    flex-direction: column;
}

.file-list {
    border: 1px solid #E5E3E3;
    border-radius: 8px;
    /*  background-color: #FFFFFF; */
}

.file-list li {
    display: flex;
    justify-content: space-between;
    color: #414042;
    font-size: 11.947px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.904px;
}

.file-list li:last-child {
    border-bottom: none;
}

.upload-notice {
    margin-top: 8px;
    color: #F04438;
    font-size: 12px;
}

.required {
    color: red;
}

#map-container {
    display: none;
    /* Initially hidden */
    width: 100%;
    height: 400px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ccc;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background: #f0f0f0;
}

.input-error {
    border: 1px solid red !important;
    /* Red border */
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5) !important;
    /* Red shadow */
}

/* Designation display styles */
.designation-container {
    position: relative;
}

.gradient-text {
    background: linear-gradient(101.58deg, #3087ED 3.71%, #31BC69 88.87%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

.designation-text {
    font-size: 48px;
    font-weight: 900;
    line-height: 55px;
    text-align: left;
}

.hiring-text {
    font-size: 18px;
    font-weight: 500;
}

/*start Sourav*/
.pagination-success .page-item.active .page-link,
.pagination-success .page-item.active .page-link:hover,
.pagination-success .page-item.active .page-link:focus,
.pagination-success.pagination li.active>a:not(.page-link),
.pagination-success.pagination li.active>a:not(.page-link):hover,
.pagination-success.pagination li.active>a:not(.page-link):focus {
    border-color: #4AA147 !important;
    background-color: #4AA147 !important;
}


/*end sourav*/

/*start  By Fida*/
.custom-grid {
    display: grid;
    grid-template-columns: repeat(4, 180px);
    /*  background-color: white; */
}

.task-item {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.task-item input {
    flex: 1;
    min-width: 160px;
}

/* Table Styling */
.tasks-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.tasks-table th,
.tasks-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.tasks-table th {
    /*  background-color: #f2f2f2; */
    font-weight: 500;
}

.tasks-table input,
.tasks-table select {
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
}

.tasks-table .delete-row-btn {
    background: none;
    border: none;
    color: red;
    cursor: pointer;
    font-size: 16px;
}

.checklist-title {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.halda-form-input {
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    padding: 10px 14px;
    width: 75%
}

.status-tag {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
}

.status-tag.passed {
    background-color: #f44336;
    color: white;
}

.status-tag.alive {
    background-color: #4caf50;
    color: white;
}

.toggle-switch {
    cursor: default;
    /* Disable pointer cursor to indicate it's non-interactive */
}

.toggle-switch.off .slider {
    background-color: #ccc;
    /* Adjust as needed for the inactive state */
}

/*:root {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23A6A1A1'/%3e%3c/svg%3e");
}*/

.upload-area {
    display: flex;
    align-items: left;
    justify-content: space-between;
    border-radius: 5px;
    padding: 4px;
    margin-top: 5px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 0.92px solid #D0D5DD;
}

.upload-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--Gray-h, #414042);
}

.upload-button {
    border: none;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.upload-button i {
    margin-left: 5px;
}

.user-header-text {
   /* color: #414042;*/
    font-size: 18px;
    font-weight: 500;
    line-height: 35.88px;
    letter-spacing: 0.25629639625549316px;
    text-align: left;
}

.custom-label-view {
    /*   color: #414042; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    padding-bottom: 6px;
}

.custom-view-text {
    font-size: 16px;
    /* Adjust the font size */
    font-weight: 400;
    /* Set the font weight to normal */
    /*  color: #414042; */
    margin-left: 0.5rem;
    /* Space between the label and text */
}

.tab-message-show-text {
    color: #4AA147;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.input-view-text {
    /*  color: #414042; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.employee-admin-education-box {
    border-radius: 8px;
    border: 0.5px solid #D4D4D4;
    /*  background: #FFF; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.employee-admin-education-box-inside {
    border-radius: 8px 8px 0px 0px;
    background-color: transparent;
}

.section-header-text {
/*    color: #414042;
*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.doc-box-css {
    border-radius: 8px;
    border: 0.5px solid #D4D4D4;
    background: #FFFF;
    padding: 22px;
}

.doc-text-css {
    color: #414042;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.file-area-custom {
    text-align: center;
    cursor: pointer;
    padding: 25px 20px;
    margin-bottom: 5px;
    border-radius: 8px;
    border: 0.5px solid #D4D4D4;
    background: #FFF;
}

.doc-icon.selected {
    border: 2px solid #007bff;
    /* Highlight with a blue border */
    border-radius: 5px;
    padding: 2px;
    background-color: #f0f8ff;
    /* Light blue background */
}

.document-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.subsections-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.section {
    display: flex;
    gap: 20px;
}

.subsection h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.section {
    display: flex;
    gap: 20px;
}

.subsection h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.document {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.icon.pdf {
    background-image: url('/User/img/pdf logo.svg');
    /* Replace with actual PDF icon URL */
    background-color: #fff;
}

.icon.db {
    background-image: url('/User/img/exel logo.svg');
    /* Replace with actual DB icon URL */
    background-color: #fff;
}

p {
    font-size: 14px;
    margin: 0;
}

.section {
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 20px;
    margin-left: 20px;
}

.subsections-row {
    flex-wrap: wrap;
    justify-content: left;
    margin-left: 20px;
}

.placeholder {
    color: black;
    background-color: white;
}

.status-active {
    background-color: #1DAC3D;
    color: #FFFFFF;
    padding: 8px 13px;
    border-radius: 19px;
    font-size: 16px;
}

.status-deactive {
    background-color: #D0D5DD;
    color: #FFFFFF;
    padding: 8px 13px;
    border-radius: 19px;
    font-size: 16px;
    /* Add font size */
}

#skillViewOnly {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.skill-item {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    border-radius: 8px;
    border: 0.8px solid #D0D5DD;
    /*  background: #F9F9F9; */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#CheckListUser a {
    color: inherit !important;
}



.btn-custom-yes {
    color: #28a745;
    border-color: #28a745;
    background-color: transparent;
}

.btn-custom-yes:hover,
.btn-custom-yes.active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-custom-no {
    color: #dc3545;
    border-color: #dc3545;
    background-color: transparent;
}

.btn-custom-no:hover,
.btn-custom-no.active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

/* For checked state (when the radio is selected) */
.btn-check:checked+.btn-custom-yes {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-check:checked+.btn-custom-no {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.custom-popover {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: 300px;
    word-wrap: break-word;
}


/*/////////////////////////////*/
.popover {
    max-width: 320px;
}

.status-codes-container {
    max-height: 300px;
    overflow-y: auto;
}

.status-codes-container .badge {
    margin: 2px;
    padding: 5px;
    font-size: 0.85rem;
    cursor: pointer;
}

.status-codes-container .badge:hover {
    background-color: #0d6efd !important;
    color: white !important;
}

.hint-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
}

.hint-button .bi {
    font-size: 0.9rem;
}

/* Simple search (main employee bonus table) */
.simple-search-container {
    position: relative;
    max-width: 400px;
}

.simple-search-input {
    padding-left: 2.5rem;
    padding-right: 2rem;
}

.simple-search-container .search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 5;
    font-size: 1rem;
}

.simple-search-container .clear-search {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    display: none;
    z-index: 5;
    font-size: 1rem;
}

.simple-search-container .clear-search:hover {
    color: #495057;
}

.custom-pills .custom-nav-link {
    font-weight: 400;
    font-size: 16px;
    padding: 6px 12px;
}

.custom-pills .custom-nav-link:hover {
    background-color: transparent !important;
    border-radius: 6px;
    border: 0.8px solid #D0D5DD;
}

.custom-pills .custom-nav-link.active {
    background-color: #4AA147 !important;
    color: #FFFFFF !important;
    border-radius: 6px;
    font-weight: 400;
    border: 0.8px solid #D0D5DD;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
/*    padding: 20px 54px !important;
*/
}

.select2-selection.select2-selection--single {
    height: 46px !important;
    border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
}

.form-switch .form-check-input:checked {
    background-color: #4AA147 !important;
    border-color: #4AA147 !important;
}

/*input[type="checkbox"]:checked::after {
    content: "" !important;
}*/

/* Sortable.js Visual Feedback */
.sortable-ghost {
    opacity: 0.5;
    background: #f0f0f0;
}

.sortable-chosen {
    background: #d1ecf1;
}

.sortable-drag {
    opacity: 0.8;
    transform: scale(1.05);
}

/*.custom-grid {
    display: inline-block;
}*/

.gear-dropdown1 {
    min-width: 260px;
}

.handle {
    cursor: grab;
    color: #6c757d;
}

.handle:active {
    cursor: grabbing;
}


.task-row {
    display: flex;
    gap: 15px;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
}

.task-block {
    padding: 15px;
    border-radius: 8px;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.task-block.completed {
    background: #e6f4f1;
    border: 1px solid #2ec4b6;
}

.task-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.task-text {
    font-weight: 500;
    margin: 0;
    padding-right: 15px;
    border-right: 1px solid #e2e8f0;
}

.completed .task-text {
    border-right: 1px solid #2ec4b6;
}

.action-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 15px;
}

.complete-link {
    text-decoration: none;
    font-size: 1.1rem;
   /* color: #2F2F2F;*/
}

.complete-link:hover {
    color: #1a73e8;
}

.completed .complete-link {
    display: none;
}

.status-icon {
    display: none;
    color: #2ec4b6;
    font-size: 1.1rem;
}

.completed .status-icon {
    display: inline;
}

.circular-progress {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #4AA147;
    position: relative;
}

.circular-progress::before {
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: conic-gradient(#4AA147 var(--progress), #e9ecef var(--progress));
}

.circular-progress .progress-value {
    position: absolute;
    bottom: -20px;
    font-size: 14px;
    font-weight: bold;
}

.circular-progress::after {
    content: attr(data-shortname);
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.task-row::-webkit-scrollbar {
    height: 6px;
}

.task-row::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.task-row::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.image-preview {
    max-width: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
}
.custom-btn-hal {
/*    background-color: #FFFFFF !important;
*/
    color: #414042;
    border: none !important;
    border-radius: 8px;
    background: #FFF;
    padding: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#custom-pills-tab .nav-item {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
}
.file-area-custom {
    text-align: center;
    cursor: pointer;
    padding: 25px 20px;
    margin-bottom: 5px;
    border-radius: 8px;
    border: 0.5px solid #D4D4D4;
    background: #FFF;
}
.image-uploadify-custom {
    display: none;
}
.verified-badge {
    color: #1d9bf0;
    font-size: 20px;
}
btn-bare {
  background: none;
  border: none; 
  cursor: pointer;

}
userDisplay {
   display: none;
   font-size: 14px;
   color: #333;
}
UserBadge {
    margin-left: 8px;
}
currentConnectionInfo {
   background-color: #f8f9fa;
   padding: 12px; 
   border-radius: 6px;
   margin-bottom: 15px; 
   display: none;
}
modalConnectedUserName {
    font-weight: 500;
    color: #333;
}
nav-item {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
}
badge badge-success {
    background-color: #28a745;
    color: white; 
    font-size: 10px; 
    padding: 2px 6px; 
    border-radius: 12px;
}
badge badge-secondary {
    background-color: #6c757d;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 12px;
}
.pop-container-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
/*    background-color: white; 
*/
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 400px;
}

.custom-input {
    width: 100%; /* Make input box take up full width */
    padding: 10px; /* Add padding inside the input */
    font-size: 16px; /* Set font size */
    border: 1px solid #ccc; /* Light gray border */
    border-radius: 5px; /* Rounded corners */
    outline: none; /* Remove outline on focus */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transition on focus */
}


    .custom-input:focus {
        border-color: #4AA147; /* Green border on focus */
        box-shadow: 0 0 8px rgba(74, 161, 71, 0.6); /* Green shadow on focus */
    }

    .custom-input::placeholder {
        color: #999; /* Light gray placeholder */
        font-style: italic; /* Italicize placeholder */
    }

/* Only for screen readers */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    /* overflow: hidden; */
    border: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}
.custom-toggle {
    cursor: default;
    background-color: #007aff;
    color: white;
}
th, td {
    padding: 1px !important;
}

.toast-green {
    background-color: darkgreen !important;
    color: white !important;
}

.toast-red {
    background-color: darkred !important;
    color: white !important;
}

.toast-bottom-center {
    bottom: 20px;
    left: 55%;
    transform: translateX(-50%);
    position: fixed;
}
.drag-text {
    display: flex;
    align-items: center;
    padding-left: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#BtnSave:focus, #BtnSave:focus-visible {
    outline: 3px solid #b5963f; /* Blue outline for visibility */
    outline-offset: 2px; /* Slight offset for better appearance */
    box-shadow: 0 0 0 4px rgba(0, 82, 204, 0.3); /* Optional: subtle glow */
}
edu-medium {
  font-size: 18px; 
  font-style: normal; 
  font-weight: 500; 
  vertical-align: middle;
}
contact-form-control {
   width: 25px;
   height: 25px;
}
nav custom-pills {
padding-top:20px;
    padding-bottom:20px;

}
.section-header-text {
    /*  color: #414042; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.custom-grid-settings {
    display: inline-block;
}
/*#toggleSwitch {
    background-color: #1DAC3D;*/ /* Green background for the first toggle */
    /*border-radius:2px;
}*/
/*end  by Fida*/

.menu-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

a.menu-card {
    color: inherit !important; /* inherit parent text color */
    text-decoration: none !important; /* remove underline */
}

.menu-card {
    border: 0.56px solid var(--stroke, #D4D4D4);
    box-shadow: 0px 2px 2px 2px rgba(16, 24, 40, 0.05);
    border-radius: 10px;
    padding: 15px;
    width: calc(20% - 20px); /* 5 items per row */
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    text-align: left;
}

    .menu-card:hover {
        border: 1px solid #4AA147;
    }

.menu-icon {
    font-size: 30px;
    width: 50px;
    margin-right: 15px;
    opacity: 1;
    transition: color 0.3s ease-in-out;
}

.menu-card:hover .menu-icon {
    color: #4AA147;
}

.menu-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.menu-title {
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
    font-style: normal;
    line-height: 20px;
    transition: color 0.3s ease-in-out;
}

.menu-card:hover .menu-title {
    color: #4AA147;
}

.menu-count {
    padding: 5px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    border: 10px;
}

.menu-card:hover .menu-count {
    color: #4AA147;
}

.menu-img {
    flex-grow: 0;
    flex-shrink: 0;
    block-size: 1.375rem;
    font-size: 1.375rem;
    inline-size: 1.375rem;
    margin-inline-end: 0.5rem;
}
