﻿.call-list-menu-dropdown, .call-list-menu-item {
    max-width: 300px;
}

    .call-list-menu-dropdown span.ant-menu-title-content {
        width: 100%;
        color: rgba(0, 0, 0, 0.85) !important;
    }

    .call-list-menu-dropdown .ant-dropdown-menu-item-disabled span.ant-menu-title-content {
        color: rgba(128, 128, 128, 0.85) !important;
    }

.dropdown-container-element {
    font-size: 14px;
    line-height: 1.5715;
    z-index: 2000 !important;
    width: max-content;
    max-width: 250px;
}

.call-list-dropdown-delete {
    padding: 10px 10px;
    width: 230px;
}

.call-list-table .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell)::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1.6em;
    background-color: rgba(0, 0, 0, 0.06);
    transform: translateY(-50%);
    transition: background-color 0.3s;
    content: '';
}

.company-template-table-icon {
    background: transparent;
    border: none;
}

.call-list-pop-child-content {
    display: flex !important;
}

.call-list-dropdown-menu-tooltip {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: 'tnum';
    position: absolute;
    z-index: 1070;
    width: max-content;
    width: intrinsic;
    max-width: 250px;
}

    .call-list-dropdown-menu-tooltip .ant-tooltip-content .ant-tooltip-arrow {
        display: none;
    }

.call-list-dropdown-reject-overlay .ant-popover-content .ant-popover-inner {
    box-shadow: none !important;
}
