.violation-header {
  display: flex;
  align-items: center !important;
}
.violation-header .modal-title {
  font-size: 20px;
  font-weight: bold;
}
.violation-header .close {
  font-size: 26px;
}
.violation-form {
  padding: 0 0.625rem;
}
.passengers-rooms {
  position: relative;
  width: 400px;
}
.passengers-rooms__input .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.passengers-rooms__input .card-body i {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #949CA7;
}
.passengers-rooms__input .card-body small {
  color: #949CA7;
}
.passengers-rooms__input .card-body span {
  font-size: 16px;
}
.passengers-rooms__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 400px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.passengers-rooms__dropdown-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.passengers-rooms__dropdown-title span {
  font-size: 16px;
  font-weight: 700;
}
.passengers-rooms__dropdown-title i {
  font-size: 24px;
  color: #949CA7;
}
.passengers-rooms__dropdown-content {
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.passengers-rooms__dropdown-content::-webkit-scrollbar {
  display: none;
}
.passengers-rooms__dropdown-items {
  margin-bottom: 12px;
  flex-grow: 1;
  overflow-y: auto;
}
.passengers-rooms__dropdown-items-header {
  background-color: #F4F4F9;
  border-radius: 5px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.passengers-rooms__dropdown-items-header span {
  font-size: 14px;
  font-weight: 700;
}
.passengers-rooms__dropdown-items .options {
  margin-top: 12px;
  margin-bottom: 12px;
}
.passengers-rooms__dropdown-items .options .option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.passengers-rooms__dropdown-items .options .option .counter {
  background-color: #E6F5FE;
  border-radius: 5px;
  padding: 6px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.passengers-rooms__dropdown-items .options .option .counter button:hover {
  background-color: white !important;
  color: #0197F6 !important;
}
.passengers-rooms__dropdown-items .options .option .counter span {
  cursor: pointer;
}
.passengers-rooms__dropdown-items .options .option .counter span i {
  font-size: 16px;
  color: #0197F6;
}
.passengers-rooms__dropdown-items .options .option .counter-wrapper {
  position: relative;
}
.passengers-rooms__dropdown-items .options .option .counter-wrapper .popover {
  position: absolute;
  top: -40px;
  width: 220px;
  left: 0;
}
.passengers-rooms__dropdown .confirmBtn {
  padding: 12px 0;
  border-top: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 768px) {
.passengers-rooms {
    width: 100% !important;
}
}
