 .branded-bg {
     /* background-image: url('/tailwind/assets/media/images/2600x1600/1.png'); */
     background-image: url('/webnalytics/assets/bglogin.png');
 }

 .dark .branded-bg {
     background-image: url('/tailwind/assets/media/images/2600x1600/1-dark.png');
 }

   .h100vh {
       height: 100vh;
   }


.kt-form-message {
    display: block;
}


.dt-container .dt-paging .dt-paging-button.active{
    background: #1e1e2d;
    color: #fff;
}


table th .dt-column-order::before,
table th .dt-column-order::after {
    display: none !important;
}

table.dataTable {
    border-collapse: collapse !important;
    width: 100% !important;
    table-layout: auto !important;
}

table.dataTable thead th {
    white-space: nowrap;
    text-transform: uppercase !important;
}

table.dataTable tbody td {
    white-space: nowrap;
}

/* .table-scroll {
    width: 100%;
    overflow-x: auto;
}

.table-scroll .dataTable {
    min-width: 1200px; 
}

.dt-container {
    width: 100%;
}

.kt-card-content {
    overflow: hidden;
} */

table.dataTable tbody tr>.dtfc-fixed-start,
table.dataTable tbody tr>.dtfc-fixed-end {
    background-color: #fff !important;
}

table.dataTable thead tr>.dtfc-fixed-start,
table.dataTable thead tr>.dtfc-fixed-end,
table.dataTable tfoot tr>.dtfc-fixed-start,
table.dataTable tfoot tr>.dtfc-fixed-end {
    background-color: #f9f9f9 !important;
}


.balaeno-canva-hide >div:first-child {
    z-index: 0 !important;
}

/* #message_bind {
    height: 50vh;
    width: 100%;    
    overflow: auto;
}

.ai-message pre,
.code-block {
    white-space: pre-wrap;     
    word-wrap: break-word;     
    overflow-wrap: anywhere;   
    max-width: 100%;
}

#message_bind .ai-message {
    max-width: 100%;
    overflow-x: auto;
} */


.kt_chat_drawer{
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 999;
}

.floating {
    animation: floatY 2s ease-in-out infinite;
}

@keyframes floatY {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

.kt-chat-pre{
    word-wrap: break-word;
    white-space: pre-wrap;
}

.blinker {
    display: inline-block;
    animation: blink 1s step-start 0s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.dots span {
  animation: blink 1.4s infinite;
  opacity: 0;
}

.dots span:nth-child(2) { animation-delay: 0.2s; }
.dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes blink {
  0%, 80%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

/* .shimmer {
    position: relative;
    overflow: hidden;
    background: #2a2a2a;
    border-radius: 8px;
}

.shimmer::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg,
            transparent,
            rgba(154, 152, 152, 0.2),
            transparent);
    animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
} */

.width-88px{
    width: 88%;
}


#kt_chat_message table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
    font-size: 15px;
}

#kt_chat_message th,
#kt_chat_message td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
}

#kt_chat_message th {
    background: #f5f5f5;
    font-weight: 600;
}

#kt_chat_message h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

#kt_chat_message h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
}

#kt_chat_message p {
    margin: 6px 0;
}


.page-bg {
    background-image: url('/tailwind/assets/media/images/2600x1200/bg-10.png');
}

.dark .page-bg {
    background-image: url('/tailwind/assets/media/images/2600x1200/bg-10-dark.png');
}


.kt-yellow{
    background-color: #4caf50;
}




