.search-handbook-heading h2 {
	color: var(--np-primary-color);
	font-family: var(--np-font-family);
	font-weight: 700;
	font-size: var(--np-h2-fs);
	margin-bottom: 0;
}

.search-handbook-heading img {
	width: 28px;
	height: 28px;
}
.page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-numbers li a,
.page-numbers li span {
    padding: 6px 12px;
}
.search-input {
	position: relative;
}

.search-input input {
	border: 1px solid var(--np-seprator);
	border-radius: var(--np-border-radius);
	padding: 15px 16px;
	padding-left: 44px;
}

.search-input img {
	position: absolute;
	left: 23px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.search-input input,
.search-form .btn {
	height: 100%;
}

.search-form .btn {
	background: var(--np-primary-color) !important;
	color: var(--np-color-white);
	border: none;
	border-radius: var(--np-border-radius);
	padding: 8px 16px;
}

p.search-results {
	color: var(--np-primary-color);
	margin-top: 16px;
	margin-bottom: 20px;
}

.search-result-box {
	margin-top: 20px;
	background-image: repeating-linear-gradient(to right,
			var(--np-seprator) 0,
			var(--np-seprator) 4px,
			transparent 4px,
			transparent 8px);
	background-position: bottom;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.search-result-box:last-child {
	background-size: 100% 0px;
}

.search-result-box h6 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
}

.search-result-box p {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0px;
	color: var(--np-muted);
}
.alpha {
	margin-top: 20px;
	margin-bottom: 18px;
}
.table thead tr th {

	color: var(--np-color-white);
	vertical-align: middle;
	border-width: 0;
}

.index-table table {
    border-radius: 18px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--np-primary-color);
}

.index-table table thead tr:first-child th:first-child {
    border-top-left-radius: 18px;
}

.index-table table thead tr:first-child th:last-child {
    border-top-right-radius: 18px;
}

.index-table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 18px;
}

.index-table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 18px;
}
.index-table table tbody tr:last-child td{
	border-bottom: 0px;;
}
.index-table table thead {
	background: var(--np-header-gradient) !important;
}

.index-table table thead tr {
	border-width: 0;

}
.indexer {
	padding: 4.7px 9.5px;
	border-top: 0.8px solid var(--np-seprator);
	border-bottom: 0.8px solid var(--np-seprator);
	border-left: 0.8px solid var(--np-seprator);
	border-right: 0.8px solid var(--np-seprator);
	background-color: var(--np-color-white);
	text-align: center;
	color: #1A2956;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	border-radius: 4px;
}
.index-table table thead tr th:first-child {
	width: 25%;

}

.index-table table thead tr th:last-child {
	width: 75%;

}


.index-table table thead tr th {
	background-color: transparent;
	font-size: 20px;
	font-weight: 700;
	color: var(--np-color-white);
	padding: 10px 10px !important;
}
p.header-title span {
    display: none;
}
.index-table table thead tr th input {
	background-color: var(--np-color-white);
	border: 1px solid var(--np-color-white);
    padding: 4.2px 16px;
    font-size: 16px;
	border-radius: var(--np-border-radius);
	color: var(--np-muted);
}

.index-table table thead tr th {
	position: relative;
}

.index-table table thead tr th .inputclear {
	position: absolute;
	right: 15px;
	top: 17px;
	cursor: pointer;
	width: 13px;
}

.alpha .indexer.me-2 {
    margin-right: 12px !important;
}
.index-table table thead tr th p {
	margin-bottom: 0;
	padding: 5px 10px;
}


.index-table table tbody tr td {
	padding: 18px 28px !important;
	color: var(--np-primary-color);
	font-size: 16px;
	border-bottom: 1px solid;
	border-color: (--np-primary-color);
	border-right: 0px;
}
.index-table table tbody,.index-table table thead { border-color: var(--np-primary-color); }

.arrows-icons-left {
	margin-right: 5px;
}

.arrows-icons-right {
	margin-left: 5px;
}

li.arrows-icons-left a.page-link img,li.arrows-icons-right a.page-link img  {
	margin-left: 0px;
}
li.arrows-icons-left a,li.arrows-icons-right a{
	text-decoration: none;
}

li.page-item a.page-link {
	color: #000;
	border: 1px solid var(--np-light-border);
	padding: 6.4px 10px;
}

li.arrows-icons-right a.page-link {
	border: 0;
	padding: 8px 8px;
}

li.arrows-icons-left a.page-link {
	border: 0;
	padding: 8px 8px;
}

li.page-item:nth-child(2) a.page-link {
	border-radius: 5px 0 0 5px;
}

li.page-item:nth-last-child(2) a.page-link {
	border-radius: 0px 5px 5px 0px;
}
span.page-link.current {
     padding: 6.4px 10px;
    background: var(--np-primary-color);
    border-color: var(--np-primary-color);
    /* line-height: 21.2px; */
     
    border: 1.5px solid var(--np-primary-color);
}
.pagination .disabled {
    pointer-events: none;
    opacity: 0.9;
    border: 1px solid #ebeef1;
}
.table-footer {
	border: 1px solid var(--np-light-border);
	padding: 20px 28px;
	border-radius: 0px 0px 12px 12px;
	border-top: 0;
	border-color: var(--np-primary-color);
}

.table-footer span {
	color: #000;
}

.table-footer div label {
	font-size: 11px;
	color: #454545;
	margin-right: 5px;
}

.table-footer div select {
	padding: 6.4px 10px;
	color: #454545;
	border: 1px solid var(--np-light-border);
	border-radius: 5px;
	
}

.disabledIndexer {
	pointer-events: none;
	background: var(--np-disabled-bg);
}

.activeIndexer {
	background: var(--np-active-indexer-bg);
	color: var(--np-color-white);
	border: 0.8px solid var(--np-active-indexer-bg);
}

.terminology-icon {
	margin-left: 5px;
	font-size: 10px;
	margin-top: -3px;
	max-height: 11px;
}

.pagination-controls button {
	background-color: transparent;
	border: 0;
	line-height: 13px;
}

.pagination-controls button.first-page,
.pagination-controls button.next-page {
	padding-right: 0;
	line-height: 13px;
}

.page-number-count {
	width: 30px;
	border-radius: 0;
	border: 1px solid var(--np-light-2);
	padding: 0 0px 0 10px;
	font-size: 11px;
	margin-right: 5px;
	line-height: 10px;
	height: 18px;
}

.page-number-count::-webkit-outer-spin-button,
.page-number-count::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.pagination-controls {
	display: flex;
	align-items: center;
}

button.first-page:disabled,
button.previous-page:disabled,
button.next-page:disabled,
button.last-page:disabled {
	opacity: 0.5;
}


.index-table .header-title .ml-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index-table .header-title {
	display: flex
	
}

.index-table .header-title .ml-2 .light-caret {
	color: #999898;
}

.index-table .header-title .ml-2 .active-caret {
	color: #000;
}

.pagination .page-numbers {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination ul.page-numbers li a,
.pagination ul.page-numbers li span {
    padding: 6px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
	color: var(--np-primary-color);
}
.pagination ul.page-numbers li a:focus,.pagination ul.page-numbers li span:focus,.pagination ul.page-numbers li .page-numbers.current {
    background-color:var(--np-primary-color);
    box-shadow: none;
    outline: 0px;
    color: #fff;
	border: 1px solid var(--np-primary-color);
}
.pagination ul.page-numbers li:first-child a,.pagination ul.page-numbers li:first-child span {
	border-radius: 5px 0 0 5px;
}
.pagination ul.page-numbers li:last-child a,.pagination ul.page-numbers li:last-child span{
	border-radius: 0 5px 5px 0;
}
.arrows-icons-left a img,
.arrows-icons-right a img{
	margin-left: 5px;
}

.pagination {
    display: flex;
    align-items: center;
}

.arrows-icons-left,
.arrows-icons-right {
    display: flex;
    gap: 0px;
}
li.page-item:nth-last-child(2) a.page-link {
    border-radius: 0px 5px 5px 0px;
}       
li.page-item.active:nth-last-child(2) .page-link.current ,li.page-item.active:nth-child(2) .page-link.current {
    border-radius: 0px 5px 5px 0px;
}
li.page-item.active:nth-child(2) .page-link.current {
    border-radius: 5px 0 0 5px;
}
select#abb_per_page{
    padding-right: 24px;
    padding-left: 12px;
}
.page-link:focus {
    z-index: 3;
    color: transparent;
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: none;
}
select#abb_per_page:focus {
    z-index: 3;
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: none;
    border-color: var(--np-light-border);
}
span.page-link.dots {
    padding: 6.4px 10px;
    color: #000;
    border: 1px solid var(--np-light-border);
}
.pagination .disabled {
    pointer-events: none;
    border: none;
}
.pagination .disabled a {
    background: transparent;
    border: 0px !important;
      padding: 8px 8px;
}
.pagination .disabled a img{
    filter: opacity(0.4);
}

.pagination .disabled span {
    background: transparent;
    border: 0px !important;
    padding: 8px 8px;
}
.pagination .disabled span img{
    filter: opacity(0.4) !important;
}

tbody#abbrev-rows td {
    line-height: 26px;
    vertical-align: middle;
    padding: 6px 10px !important;
}
tbody#abbrev-rows td p{
    margin-bottom: 0px;
	line-height: 20px;
}
.index-table table thead tr th p {
    margin-bottom: 0;
    padding: 0 3px;
}
.index-table table thead tr:nth-child(2) th {
    padding-top: 0px !important;
}

.search-input-wrapper {
    position: relative;
}

.search-input-wrapper .form-control {
    padding-right: 25px; 
}

.cross-icon-img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0.6;
}

.cross-icon-img:hover {
    opacity: 1;
}

.alpha .indexer.me-2 {
    margin-right: 12px !important;
    width: 32px;
    margin-bottom: 12px !important;
}
.alpha .indexer:nth-child(1) {
    font-size: 15px;
    padding: 4px 0px;
	min-width: 80px;
}
.index-table table tbody tr td:nth-child(1) {
    border-left: 0;
}
select#abb_per_page {
    padding-left: 12px;
    padding-right: 24px;
}

select#abb_per_page.wide-padding {
    padding-right: 30px; 
}

.search-handbook-heading {
	margin-bottom: 20px !important;
}
.btn-check:checked+.btn, .btn.active, .btn:first-child:active, :not(.btn-check)+.btn:active {
	color: var(--np-btn-hover-color);
	background-color: var(--np-primary-color);
	border-color: var(--np-primary-color);
}
.search-form .btn-primary {
	padding: 12px 26px !important;
}

@media (max-width: 992px) {
    .alpha  {
        display: none !important;
    }
}