#botChatDiv{
    overflow-y: auto;
    height : 23.5rem;
    max-height: 30rem;
    min-height:17.5rem;
    /* height: 60vh;
    min-height: 30vh; 
    max-height: 65vh; */
    width: 100%; 
    padding-top: 1rem;
}
#botChatDiv::-webkit-scrollbar {
    width: 5px; /* Set the scrollbar width */
}

#botChatDiv::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 20px; /* Round the scrollbar track */
}

#botChatDiv::-webkit-scrollbar-thumb {
    background-color: #aab7cf; /* Color of the scrollbar thumb */
    border-radius: 20px; /* Round the scrollbar thumb */
    
}

#legal_updates_list_card::-webkit-scrollbar {
    width: 5px; /* Set the scrollbar width */
}

#legal_updates_list_card::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 20px; /* Round the scrollbar track */
}

#legal_updates_list_card::-webkit-scrollbar-thumb {
    background-color: #aab7cf; /* Color of the scrollbar thumb */
    border-radius: 20px; /* Round the scrollbar thumb */
    
}


#modal_content::-webkit-scrollbar {
    width: 5px; /* Set the scrollbar width */
}

#modal_content::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 20px; /* Round the scrollbar track */
}

#modal_content::-webkit-scrollbar-thumb {
    background-color: #aab7cf; /* Color of the scrollbar thumb */
    border-radius: 20px; /* Round the scrollbar thumb */
    
}

#legal_summary_modal::-webkit-scrollbar {
    width: 5px; /* Set the scrollbar width */
}

#legal_summary_modal::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 20px; /* Round the scrollbar track */
}

#legal_summary_modal::-webkit-scrollbar-thumb {
    background-color: #aab7cf; /* Color of the scrollbar thumb */
    border-radius: 20px; /* Round the scrollbar thumb */
    
}

#table_wrapper_legal_updates::-webkit-scrollbar {
    width: 5px; /* Set the scrollbar width */
}

#table_wrapper_legal_updates::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 20px; /* Round the scrollbar track */
}

#table_wrapper_legal_updates::-webkit-scrollbar-thumb {
    background-color: #aab7cf; /* Color of the scrollbar thumb */
    border-radius: 20px; /* Round the scrollbar thumb */
    
}


#modify_user_card::-webkit-scrollbar {
    width: 5px; /* Set the scrollbar width */
}

#modify_user_card::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 20px; /* Round the scrollbar track */
}

#modify_user_card::-webkit-scrollbar-thumb {
    background-color: #aab7cf; /* Color of the scrollbar thumb */
    border-radius: 20px; /* Round the scrollbar thumb */
    
}

#document_list_card::-webkit-scrollbar {
    width: 5px; /* Set the scrollbar width */
}

#document_list_card::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 20px; /* Round the scrollbar track */
}

#document_list_card::-webkit-scrollbar-thumb {
    background-color: #aab7cf; /* Color of the scrollbar thumb */
    border-radius: 20px; /* Round the scrollbar thumb */
    
}

@media (min-width: 768px) {
    #botChatDiv {
        height: 50vh;
    }
}

@media (min-width: 1024px) {
    #botChatDiv {
        height: 60vh;
    }
}

#docUploadBotChatDiv{
    overflow-y: auto;
    height : 23.5rem;
    /* max-height: 30rem; */
    min-height:17.5rem;
    width: 100%; 
    padding-top: 1rem;
}

#docUploadBotChatDiv::-webkit-scrollbar {
    width: 5px; /* Set the scrollbar width */
}

#docUploadBotChatDiv::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 20px; /* Round the scrollbar track */
}

#docUploadBotChatDiv::-webkit-scrollbar-thumb {
    background-color: #aab7cf; /* Color of the scrollbar thumb */
    border-radius: 20px; /* Round the scrollbar thumb */
    
}

.chat_user {
    background: #eef2ff;
    text-align: left;
    min-width: 15%;
    max-width: 90%;
    width: 88%;
    border-radius: 6px;
    border: 1px solid #a5b4fc;
    float: right;
    margin: 7px;
    padding: 20px 10px; /* Adds padding around content */
}

   
.chat_user1 {
    position: relative;
    background: #eef2ff;
    text-align: left;
    min-width: 15%;
    max-width: 90%;
    width: 90%;
    /* width: max-content; */
   
    float: right;
    margin: 7px;
    /* white-space:pre-wrap; */
    border-bottom: 1px solid #ccc;
    margin-left: 42px;
}
.chat_user2 {
    position: relative;
    background: #eef2ff;
    text-align: left;
    min-width: 15%;
    max-width: 90%;
    width: 90%;
    /* width: max-content; */
   
    float: right;
    margin: 7px;
    /* white-space:pre-wrap; */
    margin-left: 42px;
}
  
  


.chat_user::before {
	content: '';
	position: absolute;
	visibility: visible;
	top: -1px;
	right: -12px;
	border: 10px solid transparent;
	border-top: 10px solid #ced3e4;
}

.chat_user::after {
	content: '';
	position: absolute;
	visibility: visible;
	top: 0px;
	right: -11px;
	border: 10px solid transparent;
	border-top: 10px solid #ced3e4;
	clear: both;
}

.chat_system {
	position: relative;
	background: #f9fafb;
	text-align: left;
	min-width: 15%;
    max-width: 90%;
    width: 90%;
    /* width: max-content; */
	padding: 10px 15px;
	border-radius: 6px;
	border: 1px solid #ccc;
	float: left;
    margin: 2px;
    /* white-space:pre-wrap; */
}

.chat_system::before {
	content: '';
	position: absolute;
	visibility: visible;
	top: -1px;
	left: -12px;
	border: 10px solid transparent;
	border-top: 10px solid #e5e7eb;
}

.chat_system::after {
	content: '';
	position: absolute;
	visibility: visible;
	top: 0px;
	left: -11px;
	border: 10px solid transparent;
	border-top: 10px solid #e5e7eb;
	clear: both;
}
  
.spinner{
    top : 18rem;
    /* right:40rem; */
    position: fixed;
    z-index: 9999;
}

.fireAndForgetToggleCls, .filterCls{
    font-size: 1.5rem;
}

#fire, .bi-toggle-on{
    color: rgb(249, 165, 51);
}

.recordsessionCls, .filterCls{
    font-size: 1.5rem;
}

#record, .bi-toggle-on{    
    color: rgb(249, 165, 51);
}

.analyzerCls, .filterCls{
    font-size: 1.5rem;
}

#analyze, .bi-toggle-on{    
    color: rgb(249, 165, 51);
}


#record, .bi-toggle-on{    
    color: rgb(249, 165, 51);
}

.left-side, .right-side {
    display: flex;
    align-items: center;
}

.left-side i, .right-side i {
    margin-right: 5px; 
}

.left-side span {
    margin-right: 20px; 
}

.up.active_vote .bi{
    color: #0000ff !important;
}
    
.down.active_vote .bi{
color: #ff0000 !important;
}

#add_user_heading {
    display: flex;
    justify-content: space-between;
}

.btn-spacing {
    margin-left: 10px; 
}

.card {
    overflow-y: auto;
}

.error-message {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
}

.field-error input {
    border-color: #e74c3c;
    outline: none;
    box-shadow: 0 0 5px rgba(231, 76, 60, 0.1);
}

#registry_welcome {
    padding-right: 1rem;
    background-color: #f6f9ff;
}

.success-message {
    color: #2ecc71; 
    font-size: 12px;
    margin-top: 5px;
}

.field-success input {
    border-color: #2ecc71; 
    outline: none;
    box-shadow: 0 0 5px rgba(46, 204, 113, 0.1);
}

/* #registry_card{
    height: 64vh;
    overflow: hidden;
}

#legal_memo_card{
    height: 64vh;
    overflow: hidden;
}

#judgement_assistant_card{
    height: 64vh;
    overflow: hidden;
} */

#suggested_prompts_card{
    height: 80vh;
}

#suggested_prompts_body{
    overflow: hidden;
}

#howToAsk_card{
    height: 80vh;
}

#howToAsk_body{
    overflow: hidden;
}

#SessionDropdown{
    width: 400px;
    max-height: 400px;
    overflow: auto;
}

#SessionDropdown::-webkit-scrollbar {
    width: 5px; /* Set the scrollbar width */
}

#SessionDropdown::-webkit-scrollbar-track {
    height: 20px;
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 20px; /* Round the scrollbar track */
}

#SessionDropdown::-webkit-scrollbar-thumb {
    background-color: #aab7cf; /* Color of the scrollbar thumb */
    border-radius: 20px; /* Round the scrollbar thumb */
    
}

.pagetitle {
    display: flex;
    justify-content: space-between;
}

.progress-bar-striped{
    background-image: linear-gradient(45deg, rgba(255, 0, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 0, 255, .15) 50%, rgba(255, 0, 255, .15) 75%, transparent 75%, transparent);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
table, th, td {
    border: 1px solid black;
    padding: 5px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
    font-weight: bold;
}