/* KEBAB OVERRIDER FOR BROKEN COMPATIBILITY */
.table-bordered { border-radius: 0.25rem; border-color: var(--table-border-color); border: 1; }
.custom-select { background-image: none; }
.datatable-filter-select { font-size: 14px; font-weight: 500; color: var(--light-grey); padding: 0.25rem 0.25rem; line-height: 1.5; }
.brand-title>img { max-width: 100px; }

/* CUSTOMIZATIONS */
.custom-admin-panel-bar { background-color: var(--color-primary); color: #FFFFFF; padding: 10px; }
.custom-hide { display: none; }
.custom-selector-multiple .ts-control>input::-ms-input-placeholder { color: #212529; }
.custom-selector-multiple .ts-control>input::placeholder { color: #212529; }

.btn-ui { padding-top: 2px !important; padding-bottom: 3px !important;}
.btn-ui.btn-ui-language { cursor: pointer; }
.custom-dt-left { text-align: left !important; }
.custom-dt-right { text-align: right !important; }
.custom-dt-center { text-align: center !important; }

.omop-description { background: #FFFFFF !important; }
.btn-action-menu { font-weight: normal !important; padding: 8px 16px !important; }

.btn-ui-chat { cursor: pointer; }

.custom-patient-chatbot-history { height: 600px; max-height: 600px; overflow:auto; }
.custom-patient-chatbot-detail { height: 500px; max-height: 500px; overflow:auto; }

.custom-assistant-chatbot-history-container { background: #ffffff; }
.custom-assistant-chatbot-history { height: 700px; max-height: 700px; overflow:auto; }
.custom-assistant-chatbot-detail { height: 650px; max-height: 650px; overflow:auto; }

.custom-stores { max-width: 350px; height: auto; }
.custom-navs { cursor: pointer ;}
.custom-patient-import-association { padding:10px !important; }
.custom-patient-import-association-very_low { background: #F0F0F0 !important; }
.custom-patient-import-association-low { background: #FDFFB8 !important; }
.custom-patient-import-association-medium { background: #E6FFE6 !important; }
.custom-patient-import-association-high { background: #B8FFB8 !important; }

.custom-patient-import-info { cursor: pointer; font-size: 16px; color: rgba(var(--bs-warning-rgb), 255) !important; }
.custom-mic-red { color: #FF0000 !important; }