/* body {
    font: 1rem/1.5 var(--bs-font-sans-serif);
} */
html {
    font-size: 12px!important;
}
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.cursor {
cursor: pointer;
}
.form-label {
    opacity:0.75;
    font-size: smaller;
}
.btn-close {
    display: none;
}
.btn {
max-height: 23.75px;
}
.off-screen {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.form-select:focus {
    outline: none;
    box-shadow: none;
}
.form-text {
    font-size: .75em;
}
p.empty:empty,
div.empty:empty {
    display: none !important;
}
p.help-text {
    margin-top: 10px;
    font-size: 0.8rem;
}
.form-label.position-absolute.start-0.top-15 {
top:-15px;
}
.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}
.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}
.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}
.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}
td {
    font-size: 0.9em;
    line-height: 2;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50% !important;
    padding: 0.5em 0.9em !important;
 }
 .tables {
    table-layout: fixed;
    word-wrap:break-word;
 }
 #user-notification-table_wrapper .dt-column-order {
    display: none !important;
 }
 /* div.dt-container .dt-paging .dt-paging-button.disabled .page-link {
 background-color: transparent !important;
 }
 div.dt-container .dt-paging .dt-paging-button.active .page-link {
    background-color: transparent !important;
    } */
.card {
    overflow:hidden;
}
.card-header {
color: var(--bs--cap-color);
}    
.tab-content {
    /* max-width: 100%; */
    display: flex;
    flex: 1;
}
.modal-header {
    background-color: rgba(33,37,41,.03);
}
.modal-backdrop {
background-color: white;
/* opacity: 0.9!important; */
}
.heading-A {
    color: var(--bs-A);
    color:white;
    background-color: var(--bs-A);
}
.heading-B {
    color: var(--bs-B);
        color:white;
        background-color: var(--bs-B);
}
.heading-C {
    color: var(--bs-C);
        color:white;
        background-color: var(--bs-C);
}
.heading-D {
    color: var(--bs-D);
        color:white;
        background-color: var(--bs-D);
}
.heading-E {
    color: var(--bs-E);
        color:white;
        background-color: var(--bs-E);
}
.heading-F {
    color: var(--bs-F);
        color:white;
        background-color: var(--bs-F);
}
.btn-class,
.select-class,
.nav-tabs .btn {
    box-shadow: var(--bs-box-shadow)!important;
}
.color-class-A .btn-class {
    background-color: var(--bs-A);
    color: white;
}
.color-class-A .select-class {
    background-color: var(--bs-A);
    color: white;
}
.color-class-B .btn-class {
    background-color: var(--bs-B);
    color: white;
}
.color-class-B .select-class {
    background-color: var(--bs-B);
    color: white;
}

.color-class-E .btn-class {
    background-color: var(--bs-E);
    color: white;
}
.color-class-E .select-class {
    background-color: var(--bs-E);
    color: white;
}




select {
    flex-basis: max-content;
}
.avatar {
	margin: 0;
	border-radius: 10px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: gray;
	display: inline-block;
	max-width: 80px;
	max-height: 80px;
	min-height: 20px;
	min-width: 20px;
	position: relative;
	margin-right: 2px;
	overflow: hidden;
    cursor: pointer;
}
.avatar .avatar-blocker {
	display: none;
}
.avatar .spinner-border {
	display: none;
}
.avatar.loading .spinner-border {
	display: inline-block;
	color: white;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 12px;
	text-align: center;
}
.avatar .avatar-initials {
	font-weight: 800;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	pointer-events: none;
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.avatar.select .avatar-blocker {
	display: inline-block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.avatar.select.selected .avatar-blocker {
	display: none;
}
.avatar .sent-icon {
	position: absolute;
	bottom: 0;
	right: 5px;
	color: white;
}
.toast {
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 1);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 1);
}

.media-thumb-uploader {
opacity: 0;position:absolute;top:-100px; right:0; overflow: hidden;width: 80px;height: 80px;
}
.thumb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  overflow:hidden;
  border-radius: 10px;
  border: solid #333;
}
.truncate-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.truncate-lines.lines-2 {
    -webkit-line-clamp: 2;
        line-clamp: 2;
}
.truncate-lines.lines-3 {
    -webkit-line-clamp: 3;
        line-clamp: 3;
}
.truncate-lines.lines-4 {
    -webkit-line-clamp: 4;
        line-clamp: 4;
}
.truncate-lines.lines-5 {
    -webkit-line-clamp: 5;
        line-clamp: 5;
}
.truncate-lines.lines-6 {
    -webkit-line-clamp: 6;
        line-clamp: 6;
}
.truncate-lines.lines-7 {
    -webkit-line-clamp: 7;
        line-clamp: 7;
}
.truncate-lines.lines-8 {
    -webkit-line-clamp: 8;
        line-clamp: 8;
}
.truncate-lines.lines-9 {
    -webkit-line-clamp: 9;
        line-clamp: 9;
}
.truncate-lines.lines-10 {
    -webkit-line-clamp: 10;
        line-clamp: 10;
}

.modal-dialog {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}