﻿[data-type="div_flight"].active {
	border: 1px solid var(--color-green-feedback)!important;
}

[data-type="div_flight"].active .btn.btn-choice {
	background-color: var(--color-green-feedback)!important
}

.table-flight {
	font-family: var(--font-primary-medium);
	color: var(--color-second-dark);
	font-size: .75rem;
}

.table-flight .active {
	color: var(--color-second-100)
}

.table-flight tr {
	text-align: center;
}

.table-flight tbody tr td:first-child {
	text-align: left;
}

.table-flight thead tr th:first-child {
	font-family: var(--font-primary-semibold);
	font-size: 1rem;
	text-align: left;
}

	.table-flight tbody {
		white-space: nowrap;
		line-height: 15px;
	}

@media (max-width: 768px) {
	.border-dotted-right {
		border: none;
	}
}

.tooltip .arrow {
	display: none !important;
}