.routing-fixed-modal .react-datepicker__day--keyboard-selected {
  color: #fff !important;
}
.routing-fixed-modal .card {
  overflow: scroll;
  height: 200px;
}

.routing-fixed-modal .footer-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.routing-fixed-modal .actions {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
}
.routing-fixed-modal .custom-button {
  width: auto !important;
  height: 36px;
  padding: 9px;
  padding-left: 50px;
  padding-right: 50px;
}
.new-table {
  border: 1px solid #eee;
  max-height: 200px;
  overflow-y: scroll;
  background-color: #fff;
}
.new-table .grid-container {
  display: grid;
  grid-template-rows: repeat(10, 1fr);
  grid-template-columns: 0.3fr 1fr 1fr 0.5fr 1fr;
  gap: 2px;
}

.new-table .grid-item.item {
  border-left: 1px #e2e2e2 dotted;
}
.new-table .grid-item {
  text-align: left;
  border-bottom: 1px solid #eee;
  cursor: default;
}
.new-table .item {
  padding: 5px 3px;
  display: flex;
  align-items: center;
}
.new-table .selection {
  background-color: #eee;
  transition: all 0.4s ease;
}

.new-table .grid-item.title {
  font-weight:  600;
  text-align: left;
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.new-table .grid-item.title:first-child {
  padding-left: 10px;
}

.new-table .form-check-input {
  position: inherit !important;
  margin-top: auto !important;
  margin-left: 20px !important;
}
.new-table .center {
  display: flex;
  justify-content: center;
}

.new-table .center {
  display: flex;
  justify-content: center;
}
.routing-no-results {
  padding: 5px;
  background-color: rgb(236, 236, 236);
}

.routing-no-results {
  background-color: #f0f0f0;
  padding: 10px;
}


 .vehicles-new-table{
	border: 1px solid #eee;
	max-height: 200px;
	overflow-y: scroll;
	background-color: #fff;
	
		
 }
  .vehicles-new-table .grid-item.item {
 	border-left: 1px #e2e2e2 dotted;
 }
 .vehicles-new-table .grid-container {
	display: grid;
	grid-template-rows: repeat(10, 1fr);
	grid-template-columns: 0.8fr 1fr 1fr 1fr 1fr 1fr ;
	gap: 2px;

}


 .vehicles-new-table .grid-item {
	text-align: left;
	border-bottom: 1px solid #eee;
	cursor: default;
}
 .vehicles-new-table .item{
	padding: 5px 3px;
	display: flex;
	align-items: center;
		
}
 .vehicles-new-table .selection {
 	background-color: #eee;
	transition: all .4s ease;
 }

 .vehicles-new-table .grid-item.title {
	font-weight:  600;
	text-align: left;
	position: sticky;
	top: 0;
	background: white;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
		
}
.new-table .grid-item.title:first-child {
	padding-left: 10px;
}
 

 .vehicles-new-table .form-check-input {
	position: inherit !important;
	margin-top: auto !important;
		margin-left: 20px !important;
 }
 .vehicles-new-table .center {
	display: flex;
		justify-content: center;
 }


