.bootstrap-select{
    margin-bottom: 0;

   .btn {
		border: 0.063rem solid $border !important;
		background-color: transparent !important;
		font-weight:400;
		color: $body-color !important;
		padding: 0.65rem 1.25rem;
		@at-root [data-theme-version="dark"] & {
			border-color:$d-border !important;
		}
       
		&:active,
		&:focus,
		&:hover {
			outline: none !important;
			outline-offset: 0;
			
		}
   }
    .dropdown-menu{
		border-color: $border !important;
		box-shadow:$shadow;
		
		.dropdown-item{
			padding: 0.25rem 1rem;
		}
		
		@at-root [data-theme-version="dark"] & {
			border-color: $border !important;
		}
	}
   
}
.input-group > .bootstrap-select:not(:first-child) .dropdown-toggle{
    border-top-#{$dz-pos-left}t-radius: 0;
    border-bottom-#{$dz-pos-left}-radius: 0;
}
.input-group > .bootstrap-select:not(:last-child) .dropdown-toggle{
    border-top-#{$dz-pos-right}-radius: 0;
    border-bottom-#{$dz-pos-right}-radius: 0;
}