body {
    font-family: 'Exo', sans-serif;
    font-family: 'Poppins', sans-serif !important;
    background-color: #FAFBFB;
    overscroll-behavior: none;
}


/* * * * * * * * Colores * * * * * * * */

:root {
    --tr-blue: #006EFF;
    --tr-bg-blue: #006EFF;
    --tr-dark: #1B2E33;
    --tr-white: #ffffff;
    --tr-black: #000000;
}

/* * * * * * * * Styles general * * * * * * * */

a {
    text-decoration: none;
    color: rgb(27 46 51 / 50%);
}

.material-symbols-rounded {
    font-variation-settings:
        'FILL'1,
        'wght'400,
        'GRAD'0,
        'opsz'48
}

.divide {
    border-top: 2px solid #EBEBEB;
}

.tr_row {
    display: flex;
}

.tr_row.--gap-15 {
    gap: 15px;
}

.tr_row.--gap-20 {
    gap: 20px;
}

.tr_row.--gap-30 {
    gap: 30px;
}

.tr_row.--gap-50 {
    gap: 50px;
}

.tr_row.--gap-60 {
    gap: 60px;
}

.tr_row .--size-2 {
    flex-shrink: 0;
    width: calc(50% - 15px);
}

.tr_row .--size-3 {
    flex-shrink: 0;
    width: calc(33% - 15px);
}

.tr-mobile-overlay {
    display: none;
}



/* * * * * * * * Color general * * * * * * * */
.tr_widget_client,
.tr_widget_lead .tr-cont h1,
.tr_widget_prospect .tr-cont .tr-text h3,
.tr_widget_prospect .tr-cont .tr-text h3>span,
.tr_menu_item .tr_menu_items .sublink:hover {
    color: var(--tr-blue);
}

.tr_widget_clock,
.tr_menu_item .tr_item.active-link,
.tr_pane_user .tr-brand::before,
.tr_btn_create {
    background-color: var(--tr-bg-blue);
}

.tr_widget_client .tr-add,
.tr_widget_prospect .tr-cont .tr-icon,
.tr_pane_user .tr-brand.active {
    background: rgb(0 110 255 / 5%);
    color: var(--tr-blue);
    transition: all 100ms;
}


/* * * * * * * * Style Marcas * * * * * * * */
.tr_logo_marcas {
    text-align: center;
    padding: 16px 0px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 6%);
}

.tr_logo_marcas img {
    width: 150px;
}

.tr_followup_mobile {
    display: none;
}

.tr_follow_up {
    text-align: center;
    padding: 100px 0;
    height: calc(100vh - 134px);
}

.tr_cont_follow_up h1 {
    font-weight: 800;
    margin-bottom: 18px;
    font-family: 'Exo';
    letter-spacing: 0.32px;
}

.tr_cont_follow_up p {
    max-width: 550px;
    margin: 0 auto;
    color: #49585C;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.7;
}

.tr_item_brand {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 14px;
    border: 2px solid rgb(27 46 51 / 40%);
    border-radius: 100px;
    justify-content: space-between;
    text-decoration: none;
    margin-top: 20px;
}

.tr_item_brand .tr-img {
    position: relative;
}

.tr_item_brand .tr-img::after {
    content: '';
    border-radius: 100px;
    width: 59px;
    height: 59px;
    left: -2px;
    bottom: -2px;
    position: absolute;
    z-index: -1;
    border: 1px solid #EEEEEE;
}

.tr_item_brand .tr-img img {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
}

.tr_item_brand .tr-name {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.tr_item_brand .tr-name h5 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    color: #1B2E33;
}

.tr_item_brand .tr-name span {
    font-weight: 400;
    color: #47575B;
    line-height: 1;
}

.tr_item_brand .tr-arrow {
    line-height: 1;
}

.tr_item_brand .tr-arrow span {
    font-size: 36px;
    color: #1B2E33;
}

.tr_item_brand .tr-cont {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.tr_footer_brand {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.close-content {
    cursor: pointer;
}

.tr_footer_brand span {
    margin: 0 20px;
}

.tr_footer_brand a,
.tr_footer_brand span {
    font-size: 12px;
    color: #1B2E33;
    text-decoration: none;
    font-weight: 300;
}

/* * * * * * * * Layout / left sidebar Dashboard * * * * * * * */

.tr_header_dash {
    position: fixed;
    top: 0;
    right: 0;
    height: auto;
    z-index: 90;
    padding: 0px 20px;
    width: 100%;
    background-color: #0682ff;
    border-bottom: solid 0px #EEEEEE;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    overflow: hidden;
}

.tr_header_dash .tr_content_header {
    display: grid;
    grid-template-columns: 210px 43px 0.5fr 1fr;
    align-items: center;
    margin: 12px 0px;
    column-gap: 20px;
    transition: all 450ms;
}

.tr_header_dash .tr_content_header .tr_profile {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: end;
}

.tr_sect_user {
    display: flex;
    align-items: center;
    column-gap: 26px;
    padding: 8px 10px;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    justify-content: space-between;
    background-color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    transition: all 380ms ease-in-out;
}

.tr_sect_user .tr-cont {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.tr_sect_user .tr-img img,
.tr_sect_user .tr-arrow {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
    transition: all 380ms ease-in-out;
}

.tr_sect_user .tr-name {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.tr_sect_user .tr-name h6 {
    margin: 0;
    color: #1B2E33;
    text-transform: capitalize;
}

.tr_sect_user .tr-name span {
    font-weight: 300;
    color: #47575B;
    font-size: 12px;
    line-height: 1;
}

.tr_sect_user .tr-arrow {
    line-height: 1;
    background-color: #F4F5F5;
}

.tr_sect_user .tr-arrow span {
    color: #9DA5A7;
    font-weight: 400;
    transition: all 380ms ease-in-out;
}

.tr_sect_user:hover {
    background-color: #f4f4f4;
}

.tr_sect_user:hover .tr-arrow {
    background-color: var(--tr-blue);
}

.tr_sect_user:hover .tr-arrow span {
    color: var(--tr-white);
}

.tr_notification {
    position: relative;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100px;
    background-color: #F4F5F5;
    border: 1px solid transparent;
    transition: all 380ms ease-in-out;
}

.tr_notification:hover {
    background-color: transparent;
    border: 1px solid var(--tr-white);
}

.tr_notification>span {
    color: #9DA5A7;
    font-size: 22px;
}

.tr_notification:hover>span {
    color: var(--tr-white);
}

.tr_sopport_agent {
    position: relative;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 100px;
    background-color: #F4F5F5;
    border: 1px solid transparent;
    transition: all 380ms ease-in-out;
}

.tr_sopport_agent>span {
    color: #9DA5A7;
    font-size: 22px;
    transition: all 380ms ease-in-out;
}

.tr_sopport_agent:hover {
    background-color: #efefef;
}

.tr_sopport_agent:hover>span {
    color: var(--tr-blue);
}

.tr_sopport_agent::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 88%;
    transform: translateY(-50%) translateX(20px);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent var(--tr-dark);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.4s;
}
.tr_sopport_agent::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 50%;
    right: 120%;
    transform: translateY(-50%) translateX(20px);
    background-color: var(--tr-dark);
    color: white;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.4s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.tr_sopport_agent:hover:before,
.tr_sopport_agent:hover:after {
    opacity: 0.9;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.tr_widget_search .tr_search_form {
    display: none;
}

.tr_search_form {
    display: flex;
    padding: 4px 15px;
    background: #F4F5F5;
    border-radius: 100px;
}

.tr_search_form .tr_search_input {
    display: block;
    width: 100%;
    border: none;
    outline: 0;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 0 0 5px;
    background: transparent;
}

.tr_search_form .tr_btn_search {
    text-align: center;
    height: 40px;
    border: none;
    place-items: center;
    display: grid;
    width: 40px;
    line-height: 40px;
    color: #9DA5A7;
    background: transparent;
}

.tr_search_form .tr_search_input::placeholder {
    color: #9DA5A7;
}

/* * left sidebar menu * */
.tr_left_sidebar .tr_logo {
    display: flex;
    background-color: #0582ff;
    height: 82px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.tr_left_sidebar .tr_logo img {
    width: 130px;
}

.tr_left_sidebar {
    border-right: solid 1.5px #EEEEEE;
    background: #0854c5;
    /* background-color: var(--tr-bg-blue); */
    position: fixed;
    width: 230px;
    z-index: 99;
    top: 0%;
    bottom: 0%;
    -webkit-transition: all 380ms;
    transition: all 380ms;
    overflow: hidden;
}

.tr_sidebar_menu {
    overflow-y: scroll;
    height: calc(100vh - 180px);
    padding: 20px 0 10px;
}

.tr_menu_item {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.tr_menu_item .tr_menu_title {
    margin: 15px 0;
    padding: 0 20px;
    font-weight: 700;
    font-family: 'Exo';
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #b5e7ff;
    font-size: 12px;
    opacity: 0.5;
}

.tr_menu_item .tr_nav_link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px 0;
    cursor: pointer;
    border-radius: 8px;
    margin: 6px 0;
    position: relative;
    text-decoration: none;
    color: var(--tr-white);
    white-space: nowrap;
    transition: all 380ms ease-in-out;
}

.tr_menu_item .tr_item.active,
.tr_menu_item .tr_item:hover {
    background-color: var(--tr-white);
}

.tr_menu_item .tr-drop.tr_item:hover {
    background-color: transparent;
}

.tr_menu_item .tr_item.active .tr_nav_link {
    color: #0854c5;
}

.tr_menu_item .tr-drop .tr_nav_link,
.tr_menu_item .tr-drop .tr_nav_link:hover {
    background-color: var(--tr-white);
    color: #0854c5;
    border-radius: 100px;
}

.tr_menu_item .tr-drop .tr_nav_link.collapsed {
    color: var(--tr-white);
}

.tr_menu_item .tr_nav_link.collapsed {
    background-color: transparent;
}

.tr-drop .tr_menu_items {
    background-color: var(--tr-white);
}

.tr_menu_item .tr_nav_link>span {
    position: relative;
    min-width: 50px;
    font-weight: 400;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
}

.tr_menu_item .tr_nav_link>span.tr_cli {
    font-size: 14px;
}

.tr_menu_item .tr_menu_items .sublink {
    display: flex;
    align-items: center;
    width: 100%;
    opacity: 0.8;
    padding: 12px 16px;
    text-decoration: none;
    font-weight: 500;
    color: var(--tr-blue);
    white-space: nowrap;
    border-radius: 0;
    transition: all 380ms ease-in-out;
    column-gap: 14px;
    cursor: pointer;
    pointer-events: all;
}

.tr_menu_item .tr_menu_items .sublink>span {
    font-size: 22px;
}

.tr_menu_item .tr_menu_items .sublink .text {
    font-size: 15px;
}

.tr_menu_item .tr_menu_items .sublink:hover,
.tr_menu_item .tr_menu_items .sublink.active {
    color: var(--tr-blue);
    background-color: #d6f0ff;
    transition: all 380ms ease-in-out;
    opacity: 1;
}

.tr_menu_item .tr_item {
    margin: 0 20px;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    transition: all 380ms ease-in-out;
}

.tr_menu_item .tr_item:hover .tr_nav_link {
    color: #0854c5;
}

.tr_menu_item .tr-drop {
    border-radius: 20px;
    transition: all 400ms ease-in-out;
}

.tr_menu_item .tr-drop.active {
    background: #006eff;
}

.tr_menu_item .tr-drop.active .tr_nav_link {
    color: #fff;
}

.tr_menu_item .tr_item.active-link .tr_nav_link {
    color: #fff;
}

.tr_menu_item .tr_nav_link .tr-arrow {
    position: absolute;
    right: 10px;
    font-size: 16px;
    display: inline-block;
    margin-right: auto;
    transform: rotate(-180deg);
}

.tr_menu_item .tr_nav_link.collapsed .tr-arrow {
    transform: rotate(0deg);
}

.tr_menu_items {
    margin: 0;
    padding: 0;
    display: grid;
    transition: all 380ms ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}

.tr_perfil_items {
    margin: 0;
    padding: 0;
    background-color: white;
    display: grid;
    transition: all 380ms ease-in-out;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 4px 15px -6px rgba(0, 0, 0, 0.75);
    position: fixed;
    right: 15px;
    top: 83px;
    z-index: 999;
    width: 286px;
}

.tr_perfil_items.collapse.show {
    height: 150px;
    opacity: 1;
}

.tr_perfil_items.collapse {
    height: 0;
    opacity: 0;
}

.tr_perfil_items a {
    margin: 15px;
    padding: 10px;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    background-color: #d6f0ff00;
    transition: all 380ms ease-in-out;
}

.tr_perfil_items a:hover {
    color: var(--tr-blue);
    background-color: #f2f9f8;
    transition: all 380ms ease-in-out;
}

.tr_perfil_items a.logout:hover {
    color: #d24747;
    background-color: #fff3f3;
    transition: all 380ms ease-in-out;
}

.tr_perfil_items .text {
    padding-left: 10px;
    font-size: 14px;
}

.tr_perfil_cont .tr_grid {
    display: grid;
    grid-template-columns: 1.5fr 0.65fr;
    gap: 30px;
}

.divisor {
    width: 235px;
    border: 0.1px solid rgba(0, 0, 0, 0.185);
    margin: auto;
}

.tr_lead_items {
    margin: 0;
    padding: 0;
    background-color: white;
    display: flex;
    transition: all 380ms ease-in-out;
    /* border-radius: 20px; */
    overflow: hidden;
    box-shadow: 1px 4px 15px -6px rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999;
    width: 486px;
    height: 100%;
    flex-direction: column;
    padding: 20px 40px 0px 40px;
    font-family: 'Exo';
}

.tr_sign_off {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background: #ffffff14;
    padding: 26px 0;
}

.tr_sign_off .btn_sf {
    border-radius: 50px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    column-gap: 12px;
    border: none;
    color: rgb(112 112 112 / 70%);
    background: var(--tr-white);
    font-weight: 500;
    font-size: 14px;
    margin: 0 20px;
    width: auto;
    text-decoration: none;
    transition: all 380ms ease-in-out;
    justify-content: center;
}

.tr_sign_off .btn_sf:hover {
    background: #dadddd;
}

/* hidden sidebar */
.tr_dashboard.--sidebar-hidden .tr_header_dash .tr_content_header {
    grid-template-columns: 63px 43px 0.5fr 1fr;
}

.tr_dashboard.--sidebar-hidden .tr_left_sidebar {
    transform: translateX(-100%);
}

.tr_dashboard.--sidebar-hidden .tr_content_dash {
    margin-left: 0;
}

/* new */
.tr_dashboard .tr_header_dash .tr_logo_bar {
    opacity: 0;
    visibility: hidden;
    width: 83.6px;
    padding: 20px;
    margin: -12px 0 -12px -20px;
    background-color: var(--tr-bg-blue);
    border-right: 2px solid #ffffff4d;
    -webkit-transition: all 350ms;
    transition: all 350ms;
}

.tr_dashboard.--sidebar-hidden .tr_header_dash .tr_logo_bar {
    opacity: 1;
    visibility: visible;
}

.tr_dashboard .tr_header_dash .tr_show_menu {
    display: flex;
    margin: -20px;
    width: 63px;
    height: 84px;
    justify-content: center;
    align-items: center;
    background-color: var(--tr-bg-blue);
    pointer-events: all;
    cursor: pointer;
}

.tr_dashboard .tr_header_dash .tr_show_menu .material-symbols-outlined {
    font-variation-settings: 'FILL'0, 'wght'300, 'GRAD'0, 'opsz'24;
    color: #FFFFFF;
}

/* * * * * * * * Widgets Dashboard * * * * * * * */
.tr_dashboard .tr_content_dash {
    position: relative;
    margin-left: 230px;
    overflow: visible;
    padding: calc(126px + 1.5rem) 22px 22px;
    min-height: 100vh;
    /* min-height: calc(100vh + 80px); */
    background: #FAFBFB;
    -webkit-transition: all 380ms;
    transition: all 380ms;
}

.tr_dashboard .tr_content_dash.tr_view_dashboard {
    padding: calc(85px + 1.5rem) 22px 22px;
}

.tr_content_dash .all_widgets {
    display: flex;
    grid-row-gap: 22px;
    grid-column-gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 152px;
    flex-wrap: wrap;

    /* display: grid;
    grid-row-gap: 22px;
    grid-column-gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 152px; */
}

.tr_widget_client {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 18px 14px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: 284px;
    cursor: pointer;
    transition: all 600ms;
}

.tr_widget_client .tr-divide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.tr_widget_client>span {
    font-size: 48px;
}

.tr_widget_client .tr-text h4 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.tr_widget_client .tr-text span {
    font-size: 13px;
    color: rgb(26 45 50 / 50%);
    font-weight: 300;
    transition: all 500ms;
}

.tr_widget_client .tr-add {
    display: grid;
    place-items: center;
    border-radius: 100px;
    padding: 10px;
    cursor: pointer;
    transition: all 100ms;
}

.tr_widget_client .tr-add span {
    font-size: 22px;
}

.tr_widget_client .tr-spot,
.tr_widget_lead .tr-spot,
.tr_widget_prospect .tr-spot {
    font-weight: 300;
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 20px;
    font-size: 24px;
    line-height: 1;
    color: #727E82;
}

.tr_widget_clock {
    padding: 18px 14px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    display: grid;
    place-items: center;
}

#clock {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
}

#date {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
}

.tr_pane_user {
    padding: 18px 20px;
    z-index: 1;
    width: 310px;
    height: auto;
    background: white;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    list-style: none;
    position: absolute;
    top: 80px;
    color: #1B2E33;
    right: 22px;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
}

.tr_pane_user.open {
    opacity: 1;
    visibility: visible;
}

.tr_pane_user .tr-brand {
    display: flex;
    align-items: center;
    column-gap: 14px;
    font-weight: 600;
    transition: all 400ms;
    padding: 10px 16px;
    color: #1B2E33;
    line-height: 1;
    text-decoration: none;
    border-radius: 10px;
    margin: 4px 0;
    position: relative;
}

.tr_pane_user .tr-brand::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    border-radius: 100px;
}

.tr_pane_user .tr-brand.active::before {
    opacity: 1;
}

.tr_pane_user .tr-brand span {
    font-size: 20px;
    opacity: 0;
}

.tr_pane_user .tr-brand.active span {
    opacity: 1;
}

.tr_pane_user .tr-brand p {
    padding-top: 4px;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
}

.tr_pane_user .tr-brand:hover,
.tr_pane_user .tr-widget:hover {
    background: #F1F2F3;
    transition: all 400ms;
}

.tr_pane_user .tr-widget {
    display: flex;
    align-items: center;
    column-gap: 14px;
    font-weight: 400;
    transition: all 400ms;
    padding: 10px 16px;
    color: #1B2E33;
    line-height: 1;
    text-decoration: none;
    border-radius: 10px;
    margin: 4px 0;
    position: relative;
}

.tr_pane_user .tr-widget p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.tr_pane_user .tr-divide {
    border-bottom: 2px solid #EBEBEB;
    margin: 16px 0;

}

.tr_widget_client:hover {
    background: var(--tr-bg-blue);
    color: var(--tr-white);
    transition: all 400ms;
}
.tr_widget_client:hover .tr-text span,
.tr_widget_client:hover .tr-cont .tr-text h3,
.tr_widget_prospect:hover .tr-cont .tr-text h3>span,
.tr_widget_prospect:hover>span,
.tr_widget_prospect:hover .tr-cont .tr-text>span {
    color: var(--tr-white);
    transition: 100ms;
}
.tr_widget_client:hover .tr-add,
.tr_widget_client:hover .tr-cont .tr-icon {
    background: rgba(255, 255, 255, 0.05);
    color: var(--tr-white);
}
.tr_widget_client:hover .widget-divide {
    border-top: 2px solid #ffffff36;
    transition: all 100ms;
}


/*calendar*/
.tr_widget_calendar {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 18px 18px;
    position: relative;
    overflow: hidden;
    color: #1B2E33;
    grid-column: 1/4;
    grid-row: 2/4;
}

/*widget leads*/
.tr_widget_lead {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 18px 18px;
    position: relative;
    overflow: hidden;
    color: #1B2E33;
    grid-column: 2/3;
    grid-row: 1/2;
}

.tr_widget_lead .tr-cont>span {
    font-size: 13px;
    font-weight: 300;
    color: rgb(26 45 50 / 50%);
}

.tr_widget_lead .tr-cont h1 {
    margin: 4px 0px;
    font-weight: 600;
}

.tr_widget_lead .tr-cont h1 span {
    font-size: 20px;
    font-weight: 500;
}

.widget-divide {
    margin: 14px 0;
    border-top: 2px solid #EBEBEB;
    transition: all 100ms;
}

.tr_widget_lead a {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #1B2E33;
    font-size: 14px;
    font-weight: 400;
}

.tr_widget_prospect {
    padding: 18px 18px;
}

.tr_widget_prospect>span {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #1B2E33;
    font-size: 14px;
    font-weight: 400;
    transition: 100ms;
}

.tr_widget_prospect .tr-cont {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.tr_widget_prospect .tr-cont .tr-icon {
    display: grid;
    place-items: center;
    border-radius: 100px;
    padding: 10px;
}

.tr_widget_prospect .tr-cont .tr-text>span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 4px;
    color: #8D9699;
}

.tr_widget_prospect .tr-cont .tr-text h3 {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.tr_widget_prospect .tr-cont .tr-text h3 span {
    font-size: 28px;
    transition: 100ms;
}

.tr_widget_prospect a {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #1B2E33;
    font-size: 14px;
    font-weight: 600;
}

/*panel notify*/
.tr_pane_notify {
    cursor: initial;
    padding: 18px 20px;
    z-index: 1;
    width: 380px;
    height: auto;
    background: white;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    list-style: none;
    position: absolute;
    top: 50px;
    color: #1B2E33;
    right: -15px;
    transition: all 380ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.tr_pane_notify.open {
    opacity: 1;
    visibility: visible;
}

.tr_pane_notify .tr-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tr_pane_notify .tr-header h3 {
    font-weight: 800;
    font-size: 22px;
    margin: 0;
    font-family: 'Exo';
    letter-spacing: 0.32px;
}

.tr_pane_notify .tr-header .tr-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    object-fit: cover;
    color: #9DA5A7;
    cursor: pointer;
    object-position: center;
    background: #f4f5f5;
}

.tr_pane_notify .tr-header .tr-icon>span {
    font-size: 20px;
}

.tr_item_notify {
    color: #1B2E33;
    display: flex;
    align-items: flex-start;
    column-gap: 14px;
    padding: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    margin: 10px 0px;
}

.tr_item_notify .tr-icon {
    background: #E8EAEB;
    display: grid;
    place-items: center;
    border-radius: 100px;
    padding: 10px;
    color: #1B2E33;
    cursor: pointer;
}

.tr_item_notify .tr-text {
    line-height: 1;
}

.tr_item_notify .tr-text h1 {
    font-size: 13px;
}

.tr_pane_notify .tr-body {
    margin: 18px 0;
}

.tr_item_notify .tr-text span {
    color: #A4ABAD;
    font-size: 12px;
}

.tr_pane_notify a {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #1B2E33;
    font-size: 14px;
    font-weight: 600;
}

#tr_calendar_app {
    width: 50%;
}

.text_default {
    color: #1A2D32;
    font-family: 'Exo';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.tr_deft_sp {
    color: #666;
    font-weight: 300;
    font-size: 14px;
}

/* * * * * * * * Breadcrumbs * * * * * * * */

.tr_breadcrumbs {
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #F1F1F1;
}

.tr_breadcrumbs .breadcrumbs_wrapper {
    padding: 8px 20px;
}

.tr_breadcrumbs .breadcrumbs_wrapper .breadcrumbs_row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tr_breadcrumbs .breadcrumbs_item,
.tr_breadcrumbs .breadcrumbs_item.--arrow {
    font-size: 11px;
    color: var(--tr-black);
    opacity: 0.6;
    transition: all 340ms;
}

.tr_breadcrumbs .breadcrumbs_item:hover {
    opacity: 0.78;
}

.tr_breadcrumbs .breadcrumbs_item.breadcrumbs_active {
    opacity: 1;
}

.tr_breadcrumbs .breadcrumbs_item.--arrow,
.tr_breadcrumbs .breadcrumbs_item.breadcrumbs_active {
    cursor: default;
}

/* * * * * * Prospectos * * * * * * * */
.tr_flex_select .tr_btn_table {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.tr_flex_select .tr_btn_lead {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.tr_flex_select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tr_btn_one {
    color: #FFF;
    background: #006EFF;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    outline: none;
}

.ln_sp {
    width: 2px;
    background: #f2f2f2;
    height: 40px;
}

.tr_btn_two {
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 14px;
    outline: none;
    font-weight: 300;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #1A2D32;
    background: #fff;
    border: 1px solid #1A2D32;
}

.tr_btn_two span {
    font-size: 20px;
}

.tr_flex_select .tr_btn_table .tr_select_filter .form-select {
    font-size: 12px;
    color: #1A2D32;
    border: 1.5px solid #EEEEEE;
    padding: 0.6rem 2.25rem 0.6rem 0.8rem;
    font-weight: 300;
}

.tr_flex_select .tr_btn_table .tr_select_filter .form-select:focus {
    box-shadow: unset !important;
}

.tr_table_wrapper .tr_table {
    width: 100%;
    max-width: 100%;
}

.tr_table_wrapper {
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid #EEEEEE;
}

.tr_table_wrapper thead th {
    font-weight: 300;
    color: #48575B;
    font-size: 14px
}

.tr_table_wrapper thead th,
.tr_table_wrapper tbody td {
    padding: 12px 14px;
}

.ls_btn_activo {
    padding: 8px 14px;
    background: rgb(53 190 17 / 10%);
    color: #35BE11;
    font-size: 13px;
    font-weight: 300;
    border-radius: 100px;
    border: 1px solid #35BE11;
}

.ls_btn_new {
    padding: 8px 14px;
    background: rgb(100 74 252 / 10%);
    color: #644AFC;
    font-size: 13px;
    font-weight: 300;
    border-radius: 100px;
    border: 1px solid #644AFC;
}

.ls_btn_seg {
    padding: 8px 14px;
    background: rgb(23 134 255 / 10%);
    color: #1786FF;
    font-size: 13px;
    font-weight: 300;
    border-radius: 100px;
    border: 1px solid #1786FF;
}

.at_origin {
    padding: 8px 14px;
    background: rgb(26 45 50 / 10%);
    color: #1A2D32;
    font-size: 13px;
    font-weight: 300;
    border-radius: 100px;
}

.at_tb_owner,
.at_tb_lead {
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
}

.at_tb_owner img,
.at_tb_lead img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
}

.at_tb_owner p {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    text-transform: capitalize;
}

.at_tb_lead .tb_text h6 {
    margin: 0;
    text-transform: capitalize;
}

.at_tb_lead .tb_text span {
    font-size: 12px;
    color: #1A2D32;
    opacity: 0.8;
    font-weight: 300;
}

.at_tb_ctt {
    display: flex;
    align-items: center;
    column-gap: 4px;
    font-size: 13px;
    font-weight: 300;
}

.at_tb_ctt span {
    font-size: 15px;
}

.at_tb_ctt .number {
    font-size: 13px;
}

.tb_btn_edit {
    background: #644AFC;
    color: #fff;
    border-radius: 100px;
    height: 32px;
    width: 32px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.tb_btn_edit span {
    font-size: 18px;
}

.tb_btn_add span {
    font-size: 20px;
}

.tb_btn_add {
    background: #49AE2F;
    color: #fff;
    border-radius: 100px;
    height: 32px;
    width: 32px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.at_tb_acci {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}

.all-rstd {
    padding: 14px;
    text-align: center;
    color: rgb(26 45 50 / 40%);
    font-weight: 200;
    font-size: 14px;
    background: #F2F2F2;
    border-radius: 0px 0px 12px 12px;
}

.tr_table tr {
    border-bottom: 1.5px solid #EEEEEE;
}

.tr_table tr:last-child {
    border-bottom: none;
}

.tr_table thead tr {
    border-top: 1.5px solid #EEEEEE;
    border-bottom: 1.5px solid #EEEEEE !important;
}

.tr_table thead tr th {
    border-right: 1.5px solid #EEEEEE;
}

.tr_table thead tr th:last-child {
    border-right: none;
}

/* * * * * * * * Crear lead fixed * * * * * * * */

.tr_crear_lead {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0px;
    bottom: 0;
    transition: all 380ms ease-in-out;
    width: 740px;
    background: #fff;
}

.tr_header_lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 30px;
    border-bottom: 1.5px solid #f2f2f2;
    height: 83.5px;
}

.df-title-lead {
    font-family: 'Exo';
    font-weight: 600;
    margin: 0;
}

.tr_cont_add_lead {
    padding: 0px 30px 25px 30px;
}

.tr_lead_scroll,
.tr_cont_add_lead {
    overflow-y: scroll;
    height: calc(100vh - 90px);
}

.df-subtitle-lead {
    margin: 30px 0 24px;
    font-family: 'Exo';
    font-weight: 700;
    letter-spacing: 0.3px;
    font-size: 17px;
}

.dz-divide {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 0.2fr auto;
}

.at_ft_perfil {
    text-align: center;
    margin-top: 3px;
}

.at_ft_perfil p {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.at_ft_perfil .dz-add {
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin: 0 auto;
    background: #eeeeee;
    border-radius: 100px;
    display: grid;
    place-items: center;
    color: #1C1B1F;
}

.at_ft_perfil .dz-add span {
    font-weight: 300;
}

.tr_cont_add_lead .form-group {
    margin-bottom: 20px;
}

.tr_cont_add_lead .form-group .form-label {
    font-size: 14px;
    font-weight: 500;
}

.tr_cont_add_lead .form-group .form-label span {
    color: #1A2D32;
    opacity: 0.7;
    font-weight: 300;
    font-size: 11px;
}

.tr_cont_add_lead .form-group input,
.tr_cont_add_lead .form-group select {
    line-height: 2.4;
    font-size: 13px;
    border: 1.5px solid #eeeeee;
    border-radius: 10px;
    color: #1A2D32;
    font-weight: 300;
}

.tr_cont_add_lead .form-group input:focus,
.tr_cont_add_lead .form-group select:focus {
    box-shadow: unset;
}

.tr_cont_add_lead .form-group input::placeholder {
    color: #bbbbbb;
}

.tr_header_lead .tr_arrow_back span {
    color: rgb(26 45 50 / 50%);
    font-weight: 300;
    transition: all 400ms ease-in-out;
}

.tr_header_lead .tr_arrow_back {
    line-height: 0;
    transition: all 400ms ease-in-out;
    border-radius: 6px;
    padding: 6px 7px;
    cursor: pointer;
}

.tr_header_lead .tr_arrow_back:hover {
    background: #f2f2f2;
}

.tr_header_lead .tr_arrow_back:hover span {
    color: #1A2D32;
}

.at_tb_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.tr_btn_create {
    color: #fff;
    border-radius: 12px;
    padding: 8px 22px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid transparent;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 18%);
}

.tr_mobile_code {
    display: grid;
    grid-template-columns: 4rem auto;
    align-items: center;
}

.tr_mobile_code .country-code {
    border: 1.5px solid #eeeeee;
    border-right: 0;
    text-align: center;
    font-size: 13px;
    line-height: 2.1;
    color: #1A2D32;
    font-weight: 300;
    border-radius: 10px 0 0px 10px;
    padding: 8px 8px;
}

.tr_mobile_code>input {
    border-radius: 0px 10px 10px 0px !important;
}

.tr_divide_owner {
    display: grid;
    grid-template-columns: 4.5rem auto;
    align-items: center;
}

.at_img_owner img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
}

/* * * * * * * * Lead preview fixed * * * * * * * */
.tr_btn_three {
    background: rgb(0 110 255 / 10%);
    color: #006EFF;
    border-radius: 8px;
    padding: 8px 22px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid transparent;
}

.tr_header_lead.tr_preview {
    display: grid;
    grid-template-columns: 1fr auto auto;
    column-gap: 15px;
}

.tr_cont_lead_preview {
    padding: 30px 30px;
}

.tr_cont_activity {
    border-top: 1px solid #eee
}

.tr_cont_activity~.tr_cont_activity {
    border: unset;
}

.tr_lead_seg {
    padding: 30px 0 0;
}

.tr_lead_seg .tr_lead_state {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    font-size: 12px;
    color: rgb(26 45 50 / 60%);
    text-align: center;
    position: relative;
}

.tr_lead_seg .tr_lead_state::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    width: 96%;
    margin: 0 auto;
    height: 1.5px;
    background: rgb(185 188 189 / 40%);
    z-index: -1;
}

.tr_lead_seg .tr_lead_state .tr_item:first-child {
    text-align: start;
}

.tr_lead_seg .tr_lead_state .tr_item:first-child span {
    margin-left: 12px;
}

.tr_lead_seg .tr_lead_state .tr_item:last-child {
    text-align: end;
}

.tr_lead_seg .tr_lead_state .tr_item:last-child span {
    margin-right: 12px;
}

.tr_lead_seg .tr_date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 18px 0 0;
    color: rgb(26 45 50 / 60%);
    gap: 6px;
}

.tr_lead_seg .tr_lead_state .tr_item.active p {
    font-size: 13px;
    color: #1A2D32;
    opacity: 0.8;
    font-weight: 500;
}

.tr_lead_seg .tr_lead_state .tr_item p {
    margin-bottom: 8px;

}

.tr_lead_seg .tr_lead_state .tr_item.tr_check span {
    background: #00D8CF;
    ;
}

.tr_lead_seg .tr_lead_state .tr_item.active span {
    background: #644AFC;
    width: 19px;
    height: 19px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.tr_lead_seg .tr_lead_state .tr_item span {
    width: 16px;
    border: 2px solid #fff;
    height: 16px;
    display: block;
    background: #B9BCBD;
    border-radius: 100px;
    margin: 0 auto;
}

.tr_info_lead {
    padding: 18px;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    display: grid;
    row-gap: 15px;
}

.tr_info_lead .tr_personal {
    display: grid;
    grid-template-columns: 0.1fr auto;
    column-gap: 20px;
    align-items: center;
}

.tr_info_lead .tr_personal .tr_img_preview img {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
}

.tr_info_lead .tr_more_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tr_info_lead .tr_more_name .tr_name {
    font-size: 20px;
    font-weight: 500;
    color: #1A2D32;
    text-transform: capitalize;
}

.tr_info_lead .tr_more_name .tr_ctas {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.tr_info_lead .tr_more_name .tr_ctas .pv_icon {
    border-radius: 50px;
    background: #eeeeee;
    line-height: 0;
    padding: 6px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
}

.pv_icon~.pv_icon span {
    font-size: 20px !important;
}

.tr_info_lead .tr_more_name .tr_ctas .pv_icon span {
    color: #6F7A7D;
    font-size: 18px;
}

.tr_info_lead .tr_middle_cta {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.tr_info_lead .tr_middle_cta .tr_info_cta {
    font-size: 11px;
    color: #8C9698;
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.tr_info_lead .tr_middle_cta .tr_info_cta span,
.tr_info_lead .tr_middle_cta .tr_info_cta i {
    font-size: 16px;
}

.tr_info_lead .tr_middle_cta .tr_info_cta~span {
    background: #B9BCBD;
    width: 1px;
    height: 18px;
    opacity: 0.5;
}

.tr_info_lead .tr_more_info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
}

.tr_info_lead .tr_more_info .tr_card_info {
    padding: 10px 12px;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    display: grid;
    row-gap: 6px;
}

.tr_info_lead .tr_more_info .tr_card_info span {
    font-size: 11px;
    color: rgb(26 45 50 / 50%);
}

.ls_cita {
    color: #644AFC !important;
}

.tr_info_lead .tr_more_info .tr_card_info h6 {
    font-size: 13px;
    margin: 0;
    text-transform: capitalize;
}

.tr_info_lead .tr_more_info .tr_card_info .form-select {
    border: unset;
    color: #1A2D32;
    padding: 0.375rem 2.25rem 0.375rem 0rem;
    font-size: 13px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.tr_info_lead .tr_more_info .tr_card_info .form-select:focus {
    box-shadow: unset !important;
}

.tr_info_lead .tr_more_info .tr_card_info p {
    margin: 0;
    color: #644AFC;
    font-size: 13px;
}

.tr_info_lead .tr_more_info .tr_card_info .tr-img {
    display: grid;
    align-items: center;
    column-gap: 8px;
    grid-template-columns: auto 1fr;
}

.tr_info_lead .tr_more_info .tr_card_info .tr-img img {
    width: 26px;
    height: 26px;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
    box-shadow: 0 0 1px #666666;
}

.tr_cont_activity {
    padding: 32px 32px 0px 32px;
}

.tr_cont_activity .tr_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.tr_cont_activity .tr_head .tr_title {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-family: 'Exo';
    font-size: 18px;
    font-weight: 600;
    color: rgb(26 45 50 / 80%);
}

.tr_cont_activity .tr_head .tr_title .tr_num {
    border-radius: 100px;
    background: rgba(23, 134, 255, 0.08);
    display: flex;
    width: 30px;
    font-size: 15px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: #006EFF;
}

.tr_btn_four {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    color: #006eff;
    font-weight: 500;
    text-decoration: none;
}

.tr_btn_four span {
    font-size: 21px;
}

/* * activity accordion * */
.tr_block_activity .accordion-button {
    grid-template-columns: auto 1fr auto;
    display: grid;
    padding: 1rem;
}

.tr_block_activity {
    margin-bottom: 1rem;
}

.tr_block_activity .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
}

.tr_block_activity .accordion-button:focus {
    border-color: #eee;
    box-shadow: unset;
    border-bottom: 1px solid #EEE;
}

.tr_block_activity .accordion-item {
    color: #1A2D32;
    border: 1px solid #eeeeee;
}

.tr_block_activity .accordion-item:first-of-type,
.tr_block_activity .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.tr_block_activity .accordion-item:last-of-type,
.tr_block_activity .accordion-item:last-of-type .accordion-collapse,
.tr_block_activity .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

.tr_block_activity .accordion-button:before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 12px;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #1C1B1F;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    transform: rotate(-90deg);
}

.tr_block_activity .accordion-button:not(.collapsed):before {
    transform: rotate(0deg);
}

.tr_block_activity .accordion-button:after {
    display: none;
}

.tr_block_activity .accordion-header .tr_create_activity {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: rgb(0 0 0 / 80%);
    column-gap: 8px;
}

.tr_block_activity .tr_create_activity .tr_icon {
    border-radius: 100px;
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.tr_block_activity .tr_create_activity .tr_at {
    color: #1786FF;
    background: rgb(23 134 255 / 10%);
}

.tr_block_activity .tr_create_activity .tr_stylus {
    color: #F57D26;
    background: rgb(245 125 38 / 10%);
}

.tr_block_activity .tr_create_activity .tr_icon span {
    font-size: 16px;
    font-weight: 500;
}

.tr_block_activity .accordion-header .tr_right {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.tr_block_activity .tr_right .tr_date_activity {
    color: rgb(0 0 0 / 50%);
    font-size: 12px;
}

.tr_block_activity .tr_right .tr_date_activity .bk_date {
    color: #000;
}

.tr_block_activity .tr_right .tr_more_vert {
    line-height: 0;
    margin-left: 12px;
    width: 16px;
}

.tr_block_activity .tr_right .tr_more_vert span {
    font-weight: 300;
    color: rgb(26 45 50 / 80%);
}

.tr_block_activity .accordion-body .tr_information_grid {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
}

.tr_block_activity .accordion-body h6,
.tr_block_activity .accordion-body h5,
.tr_block_activity .accordion-body h4,
.tr_block_activity .accordion-body h3,
.tr_block_activity .accordion-body h2,
.tr_block_activity .accordion-body h1 {
    font-size: 13px;
}

.tr_block_activity .accordion-body p {
    font-size: 12px;
    color: rgb(26 45 50 / 70%);
    margin: 0;
    line-height: 1.7;
}

.tr_block_activity .accordion-body {
    padding: 1rem;
    padding-bottom: 1.3rem;
}

.tr_block_activity .accordion-body .tr_information_grid .tr_grid_right h6 {
    margin-top: 6px;
}

.tr_block_activity .accordion-body .tr_information_grid .tr_grid_left .form-check-input {
    width: 22px;
    height: 22px;
    border: 1px solid #eee;
    background-color: rgb(242 242 242 / 60%);
}

.tr_block_activity .accordion-body .tr_information_grid .tr_grid_left .form-check-input:checked {
    background-color: #006eff;
}

/* * selectores card * */
.tr_more_opt {
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    column-gap: 12px;
    margin-top: 20px;
}

.tr_more_opt .tr_card_select {
    padding: 5px 8px 4px 14px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.tr_more_opt .tr_card_select>span {
    font-size: 11px;
    color: rgb(26 45 50 / 50%);
}

.tr_more_opt .tr_card_select .form-select {
    border: unset;
    font-size: 12px;
    color: #1A2D32;
    padding: 0.375rem 2.25rem 0.375rem 0rem;
}

.tr_more_opt .tr_card_select .form-select:focus {
    box-shadow: unset;
}

.tr_more_opt .tr_card_select .tr_img_otp {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 8px;
    align-items: center;
}

.tr_more_opt .tr_card_select .tr_img_otp figure {
    margin: 0;
}

.tr_more_opt .tr_card_select .tr_img_otp img {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(0px 0px 1px #666);
}

.tr_lead_scroll .tr_cont_activity:last-child {
    padding-bottom: 30px;
}


/* * * * * * * * Seguimiento lead - active menu * * * * * * * */

.tr_header_dash.active {
    left: 80px;
}

.tr_left_sidebar.active {
    width: 80px;
}

.tr_left_sidebar.active .tr_menu_title,
.tr_left_sidebar.active .tr_menu_items,
.tr_left_sidebar.active .tr-arrow,
.tr_left_sidebar.active .tr_cli,
.tr_left_sidebar.active .tr_sign_off .tr_ml {
    display: none;
}

.tr_left_sidebar.active .tr_sign_off {
    padding: 0;
}

.tr_left_sidebar.active .tr_sign_off .btn_sf {
    border-radius: 0px;
    padding: 32px 25px;
    justify-content: center;
    width: 100%;
}

.tr_left_sidebar.active .tr_sidebar_menu .tr_menu_item:nth-child(3) {
    border-bottom: 0;
}

.tr_left_sidebar.active .tr_menu_item .tr_nav_link>span {
    font-size: 22px;
}

.tr_left_sidebar.active .tr_menu_item {
    margin: 10px 0;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.tr_left_sidebar.active .tr_menu_item .tr_item {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    border-radius: 100px;
}

.tr_left_sidebar.active .tr_menu_item .tr_nav_link {
    justify-content: center;
    height: 100%;
    padding: 0;
}

.tr_dashboard .tr_content_activity {
    margin-left: 80px;
    overflow: hidden;
    padding: calc(80px + 1.5rem) 22px 22px;
    min-height: calc(100vh + 80px);
    background: #FAFBFB;
}

.tr_activity_lead {
    display: grid;
    grid-template-columns: 0.5fr 1fr 0.5fr;
    column-gap: 18px;
}

.tr_info_registration,
.tr_deals {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
}

.tr_info_registration .tr_info .tr_img_user img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
}

.tr_info_registration .tr_info .tr_middle_cta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    margin: 0 auto;
    padding: 8px 0 2px;
}

.tr_middle_cta .tr_ico_cta .tr_icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    border-radius: 100px;
    border: 1px solid #eee;
    box-shadow: 0 0 4px rgb(0 0 0 / 4%);
    margin-bottom: 4px;
}

.tr_middle_cta .tr_ico_cta .tr_icon span {
    font-size: 18px;
}

.tr_info_registration .tr_middle_cta .tr_ico_cta {
    color: #1A2D32;
    font-size: 11px;
    font-weight: 300;
}

.tr_info_registration .tr_info .tr_name {
    text-transform: capitalize;
    margin: 1rem 0;
    color: #1A2D32;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tr_btn_five {
    background: #006eff;
    padding: 10px 20px;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    width: -webkit-fill-available;
    text-align: center;
}

.tr_info_registration .tr_info .tr_btn_five {
    margin: 1rem 0;
}

.tr_info_registration .tr_info .tr_time {
    font-size: 11px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: rgb(26 45 50 / 80%);
    justify-content: center;
}

.tr_info_registration .tr_info .tr_time .ident {
    width: 9px;
    background: #00D8CF;
    height: 9px;
    border-radius: 100px;
}

.tr_info_registration .tr_register h6 {
    font-family: 'Exo';
    font-weight: 600;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 16px;
}

.tr_info_registration .tr_register h6::before {
    content: '';
    position: absolute;
    background: #eee;
    height: 1px;
    width: 135%;
    bottom: 0;
    left: -30px;
}

.tr_info_registration .tr_info,
.tr_info_registration .tr_register {
    padding: 34px 30px 10px 30px;
}

.tr_info_registration .tr_info {
    text-align: center;
}

.tr_info_registration .tr_register .tr_list_register span {
    font-size: 11px;
    color: rgb(26 45 50 / 50%);
    font-weight: 500;
}

.tr_info_registration .tr_register p {
    font-size: 13px;
    margin: 0;
}

.tr_info_registration .tr_register .tr_list_register {
    display: grid;
    row-gap: 5px;
    padding: 9px 0;
}

.tr_info_registration .tr_register .tr_owner_register {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 8px 0;
}

.tr_info_registration .tr_register .tr_owner_register figure {
    margin: 0;
}

.tr_info_registration .tr_register .tr_owner_register img {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 1px #666666;
}

.tr_info_registration .tr_register .tr_owner_register .tr_text span {
    font-size: 12px;
    color: rgb(26 45 50 / 50%);
    font-weight: 500;
}

.tr_info_registration .tr_register .tr_owner_register .tr_text p {
    text-transform: capitalize;
}


/* * Deals Ofertas * */

.tr_deals .tr_wrapper {
    padding: 28px;
}

.tr_btn_dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 18px;
    font-family: 'Exo';
    font-weight: 600;
    color: #1A2D32;
}

.tr_btn_dropdown .tr_icon_drop {
    background: #f2f2f2;
    border-radius: 100px;
    line-height: 0;
    color: rgb(26 45 50 / 50%);
    padding: 3px;
    transition: all 400ms ease-in-out;
}

.tr_btn_dropdown .tr_icon_drop span {
    font-size: 20px;
    font-weight: 300;
}

.tr_btn_offer {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    font-size: 13px;
    color: #1A2D32;
    column-gap: 6px;
    margin: 1rem 0;
}

.tr_btn_offer span {
    font-size: 19px;
}

.tr_wrapper .tr_deal_offer {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 10px 18px;
    display: grid;
    row-gap: 12px;
}

.tr_wrapper .tr_deal_offer .tr_date_deal {
    font-size: 11px;
    color: rgb(26 45 50 / 60%);
}

.tr_wrapper .tr_deal_offer .tr_date_deal span {
    font-weight: 500;
}

.tr_wrapper .tr_deal_offer .tr_date_deal p {
    margin: 0;
}

.tr_deal_offer .tr_service_deal .tr_info_deal_service {
    color: #1A2D32;
}

.tr_deal_offer .tr_service_deal .tr_info_deal_service p {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
    font-weight: 500;
}

.tr_deal_offer .tr_service_deal .tr_info_deal_service h6 {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}

.tr_deal_offer .tr_service_deal .tr_send {
    line-height: 0;
    background: rgb(0 110 255 / 10%);
    display: grid;
    place-items: center;
    border-radius: 100px;
    color: #006EFF;
    width: 35px;
    height: 35px;
}

.tr_deal_offer .tr_service_deal .tr_send span {
    font-size: 20px;
}

.tr_deal_offer .tr_service_deal {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 12px;
    align-items: center;
}

.tr_deals .tr_wrapper .tr_attachmen {
    padding: 8px 18px;
    border: 1px solid #eee;
    border-radius: 8px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: center;
}

.tr_deals .tr_wrapper .tr_attachmen .tr_doc_icon {
    background: #f2f2f2;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 100px;
    color: #23353A;
}

.tr_deals .tr_wrapper .tr_attachmen .tr_doc_icon span {
    font-size: 21px;
}

.tr_deals .tr_wrapper .tr_attachmen .tr_doc_data .tr_title {
    font-size: 14px;
    color: #1A2D32;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tr_deals .tr_wrapper .tr_attachmen .tr_doc_data .tr_weight {
    color: #1A2D32;
    opacity: 0.5;
    font-size: 12px;
}

.tr_btn_offer~.tr_attachmen,
.tr_btn_offer~.tr_deal_offer {
    margin-bottom: 1rem;
}

.tr_btn_offer~.tr_attachmen:last-child,
.tr_btn_offer~.tr_deal_offer:last-child {
    margin: 0;
}

.tr_deals .tr_wrapper~.tr_wrapper {
    border-top: 1px solid #eee;
}

.tr_btn_dropdown.collapsed .tr_icon_drop {
    transform: rotate(180deg);
}

.tr_btn_back_lead {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: rgb(26 45 50 / 50%);
    text-decoration: none;
    background: transparent;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    transition: all 400ms ease-in-out;
    margin-bottom: 1rem;
}

.tr_btn_back_lead span {
    font-size: 22px;
    font-weight: 300;
}

.tr_btn_back_lead:hover {
    color: #1A2D32;
    background: #f2f2f2;
    transition: all 400ms ease-in-out;
}

/* * * Deals Body * * */
.tr_search_activity {
    position: relative;
    overflow: hidden;
}

.tr_search_activity input {
    outline: 0;
    border: unset;
    padding: 16px 30px 16px 50px;
    border-bottom: 2px solid #eeeeee;
    transition: all 300ms ease-in-out;
    width: 100%;
    max-width: 100%;
    background: transparent;
    font-size: 15px;
}

.tr_search_activity input::placeholder {
    color: rgb(26 45 50 / 40%);
}

.tr_search_activity .aw-search-act_btn {
    border: unset;
    background: transparent;
    position: absolute;
    bottom: 0px;
    line-height: 0;
    left: 0;
    color: rgb(26 45 50 / 40%);
    height: 100%;
}

.aw-search-form input:not(:placeholder-shown)+.aw-closed-act_btn {
    opacity: 1;
    visibility: visible;
    transition: all 380ms ease-in-out;
}

.tr_search_activity .aw-closed-act_btn {
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: transparent;
    border: unset;
    color: rgb(26 45 50 / 40%);
    transition: all 380ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.nav-seguimiento {
    background: #eee;
    padding: 4px 6px;
    display: grid;
    grid-template-columns: repeat(5, auto);
    align-items: center;
    list-style: none;
    border-radius: 12px;
    margin: 1rem 0;
}

.nav-seguimiento .nav-item .active {
    background: #fff;
    color: #1A2D32;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.nav-seguimiento .nav-item button {
    border: unset;
    transition: all 380ms ease-in-out;
    background: transparent;
    padding: 10px 20px;
    border-radius: 8px;
    color: rgb(26 45 50 / 60%);
    font-size: 14px;
    width: 100%;
}

.um_known_seguimiento .tr_title_df {
    font-family: 'Exo';
    font-size: 18px;
    font-weight: 600;
    color: rgb(26 45 50 / 80%);
    margin: 1rem 0;
}

.tr_user_name {
    display: grid;
    grid-template-columns: 35px 13rem;
    column-gap: 10px;
}

.tr_user_name .tr_img_us img {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 1px #666666;
}

.tr_user_name .tr_info_user .tr_name {
    font-size: 14px;
    text-transform: capitalize;
}

.tr_user_name .tr_info_user .tr_for {
    font-size: 11px;
    opacity: 0.8;
}

.tr_user_name .tr_info_user .tr_for span {
    font-weight: 500;
}



/* * * * * * * * * Login * * * * * * * * */

.tr_login {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    padding: 20px;
}

.tr_login .tr_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.tr_login .tr_left .tr_info h3 {
    font-weight: 600;
    color: var(--tr-black);
    margin-bottom: 20px;
    font-size: 20px;
}

.tr_login .tr_left .tr_info>a {
    display: block;
    width: fit-content;
}

.tr_login .tr_left .tr_info p {
    color: #6C757D;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 13px;
}

.tr_login .tr_left .tr_info hr {
    color: #6C757D;
    opacity: 0.2;
}

.tr_login .tr_left .tr_info .at-logo {
    margin-bottom: 40px;
}

.tr_login .tr_right .tr_background {
    border-radius: 10px;
    overflow: hidden;
    background-color: #006EFB;
    min-height: 630px;
    padding: 60px 60px;
    display: grid;
    align-items: center;
}

.tr_login .tr_left .tr_info {
    width: 75%;
    margin: 0 auto;
}

.tr_login .tr_left {
    display: flex;
    align-items: center;
}

.tr_input_login .input-group input {
    min-height: 44px;
    border: 1px solid rgb(108 117 125 / 20%);
    border-radius: 8px;
    font-size: 13px;
}

.tr_input_login .form-select {
    min-height: 50px;
    border: 1px solid rgb(108 117 125 / 20%);
    border-radius: 10px;
}

.tr_input_login .tr_text_forget {
    color: var(--tr-blue);
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
}

.tr_input_login label {
    color: var(--tr-dark);
    transition: all 250ms ease-in-out;
    font-size: 13px;
    font-weight: 600;
}

.tr_input_login .input-group input:focus {
    box-shadow: 0 0 0 4px rgb(43 146 208 / 20%) !important;
    border: 1px solid var(--tr-blue);
}

.tr_btn_auth {
    position: relative;
    width: 100%;
    height: 42px;
    background: var(--tr-blue);
    border: 1px solid var(--tr-blue);
    border-radius: 8px;
    transition: all 400ms ease-in-out;
    color: white;
    font-size: 14px;
}

.tr_btn_auth:hover {
    background: transparent;
    color: var(--tr-blue);
    border: 1px solid var(--tr-blue);
}

.tr_login .tr_right .tr_background .tr_title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.tr_content_auth {
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.tr_login .tr_return_btn {
    margin-top: 30px;
    color: #6C757D;
}

.tr_login .tr_return_btn a {
    color: var(--tr-blue);
    font-weight: 400;
}

/* * * * * * * * * Alta Imueble * * * * * * * * */
.tr_content_property .tr_title_alta {
    font-family: 'Exo';
    font-size: 22px;
    font-weight: 700;
    color: var(--tr-dark);
}

.tr_content_property .tr_data_inmuebles {
    display: flex;
    gap: 30px;
    margin: 35px 0 20px 0;
}

.tr_content_property .tr_data_inmuebles .tr_date_item h6 {
    color: #1A2D32;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Exo';
}

.tr_content_property .tr_data_inmuebles .tr_date_item h6 span {
    font-family: 'Poppins';
    color: #666666;
    font-weight: 300;
}

.tr_btn_collapse, .tr_btn_collapses,
.tr_btn_collapse_Claint {
    background: var(--tr-blue);
    border: 1px solid var(--tr-blue);
    color: white;
    width: fit-content;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 18px;
    display: flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
    outline: none;
    transition: all 380ms ease-in-out;
    text-align: center;
    vertical-align: middle;
}

.tr_btn_collapse:hover, .tr_btn_collapses:hover {
    background: #0854c5;
    color: white;
}

.tr_btn_collapse.active {
    background: white;
    border: 1px solid var(--tr-blue);
    color: var(--tr-blue);
}

.tr_btn_collapse_table {
    background: #0854c51f;
    border: 1px solid #0854c513;
    color: #0854c5;
    width: fit-content;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
    display: flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
    outline: none;
    transition: all 380ms ease-in-out;
    text-align: center;
    vertical-align: middle;
}

.tr_btn_collapse_table:hover {
    background: #0854c5;
    color: white;
}

.tr_btn_collapse_table.active {
    background: white;
    border: 1px solid var(--tr-blue);
    color: var(--tr-blue);
}

.tr_btn_collapse.gray {
    background: rgb(26 45 50 / 60%);
    border: 1px solid rgb(26 45 50 / 10%);
    color: white;
    transition: all 380ms ease-in-out;
}

.tr_btn_collapse.gray:hover {
    background: #4e5656;
}

.tr_btn_collapse.red {
    background: #ff000010;
    border: 1px solid #ff00000a;
    color: #ff0000;
    transition: all 380ms ease-in-out;
}

.tr_btn_collapse.red:hover {
    background: #f132327c;
    color: white;

}

.tr_group_button .tr_btn_collapse span {
    font-size: 18px;
}

.tr_content_property .tr_group_button {
    display: flex;
    gap: 10px;
}

.tr_content_property .tr_group_button_profile {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.tr_content_form_property {
    margin-top: 40px;
}

.tr_content_form_property .tr_item_property {
    overflow: hidden;
    background: #ffffff;
    padding: 25px 22px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    max-height: calc(100vh - 140px);
    height: auto;
    transition: all 400ms;
    border: 2px solid transparent;
}

#savePropertyData .tr_item_property {
    max-height: 100%;
}

.tr_content_form_property .tr_item_property .tr_title_data {
    font-weight: 700;
    color: var(--tr-black);
    font-family: 'Exo';
    text-transform: capitalize;
    margin-bottom: 18px;
}

.tr_content_form_property .tr_item_property .close-content {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #848484;
    background-color: #f0f0f0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 430ms;
}

.tr_content_form_property .tr_item_property .close-content:hover {
    background-color: #c8c8c8;
}

.tr_content_form_property .tr_item_property label {
    font-size: 13px;
    color: #1b2e33;
    font-weight: 500;
}

.tr_content_form_property .tr_item_property label span {
    font-size: 10px;
    font-weight: 300;
    opacity: 0.55;
}

.tr_content_form_property .tr_item_property .input-container {
    position: relative;
}

.tr_content_form_property .tr_item_property .form-select,
.tr_content_form_property .tr_item_property .form-control {
    position: relative;
    min-height: 42px;
    font-size: 13px;
    color: #1A2D32;
    border: 1px solid rgb(108 117 125 / 20%);
    padding: 12px 20px;
    padding-right: 60px;
    border-radius: 10px;
    pointer-events: all;
}

.tr_content_form_property .tr_item_property .form-select:focus,
.tr_content_form_property .tr_item_property .form-control:focus {
    border-color: var(--tr-blue) !important;
    box-shadow: none;
}

.tr_content_form_property .tr_item_property .input-container .material-symbols-outlined {
    position: absolute;
    right: 20px;
    font-weight: 300;
    top: 50%;
    font-size: 22px;
    transform: translateY(-50%);
    color: var(--tr-dark);
    transition: all 380ms;
}

.tr_content_form_property .tr_item_property:nth-child(n) {
    margin-bottom: 30px;
}

.tr_content_form_property .tr_item_property .tr_row_data {
    gap: 22px 0px;
}

.tr_content_form_property .tr_item_property .form-control.money {
    padding: 0.455rem 1.25rem 0.375rem 1.75rem;
}

.tr_content_form_property .tr_item_property .form-control.money {
    background-image: var(--bs-form-select-bg-img);
    --bs-form-select-bg-img: url('../img/icon/money_icon.svg');
    background-position: left 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 13px;
}

.tr_content_form_property .tr_item_property .form-control.m2 {
    padding: 0.375rem 2.55rem 0.375rem 0.95rem;
}

.tr_content_form_property .tr_item_property .form-control.m2 {
    background-image: var(--bs-form-select-bg-img);
    --bs-form-select-bg-img: url('../img/icon/m2_icon.svg');
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 18px 14px;
}

.tr_content_form_property .tr_item_property .form-control.mts {
    padding: 0.375rem 2.75rem 0.375rem 0.95rem;
}

.tr_content_form_property .tr_item_property .form-control.mts {
    background-image: var(--bs-form-select-bg-img);
    --bs-form-select-bg-img: url('../img/icon/mts_icon.svg');
    background-size: 22px 14px;
    background-position: right 0.85rem center;
    background-repeat: no-repeat;
}

.tr_content_form_property .tr_item_property.show-propiety {
    border: 2px solid rgb(0 110 255 / 50%);
    box-shadow: 0 0 60px -10px rgb(0 110 255 / 30%);
}

#savePropertyData .tr_row {
    justify-content: space-between;
}

.tr_btn_asesor {
    background: rgb(26 45 50 / 60%);
    border: 1px solid rgb(26 45 50 / 10%);
    color: white;
    width: fit-content;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    outline: none;
    transition: all 380ms ease-in-out;
    text-align: center;
    display: block;
    vertical-align: middle;
}

.f-asesor {
    align-items: end;
}

.tr_state_forms {
    display: flex;
    align-items: center;
}

.tr_state_forms.--gap-10 {
    gap: 10px;
}

.tr_state_forms.--gap-15 {
    gap: 15px;
}

.tr_state_forms.--gap-20 {
    gap: 20px;
}

.tr_state_forms.--gap-25 {
    gap: 25px;
}

.tr_state_forms.--gap-30 {
    gap: 30px;
}

.tr_btn_addfreals {
    color: white;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100px;
    text-decoration: none;
    outline: none;
    background: rgb(26 45 50 / 60%);
    border: 1px solid rgb(26 45 50 / 10%);
    transition: all 380ms ease-in-out;
    text-align: center;
    vertical-align: middle;
}

.tr_btn_addfreals .material-symbols-rounded {
    font-size: 18px;
}

.tr_btn_addfreals:hover {
    background: var(--tr-dark);
}

/* * * * * * * * * Button Default * * * * * * * * */
.tr_btn_primary {
    background: transparent;
    border: 1px solid transparent;
    color: white;
    width: fit-content;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 18px;
    display: flex;
    gap: 6px;
    align-items: center;
    border-radius: 8px;
    text-decoration: none;
    outline: none;
    transition: all 380ms ease-in-out;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.tr_btn_primary.blue {
    background: var(--tr-blue);
    border: 1px solid var(--tr-blue);
    color: white;
    transition: all 380ms ease-in-out;
}

.tr_btn_primary.blue:hover {
    background: #0854c5;
    border: 1px solid #0854c5;
}

.tr_btn_primary.purple {
    background: #644AFC;
    border: 1px solid #644AFC;
    color: white;
    transition: all 380ms ease-in-out;
}

.tr_btn_primary.purple:hover {
    background: #462dd2;
    border: 1px solid #462dd2;
}

.tr_btn_primary.green {
    background: #0C6546;
    border: 1px solid #0C6546;
    color: white;
    transition: all 380ms ease-in-out;
}

.tr_btn_primary.green:hover {
    background: #074831;
    border: 1px solid #074831;
}

.tr_btn_primary.gray {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    color: rgb(26 45 50 / 70%);
    transition: all 380ms ease-in-out;
}

.tr_btn_primary.gray:hover {
    background: #d4d4d4;
    border: 1px solid #d4d4d4;
    color: rgb(26 45 50 / 100%);
}

.tr_btn_primary.dark {
    background: #313435;
    border: 1px solid #313435;
    color: var(--tr-white);
    transition: all 380ms ease-in-out;
}

.tr_btn_primary.dark:hover {
    background: #212222;
    border: 1px solid #212222;
    color: var(--tr-white);
}

.tr_btn_primary.blue.btn-disabled {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    color: var(--tr-dark);
    opacity: 0.6;
    cursor: not-allowed;
}

.tr_btn_primary.outline {
    background: transparent;
    border: 1px solid var(--tr-blue);
    color: var(--tr-blue);
}

.tr_btn_primary.outline:hover {
    background: #0854c5;
    color: var(--tr-white);
}

.tr_btn_primary .material-symbols-outlined {
    font-size: 18px;
}

.tr_btn_primary.close span {
    font-size: 21px;
}


.tr_buttons_f {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tr_buttons_f.tr_buttons_moreinfo {
    position: sticky;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 -20px -20px;
    padding: 20px;
    background-color: #f3f3f3;
    justify-content: space-between;
}

.tr_buttons_f.tr_buttons_moreinfo .tr_wrap_buttons_f {
    display: flex;
    gap: 15px;
}

.tr_btn_primary.outline-black {
    background: transparent;
    border: 1px solid #1A2D32;
    color: #1A2D32;
    transition: all 380ms ease-in-out;
}

.tr_btn_primary.outline-black {
    background: var(--tr-dark);
    color: var(--tr-white);
}

.tr_btn_primary.transparent {
    color: rgb(27 46 51 / 70%);
    cursor: pointer;
    background-color: rgb(27 46 51 / 1%);
}

.tr_btn_primary.transparent:hover {
    color: rgb(27 46 51 / 50%);
    cursor: pointer;
    background-color: rgb(27 46 51 / 10%);
}
.tr_btn_primary.gray_two {
    background: #EBEBEB;
    color: var(--tr-dark);
    font-size: 12px;
}
.tr_btn_primary.gray_two:hover {
    background: #dcdcdc;
}
.tr_btn_primary.delete {
    background: rgb(255 0 0 / 10%);
    color: rgb(255 0 0 / 80%);
    font-size: 12px;
}
.tr_btn_primary.delete:hover {
    background: rgb(255 0 0 / 20%);
}


/* * * * * * * * * Activos Tabla * * * * * * * * */
.tr_content_activos .tr_title_alta {
    font-family: 'Exo';
    font-size: 22px;
    font-weight: 700;
    color: var(--tr-dark);
}

.tr_content_activos .tr_control_fill .tr_sl_filter label {
    font-weight: 500;
    color: var(--tr-blue);
    font-size: 13px;
    margin-bottom: 4px;
}

.tr_content_activos .tr_control_fill .tr_cont_search {
    display: grid;
    grid-template-columns: 7rem 9rem 10rem 11rem 5rem;
    gap: 10px;
    align-items: end;
}

.tr_content_activos .tr_control_fill .tr_cont_search .tr_sl_filter .form-select {
    min-height: 42px;
    font-size: 12px;
    color: #1A2D32;
    border: 1.5px solid #EEEEEE;
    padding: 0.375rem 2.25rem 0.375rem 0.95rem;
    border-radius: 8px;
}

.tr_content_activos .tr_control_fill .tr_cont_search .tr_sl_filter .form-select:focus {
    border-color: var(--tr-blue) !important;
    box-shadow: none;
}

.tr_content_activos .tr_control_fill .tr_cont_search .tr_btn_primary {
    max-height: 42px;
}

.tr_content_activos .tr_control_fill .tr_cont_search .tr_btn_primary:hover {
    background-color: white;
    color: var(--tr-blue);
    border: 1px solid var(--tr-blue);
}

.tr_options_create {
    display: inline-flex;
    gap: 10px;
}

.tr_options_create .tr_options_btn {
    display: flex;
    gap: 10px;
}

.tr_content_activos .tr_control_fill {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
}

.tr_options_create .tr_options_btn .tr_btn_primary.outline-black {
    padding: 10px 16px;
}

.tr_options_create .vr {
    background-color: rgb(27 46 51 / 30%);
    margin: 2px 0;
}

/* * * * * * * * * Styles General Datable * * * * * * * * */

.tr_content_table_activos {
    background: white;
    border: 1.2px solid #EEEEEE;
    border-radius: 10px;
    margin-top: 45px;
}

.tr_content_table_activos .dt-column-title {
    font-size: 13px;
    font-weight: 500;
    color: rgb(26 45 50 / 90%);
}

.tr_content_table_activos tbody tr>td {
    font-size: 12px;
    color: rgb(26 45 50 / 80%);
    font-weight: 400;
    text-align: center;
}

table.dataTable th.dt-type-numeric {
    text-align: left !important;
}

table.dataTable.stripe>tbody>tr:nth-child(odd)>*,
table.dataTable.display>tbody>tr:nth-child(odd)>* {
    background: rgb(242 242 242 / 50%) !important;
    box-shadow: none !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    padding: 10px;
    border-bottom: 0px solid #EEEEEE !important;
    border: 1px solid #EEEEEE;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: 1px solid #EEEEEE !important;
}

table.dataTable.row-border>tbody>tr>*,
table.dataTable.display>tbody>tr>* {
    border-top: 1px solid #EEEEEE !important;
}

div.dt-container div.dt-layout-row {
    margin: .75em 0 0 !important;
}

.tr_resultado_table {
    text-align: center !important;
    padding: 14px 20px !important;
    color: rgb(26 45 50 / 60%) !important;
    border-top: 0 !important;
    background-color: rgb(242 242 242 / 50%);
}
.tr_resultado_table span {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgb(26 45 50 / 60%) !important;
}

div.dt-container.dt-empty-footer .dt-scroll-body {
    border-bottom: 0 !important;
}
.tr_padd.table.dataTable>tbody>tr>th,
.tr_padd table.dataTable>tbody>tr>td {
    padding: 12px 10px;
}
.tr_padd_2.table.dataTable>tbody>tr>th,
.tr_padd_2 table.dataTable>tbody>tr>td {
    padding: 14px 10px;
}
.tr_none_top {
    border-top: 0;
    border-radius: 8px;
    overflow: hidden;
}
.tr_none_top .dt-container .dt-layout-row {
    margin: 0px !important;
}

/* EL PADDING DE LAS TABLAS */
.tr_content_table_activos .dt-paging {
    font-size: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.dt-paging-button.disabled.last {
    display: none !important;
}

.dt-paging-button.disabled.first {
    display: none !important;
}

.dt-paging-button.current {
    background-color: #BDBDBD !important;
    border-color: #BDBDBD !important;
    font-weight: 700 !important;
}

.dt-paging-button.disabled.next,
.dt-paging-button.disabled.previous {
    font-weight: 700 !important;
    background: #EBEBEB !important;
    width: 30px !important;
}

#table_users_info {
    font-size: 10px !important;
    padding-left: 10px;
    padding-bottom: 10px;
}


div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    opacity: 0.5;
    /* Cambiar la opacidad para hacer el botón más transparente */
    cursor: not-allowed;
    /* Cambia el cursor a una mano que no puede hacer clic */
    background-color: #941b1b;
    /* Cambiar el color de fondo (puedes personalizarlo) */
    color: #999;
    /* Cambiar el color del texto */
}

/* afecta arriba igual */
/* div.dt-container div.dt-layout-row{
} */

/* .tr_content_table_activos .dt-layout-row.dt-layout-table {
    overflow-x: hidden !important;
} */

.tr_content_table_activos thead tr>th:first-child {
    border-left: none;
}

.tr_content_table_activos thead tr>th:last-child {
    border-right: none;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: none !important;
}

.tr_content_table_activos .dt-layout-row:first-child {
    padding: 0px 12px;
    flex-direction: row-reverse;
}

.tr_content_table_activos .dt-layout-row:first-child .dt-layout-cell.dt-layout-start label {
    font-size: 12px;
    color: #1A2D32;
}

.tr_content_table_activos .dt-layout-row:first-child .dt-layout-cell.dt-layout-start {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
}
.tr_content_table_activos .dt-layout-row:first-child .dt-layout-cell.dt-layout-end {
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 0;
}

.tr_content_table_activos .dt-layout-row.dt-layout-table {
    overflow-x: scroll;
}

.tr_content_table_activos .dt-layout-cell.dt-layout-start .dt-length select {
    background: #F2F2F2;
    border-radius: 10px;
    border: #EEEEEE;
    font-size: 12px;
    padding: 4px 6px;
}

.tr_content_table_activos .dt-layout-cell.dt-layout-start .dt-length {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dt-layout-cell.dt-layout-end .dt-search {
    display: flex;
    align-items: center;
    padding: 6px 10px 6px 12px;
    font-size: 6px;
    color: #1A2D32;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
}

.dt-layout-cell.dt-layout-end .dt-search svg {
    width: 16px;
    opacity: 0.7;
    stroke: #1A2D32;
}

.dt-layout-cell.dt-layout-end .dt-search input {
    border: unset;
    margin-left: 6px;
    font-size: 12px;
}

.dt-layout-cell.dt-layout-end .dt-search input::placeholder {
    color: #1A2D32;
    opacity: 1;
}

.dt-layout-cell.dt-layout-end .dt-search input:focus-visible {
    border: unset;
    box-shadow: unset;
    outline: unset;
}

.tr_upload_file_df {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(108 117 125 / 10%);
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: calc(100% - 35px);
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    border-radius: 10px;
    background-color: white;
}

.tr_upload_file_df_label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    place-content: center;
    text-align: center;
    gap: 0px;
    pointer-events: none;
}

.tr_upload_file_df .form-label {
    font-size: 12px !important;
    color: rgb(0 110 251 / 80%) !important;
    font-weight: 500 !important;
    margin: 0;
}

.tr_upload_file_df span {
    font-variation-settings: 'FILL'0;
    color: rgb(0 110 251 / 80%);
    font-size: 60px;
}

.tr_upload_file_df::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: auto;
    border-radius: 10px;
    pointer-events: none;
    border: 2px dashed rgb(0 110 251 / 50%);
    background-color: rgb(0 110 251 / 5%);
}

.tr_map_img {
    position: relative;
    overflow: hidden;
}

.tr_map_img .tr_background_map {
    height: 330px;
    overflow: hidden;
    width: 100%;
    display: block;
    border-radius: 8px;
}

.tr_option_map {
    padding: 12px;
    border-radius: 10px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #ffffff;
    display: flex;
    gap: 10px;
}

.tr_option_map .tr_btn_primary {
    font-size: 12px;
    padding: 6px 16px;
}

.tr_option_map .tr_btn_primary.blue:hover {
    background: var(--tr-blue);
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.dz-file-preview,
.dz-preview {
    padding: 34px;
}

.dz-filename span,
.dz-size span {
    font-size: 15px;
}

/* selector styles property */
.tr_custom_options_moreinfo {
    position: relative;
}

#actions_options_moreinfo {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border: none;
    border-radius: unset;
    cursor: pointer;
    background-color: unset;
    padding: 0;
    transition: all 380ms ease-in-out;
}

#actions_options_moreinfo.disabled {
    opacity: 0.6;
    cursor: no-drop;
}

#actions_options_moreinfo>span {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tr-bg-blue);
    color: var(--tr-white);
    border-radius: 100px;
    flex-shrink: 0;
    transition: all 380ms ease-in-out;
}

.tr_pulsation_animate_btn {
    box-shadow: 0 0 0 0 var(--tr-bg-blue);
    animation: tr_pulsation_animate_btn 2800ms infinite;
}

@keyframes tr_pulsation_animate_btn {
    0% {
        transform: scale(0.8);
        box-shadow: 0 0 0 0 rgb(0 110 255 / 70%);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 12px rgb(0 110 255 / 0%);
    }

    100% {
        transform: scale(0.8);
        box-shadow: 0 0 0 0 rgb(0 110 255 / 0%);
    }
}

#actions_options_moreinfo>p {
    font-size: 16px;
    font-weight: 400;
    color: var(--tr-blue);
    margin: 0;
    flex-shrink: 0;
    transition: all 380ms ease-in-out;
}

#actions_options_moreinfo:hover>span {
    background-color: #0854c5;
}

#actions_options_moreinfo:hover>p {
    color: #0854c5;
}

#actions_options_moreinfo.disabled>span,
#actions_options_moreinfo.disabled:hover>span {
    background-color: var(--tr-dark);
}

#actions_options_moreinfo.disabled>p,
#actions_options_moreinfo.disabled:hover>p {
    color: var(--tr-dark);
}

#actions_options_moreinfo[aria-expanded="true"]>span {
    transform: rotate(45deg);
}

#options_moreinfo {
    position: absolute;
    left: 0;
    bottom: 130%;
    padding: 20px;
    width: 420px;
    background-color: var(--tr-white);
    box-shadow: 0 -10px 60px 0 rgb(0 0 0 / 30%);
    border-radius: 20px;
    z-index: 10;
    transform: translateY(40px);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 380ms;
    transition: all 380ms;
}

#options_moreinfo.visible {
    transform: translateY(0px);
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

#options_moreinfo .wrapper_options {
    display: flex;
    flex-direction: column;
}

.tr_option {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    background-color: var(--tr-white);
    border: 1px solid #eaedec;
    transition: background-color 0.3s ease;
    cursor: pointer;
    margin-bottom: 6px;
}

.tr_option:last-child {
    margin-bottom: 0;
}

.tr_option .tr_wrapper_option span {
    font-size: 14px;
    font-weight: 500;
    color: var(--tr-dark);
}

.tr_option .tr_wrapper_option p {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 0;
}

.tr_option:hover {
    background: #f2f9f8;
}

/* indicatos supports files */
.tr_indicators_files {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
    padding: 0 10px;
}

.tr_indicators_files.--center-indicators_files {
    justify-content: center;
}

.tr_indicators_files.notfiles {
    border-top: 1px solid #e2e2e2;
    padding-top: 60px;
    margin: 0;
}

.tr_indicators_files .tr_indicator_support,
.tr_indicators_files .tr_indicator_megabytes {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 0;
}

.tr_indicators_files .tr_indicator_notfiles {
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin-bottom: 0;
}

/* list of files */
.tr_labels_list_files {
    font-size: 16px;
    font-weight: 500;
    color: var(--tr-dark);
    /* border-top: 1px solid #e2e2e2;
    padding-top: 30px; */
}

.tr_item_property .tr_list_files {
    position: relative;
    overflow-y: scroll;
    height: auto;
    max-height: calc(100vh - 272px);
    padding-right: 15px;
}

.tr_item_property .tr_list_files::after {
    content: '';
    position: sticky;
    right: 0;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgb(255 255 255) 10%, #ffffff00);
    display: block;
}

.tr_item_property .tr_list_files::-webkit-scrollbar {
    width: 10px;
}

.tr_item_property .tr_list_files::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.tr_item_property .tr_list_files::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.tr_item_property .tr_list_files::-webkit-scrollbar-thumb:hover {
    background: var(--tr-dark);
}

.list_files_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background-color: #f3f5f7;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    margin-bottom: 6px;
    cursor: grab;
}

.list_files_item:last-child {
    margin-bottom: 0;
}

.list_files_item .wrp_files {
    display: flex;
    align-items: center;
    gap: 15px;
}

.list_files_item .file_drag {
    display: flex;
    align-items: center;
}

.list_files_item .file_drag>span {
    font-variation-settings: 'FILL'0, 'wght'200, 'GRAD'0, 'opsz'24;
    color: #1b2d3369;
    font-size: 20px;
}

.list_files_item .file_preview {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tr-white);
    border: 1px solid #eaedec;
    border-radius: 8px;
}

.list_files_item .file_preview>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.list_files_item .file_preview>span {
    color: var(--tr-dark);
}

.list_files_item .file_data .file_name {
    font-size: 12px;
    font-weight: 500;
    color: var(--tr-dark);
}

.list_files_item .file_data .file_megabytes {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
}

.list_files_item .file_options {
    display: flex;
    align-items: center;
    gap: 15px;
}

.list_files_item .file_options .file_actions_view,
.list_files_item .file_options .file_actions_delete {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tr-white);
    border: 1px solid #eaedec;
    border-radius: 8px;
    padding: 8px;
    pointer-events: all;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 36px;
}

.list_files_item .file_options .file_actions_view:hover,
.list_files_item .file_options .file_actions_delete:hover {
    background-color: #c6c6c60d;
}

.list_files_item .file_options .file_actions_view>span,
.list_files_item .file_options .file_actions_delete>span {
    font-variation-settings: 'FILL'0, 'wght'300, 'GRAD'0, 'opsz'24;
    color: var(--tr-dark);
    font-size: 18px;
}

.list_files_item .file_options .file_actions_view>span {
    color: #0d6efd;
}

.list_files_item .file_options .file_actions_delete>span {
    color: #dc3545;
}

/* Animación personalizada para aparecer */
@keyframes fadeInUpSmooth {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animación personalizada para desaparecer */
@keyframes fadeOutDownSmooth {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

/* Clases para usar en los contenedores */
.animate__fadeInUpSmooth {
    animation: fadeInUpSmooth 0.5s ease-out forwards;
}

.animate__fadeOutDownSmooth {
    animation: fadeOutDownSmooth 0.5s ease-in forwards;
}

/* Profile Elements */
.subTitleAlta span {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 0;
}

.subTitleAlta {
    margin-top: -6px;
}

.profileContent {
    height: 100%;
}

.tr_content_property .profileElements {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    height: calc(100% - 38px);
    color: #1A2D32;
    border: 1px solid rgb(108 117 125 / 20%);
    border-radius: 10px;

}

.profileImage {
    position: relative;
}

.profileImage img {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
}

.profileImage .photoitem {
    border-radius: 100px;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    background-color: var(--tr-dark);
    color: white;
    display: grid;
    place-content: center;
    font-weight: 400;
    font-size: 60px;
    position: relative;
}

.camera-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--tr-white);
    border-radius: 50%;
    width: 48px;
    height: 48PX;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 8px 17px -10px rgba(0, 0, 0, 0.46);

}

.profileImage img {
    border-radius: 100%;
    display: flex;
    margin: 0;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    box-shadow: 1px 8px 17px -10px rgba(0, 0, 0, 0.46);
}

.profileImage .material-symbols-outlined {
    color: #000;
    display: flex;
    font-variation-settings: "FILL"1, "wght"400;
    font-size: 22px;
}

.tr_group_button_imgProfile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0px 0px 20px 0px;
}

/* Users Elements */
.tr_content_property .tr_headercontent {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.tr_titleText {
    font-weight: 300;
    color: #666666;
}

.tr_ElementFlexTable {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.tr_ElementFlexTable>img {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.tr_ElementFlexTable .photoitem {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background-color: var(--tr-dark);
    color: var(--tr-white);
    font-weight: 300;
    display: grid;
    font-size: 16px;
    place-content: center;
    flex-shrink: 0;
}

.tr_ElementFlexTable span {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
}

.tr_ElementFlexTable h5 {
    font-size: 14px;
    color: var(--tr-black);
    margin: 0;
}

.tr_TextTable {
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 2px;
}

.tr_TextElement {
    display: flex;
    align-items: center;
    gap: 4px;
}

.tr_TextElement span {
    font-size: 12px;
    font-weight: 400;
    color: #1A2D32;
}

.tr_TextElement p {
    background-color: #1a2d3210;
    border-radius: 100px;
    padding: 10px 20px;
    margin: auto;
    display: inline-block;
    text-align: center;
}

.tr_BtnElement {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.tr_ElementTable {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
}

.tr_ElementTableCenter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
}

.tr_BtnElement a {
    border-radius: 50%;
}

.tr_BtnElement .tr_btn_collapse {
    padding: 10px !important;
}
.dateElement {
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    color: var(--tr-dark);
}
.dateElement span {
    font-size: 20px;
    font-variation-settings: 'FILL' 0;
}
.tituloElement {
    font-weight: 500;
    font-size: 13px;
    color: var(--tr-dark);
}
.tr_titleTable {
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1a2d3210;
}

.tr_itemTable {

    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1a2d3210;
}

.tr_allElements {
    width: 100%;
    background-color: #f2f2f242;
    display: flex;
    justify-content: center;
    border: 1px solid #0000001a;
    gap: 0px;
    position: relative;
    bottom: 69px;
    left: -10px;
    border-radius: 0px 0px 10px 10px;
    height: 40px;
}

.tr_allElements p {
    font-size: 14px;
    color: #666666;
    display: inline;
}

.tr_allElementsT {
    margin-block: auto;
}

.tr_elementCenter {
    text-align: center;
    display: flex;
    justify-content: center;
}

/* * Usuarios Tabla * */

.tr_paginator_table .dt-container .dt-layout-row {
    margin: 0px !important;
}


/* Clientes tabla */
/* .form-control_table,
.form-select {
    position: relative;
    min-height: 42px;
    font-size: 13px;
    color: #1A2D32;
    border: 1px solid rgb(108 117 125 / 20%);
    background-color: #F2F2F2;
    padding: 16px 20px;
    padding-right: 60px;
    border-radius: 10px;
    pointer-events: all;
    cursor: pointer;
    width: 100%;
} */

.tr_info_profile h3 {
    font-weight: 600;
}

.lead_text {
    font-size: 14px;
    font-weight: 600;
}

.lead_text span {
    font-size: 10px;
    font-weight: 500;
    color: #1A2D32;
}

table.dataTable thead>tr>th span.dt-column-order,
table.dataTable thead>tr>td span.dt-column-order {
    position: relative !important;
    right: -10px !important;
    top: 0;
    bottom: 0;
}

.tr_none_action span.dt-column-order {
    display: none !important;
}
.tr_none_action {
    padding-right: 10px !important;
    text-align: center !important;
}

.lead_table_position .input-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    margin-bottom: 15px;
    font-family: 'Exo';
    font-weight: 600;
}

.lead_title_lead {
    font-size: 17px;
    height: 70px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.lead_item_table {
    height: 70px;
    margin-bottom: 15px;
}

.search_lead_table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.table_Bg_table .dt-column-title {
    font-size: 13px;
    font-weight: 600;
    color: #1A2D32;
}

.tr_headerSpacing {
    margin-top: 40px;
}

.tr_TextElement_C {
    border-radius: 50px;
    padding: 9px 18px;
    display: block;
    background-color: transparent;
}

.tr_ElementTable .tr_TextElement_C>p {
    margin: 0;
}

.tr_ElementTable .tr_TextElement_C.blue {
    background-color: #1787ff11;
    border: 1px solid #1786FF;
    color: #1786FF;
}

.tr_ElementTable .tr_TextElement_C.green {
    background-color: #35BE1111;
    border: 1px solid #35BE11;
    color: #35BE11;
}

.tr_ElementTable .tr_TextElement_C.gray {
    background-color: rgb(26 45 50 / 10%);
    color: #1A2D32;
}

.tr_ElementTable .strongSpan span {
    font-weight: 600;
    color: #1A2D32;
    font-size: 12px;
}

.tr_BtnElement .tr_btn_collapse_Claint {
    padding: 8px !important;
}

.tr_btn_collapse_Claint.blue {
    background: #0854C5;
    border: 1px solid #0854C5;
    color: white;
    transition: all 380ms ease-in-out;
}

.tr_BtnElement .tr_btn_seg,
.tr_BtnElement .tr_btn_edit,
.tr_BtnElement .tr_btn_delete {
    width: 38px;
    height: 38px;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: all 400ms ease-in-out;
}

.tr_BtnElement .tr_btn_seg {
    color: #49AE2F;
    background-color: rgb(73 174 47 / 10%);
}

.tr_BtnElement .tr_btn_edit {
    color: #0854C5;
    background-color: rgb(8 84 197 / 10%);
}

.tr_BtnElement .tr_btn_delete {
    background: rgb(215 0 0 / 10%);
    color: rgb(215 0 0 / 80%);
}

.tr_BtnElement .tr_btn_seg span {
    font-size: 21px;
}
.tr_BtnElement .tr_btn_edit span {
    font-size: 20px;
}
.tr_BtnElement .tr_btn_delete span {
    font-size: 20px;
}

.tr_BtnElement .tr_btn_seg:hover {
    background-color: rgb(73 174 47 / 20%);
}
.tr_BtnElement .tr_btn_edit:hover {
    background-color: rgb(8 84 197 / 20%);
}
.tr_BtnElement .tr_btn_delete:hover {
    background: rgb(215 0 0 / 20%);
}

.searchNumber {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
}

.searchNumber p {
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
}

.searchElement {
    font-size: 10px;
    width: auto;
    height: auto;
    padding: 2px 5px;
}

.searcHeader {
    margin-bottom: 30px;
}

/* Development edit */

.th-elements th {
    text-align: center !important;
}

.th-elements_items {
    text-align: center !important;
}

.table_layout div.dt-container div.dt-layout-row {
    flex-direction: row-reverse !important;
}

.table_layout div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    justify-content: flex-end;
    margin-right: 10px !important;
}

.table_layout div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    justify-content: flex-start;
    margin-left: 10px !important;
}

td .textElement {
    font-weight: 600;
    font-size: 13px;
}

/* News Create */

.card-body {
    margin-top: 50px;
}

.col-form-label {
    font-weight: 600;
}

#tagid {
    height: 42px;
}

/* .ck-editor__editable {
    height: 350px !important;
    /* Fija el alto en 500px
    overflow-y: auto;
    /* Permite desplazamiento si el contenido excede
    resize: none;
    /* Impide el redimensionamiento manual
}

.ck-editor__editable_inline {
    height: 350px !important;
    /* Asegúrate de que CKEditor inline también tenga este alto
}

#editor {
    height: 350px !important;
    /* O el valor que prefieras
    overflow: auto;
} */

#editor {
    height: 300px !important;  /* O el valor que prefieras */
    overflow: auto;
}
.ck-editor__editable {
    height: 300px !important; /* Fija el alto en 500px */
    overflow-y: auto; /* Permite desplazamiento si el contenido excede */
    resize: none; /* Impide el redimensionamiento manual */
}

.ck-editor__editable_inline {
    height: 300px !important; /* Asegúrate de que CKEditor inline también tenga este alto */
}
/* * * * * * * * * sidebar options * * * * * * * * */
#tr_sidebaroverlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    transition: all 550ms cubic-bezier(0.23, 1, 0.32, 1);
}

.tr_sidebaroptions {
    position: fixed;
    top: 0%;
    right: -41%;
    width: 40%;
    height: 100vh;
    overflow: scroll;
    z-index: 9999;
    background-color: #ffffff;
    border-left: 1px solid #e8ecee;
    box-shadow: -10px 0 20px 0 rgba(21, 27, 38, .08);
    transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

.tr_sidebaroptions .content_sidebar {
    padding: 0px;
    width: 100%;
}

.tr_sidebaroptions .content_sidebar .head_sidebar {
    display: flex;
    position: sticky;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    top: 0px;
    padding: 22px 30px 20px;
    border-bottom: 1px solid #F2F2F2;
    background: var(--tr-white);
    z-index: 9;
    box-shadow: 0 5px 10px 0 rgba(21, 27, 38, 0);
}

.tr_sidebaroptions .content_sidebar .head_sidebar h4 {
    font-family: 'Exo';
    font-size: 20px;
    font-weight: 700;
    color: var(--tr-dark);
    margin-bottom: 0;
}

.tr_sidebaroptions .content_sidebar .head_sidebar .closed_sidebar {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #ededed00;
    border-radius: 6px;
    transition: all 450ms;
}

.tr_sidebaroptions .content_sidebar .head_sidebar .closed_sidebar:hover {
    background: #ededed;
}

.tr_sidebaroptions .content_sidebar .head_sidebar .closed_sidebar>span {
    color: var(--tr-dark);
    opacity: 0.5;
    font-variation-settings: 'FILL'0, 'wght'300, 'GRAD'0, 'opsz'40;
}

.tr_sidebaroptions .body_sidebar {
    padding: 40px 30px;
    min-height: auto;
}

.tr_sidebaroptions .subtitle_sidebar {
    font-size: 16px;
    font-weight: 700;
    margin: 40px 0;
    font-family: 'Exo';
    color: var(--tr-dark);
}

.tr_sidebaroptions .form-group {
    margin-bottom: 30px;
}

.tr_sidebaroptions .form-group .label-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.tr_sidebaroptions .form-group .label-container>label, .modal-body .form-group .label-container>label {
    font-size: 12px;
    font-weight: 400;
    color: var(--tr-black);
}

.tr_sidebaroptions .form-group .label-container .requested, .modal-body .form-group .label-container .requested {
    font-size: 12px;
    font-weight: 300;
    color: var(--tr-dark);
    opacity: 0.6;
}

.tr_sidebaroptions .form-group .input-container .form-control, .modal-body .form-group .input-container .form-control,
.tr_sidebaroptions .form-group .input-container .form-select, .modal-body .form-group .input-container .form-select {
    position: relative;
    min-height: 42px;
    font-size: 12px;
    color: #1A2D32;
    border: 1px solid rgb(108 117 125 / 20%);
    padding: 12px 20px;
    padding-right: 60px;
    border-radius: 8px;
    transition: all 350ms;
    pointer-events: all;
}

.tr_sidebaroptions .form-group .input-container .form-control::placeholder, .modal-body .form-group .input-container .form-control::placeholder {
    color: rgb(from var(--tr-dark) r g b / 70%);
}

.tr_sidebaroptions .form-group .input-container .form-select:focus, .modal-body .form-group .input-container .form-select:focus,
.tr_sidebaroptions .form-group .input-container .form-control:focus, .modal-body .form-group .input-container .form-control:focus{
    border-color: var(--tr-blue) !important;
    box-shadow: none;
}

.tr_sidebaroptions .form-group.has-error .input-container .form-select:focus, .modal-body .form-group.has-error .input-container .form-select:focus,
.tr_sidebaroptions .form-group.has-error .input-container .form-control:focus, .modal-body .form-group.has-error .input-container .form-control:focus{
    border: 1px solid #B64645;
}

.tr_sidebaroptions .form-group.has-error .help-block, .modal-body .form-group.has-error .help-block {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #B64645;
}

.tr_sidebaroptions .form-group.has-error .help-block::after, .modal-body .form-group.has-error .help-block::after {
    content: '\e000';
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL'0, 'wght'300, 'GRAD'0, 'opsz'24;
    color: #B64645;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: -1px;
    left: 0;
}

.tr_sidebaroptions .form-group .input-container .form-control:not(:focus):not(:placeholder-shown), .modal-body .form-group .input-container .form-control:not(:focus):not(:placeholder-shown) {
    background: rgb(242 242 242 / 80%);
    border: 1px solid rgb(238 238 238 / 80%);
}

.tr_sidebaroptions .form-group .input-container.input-phone,
.tr_sidebaroptions .form-group .input-container.valid-inmueble,
.inmueble_value {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tr_sidebaroptions .form-group .input-container.input-phone .country-code {
    width: 70px;
    padding: 12px 20px;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 2px solid #EEEEEE;
    flex-shrink: 0;
}

.tr_sidebaroptions .form-group .input-container.input-phone .country-code:not(:focus):not(:placeholder-shown) {
    background: rgb(242 242 242 / 80%);
    border: 1px solid rgb(238 238 238 / 80%);
    border-right: 1px solid transparent;
}

.tr_sidebaroptions .form-group .input-container.input-phone .phone {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: calc(100% - 70px);
    flex-shrink: 0;
}

.tr_sidebaroptions .form-group .input-container.valid-inmueble {
    gap: 10px;
    flex-wrap: nowrap;
}

.tr_sidebaroptions .form-group .input-container.valid-inmueble .tr_btn_primary {
    flex-shrink: 0;
}

.inmueble_value {
    gap: 20px;
    max-width: 500px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 24px;
    background-color: rgb(from var(--tr-blue) r g b / 04%);
    width: fit-content;
    transition: all 350ms;
}

.inmueble_value .inmueble_value_content_image {
    position: relative;
    overflow: hidden;
    width: 140px;
    height: 110px;
    border-radius: 14px;
    margin-bottom: 0;
}

.inmueble_value .inmueble_value_content_image .inmueble_value_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inmueble_value .inmueble_value_text {
    max-width: 65%;
    font-size: 14px;
    font-weight: 500;
    color: var(--tr-blue);
    margin: 0;
}

.tr_sidebaroptions .submit_sidebar {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}


/* * Clientes * */
.tr_filter_and_select {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.tr_filter_and_select .tr_df_select .tr-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--tr-blue);
    margin-bottom: 4px;
}

.tr_filter_and_select .tr_df_select .form-select {
    min-height: 42px;
    font-size: 12px;
    color: #1A2D32;
    border: 1.5px solid #EEEEEE;
    padding: 0.375rem 2.25rem 0.375rem 0.95rem;
    border-radius: 8px;
    background-color: var(--tr-white);
    pointer-events: all;
    cursor: pointer;
    width: 100%;
    transition: all 350ms ease-in-out;
}

.tr_filter_and_select .tr_df_select .form-select:focus {
    border-color: var(--tr-blue) !important;
    box-shadow: none;
}

.tr_filter_and_select .tr_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
}

.tr_filter_and_select .tr_grid.--two-item {
    grid-template-columns: 1fr 1fr;
}

.table_bg_table table.dataTable.stripe>tbody>tr:nth-child(odd)>*,
.table_bg_table table.dataTable.display>tbody>tr:nth-child(odd)>* {
    background: rgba(255, 255, 255, 0.5) !important;
    box-shadow: none !important;
}

.tr_header_add {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tr_date_development_table {
    display: grid;
    justify-content: center;
    gap: 3px;
}
.tr_date_development_table h5 {
    font-size: 14px;
    color: var(--tr-black);
    margin: 0;
}
.tr_date_development_table span {
    font-size: 12px;
    color: var(--tr-dark);
    opacity: 0.8;
}

.tr_filter_and_select #filterGraphics.tr_grid {
    align-items: end;
}

.tr_filter_and_select #filterGraphics .tr_btn_collapse.gray {
    padding: 9.5px 18px;
}


/* * * * * Noticias * * * * */

.tr_noticia_content .tr_cont {
    overflow: hidden;
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    height: auto;
    border: 0;
}

.tr_noticia_content .tr_nav_nt {
    border: 0;
}
.tr_noticia_content .tr_nav_nt .nav-item .nav-link {
    color: rgb(27 46 51 / 50%);
    border: none;
    font-size: 14px;
    padding: 10px 22px
}
.tr_noticia_content .tr_nav_nt .nav-item:nth-child(1) {
    border-top-right-radius: 0;
}
.tr_noticia_content .tr_nav_nt .nav-item:nth-child(2) {
    border-top-left-radius: 0;
}
.tr_noticia_content .tr_nav_nt .nav-item .nav-link:hover {
    border-color: unset;
    border: 0;
}

.tr_noticia_content .tr_nav_nt .nav-item {
    background-color: #EBEBEB;
    border-radius: 10px 10px 0px 0px;
    transition: all 350ms ease-in-out;
    border: unset;
    outline: none;
    margin: 0;
}
.sw-theme-default{
    box-shadow: none;
}
.tr_noticia_content .tr_nav_nt .nav-item.active {
    background-color: var(--tr-bg-blue);
}
.tr_noticia_content .tr_nav_nt .nav-item.active .nav-link {
    color: var(--tr-white) !important;
}
.tr_noticia_content .tr_cont .tr_row_data {
    gap: 22px 0px;
}
.tr_noticia_content .tr_cont .col-form-label,
.tr_noticia_content .tr_cont .tr_title_notice {
    color: var(--tr-black);
    font-family: 'Exo';
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.tr_noticia_content .tr_cont .form-control,
.tr_noticia_content .tr_cont .form-select {
    position: relative;
    min-height: 42px;
    font-size: 13px;
    color: #1A2D32;
    border: 1px solid rgb(108 117 125 / 20%);
    padding: 12px 20px;
    padding-right: 60px;
    border-radius: 8px;
    pointer-events: all;
}

.tr_noticia_content .tr_cont .form-control:focus,
.tr_noticia_content .tr_cont .form-select:focus{
    border-color: var(--tr-blue) !important;
    box-shadow: none;
}

.tr_noticia_content .tr_cont .ck-editor {
    overflow: hidden;
    border-radius: 2px;
}

.tr_noticia_content .btn-toolbar {
    display: none;
}

/* * * * * * * * Follow Up * * * * * * * */
.tr_followup .tr_followup_wrapper {
    display: grid;
    grid-template-columns: 300px auto 300px;
    align-items: start;
    width: 100%;
    gap: 30px;
}
.tr_return_followup {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 15px;
    opacity: 0.5;
    border-radius: 8px;
    color: var(--tr-dark);
    background-color: #1b2e3300;
    transition: all 450ms;
    margin-bottom: 30px;
    cursor: pointer;
}
.tr_return_followup:hover {
    opacity: 1;
    background-color: #1b2e330f;
}
.tr_return_followup .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
}
.tr_data_client_sidebar {
    padding: 30px;
    background: var(--tr-white);
    border: 1px solid #EEEEEE;
    border-radius: 20px;
}
.tr_data_client_sidebar .tr_sidebar_info_lead {
    margin-bottom: 40px;
}
.tr_sidebar_info_lead .tr_lead_image,
.tr_followup_mobile .tr_followup_head_lead .tr_lead_image {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tr-dark);
}
.tr_sidebar_info_lead .tr_lead_image>img,
.tr_followup_mobile .tr_followup_head_lead .tr_lead_image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}
.tr_sidebar_info_lead .tr_lead_image .tr_lead_image_letter,
.tr_followup_mobile .tr_followup_head_lead .tr_lead_image .tr_lead_image_letter {
    font-size: 50px;
    font-weight: 500;
    color: var(--tr-white);
}
.tr_sidebar_info_lead .tr_lead_name,
.tr_followup_mobile .tr_followup_head_lead .tr_lead_name {
    font-size: 24px;
    text-align: center;
    color: var(--tr-dark);
    margin-bottom: 30px;
}
.tr_sidebar_info_lead .tr_lead_contact {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.tr_lead_contact .tr_lead_contact_submit {
    text-align: center;
}
.tr_lead_contact_submit .tr_lead_contact_submit_icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tr-white);
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    margin: 0 auto 4px;
    transition: all 450ms;
}
.tr_lead_contact_submit .tr_lead_contact_submit_icon .material-symbols-outlined {
    color: var(--tr-dark);
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
    transition: all 280ms;
}
.tr_lead_contact_submit .tr_lead_contact_submit_label {
    font-size: 12px;
    font-weight: 400;
    color: var(--tr-dark);
    transition: all 450ms;
}
.tr_lead_contact .tr_lead_contact_submit.--email:hover .tr_lead_contact_submit_icon {
    background-color: rgba(23, 135, 255, 0.1);
    border: 1px solid transparent;
}
.tr_lead_contact .tr_lead_contact_submit.--email:hover .tr_lead_contact_submit_icon .material-symbols-outlined,
.tr_lead_contact .tr_lead_contact_submit.--email:hover .tr_lead_contact_submit_label {
    color: #1786FF;
}
.tr_lead_contact .tr_lead_contact_submit.--call:hover .tr_lead_contact_submit_icon {
    background-color: rgba(245, 124, 38, 0.1);
    border: 1px solid transparent;
}
.tr_lead_contact .tr_lead_contact_submit.--call:hover .tr_lead_contact_submit_icon .material-symbols-outlined,
.tr_lead_contact .tr_lead_contact_submit.--call:hover .tr_lead_contact_submit_label {
    color: #F57D26;
}
.tr_lead_contact .tr_lead_contact_submit.--message:hover .tr_lead_contact_submit_icon {
    background-color: rgba(12, 101, 70, 0.1);
    border: 1px solid transparent;
}
.tr_lead_contact .tr_lead_contact_submit.--message:hover .tr_lead_contact_submit_icon .material-symbols-outlined,
.tr_lead_contact .tr_lead_contact_submit.--message:hover .tr_lead_contact_submit_label {
    color: #0C6546;
}
.tr_sidebar_info_lead .tr_btn_primary {
    width: 100%;
    justify-content: center;
    margin-bottom: 16px;
}
.tr_sidebar_info_lead .tr_lead_activity_dot {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.tr_sidebar_info_lead .tr_lead_activity_dot .--dot-activity {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    flex-shrink: 0;
    margin-top: 4px;
}
.tr_sidebar_info_lead .tr_lead_activity_dot .--dot-activity.--cierre {
    background-color: #1B2E33;
}
.tr_sidebar_info_lead .tr_lead_activity_dot .--dot-activity.--venta {
    background-color: #006EFB;
}
.tr_sidebar_info_lead .tr_lead_activity_dot .--dot-activity.--cita {
    background-color: #644AFC;
}
.tr_sidebar_info_lead .tr_lead_activity_dot .--dot-activity.--seguimiento {
    background-color: #0C6546;
}
.tr_sidebar_info_lead .tr_lead_activity_dot .--dot-activity.--nuevo {
    background-color: #42C0BE;
}
.tr_sidebar_info_lead .tr_lead_activity_dot .tr_lead_activity_dot_text {
    font-size: 12px;
    font-weight: 300;
    color: var(--tr-dark);
    opacity: 0.8;
    margin-bottom: 0;
}
.tr_sidebar_info_registration .tr_info_registration_title {
    font-family: 'Exo';
    font-size: 16px;
    font-weight: 700;
    color: var(--tr-dark);
    margin: 0 -30px 30px;
    padding: 0 30px 15px;
    border-bottom: 1px solid #EEEEEE;
}
.tr_sidebar_info_registration .tr_info_registration_content .tr_info_registration_data {
    margin-bottom: 20px;
}
.tr_sidebar_info_registration .tr_info_registration_content .tr_info_registration_data:last-child {
    margin-bottom: 0;
}
.tr_info_registration_content .tr_info_registration_data .tr_info_registration_data_label {
    font-size: 12px;
    font-weight: 400;
    color: var(--tr-dark);
    opacity: 0.5;
}
.tr_info_registration_content .tr_info_registration_data .tr_info_registration_data_value {
    font-size: 14px;
    font-weight: 400;
    color: var(--tr-dark);
}
.tr_info_registration_content .inmueble_value {
    gap: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}
.tr_info_registration_content .inmueble_value .inmueble_value_content_image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.tr_info_registration_content .inmueble_value .inmueble_value_text {
    font-size: 12px;
}
.tr_followup_line_activity .tr_activity_head {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.tr_activity_head .tr_filter_and_select {
    margin-top: 0;
}
.tr_activity_head .tr_filter_and_select .tr_activity_head_filter {
    align-items: flex-end;
}
.tr_activity_head .tr_filter_and_select .tr_activity_head_filter_label {
    font-size: 14px;
    font-weight: 400;
    color: var(--tr-dark);
    display: block;
    margin-bottom: 6px;
}
.tr_activity_head .tr_filter_and_select .tr_activity_head_filter_input {
    padding: 7px 14px;
    cursor: pointer;
}
.tr_activity_head .tr_filter_and_select .tr_activity_head_filter_btns {
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.tr_activity_upcoming {
    margin-bottom: 60px;
}
.tr_activity_upcoming .tr_activity_upcoming_label,
.tr_activity_treads .tr_activity_treads_label {
    font-family: 'Exo';
    font-size: 18px;
    font-weight: 700;
    color: var(--tr-dark);
    opacity: 0.8;
    margin-bottom: 15px;
}
.tr_followup_line_activity .tr_block_activity {
    position: relative;
    overflow: visible;
    background: var(--tr-white);
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    margin-bottom: 15px;
}
.tr_block_activity .tr_block_activity_head,
.tr_block_activity .tr_block_activity_head_row,
.tr_block_activity .tr_block_activity_head_type,
.tr_block_activity .tr_block_activity_head_date,
.tr_block_activity .tr_block_activity_head_arrow {
    display: flex;
    align-items: center;
}
.tr_block_activity .tr_block_activity_head {
    padding: 20px 20px;
    gap: 10px;
    border-bottom: 1px solid #EEEEEE;
    transition: all 450ms;
}
.tr_block_activity .tr_block_activity_head_arrow {
    cursor: pointer;
}
.tr_block_activity .tr_block_activity_head_arrow .material-symbols-outlined {
    transition: all 280ms;
}
.tr_block_activity .tr_block_activity_head_row {
    width: 100%;
    justify-content: space-between;
}
.tr_block_activity .tr_block_activity_head_type {
    gap: 10px;
}
.tr_block_activity_head_type .tr_block_activity_head_type_icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tr-white);
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    margin: 0 auto;
    transition: all 450ms;
}
.--cita .tr_block_activity_head_type .tr_block_activity_head_type_icon {
    background-color: rgba(101, 74, 252, 0.1);
}
.--cita .tr_block_activity_head_type .tr_block_activity_head_type_icon .material-symbols-outlined {
    color: #654afc;
    font-size: 18px;
}
.--mail .tr_block_activity_head_type .tr_block_activity_head_type_icon {
    background-color: rgba(23, 135, 255, 0.1);
}
.--mail .tr_block_activity_head_type .tr_block_activity_head_type_icon .material-symbols-outlined {
    color: #1786FF;
    font-size: 18px;
}
.--call .tr_block_activity_head_type .tr_block_activity_head_type_icon {
    background-color: rgba(245, 124, 38, 0.1);
}
.--call .tr_block_activity_head_type .tr_block_activity_head_type_icon .material-symbols-outlined {
    color: #F57D26;
    font-size: 18px;
}
.--message .tr_block_activity_head_type .tr_block_activity_head_type_icon {
    background-color: rgba(12, 101, 70, 0.1);
}
.--message .tr_block_activity_head_type .tr_block_activity_head_type_icon .material-symbols-outlined {
    color: #0C6546;
    font-size: 18px;
}
.tr_block_activity .tr_block_activity_head_type .tr_block_activity_head_type_label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--tr-dark);
}
.tr_block_activity .tr_block_activity_head_date {
    gap: 6px;
}
.tr_block_activity .tr_block_activity_head_date .tr_block_activity_head_date_label {
    font-size: 14px;
    color: var(--tr-black);
    opacity: 0.5;
    margin-bottom: 0;
}
.tr_block_activity .tr_block_activity_head_date .tr_block_activity_head_date_value {
    font-size: 14px;
    color: var(--tr-black);
    margin-bottom: 0;
}
.tr_block_activity .tr_block_activity_body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.tr_block_activity_body .tr_block_activity_information {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: all 450ms;
}
.tr_block_activity_body .tr_block_activity_information .tr_block_activity_information_check {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}
.tr_block_activity_body .tr_block_activity_information .tr_block_activity_information_check label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
}
.tr_block_activity_body .tr_block_activity_information .tr_block_activity_information_check label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}
.tr_block_activity_body .tr_block_activity_information .tr_block_activity_information_check input[type="checkbox"] {
    visibility: hidden;
}
.tr_block_activity_body .tr_block_activity_information .tr_block_activity_information_check input[type="checkbox"]:checked + label {
    background-color: #00D8CF;
    border-color: #00D8CF;
}
.tr_block_activity_body .tr_block_activity_information .tr_block_activity_information_check input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.tr_block_activity_body .tr_block_activity_information .tr_block_activity_information_info {
    display: flex;
    flex-direction: column;
    min-height: 28px;
    justify-content: center;
}
.tr_block_activity_information_info .tr_block_activity_information_info_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--tr-dark);
}
.--cita .tr_block_activity_information_info .tr_block_activity_information_info_title {
    font-size: 18px;
    margin-bottom: 4px;
}
.tr_block_activity_information_info .tr_block_activity_information_info_data {
    font-size: 14px;
    font-weight: 300;
    color: var(--tr-dark);
    opacity: 0.7;
}
.tr_block_activity_information_info .tr_block_activity_information_info_text {
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--tr-dark);
    opacity: 0.7;
}
.tr_block_activity_body .tr_block_activity_more_information {
    overflow: hidden;
    display: none;
    opacity: 0;
    padding-left: 43px;
    transition: all 450ms;
}
.tr_block_activity_body .tr_block_activity_more_information.--show {
    display: block;
    opacity: 1;
}
.tr_block_activity_body .tr_block_activity_more_information .tr_block_activity_more_information_row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}
.tr_block_activity_log {
    position: relative;
    overflow: visible;
    background: var(--tr-white);
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    margin-bottom: 15px;
}
.tr_block_activity_log .tr_block_activity_log_content,
.tr_block_activity_log .tr_block_activity_log_type,
.tr_block_activity_log .tr_block_activity_log_date {
    display: flex;
    align-items: center;
}
.tr_block_activity_log .tr_block_activity_log_content {
    justify-content: space-between;
    gap: 10px;
    padding: 20px 20px;
    transition: all 450ms;
}
.tr_block_activity_log .tr_block_activity_log_type {
    gap: 10px;
}
.tr_block_activity_log .tr_block_activity_log_type .tr_block_activity_log_type_icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(42, 115, 131, 0.1);
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    margin: 0 auto;
    transition: all 450ms;
}
.tr_block_activity_log_type .tr_block_activity_log_type_icon .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
    color: #2A7283;
    font-size: 22px;
}
.tr_block_activity_log_type .tr_block_activity_log_type_column .tr_block_activity_log_type_label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--tr-dark);
}
.tr_block_activity_log_type .tr_block_activity_log_type_column .tr_block_activity_log_type_user {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    color: var(--tr-dark);
    opacity: 0.7;
}
.tr_block_activity_log .tr_block_activity_log_date {
    gap: 15px;
}
.tr_block_activity_log .tr_block_activity_log_date .tr_block_activity_log_date_label {
    font-size: 14px;
    color: var(--tr-black);
    opacity: 0.5;
    margin-bottom: 0;
}
.tr_block_activity_log .tr_block_activity_log_date .tr_block_activity_log_date_value {
    font-size: 14px;
    color: var(--tr-black);
    margin-bottom: 0;
}
.tr_select_custom {
    position: relative;
    border-radius: 12px;
    padding: 12px 24px;
    border: 1px solid #EEEEEE;
    text-align: start;
}
.tr_select_custom .tr_block_activity_more_information_label {
    font-size: 12px;
    font-weight: 400;
    color: var(--tr-dark);
    opacity: 0.5;
    margin-bottom: 6px;
}
.tr_select_custom .tr_select_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tr_select_custom .tr_select_button .tr_selected_value,
.tr_popup_footer .tr_btns_wrap .tr_dropdown,
.tr_wrapper_select .tr_dropdown {
    font-size: 14px;
    font-weight: 400;
    color: var(--tr-dark);
}
.tr_select_custom .tr_select_button .tr_selected_value.--priority,
.tr_wrapper_select .tr_selected_value.--priority.--active {
    padding: 2px 14px;
    border-radius: 100px;
    color: var(--tr-white);
}
.tr_select_custom .tr_select_button .tr_selected_value.--priority.--alta,
.tr_wrapper_select .tr_selected_value.--priority.--alta {
    background-color: #EE5D5D;
}
.tr_select_custom .tr_select_button .tr_selected_value.--priority.--mediana,
.tr_wrapper_select .tr_selected_value.--priority.--mediana {
    background-color: #EDA25D;
}
.tr_select_custom .tr_select_button .tr_selected_value.--priority.--baja,
.tr_wrapper_select .tr_selected_value.--priority.--baja {
    background-color: #49AE2F;
}
.tr_select_custom .tr_select_button .material-symbols-outlined {
    transition: all 280ms;
}
.tr_select_custom .tr_select_dropdown,
.tr_status_lead_dropdown,
.tr_wrapper_select .tr_select_dropdown {
    position: absolute;
    overflow: hidden;
    right: 0;
    transform: translateY(16px);
    background: var(--tr-white);
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
}
.tr_status_lead_dropdown {
    right: 30px;
    transform: translateY(4px);
    cursor: pointer;
    pointer-events: all;
}
.tr_select_custom .tr_select_dropdown .tr_select_dropdown_item,
.tr_status_lead_dropdown .tr_select_dropdown_item,
.tr_wrapper_select .tr_select_dropdown_item {
    font-size: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid #EEEEEE;
    transition: all 450ms;
    margin-bottom: 0;
    cursor: pointer;
}
.tr_status_lead_dropdown .tr_select_dropdown_item.--declinado {
    background: #ff00001c;
    color: #bf3636;
}
.tr_select_custom .tr_select_dropdown .tr_select_dropdown_item span,
.tr_wrapper_select .tr_select_dropdown .tr_select_dropdown_item span {
    padding: 2px 14px;
    border-radius: 100px;
    color: var(--tr-white);
}
.tr_select_custom .tr_select_dropdown .tr_select_dropdown_item.--alta span,
.tr_wrapper_select .tr_select_dropdown .tr_select_dropdown_item.--alta span {
    background-color: #EE5D5D;
}
.tr_select_custom .tr_select_dropdown .tr_select_dropdown_item.--mediana span,
.tr_wrapper_select .tr_select_dropdown .tr_select_dropdown_item.--mediana span {
    background-color: #EDA25D;
}
.tr_select_custom .tr_select_dropdown .tr_select_dropdown_item.--baja span,
.tr_wrapper_select .tr_select_dropdown .tr_select_dropdown_item.--baja span {
    background-color: #49AE2F;
}
.tr_select_custom .tr_select_dropdown .tr_select_dropdown_item.--active,
.tr_status_lead_dropdown .tr_select_dropdown_item.--active,
.tr_wrapper_select .tr_select_dropdown_item.--active {
    background-color: #F2F2F2;
}
.tr_select_custom .tr_select_dropdown .tr_select_dropdown_item:hover,
.tr_status_lead_dropdown .tr_select_dropdown_item:hover,
.tr_wrapper_select .tr_select_dropdown_item:hover {
    background: #f8f8f8;
}
.tr_select_custom:hover {
    background: #f8f8f8;
    border: 1px solid #1b2d334d;
}
.tr_block_activity_more_information .tr_block_activity_more_information_reminder {
    min-width: 300px;
}
.tr_block_activity_more_information .tr_block_activity_more_information_priority {
    min-width: 180px;
}
.tr_select_dropdown.hidden {
    visibility: hidden;
    display: none;
}
.tr_block_activity_more_information_note {
    padding: 20px;
    background: #F2F2F2;
    border-radius: 12px;
}
.tr_block_activity_more_information_note .tr_block_activity_more_information_note_label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--tr-dark);
    opacity: 0.5;
    margin-bottom: 5px;
}
.tr_block_activity_more_information_note .tr_block_activity_more_information_note_text {
    font-size: 14px;
    font-weight: 400;
    color: var(--tr-dark);
    margin-bottom: 0;
}
.tr_activity_treads .tr_activity_treads_wrapper {
    padding-left: 50px;
}
.tr_activity_treads .tr_activity_treads_wrapper .tr_activity_treads_date {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    color: var(--tr-dark);
    opacity: 0.86;
}
.tr_activity_treads .tr_activity_treads_wrapper .tr_activity_treads_date>strong {
    font-weight: 500;
}
.tr_activity_treads .tr_activity_treads_wrapper .tr_activity_treads_date::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -50px;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    border: 2px solid var(--tr-white);
    background-color: #00D8CF;
    box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 10%);
}
.tr_activity_treads .tr_activity_treads_wrapper .tr_activity_treads_date::after {
    content: '';
    position: absolute;
    top: 36px;
    left: -38px;
    width: 2px;
    height: calc(100% + 15px);
    border-left: 2px dashed #B9BCBD;
    opacity: 0.4;
}
.tr_activity_treads .tr_activity_treads_wrapper .tr_block_activity::before {
    content: '';
    position: absolute;
    top: 24px;
    left: -49px;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    border: 6px solid #FAFBFB;
    background-color: #B9BCBD;
    z-index: 1;
}
.tr_activity_treads .tr_activity_treads_wrapper .tr_block_activity::after {
    content: '';
    position: absolute;
    top: 36px;
    left: -39px;
    width: 2px;
    height: calc(100% + 15px);
    border-left: 2px dashed #B9BCBD;
    opacity: 0.4;
}
.tr_activity_treads .tr_activity_treads_wrapper .tr_block_activity:last-child:after {
    content: unset;
}
.tr_followup_status_lead .tr_btn_primary {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 24px;
    justify-content: space-between;
}
.tr_status_lead_sidebar {
    padding: 30px;
    background: var(--tr-white);
    border: 1px solid #EEEEEE;
    border-radius: 20px;
}
.tr_status_lead {
    position: relative;
    margin: 0 -30px 20px;
    padding: 0 30px 40px;
    border-bottom: 1px solid #EEEEEE;
}
.tr_followup_status_lead .tr_status_lead_title,
.tr_status_timeline_head .tr_status_timeline_title {
    font-family: 'Exo';
    font-size: 20px;
    font-weight: 700;
    color: var(--tr-dark);
    margin-bottom: 30px;
}
.tr_followup_status_lead .tr_status_lead_select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 14px;
    border: 1px solid transparent;
    padding: 10px 20px;
}
.tr_ElementTable .tr_TextElement_C.--declinado,
.tr_followup_status_lead .tr_status_lead_select.--declinado,
.tr_popup_field_change_status_row .tr_status_lead_select.--declinado .tr_status_lead_value {
    background-color: #ff00001c;
    border: 1px solid #bf3636;
    color: #bf3636;
}
.tr_ElementTable .tr_TextElement_C.--cierre,
.tr_followup_status_lead .tr_status_lead_select.--cierre,
.tr_popup_field_change_status_row .tr_status_lead_select.--cierre .tr_status_lead_value {
    background-color: rgba(27, 46, 51, 0.1);
    border: 1px solid #1B2E33;
    color: #1B2E33;
}
.tr_ElementTable .tr_TextElement_C.--venta,
.tr_followup_status_lead .tr_status_lead_select.--venta,
.tr_popup_field_change_status_row .tr_status_lead_select.--venta .tr_status_lead_value {
    background-color: rgba(0, 109, 251, 0.1);
    border: 1px solid #006EFB;
    color: #006EFB;
}
.tr_ElementTable .tr_TextElement_C.--cita,
.tr_followup_status_lead .tr_status_lead_select.--cita,
.tr_popup_field_change_status_row .tr_status_lead_select.--cita .tr_status_lead_value {
    background-color: rgba(101, 74, 252, 0.1);
    border: 1px solid #644AFC;
    color: #644AFC;
}
.tr_ElementTable .tr_TextElement_C.--seguimiento,
.tr_followup_status_lead .tr_status_lead_select.--seguimiento,
.tr_popup_field_change_status_row .tr_status_lead_select.--seguimiento .tr_status_lead_value {
    background-color: rgba(12, 101, 70, 0.1);
    border: 1px solid #0C6546;
    color: #0C6546;
}
.tr_ElementTable .tr_TextElement_C.--nuevo,
.tr_followup_status_lead .tr_status_lead_select.--nuevo,
.tr_popup_field_change_status_row .tr_status_lead_select.--nuevo .tr_status_lead_value {
    background-color: rgba(66, 192, 190, 0.1);
    border: 1px solid #42C0BE;
    color: #42C0BE;
}
.tr_followup_status_lead .tr_status_lead_select .tr_status_lead_arrow {
    transition: all 280ms;
}
.tr_followup_status_lead .tr_status_lead_select .tr_status_lead_arrow.rotated {
    transform: rotate(90deg);
}
.tr_status_lead_dropdown.hidden {
    display: none;
    pointer-events: none;
}
.tr_status_timeline {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.tr_status_timeline .tr_status_timeline_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 450ms;
}
.tr_status_timeline .tr_status_timeline_head .tr_status_timeline_title {
    margin: 0;
}
.tr_status_timeline .tr_status_timeline_head .tr_status_timeline_icon {
    width: 30px;
    height: 30px;
    color: #848484;
    background-color: #f0f0f0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 430ms;
}
.tr_status_timeline .tr_status_timeline_head .tr_status_timeline_icon .material-symbols-outlined {
    font-size: 18px;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
    transition: all 280ms;
}
.tr_status_timeline_body {
    opacity: 0;
    display: none;
    overflow: hidden;
    transition: all 450ms;
}
.tr_status_timeline_body.--show {
    opacity: 1;
    display: block;
}
.tr_status_timeline_body .tr_status_timeline_item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.tr_status_timeline_body .tr_status_timeline_item .tr_status_timeline_item_label {
    display: block;
    width: 100%;
    padding: 14px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 16px;
    text-align: center;
    background-color: #EEEEEE;
    color: rgb(26 45 50 / 70%);
}
.tr_status_timeline_body .tr_status_timeline_item::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #B9BCBD;
}
.tr_status_timeline_body .tr_status_timeline_item.--active.--cierre::before {
    background-color: #1B2E33;
}
.tr_status_timeline_body .tr_status_timeline_item.--active.--venta::before {
    background-color: #006EFB;
}
.tr_status_timeline_body .tr_status_timeline_item.--active.--cita::before {
    background-color: #644AFC;
}
.tr_status_timeline_body .tr_status_timeline_item.--active.--seguimiento::before {
    background-color: #0C6546;
}
.tr_status_timeline_body .tr_status_timeline_item.--active.--nuevo::before {
    background-color: #42C0BE;
}
.tr_status_timeline_body .tr_status_timeline_item.--active.--cierre .tr_status_timeline_item_label {
    background-color: #1B2E33;
    color: var(--tr-white);
}
.tr_status_timeline_body .tr_status_timeline_item.--active.--venta .tr_status_timeline_item_label {
    background-color: #006EFB;
    color: var(--tr-white);
}
.tr_status_timeline_body .tr_status_timeline_item.--active.--cita .tr_status_timeline_item_label {
    background-color: #644AFC;
    color: var(--tr-white);
}
.tr_status_timeline_body .tr_status_timeline_item.--active.--seguimiento .tr_status_timeline_item_label {
    background-color: #0C6546;
    color: var(--tr-white);
}
.tr_status_timeline_body .tr_status_timeline_item.--active.--nuevo .tr_status_timeline_item_label {
    background-color: #42C0BE;
    color: var(--tr-white);
}
.tr_status_timeline_body .tr_status_timeline_item.--check .tr_status_timeline_item_label {
    background-color: rgb(0 216 207 / 12%);
    color: #00D8CF;
}
.tr_status_timeline_body .tr_status_timeline_item.--check::before {
    background-color: #00D8CF;
}
.tr_status_timeline_body .tr_status_timeline_item::after {
    content: '';
    position: absolute;
    top: 36px;
    left: 5px;
    width: 2px;
    height: 100%;
    background-color: #B9BCBD;
    opacity: 0.4;
}
.tr_status_timeline_body .tr_status_timeline_item.--nuevo::after {
    content: unset;
}

/* Pop Up - creating */
.tr_popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 350ms;
    padding-right: 30px;
}
.tr_popup.--show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.tr_popup_content {
    overflow: hidden;
    background: white;
    width: 640px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
}
.tr_popup_header {
    background: #2d3e4f;
    color: white;
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tr_popup_header .tr_popup_heade_label {
    font-weight: 400;
    font-size: 18px;
    color: var(--tr-white);
    margin-bottom: 0;
}
.tr_popup_close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 0;
}
.tr_popup_body {
    padding-top: 20px;
}
.tr_popup_body .tr_popup_field_change_status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 15px;
    border-bottom: 1px solid #EEEEEE;
}
.tr_popup_body .tr_popup_field_change_status label,
.tr_popup_field_communication .tr_popup_field_communication_label {
    font-size: 14px;
    font-weight: 400;
    color: var(--tr-dark);
}
.tr_popup_body .tr_popup_field_change_status .tr_status_lead_select {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tr_popup_body .tr_status_lead_select .tr_status_lead_value {
    padding: 10px 20px;
    border-radius: 100px;
}
.tr_popup_field_change_status_row .tr_status_lead_dropdown {
    right: 60px;
}
.tr_popup_field_change_status .tr_status_lead_select .tr_status_lead_arrow.rotated {
    transform: rotate(180deg);
}
.tr_popup_field_input_title .form-control {
    font-size: 14px;
    font-weight: 400;
    color: var(--tr-dark);
    padding: 20px 30px;
    border: unset;
    border-bottom: 1px solid #EEEEEE;
    border-radius: 0;
}
.tr_popup_field_input_title .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--tr-dark);
    opacity: 0.6;
}
.tr_popup_field_input_title .form-control:focus-visible,
.tr_popup_field_input_title .form-control:focus {
    outline: none;
    box-shadow: unset;
    border: unset;
    border-bottom: 1px solid #EEEEEE;
}
.tr_popup_field_date_hours {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #EEEEEE;
}
.tr_popup_field_date_hours .material-symbols-outlined {
    font-size: 24px;
    color: var(--tr-dark);
}
.tr_popup_field_date_hours .tr_datetime_picker {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
}
.tr_popup_field_date_hours .tr_datetime_picker .tr_selected_date {
    width: 184px;
}
.tr_popup_field_date_hours .tr_datetime_picker .tr_selected_date,
.tr_popup_field_date_hours .tr_datetime_picker .tr_picker_time_box {
    font-size: 14px;
    border: unset;
    padding: 6px 12px;
    border-radius: 8px;
    background: #F2F2F2;
}
.tr_popup_field_date_hours .tr_datetime_picker .tr_picker_time_box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tr_popup_field_date_hours .tr_datetime_picker .tr_picker_time_box .tr_selected_time {
    width: 70px;
    background: unset;
    border: unset;
    text-align: center;
}
.tr_popup_field_date_hours .tr_datetime_picker .tr_selected_date:focus,
.tr_popup_field_date_hours .tr_datetime_picker .tr_selected_date:focus-visible,
.tr_popup_field_date_hours .tr_datetime_picker .tr_picker_time_box .tr_selected_time:focus,
.tr_popup_field_date_hours .tr_datetime_picker .tr_picker_time_box .tr_selected_time:focus-visible {
    outline: none;
}
.tr_popup_field_note .form-control {
    font-size: 14px;
    font-weight: 300;
    color: var(--tr-dark);
    padding: 20px 30px;
    border: unset;
    border-bottom: 1px solid #EEEEEE;
    border-radius: 0;
    min-height: 185px;
    max-height: 185px;
    resize: none;
}
.tr_popup_field_note.--last .form-control {
    min-height: auto;
    max-height: min-content;
    background-color: #F2F2F2;
}
.tr_popup_field_note .form-control::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: var(--tr-dark);
}
.tr_popup_field_note .form-control:focus-visible,
.tr_popup_field_note .form-control:focus {
    outline: none;
    box-shadow: unset;
    border: unset;
    border-bottom: 1px solid #EEEEEE;
}
.tr_popup_field_communication {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #EEEEEE;
}
.tr_popup_field_communication .tr_wrapper_select .tr_select_dropdown {
    bottom: unset;
    top: 15px;
    left: unset;
}
.tr_popup_footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}
.tr_popup_footer .tr_btns_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.tr_popup_footer .tr_btns_wrap .tr_dropdown,
.tr_wrapper_select .tr_dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
}
.tr_wrapper_select .tr_dropdown .material-symbols-outlined.rotated {
    transform: rotate(180deg);
}
.tr_popup_footer .tr_btns_wrap .--line {
    color: #B9BCBD;
}
.tr_popup_footer .tr_wrapper_select,
.tr_wrapper_select {
    position: relative;
}
.tr_wrapper_select .tr_select_dropdown {
    bottom: 50px;
    left: 0;
    width: max-content;
    box-shadow: 2px 0 12px -2px rgb(0 0 0 / 10%);
}
.tr_button_primary {
    font-size: 14px;
    color: var(--tr-white);
    padding: 14px 28px;
    border-radius: 100px;
    cursor: pointer;
    border: none;
    transition: all 430ms;
}
.tr_button_primary.--cita {
    background: #7b5efc;
}
.tr_button_primary.--cita:hover {
    background: #462dd2;
    color: var(--tr-white);
}
.tr_button_primary.--seguimiento {
    background: #0C6546;
}
.tr_button_primary.--seguimiento:hover {
    background: #074831;
    color: var(--tr-white);
}

.select2-container {
    width: 100% !important;
}

.form-group .select2-container .select2-selection--multiple .select2-selection__choice{
    background-color: #fff;
    border: 1px solid  var(--tr-blue);
    color:  var(--tr-blue);
}

.form-group .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color:  var(--tr-blue);
}

/* * * * * * * * news modals * * * * * * * */

/* modal models */
#estatesModal .modal-dialog {
    max-width: 1000px;
    width: 100%;
}
#estatesModal .modal-content,
#sidebarModels .modal-content {
    border-radius: 20px;
}
#estatesModal .btn-close,
#sidebarModels .btn-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 20px;
    height: 20px;
    color: var(--tr-black);
    background-color: #1b2e332b;
    border-radius: 100px;
    font-size: 10px;
}
#estatesModal .container-fluid .card {
    height: 175px;
    border-radius: 20px;
    cursor: pointer;
    background: rgb(8 84 197 / 5%);
    opacity: 0.86;
    transition: all 350ms;
}
#estatesModal .container-fluid .card:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
    border-color: var(--tr-bg-blue);
    opacity: 1;
}
#estatesModal .text-material {
    font-size: 14px;
    margin: 10px 0;
}
#estatesModal .container-fluid  .card-body{
    margin: 0;
}
#estatesModal .icon-material {
    text-align: center;
    position: relative;
}
#estatesModal .icon-material span{
    color: #0d6efd;
    font-size: 70px;
    text-align: center;
    margin-top: 20px;
    /* margin-left: 15px; */
}
#estatesModal .open_new {
    position: absolute;
    right: 16px;
    color: #919191;
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 100;
    visibility: hidden;
}
/* .icon-material:after{
    content: " ";
    background-color: #0f6ff812;
    top: 12%;
    left: 20%;
    padding: 10px;
    width: 80px;
    position: absolute;
    z-index: 99;
    height: 80px;
    border-radius: 100px;
} */

/* modal followme */
#sidebarModels .inmueble_value {
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    border: 1px solid transparent;
}
#sidebarModels.--show .inmueble_value {
    animation-name: fadeInRight;
}
#sidebarModels .inmueble_value:nth-child(2) {
    animation-delay: .1s;
}
#sidebarModels .inmueble_value:nth-child(3) {
    animation-delay: .2s;
}
#sidebarModels .inmueble_value:nth-child(4) {
    animation-delay: .3s;
}
#sidebarModels .inmueble_value:nth-child(5) {
    animation-delay: .4s;
}
#sidebarModels .inmueble_value:nth-child(6) {
    animation-delay: .5s;
}
#sidebarModels .inmueble_value:nth-child(7) {
    animation-delay: .6s;
}
#sidebarModels .inmueble_value:nth-child(8) {
    animation-delay: .7s;
}
#sidebarModels .inmueble_value:nth-child(9) {
    animation-delay: .8s;
}
#sidebarModels .inmueble_value:nth-child(10) {
    animation-delay: .9s;
}
#sidebarModels .inmueble_value:hover {
    border-color: var(--tr-blue);
}
#sidebarModels .inmueble_value:first-child {
    margin-top: 0;
}
#sidebarModels .inmueble_value .inmueble_value_content_image {
    width: 160px;
    height: 110px;
}
#sidebarModels .inmueble_value .inmueble_value_content_image .inmueble_value_image {
    scale: 1;
    transition: all 350ms;
}
#sidebarModels .inmueble_value:hover .inmueble_value_content_image .inmueble_value_image {
    scale: 1.2;
}
#sidebarModels .inmueble_value .inmueble_value_text .value_status {
    display: flex;
    font-size: 10px;
    font-weight: 400;
    color: var(--tr-dark);
    margin-bottom: 10px;
    align-items: center;
    gap: 6px;
}
#sidebarModels .inmueble_value .inmueble_value_text .dot-status {
    position: relative;
    display: inline-block;
    font-size: 8px;
    font-weight: 500;
    color: var(--tr-white);
    padding: 4px 8px;
    border-radius: 100px;
}
#sidebarModels .inmueble_value .inmueble_value_text .dot-status.--cierre {
    background-color: #1B2E33;
}
#sidebarModels .inmueble_value .inmueble_value_text .dot-status.--venta {
    background-color: #006EFB;
}
#sidebarModels .inmueble_value .inmueble_value_text .dot-status.--cita {
    background-color: #644AFC;
}
#sidebarModels .inmueble_value .inmueble_value_text .dot-status.--seguimiento {
    background-color: #0C6546;
}
#sidebarModels .inmueble_value .inmueble_value_text .dot-status.--nuevo {
    background-color: #42C0BE;
}
#sidebarModels .inmueble_value .inmueble_value_text .value_link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-style: normal;
    color: var(--tr-dark);
    margin-top: 6px;
    opacity: 0.55;
}
#sidebarModels .inmueble_value .inmueble_value_text .value_link .material-symbols-outlined {
    font-size: 12px;
    font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;
    text-decoration: none;
}
#sidebarModels .notmore-inmuebles {
    color: var(--tr-dark);
    margin-bottom: 0;
    opacity: 0.5;
    transition: all 450ms;
}

#uploadImageButton .dz-preview, #uploadRealEstateImage .dz-preview{
    display: none;
}

/* * * * * * * * Payment * * * * * * * */
.tr_main_payment {
    padding-top: 110px;
}

.tr_content_payment .tr_item_form_payment {
    overflow: hidden;
    background: #ffffff;
    padding: 25px 22px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    max-height: 100%;
    height: auto;
    transition: all 400ms;
    border: 2px solid transparent;
}

.tr_main_payment .tr_title_alta {
    font-size: 18px;
    font-weight: 600;
    color: var(--tr-dark);
    margin-bottom: 16px;
}
.tr_content_payment .tr_item_form_payment .tr_title_data {
    font-weight: 600;
    color: var(--tr-black);
    font-family: 'Exo';
    text-transform: capitalize;
    margin-bottom: 18px;
}
.tr_main_payment label {
    font-size: 13px;
    color: #1b2e33;
    font-weight: 600;
}

.tr_content_payment .tr_item_form_payment .form-select,
.tr_content_payment .tr_item_form_payment .form-control {
    position: relative;
    min-height: 42px;
    font-size: 13px;
    color: #1A2D32;
    border: 1px solid rgb(108 117 125 / 20%);
    padding: 12px 20px;
    padding-right: 60px;
    border-radius: 10px;
    pointer-events: all;
}

.tr_content_payment .tr_item_form_payment .tr_row_data {
    gap: 16px 0px;
}

.tr_content_payment .tr_item_form_payment .input-container .material-symbols-outlined {
    position: absolute;
    right: 20px;
    font-weight: 300;
    top: 24px;
    font-size: 22px;
    transform: translateY(-50%);
    color: var(--tr-dark);
    transition: all 380ms;
}

.tr_content_payment .tr_item_form_payment .input-container {
    position: relative;
}

.tr_content_payment .tr_item_form_payment .form-select:focus,
.tr_content_payment .tr_item_form_payment .form-control:focus {
    border-color: var(--tr-bg-blue);
}

.tr_content_payment .tr--card ~ .tr--card{
    margin-top: 30px;
}

.tr_content_payment .tr--card {
    margin-right: 20px;
}

.tr_content_payment .tr_date_payment {
    position: sticky;
    top: 110px;
    background: white;
    border-radius: 14px;
    border: 1px solid #E4E4E4;
    padding: 30px;
    overflow: hidden;
}

.tr_content_payment .tr_date_payment h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.tr_content_payment .tr_date_payment .tr_list_date_payment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin: 30px 0;
}

.tr_content_payment .tr_date_payment .tr_list_date_payment p {
    margin: 0;
    text-align: end;
    font-size: 12px;
    font-weight: 600;
}

.tr_content_payment .tr_date_payment .tr_list_date_payment span {
    color: #6C757D;
    font-size: 14px;
    font-weight: 300;
}

.tr_content_payment .tr_date_payment .tr_list_date_payment span.tr-payment-tiny-text {
    font-size: 10px;
    padding-left: 16px;
}

.tr_content_payment .tr_date_payment .tr_list_date_payment p.tr-opacity-price {
    opacity: 0.6;
}

.tr_content_payment .tr_date_payment .tr__leyend {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 10px;
    color: #6C757D;
    margin-bottom: 30px;
}

.tr_content_payment .tr_date_payment .tr__leyend span {
    font-weight: 300;
}

.block {
    display: block !important;
}
.block b {
    font-weight: 600;
}

.tr_content_payment .tr_date_payment .tr_btn_primary.blue {
    width: 100%;
    justify-content: center;
    font-weight: 300;
}

.tr_content_payment .tr_date_payment .space {
    background: #E4E4E4;
    width: 130%;
    height: 1px;
    margin: 30px 0;
    position: relative;
    left: -50px;
}
.width-fit {
    width: fit-content;
}

/* * * * * * * * Membership * * * * * * * */
.tr_account_links,
.tr_membership_card_plan_options {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tr_account_links .tr_link_account {
    margin-bottom: 8px;
}
.tr_account_btn {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0.5;
    font-weight: 500;
    border-radius: 8px;
    color: var(--tr-dark);
    background-color: #1b2e3300;
    transition: all 450ms;
    margin-bottom: 0px;
    cursor: pointer;
}
.tr_account_btn:hover {
    opacity: 1;
    background-color: #1b2e330f;
}
.tr_account_btn.active {
    opacity: 1;
}
.tr_account_btn .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}
.tr_membership_card {
    overflow: hidden;
    background-color: var(--tr-white);
    border-radius: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tr_membership_card_plan {
    padding: 20px 24px;
}
.tr_color_line {
    background: #42C0BE;
    background: #6BCDE4;
    width: 100%;
    height: 5px;
}
.tr_membership_card_plan .tr_naming_plan {
    font-family: 'Exo';
    font-size: 20px;
    font-weight: 600;
    color: var(--tr-dark);
    margin-bottom: 4px;
}
.tr_membership_card_plan .tr_benefist_plan {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.6);
}
.tr_membership_card_plan .tr_date_suscription {
    display: inline-block;
    font-size: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #5858580d;
    color: var(--tr-dark);
}
.tr_membership_card_plan_options {
    padding: 0 24px 16px;
}
.tr_membership_card_plan_options .tr_membership_card_plan_options_item {
    padding: 10px 0;
    border-top: 1.5px solid rgba(128, 128, 128, 0.2);
}
.tr_membership_card_plan_options .tr_membership_card_plan_options_item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1b2e3300;
    transition: all 450ms;
    border-radius: 6px;
    padding: 10px 14px;
    cursor: pointer;
}
.tr_membership_card_plan_options .tr_membership_card_plan_options_item>a:hover {
    background-color: #1b2e330f;
}
.tr_membership_card_plan_options .tr_membership_card_plan_options_item>a>.link-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--tr-dark);
}
.tr_membership_cancel {
    padding: 12px;
    display: block;
    width: 100%;
    color: #bd6262;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.2);
    background-color: #1b2e3300;
    transition: all 450ms;
}
.tr_membership_cancel:hover {
    background-color: #1b2e330f;
}


/* * * * * * * * init layout * * * * * * * */
.tr-header {
    position: fixed;
    width: 100%;
    padding: 20px 0 10px;
    padding: 15px 0;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: saturate(100%) blur(15px);
    border-bottom: 1px solid #0000001a;
    z-index: 99;
    transition: all 400ms ease-in-out;
}
.tr-header .tr-header-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tr-header .tr-header-flex .cont-logo {
    width: 120px;
}
.tr-header .tr-header-flex .cont-logo>svg {
    width: 100%;
}
.tr-init-padding {
    padding: 120px 30px 30px;
}
.tr-init-padding .tr_content_form_property {
    max-width: 800px;
    margin: 40px auto 0;
}


/* * * * * * * * graphics * * * * * * * */
.tr-flex-graphics {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100% !important;
    height: 100%;
    margin-top: 40px;
    /* gap: 10px; */
}
.tr-flex-graphics .tr-graphic-content {
    background: #fff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 2%);
    border-radius: 20px;
    border: 2px solid #F0F0F0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    margin-bottom: 15px;
    gap: 15px;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head,
.expandedView .tr-modal-expanded-head {
    position: relative;
    padding: 20px;
    background: #F8F9F9;
    border-bottom: 2px solid #F0F0F0;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-row-content,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-row,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row .tr-graphic-head-row {
    display: flex;
    align-items: center;
    gap: 16px;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-column .tr-graphic-label,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row .tr-graphic-head-column .tr-graphic-label {
    font-family: 'Exo';
    font-size: 18px;
    font-weight: 700;
    color: var(--tr-dark);
    margin-bottom: 0;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-column .tr-graphic-sublabel,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row .tr-graphic-head-column .tr-graphic-sublabel {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 0;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-row .input-group,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row .input-group {
    border-radius: 10px;
    border: 1px solid rgb(55 58 54 / 30%);
    background: var(--tr-white);
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-row .input-group .form-select,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row  .form-select {
    font-size: 14px;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-row .input-group .input-group-text,
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-row .input-group .form-select,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row .input-group-text,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row .form-select {
    background-color: transparent;
    border: unset;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-row .input-group .form-select:focus,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row  .form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-row .input-group .form-select:focus-visible,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row  .form-select:focus-visible {
    outline: unset;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-row .input-group .input-group-text,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row .input-group-text {
    padding-right: 0;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .tr-graphic-head-row .input-group .input-group-text .material-symbols-outlined,
.expandedView .tr-modal-expanded-head .tr-modal-expanded-head-row .input-group-text .material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .expanded_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    padding: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    background-color: rgba(26, 45, 50, 0.14);
    transition: background 0.3s;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .expanded_btn .material-symbols-outlined {
    color: var(--tr-dark);
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .expanded_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 88%;
    transform: translateY(-50%) translateX(20px);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent var(--tr-dark);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.4s;
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .expanded_btn::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 50%;
    right: 120%;
    transform: translateY(-50%) translateX(20px);
    background-color: var(--tr-dark);
    color: white;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.4s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .expanded_btn:hover:before,
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-head .expanded_btn:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}
.tr-flex-graphics .tr-graphic-content .tr-graphic-content-body {
    width: 100%;
    height: 100%;
    padding: 20px;
}
.tr-graphic-content .apexcharts-legend-marker {
    border-radius: 50% !important;
}
.expandedView .custom-modal-size {
    width: 80%;
    max-width: 80%;
    height: 80%;
    max-height: 80%;
}
.expandedView .modal-body {
    padding: 0;
}
.expandedView .custom-modal-size .modal-content {
    height: auto;
    overflow: hidden;
    border-radius: 20px;
}
.expandedView .custom-modal-size .modal-content .btn-close {
    padding: 14px;
    font-size: 14px;
    color: var(--tr-dark);
    flex-shrink: 0;
    border-radius: 100px;
    background-color: rgba(55, 58, 54, 0.1);
    transition: all 0.3s;
    cursor: pointer;
    pointer-events: all;
    z-index: 99;
}
#expandedView .modal-content {
    max-height: calc(100vh - 60px);
}
#modalGraph {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 460px;
    max-height: calc(100vh - 90px);
    overflow: auto;
    padding: 20px;
}

/* Dejar siempre al final del css */
/* * * * * * * * Invalidate * * * * * * * */
.tr_sidebaroptions .form-group .form-control.is-invalid,
.tr_sidebaroptions .form-group .form-select.is-invalid,
.tr_sidebaroptions .form-control.is-invalid,
.tr_sidebaroptions .form-select.is-invalid,
.tr_content_form_property .tr_item_property .form-control.is-invalid,
.tr_content_form_property .tr_item_property .form-select.is-invalid,
form .form-select.is-invalid,
form .form-control.is-invalid {
    border: 1px solid #dc3545;
    background-color: #fffafa;
}

.tr_sidebaroptions .form-group .validation-message,
.tr_sidebaroptions .validation-message,
.tr_content_form_property .tr_item_property .validation-message,
.tr_content_payment .tr_item_form_payment .validation-message {
    padding-top: 6px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #dc3545;
}

form .form-select.is-invalid:focus,
form .form-control.is-invalid:focus {
    border-color: #dc3545 !important;
}

.tr_content_form_property .tr_item_property .form-control.is-invalid ~ .material-symbols-outlined,
form .form-control.is-invalid ~ .material-symbols-outlined {
    top: 24px !important;
    right: 30px !important;
}

.tr_content_form_property .tr_item_property .tr_state_forms {
    position: relative;
}

.tr_content_form_property .tr_item_property .tr_state_forms .validation-message {
    position: absolute;
    bottom: -25px;
}

/* modal congrants */
.tr-congratulation .modal-content {
    overflow: hidden;
}
.tr-shape-modal {
    position: absolute;
    height: 100%;
    top: 0px;
    right: -30px;
}
.tr-shape-modal>img {
    width: 100%;
    height: 100%;
}
.tr-congratulation .modal-content {
    border-radius: 20px;
}
.tr-congratulation .modal-body {
    padding: 30px;
}
.tr-congratulation .tr-congratulation-title {
    font-family: 'Exo', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: var(--tr-dark);
    margin-bottom: 30px;
}
.tr-congratulation .modal-footer {
    padding-right: 30px;
    padding-left: 30px;
}
.tr-congratulation .tr_btn_primary {
    padding-left: 40px;
    padding-right: 40px;
}
.showMovil,
#tr-bsoverlay {
    display: none;
}

#tawkchat-minified,
#tawkchat-container,
.tawk-min-container,
iframe[title="chat widget"] {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}