.bannerForm,
.innerPageBnner {
  font-family: Helvetica, sans-serif;
  position: relative;
}
#myModalvias .modal-content,
.appStoreLinks2,
.apps-icon ul,
.modal-body,
.submitbtn {
  text-align: center;
}
.loaderAnimateWrap:after,
.loaderAnimateWrap:before {
  content: "";
  left: 0;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.glyphicon-earphone:before {
  font-size: 26px;
  margin-right: 5px;
}
.main-hd {
  font-size: 40px;
  font-weight: 600;
}
.carousel-caption {
  top: 80px;
}
#via,
button {
  cursor: pointer;
}
input[type="date"],
input[type="time"] {
  color-scheme: dark;
}
.customInputs,
.field-a input,
select {
  background-color: transparent;
  border: 0;
  color: #fff !important;
  padding: 0 18px;
  transition: 0.3s;
}
.field-a input:focus,
.select2:focus,
select:focus {
  outline: 0 !important;
}
.del-btn_,
.field-mini button:focus {
  outline: 0;
}
.field-a input:focus {
  background-color: #ffa500;
}
.additemfield input:focus,
.del-btn_ {
  background-color: transparent !important;
}
.field-a input::placeholder {
  color: #fff;
}
.field-a select option {
  color: #fff;
  background-color: #1e1e1e !important;
}
.del-btn_ {
  border-radius: 0 !important;
  border: 0 !important;
}
#holdabledata .form-control {
  height: 50px !important;
}
#holdabledata .input-group-addon .btn {
  height: 50px !important;
  background-color: #ffa500 !important;
  border-radius: 0 !important;
  border: none;
  padding: 10px 12px;
  display: flex;
  align-items: center;
}
.itemfield input {
  cursor: pointer !important;
}
.innerPageHeroWrapper .bannerForm {
  margin-top: 35px;
}
.homePageWidget .bannerForm {
  margin: 0 70px;
}
.bannerForm .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-content .modal-body .card-body button {
  background-color: #202125 !important;
  color: #fff !important;
  transition: 0.5s;
  border: 1px solid transparent;
  border-radius: 5px;
}
.modal-content .modal-body .card-body button:hover {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #000;
}
.bannerFormHeading {
  padding: 12px 0;
  margin-bottom: 8px;
  height: auto;
}
.bannerFormHeading h3 {
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 0 !important;
  line-height: 100%;
  margin-top: 0 !important;
}
.bannerFormBody ul li {
  padding: 0 10px;
}
.bannerFormBody .row [class*="col-"] {
  padding: 0 5px;
}
.innerPageBnner {
  display: flex;
  width: 100% !important;
}
.bannerFormBody input,
.bannerFormBody ul li button {
  height: 36px !important;
}
#holdabledata .form-control,
.datefield input,
.field input,
.field-mini input,
.field-mini select,
.selectfield select,
.timefield input {
  font-size: 13px !important;
  font-weight: 500 !important;
}
.bokingform {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
}
.apps-icon ul,
.hold-able,
.selectfield select {
  width: 100%;
}
.apps-icon ul li {
  width: 7%;
}
body .ui-autocomplete::-webkit-scrollbar-track {
  background: #347ff3;
}
body .ui-autocomplete {
  z-index: 9999999999;
  position: absolute;
  background: #fff;
  top: 100%;
  width: 100px;
  height: auto;
  margin: 30px;
  padding: 0;
  list-style-type: none;
}
body .ui-autocomplete .ui-menu-item {
  list-style-type: none;
  width: 100%;
}
body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 8px 8px 8px 35px;
  background: url(../contents/images/pin.jpg) 5px 12px/20px no-repeat;
  color: #000;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  font-weight: 700 !important;
  color: #fff !important;
  padding: 10px;
  cursor: pointer;
  background-color: #000 !important;
}
.ui-autocomplete {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.ui-helper-hidden,
.via-labels {
  display: none;
}
.card-body,
.datefield,
.field-mini,
.lin1,
.lin2,
.lin3,
.timefield {
  display: flex;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-img {
  background-color: #fff;
  padding: 15px;
  border-right: 1px solid #d3d3d3;
}
.field input {
  width: 100%;
  height: 50px !important;
}
.field-mini img {
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
  filter: brightness(1.5);
}
.field-mini button {
  background-color: #ffa500;
  outline: 0;
  border: none;
  width: 50px;
  height: 100%;
}
.field-mini button:hover {
  cursor: pointer;
  transition: 0.4s;
}
.field-mini input {
  width: 100%;
  background-color: transparent !important;
  color: #fff !important;
  padding: 10px;
  cursor: default;
}
.lin1,
.lin3 {
  width: 100%;
  float: left;
  justify-content: center;
}
.lin2 {
  width: 100%;
  float: left;
  justify-content: space-between;
}
.datefield input,
.timefield input {
  width: 100%;
  padding: 6px 18px;
  height: 50px !important;
}
.datefield img {
  background-color: #fff;
  padding: 15px;
}
.timefield img {
  background-color: #fff;
  padding: 13px;
}
.mini2 button:hover {
  transition: none;
  cursor: auto;
}
.field-mini select {
  width: 100%;
  padding: 11px;
}
.luggage-btns,
.submitbtn button {
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
}
.submitbtn {
  width: 100%;
  float: left;
  margin-top: 8px;
  margin-bottom: 10px;
}
.submitbtn button {
  background: #ffa500;
  padding: 0;
  display: inline-block;
  font-size: 13px;
  text-decoration: none !important;
  width: 100%;
  border: 3px solid #202125;
  height: 50px;
  margin: 0;
  border-radius: 0;
}
.submitbtn button:hover {
  color: #fff;
  background-color: transparent;
  border-color: #ffa500;
}
.modal {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.card-body {
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}
.card-body button {
  width: 100%;
  color: #000 !important;
  margin: 8px;
  padding: 10px;
  font-size: 13px;
}
.luggage-headings {
  margin: 10px 0;
}
.luggage-btns {
  width: 95%;
  font-size: 17px;
  background-color: #ffa500;
  border: 2px solid #000;
  padding: 6px 12px;
  border-radius: 5px;
}
.input-grp-btns,
.modal-header {
  background-color: #fff;
}
.custom-btn-2:hover,
.luggage-btns:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.luggage-btns:focus {
  outline: 0 !important;
  color: #fff !important;
  background-color: #000 !important;
}
#holdabledata .input-group {
  border-radius: 0;
  margin: 5px 0 !important;
  float: left !important;
  height: 50px;
  background-color: transparent;
  overflow: hidden;
  border: 2px solid #ffa500;
}
#holdabledata .form-control {
  background-color: #ffa5007a;
  border: 0;
  color: #fff !important;
  padding: 0 8px;
  border-radius: 0;
  border-right: none;
}
#holdabledata .input-group-addon {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.accordion button {
  outline: 0 !important;
  white-space: normal;
}
.times-dialog {
  margin: 200px auto;
}
.modal-header .close {
  margin-top: 0;
  margin-right: -5px;
  margin-left: auto;
  color: #fff;
  font-size: 25px;
  background: #202125;
  border-radius: 50%;
  padding: 12px 17px;
  opacity: 1;
  outline: 0;
  transition: 0.5s;
}
.modal-header .close img {
  width: 12px;
  height: 12px;
}
.modal-header .close:hover {
  opacity: 1;
  color: #fff !important;
  background-color: #000;
}
.btn-default {
  font-weight: 700 !important;
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: none;
  display: flex;
  align-items: center;
}
.modal-title {
  color: #000;
  margin-top: 0 !important;
  font-size: 22px;
}
.custom-btn-2 {
  padding: 10px 20px;
  font-weight: 600;
  background-color: #202125;
  border: 1px solid transparent;
  transition: 0.3s;
  color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.custom-btn-2:focus,
.custom-btn-2:focus-visible {
  background-color: #202125 !important;
  color: #fff !important;
  outline-width: 0 !important;
  box-shadow: 0 0 0 2px #202125 !important;
}
.appStoreLinks2 img {
  width: 150px;
}
.appStoreLinks2 {
  margin-bottom: 20px;
}
.wait-label {
  margin-top: 13px;
  color: #314455;
  font-weight: 700;
}
.innerbannerform {
  margin-top: 150px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .lin1,
  .lin2,
  .lin3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .field,
  .submitbtn button {
    width: 100%;
  }
  .datefield,
  .field-mini,
  .timefield {
    width: 100%;
    margin: 0 0 8px;
  }
  .selectfield {
    width: 100%;
    margin-bottom: 8px;
  }
  .apps-icon ul li {
    width: 22%;
  }
  .bokingform {
    padding-bottom: 50px;
  }
  .bannerForm {
    height: auto;
  }
}
.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #fff;
  display: none;
  transition: 0.3s ease-in-out;
}
.inner-loading-div {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.loading-imgs-div {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.loaderAnimateWrap {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.loaderAnimateWrap:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid #000;
  animation-name: cus_fade_anim;
}
.loaderAnimateWrap:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #ffa500;
  animation-name: rotate_anim;
}
@keyframes rotate_anim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cus_fade_anim {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.customInputs,
.field-a {
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  background: #ffa5007a;
  height: 50px;
  display: flex;
  align-items: center;
  border: 2px solid #ffa500;
}
.cusField {
  background: 0 0;
  border-radius: 0 !important;
  border: none !important;
}
.select2.select2-container.select2-container--default,
.select2.select2-container.select2-container--default.select2-container--below {
  border-radius: 0 !important;
  border: 2px solid #ffa500;
  border-right: 0;
}
.modal-content,
.w-100 {
  width: 100% !important;
}
.select2.select2-container.select2-container--default {
  background-color: transparent;
}
.modal-content {
  background: #fff;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-footer {
  border: none;
}
.card-header {
  background: 0 0;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  border-bottom: none !important;
}
.modal .card {
  transition: 0.25s;
  border: none;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #202125 !important;
  color: #fff;
}
@media (max-width: 425px) {
  .lin1 .col-lg-4.col-md-6.col-sm-12.m-top-60 {
    margin-top: 60px;
  }
  .lin2 .col-lg-4.col-md-6.col-sm-12.m-top-89 {
    position: absolute;
    top: 80px;
    width: 100%;
  }
  .bannerFormHeading h3 {
    font-size: 20px !important;
  }
  .submitbtn {
    margin-top: 5px !important;
  }
}
@media (max-width: 480px) {
  .bannerFormHeading.pad-t-50 {
    padding-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .bannercontainer {
    padding: 0 !important;
  }
  .bannerForm h2 {
    font-size: 20px !important;
    padding-top: 24px !important;
    margin-bottom: 10px !important;
  }
  .form-container {
    position: relative;
    width: 100%;
  }
  .my-header-1 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .my-header,
  .my-header-1 h1 {
    font-size: 2rem !important;
  }
  .door-no-768 {
    position: absolute;
    top: 77px;
    width: 101%;
  }
  .field-mini-768 {
    margin-top: 57px;
  }
  .bannerFormHeading,
  .innerPageBnner,
  button#submit {
    width: 100% !important;
  }
  .innerPageBnner {
    padding: 0;
    margin-top: 0 !important;
    height: 100% !important;
  }
  .bannerFormBody ul li {
    float: none !important;
  }
  .bannerForm .cus-order-1 {
    order: -1;
  }
}
.select2-container--default .select2-selection--single {
  outline: 0;
  background: #ffa5007a !important;
  border: none !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center;
  height: 46px !important;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  background-color: #000 !important;
  border-radius: 0 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
}
.select2-search__field:focus-visible {
  outline: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 13px;
  color: #fff !important;
  padding-left: 18px !important;
  font-weight: 500;
}
.form-control,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ccc;
}
.select2-dropdown {
  border: 2px solid #ffa500 !important;
  top: -2px;
  border-top: none !important;
  background-color: #ffa500 !important;
}
.select2-selection__rendered {
  text-align: left;
  padding-left: 18px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent !important;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #202125 !important;
  border-width: 0 4px 5px !important;
}
.cus-hold-able-wrapper {
  order: 13;
  padding: 0 !important;
}
#holdabledata {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .cus-hold-able-wrapper {
    order: unset;
  }
}
@media screen and (max-width: 480px) {
  .customInputs,
  .field-a input,
  select {
    padding: 0 8px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 8px !important;
    font-size: 10px !important;
  }
}
@media screen and (max-width: 576px) {
  .modal-dialog {
    margin: 0;
    width: 100% !important;
  }
  .modal-content {
    display: flex;
    flex-direction: column;
    height: 100svh;
    height: -webkit-fill-available;
    justify-content: space-between;
    border-radius: 0;
  }
  .datefield input,
  .field input,
  .field-a input::placeholder,
  .field-mini select,
  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder,
  .select2-selection__rendered,
  .selectfield select,
  .timefield input {
    font-size: 10px !important;
  }
  .home-slider-area,
  .home-slider-area div,
  .welcome-hero-area {
    height: 182px !important;
  }
  .cd-intro {
    margin: 3em auto !important;
  }
  .field-hd {
    display: none;
  }
  .customInputs,
  .field-a {
    margin: 8px 0;
  }
}
#moreModalitem .modal-body {
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .booking-heading {
    font-size: 25px !important;
  }
  .modal-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #myModalitem .custom-btn-2 {
    margin-top: 15px;
  }
  #holdabledata [class*="col-"] {
    padding: 0 5px !important;
  }
  .navbar-header {
    text-align: center;
  }
  #holdabledata .form-control,
  .select2-container--default .select2-search--dropdown .select2-search__field,
  .select2-results__option,
  .select2-results__option[aria-selected],
  .viadata,
  body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    font-size: 10px !important;
  }
  a.btn-two {
    display: none !important;
  }
  .formContainer {
    padding: 0 0 15px !important;
  }
  .widgetHeading {
    font-size: 18px !important;
    padding: 6px 0 0 5px !important;
    margin: 0;
  }
  .bannerForm {
    padding: 0;
    margin-top: 0;
  }
  .slider-sec-text {
    padding-bottom: 10px !important;
    padding-top: 50px !important;
  }
  .navbarWrapper {
    padding: 10px 0;
  }
  .navbarWrapper .navBrand a span:first-child {
    font-size: 20px;
  }
  .navbarWrapper .navBrand a span:nth-child(2) {
    font-size: 12px;
  }
  .cusCutPaddingSm {
    padding: 0 !important;
  }
  body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    padding-left: 10px !important;
  }
  .form-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .header-img-div {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }
  .order-11 {
    order: 11;
  }
  .order-12 {
    order: 12;
  }
  .order-13 {
    order: 13;
  }
}
input#via::-webkit-input-placeholder {
  color: #fff !important;
}
.modal-content {
  margin: auto;
  overflow: hidden;
}
.modal-dialog-centered.modal-dialog-scrollable {
  height: 100%;
  display: flex;
  justify-content: center;
  min-height: 100%;
  max-height: 100%;
}
.modal.fade.in#myModalitem,
.modal.fade.show#myModalitem {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal-dialog {
  margin: 0 auto;
}
.times-dialog.modal-dialog {
  width: 100%;
  max-width: 600px !important;
}
@media screen and (max-width: 767px) {
  .field-mini input {
    font-size: 12px !important;
  }
  .modal-content {
    height: 100svh;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0;
    overflow-y: scroll;
  }
  .modal-content .accordion {
    height: 421px;
  }
  .times-dialog {
    margin: 0 !important;
  }
  .times-dialog .modal-content {
    justify-content: center;
  }
  .times-dialog .btn {
    margin-top: 10px;
  }
  #add-via {
    margin: 0 8px;
  }
}
.btn:focus,
.btn:focus-visible {
  outline-color: #1e1e1e !important;
  color: #fff;
  background-color: #14191e;
  box-shadow: 0 0 0 2px #19c87f57;
}
.btn:focus-visible:hover {
  color: #000;
}
.table td [id*="dlt-via_"] {
  padding: 0 10px;
  background: #202125;
  border-radius: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.table td [id*="dlt-via_"]:hover {
  background-color: #202125;
}
.table td,
.table th {
  color: #fff;
  padding: 12px 0;
  vertical-align: middle;
}
.table .form-control {
  border-radius: 0 !important;
  height: 50px;
  border-color: #202125;
  box-shadow: none;
  color: #000;
}
.table tr td:nth-child(2) {
  padding-right: 0;
}
.table tr td:nth-child(3) {
  padding-left: 0;
}
.table > tbody > tr > td {
  border-top: 0;
}
.modal-content .accordion {
  height: auto;
  overflow-y: scroll;
  max-height: 421px;
}
.form-control:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.times-dialog .form-control {
  border-color: #202125;
  color: #000;
  height: 100%;
}
.times-dialog .input-group-addon {
  border-color: #202125;
  background-color: #202125;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.input-group-text {
  background-color: transparent;
  border: none;
  line-height: 2;
  color: #fff;
}
.airportlistModalCustom .airportNames button:last-child,
.times-dialog .input-group-addon label {
  margin-bottom: 0;
}
.header-img-div {
  position: absolute;
  top: -170px;
  right: 0;
}
.input-group {
  height: 46px;
}
.area-form-container {
  padding-bottom: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-auto {
  margin: auto !important;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open
  .select2-selection__placeholder {
  color: #fff !important;
}
.select2-results__option {
  color: #fff;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
  }
}
.airportList {
  width: 12%;
  height: 100%;
}
.airportList .airportListModal {
  border: none;
  border-left: 0;
  outline: 0;
  background-color: #ffa500;
  color: #fff;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.airportList .airportListModal:focus,
.airportList .airportListModal:hover {
  border-left: 0;
  outline: 0 !important;
  background-color: #ffa500 !important;
  color: #fff !important;
  box-shadow: none;
}
.airportList .airportListModal img {
  width: 30px;
  height: 30px;
  box-shadow: none;
}
.airportlistModalCustom .modal-dialog {
  max-width: 320px;
}
.airportlistModalCustom .airportNames button {
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 0;
  margin-bottom: 8px;
}
.close-luggage img {
  width: 15px;
  height: 15px;
}
.select2.select2-container.select2-container--default {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select2 {
  width: 88% !important;
}
@media screen and (max-width: 576px) {
  .luggage-btns {
    font-size: 13px;
  }
  .bannerForm,.bannerFormBody {
    padding: 6px !important;
  }
  .airportlistModalCustom .modal-dialog {
    max-width: 100%;
  }
  .airportList {
    width: 14%;
  }
  .select2 {
    width: 86% !important;
  }
  .modal-content {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  #remove_911 {
    display: none;
  }
}
.lg-ic {
  filter: brightness(10) invert(1);
}
.bannerForm {
  padding: 20px;
  background: #000000b5;
}
#countries ul {
  display: flex;
  gap: 10px;
}
.error-message {
  display: none;
  color: red;
  flex: 1 1 100%;
  text-align: left;
  margin-bottom: 6px;
}

#via-list .field {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
}

#via-list .field input {
  flex: 1 1 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ffa500;
}

#via-list .removeField {
  width: 50px;
  background: #ffa500;
  border: none;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
}

.inputListLoader {
  display: none;
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
}

.inputListLoaderInner {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.field-hd {
  margin: 5px 0 0; 
  text-align: start;
  margin-bottom: 0;
}

.field-hd span {
  background: #ffa500;
  border-radius: 0px;
  margin-left: 0px;
  padding: 3px 14px;
  font-size: 9px;
  font-weight: 600;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid #000;
  border-bottom: 0 !important;
}
.lg-ic {
  filter: brightness(10) invert(1);
}
.bannerForm {
  padding: 20px;
  background: #000000b5;
}
#countries ul {
  display: flex;
  gap: 10px;
}
button#add-via {
  padding: 10px 14px;
  background: #ffa500;
  margin-left: 10px;
}

button#add-via img {
  width: 15px;
  height: 15px;
  filter: brightness(10) invert(1);
}
.modal-header img{
  filter: brightness(10) !important;
}



@media screen and (max-width: 768px) {
   .bannerForm .container {
       padding-right: 6px !important;
       padding-left: 6px !important;
   }
}
