@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap");

body {
  font-family: "Rubik", sans-serif !important;
  /* font-family: 'Water Brush' !important; */
}

.form-control,
.btn,
.form-select {
  border-radius: 0;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 0;
  content: "";
  border-top: 0.3em solid;
  border-bottom: 0;
}

#form-bg {
  /* background: linear-gradient(100.94deg, #a34fd2 -9.51%, #fc6b9d 115.79%); */
  background: #ffffff;
  /* padding: 15px 30px 70px 30px;
  padding-bottom: 28px; */
}

/* search panel position */
.banner-text {
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ikcJOu h1 {
  color: #000000 !important;
}
/* radio type style */
.radio-type {
  width: 24px;
  height: 24px;
  transform: scale(1);
}

/* input field style */
.input-field {
  height: 60px;
  padding: 10px;
  /* border: 0; */
  background-color: #f7fbfc;
  /* box-shadow:0 0 15px 4px rgb(255, 255, 255); */
}

/* .traveler-class{
    height: 50px;
} */

/* travel type panel */

.content-wrapper {
  background-color: rgba(255, 255, 255, 0.651);
}

.bottom-border {
  border-bottom: 3px solid rgb(255, 255, 255);
}

.traveler {
  cursor: pointer;
  padding: 0px;
}

.traveler-class {
  height: 50px;
  border: 0;
  box-shadow: 0 0 15px 4px rgba(255, 254, 254, 0.12);
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.left-border {
  border-right: 1px solid #000000;
}

.bginactivenumberinput {
  background: #b8ccf6;
}

.number-input input[type="text"] {
  font-family: sans-serif;
  border: 1px solid transparent !important;
  font-size: 1.25rem;
  height: 2.85rem;
  text-align: center !important;
}

.round-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #068b9f;
  color: rgb(0, 0, 0);
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border: none;
}

#calender-style {
  min-height: 30px;
  border-right: 1px solid gray;
}

.bg-color-other {
  background-color: #d7d1d10c;
}

hr {
  box-sizing: border-box;
}

.ikcJOu h1 {
  color: #000000 !important;
}
/* .shadow-for-search{
    box-shadow: 0 5px 15px rgba(213, 213, 213, 0.08);
    background-color: rgba(172, 171, 171, 0.05);
} */

.button-color {
  background-color: #068b9f;
}

.button-secondary-color{
  background-color: #ed7f22;
}

.myinput {
  background: #f7fbfc;
  border-radius: 8px;
  height: 7px;
  width: 400px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.myinput::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #434343;
}

.search-panel-bg {
  background-image: url("../../../src/images/bgImage/home-banner-bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #f7fbff;
}

.text-color {
  color: #02046a;
}

.content-width {
  max-width: 95%;
}

input[type="checkbox"] {
  cursor: pointer;
}

input[type="button"] {
  cursor: pointer;
}
