
<!--INI TABS 2025-->
<style>

    .soySelecLeadDataari{
        display:none;
    }
    #fshowallresultsdivcheck .soySelecLeadDataari:last-child{
        display:block;
    }
    .actionbar__search .filter-wrapper.is-visible{
        margin-top: -46px;
    }
    .is-hiddenimportant{
        display:none !important
    }
    .actionbar .btn{
        height: unset;
    }
    .cursor-pointerimportant{
        cursor:pointer !important;
    }
    .dts-tabs-container {
        display: flex;
        /*border-bottom: 1px solid var(--bs-border-color);*/
        white-space: nowrap;
        /*overflow: hidden;*/
        font-family: var(--bs-font-sans-serif);
        padding-left: 0;
        gap: 4px;
        user-select:none;
    }
    .dts-dragging {
        cursor: grabbing !important;
    }
    .dts-tab-button,
    .dts-dropdown-toggle {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 8px 12px;
        background: none;
        border: none;
        border-radius: 6px 6px 0 0;
        font-size: 14px;
        color: var(--bs-body-color);
        flex-shrink: 0;
        transition: background 0.2s ease;
        max-width: 220px; /* Cambiado de 150px a 250px */
        overflow: hidden;
    }

    .dts-tab-label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        max-width: 100%;
    }

    .dts-tab-button:hover,
    .dts-dropdown-toggle:hover,
    .dts-dropdown-item:hover {
        background: var(--bs-light);
    }
    .dts-dropdown-item:hover {
        cursor:grab;
    }
    .dts-dropdown-item i {
        cursor: move;
    }
    .dts-tab-button{
        padding-left:22px;
        padding-right:26px;
    }
    .dts-tab-button:Hover{
        padding-left:0px;
    }
    .dts-tab-button i {
        display:none;
    }
    .dts-tab-button {
        position: relative;
    }

    .dts-tab-button .ti-x {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }

    .dts-tab-button:hover .ti-x {
        display: inline;
    }
    .dts-tab-button:hover i {
        display:inline;
    }

    .dts-tab-button.dts-active {
        border-bottom: 2px solid var(--bs-primary);
        color: var(--bs-primary);
        background: var(--bs-light);
    }
    .dts-tab-button.dts-active .ti-x {
        display: inline;
    }

    .dts-tab-button .ti {
        font-size: 16px;
        cursor: move;
    }

    .dts-dropdown-menu {
        position: fixed;
        background: var(--bs-body-bg);
        border: 1px solid var(--bs-border-color);
        display: none;
        z-index: 99999;
        min-width: 230px;/* Cambiado de 160px a 210px */
        border-radius: 4px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .dts-dropdown-item{
        height: 40px;
        padding-left:10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .dts-dropdown-menu a {
        display: flex;
        user-select:none;
        align-items: center;
        gap: 6px;
        padding: 10px 14px;
        text-decoration: none;
        color: var(--bs-body-color);
        font-size: 14px;
        max-width: 220px; /* Cambiado de 150px a 250px */
        overflow: hidden;
    }

    .dts-dropdown-menu a .dts-tab-label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        max-width: 100%;
    }

    .dts-tab-content {
        padding: 20px;
        border: 1px solid var(--bs-border-color);
        border-top: none;
        border-radius: 0 0 6px 6px;
        font-size: 15px;
    }

    .dts-hidden {
        display: none !important;
    }

    .dts-drag-over {
        outline: 2px dashed var(--bs-primary);
        background-color: var(--bs-primary-light);
    }


    /*FIN TABS 2025*/

    .taborderbytop,.taborderbydown{
        color: var(--brand-color) !important;
    }
    .ps-4 {
        padding-left: 1.8rem !important;
    }
    .ms-2 {
        margin-left: .5rem !important;
    }
    .icon-item.icon-item-sm {
        height: 1.875rem;
        width: 1.875rem;
    }
    .icon-item {
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--falcon-700);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        height: 2.5rem;
        width: 2.5rem;
        border: 0;
        font-size: .875rem;
        -webkit-box-shadow: var(--falcon-box-shadow-sm);
        box-shadow: var(--falcon-box-shadow-sm);
    }
    .rounded-circle {
        border-radius: 50% !important;
    }
    .bg-200 {
        background-color: var(--falcon-200) !important;
    }
    .col-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .displayunset:not(.u-hidden) {
        display: block !important;
        user-select: none;
    }
    [aria-labelledby="dropdownmasleads"] button{
        width: calc(100% - 30px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow:hidden;
        margin-bottom:4px !important;
    }
    #scrollsalesdiv .dropdown-item{
        display: inline-block;
    }
    #tableaheaderleadsoculo{

        opacity: 0;
        margin-top: -37px;
        z-index:-1;
    }

    .js-list-bodyclonar{
        min-height:35px;
        overflow:hidden;
    }
    #actionbarleadsleftbuttons{
        min-width:70px;
    }
    .table-list__header{
        /* justify-content: unset !important; */
        padding-left: 0px !important;
    }
    .table-list-icon{
        max-width:30px !important;
        min-height:40px;
    }


    .table-list-name,
    .table-list-email,
    .table-list-country,
    .table-list-number,
    .table-list-date,
    .table-list-status {
        /* justify-content: unset !important; */
        flex: 1 1 0%;
        border-right:1px solid rgba(0, 75, 236, 0.05);
        border-top:1px solid rgba(0, 75, 236, 0.05);
        min-height:40px;
        /* max-width:280px !important; */
        /* max-width:180px !important; */
    }

    .table-list__header{
        position: sticky !important;
        top: 0px !important;
    }

    #pill-myTabContent .row>*{
        padding-left: 0px;
        padding-right: 0px !important;

    }
    #pill-myTabContent .row:first-of-type{
        padding-left: 1px !important;
        padding-right: 2px !important;

    }
    .driveimagextensionCHATS{
        width:25px;
        height:25px;
        margin-top:-4px;
        margin-left:-25px;
        float:left;
        position:absolute;
    }
    .sinscrollmarc{
        overflow-y: unset !important;
        overflow-x: unset !important;
        max-height: unset !important;
    }
    .tengocolderechatit {
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .tengocolderechatitDATOSempty{
        display:block;
        max-height:1px;
    }
    .tengocolderecha{
        padding-bottom:5px;
    }
    .tengoderechainfoboxEmp{
        padding:2px;
        padding-left:8px;
        padding-top:4px;
        margin-top:2px;
        line-height:22px;
    }
    .tengocolderechatitLINK{
        padding:2px;
    }
    .js-lead{
        margin-top:5px;
    }
    .soyinpptt{
        margin-left:15px;
    }
    .actionbar__buttons--hidden{
        display: none !important;
    }
    .actionbar--footer{
        margin-top:5px;
    }
    .contacts-main-container-action-buttons{
        margin-bottom: 0px;
        margin-top: 2px;
    }
    .primmayus {
        text-transform: capitalize;
    }

    .actionbar__pagination{
        user-select: none;
    }

    .datespagination{
        line-height:20px;
    }

    [data-dismiss=dropdown] *, [data-bs-offset-top] *, [data-bs-toggle=collapse] *, [data-bs-toggle=tooltip] *, [data-bs-toggle=popover] * {
        pointer-events: auto;
    }

    .soyheadordenartabla {
        margin-left: -5px;
        padding-right: 25px;
    }
    .yes-value{
        color: var(--falcon-bg-success-color);
        background-color: var(--falcon-bg-success-background-color);
        font-weight: 600;
    }
    .no-value{
        color: var(--falcon-bg-danger-color);
        background-color: var(--falcon-bg-danger-background-color);
        font-weight: 600;
    }
    .rev-value{
        color: var(--falcon-bg-warning-color);
        background-color: var(--falcon-bg-warning-background-color);
        font-weight: 600;
    }
    .sales-lead__details  .col-sm-6 col-lg-4 col-xxl-3 mb-4 .no-value, .sales-lead__details  .col-sm-6 col-lg-4 col-xxl-3 mb-4 .yes-value, .sales-lead__details  .col-sm-6 col-lg-4 col-xxl-3 mb-4 .rev-value{
        padding-top:5px;
        width: 100%;
    }
    .choices__input,
    .choices .choices__input--cloned,
    .choices__list,
    .choices__list--dropdown,
    .choices__item--choice,
    .choices__list,
    .choices .choices__list--dropdown .choices__item--selectable {
        font-size: 13px !important;
    }
    .tengocolderechatitLINK2 {
        margin-right: 5px;
        padding-left: 0px !important;
        padding: 10px !important;
        font-size: 12px;
    }

    .select2-container,
    .select2 {
        width: 100%;
        font-size: 13px !important;
        border-color: rgba(0, 75, 236, 0.05);
    }

    .table-list__item-wrapper div {
        font-weight: 500 !important;
        color: var(--datalyse-text-color);

    }
    .sales-lead__details dd{
        color: var(--datalyse-text-color);
    }

    .editardd {
        display: none;
    }

    dt:Hover>.editardd {
        color: var(--brand-color);
        display: inline !important;
        cursor: pointer;
    }


    .campooculto {
        display: none;
    }

    .campoocultovisible {
        display: inline !important;
    }

    .step-arrow {
        width: 100%;
    }

    .step-arrow li {
        padding: 10px;
        min-width: 150px;
        font-weight: 600;
        line-height: 1;
        color: black;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        cursor: pointer;
        background-color: #e3e6ea;
    }

    .step-arrow .activeStatus {
        background-color: #ccf6e4 !important;
    }

    .mgtopmenos5 {
        margin-top: -3px;
    }

    .table-list-name,
    .table-list-number,
    .table-list-status {
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        max-height: 50px !important;
    }

    .sales-listing .table-list-icon {
        flex-basis: 35px;
        width: 35px;
        min-width: 35px;
        text-align: center;
        padding-top: 9px;
        display: inline;
    }

    #tableaheaderleads3 .table-list-icon {
        padding-left: 2px !important;
    }

    .esfixed {
        position: fixed !important;
    }



    .MENULISPROPIEDADES li {
        padding-left: 14px !important;
        padding-right: 14px !important;
        line-height: 40px;
        /* padding-left: 1px !important; */
    }
    .MENULISPROPIEDADES li:Hover {
        line-height: 40px;
        background:var(--hover-color) !important;
        /* padding-left: 1px !important; */
    }




    .soyexpandido {
        max-height: 3000px !important;
    }

    .msgtranscription {
        background: var(--bs-primary-bg-subtle) !important;
        border-radius: 14px;
        margin: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;

    }

    #vistasDiv div{
        cursor: pointer;
    }

    /** INICIO ORDER ordenar **/

    .table-list__item{
        margin-top: 0px;
    }

    .table-list__header {
        flex-basis: 37px !important;
        height: 37px !important;
        min-width: 100%;
    }

    .table-list__header-item {
        cursor: pointer;

        padding-left: 10px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        background: var(--bs-primary-bg-subtle) !important;
    }

    .table-list__item-wrapper {
        min-width: 100%;
    }

    .table-list__item-wrapper>div {
        cursor: pointer;
        padding-left: 10px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }


    .table-list__header-item:Hover {
        background: var(--bs-primary-bg-subtle) !important;
    }

    .btnorderbytop {
        position: absolute;
        margin-top: 5px;
        margin-left: 5px;
        opacity: 0.4 !important;
    }

    .btnorderbydown {
        position: absolute;
        margin-top: 15px;
        margin-left: 5px;
        opacity: 0.4 !important;
    }

    .taborderbytop,
    .taborderbydown {
        background: var(--bs-primary-bg-subtle) !important;
    }

    .taborderbytop .btnorderbytop {
        position: absolute;
        opacity: 1 !important;
        color: var(--blue-color);
    }

    .taborderbydown .btnorderbydown {
        position: absolute;
        opacity: 1 !important;
        color: var(--blue-color);
    }

    .table-list__header-item:Hover .btnorderbydown {
        opacity: 0.8 !important;
    }

    .taborderbytop:Hover .btnorderbydown {
        opacity: 0.8 !important;
    }

    .taborderbydown:Hover .btnorderbytop {
        opacity: 0.8 !important;
    }

    /** fin ORDER ordenar **/

    .select2-selection__choice {
        line-height: 20px;
    }

    #paso2_filtrosaplicados span {
        user-select: none !important;
        /* line-height: 22px;
        margin-bottom: 10px; */
    }
    .search-container {
        margin-bottom:0px;
    }

    .btnsales-disabled {
        opacity: 0.3;
        pointer-events: none !important;
    }

    .hovencima:Hover {
        text-decoration: underline;
    }

    #akiLead_ponempresa {
        visibility: hidden;
        max-height: 1px;
        background: #FAFDFF;
        border-right: 1px solid rgba(0, 75, 236, 0.05);
        border-bottom: 1px solid rgba(0, 75, 236, 0.05);
        width: 100%;
    }

    .spastrong {
        font-weight: 700;
    }

    .akiponread {
        float: left;
    }

    .js-list-body::-webkit-scrollbar,
    .sales-lead__details-wrapper::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    .js-list-body::-webkit-scrollbar-thumb {
        background: var(--scrolldark-color);
    }

    .sales-lead__details-wrapper::-webkit-scrollbar-thumb {
        background: var(--scrolldark-color);
    }

    /*
        .sales-lead__feed-inner::-webkit-scrollbar {
            width: 17px;
            height: 17px;
        }  */
    /*
        .sales-lead__feed-inner::-webkit-scrollbar-thumb {
        background: var(--scrolldark-color);
        } */

    .table-list__header-item {
        overflow: hidden;
        display: inline;
    }

    .filter-wrapper .menu {
        max-height:400px;
        /*max-height: 145px;*/
        overflow: hidden;
        overflow-y: auto;
    }

    .sales-listing {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .sales-listing.is-expanded {
        flex-basis: 100%;
        max-width: 100% !important;
    }

    .table-list {
        height: auto;
        min-height: 41px;
        max-height: 100%;
        overflow: hidden;
        background: var(--white-color);
        /* padding-bottom:15px; */
        flex-wrap: wrap !important;
    }
    /*.table-list-country,.table-list-status,.table-list-date,.table-list-number {*/
    /*    flex: unset;*/
    /*}*/
    .table-list-name {
        min-width:200px;
        overflow:hidden !important;
    }
    .table-list-country {
        min-width:130px;
        overflow:hidden !important;

    }
    .js-sales-list {
        overflow: auto;
    }

    .table-list__wrapper {
        width: 100% !important;
        min-width: 100%;
    }

    .table-list__item {
        overflow: visible !important;
    }

    .js-list-body {
        overflow: visible !important;
    }


    .table-list__body {
        overflow-y: auto;
    }

    .table-list-chevron>svg {
        width: 20px;
        height: 20px;
        color: var(--text-color);
    }


    .sales-lead {
        display: flex;
    }

    .sales-lead__header {
        position: relative;
        display: flex;
        flex: 0 0 auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        padding: 0 var(--spacing-1);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .btndesales {
        line-height:30px;
        padding-left:10px !important;
        padding-right:10px !important;
        margin:2px !important;
        color: var(--dark-color) !important;
        background-color: var(--falcon-btn-falcon-background) !important;
        -webkit-box-shadow: var(--falcon-btn-falcon-box-shadow) !important;
        box-shadow: var(--falcon-btn-falcon-box-shadow) !important;
    }

    .sales-lead__details-wrapper .col-sm-6 col-lg-4 col-xxl-3 mb-4 dt {
        font-weight: 700 !important;
        color: var(--falcon-headings-color);
    }

    .sales-lead__details-wrapper .col-sm-6 col-lg-4 col-xxl-3 mb-4 .btndesales:Hover {
        background: var(--hover-color) !important;

    }

    .mrightsales {
        margin-right: 10px;
    }

    .sales-lead__header-title {
        position: relative;
        font-size: var(--font-size-5);
        color: var(--white-color);
    }

    .sales-lead__header-title>span {
        vertical-align: middle;
    }

    .sales-lead__header-title .sales-lead__header-btn {
        display: inline-block;
        width: 30px;
        height: 35px;
        margin-left: var(--spacing-05);
        color: var(--white-color);
        vertical-align: middle;
    }

    .sales-lead__header-buttons {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
        background-color: transparent;
    }

    .sales-lead__header-buttons .btn-plain {
        color: var(--white-color);
        padding:0px;
    }

    .sales-lead__header-more-btn {
        width: 35px;
        height: 35px;
        transition: all 0.2s ease;
        border-radius: 3px;
    }

    .sales-lead__header-more-btn:hover {
        color: var(--accent-color);
        background: var(--white-color);
    }

    .sales-lead__header-btn {
        position: relative;
        margin-left: var(--spacing-1);
        margin-right: var(--spacing-05);
    }

    .sales-lead__header-btn:hover {
        opacity: 0.7;
    }

    .sales-lead__header-save-btn.is-busy>svg {
        visibility: hidden;
    }

    .sales-lead__header-save-btn.is-busy::after {
        content: "";
        position: absolute;
        top: 5px;
        left: 35%;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle xmlns='http://www.w3.org/2000/svg' cx='50' cy='50' fill='none' stroke='%23ffffff' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138' transform='rotate%28276 50 50%29'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        animation: btn-action-busy 500ms linear infinite;
    }

    .sales-lead__header-buttons>.menu-wrapper .menu svg {
        margin-right: 5px;
        margin-top: -3px;
        vertical-align: middle;
        width: 16px;
        height: 16px;
    }

    .sales-lead__body {
        position: relative;
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        width: 100%;
        height: auto;
        background: var(--white-color);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        box-shadow: 0 2px 2px 0 var(--scrolldark-color),
        0 1px 5px 0 rgba(0, 0, 0, 0.05),
        0 3px 1px -2px var(--scrolldark-color);
    }

    .sales-lead__nav {
        display: flex;
        flex: 0 0 auto;
        flex-direction: row;
        padding: 0 var(--spacing-1);
        background: var(--accent-color);
    }

    .sales-lead__nav-item {
        display: flex;
        align-items: center;
        font-size: var(--font-size-1);
        padding: 0 var(--spacing-1);
        color: var(--white-color);
        text-transform: uppercase;
        line-height: 35px;
    }

    .sales-lead__nav-item--active {
        color: var(--text-color);
        background: var(--white-color);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .sales-lead__content {
        position: relative;
        overflow: hidden;
    }

    .sales-lead__details-wrapper {
        position: relative;
        width: 100%;
        padding-left: 2%;
    }

    .sales-lead__details {
        position: relative;
    }

    .sales-lead__details .menu-wrapper {
        display: block;
    }

    .sales-lead__details .menu {
        max-height: 170px;
        overflow: hidden;
        overflow-y: auto;
    }

    .sales-lead__details .menu-option {
        font-size: var(--font-size-1);
    }


    .sales-lead__details .sales-lead-call-btn:hover {
        text-decoration: underline;
    }

    .sales-lead__details dt {
        font-size: var(--font-size-2);
        font-weight: 600;
        padding-top: 5px;
    }

    .sales-lead__details dd {
        padding: 5px 0;
        border-bottom: 1px solid rgba(0, 75, 236, 0.03);
    }

    .sales-lead__details dt svg {
        /* width: 16px;
        height: 16px;
        margin-right: 3px;
        vertical-align: bottom; */
        width: 16px;
        height: 13px;
        margin-right: 3px;
        /* vertical-align: middle; */
        padding-top: 2px;
    }

    .sales-lead__details .badge {
        line-height: 1.5;
        margin-top: 5px;
    }

    .sales-lead__details dd:last-child {
        border-bottom: 0;
    }

    .sales-lead__feed {
        position: relative;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        width: 100%;
        height: 100%;
        max-height: 100vh;
        overflow: hidden;

    }

    .sales-lead__feed-inner {
        padding-bottom: 60px;
        overflow-y: auto;
    }

    .sales-lead__feed-pagination {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        margin-top: -20px;
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 60px;
        z-index: var(--zIndex-2);
    }

    .sales-lead__feed-pagination-btn {
        visibility: hidden;
    }

    .sales-lead__feed-pagination-btn>svg {
        opacity: 0.5;
        transition: all 0.4s cubic-bezier(0.1, 0.82, 0.25, 1);
    }

    .sales-lead__feed-pagination-btn:hover>svg {
        opacity: 1;
        transform: translateY(3px);
    }

    .sales-lead__feed-pagination-btn svg {
        width: 28px;
        height: 28px;
        stroke-width: 1;
    }

    .sales-lead__feed-item {
        -moz-box-shadow: 0 0 5px var(--scrolldark-color);
        -webkit-box-shadow: 0 0 5px var(--scrolldark-color);
        box-shadow: 0 0 5px var(--scrolldark-color);
        position: relative;
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        margin: 20px;

        border-bottom: 1px solid rgba(0, 75, 236, 0.05);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }

    .sales-lead__feed-item:focus {
        outline: 0;
    }

    .sales-lead__feed-item__header {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: var(--spacing-1) var(--spacing-3);
        padding-left: 0;
        background: var(--white-color);
        transform: translateY(0px);
        transition: transform 0.4s cubic-bezier(0.1, 0.82, 0.25, 1);
    }

    .sales-lead__feed-item.is-call>.sales-lead__feed-item__header::before {
        display: none;
        content: "";
        position: absolute;
        top: 20px;
        left: 5px;
        width: 50px;
        height: 50px;
        background-color: var(--success-color);
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-phone-outgoing'%3E%3Cpolyline points='23 7 23 1 17 1'%3E%3C/polyline%3E%3Cline x1='16' y1='8' x2='23' y2='1'%3E%3C/line%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px;
        border-radius: 50%;
        z-index: var(--zIndex-1);
    }

    .sales-lead__feed-item.is-errored>.sales-lead__feed-item__header::before {
        display: none;
        background-color: var(--error-color);
    }

    .sales-lead__feed-item.is-call.is-charged>.sales-lead__feed-item__header::before {
        display: none;
        top: 15px;
    }

    .sales-lead__feed-item.is-call.is-charged>.sales-lead__feed-item__header::after {
        display: none;
        content: "";
        position: absolute;
        top: 55px;
        left: 19px;
        width: 25px;
        height: 25px;
        background-color: #000000;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-dollar-sign'%3E%3Cline x1='12' y1='1' x2='12' y2='23'%3E%3C/line%3E%3Cpath d='M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 17px;
        border-radius: 50%;
        z-index: var(--zIndex-2);
    }

    .sales-lead__feed-item.is-sms>.sales-lead__feed-item__header::after {
        display: none;
        content: "";
        position: absolute;
        top: 20px;
        left: 5px;
        width: 50px;
        height: 50px;
        background-color: var(--brand-color);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-message-square'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px;
        border-radius: 50%;
        z-index: var(--zIndex-2);
    }

    .sales-lead__feed-item.is-ups>.sales-lead__feed-item__header::after {
        display: none;
        content: "";
        position: absolute;
        top: 20px;
        left: 5px;
        width: 50px;
        height: 50px;
        background-color: #faba02;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-package'%3E%3Cpath d='M12.89 1.45l8 4A2 2 0 0 1 22 7.24v9.53a2 2 0 0 1-1.11 1.79l-8 4a2 2 0 0 1-1.79 0l-8-4a2 2 0 0 1-1.1-1.8V7.24a2 2 0 0 1 1.11-1.79l8-4a2 2 0 0 1 1.78 0z'%3E%3C/path%3E%3Cpolyline points='2.32 6.16 12 11 21.68 6.16'%3E%3C/polyline%3E%3Cline x1='12' y1='22.76' x2='12' y2='11'%3E%3C/line%3E%3Cline x1='7' y1='3.5' x2='17' y2='8.5'%3E%3C/line%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px;
        border-radius: 50%;
        z-index: var(--zIndex-2);
    }

    .sales-lead__feed-item.is-note>.sales-lead__feed-item__header::after {
        display: none;
        content: "";
        position: absolute;
        top: 20px;
        left: 5px;
        width: 50px;
        height: 50px;
        background-color: var(--brand-color);
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-book-open'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'%3E%3C/path%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px;
        border-radius: 50%;
        z-index: var(--zIndex-2);
    }

    .sales-lead__feed-item__header-top,
    .sales-lead__feed-item__header-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .sales-lead__feed-item__header-bottom {
        margin-top: var(--spacing-1);
    }


    .sales-lead__feed-item__body {
        padding-left: 0;
        padding-right: var(--spacing-3);
        background: var(--white-color);
        overflow: hidden;
        transition: all 0.2s ease;
        z-index: var(--zIndex-1);
    }

    .sales-lead__feed-item.is-opened .sales-lead__feed-item__body {
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    }

    .sales-lead__feed-item__body-inner {
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .itemuploadsales{
        max-height: 400px;
    }

    .sales-lead__feed-item.is-opened .sales-lead__feed-item__body {
        max-height: 100%;
    }

    .sales-lead__feed-item__body-inner b {
        font-weight: 700;
    }

    .sales-lead__feed-item__title {
        font-size: var(--font-size-2);
        font-weight: 600;
        margin-top: 6px;
        color: var(--datalyse-text-title) !important;
    }

    .sales-lead__feed-item__title2 {
        font-size: var(--font-size-1);
        line-height: 30px;
        font-style: italic;
        font-weight: normal;
        color: var(--brand-color)
    }

    .sales-lead__feed-item.is-ups .sales-lead__feed-item__title>span {
        font-size: var(--font-size-1);
    }

    .sales-lead__feed-item__author {
        display: flex;
        align-items: center;
        font-size: var(--font-size-1);
    }

    .sales-lead__feed-item__author span {
        margin-top: -15px;
    }

    .sales-lead__feed-item__author figure {
        width: 20px;
        height: 20px;
        margin-right: var(--spacing-05);
        background-image: url(/images/avatar.png);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 100%;
    }

    .sales-lead__feed-item__author figure>svg {
        width: 100%;
        height: 100%;
    }

    .sales-lead__feed-item__date {
        font-size: var(--font-size-2);
        font-weight: 500;
    }

    .sales-lead__feed-item__buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        color: var(--text-color);
    }

    .sales-lead__feed-item__buttons .btn-plain {
        color: var(--text-color);
        margin-left: var(--spacing-05);
    }

    .sales-lead__feed-item.is-opened .sales-lead__feed-item__buttons .feather-chevron-down:last-child {
        transform: rotate(180deg);
    }

    .lockedtype1 {
        color: #969696 !important;
    }

    .lockedtype1>button>span {
        color: #969696 !important;
    }


    .profile__header {
        position: relative;
        display: block;
        /*
                padding-top: 10px;
                overflow: auto; */
    }

    .profile__nav {
        display: flex;
        flex-flow: row nowrap;
    }

    .profile__nav-item {
        position: relative;
        cursor: pointer;
        /*
        margin-bottom: 10px; */
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: var(--font-size-2);
        padding-bottom: 5px;
        user-select: none;

    }

    .profile__nav-item.is-active .ktiptabsales{
        color: var(--datalyse-menu-color);
        font-weight: 600;
        background-color: var(--datalyse-border-input);
    }

    .ktiptabsales {
        cursor: pointer;
        width: calc(100% - 20px);
        float: left;
        text-overflow: ellipsis;
        overflow:hidden;
        flex-wrap: nowrap;
    }

    .profile__nav-item.is-active {
        color: var(--brand-color);
    }

    .profile__body {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .profile__body>.row {
        height: auto;
    }

    .sales-lead__feed-item {
        background: var(--white-color);
        padding: 0;
        padding-left: 20px;
    }

    .profile__header::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    .profile__header::-webkit-scrollbar-thumb {
        background: var(--scrolldark-color);
    }

    .table-list-name,
    .table-list-email,
    .table-list-number,
    .table-list-country {
        width:100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: inline;
    }

    .table-list-country img,
    .icoflag {
        filter: grayscale(45%);
        width: 16px;
        height: 11px;
    }

    .js-listing:not(.is-expanded) {
        display: none;
    }

    .actionbar__buttons {
        overflow: auto;
        margin-left: 0.745rem;
    }

    .actionbar__buttons>.btn {
        margin: 0 10px 0 0;
    }
    #deleteallselectedleadsbtn{
        margin: auto;
    }
    .autoplayercalls{
        width:270px;
    }

    /*@media (max-width: 740px) {*/
    /*    .autoplayercalls{*/
    /*        width:70px;*/
    /*    }*/
    /*    #vistaseleccionadaspan{*/
    /*        display:none;*/
    /*    }*/
    /*    #saveviewspann{*/
    /*        display:none;*/
    /*    }*/
    /*}*/
    @media (max-width: 1040px) {
        .js-listing:not(.is-expanded) {
            display: none;
        }

        .js-lead {
            padding-left: 2%;
            min-width: 98%;
        }
    }

    .table-show-more-button>.actionbar__left {
        overflow: unset;
    }

    @media only screen and (max-width: 1390px) {
        .btndesales > span{
            display:none;
        }
        #btnbackarriba > span{
            display:inline;
        }

    }
    @media only screen and (max-width: 725px) {
        /*@ben_valencia - developer*/

        .sales-lead__content {
            height: unset;
        }
        .sales-lead__details-wrapper {
            height: unset;
        }

        .lead-news {
            height: 717px;
        }

        .search-container {
            display: flex;
            flex-flow: column;
        }

        .search-container>.actionbar__left {
            width: 100%;
            margin-bottom: 1rem;
        }

        .table-list__wrapper {
            overflow-x: auto;
        }

        .table-list__body {
            width: 59.375rem !important;
        }

        /* .table-show-more-button {
            margin-bottom: 3rem;
        } */
    }


    .contacts-inside-container-action-buttons {
        height: 2.574rem;
    }

    .nohayresusales {
        padding: 20px;
    }

    /* fixblockiz sidebar styles now in global 165_app.css */


    .fullwidthi {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        flex-basis: calc(100% - 20px) !important;
        margin-left: 20px;
    }


    .btnadddecompa {
        margin: 0;
        padding: 5px;
        background: none;
        cursor: pointer;
        font-weight: 500;
        border: none;
        outline: none;
        color: #3F81DE;
    }

    .btnadddecompa:Hover {
        text-decoration: underline;
    }

    .searchresuizq {
        padding-left: 15px;
        margin: 7px;
        background: var(--hover-color);
        cursor: pointer;
    }

    .searchresuizq:Hover {
        text-decoration: underline;
    }

    .soylink {
        color: #3F81DE;
        font-weight: 500;
        cursor: pointer;
    }

    .soylink:Hover {
        text-decoration: underline;
    }

    #btnbackarriba {
        position: absolute;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: .574rem;
    }

    .salessinrightmargin.is-active {
        margin-right: 4px;
        /* margin-left: 2px;
        margin-right: 2x;
        padding-left: 6px;
        padding-right: 6px; */
    }
    #dropdownMenuTablaoptions2{
        margin-left: 10px;

    }

    .ocultarebtnremove .btnINFOremove {
        display: none !important;
    }

    .ocultarebtnremove .tengoderechainfoboxEmp:hover .btnINFOremove {
        display: none !important;
    }

    .tengoderechainfoboxEmp:Hover > .btnINFOremove.u-hidden {
        display: none !important;
    }

    /* POPOVER */
    .popover {
        position: absolute;
        background: var(--falcon-popover-bg);
        border: 1px solid var(--falcon-popover-border-color);
        border-radius: 5px;
        padding: 10px;
        z-index: 1000;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .popover::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .popover.right::before {
        top: 50%;
        left: -10px;
        transform: translateY(-50%) rotate(0deg);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--falcon-popover-bg) transparent transparent;
    }

    .popover.left::before {
        top: 50%;
        right: -10px;
        transform: translateY(-50%) rotate(0deg);
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent var(--falcon-popover-bg);
    }

    .popover.top::before {
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent var(--falcon-popover-bg) transparent;
    }

    .popover.bottom::before {
        top: -10px;
        left: 50%;
        transform: translateX(-50%) rotate(0deg);
        border-width: 10px 10px 0 10px;
        border-color: var(--falcon-popover-bg) transparent transparent transparent;
    }


    .badge-time {
        font-size: 0.7rem;
    }
    .coltabsnew{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .showanim{
        max-height:300px;
        overflow-y:auto;
    }