select
{
	background: #fff;
}

.dir_ltr
{
	direction: ltr;
}
.text-left
{
	text-align: left;
}

span[aria-current="page"] span{
	background-color: var(--primary-color-600);
	color:#FFF;
	border-radius: 5px;
  }
.grid a{
	border: 0px;
}
  
.grid span{
	border: 0px;
}
.ps__rail-x{
	display: none!important;
}

.select2-results__option {
    max-height: 2.75rem;
}

.input-suffix-end
{
  left: 0.625rem!important;
}


.select2-selection--single
{
	height:2.75rem!important;
}
.select2 .select2-container .select2-container--default
{
	width:100%!important;
}	
.select2-container--default .select2-selection--single
{
	border:solid 1px #d1d5db!important;
	padding-top: 8px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
	top: 10px;
}

