.dataTable tbody,.dataTable th,.dataTable td{
	border :none !important;
}
table.dataTable thead{
	display:none;
}
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center !important;
}.trunc-1x{
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trunc-2x{
    min-height:45px;
	display: block;
    display: -webkit-box;
    max-width: calc(100% - 5px);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trunc-3x{
    min-height:60px;
	display: block;
    display: -webkit-box;
    max-width: calc(100% - 5px);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rich-text ul{
	list-style: none;
	margin: 0 0 1.5em 0.5em;
	word-break: break-word;
	padding-inline-start: 25px;
}
.banner-content h1{
	font-size: var(--h1size);
	line-height: var(--h1height);
	font-family: 'Brush Script MT';
	text-transform: none;
}

.rich-text li{
	position: relative;
}

.rich-text li::before{
	content: "\f061";
    font-family:'Line Awesome Free';
	color:#0077C8;    
	position: absolute;
    top: -6px;
    left: -30px;
    font-weight: 900;
    font-size: 25px;

}
.dataTable td, .dataTable th{
	height: 100%;
}
div.dataTables_wrapper div.dataTables_filter input{
	margin-left:0px !important;
}
.dataTables_length{
	text-align:right;
}
.form-control-sm{
	height:35px !important;
	width:100% !important;
}
.imgal-modal{
	position:fixed !important;
	z-index:9999;
}
#imgal-modal-close {
    font-size: 28px !important;
    right: 3rem !important;
}
.imagl-nav {
    position: absolute;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;
	cursor:pointer;
}
.imagl-nav i{
    font-size: 40px;
}
.imgal-blk{
    position: relative;
	cursor:pointer;
}
.imgal-blk::before {
	background: rgba(0, 0, 0, 0) linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 100%, var(--primary-color) 100%) repeat scroll 0 0;
    opacity: 0;
	content: "\f00e";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color: #ffffff8c;
    font-size: 30px;
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
    font-family: 'FontAwesome';
}
.imgal-blk:hover::before {
	opacity: 0.8;
}
.imgal-img:hover {
    -webkit-filter: opacity(100%) !important;
    filter: opacity(100%) !important;
}
.page-item.disabled .page-link,.page-item .page-link {
    color: var(--text);
    background: var(--white);
}
.page-item.active .page-link {
    color: var(--white);
    background: var(--primary) !important;
}
