.mat-mdc-paginator .mat-mdc-paginator-container {
	justify-content: space-between !important;
}

.pointer {
	cursor: pointer !important;
}

.icon-12 {
	width: 12px !important;
	min-width: 12px !important;
	/*    height: 12px !important;*/
	/*    min-height: 12px !important;*/
	font-size: 12px !important;
	line-height: 12px !important;
}

.icon-14 {
	width: 14px !important;
	min-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
	font-size: 14px !important;
	line-height: 16px !important;
}

.icon-16 {
	width: 16px !important;
	min-width: 16px !important;
	/*    height: 16px !important;*/
	/*    min-height: 16px !important;*/
	font-size: 16px !important;
	line-height: 16px !important;
}

.icon-18 {
	width: 18px !important;
	min-width: 18px !important;
	/*    height: 18px !important;*/
	/*    min-height: 18px !important;*/
	font-size: 18px !important;
	line-height: 18px !important;
}

.icon-20 {
	width: 20px !important;
	min-width: 20px !important;
	/*    height: 20px !important;*/
	/*    min-height: 20px !important;*/
	font-size: 20px !important;
	line-height: 20px !important;
}

.icon-btn-md {
	width: 28px !important;
	min-height: 28px !important;
	max-height: 28px !important;
	mat-icon {
		width: 1.25rem !important;
	    height: 1.25rem !important;
	    min-width: 1.25rem !important;
	    min-height: 1.25rem !important;
	    font-size: 1.25rem !important;
	    line-height: 1.25rem !important;
	}
}

.dialog-content-wrapper {
	.mat-mdc-dialog-title {
		.mat-mdc-icon-button {
			width: 28px !important;
		}
	}
}

.contact-status-indicator {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 2px solid transparent;
	border-radius: 50px;
}

.rtl .contact-status-indicator {
	left: 0;
	right: auto;
}

.h-fit {
	height: -webkit-fill-available !important;
}

.tablePage {
	max-height: calc(100vh - 240px);
}

.pageDrawer {
	width: 450px;
	height: -webkit-fill-available;
}

.h-webfit {
	height: -webkit-fill-available;
}

.w-webfit {
	width: -webkit-fill-available;
}

.blink {
	animation: blinkMe 2s linear infinite;
}

@keyframes blinkMe {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.upright {
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 12px;
}

.upright:hover {
	animation: transitMe 4s linear infinite;
}

@keyframes transitMe {
	0% {
		letter-spacing: 12px;
		font-size: 1rem;
	}

	50% {
		letter-spacing: 20px;
		font-size: 2rem;
	}

	100% {
		letter-spacing: 12px;
		font-size: 1rem;
	}
}

.noPaddingBottomSheet {
	.mat-bottom-sheet-container {
		padding: 0px !important;
		border-radius: 1rem 1rem 0 0;
	}
}


.galleryItem {
	.img-fluid {
		opacity: 1 !important;

		&:hover {
			opacity: 1 !important;
			transform: none !important;
		}
	}
}

.ai-send-btn {
    background-color: #2eece4;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.ai-send-btn i {
    font-size: 18px;
}

.fab-static {
	background-color: transparent;
	height: 24px;
	width: 24px;
	border-radius: 32px;
	position: absolute;
	right: 5px;
	bottom: 15px;
	text-align: center;
	overflow: hidden;
	background-color: #2eece4;
	padding: 0px;
	opacity: 0.8;
}

.fab-static:hover {
	opacity: 1;
}

.fab {
	background-color: transparent;
	height: 24px;
	width: 24px;
	border-radius: 32px;
	transition: height 300ms;
	transition-timing-function: ease;
	position: absolute;
	right: 5px;
	bottom: 100%;
	text-align: center;
	overflow: hidden;
	background-color: #2eece4;
	padding: 0px;
	transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fab:hover {
	height: 146px;
	z-index: 5;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* // .fab:hover .mainop {
//     transform: rotate(180deg);
// } */

.mainop {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	transition: transform 300ms;
	background-color: #ffffff;
	border-radius: 32px;
	z-index: 6;
	margin: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainop i {
	font-size: 16px;
	color: #161616;
}

.minifab {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 24px;
	z-index: 5;
	float: left;
	margin: 4px 5px;
	margin-bottom: 0px;
	background-color: #161616;
	right: 2px;
	bottom: 0px;
	/* transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); */
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
}

.minifab a i {
	font-size: 14px;
	color: #ffffff;
}

.minifab:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	opacity: 1 !important;
}

.minifabIcon {
	height: 18px;
	width: 18px;
	margin-top: 4px;
}



/*Nav List*/
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    justify-content: center;
/*    gap: 8px;*/
    margin-bottom: -4px;
}

.nav-link {
    display: block;
    padding: 0.25rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #868e96;
}

.nav-effect {
    align-items: center;
}

.nav-effect .nav-item {
    margin: 0;
}

.nav-effect .nav-link {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    line-height: 44px;
    perspective: 1000px;
}

.nav-effect .nav-link span {
    position: relative;
    display: inline-block;
    padding: 0.25rem 30px;
    background-color: #4b596d;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.nav-effect .nav-link span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f172a;
    content: attr(data-hover);
    transition: background-color 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
}

.nav-effect .nav-link:hover span,
.nav-effect .nav-link:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.nav-effect .nav-link:hover span::before,
.nav-effect .nav-link:focus span::before {
    background-color: #0f172a;
}

.nav-effect .nav-link.active span,
.nav-effect .nav-link.active:hover span,
.nav-effect .nav-link.active:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.nav-effect .nav-link.active span::before,
.nav-effect .nav-link.active:hover span::before,
.nav-effect .nav-link.active:focus span::before {
    background-color: #0f172a;
}

.nav-badge {
	position: absolute;
    left: 50%;
    bottom: -10%;
    transform: translate(-50%, 0%);
	min-width: 70%;
    line-height: 12px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 9999px !important;
}

.dateDropDown {
	.mat-mdc-form-field-subscript-wrapper {
		margin-bottom: -20px !important;
	}
}


.iconCenter {
	width: 100%;
	height: 50vh;
	max-height: 100vh;
	mat-icon {
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.chartPanel {
	min-width: 22vw;
	max-width: 500px;
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: rgb(15 23 42 / 60%);
  --mdc-plain-tooltip-supporting-text-font: var(--mat-table-row-item-label-text-font, Roboto, sans-serif);
  --mdc-plain-tooltip-supporting-text-size: 9px;
/*  --mdc-plain-tooltip-supporting-text-weight: 100;*/
  --mdc-plain-tooltip-supporting-text-color: rgb(255 255 255 / 60%);
 }

.tablePage {
	.mdc-data-table__row {
		box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
		border-radius: 5px;
	    padding: 0 4px;
	    margin: 4px 4px 8px 6px;
	}

	.mat-mdc-header-row {
		padding: 0 8px;
	}

	.mat-mdc-cell {
		border: none;
	}
}

.mdc-button:disabled {
	cursor: default !important;
    pointer-events: none !important;
    color: var(--mdc-protected-button-disabled-label-text-color) !important;
    background-color: var(--mdc-protected-button-disabled-container-color) !important;
}

::ng-deep .avatar-content {
    background-color: #aaaaaa !important;
}
