.dataTable-wrapper.no-header .dataTable-container {
	border-top: 1px solid #d9d9d9;
}

.dataTable-wrapper.no-footer .dataTable-container {
	border-bottom: 1px solid #d9d9d9;
}

.dataTable-top,
.dataTable-bottom {
	padding: 8px 10px;
}

.dataTable-top > nav:first-child,
.dataTable-top > div:first-child,
.dataTable-bottom > nav:first-child,
.dataTable-bottom > div:first-child {
	float: left;
}

.dataTable-top > nav:last-child,
.dataTable-top > div:last-child,
.dataTable-bottom > nav:last-child,
.dataTable-bottom > div:last-child {
	float: right;
}

.dataTable-selector {
	padding: 6px;
}

.dataTable-input {
	padding: 6px 12px;
}

.dataTable-info {
	margin: 7px 0;
}

/* PAGER */
.dataTable-pagination ul {
	margin: 0;
	padding-left: 0;
}

.dataTable-pagination li {
	list-style: none;
	float: left;
}

.dataTable-pagination a {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	color: #333;
}

.dataTable-pagination a:hover {
	background-color: #d9d9d9;
}

.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
	background-color: #d9d9d9;
	cursor: default;
}

.dataTable-pagination .ellipsis a,
.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
	cursor: not-allowed;
}

.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
	cursor: not-allowed;
	opacity: 0.4;
}

.dataTable-pagination .pager a {
	font-weight: bold;
}

/* TABLE */
.dataTable-table {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.dataTable-table > tbody > tr > td,
.dataTable-table > tbody > tr > th,
.dataTable-table > tfoot > tr > td,
.dataTable-table > tfoot > tr > th,
.dataTable-table > thead > tr > td,
.dataTable-table > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
}

.dataTable-table > thead > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}

.dataTable-table > tfoot > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #d9d9d9;
}

.dataTable-table th {
	vertical-align: bottom;
	text-align: left;
}

.dataTable-table th a {
	text-decoration: none;
	color: inherit;
}

.dataTable-sorter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.dataTable-sorter::before,
.dataTable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}

.dataTable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0px;
}

.dataTable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0px;
}

.asc .dataTable-sorter::after,
.desc .dataTable-sorter::before {
	opacity: 0.6;
}

.dataTables-empty {
	text-align: center;
}

.dataTable-top::after, .dataTable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}
.simplebar-content  {
	overflow: hidden !important;
}
.list:hover {
	background-color: #4EAFBA !important;
	text-decoration: underline !important;
	cursor: pointer;
	color: white !important;
}

.pb-16x {
	padding-bottom: 16px;
}

ul.steppedprogress li.complete.reject:before {
    background: #ef4d56;
    color: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 1.25px #4EAFBA;
    box-shadow: 0 0 0 1.25px #ef4d56;
}

.hx-20 {
	height: 20px;
}

.hx-40 {
	height: 40px;
}

.hx-400 {
	height: 400px;
}

.hx-280 {
	height: 280px;
}

.pb-16x {
	padding-bottom: 16px !important;
}

.h-100-m40 {
	height: calc(100% - 40px) !important;	
}

.wx-297 {
	width: 297px !important;
}

.wx-270 {
	width: 270px !important;
}

.w-100-m270 {
	width: calc(100% - 270px) !important;
	/* height: calc(100% - 40px) !important;	 */
}

.w-d7 {
	width: calc(100%/7) !important;
}

.text-ellipsis {
	text-overflow: ellipsis;
    white-space: nowrap;
}

.r-0 {
	right: 0 !important;
}

.t-0 {
	top: 0 !important;
}

.reckon-image {
	background-image: url('https://us.v-cdn.net/6032430/uploads/JOBFQ1PG38TD/reckon-logo-horizontal-rgb.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
}

.spinner-border-xsm {
    --bs-spinner-width: 0.7rem;
    --bs-spinner-height: 0.7rem;
    --bs-spinner-border-width: 0.2em;
}

.btn-de-dashed-secondary {
    background-color: #3b8a93 !important;
    color: #fff !important;
    border: 1px solid #3b8a93;
}

.thumb-sm {
	object-fit: cover;
}

.bg-F3F7FC {
	background-color: #F3F7FC !important;
}

.default-profile-image {
	background-image: url('/assets/images/default-profile.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.hx-130 {
	height: 130px;
}

.hx-150 {
	height: 150px;
}

.rounded-10x {
	border-radius: 10px;
}

.wx-110 {
	width: 110px;
}

.h-70 {
	height: 70%;
}

.h-30 {
	height: 30%;
}

.bg-4EAEBA {
	background-color: #4EAFBA !important;
}

.wxcm-110 {
	width: calc(100% - 110px);
}

.h-33 {
	height: 33%;
}

.text-676767 {
	color: #676767;
}

.w-20 {
	width: 20%;
}

.hx-250 {
	height: 250px;
}

.border-color-4EAFBA {
	border-color: #4EAFBA !important;
	border-width: 2px !important;
}

.hx-50 {
	height: 50px;
}

.hxcm-26 {
	height: calc(100% - 26px) !important;
}

.hxcm-71 {
	height: calc(100% - 71px) !important;
}

.hx-110 {
	height: 110px;
}

.hx-30 {
	height: 30px;
}

.bg-4EAFBA {
	background-color: #4EAFBA !important;
}

.text-4EAFBA {
	color: #4EAFBA !important;
}

