.bus-nereden {
  width: 200px !important;
  font-weight: 600 !important;
}

.bus-nereye {
  width: 200px !important;
  font-weight: 600 !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: none !important;
  font-weight: 600 !important;
}

.select2-container {
  width: 100% !important;
  padding-left: 14px !important;
}

.display-none {
  display: none !important;
}

@media (max-width: 768px) {
  .category-th {
    left: 19px;
  }
}

@media (max-width: 450px) {
  input,
  select,
  textarea,
  button {
    font-size: 16px !important;
  }

  /* .category-th {
    top: 10px !important;
  } */
}

.custom-datepicker {
  color: transparent !important;
}

/* @media(min-width: 992px) and (max-width: 1200px) {
		.departure-datepicker-custom {
			color: #000 !important;
		}
	} */

/* .formatted-departure-date-bus {
        position: absolute;
        bottom: 9px;
        left: 38px;
    } */

#travelDate {
  color: transparent !important;
}

.select2-search__field:focus-visible {
  border: none !important;
  outline: none !important;
  border: 1px solid #d40303 !important;
}

.ticketSearchBox {
  top: 0 !important;
  padding: 0px 15px 0px 12px !important;
}

.box-bus {
  padding-top: 71px !important;
}

/* 
    .ticketSearchBox{
        padding-left: 0 !important;
        padding-right: 0 !important;
    } */

.last-search-btn {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 5px 0px;
  padding: 6px 5px;
  background-color: #ffffff;
  border-radius: 3px;
  border: none;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 1px;
  font-size: 11px;
  align-items: center;
}

.select2-results__option {
  color: #000;
  font-weight: 600 !important;
  line-height: 30px !important;
  border-bottom: 1px solid #ddd;
  font-size: 13px !important;
}

.last-search-text {
  font-size: 13px !important;
}

.history-btn-container {
  background-color: #fff;
  padding: 5px;
  display: block;
}

.banner-right {
  right: 6%;
  top: -85%;
  transform: rotate(-9deg);
  /* z-index: 99; */
  width: 42%;
}

.banner-left {
  left: 6%;
  top: -64%;
  transform: translateY(-50%);
  width: 50%;
}

.switch-searchbar {  
  border: none;  
}

.mtt {
  margin-top: 20px;
}

.history-icon {
  left: -15px !important;
}

.my-20 {
  margin: 20px 0;
}

/*OTOBÜS SEARCHBAR STİLLERİ*/
.sync-style button {
  background: transparent !important;
  border: none;
  padding: 0;
  color: #fff;
}

.sync-style {
  position: absolute;
  left: -17px;
  top: 19px;
  cursor: pointer;
  font-size: 16px;
  color: #717070;
  height: 35px;
  background: #fcfcfc;
  border-radius: 20px;
  padding: 5px;
  width: 35px;
  display: flex;
  justify-content: center;
  z-index: 99;
  border: 1px solid;
  align-items: center;
}

.sync-style iconify-icon {
  color: #717070;
  font-size: 16px;
  margin-top: 5px;
}

.btn.btn-black-lg {
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-family: "Manrope", sans-serif;
  font-weight: 800 !important;
  background-color: #5cb338;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 32px !important;
  width: 80%;
  justify-content: center;
}

label.data-label-text {
  position: relative;
  top: 4px;
  left: 1px;
  z-index: 2;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  color: #737373;
}

input.data-input {
  height: 35px;
  position: relative;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  width: 100%;
  color: #444;
  display: block;
}

.btn-t {
  margin-bottom: 7px !important;
}

.box-bus {
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  background-color: var(--bs-neutral-0);
  padding: 19px 28px 28px 28px;
  position: relative;
  z-index: 999;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.fa-search {
  font-weight: 100 !important;
  padding-right: 10px;
  font-size: 19px;
}

.data-search-icon {
  left: 34px;
  font-size: 14px;
  z-index: 1;
  top: 12px !important;
  color: #b5b6b8;
}

.data-down-icon,
.data-search-icon {
  position: absolute;
  top: 11px;
  height: 80px;
  line-height: 80px;
}

/* .by-row {
        border-right: 1px solid #e4e6e8;
    } */

.data-result ul {
  margin: 0;
  background: #fff;
  list-style: none;
  padding: 5px;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 58%);
  max-height: 328px;
  overflow-y: auto;
}

.data-result ul li.active,
.data-result ul li:hover {
  background-color: #eaeaea;  
  border-radius: 10px;
}

.data-result ul li {
  margin: 0;
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: start;
}

.ps-panel{
  overflow-x: hidden;
}

.ferry-listing .data-result{
  display: none;
  position: absolute;
  z-index: 9;
}