﻿@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: #FE8F73 !important;
    border: 1px solid #FE8F73 !important;
    color: #FFFFFF !important;
}

    .btn-secondary:hover {
        background: #FE8F73 !important;
        border: 1px solid #FE8F73 !important;
        color: #FFFFFF !important;
    }

    .btn-secondary:active {
        background: #FE8F73 !important;
        border: 1px solid #FE8F73 !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;
    }

/* 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;
        /* Green */
        color: #414042 !important;
        /* White text */
        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;
        /* Darker grey on hover */
    }

/*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;
}
/********************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: 22.11px;
    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: 17.19px;
    font-weight: 500;
    line-height: 22.39px;
    text-align: left;
    /*color: #414042;*/
}

.education-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.education-detail {
    display: flex;
    align-items: center;
    color: #414042;
    font-size: 17.194px;
    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: 17.19px;
    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;
}
/* 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);
        }

/*tabulator style*/
.tabulator {
    background-color: inherit;
    width: 100%;
    border: inherit !important;
    border-radius: 8px;
}

    .tabulator .tabulator-header {
        border-bottom: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6 !important;
        border-left: 1px solid #dee2e6 !important;
        border-radius: 9px 9px 0px 0px !important;
        background-color: transparent !important;
    }

        .tabulator .tabulator-header .tabulator-col {
            background-color: inherit;
            border-right: 0.52px solid #E5E3E3 !important;
        }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
                font-weight: 500;
                font-size: 14px;
                color: #414042;
            }

.tabulator-cell {
    border: 0.52px solid #E5E3E3;
    color: #414042;
    font-weight: 400;
    text-align: center;
    font-family: AirbnbCereal_W_Bk;
}

.tabulator-row-even,
.tabulator-row-odd {
    background-color: transparent !important;
}

.tabulator-row .tabulator-cell {
    border-right: none !important;
    border-top: none !important;
    padding: 12px !important;
}

.tabulator-col-title {
    font-weight: 500;
    color: #414042;
}

.tabulator-row {
    border-bottom: 0px solid #E5E3E3 !important;
}

    .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
        border-left: 0.52px solid #E5E3E3 !important;
    }

    .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
        border-right: 0.52px solid #E5E3E3 !important;
    }

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
    border-left: none !important;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
    border-right: none !important;
}

.tabulator .tabulator-tableholder {
    /* overflow-x: auto !important;
    overflow-y: hidden !important;*/
    border-right: 0.52px solid #E5E3E3 !important;
}
    .tabulator .tabulator-tableholder .tabulator-table{
        background-color:transparent!important;

    }
.tabulator-row.tabulator-group {
    background: transparent !important;
    border-left: 1px solid #dee2e6;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {
    background-color:transparent;
}
/*end tabulator*/
.employee-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.employee-info {
    display: flex;
    flex-direction: column;
}

.employee-name {
    font-weight: bold;
}

.employee-designation {
    font-size: 0.8em;
    color: #666;
}

.action-icon {
    cursor: pointer;
    margin: 0 5px;
}


.tabulator .tabulator-footer .tabulator-paginator {
    color: #644f4f;
    font-weight: 600 !important;
}

.tabulator .tabulator-footer .tabulator-footer-contents {
    background-color: #FFFFFF;
}

.tabulator .tabulator-footer .tabulator-page-size {
    font-weight: 500;
    border: 1.14px solid #975f5f;
    border-radius: 50px;
}

.tabulator .tabulator-footer .tabulator-page-counter {
    font-weight: 500 !important;
}

.tabulator-paginator {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    /* Aligns pagination to the right */
    gap: 8px !important;
    margin-top: auto !important;
}

.tabulator-page-size {
    padding: 4px !important;
}

.tabulator-page {
    background-color: transparent !important;
    /* Set button background color */
    color: #615D5D !important;
    /* Set text color to white for contrast */
    border: 1px solid #ccc !important;
    font-weight: 500;
    padding: 5px 10px !important;
    cursor: pointer !important;
}

    .tabulator-page.active {
        border-radius: 50% !important;
        padding: 4px 12px !important;
        background-color: #4AA147 !important;
        color: #FFFFFF !important;
    }

    .tabulator-page:disabled {
        /* background-color: #f0f0f0 !important;*/
        color: #999 !important;
        cursor: not-allowed !important;
    }

.tabulator-pages {
    display: flex !important;
    gap: 5px !important;
}

/* Webkit browsers (Chrome, Safari, Edge) */
.tabulator .tabulator-tableholder::-webkit-scrollbar {
    width: 10px !important;
    height: 8px !important;
}

.tabulator .tabulator-tableholder::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    /* Track color */
}

.tabulator .tabulator-tableholder::-webkit-scrollbar-thumb {
    background-color: #888 !important;
    /* Scrollbar thumb color */
    border-radius: 10px !important;
    /* Rounded corners on the scrollbar thumb */
    border: 2px solid #dee2e6 !important;
    /* Border around the thumb */
}

    .tabulator .tabulator-tableholder::-webkit-scrollbar-thumb:hover {
        background-color: #555 !important;
        /* Thumb color on hover */
    }

/* Firefox */
.tabulator .tabulator-tableholder {
    scrollbar-width: thin !important;
    scrollbar-color: #888 #f1f1f1 !important;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
    border-bottom: 1px solid #E5E3E3 !important;
    border-bottom-left-radius: 3px !important;
    border-left: 1px solid #E5E3E3 !important;
    display: inline-block !important;
    height: 22px !important;
    margin-right: 7px !important;
    margin-top: -20px !important;
    vertical-align: middle !important;
    width: 15px !important;
}

/* Base style for tree-level rows */
.tabulator-row {
    display: flex !important;
    align-items: center !important;
}

/* Level 0: No extra padding */
.tabulator-tree-level-0 .tabulator-cell {
    padding-left: 10px !important;
    /* Adjust as needed */
}

/* Level 1: Add padding to indent */
.tabulator-tree-level-1 .tabulator-cell {
    padding-left: 30px !important;
    /* Increase padding for next level */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Level 2: Further indent */
.tabulator-tree-level-2 .tabulator-cell {
    padding-left: 50px !important;
    /* Increase padding for deeper levels */
}


.tabulator-tree-level-4 .tabulator-cell {
    padding-left: 90px !important;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
    align-items: center !important;
    background: transparent !important;
    border: 1px solid #E5E3E3 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    height: 18px !important;
    justify-content: center !important;
    margin-right: 5px !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    width: 18px !important;
}

/*tabulator style added by shahinur*/

.tabulator .tabulator-footer .tabulator-page[data-page=first] {
    visibility: hidden;
}

.tabulator .tabulator-footer .tabulator-page {
    border: none !important;
}

/* Move the "Last" button before the "Next" button */
/*.tabulator-footer .tabulator-page[data-page="last"] {
    order: -1;*/
/* Move the Last button to the beginning */
/*}*/

.tabulator-paginator {
    order: 1;
    /* Ensure paginator appears first */
}

.tabulator-page-counter {
    order: 2;
    /* Move the page counter to the end */
    margin-left: auto;
    /* Push it to the far right */
}

/*for next button last*/
.tabulator-paginator {
    display: flex;
    /* Ensure Flexbox is applied */
}

    .tabulator-paginator [data-page="next"] {
        order: 99;
        /* Move the "Next" button to the end */
    }

    .tabulator-paginator [data-page="last"] {
        order: 98;
        /* Ensure "Last" appears just before "Next" */
    }

    .tabulator-paginator [data-page="first"] {
        order: 1;
        /* Keep "First" at the start */
    }

    .tabulator-paginator [data-page="prev"] {
        order: 2;
        /* Keep "Prev" after "First" */
    }

    .tabulator-paginator .tabulator-pages {
        order: 3;
        /* Keep pages in the middle */
    }


.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;
    font-size: 12px;
}

.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 */
}

/*start select2 style 21 aug 25 style by shahinur*/
.select2-container .select2-selection--single {
    position: relative;
    padding-right: 30px;
    /* Make space for the icon */
}


.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-selection.select2-selection--single {
    background-color: transparent !important;
    border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
    height: 45px !important;
    align-content: center;
}
/* Size and appearance of the dropdown arrow */
.select2-container .select2-selection__arrow {
    width: 30px;
    /* Adjust width if needed */
    height: 30px;
    /* Adjust height if needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Styling the arrow itself */
    .select2-container .select2-selection__arrow b {
        border-color: transparent transparent #007bff transparent !important;
        /* Arrow color */
        border-width: 5px 5px 0 5px !important;
        /* Size of the arrow */
        border-style: solid !important;
        margin: 0;
        /* Center the arrow inside the container */
        display: block;
        /* Ensure the b element is displayed */
    }



.select2-custom-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    /* Prevent the icon from capturing mouse events */
    font-size: 16px;
    /* Adjust as needed */
  /*  color: #555;*/
    /* Adjust icon color */
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border-radius: 8px;
    border: 1px solid #ccc; /* Light border */
    padding: 10px;
    height: auto;
    min-height: 45px;
    box-sizing: border-box;
}

/* When selecting an option */
.select2-container--default .select2-selection__rendered {
    line-height: 1.6;
    font-size: 14px;
     color: inherit!important;
    padding: 0;
}

/* 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 */
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(105, 108, 255, .16) !important;
    color: #414042 !important;
}




/*end select2 style 21 aug 25 style by shahinur*/