.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 */}


.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: 850px; /* 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: 5px; align-items: center;}