.logo {
	max-width: 235px;
}
.navbar-brand-image {
	height: 1.6rem;
}
a.app-logo {
	font-size: 0.7rem;
	font-weight: 500;
	text-transform: uppercase;
}
a.app-logo span {
	padding: 5px 5px 6px 5px;
	color: #FFFFFF;
	background-color: #000000;
	display: inline;
	box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
    margin-left: 8px;
}
a.app-logo:hover {
	text-decoration: none !important;
}
.page-pretitle,.markdown>table thead th, .table thead th {
	font-size: .725rem;
}
.markdown>table thead th, .table thead th {
	line-height: 1.5rem;
}
.dataTables_length,.dataTables_filter,.dataTables_paginate {
	padding: 10px 0px;
}
.btn-group-sm>.btn, .btn-sm {
	font-size: 0.85rem;
	padding: 0.325rem 0.55rem;
	border-radius: 4px;
}

.ts-control {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ts-wrapper.multi .ts-control>div {
	padding: 5px 12px;
	margin: 0 7px 4px 0;
}
.ts-wrapper.multi .ts-control>div.active {
	background: var(--tblr-primary);
}
/******************** Login / Auth Styles********************/
.auth-form h1 {
	font-size: 1.3rem;
}
.icon {
	--tblr-icon-size: 1.45rem;
}
.pointer {
	cursor: pointer;
}
/******************** Avatar********************/
.imgUploader {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 30em;
	background: #eee;
	border-radius: 1em;
	overflow: hidden;
	cursor: pointer;
	&::after {
		content: 'Select photo';
		text-align: center;
		pointer-events: none;
		z-index: 99999;
		color: #FFFFFF;
		background-color: rgba(114, 114, 114, 0.5);
		border-radius: 7px;
		padding: 4px 15px;
	}
}
.imgUploader input,.imgUploader img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.imgUploader input {
	z-index: 1;
	opacity: 0;
}
.imgUploader img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: opacity .25s ease-in-out;
	opacity: 1;
	&[src=''] {
		opacity: 0;
	}
}
/******************** Footer Styles********************/
.footer {
	font-size: 0.850rem;
}
/*** AI Chat Buddles*/
.chat-bubbles {
	display: flex;
	flex-direction: column;
	gap:1rem
}
.chat-bubble {
	background: #f1f8e8;
	border-radius: var(--tblr-border-radius-lg);
	padding: 1rem;
	position:relative;
}
.chat-bubble-me {
	background-color: #e9f0f9;
	box-shadow:none;
}
.chat-bubble-title {
	margin-bottom:.25rem;
}
.chat-bubble-author {
	font-weight:600;
}
.chat-bubble-date {
	color:var(--tblr-secondary);
	font-size: 0.8rem;
}
.chat-bubble-body > :last-child {
	margin-bottom:0;
}
/*** Notificartion bar*/
.notification-item {
	padding-bottom: 1rem!important;
	margin-bottom: 1rem!important;
	border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent)!important;
}
.notification-item:last-child {
	padding-bottom: 0rem!important;
	margin-bottom: 0rem!important;
	border-bottom: none !important;
}
/*** Info Icon*/
.icon-info svg {
	width: 18px;
	height: 18px;
}
/*** Datepicker Styles*/
.ui-timepicker-standard {
	font-size: 13px;
	text-align: left !important;
	font-family: var(--tblr-font-sans-serif) !important;
	border: var(--tblr-border-width) solid var(--tblr-border-color) !important;
    border-radius: var(--tblr-border-radius) !important;
}
.ui-menu-item {
	text-align: left !important;
    font-size: 14px;
    cursor: pointer;
}
/*** Core Search Bar*/
.coresearch {
	z-index: 9999;
	position: absolute;
	background: #FFFFFF;
	font-size: 14px;
	max-width: 350px;
}
.list-group-item.active {
	border-left-color: var(--tblr-orange);
}
.list-group-item a {
	text-decoration: none;
}

/*** Calendar ***/
.fc-toolbar-title {
    font-size: 1.3rem !important;
}

.fc .fc-button-primary {
    background-color: var(--tblr-primary) !important;
    border-color: var(--tblr-primary) !important;
    font-size: 0.9rem !important;
}

.fc .fc-button-primary:hover {
    background-color: var(--tblr-primary) !important;
    border-color: var(--tblr-primary) !important;
}


.filepond--credits {
    display: none;
}

.ql-container {
    font-size: 15px !important;
}

.ql-container.ql-snow, .ql-toolbar.ql-snow {
    border: none !important;
}

/**
* Timeline - Used on corrospondence page
* --------------------------------------------------------------
* Timeline component styles.
*/
.timeline {
    position: relative;
    padding: 1rem 0;
}

.timeline::before {
    background-color: none !important;
}

/* .timeline::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--tblr-border-color);
    z-index: 0;
} */

.timeline-event {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
    z-index: 1;
}

.timeline-event:last-child {
    margin-bottom: 0;
}

.timeline-event-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
}

.timeline-event-icon .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: var(--tblr-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
}

.timeline-event-card {
    margin-left: 1rem;
}

/* Quill */
.tox-editor-container {
    min-height: 400px;
}

.ql-editor p {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 5px;
}

.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    margin-bottom: 0.5rem;
}

.ql-editor h1 {
    font-size: 1.5rem !important;
}
.ql-editor h2 {
    font-size: 1.25rem !important;
}
.ql-editor h3 {
    font-size: 1.125rem !important;
}
.ql-editor h4 {
    font-size: 1rem !important;
}

/* Calendar Styles */
.fc {
    font-size: 1em;
}

.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.fc .fc-toolbar-title {
    font-size: 1.5em;
    font-weight: bold;
}

.fc .fc-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.fc .fc-button:hover {
    background-color: #0056b3;
}

.fc .fc-view-harness {
    min-height: 600px;
}

.fc .fc-daygrid-day-number {
    font-size: 1em;
    font-weight: bold;
}

.fc .fc-event {
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.9em;
}

/* Calendar Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    .fc .fc-toolbar {
        flex-direction: column;
        gap: 0.5rem;
    }

    .fc .fc-toolbar-title {
        font-size: 1.2em;
    }

    .fc .fc-button {
        padding: 0.2rem 0.5rem;
        font-size: 0.9em;
    }

    .fc .fc-view-harness {
        min-height: 400px;
    }

    .fc .fc-daygrid-day-number {
        font-size: 0.9em;
    }

    .fc .fc-event {
        font-size: 0.8em;
    }
}

/* Desktop and Tablet Button Layout */
@media screen and (min-width: 577px) {
    .btn-list {
        display: inline-flex;
        flex-direction: row;
        gap: 0.5rem;
    }

    .page-header .btn {
        width: auto;
    }
}

/* Mobile Responsive Improvements */
@media screen and (max-width: 576px) {
    .btn-list {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    .page-header .btn {
        width: 100%;
    }

    .d-flex.flex-column.flex-sm-row {
        gap: 0.5rem;
    }

    .btn-group {
        flex-wrap: wrap;
    }

    .btn-group .btn {
        flex: 1 1 auto;
        min-width: calc(50% - 0.25rem);
        margin: 0.125rem;
    }

    .table-responsive {
        margin: 0 -1rem;
        padding: 0 1rem;
        width: calc(100% + 2rem);
    }
}
