.w-5 {width: 5% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.w-10 {width: 10% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.w-20 {width: 20% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.w-30 {width: 30% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.w-40 {width: 40% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.w-60 {width: 60% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.w-70 {width: 70% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.w-80 {width: 80% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.w-90 {width: 90% !important; /* Use !important to override Bootstrap's styles, if necessary */}

.h-2 {height: 2% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-4 {height: 4% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-5 {height: 5% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-6 {height: 6% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-8 {height: 8% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-10 {height: 10% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-20 {height: 20% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-25 {height: 30% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-30 {height: 30% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-40 {height: 40% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-60 {height: 60% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-70 {height: 70% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-80 {height: 80% !important; /* Use !important to override Bootstrap's styles, if necessary */}
.h-90 {height: 90% !important; /* Use !important to override Bootstrap's styles, if necessary */}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {padding-right: 0px; padding-left: 0px;}
.row{display: flex;-ms-flex-wrap: wrap;margin-right: 0px;margin-left: 0px;}
.rowCustomer1{margin-right:0;margin-left:0;margin-top: 2%};
.img1{width: 30%; height: 300px; background-size: cover;}
.img2{width: 100%; height: auto; margin-bottom: 40px;}
.imgTxt1{width: 10;height: 10;}
.imgTxt2{  max-width: 80px; /* Adjust image size */max-height: 80px; /* Adjust image size */}
.imgTxtItem1{width: 10;height: 10;margin-right:10;vertical-align: middle;}
.btnFunction{margin: 2% 2% 2% 2%; padding-left: 0px;padding-right: 0px;border: 5px solid transparent;}
.borderTxt{border:2px solid #dee2e6!important;     padding-left: 1px;padding-top: 1px !important;min-height: 160px;padding-right: 1px;}
.colCustom1{flex-grow: 0;;margin-bottom: 1%}
.ropdown-toggle-type{width: 120px;}
.area1{background-color: rgb(208 225 217);}
.area2{background-color:rgb(210, 214, 186);}
.alert1{  white-space: normal;word-wrap: break-word; /* Break long words */}
.titleImg{max-width: 50%;}
.btn-highlight { border: 5px solid red !important; color: black;}
.showText{   width: 80px; word-wrap: break-word; /* Allows breaking words */overflow-wrap: break-word; white-space: normal;margin-bottom: 1px;}
.warehouseKid{padding-left: 1px; padding-right: 1px;}
.speakSeed {padding-left: 1px; padding-right: 1px;}
.logAreaAI {
    border: none !important; /* Remove border */
    display: flex; /* Enable flexbox */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    padding: 10px; /* Optional: Add padding for better spacing */
    background-color: transparent; /* Optional: Ensure background is transparent */
    max-height: 350px; /* Set your desired height */
    overflow-y: auto; /* Enable vertical scrolling */
    min-height: 350px;
    box-sizing: border-box;
    /* max-width: 680px; */
}
.modalLgAI1 {
    max-width: 1000px; /* Adjust the width as needed */
    
}
.sentence-item {
    display: inline-block; /* Make items behave like buttons */
    padding: 10px 20px; /* Add padding for button-like appearance */
    margin: 5px; /* Add spacing between buttons */
    background-color: #f0f0f0; /* Light gray background */
    color: #333; /* Dark gray text color */
    border: 1px solid #ccc; /* Subtle border */
    border-radius: 8px; /* Slightly rounded corners */
    text-align: center; /* Center text */
    cursor: pointer; /* Change cursor to pointer on hover */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    font-size: 14px; /* Adjust font size */
    font-weight: 500; /* Medium font weight */
}

.sentence-item:hover {
    background-color: #e0e0e0; /* Slightly darker gray on hover */
    border-color: #bbb; /* Darker border on hover */
    transform: translateY(-2px); /* Slight lift effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.sentence-item:active {
    background-color: #d0d0d0; /* Even darker gray when clicked */
    transform: translateY(0); /* Reset lift effect */
    box-shadow: none; /* Remove shadow when clicked */
}
.sentence-probability{min-width: 150px;color:black;flex: 0 0 100px;}
.sentence-text{flex: 1;min-width: 400px; margin-right: 10px; cursor: pointer;}
.sentence-row{clear: both;display: flex; padding: 2px; align-items: center;}

/* Modern UI Styles */
:root {
    --primary-color: #3498db;
    --secondary-color: #2c3e50;
    --bg-gradient: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --card-bg: rgba(255, 255, 255, 0.95);
    --border-radius: 15px;
    --shadow: 0 10px 30px rgba(0,0,0,0.08);
}

body.modern-ui {
    background: var(--bg-gradient);
    min-height: 100vh;
    min-height: 100dvh;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--secondary-color);
}

.modern-card {
    background: var(--card-bg);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    border: none;
    /* margin-bottom: 20px; */
    padding: 15px;
    transition: transform 0.2s;
}

.modern-btn {
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s;
}

.modern-header {
    margin-bottom: 30px;
    text-align: center;
}

.info-item {
    padding: 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    font-weight: bold;
    color: #7f8c8d;
    width: 120px;
    font-size: 0.9rem;
}

.info-value {
    font-weight: 600;
    color: var(--secondary-color);
}

.function-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.function-btn {
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    gap: 10px;
    border-radius: var(--border-radius);
}