.job-card {
    cursor: pointer;
}

.job-card {
    background: white;
    border-radius: 6px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    /*max-width: 900px;*/
}

/* FLEXBOX for 3 Columns */
.job-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Column 1: Profile Logo */
.col-2.job-logo {
    flex: 0 0 10%;
    display: flex;
}

.job-posted {
    color: #888;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: -16px;
}

.job-logo span {
    border-radius: 10.732px;
    background: #FFF;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 65px;
    height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #3b5998;
}

/* Column 2: Job Description */
.col-9.job-description {
    flex: 1;
}

.job-role {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.view-details {
    color: #4EA647;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.job-meta {
    display: flex;
    gap: 15px;
    font-size: 17px;
    color: #333;
}

.job-meta p {
    margin: 0;
    display: flex;
    align-items: center;
}

.job-meta i {
    margin-right: 5px;
}

.btn-outline-primary {
    color: #175DA8 !important;
    border: 1px solid #175DA8 !important;
    font-weight: 500;
    width: 195px;
    font-size: 15px !important;
    margin-right: 8px;
}

.btn-outline-primary:hover {
    color: #175DA8 !important;
    background: transparent !important;
    border: 1px solid #175DA8 !important;
}

/* Column 3: Matched Job Button */
.col-1.job-matched {
    flex: 0 0 15%;
    /*text-align: right;*/
}

.requirement-details {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.devider-line {

    color: #175DA8;
}

.requirement-details strong {
    color: #747474;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.job-matched-btn {
    background: #d1e7fd;
    color: #004085;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    width: 100%;
}

/* Divider */
.divider {
    margin: 0;
    border: 0;
    height: 1px;
    background: #888;
}

/* Job Info Section */
.job-info {
    font-size: 14px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 15px 0px 10px 0 !important;
}

/* Job Actions */
.job-actions {
    display: flex;
    gap: 56px;
    margin: -10px 0;
}

/* margin-bottom: -7px; */

.filter-header {
    color: var(--Deeesha-Blue, #175DA8);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.jobs-page-title {
    color: var(--Deeesha-Blue, #175DA8);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.filters-section {
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    scrollbar-width: none !important;
}

.filters-section h6 {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

hr {
    background: #B2B2B2;

}

.filter-line {
    margin: 0px;
    padding: 0px;
}

.no-jobs-image {
    height: 200px;
    width: 300px;
}

/* Mobile Responsive*/
.job-card-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.job-card-wrapper {
    border-radius: 10px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 10px;
}

.job-card-logo {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-card-details {
    flex: 9;
    padding-left: 10px;
}

.job-card-matched {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Mobile responsive end*/

/*pagination code*/

.pagination-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.pagination-info {
    color: #666;
    margin-bottom: 10px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pagination a {
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #0066cc;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination a.active {
    background-color: #0066cc;
    color: white;
    border-color: #0066cc;
}

.pagination a:hover:not(.active) {
    background-color: #f0f0f0;
}

.pagination-arrow {
    font-weight: bold;
}

.pagination-dots {
    padding: 0 5px;
    color: #666;
}

/* Search Filters*/
.search-container {
    display: flex;
    align-items: center;

    margin-bottom: 15px;
    padding: 5px;
    padding-left: 13px;
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}

.search-container input {
    border: none;
}

#search:focus,
#searchjob:focus,
#search:hover,
#search:active {
    border-color: #ccc;
    /* Keep border color same */
    box-shadow: none;
    /* Remove focus and hover effects */
}


@media (max-width: 768px) {
    .pagination a {
        padding: 6px 10px;
    }

    .pagination-info {
        font-size: 14px;
    }
}

/*Filter section*/
#filters-section-web {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 28px;
}

.filters-section {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    -ms-overflow-style: none;
    /* Hide scrollbar in IE/Edge */
    scrollbar-width: none;
}

.filters-section select,
.filters-section input,
.filters-section button {
    flex-shrink: 0;
    /* Prevent items from shrinking */
    font-size: 12px;
    /* Larger font size for readability */
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

/* Customize horizontal scrollbar */
.filters-section::-webkit-scrollbar {
    height: 8px;
    /* Slightly larger scrollbar */
}

.filters-section::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}

.filters-section::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

/* Add spacing between dropdown text and the dropdown arrow */
.form-select {
    padding-right: 30px;
}

.notify-btn {
    margin-right: 10px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-content {
    background: white;
    padding: 20px;
    width: 440px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    max-height: 100vh;
    z-index: 1050 !important;
    right: 5px;
    position: absolute;
    top: 5px;
}

.close-popup {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: bold;
}

.job-description-title {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.job-description-helptext {
    color: var(--Deeesha-Blue, #175DA8);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.job-description-container {
    max-height: 250px;
    /* Adjust height as needed */
    overflow-y: auto;
    border-radius: 5px;
    scrollbar-width: none;
}

/* Add a smooth scrollbar effect */
.job-description-container::-webkit-scrollbar {
    width: 6px;
}

.job-description-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.job-description-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.job-description-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bottom-sheet-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    transition: all 0.3s ease;
}

.bottom-sheet {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 16px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}

.bottom-sheet.active {
    transform: translateY(0);
}

.bottom-sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.bottom-sheet-content {
    overflow-y: auto;
    padding: 8px 0;
    flex-grow: 1;
}

.bottom-sheet-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #eee;
    margin-top: 12px;
}

.close-bottom-sheet {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.filter-option {
    padding: 12px 8px;
    border-bottom: 1px solid #f5f5f5;
}

.filter-option:last-child {
    border-bottom: none;
}

.filter-option.selected {
    background-color: #f5f9ff;
    color: #175DA8;
    font-weight: 500;
}

.filter-option input[type="radio"] {
    margin-right: 10px;
}

.option-group {
    margin-bottom: 16px;
}

.option-group-title {
    font-weight: 500;
    margin-bottom: 8px;
    color: #555;
}

/* Handle for the bottom sheet */
.bottom-sheet-handle {
    width: 40px;
    height: 5px;
    background-color: #ddd;
    border-radius: 4px;
    margin: 0 auto 16px;
}

@media screen and (max-width: 768px) {
    .job-logo span {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    #job-listing-web {
        display: none !important;
    }

    #job-listing-mobile {
        display: block !important;
    }

    .job-matched-btn {
        padding: 5px 5px;
    }

    .col-md-3 {
        padding: 0;
    }

    .col-md-9 {
        padding: 0;
    }

    .job-card {
        margin: 10px 0px;
    }

    #filters-section-mobile {
        display: block;
        scrollbar-width: none !important;
    }

    #filters-section-web {
        display: none !important;
    }

    .jobs-page-title {
        font-size: 20px;
    }

    .job-description-title {
        font-size: 13px;
    }

    .job-description-helptext {
        font-size: 12px;
    }

    .popup-content {
        margin-top: 68px;
        height: 100vh;
        padding: 10px 0;
        top: 0px;
    }

    .popup-overlay {
        /* background: none; */
    }

    .next-step {
        width: 100% !important;
    }

    .close-popup {
        right: 15px;
        left: auto;
    }

    .department-section,
    .job-meta,
    .job-info {
        font-size: 13px;
    }

    .job-actions button {
        font-size: 14px;
        width: 100%;
    }

    .devider-line {
        color: #175DA8;
        margin-top: 2px;
    }

    .filters-section select,
    .filters-section input,
    .filters-section button {
        flex-shrink: 0;
        /* Prevent items from shrinking */
        font-size: 12px;
        /* Larger font size for readability */
        /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    }

    .job-additional-description {
        padding: 0 1rem;
    }

    #search-icon-mobile {
        display: block !important;
    }

    #search-container-web {
        display: none !important;
    }

    #search-container-mobile {
        display: none;
    }

    .search-container {
        border-radius: 12px !important;
    }
}

@media screen and (min-width: 991.98px) {
    #job-listing-web {
        display: block !important;
    }

    #job-listing-mobile {
        display: none !important;
    }

    #filters-section-mobile {
        display: none !important;
    }

    #filters-section-web {
        display: block !important;
    }

    #search-icon-mobile {
        display: none !important;
    }

    #search-container-mobile {
        display: none;
    }


}

@media screen and (max-width: 400px) {
    .job-logo {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .job-role {
        color: #000;
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .job-matched-btn {
        font-size: 0;
    }

    .company-name {
        font-size: 12px;
    }

    .salary-icon {
        font-size: 12px;
    }

    .location-icon {
        font-size: 12px;
    }

    /* body{
                overflow: hidden;
            } */
}

@media screen and (max-width: 360px) {
    .popup-content {
        width: 360px;
    }
}

.ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ajax-loader-conatainer {
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* New circle loader styles */
.circle-loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: #25b09b;
    animation: l15 1s infinite linear;
    margin: 0 auto;
    /* Center the loader */
}

.circle-loader::before,
.circle-loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
}

.circle-loader::after {
    margin: 8px;
    animation-duration: 3s;
}

@keyframes l15 {
    100% {
        transform: rotate(1turn)
    }
}

@media (max-width: 576px) {

    .ajax-loader-conatainer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

/* 21-06-2025  index.php style  */

ul li:hover,
.nav-items:hover,
.nav-item:hover {
    background: none !important;
}

/* For Pagination  */
.pagination-div {
    display: flex;
    justify-content: space-between;
}

#employer-login-btn:hover,
#partner-login-btn:hover,
.nav-link .icon-link:hover,
.nav-items:hover {
    background: transparent;
}

.per-page-list {
    border: 0.5px solid var(--Deeesha-Blue, #175DA8);
    color: #175DA8;
    background: #FFF;
    border-radius: 3px;
    padding: 10px 8px 10px 10px;
    margin: 8px;
    width: 54px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.page-links {
    display: flex;
    /* margin-top: 14px; */
    background-color: #80808014;
    border-radius: 6px;
    /* margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 606px;
    position: absolute; */
    float: right;
        margin: 14px auto 0px !important;
}

.page-link-style {
    background-color: #80808014;
    border-radius: 3px;
    padding: 6px;
    height: 33px;
}

.linkForPage {
    color: #175DA8;
    padding: 8px;
    text-decoration: none;
}

.linkForPageDisable {
    color: #888888;
    padding: 8px;
    text-decoration: none;
}

.page-link-p {
    border: 1px solid #175DA8;
    border-radius: 3px;
    padding: 4px 5px 0px 13px;
    margin-top: 4px;
}

.per-page-p {
    margin-top: 4px;
}

/* Inside select arrows */
select.classic {
    background-image:
        linear-gradient(45deg, transparent 50%, #175DA8 50%),
        linear-gradient(135deg, #175DA8 50%, transparent 50%),
        linear-gradient(to right, white, white);
    background-position:
        calc(103% - 12px) calc(1em + 3px),
        calc(100% - 6px) calc(1em + 3px),
        100% 0;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
}

/* For Mobile */
@media (min-width: 992px) and (max-width: 1199px) {
    .page-links {
        margin-left: 510px;
    }
}

@media (min-width: 529px) and (max-width: 991px) {
    .page-links {
        margin-left: 330px;
    }
}

@media (min-width: 375px) and (max-width: 528px) {
    .page-links {
        margin-left: 95px;
        margin-top: 65px;
    }

    .per-page {
        margin-left: 85px;
    }
}

@media (min-width: 321px) and (max-width: 374px) {
    .page-links {
        margin-top: 65px;
        margin-left: 85px;
    }

    .per-page {
        margin-left: 75px;
    }
}

@media screen and (max-width: 320px) {
    .page-links {
        margin-top: 65px;
        margin-left: 50px;
    }

    .per-page {
        margin-left: 45px;
    }
}

/* Pagination End */

/* filter Start */
/*#job-list {*/
/*flex: 1;*/
/* overflow-y: auto; */
/* Vertical scroll only on this section */
/*padding: 20px;*/
/*background-color: #fff;*/
/*height: 100vh;*/
/*box-sizing: border-box;*/
/*}*/

#employer-login-btn:hover,
#partner-login-btn:hover,
.nav-link .icon-link:hover,
.nav-items:hover {
    background: transparent;
}

/* Filter section styling */
.filter-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.filter-header img {
    margin: 0 4px 2px;
}

.filter-section {
    margin-bottom: 15px;
}

/* Checkbox styling */
.custom-checkbox {
    /* margin-bottom: 10px;
    margin-top: 10px; */
}

.other-input {
    width: 100%;
    padding: 5px;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Accordion styling for filter sections */
.filter-accordion {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.filter-content {
    padding: 0 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* filter end */
.filter-accordion .form-select {
    border: none !important;
}

.filter-accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


/* Mobile filter */

.mobile-filter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

.popup-content {
    flex-grow: 1;
    /* overflow-y: auto; */
    text-align: left;
    font-size: 13px;
}

#locationSelect {
    font-size: 13px;
}

.filter-categories {
    width: 40%;
    max-width: 160px;
    background-color: transparent !important;
}

.filter-options {
    width: 60%;
    overflow-y: auto;
}

.filter-categories .list-group-item {
    cursor: pointer;
}

.filter-categories .list-group-item.active {
    background-color: #fff !important;
    color: #175DA8;
}

.popup-footer {
    position: sticky;
    bottom: 0;
}

.list-group-item {
    background-color: #fff !important;
}

.filter-badge {
    display: inline-block;
    background-color: #e0e0e0;
    color: #333;
    border-radius: 15px;
    margin: 5px !important;
    padding: 5px 4px 5px 5px;
    font-size: 0.9rem;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(60, 64, 67, 0.30), 0px 1px 6px 2px rgba(60, 64, 67, 0.15);
    color: #323232;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 18px;
    margin-bottom: 18px;
}

.filter-badge .remove-badge {
    margin-left: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    background: #ED4C5C;
    border-radius: 50%;
    padding: 0px 5px 1px 5px;
}

/*// for scorll filter */
#filters-section-web {
    max-height: calc(100vh - 20px);
    position: sticky;
    top: 20px;
    padding: 20px;
    overflow-y: auto;
}

#searching-item {
    font-size: 13px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #ccc;
    border-right: 0px solid !important;
    border-left: 0px solid !important;
    border-radius: 0 0 8px 8px;
    background-color: white;
    width: 97%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    box-shadow: 2px 0px 7.467px 0px rgba(108, 99, 99, 0.20);
}

#searching-item li {
    color: #888888;
    padding: 8px;
    cursor: pointer;
    text-align: left;
}

.clear-all-filter {
    margin-left: 60px;
    font-size: 14px;
    color: #ca1a1a;
    text-decoration: none;
}

/* // location suggestion list */
#suggestion-list li {
    color: black !important;
    border-bottom: 1px solid #eee !important;
    padding: 8px 15px !important;
}

.filter-lable {
    font-size: 15px;
    margin-left: 4px;
}

.filter-div {
    margin-top: 7px;
    margin-bottom: 12px !important;
}

.filter-div-sort {
    margin-top: 8px;
    margin-bottom: -2px !important;
}

.filter-content.active {
    max-height: 500px;
    margin-bottom: 15px;
}

/* 21-06-2025  index.php style  */


.job-card {
    transition: box-shadow 0.2s ease;
    /* smooth transition */
}

.job-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* subtle shadow */
}


/* 01-07-2025 popup close  */
/* sakthi responsive for close button */
.btn-popup-div {
    position: sticky;
    bottom: 20px;

    background: white;
    padding-left: 0rem !important;
}

.outter-close-btn {
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    top: 16px;
    background: white;
    background: #FFFFFF;
    cursor: pointer;
    right: 452px;
}

.inner-close-btn {
    display: none;
}

@media (max-width: 768px) {
    .outter-close-btn {
        display: none;
    }

    .inner-close-btn {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        text-align: center;
        position: absolute;
        top: 16px;
        background: white;
        background: #FFFFFF;
        cursor: pointer;
    }
}

/* sakthi changes for model description page line no: */
.job-description-container {
    max-height: 250px;
    /* Adjust height as needed */
    /* overflow-y: auto; */
    border-radius: 5px;

}

#popupContent {
    overflow: scroll;
    border-radius: 16px;
    background: #FFF;
    max-width: 400px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
}

#popupContent::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

@media (max-width: 768px) {
    #popupContent {
        border-radius: 16px;
        background: #FFF;
        max-width: 354px !important;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
    }
}

.custom-tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip {
    opacity: 5;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: justify;
    padding: 11px;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    top: 125%;
    left: 0px;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 1.7;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.custom-tooltip-container:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}