.task-top-tabs {
    max-width: 340px;
}

.find-lead-search-result {
    position: absolute;
    background: #fff;
    margin: auto;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    padding: 8px;
    margin-top: 10px;
    display: none;
    width: 100%;
    z-index: 1;
}

.find-lead-search-result .lead-item-card {
    margin-bottom: 5px;
}

.find-lead-search-result .lead-item-card:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

.custom_range_dates {
    display: flex;
    flex-direction: none;
    justify-content: end;
    margin-bottom: 10px;
    padding: 20px;
    background-color: #fff;
}

.custom_range_dates .text-input {
    border: 1px solid whitesmoke;
}

.custom_range_dates * {
    margin-right: 10px;
}

@media screen and (max-width: 660px) {
    .custom_range_dates {
        display: flex;
        flex-direction: column;
    }

    .custom_range_dates * {
        margin-right: 2px;
    }
}

.dashboard-performance-item {
    flex: 0 0 calc(16.285714% - 16px);
    max-width: calc(16.285714% - 16px);
}

#myBarChart {
    display: block;
    border-radius: 10px;
    margin-top: 4px;
    padding: 5px;
}

@media screen and (max-width: 660px) {
    .chat-header-close {
        display: block;
    }
}

.dashboard-author {
    cursor: pointer;
}


.leads-table-data {
    width: 100% !important;
}

.leads-table tr {
    border-bottom: 1px solid #eee;
}

.leads-table td,
.leads-table th {
    padding: 20px;
    max-width: 150px;
    overflow-wrap: anywhere;
    text-align: center;
}

.different_bgcolor {
    background: #e6ecff !important;
}