svg {
    pointer-events: none;
}
.cardDark {
    background-color: #363C4E;
}
.divTradingView {
    height: 500px;
}
.divScroll {
    overflow: auto;
    max-height: 345px;
}
.tableFixHead {
    overflow: auto;
    height: 100px;
}
.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}
#tabContent {
    border-left: 0.0625rem solid #9ca3af;
    border-right: 0.0625rem solid #9ca3af;
    border-bottom: 0.0625rem solid #9ca3af;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.nav-tabs .nav-link {
    margin-bottom: 0px;
}
.divScrollBeholder {
    overflow: auto;
    max-height: 400px;
}
.form-select,
.form-check-input,
.form-check-label {
    cursor: pointer;
}
#spanNoWrap {
    white-space: pre;
}
.divScrollBadges {
    max-height: 100px;
    margin: 24px 0 16px 0;
    overflow: auto;
}
.float {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #000;
    z-index: 100;
}
.offcanvas-custom {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #dee2e6;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 1045;
    border-radius: 0.5rem 0 0 0.5rem;
    display: flex;
    flex-direction: column;
}
.offcanvas-custom.show {
    right: 0;
    opacity: 1;
}
.btnCloseChat {
    top: 18px;
    right: 18px;
    z-index: 1060;
}
.messages-container::-webkit-scrollbar {
    width: 6px;
}
.messages-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
} 
.messages-container::-webkit-scrollbar-track {
    background: transparent;
}
.divMessages {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding-bottom: 1rem;
    padding-right: 10px;
    margin-right: -10px;
}
.divDefaultMessage {
    font-size: 11px;
}
.divDefaultMessage ul li {
    font-size: 11px;
}
.divChatInput {
    position: sticky;
    bottom: 0;
}
.spanChatRow {
    font-size: 11px;
    max-width: "80%";
}
.spanChatRow p {
    font-size: 11px;
    margin: 0;
}
.spanChatRow ul li,
.spanChatRow ol li {
    font-size: 11px;
}
.spanChatRow h3 {
    font-size: 11px;
    font-weight: bold;
}
.reportGraph {
    background-color: #ffeed6;
}

.sidebar-inner {
    padding: 1rem 1.5rem;
}
.sidebar .nav-link .sidebar-text {
    display: inline;
}
.sidebar .nav-link .sidebar-icon svg {
    margin-right: 0.5rem;
}
.grid-table {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
@media (max-width: 991.98px) { /* MOBILE até lg */
    .sidebar {
        width: 60px; 
    }
    .sidebar .nav-link {
        justify-content: center;
    }

    .sidebar .nav-link .sidebar-text {
        display: none; 
    }
    .sidebar .nav-link .sidebar-icon {
        margin: 0;
    }
    .sidebar .nav-link {
        text-align: center;
    }
    .sidebar-inner {
        padding: 0;
    }
    .content {
        margin-left: 60px;
    }
    .content,
    .card-body {
        padding: 12px;
    }
    .grid-table {
        margin: 0;
    }

    .grid-table .list-group-item {
        padding: 8px 0 ;
    }
}


