/* 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; }
.btn-ui-translation-flag { padding: 1px !important; }
.custom-dt-left { text-align: left !important; }
.custom-dt-right { text-align: right !important; }
.custom-dt-center { text-align: center !important; }
.custom-tenant-logo-image { width: 150px; height: auto; }

.btn-action-menu { font-weight: normal !important; padding: 8px 16px !important; }

.invoice-pdf-download { font-size: 18px; cursor: pointer; }
.invoice-pdf-download:hover { opacity: 0.5; }