.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;
}

.datatable-empty {
	text-align: center;
}

.datatable-top::after,
.datatable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}

table.datatable-table:focus tr.datatable-cursor>td:first-child {
	border-left: 3px blue solid;
}

table.datatable-table:focus {
	outline: solid 1px black;
	outline-offset: -1px;
}

.custom-asset__form__inputs {
	margin-bottom: 3.5rem;
}

.custom-asset__form__inputs label {
	font-size: 15px;
	line-height: 1.4;
	color: #242424;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

.custom-asset__form__inputs label span {
	color: #f90018;
	margin-left: 0.3rem;
}

.custom-asset__form__inputs input,
.custom-asset__form__inputs textarea {
	padding: 16px 5px 16px 5px;
	font-family: "Poppins", sans-serif;
	border: none;
	border-radius: 6px;
	border: 1px solid #d2d2d2;
	font-size: 1.3rem;
}

.custom-asset__form__inputs textarea {
	resize: none;
}

.custom-asset__form__inputs .form-select {
	padding: 14px 5px 15px 10px;
	font-family: "Poppins", sans-serif;
	border: none;
	border-radius: 6px;
	border: 1px solid #d2d2d2;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23888888' height='21' viewBox='0 0 24 24' width='21' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 10px;
}

.custom-asset__form__inputs .form-select::-ms-expand {
	display: none;
}

.custom-asset__form__inputs .form-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #86b7fe;
}

.custom-asset-form-btnWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2rem;
}

.custom-asset-form-btnWrap .custom-asset__submit__btn {
	margin-right: 2rem;
}

.custom-asset__select__2 .select2-container {
	width: 100% !important;
}

.custom-asset__select__2 .select2-container .select2-selection--single {
	height: 100% !important;
	padding: 16px 5px 16px 5px;
	border: none;
	border: 1px solid #d2d2d2;
	/* border-bottom-left-radius: 0; */
	/* border-bottom-right-radius: 0; */
	border-radius: 6px;
}

.custom-asset__select__2 .select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	line-height: 2rem;
	font-family: "Poppins", sans-serif;
	color: #414244;
	font-size: 16px;
	padding-left: 0;
}

.custom-asset__select__2 .select2-selection__arrow {
	top: 1.4rem !important;
}

.select2-dropdown--below {
	font-family: "Roboto-Regular", sans-serif;
	color: #414244;
	font-size: 1.3rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3f4254;
	color: white;
}

.custom-asset-modal .modal-content {
	padding: 3rem;
}

.custom-asset-modal .modal-body h5 {
	margin-bottom: 1rem;
	font-size: 1.75rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #777777;
}

.custom-asset-modal .modal__btn__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.print-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.custom-asset-niceSelect .nice-select {
	font-family: "Poppins", sans-serif;
	border: none;
	border-radius: 6px;
	border: 1px solid #9e9e9e;
	font-size: 16px;
	width: 100%;
	padding: 16px 5px 16px 5px;
	margin-bottom: 3.5rem;
}

.custom-asset-niceSelect .nice-select::after {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	height: 7px;
	right: 12px;
	top: 58%;
	width: 7px;
}

.custom-asset-niceSelect .list {
	width: 100%;
}