.nueva-sala-trading-en-vivo-wrapper {
    all: initial;
    display: block;
    width: 100%;
    overflow-x: auto;
    font-family: 'SF Pro Text', 'Inter', sans-serif;
    background-color: #f9fafb;
}

.nueva-sala-trading-en-vivo-wrapper * {
    box-sizing: border-box;
}

.sala-en-vivo-pantalla-comple {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    color: #0a0a0a;
    font-family: 'SF Pro Text';
}

.income-expense-container-parent {
    position: absolute;
    top: 112px;
    right: 2.222vw;
    width: 30.625vw;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    isolation: isolate;
    gap: 24px;
}

.income-expense-container {
    align-self: stretch;
    flex: 0.45 1 0;
    box-shadow: 0px 2px 8px -1px rgba(10, 15, 31, 0.04), 0px 1px 2px rgba(10, 15, 31, 0.06);
    border-radius: 12px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    z-index: 0;
}

.messages-unread-message {
    width: 100%;
    flex: 1;
    min-height: 0;
    box-shadow: 0px 4px 40px rgba(10, 15, 31, 0.06), 0px 2px 4px rgba(10, 15, 31, 0.05);
    border-radius: 10.8px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 48px 0px 0px;
    position: relative;
    isolation: isolate;
    gap: 0px;
}

.background-chat-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    z-index: 0;
    flex-shrink: 0;
}

.chat {
    align-self: stretch;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0px 0px 8px;
    z-index: 1;
    font-size: 15.8px;
    position: relative;
}

.date {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0px 1px;
    text-align: center;
    font-size: 12px;
}

.baloon {
    border-radius: 8px;
    background-color: #fff;
    border: 0.7px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 14px;
    min-width: 100px;
}

.today {
    flex: 1;
    position: relative;
    font-weight: 600;
}

.group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.message-bubble {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 16px 0px 8px;
}

.avatar-bubble {
    display: flex;
    align-items: flex-end;
    padding: 0px 0px 0px 8px;
}

.bubble {
    border-radius: 12px;
    background-color: #fff;
    border: 0.7px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5.5px 10px 6.5px;
    position: relative;
    isolation: isolate;
    gap: 2px;
    min-width: 88px;
    max-width: 287px;
}

.message-padding {
    display: flex;
    align-items: flex-start;
    z-index: 0;
    flex-shrink: 0;
}

.message {
    position: relative;
    letter-spacing: -0.01em;
    line-height: 21px;
    display: inline-block;
    max-width: 267px;
}

.side-padding {
    height: 21px;
    width: 43px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.time {
    margin: 0 !important;
    position: absolute;
    right: 8.01px;
    bottom: 2.9px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2px 3px 2px 0px;
    z-index: 1;
    flex-shrink: 0;
    text-align: right;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}

.time2 {
    position: relative;
    letter-spacing: 0.05em;
}

.message-bubble2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px 16px;
}

.bubble2 {
    border-radius: 12px;
    background-color: #d0fecf;
    border: 0.7px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5.5px 10px 6.5px;
    position: relative;
    isolation: isolate;
    gap: 2px;
    min-width: 88px;
    max-width: 287px;
}

.tail {
    width: 15px;
    height: 18px;
    position: absolute;
    margin: 0 !important;
    right: -7.6px;
    bottom: -0.1px;
    z-index: 0;
    flex-shrink: 0;
}

.tail-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 18px;
    flex-shrink: 0;
}

.message-padding2 {
    display: flex;
    align-items: flex-start;
    z-index: 1;
    flex-shrink: 0;
}

.side-padding2 {
    align-self: stretch;
    width: 60px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.time3 {
    margin: 0 !important;
    position: absolute;
    right: 8.01px;
    bottom: 2.9px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    z-index: 2;
    flex-shrink: 0;
    text-align: right;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}

.check-mark {
    height: 17px;
    width: 17px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.ico-icon {
    position: absolute;
    top: 3.58px;
    left: 0.78px;
    width: 14.2px;
    height: 9.1px;
}

.unread-messages {
    align-self: stretch;
    box-shadow: 0px 0.6600000262260437px 0px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.35);
    border-top: 0.7px solid rgba(255, 255, 255, 0.35);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.5px 0px 7.5px;
    font-size: 14.2px;
}

.label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.div {
    position: relative;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.multiple {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s {
    position: relative;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-left: -1.2px;
}

.group2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.3px;
}

.tail2 {
    width: 15px;
    height: 18px;
    position: absolute;
    margin: 0 !important;
    bottom: -0.1px;
    left: 7.5px;
    transform: rotate(180deg);
    transform-origin: 0 0;
    z-index: 0;
    flex-shrink: 0;
}

.tail-icon3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 18px;
    transform: rotate(-180deg);
    flex-shrink: 0;
}

.padding {
    align-self: stretch;
    height: 15px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 2;
}

.time5 {
    margin: 0 !important;
    position: absolute;
    right: 8.01px;
    bottom: 2.9px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2px 3px 2px 0px;
    z-index: 3;
    flex-shrink: 0;
    text-align: right;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}

.message-bubble4 {
    width: 393px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 16px;
    box-sizing: border-box;
}

.bubble4 {
    width: 41.3px;
    height: 32.3px;
    border-radius: 12px;
    background-color: #fff;
    border: 0.7px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3.5px 6px;
    position: relative;
    isolation: isolate;
    gap: 2px;
}

.type {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px 0px;
    z-index: 1;
    flex-shrink: 0;
}

.ico-icon2 {
    width: 22.5px;
    height: 5.5px;
    position: relative;
}

.input-bar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    isolation: isolate;
    z-index: 2;
    flex-shrink: 0;
}

.bkg {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    backdrop-filter: blur(50px);
    background-color: rgba(245, 242, 235, 0.8);
    z-index: 0;
}

.input-bar2 {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 5.5px 9px 5.5px 7px;
    gap: 8px;
    z-index: 1;
}

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

.ico-32-plus-icon {
    height: 32px;
    width: 32px;
    position: relative;
    object-fit: cover;
}

.input {
    flex: 1;
    border-radius: 15px;
    background-color: #fff;
    border: 0.3px solid #b2b2b2;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 3px 9px 2px 10px;
    gap: 16px;
}

.input-text {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 0px 0px 3px;
}

.input2 {
    flex: 1;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 21px;
    display: inline-block;
    max-height: 105px;
}

.ico-24-sticker-icon {
    height: 24px;
    width: 24px;
    position: relative;
}

.icons {
    display: flex;
    align-items: flex-start;
    padding: 0px 0px 0px 6px;
    gap: 7px;
}

.home-indicator {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px 0px 8px;
    z-index: 2;
}

.home-indicator2 {
    width: 140px;
    height: 5px;
    position: relative;
    border-radius: 100px;
    background-color: #0a0a0a;
}

.top-contact {
    width: 100%;
    height: 48px;
    margin: 0 !important;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 4px 22px 4px 0px;
    box-sizing: border-box;
    isolation: isolate;
    z-index: 3;
    flex-shrink: 0;
}

.bkg2 {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    backdrop-filter: blur(50px);
    background-color: rgba(245, 242, 235, 0.8);
    z-index: 0;
    flex-shrink: 0;
}

.contacts {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 19px;
    z-index: 1;
    flex-shrink: 0;
}

.info {
    width: 272px;
    display: flex;
    align-items: center;
}

.ico-32-chevron-lt-icon {
    height: 32px;
    width: 32px;
    position: relative;
}

.unread-chat {
    align-self: stretch;
    width: 31px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0px 4px 0px 0px;
    box-sizing: border-box;
    margin-left: -1px;
    position: relative;
}

.contact {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: -1px;
    position: relative;
}

.photo-icon {
    height: 36px;
    width: 36px;
    position: relative;
    border-radius: 18px;
    object-fit: cover;
}

.text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.name {
    align-self: stretch;
    display: flex;
    align-items: center;
}

.name2 {
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 145px;
}

.call {
    display: flex;
    align-items: flex-start;
    padding: 0px 0px 2px;
    gap: 16px;
}

.icondrag-indicator,
.icondrag-indicator3 {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    z-index: 10;
    cursor: row-resize;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icondrag-indicator2 {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    border-radius: 4px;
    z-index: 10;
    cursor: col-resize;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.income-expense-container2 {
    align-self: stretch;
    flex: 0.55 1 0;
    box-shadow: 0px 2px 8px -1px rgba(10, 15, 31, 0.04), 0px 1px 2px rgba(10, 15, 31, 0.06);
    border-radius: 12px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 12px;
    z-index: 3;
    color: #111827;
    font-family: 'Hanken Grotesk';
}

.nstev-feed-scroll {
    align-self: stretch;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
}

.nstev-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nstev-lightbox.open {
    display: flex;
}

.nstev-lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
}

.nstev-lightbox .nstev-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    font-family: sans-serif;
}

.nstev-lightbox .nstev-lightbox-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    font-family: 'Hanken Grotesk', sans-serif;
    text-align: center;
    max-width: 80%;
}

.ftitle {
    align-self: stretch;
    position: relative;
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    flex-shrink: 0;
}

.feed-card {
    align-self: stretch;
    box-shadow: 0px 4px 40px rgba(10, 15, 31, 0.06), 0px 2px 4px rgba(10, 15, 31, 0.05);
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    flex-shrink: 0;
}

.ftitle-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.ftitle2 {
    align-self: stretch;
    position: relative;
    line-height: 24px;
    font-weight: 500;
}

.fex {
    align-self: stretch;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #4b5563;
}

.fthumb-icon {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    border-radius: 8px;
    object-fit: cover;
}

.income-expense-container-group {
    position: absolute;
    top: 112px;
    left: 1.667vw;
    right: 34.514vw;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-size: 14px;
    color: #4b5563;
    font-family: 'Hanken Grotesk';
}

.income-expense-container3 {
    align-self: stretch;
    flex: 0.5 1 0%;
    box-shadow: 0px 2px 8px -1px rgba(10, 15, 31, 0.04), 0px 1px 2px rgba(10, 15, 31, 0.06);
    border-radius: 12px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    min-height: 0;
}

.tab-parent {
    align-self: stretch;
    box-shadow: 0px 4px 40px rgba(10, 15, 31, 0.06), 0px 2px 4px rgba(10, 15, 31, 0.05);
    border-radius: 10.8px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0px;
    gap: 12px;
    min-height: 0;
    flex: 1;
}

.tab {
    display: flex;
    align-items: center;
    padding: 0px 24px;
}

.tabitem {
    border-bottom: 2px solid #1a47c7;
    display: flex;
    align-items: center;
    padding: 8px;
    color: #1a47c7;
}

.label2 {
    position: relative;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tabitem2 {
    display: flex;
    align-items: center;
    padding: 8px;
}

.divider-icon {
    align-self: stretch;
    height: 1px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.table-toolbar-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 24px;
    gap: 8px;
    color: #6b7280;
    flex: 1;
    min-height: 0;
}

.table-toolbar {
    align-self: stretch;
    height: 56px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 0px;
    box-sizing: border-box;
    gap: 12px;
}

.operaciones-parent {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #111827;
}

.operaciones {
    position: relative;
    line-height: 24px;
    font-weight: 500;
}

.frame-child {
    height: 4px;
    width: 4px;
    position: relative;
    border-radius: 50%;
    background-color: #4b5563;
}

.de-julio-de {
    position: relative;
    line-height: 24px;
    font-weight: 500;
    color: #6b7280;
}

.searchbar {
    align-self: stretch;
    flex: 1;
    border-radius: 8px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    gap: 8px;
}

.search-icon {
    height: 16px;
    width: 16px;
    position: relative;
}

.value {
    flex: 1;
    position: relative;
    line-height: 20px;
}

.select {
    flex: 1.1061;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.field {
    align-self: stretch;
    height: 40px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    gap: 8px;
}

.chevron-icon {
    height: 14px;
    width: 14px;
    position: relative;
}

.datatable {
    align-self: stretch;
    width: 100%;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #4b5563;
    font-family: 'IBM Plex Mono';
    flex: 1;
    min-height: 0;
}

.trades-header-full>div,
.trades-row-full>div,
.trades-row-full2>div,
.trades-row-full3>div {
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trades-header-full {
    min-width: 100%;
    background-color: #f9fafb;
    border-bottom: 1px solid #d1d5db;
    display: flex;
    align-items: center;
    padding: 0px 8px;
    gap: 12px;
    flex-shrink: 0;
    font-family: 'Hanken Grotesk';
}

.h-sym {
    width: 150px;
    display: flex;
    align-items: center;
    padding: 11px 4px;
    box-sizing: border-box;
}

.val {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.h-fecha {
    width: 130px;
    display: flex;
    align-items: center;
    padding: 11px 4px;
    box-sizing: border-box;
    gap: 6px;
    color: #1a47c7;
}

.h-tipo {
    width: 76px;
    display: flex;
    align-items: center;
    padding: 11px 4px;
    box-sizing: border-box;
}

.h-veh {
    width: 96px;
    display: flex;
    align-items: center;
    padding: 11px 4px;
    box-sizing: border-box;
}

.h-ent {
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 11px 4px;
    box-sizing: border-box;
}

.h-est {
    width: 120px;
    display: flex;
    align-items: center;
    padding: 11px 4px;
    box-sizing: border-box;
}

.h-sl {
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 11px 4px;
    box-sizing: border-box;
}

.trades-row-full {
    min-width: 100%;
    background-color: #eef3fc;
    border-left: 3px solid #1a47c7;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 12px;
    flex-shrink: 0;
}

.c-sym {
    height: 32px;
    width: 150px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-sizing: border-box;
    color: #111827;
    font-family: 'Hanken Grotesk';
}

.val16 {
    position: relative;
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-fecha {
    height: 32px;
    width: 130px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-sizing: border-box;
    font-family: 'Hanken Grotesk';
}

.val17 {
    position: relative;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-tipo {
    height: 32px;
    width: 76px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-sizing: border-box;
    gap: 4px;
    color: #0f7a48;
    font-family: 'Hanken Grotesk';
}

.c-veh {
    height: 32px;
    width: 96px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #143a9f;
    font-family: 'Hanken Grotesk';
}

.badge {
    border-radius: 9999px;
    background-color: #dbe8fd;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 4px;
}

.dot {
    height: 6px;
    width: 6px;
    position: relative;
    border-radius: 50%;
    background-color: #143a9f;
}

.label5 {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 16px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-tx {
    height: 32px;
    width: 96px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-sizing: border-box;
    font-family: 'Hanken Grotesk';
}

.c-ent {
    height: 32px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 4px;
    box-sizing: border-box;
    color: #111827;
}

.c-sal {
    height: 32px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 4px;
    box-sizing: border-box;
}

.c-est {
    height: 32px;
    width: 120px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #0c6e3e;
    font-family: 'Hanken Grotesk';
}

.badge2 {
    border-radius: 9999px;
    background-color: #f3f4f6;
    border: 1px solid #d6f5e3;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 4px;
}

.dot2 {
    height: 6px;
    width: 6px;
    position: relative;
    border-radius: 50%;
    background-color: #0c6e3e;
}

.c-sl {
    height: 32px;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 4px;
    box-sizing: border-box;
}

.trades-row-full2 {
    min-width: 100%;
    background-color: #f9fafb;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 12px;
    flex-shrink: 0;
}

.c-veh2 {
    height: 32px;
    width: 96px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #b91c1c;
    font-family: 'Hanken Grotesk';
}

.badge3 {
    border-radius: 9999px;
    background-color: #fbdcdc;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 4px;
}

.dot3 {
    height: 6px;
    width: 6px;
    position: relative;
    border-radius: 50%;
    background-color: #b91c1c;
}

.trades-row-full3 {
    min-width: 100%;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 12px;
    flex-shrink: 0;
}

.c-tipo3 {
    height: 32px;
    width: 76px;
    display: flex;
    align-items: center;
    padding: 8px 4px;
    box-sizing: border-box;
    gap: 4px;
    color: #dc2626;
    font-family: 'Hanken Grotesk';
}

.iconarrow-down2 {
    height: 16px;
    width: 16px;
    position: relative;
    flex-shrink: 0;
}

.val44 {
    position: relative;
    line-height: 20px;
    font-weight: 500;
    flex-shrink: 0;
}

.val107 {
    position: relative;
    line-height: 20px;
    font-weight: 600;
    flex-shrink: 0;
}

.c-est8 {
    height: 32px;
    width: 120px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #835406;
    font-family: 'Hanken Grotesk';
}

.badge16 {
    border-radius: 9999px;
    background-color: #fcedd4;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 4px;
    flex-shrink: 0;
}

.dot16 {
    height: 6px;
    width: 6px;
    position: relative;
    border-radius: 50%;
    background-color: #835406;
}

.c-ret8 {
    height: 32px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 4px;
    box-sizing: border-box;
    color: #0f7a48;
}

.pagination {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
    gap: 2px;
    font-size: 13px;
    color: #111827;
}

.navbutton {
    height: 30px;
    width: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconchevron-down {
    height: 16px;
    width: 16px;
    position: relative;
    object-fit: contain;
}

.pagebutton {
    height: 30px;
    width: 30px;
    border-radius: 6px;
    background-color: #1a47c7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.label21 {
    position: relative;
    font-weight: 500;
}

.ellipsis {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #4b5563;
}

.income-expense-container4 {
    align-self: stretch;
    flex: 0.5 1 0%;
    min-height: 0;
    min-width: 330px;
    box-shadow: 0px 2px 8px -1px rgba(10, 15, 31, 0.04), 0px 1px 2px rgba(10, 15, 31, 0.06);
    border-radius: 12px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    font-size: 8px;
    color: #eaeaea;
    font-family: 'Roboto Flex';
}

.videoplayer {
    align-self: stretch;
    height: 581px;
    position: relative;
    box-shadow: 0px 4px 40px rgba(10, 15, 31, 0.06), 0px 2px 4px rgba(10, 15, 31, 0.05);
    border-radius: 10.8px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
}

.youtube-player {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 871px;
    height: 490px;
}

.image-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}

.shadows {
    position: absolute;
    width: 100%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 490px;
}

.bottom {
    position: absolute;
    width: 100%;
    right: -871px;
    bottom: 0px;
    left: 871px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    height: 96px;
    transform: rotate(180deg);
    transform-origin: 0 0;
}

.top {
    position: absolute;
    width: 100%;
    top: 96px;
    right: -871px;
    left: 871px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    height: 96px;
    transform: rotate(180deg);
    transform-origin: 0 0;
}

.bottom-controls {
    position: absolute;
    right: 12.03px;
    bottom: 9px;
    width: 850.8px;
    height: 30px;
}

.ico-fullscreen-icon {
    position: absolute;
    right: 9.97px;
    bottom: 1px;
    width: 16px;
    height: 16px;
}

.ico-tv-icon {
    position: absolute;
    right: 42.97px;
    bottom: 0px;
    border-radius: 1px;
    width: 22px;
    height: 18px;
}

.ico-theater-icon {
    position: absolute;
    right: 79.97px;
    bottom: 2px;
    width: 20px;
    height: 14px;
}

.ico-hd-icon {
    position: absolute;
    right: 112.97px;
    bottom: 1px;
    width: 20px;
    height: 16px;
    object-fit: cover;
}

.ico-titles-icon {
    position: absolute;
    right: 152.97px;
    bottom: 2px;
    width: 18px;
    height: 14px;
}

.time7 {
    position: absolute;
    bottom: 4px;
    left: 126.83px;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    width: 55.4px;
}

.ico-sound-icon {
    position: absolute;
    bottom: 1px;
    left: 93.83px;
    width: 13.3px;
    height: 16px;
}

.ico-next-icon {
    position: absolute;
    bottom: 3px;
    left: 61.83px;
    width: 12px;
    height: 12px;
}

.ico-play-icon {
    position: absolute;
    bottom: 1px;
    left: 20.83px;
    width: 13px;
    height: 16px;
}

.timeline {
    position: absolute;
    width: 100%;
    right: 0px;
    bottom: 27px;
    left: 0px;
    height: 3px;
}

.full {
    position: absolute;
    width: calc(100% - 3.8px);
    right: -0.03px;
    bottom: 0px;
    left: 3.83px;
    background-color: rgba(234, 234, 234, 0.2);
    height: 3px;
}

.loaded {
    position: absolute;
    width: 50.22%;
    right: 49.78%;
    bottom: 0px;
    left: 0%;
    background-color: rgba(234, 234, 234, 0.5);
    height: 3px;
}

.played {
    position: absolute;
    width: 33.59%;
    right: 66.41%;
    bottom: 0px;
    left: 0%;
    background-color: #fc0d1c;
    height: 3px;
}

.sed-malesuada-felis {
    position: absolute;
    width: 803px;
    top: 14px;
    left: 16px;
    font-size: 14px;
    letter-spacing: 0.01em;
    font-family: Roboto;
    color: #fff;
    display: flex;
    align-items: center;
    height: 27px;
}

.ico-info-icon {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 20px;
    height: 20px;
}

.video-info {
    position: absolute;
    top: 490px;
    left: 0px;
    width: 871px;
    height: 91px;
    font-size: 18px;
    color: #111827;
    font-family: Roboto;
}

.border {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e5e7eb;
    width: 640px;
    height: 1px;
}

.video-info2 {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 639px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0px 8px;
    box-sizing: border-box;
}

.title-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 24px;
    flex-shrink: 0;
}

.title {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    padding: 3px 0px 2px;
}

.title2 {
    flex: 1;
    position: relative;
    letter-spacing: 0.01em;
}

.info2 {
    align-self: stretch;
    height: 40px;
    position: relative;
    font-size: 14px;
    color: #6b7280;
}

.info-text {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: flex-start;
    padding: 12px 0px;
}

.time8 {
    position: relative;
}

.top-level {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #111827;
}

.button {
    display: flex;
    align-items: flex-start;
    padding: 2px 0px;
}

.button-btn {
    display: flex;
    align-items: flex-start;
    padding: 6px;
}

.button-text {
    display: flex;
    align-items: flex-start;
    padding: 10px 6px 10px 0px;
}

.k {
    position: relative;
    text-transform: uppercase;
}

.button-btn5 {
    display: flex;
    align-items: flex-start;
    padding: 6px;
    flex-shrink: 0;
}

.button-text5 {
    display: none;
    align-items: flex-start;
    padding: 10px 6px 10px 0px;
    flex-shrink: 0;
}

.save {
    position: relative;
    text-transform: uppercase;
    flex-shrink: 0;
}

.header-container {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 32px;
    font-size: 26.18px;
    color: #111827;
    font-family: Inter;
}

.header-title-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.logo-text {
    position: relative;
    letter-spacing: -0.04em;
}

.header-actions-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    font-size: 14px;
}

.currency-container {
    border-radius: 28px;
    background-color: #fff;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
}

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

.usa-united-states-of-america-f {
    height: 16px;
    width: 16px;
    position: relative;
    border-radius: 270px;
    overflow: hidden;
    flex-shrink: 0;
}

.vector-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    flex-shrink: 0;
}

.vector-icon2 {
    position: absolute;
    height: 76.88%;
    width: 100%;
    top: 11.54%;
    right: 0%;
    bottom: 11.59%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    flex-shrink: 0;
}

.vector-stroke-icon {
    position: absolute;
    height: 84.38%;
    width: 100%;
    top: 7.69%;
    right: 0%;
    bottom: 7.93%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    flex-shrink: 0;
}

.vector-icon3 {
    position: absolute;
    height: 53.75%;
    width: 76.25%;
    top: 0%;
    right: 48.75%;
    bottom: 46.25%;
    left: -25%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    flex-shrink: 0;
}

.group-icon {
    position: absolute;
    height: 48.75%;
    width: 69.38%;
    top: 2.31%;
    right: 52.2%;
    bottom: 48.94%;
    left: -21.57%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    flex-shrink: 0;
}

.currency {
    position: relative;
    letter-spacing: -0.05em;
    line-height: 150%;
    font-weight: 500;
}

.caretdown {
    height: 12px;
    width: 12px;
    position: relative;
}

.vector-icon4 {
    position: absolute;
    height: 40.83%;
    width: 71.67%;
    top: 32.8%;
    right: 14.28%;
    bottom: 26.37%;
    left: 14.05%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.header-actions-container-child {
    height: 25px;
    width: 1px;
    position: relative;
    border-radius: 4px;
    max-width: 100%;
    overflow: hidden;
}

.notification-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.notification-icon-container {
    height: 36px;
    width: 36px;
    border-radius: 200px;
    background-color: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chartline {
    width: 20px;
    height: 20px;
    position: relative;
}

.vector-icon5 {
    position: absolute;
    height: 69%;
    width: 81.5%;
    top: 15.63%;
    right: 9.12%;
    bottom: 15.37%;
    left: 9.38%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.vector-icon6 {
    position: absolute;
    height: 81.5%;
    width: 81.5%;
    top: 9.38%;
    right: 9.13%;
    bottom: 9.12%;
    left: 9.37%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.vector-icon7 {
    position: absolute;
    height: 81.5%;
    width: 75%;
    top: 9.38%;
    right: 12.49%;
    bottom: 9.12%;
    left: 12.51%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.user-avatar-icon {
    height: 44px;
    width: 44px;
    border-radius: 200px;
    object-fit: cover;
}

/* NEW DATATABLE CSS */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    margin: 0px;
    min-height: 100%;
}

button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: "Hanken Grotesk";
    src: local("Hanken Grotesk");
}

@font-face {
    font-family: "IBM Plex Mono";
    src: local("IBM Plex Mono");
}

.data-table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background-color: #ffffff;
    overflow: auto;
}

.data-table .trades-header-full {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0px 8px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -869px;
    background-color: #f9fafa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #d0d5da;
}

.data-table .h-sym {
    width: 150px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 11px 4px;
    position: relative;
}

.data-table .val {
    margin-top: -1px;
    font-family: var(--table-header-font-family);
    font-weight: var(--table-header-font-weight);
    color: #4a5462;
    letter-spacing: var(--table-header-letter-spacing);
    line-height: var(--table-header-line-height);
    position: relative;
    width: fit-content;
    font-size: var(--table-header-font-size);
    white-space: nowrap;
    font-style: var(--table-header-font-style);
}

.data-table .h-fecha {
    width: 130px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 11px 4px;
    position: relative;
}

.data-table .text-wrapper {
    margin-top: -1px;
    font-family: var(--table-header-font-family);
    font-weight: var(--table-header-font-weight);
    color: #1a46c7;
    letter-spacing: var(--table-header-letter-spacing);
    line-height: var(--table-header-line-height);
    position: relative;
    width: fit-content;
    font-size: var(--table-header-font-size);
    white-space: nowrap;
    font-style: var(--table-header-font-style);
}

.data-table .img {
    position: relative;
    width: 16px;
    height: 16px;
}

.data-table .h-tipo {
    width: 76px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 11px 4px;
    position: relative;
}

.data-table .val-wrapper {
    display: flex;
    width: 96px;
    align-items: center;
    gap: 6px;
    padding: 11px 4px;
    position: relative;
}

.data-table .div-wrapper {
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 11px 4px;
    position: relative;
}

.data-table .h-est {
    width: 120px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 11px 4px;
    position: relative;
}

.data-table .div {
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 11px 4px;
    position: relative;
}

.data-table .trades-row-full {
    background-color: #edf2fb;
    border-left-width: 3px;
    border-left-style: solid;
    border-color: #1a46c7;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -869px;
}

.data-table .c-sym {
    width: 150px;
    display: flex;
    height: 32px;
    align-items: center;
    padding: 4px;
    position: relative;
}

.data-table .val-2 {
    font-family: var(--table-symbol-font-family);
    font-weight: var(--table-symbol-font-weight);
    color: #111726;
    letter-spacing: var(--table-symbol-letter-spacing);
    line-height: var(--table-symbol-line-height);
    position: relative;
    width: fit-content;
    font-size: var(--table-symbol-font-size);
    white-space: nowrap;
    font-style: var(--table-symbol-font-style);
}

.data-table .c-fecha {
    width: 130px;
    display: flex;
    height: 32px;
    align-items: center;
    padding: 4px;
    position: relative;
}

.data-table .val-3 {
    font-family: var(--table-cell-font-family);
    font-weight: var(--table-cell-font-weight);
    color: #4a5462;
    letter-spacing: var(--table-cell-letter-spacing);
    line-height: var(--table-cell-line-height);
    position: relative;
    width: fit-content;
    font-size: var(--table-cell-font-size);
    white-space: nowrap;
    font-style: var(--table-cell-font-style);
}

.data-table .c-tipo {
    width: 76px;
    gap: 4px;
    display: flex;
    height: 32px;
    align-items: center;
    padding: 4px;
    position: relative;
}

.data-table .val-4 {
    font-family: var(--table-cell-font-family);
    font-weight: var(--table-cell-font-weight);
    color: #0e7948;
    letter-spacing: var(--table-cell-letter-spacing);
    line-height: var(--table-cell-line-height);
    position: relative;
    width: fit-content;
    font-size: var(--table-cell-font-size);
    white-space: nowrap;
    font-style: var(--table-cell-font-style);
}

.data-table .div-wrapper-2 {
    width: 96px;
    display: flex;
    height: 32px;
    align-items: center;
    padding: 4px;
    position: relative;
}

.data-table .badge {
    background-color: #dbe8fc;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 9999px;
}

.data-table .dot {
    background-color: #133a9e;
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

.data-table .label {
    color: #133a9e;
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--caption-font-family);
    font-weight: var(--caption-font-weight);
    font-size: var(--caption-font-size);
    letter-spacing: var(--caption-letter-spacing);
    line-height: var(--caption-line-height);
    white-space: nowrap;
    font-style: var(--caption-font-style);
}

.data-table .val-wrapper-2 {
    width: 84px;
    justify-content: flex-end;
    display: flex;
    height: 32px;
    align-items: center;
    padding: 4px;
    position: relative;
}

.data-table .val-5 {
    font-family: var(--table-numeric-font-family);
    font-weight: var(--table-numeric-font-weight);
    color: #111726;
    letter-spacing: var(--table-numeric-letter-spacing);
    line-height: var(--table-numeric-line-height);
    position: relative;
    width: fit-content;
    font-size: var(--table-numeric-font-size);
    white-space: nowrap;
    font-style: var(--table-numeric-font-style);
}

.data-table .val-6 {
    font-family: var(--table-numeric-font-family);
    font-weight: var(--table-numeric-font-weight);
    color: #4a5462;
    letter-spacing: var(--table-numeric-letter-spacing);
    line-height: var(--table-numeric-line-height);
    position: relative;
    width: fit-content;
    font-size: var(--table-numeric-font-size);
    white-space: nowrap;
    font-style: var(--table-numeric-font-style);
}

.data-table .c-est {
    width: 120px;
    display: flex;
    height: 32px;
    align-items: center;
    padding: 4px;
    position: relative;
}

.data-table .badge-2 {
    background-color: #f2f4f5;
    border: 1px solid;
    border-color: #d5f5e2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 9999px;
}

.data-table .dot-2 {
    background-color: #0c6e3d;
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

.data-table .label-2 {
    color: #0c6e3d;
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--caption-font-family);
    font-weight: var(--caption-font-weight);
    font-size: var(--caption-font-size);
    letter-spacing: var(--caption-letter-spacing);
    line-height: var(--caption-line-height);
    white-space: nowrap;
    font-style: var(--caption-font-style);
}

.data-table .val-wrapper-3 {
    width: 108px;
    justify-content: flex-end;
    display: flex;
    height: 32px;
    align-items: center;
    padding: 4px;
    position: relative;
}

.data-table .trades-row-full-2 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -869px;
    background-color: #f9fafa;
}

.data-table .badge-3 {
    background-color: #fadcdc;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 9999px;
}

.data-table .dot-3 {
    background-color: #b91b1b;
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

.data-table .label-3 {
    color: #b91b1b;
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--caption-font-family);
    font-weight: var(--caption-font-weight);
    font-size: var(--caption-font-size);
    letter-spacing: var(--caption-letter-spacing);
    line-height: var(--caption-line-height);
    white-space: nowrap;
    font-style: var(--caption-font-style);
}

.data-table .trades-row-full-3 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -869px;
}

.data-table .c-tipo-2 {
    display: flex;
    width: 76px;
    height: 32px;
    align-items: center;
    gap: 4px;
    padding: 8px 4px;
    position: relative;
}

.data-table .val-7 {
    margin-top: -3px;
    margin-bottom: -1px;
    font-family: var(--label-default-font-family);
    font-weight: var(--label-default-font-weight);
    color: #db2525;
    letter-spacing: var(--label-default-letter-spacing);
    line-height: var(--label-default-line-height);
    position: relative;
    width: fit-content;
    font-size: var(--label-default-font-size);
    white-space: nowrap;
    font-style: var(--label-default-font-style);
}

.data-table .p {
    margin-right: -6px;
    font-family: var(--table-symbol-font-family);
    font-weight: var(--table-symbol-font-weight);
    color: #111726;
    letter-spacing: var(--table-symbol-letter-spacing);
    line-height: var(--table-symbol-line-height);
    position: relative;
    width: fit-content;
    font-size: var(--table-symbol-font-size);
    white-space: nowrap;
    font-style: var(--table-symbol-font-style);
}

.data-table .badge-4 {
    margin-right: -3px;
    background-color: #fcedd3;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 9999px;
}

.data-table .dot-4 {
    background-color: #835306;
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

.data-table .label-4 {
    color: #835306;
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--caption-font-family);
    font-weight: var(--caption-font-weight);
    font-size: var(--caption-font-size);
    letter-spacing: var(--caption-letter-spacing);
    line-height: var(--caption-line-height);
    white-space: nowrap;
    font-style: var(--caption-font-style);
}

.data-table .val-8 {
    font-family: var(--table-numeric-font-family);
    font-weight: var(--table-numeric-font-weight);
    color: #0e7948;
    letter-spacing: var(--table-numeric-letter-spacing);
    line-height: var(--table-numeric-line-height);
    position: relative;
    width: fit-content;
    font-size: var(--table-numeric-font-size);
    white-space: nowrap;
    font-style: var(--table-numeric-font-style);
}

:root {
    --caption-font-family: "Hanken Grotesk", Helvetica;
    --caption-font-weight: 600;
    --caption-font-size: 12px;
    --caption-letter-spacing: 0.24px;
    --caption-line-height: 16px;
    --caption-font-style: normal;
    --overline-font-family: "Hanken Grotesk", Helvetica;
    --overline-font-weight: 600;
    --overline-font-size: 12px;
    --overline-letter-spacing: 0.6px;
    --overline-line-height: 16px;
    --overline-font-style: normal;
    --link-font-family: "Hanken Grotesk", Helvetica;
    --link-font-weight: 500;
    --link-font-size: 16px;
    --link-letter-spacing: 0px;
    --link-line-height: 24px;
    --link-font-style: normal;
    --legal-font-family: "Hanken Grotesk", Helvetica;
    --legal-font-weight: 400;
    --legal-font-size: 12px;
    --legal-letter-spacing: 0px;
    --legal-line-height: 18px;
    --legal-font-style: normal;
    --display-large-font-family: "Hanken Grotesk", Helvetica;
    --display-large-font-weight: 700;
    --display-large-font-size: 64px;
    --display-large-letter-spacing: -0.96px;
    --display-large-line-height: 70px;
    --display-large-font-style: normal;
    --display-default-font-family: "Hanken Grotesk", Helvetica;
    --display-default-font-weight: 700;
    --display-default-font-size: 56px;
    --display-default-letter-spacing: -0.84px;
    --display-default-line-height: 62px;
    --display-default-font-style: normal;
    --heading-h1-font-family: "Hanken Grotesk", Helvetica;
    --heading-h1-font-weight: 600;
    --heading-h1-font-size: 48px;
    --heading-h1-letter-spacing: -0.24px;
    --heading-h1-line-height: 58px;
    --heading-h1-font-style: normal;
    --heading-h2-font-family: "Hanken Grotesk", Helvetica;
    --heading-h2-font-weight: 600;
    --heading-h2-font-size: 40px;
    --heading-h2-letter-spacing: -0.2px;
    --heading-h2-line-height: 50px;
    --heading-h2-font-style: normal;
    --heading-h3-font-family: "Hanken Grotesk", Helvetica;
    --heading-h3-font-weight: 600;
    --heading-h3-font-size: 32px;
    --heading-h3-letter-spacing: 0px;
    --heading-h3-line-height: 40px;
    --heading-h3-font-style: normal;
    --heading-h4-font-family: "Hanken Grotesk", Helvetica;
    --heading-h4-font-weight: 600;
    --heading-h4-font-size: 28px;
    --heading-h4-letter-spacing: 0px;
    --heading-h4-line-height: 36px;
    --heading-h4-font-style: normal;
    --heading-h5-font-family: "Hanken Grotesk", Helvetica;
    --heading-h5-font-weight: 600;
    --heading-h5-font-size: 24px;
    --heading-h5-letter-spacing: 0px;
    --heading-h5-line-height: 32px;
    --heading-h5-font-style: normal;
    --heading-h6-font-family: "Hanken Grotesk", Helvetica;
    --heading-h6-font-weight: 600;
    --heading-h6-font-size: 20px;
    --heading-h6-letter-spacing: 0px;
    --heading-h6-line-height: 129.99999523162842%;
    --heading-h6-font-style: normal;
    --body-xlarge-font-family: "Hanken Grotesk", Helvetica;
    --body-xlarge-font-weight: 400;
    --body-xlarge-font-size: 20px;
    --body-xlarge-letter-spacing: 0px;
    --body-xlarge-line-height: 30px;
    --body-xlarge-font-style: normal;
    --body-large-font-family: "Hanken Grotesk", Helvetica;
    --body-large-font-weight: 400;
    --body-large-font-size: 18px;
    --body-large-letter-spacing: 0px;
    --body-large-line-height: 28px;
    --body-large-font-style: normal;
    --body-default-font-family: "Hanken Grotesk", Helvetica;
    --body-default-font-weight: 400;
    --body-default-font-size: 16px;
    --body-default-letter-spacing: 0px;
    --body-default-line-height: 24px;
    --body-default-font-style: normal;
    --body-small-font-family: "Hanken Grotesk", Helvetica;
    --body-small-font-weight: 400;
    --body-small-font-size: 14px;
    --body-small-letter-spacing: 0px;
    --body-small-line-height: 20px;
    --body-small-font-style: normal;
    --label-xlarge-font-family: "Hanken Grotesk", Helvetica;
    --label-xlarge-font-weight: 500;
    --label-xlarge-font-size: 24px;
    --label-xlarge-letter-spacing: 0px;
    --label-xlarge-line-height: 36px;
    --label-xlarge-font-style: normal;
    --label-large-font-family: "Hanken Grotesk", Helvetica;
    --label-large-font-weight: 500;
    --label-large-font-size: 16px;
    --label-large-letter-spacing: 0px;
    --label-large-line-height: 24px;
    --label-large-font-style: normal;
    --label-default-font-family: "Hanken Grotesk", Helvetica;
    --label-default-font-weight: 500;
    --label-default-font-size: 14px;
    --label-default-letter-spacing: 0px;
    --label-default-line-height: 20px;
    --label-default-font-style: normal;
    --numeric-tabular-font-family: "IBM Plex Mono", Helvetica;
    --numeric-tabular-font-weight: 500;
    --numeric-tabular-font-size: 16px;
    --numeric-tabular-letter-spacing: 0px;
    --numeric-tabular-line-height: 24px;
    --numeric-tabular-font-style: normal;
    --numeric-large-font-family: "IBM Plex Mono", Helvetica;
    --numeric-large-font-weight: 600;
    --numeric-large-font-size: 32px;
    --numeric-large-letter-spacing: 0px;
    --numeric-large-line-height: 110.00000238418579%;
    --numeric-large-font-style: normal;
    --numeric-display-font-family: "IBM Plex Mono", Helvetica;
    --numeric-display-font-weight: 600;
    --numeric-display-font-size: 40px;
    --numeric-display-letter-spacing: 0px;
    --numeric-display-line-height: 110.00000238418579%;
    --numeric-display-font-style: normal;
    --eyebrow-large-font-family: "Hanken Grotesk", Helvetica;
    --eyebrow-large-font-weight: 600;
    --eyebrow-large-font-size: 16px;
    --eyebrow-large-letter-spacing: 0.64px;
    --eyebrow-large-line-height: 150%;
    --eyebrow-large-font-style: normal;
    --table-header-font-family: "Hanken Grotesk", Helvetica;
    --table-header-font-weight: 600;
    --table-header-font-size: 14px;
    --table-header-letter-spacing: 0.14px;
    --table-header-line-height: 18px;
    --table-header-font-style: normal;
    --table-symbol-font-family: "Hanken Grotesk", Helvetica;
    --table-symbol-font-weight: 600;
    --table-symbol-font-size: 14px;
    --table-symbol-letter-spacing: 0px;
    --table-symbol-line-height: 20px;
    --table-symbol-font-style: normal;
    --table-cell-font-family: "Hanken Grotesk", Helvetica;
    --table-cell-font-weight: 400;
    --table-cell-font-size: 14px;
    --table-cell-letter-spacing: 0px;
    --table-cell-line-height: 20px;
    --table-cell-font-style: normal;
    --table-numeric-font-family: "IBM Plex Mono", Helvetica;
    --table-numeric-font-weight: 500;
    --table-numeric-font-size: 14px;
    --table-numeric-letter-spacing: 0px;
    --table-numeric-line-height: 20px;
    --table-numeric-font-style: normal;
}

/* Chat funcional */
#wse-messages-container {
    flex: 1;
    width: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: #e5ddd5;
    background-image: url("../img/whatsapp-bg.png");
}

#wse-messages-container .wfc-msg {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    max-width: 90%;
    align-self: flex-start;
    position: relative;
}

#wse-messages-container .wfc-msg.outgoing {
    align-self: flex-end;
    flex-direction: row-reverse;
}

#wse-messages-container .wfc-avatar-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    cursor: pointer;
}

#wse-messages-container .wfc-bubble {
    background: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    position: relative;
    font-size: 13px;
    line-height: 1.35;
    word-wrap: break-word;
    min-width: 80px;
    border-top-left-radius: 0;
    padding-right: 25px;
}

#wse-messages-container .wfc-msg.outgoing .wfc-bubble {
    background: #d9fdd3;
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
}

#wse-messages-container .wfc-username {
    font-size: 11px;
    font-weight: bold;
    color: #e542a3;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    gap: 4px;
}

#wse-messages-container .wfc-msg.outgoing .wfc-username {
    color: #008069;
    flex-direction: row-reverse;
}

#wse-messages-container .wfc-meta {
    display: block;
    text-align: right;
    font-size: 9px;
    color: #999;
    margin-top: 4px;
}

#wse-messages-container .wfc-msg.outgoing .wfc-meta {
    color: #7fad7f;
}

#wse-messages-container .wfc-role-badge {
    font-size: 8px;
    padding: 1px 4px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: #f0f0f0;
    color: #666;
    border: 1px solid #ddd;
}

#wse-messages-container .wfc-role-admin {
    background: #ffeb3b;
    color: #333;
    border-color: #fbc02d;
}

#wse-messages-container .wfc-mention {
    color: #007bff;
    font-weight: 500;
    background: rgba(0, 123, 255, 0.1);
    padding: 0 2px;
    border-radius: 2px;
    cursor: pointer;
}

#wse-messages-container .wfc-menu-trigger {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #999;
    cursor: pointer;
    padding: 2px 4px;
    font-size: 10px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
}

#wse-messages-container .wfc-bubble:hover .wfc-menu-trigger {
    visibility: visible;
    opacity: 1;
}

#wse-messages-container .wfc-menu-dropdown {
    position: absolute;
    top: 22px;
    right: 0;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    z-index: 100;
    overflow: hidden;
    display: none;
    width: 120px;
}

#wse-messages-container .wfc-menu-item {
    padding: 6px 10px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

#wse-messages-container .wfc-menu-item:hover {
    background: #f5f5f5;
}

#wse-messages-container .wfc-msg-image {
    max-width: 160px;
    border-radius: 6px;
    margin-top: 3px;
    display: block;
    cursor: zoom-in;
}

#wse-messages-container .wfc-image-grid {
    display: grid;
    gap: 3px;
    margin-top: 3px;
    border-radius: 6px;
    overflow: hidden;
}

#wse-messages-container .wfc-image-grid img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
    max-height: 200px;
}

#wse-messages-container .wfc-image-grid.wfc-grid-2 {
    grid-template-columns: 1fr 1fr;
}

#wse-messages-container .wfc-image-grid.wfc-grid-2 img {
    height: 100px;
}

#wse-messages-container .wfc-image-grid.wfc-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

#wse-messages-container .wfc-image-grid.wfc-grid-3 img {
    height: 80px;
}

#wse-messages-container .wfc-img-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 6px;
}

#wse-messages-container .wfc-btn-download {
    position: absolute;
    bottom: 3px;
    right: 3px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 11px;
    opacity: 0;
    transition: opacity 0.3s;
}

#wse-messages-container .wfc-img-container:hover .wfc-btn-download {
    opacity: 1;
}

#wse-messages-container .wfc-reply-link:hover {
    background: rgba(0, 0, 0, 0.08) !important;
    opacity: 0.8;
}

.wse-footer-area {
    width: 100%;
    z-index: 2;
    flex-shrink: 0;
}

.wse-footer-area.drag-over {
    background: #dcf8c6 !important;
    border-top: 2px dashed #008069;
}

#wse-form {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    background: rgba(245, 242, 235, 0.85);
    backdrop-filter: blur(50px);
}

.wse-input-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 20px;
    padding: 4px 12px;
}

#wse-message-input {
    width: 100%;
    border: none;
    outline: none;
    padding: 6px 0;
    background: transparent;
    font-size: 13px;
    font-family: inherit;
}

.wse-btn-icon {
    background: transparent !important;
    border: none !important;
    color: #1A47C7 !important;
    font-size: 1.3em;
    cursor: pointer;
    padding: 4px;
}

.wse-send-btn {
    background: #1A47C7 !important;
    color: white !important;
    border: none !important;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

#wse-reply-preview {
    background: #e9edef;
    padding: 6px 12px;
    border-left: 4px solid #008069;
    border-radius: 4px;
    font-size: 12px;
    display: none;
    justify-content: space-between;
    align-items: center;
}

#wse-upload-preview {
    display: none;
    padding: 8px;
    background: #e9edef;
    border-bottom: 1px solid #ddd;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
}

#wse-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    z-index: 1000;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wse-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(0, 128, 105, 0.2);
    border-top: 3px solid #008069;
    border-radius: 50%;
    animation: wse-spin 0.8s linear infinite;
    margin-bottom: 6px;
}

.wse-loading-text {
    font-size: 12px;
    font-weight: 600;
    color: #008069;
}

@keyframes wse-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#wse-new-msg-indicator {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    background: #008069;
    color: white;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 900;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    gap: 6px;
}

#wse-new-msg-indicator.visible {
    display: flex;
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

#wse-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#wse-lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#wse-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 28px;
    cursor: pointer;
    font-family: sans-serif;
}

.wse-lightbox-btn {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    border-radius: 50%;
}

.wse-lightbox-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.wse-lb-prev,
.wse-lb-next {
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.wse-lb-prev {
    left: 15px;
}

.wse-lb-next {
    right: 15px;
}

.wse-lb-download {
    top: 20px;
    right: 65px;
    width: 36px;
    height: 36px;
    font-size: 16px;
    text-decoration: none;
}

/* ── Full-page profile modal ── */
#wse-profile-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

#wse-profile-modal.open {
    display: flex;
}

#wse-profile-modal .wse-profile-modal-content {
    background: white;
    width: 100%;
    max-width: 420px;
    padding: 40px 32px 32px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
}

#wse-profile-modal .wse-profile-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6b7280;
}

#wse-profile-modal .wse-profile-modal-close:hover {
    background: #e5e7eb;
}

.wse-pv-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 16px;
    border: 4px solid #1A47C7;
    display: block;
    object-fit: cover;
}

.wse-pv-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111827;
}

.wse-pv-role {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 9999px;
    background: #eef3fc;
    font-size: 12px;
    font-weight: 600;
    color: #1A47C7;
    margin-bottom: 20px;
}

.wse-preview-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
}

#wse-full-profile-preview-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #1A47C7;
}

.wse-edit-overlay {
    position: absolute;
    bottom: 3px;
    right: 3px;
    background: #1A47C7;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid white;
}

.wse-form-group {
    margin-bottom: 16px;
    text-align: left;
}

.wse-form-group label {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    font-weight: 600;
}

.wse-form-group input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #111827;
}

.wse-form-group input[type="text"]:focus {
    border-color: #1A47C7;
    outline: none;
}

.wse-btn-save {
    background: #1A47C7 !important;
    color: white !important;
    border: none !important;
    padding: 10px 24px;
    border-radius: 8px !important;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    margin-top: 8px;
}

.wse-btn-save:hover {
    background: #123499 !important;
}

body.dark-theme #wse-profile-modal .wse-profile-modal-content {
    background: #1e293b !important;
    border: 1px solid #334155 !important;
}

body.dark-theme #wse-profile-modal .wse-profile-modal-close {
    background: #334155 !important;
    color: #94a3b8 !important;
}

body.dark-theme .wse-pv-name {
    color: #f8fafc !important;
}

body.dark-theme .wse-pv-role {
    background: #0f172a !important;
    color: #94a3b8 !important;
}

body.dark-theme .wse-form-group label {
    color: #94a3b8 !important;
}

body.dark-theme .wse-form-group input[type="text"] {
    background: #0f172a !important;
    border-color: #334155 !important;
    color: #f1f5f9 !important;
}

#wse-emoji-picker-box {
    background: #f0f2f5;
    border-top: 1px solid #ddd;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#wse-emoji-picker-box.active {
    height: 200px;
    border-bottom: 1px solid #ddd;
}

.wse-emoji-search-bar {
    width: 90%;
    margin: 6px auto;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 16px;
    font-size: 12px;
    outline: none;
    display: block;
}

#wse-emoji-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    padding: 6px;
    overflow-y: auto;
    flex: 1;
}

.wfc-emoji-item {
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    padding: 3px;
    border-radius: 4px;
}

.wfc-emoji-item:hover {
    background: #e0e0e0;
    transform: scale(1.15);
}

.wse-emoji-header {
    text-align: right;
    padding: 4px 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wse-close-emojis {
    cursor: pointer;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    padding: 0 4px;
}

.wse-close-emojis:hover {
    color: #d00;
}

#wse-mentions-box {
    position: absolute;
    bottom: 100%;
    left: 10px;
    width: 220px;
    max-height: 160px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    z-index: 1500;
    display: none;
    border: 1px solid #e0e0e0;
    margin-bottom: 4px;
}

.wfc-mention-suggestion {
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wfc-mention-suggestion:hover,
.wfc-mention-suggestion.active {
    background: #f0f2f5;
}

.wfc-mention-suggestion:last-child {
    border-bottom: none;
}

.wfc-mention-suggestion img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}

.wfc-mention-suggestion span {
    font-size: 12px;
    color: #333;
    font-weight: 500;
}

.wfc-mention-suggestion small {
    color: #888;
    font-size: 10px;
    margin-left: auto;
}

.wse-loading {
    text-align: center;
    color: #888;
    padding: 20px;
    font-size: 13px;
}

#wse-load-more-btn {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px 12px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 11px;
    color: #555;
}

#wse-load-more-btn:hover {
    background: #e0e0e0;
}

.wse-live-player {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.wse-live-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #E5E7EB;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    font-family: Inter, sans-serif;
}

.wse-live-schedule {
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
}

.wse-live-frame-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0F1218;
    position: relative;
}

/* DARK MODE STYLES */
body.dark-theme,
body.dark-theme .sala-en-vivo-pantalla-comple {
    background-color: #0f172a !important;
    color: #f1f5f9;
}

body.dark-theme .header-container {
    background-color: #1e293b !important;
    border-bottom: 1px solid #334155 !important;
}

body.dark-theme .logo-text {
    color: #f8fafc !important;
}

body.dark-theme .header-actions-container-child {
    background-color: #334155 !important;
}

body.dark-theme .notification-icon-container {
    border-color: #334155 !important;
    background-color: transparent !important;
}

body.dark-theme .currency-container {
    background-color: #0f172a !important;
    border-color: #334155 !important;
}

body.dark-theme .currency-selector rect,
body.dark-theme .currency-selector path[fill="#EEEEEE"],
body.dark-theme .currency-selector path[fill="#F0F0F0"] {
    fill: #334155 !important;
}

body.dark-theme .currency {
    color: #f1f5f9 !important;
}

body.dark-theme svg path[stroke="#4B5563"] {
    stroke: #cbd5e1 !important;
}

body.dark-theme i[style*="color:#6b7280"] {
    color: #cbd5e1 !important;
}

/* Panels */
body.dark-theme .income-expense-container,
body.dark-theme .income-expense-container2,
body.dark-theme .income-expense-container3,
body.dark-theme .income-expense-container4,
body.dark-theme .tab-parent {
    background-color: #1e293b !important;
    box-shadow: none !important;
    border: 1px solid #334155 !important;
}

/* Feed Cards */
body.dark-theme .feed-card {
    background-color: #0f172a !important;
    border: 1px solid #334155 !important;
}

body.dark-theme .ftitle,
body.dark-theme .ftitle2 {
    color: #f8fafc !important;
}

body.dark-theme .fex,
body.dark-theme .label2,
body.dark-theme .text1 {
    color: #cbd5e1 !important;
}

/* Datatable */
body.dark-theme .table-toolbar-parent {
    background-color: transparent !important;
    border: none !important;
}

body.dark-theme .table-toolbar {
    background-color: transparent !important;
}

body.dark-theme .searchbar,
body.dark-theme .select .field {
    background-color: #0f172a !important;
    border: 1px solid #334155 !important;
    color: #f1f5f9 !important;
}

body.dark-theme .searchbar .value,
body.dark-theme .select .field .value {
    color: #f1f5f9 !important;
}

body.dark-theme .operaciones,
body.dark-theme .de-julio-de {
    color: #f8fafc !important;
}

body.dark-theme .trades-header-full {
    background-color: transparent !important;
    border-bottom: 1px solid #334155 !important;
    color: #94a3b8 !important;
}

body.dark-theme .trades-header-full .val {
    color: #94a3b8 !important;
}

body.dark-theme .trades-row-full,
body.dark-theme .trades-row-full2 {
    background-color: transparent !important;
    border-bottom: 1px solid #334155 !important;
    color: #f1f5f9 !important;
}

body.dark-theme .c-sym {
    color: #f8fafc !important;
}

body.dark-theme .trades-row-full2 {
    background-color: #0f172a !important;
}

body.dark-theme .datatable {
    border-color: #334155 !important;
}

body.dark-theme .pagination {
    background-color: transparent !important;
}

body.dark-theme .pagebutton {
    color: #cbd5e1 !important;
}

body.dark-theme .pagebutton.active {
    background-color: #3b82f6 !important;
    color: white !important;
    border-color: #3b82f6 !important;
}

body.dark-theme #wse-prev,
body.dark-theme #wse-next,
body.dark-theme .pagination div[data-page],
body.dark-theme #wse-m-prev,
body.dark-theme #wse-m-next,
body.dark-theme #wse-modal-pagination div[data-mpage] {
    color: #f1f5f9 !important;
}

body.dark-theme .divider-icon {
    background-color: #334155 !important;
}

/* Chat */
body.dark-theme #wse-chat-container {
    background-color: transparent !important;
}

body.dark-theme .background-chat-icon {
    display: block !important;
    background-image: url("../img/whatsapp-bg-dark.png") !important;
    background-repeat: repeat !important;
    background-size: 300px !important;
    background-color: transparent !important;
    opacity: 0.15 !important;
}

body.dark-theme .messages-unread-message {
    background-color: #1e293b !important;
    border-color: #334155 !important;
}

body.dark-theme .wfc-bubble {
    background-color: #334155 !important;
    color: #f1f5f9 !important;
}

body.dark-theme .wfc-msg.outgoing .wfc-bubble {
    background-color: #006050 !important;
}

body.dark-theme .wfc-username {
    color: #f8fafc !important;
}

body.dark-theme .wfc-meta {
    color: #cbd5e1 !important;
}

/* Chat Header */
body.dark-theme .top-contact {
    background-color: #1e293b !important;
    border-bottom: 1px solid #334155 !important;
}

body.dark-theme .bkg2 {
    background-color: transparent !important;
}

body.dark-theme .name2 {
    color: #f8fafc !important;
}

body.dark-theme .info i {
    color: #cbd5e1 !important;
}

/* Chat Input */
body.dark-theme .wse-footer-area,
body.dark-theme #wse-chat-input-container {
    background: #1e293b !important;
    border-top: 1px solid #334155 !important;
}

body.dark-theme .wse-input-wrapper {
    background: #0f172a !important;
}

body.dark-theme #wse-message-input {
    background: transparent !important;
    color: #f1f5f9 !important;
}

/* Form inputs dark mode */
body.dark-theme .wse-form-group input {
    background-color: #0f172a !important;
    color: #f1f5f9 !important;
    border-color: #334155 !important;
}

/* Video Header */
body.dark-theme .wse-live-player {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
}

body.dark-theme .wse-live-header {
    border-bottom: 1px solid #334155 !important;
    color: #f8fafc !important;
}

body.dark-theme .wse-live-schedule {
    color: #94a3b8 !important;
}

body.dark-theme .icondrag-indicator circle,
body.dark-theme .icondrag-indicator2 circle,
body.dark-theme .icondrag-indicator3 circle {
    fill: #475569 !important;
}

body.dark-theme #wse-emoji-picker-box,
body.dark-theme #wse-mentions-box {
    background-color: #1e293b !important;
    color: #f1f5f9 !important;
    border-color: #334155 !important;
}

body.dark-theme .wse-emoji-search-bar {
    background-color: #0f172a !important;
    border: 1px solid #334155 !important;
    color: #f1f5f9 !important;
}

/* EXTRA AGGRESSIVE DARK MODE FIXES */
body.dark-theme .data-table .trades-row-full,
body.dark-theme .data-table .trades-row-full2,
body.dark-theme .data-table .trades-row-full3,
body.dark-theme .data-table .trades-row-full-2,
body.dark-theme .data-table .trades-row-full-3 {
    background-color: transparent !important;
    border-bottom: 1px solid #334155 !important;
}

body.dark-theme .data-table .trades-row-full2,
body.dark-theme .data-table .trades-row-full-2 {
    background-color: #0f172a !important;
}

body.dark-theme .table-toolbar-parent,
body.dark-theme .data-table,
body.dark-theme .trades-header-full {
    background-color: transparent !important;
}

body.dark-theme .datatable {
    background-color: transparent !important;
}

body.dark-theme .messages-unread-message {
    background-color: #1e293b !important;
}

body.dark-theme .wse-live-player {
    background-color: #1e293b !important;
}

/* FINAL CHAT DARK MODE FIXES */
body.dark-theme #wse-messages-container {
    background-color: #0f172a !important;
    background-image: url("../img/whatsapp-bg-dark.png") !important;
    background-size: 300px !important;
}

body.dark-theme #wse-form {
    background-color: #1e293b !important;
}

body.dark-theme #wse-messages-container::-webkit-scrollbar-track {
    background: #0f172a !important;
}

body.dark-theme #wse-messages-container::-webkit-scrollbar-thumb {
    background: #334155 !important;
}

body.dark-theme #wse-messages-container::-webkit-scrollbar-thumb:hover {
    background: #475569 !important;
}

/* Global scrollbar for dark mode */
body.dark-theme * {
    scrollbar-color: #334155 #0f172a;
}

body.dark-theme ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body.dark-theme ::-webkit-scrollbar-track {
    background: #0f172a !important;
}

body.dark-theme ::-webkit-scrollbar-thumb {
    background: #334155 !important;
    border-radius: 5px;
}

body.dark-theme ::-webkit-scrollbar-thumb:hover {
    background: #475569 !important;
}

body.dark-theme ::-webkit-scrollbar-corner {
    background: #0f172a !important;
}

/* Drag indicators */
body.dark-theme .icondrag-indicator,
body.dark-theme .icondrag-indicator2,
body.dark-theme .icondrag-indicator3 {
    background-color: #1e293b !important;
    border-color: #334155 !important;
}

/* ── Column visibility ── */
.wse-view-simple .trades-header-full> :nth-child(n+10),
.wse-view-simple div[class*="trades-row"]> :nth-child(n+10) {
    display: none !important;
}

/* ── Fullscreen table modal ── */
#wse-table-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    backdrop-filter: blur(2px);
}

#wse-table-modal.open {
    display: flex;
}

#wse-table-modal .wse-table-modal-content {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 1600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

#wse-table-modal .wse-table-modal-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

#wse-table-modal .wse-table-modal-header .tab {
    padding: 0;
}

.wse-modal-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.wse-modal-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wse-modal-trades-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    letter-spacing: 0.02em;
    font-family: 'Hanken Grotesk', sans-serif;
}

.wse-modal-date {
    font-size: 14px;
    color: #6b7280;
    font-family: 'Hanken Grotesk', sans-serif;
}

body.dark-theme .wse-modal-trades-title {
    color: #f8fafc !important;
}

body.dark-theme .wse-modal-date {
    color: #94a3b8 !important;
}

#wse-table-modal .wse-table-modal-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #6b7280;
}

#wse-table-modal .wse-table-modal-body {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#wse-table-modal .wse-table-modal-body .datatable {
    overflow: auto;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

body.dark-theme #wse-table-modal .wse-table-modal-content {
    background: #1e293b !important;
    border: 1px solid #334155 !important;
}

body.dark-theme #wse-table-modal .wse-table-modal-close {
    background: #334155 !important;
    color: #94a3b8 !important;
}

body.dark-theme #wse-table-modal .wse-table-modal-body .datatable {
    border-color: #334155 !important;
}

/* ── Transmisiones Anteriores button ── */
.wse-tran-ant-btn {
    position: fixed;
    left: -108px;
    top: calc(62% + 114px);
    transform: rotate(90deg);
    z-index: 9999;
    background-color: #00204e;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    padding: 9px 18px;
}

.wse-tran-ant-btn:hover {
    background-color: #6EC1E4;
}

.wse-tran-ant-btn:focus {
    outline: none;
}

/* ── Transmisiones Anteriores modal ── */
.wse-tran-ant-modal {
    display: none;
    position: fixed;
    left: 0;
    width: 35%;
    height: 95%;
    overflow: auto;
    z-index: 99999999;
    background-color: #00204e;
    bottom: 0;
    top: auto;
}

.wse-tran-ant-modal.open {
    display: block;
}

.wse-tran-ant-modal-content {
    color: #fff;
    margin: auto;
    padding: 5% 10% 4% 10%;
}

.wse-tran-ant-modal-content a {
    color: #fff !important;
}

.wse-tran-ant-close {
    color: #00204e;
    float: right;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    z-index: 999;
    background-color: #E8E6DF;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    cursor: pointer;
}

.wse-tran-ant-close:hover {
    background: #F74D1E;
    color: #fff;
}

.wse-tran-ant-heading {
    text-align: left;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 28px;
    color: #fff;
}

/* ── Stream End button ── */
.wse-stream-end {
    padding: 4px 10px;
    font-size: 12px;
    line-height: normal;
    height: auto;
    color: #fff;
    border: none;
    background: #dc2626;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 8px;
}

.wse-stream-end:hover {
    background: #b91c1c;
}

@media (max-width: 1199px) {
    .wse-tran-ant-modal {
        max-height: calc(100% - 0%) !important;
        width: 100%;
        top: 30px;
    }

    .wse-tran-ant-modal-content {
        padding: 10% 10% 10% 10%;
    }
}

@media (max-width: 1699px) {
    .wse-tran-ant-modal {
        max-height: calc(100% - 40%) !important;
    }
}

/* ── Dark theme ── */
body.dark-theme .wse-tran-ant-btn {
    background-color: #1e293b !important;
    color: #f1f5f9 !important;
    border-color: #334155 !important;
}

body.dark-theme .wse-tran-ant-modal {
    background-color: #1e293b !important;
}

body.dark-theme .wse-tran-ant-modal-content a {
    color: #94a3b8 !important;
}

body.dark-theme .wse-tran-ant-heading {
    color: #f8fafc !important;
}

body.dark-theme .wse-stream-end {
    background: #dc2626 !important;
}

/* ── Dev mode badge ── */
.wse-dev-badge {
    background: #f59e0b;
    color: #000;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-left: 8px;
    line-height: normal;
}

body.dark-theme .wse-dev-badge {
    background: #fbbf24 !important;
    color: #000 !important;
}

/* ── Search input ── */
.wse-filter-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    color: #4b5563;
    min-width: 0;
}

.wse-filter-input::placeholder {
    color: #6b7280;
}

/* ── Filter select ── */
.wse-filter-select {
    flex: 1.1061;
    height: 40px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    padding: 0 32px 0 12px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    color: #4b5563;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%234B5563' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}

.wse-filter-select:hover {
    border-color: #9ca3af;
}

body.dark-theme .wse-filter-input {
    color: #f1f5f9 !important;
}

body.dark-theme .wse-filter-input::placeholder {
    color: #94a3b8 !important;
}

body.dark-theme .wse-filter-select {
    background-color: #0f172a !important;
    border-color: #334155 !important;
    color: #f1f5f9 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

/* ── Sort indicators ── */
.trades-header-full>div {
    cursor: pointer;
    user-select: none;
}

.trades-header-full>div::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    opacity: 0.3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 5L6 2L9 5' stroke='%234B5563' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 7L6 10L9 7' stroke='%234B5563' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    flex-shrink: 0;
}

.trades-header-full>div.wse-sort-asc::after {
    content: '';
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 7L6 4L9 7' stroke='%231A47C7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.trades-header-full>div.wse-sort-desc::after {
    content: '';
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 5L6 8L9 5' stroke='%231A47C7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.dark-theme .trades-header-full>div::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 5L6 2L9 5' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 7L6 10L9 7' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.dark-theme .trades-header-full>div.wse-sort-asc::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 7L6 4L9 7' stroke='%236EC1E4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body.dark-theme .trades-header-full>div.wse-sort-desc::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 5L6 8L9 5' stroke='%236EC1E4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}