/* Container for the loader */
#global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

#global-loader img {
    width: 40px;  
    height: 40px;
    /* opacity: 0.8;  */
}

        
#chartContainer {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#chart {
    width: 80%;
    max-width: 1000px;
}

.no-wrap {
    white-space: nowrap;
}

.textdisplay{
    display: none;
}


/* ///////////////////// */
.ellipsis-text {
    width: 120px; /* Adjust width */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
}

.ellipsis-route {
    width: 100px; /* Adjust width */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
}

.ellipsis-salesman {
    width: 100px; /* Adjust width */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
}



/* New CSS */

.search-container {
        position: relative;
    }
    .search-input {
        padding-right: 30px;
    }
    .search-container .clear-btn {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 15px;
        color: #888;
        display: none;
        font-weight: bold;
        transition: all ease 0.2s;
    }
    .search-container .clear-btn:hover {
        color: #333;
    }
    .search-input:focus {
        border-color: #ddd;
        color: #333;
    }


.hover-list-wrapper .dropdown-menu {
    font-size: 12px;
    max-width: 200px;
    overflow-y: auto;
}
.hover-list-wrapper {
    position: relative;
}
.list-trigger.dropdown-toggle:after {
    content: none;
}
.hover-list-wrapper .dropdown-menu > li {
    white-space: normal;
}

.dataTables_wrapper > .row> .col-md-6 {
    position: relative;
}