|
|
|
|
|
|
|
|
|
button { |
|
cursor: pointer; |
|
} |
|
|
|
select { |
|
cursor: pointer; |
|
} |
|
|
|
input { |
|
border-radius: 4px; |
|
} |
|
|
|
input:focus { |
|
outline: 1px solid teal; |
|
border-radius: 4px; |
|
} |
|
|
|
.splash { |
|
background-image: url('/bus2.jpg'); |
|
background-size: cover; |
|
background-repeat: no-repeat; |
|
background-position: center bottom; |
|
min-width: 100%; |
|
|
|
height: 789px; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
.booking-search-body { |
|
position: absolute; |
|
height: 500px; |
|
top: -124px; |
|
right: 700px; |
|
} |
|
|
|
|
|
.booking-search-container { |
|
position: absolute; |
|
margin-left: 10%; |
|
margin-right: 15%; |
|
margin-top: 17px; |
|
margin-bottom: 5%; |
|
overflow: visible; |
|
} |
|
|
|
.booking-search { |
|
height: 470px; |
|
width: 440px; |
|
background-color: white; |
|
border-radius: 4px; |
|
padding: 32px; |
|
|
|
} |
|
|
|
.booking-search-head { |
|
width: 100%; |
|
height: 75px; |
|
} |
|
|
|
.booking-head-text { |
|
|
|
color: #4b4949; |
|
font-weight: bold; |
|
outline: none; |
|
font-size: 27px; |
|
font-family: Roboto, "Helvetica Neue", sans-serif; |
|
font-weight: 150; |
|
line-height: inherit; |
|
margin: 0px; |
|
padding: 0px; |
|
} |
|
|
|
.booking-search-inputs { |
|
height: 330px; |
|
margin-top: 35px; |
|
display: flex; |
|
flex-direction: column; |
|
|
|
} |
|
|
|
.booking-input-container { |
|
height: 64px; |
|
margin-bottom: 16px; |
|
|
|
display: inline-block; |
|
width: 100%; |
|
|
|
} |
|
|
|
.booking-dates { |
|
display: flex; |
|
flex-direction: row; |
|
} |
|
|
|
.booking-input-div-date { |
|
display: flex; |
|
flex-direction: column; |
|
height: 80px; |
|
width: 50%; |
|
margin-bottom: 8px; |
|
|
|
border-radius: 4px; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
.react-datepicker-wrapper { |
|
height: 50px; |
|
} |
|
|
|
.react-datepicker__input-container { |
|
height: 100%; |
|
width: 100%; |
|
} |
|
|
|
.react-datepicker__input-container > * { |
|
height: 100%; |
|
width: 100%; |
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; |
|
font-size: 17px; |
|
border-radius: 4px; |
|
border: 1px solid #e8e8e8; |
|
padding-left: 13px; |
|
padding-right: 5px; |
|
color: #807b7b; |
|
} |
|
|
|
.booking-input-label { |
|
margin-bottom: 10px; |
|
font-weight: 600; |
|
font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif ; |
|
font-size: 12px ; |
|
line-height: 1.3333333333333333em ; |
|
letter-spacing: 0.08333333333333333em ; |
|
color: #484848 ; |
|
|
|
} |
|
|
|
.booking-input-div { |
|
display: flex; |
|
flex-direction: column; |
|
height: 50px; |
|
margin-bottom: 8px; |
|
margin-top: 8px; |
|
border-radius: 4px; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
.booking-input { |
|
width: 100%; |
|
height: 100%; |
|
display: inline-block; |
|
|
|
|
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; |
|
font-size: 17px; |
|
border-radius: 4px; |
|
border: 1px solid #e8e8e8; |
|
padding-left: 13px; |
|
padding-right: 5px; |
|
|
|
|
|
|
|
} |
|
|
|
.booking-submit-wrap { |
|
height: 47px; |
|
border-radius: 4px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
.booking-submit { |
|
width: 100px; |
|
height: 100%; |
|
background: #FF5A5F; |
|
color: white; |
|
border-radius: 4px; |
|
font-size: 16px; |
|
font-weight: 800; |
|
|
|
letter-spacing: 1px; |
|
margin-left: 277px; |
|
border-color: transparent; |
|
|
|
|
|
|
|
|
|
|
|
|
|
font-family: var(--font-button-font-family, Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif) ; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
.booking-guests { |
|
background: none ; |
|
position: relative ; |
|
text-align: left ; |
|
border: 1px solid #EBEBEB ; |
|
border-radius: 3px ; |
|
padding: 11px ; |
|
padding-top: 8px ; |
|
font-size: 16px ; |
|
font-weight: 400 ; |
|
line-height: normal ; |
|
display: block ; |
|
width: 100% ; |
|
height: 48px ; |
|
color: #767676 ; |
|
} |
|
|
|
.footer-container { |
|
height: 89px; |
|
width: 100%; |
|
background: rgba(0, 0, 0, 0.993); |
|
color: white; |
|
} |
|
|
|
.footer-container2 { |
|
height: 100%; |
|
padding-top: 40px; |
|
margin-left: auto; |
|
margin-right: auto; |
|
width: 220px; |
|
display: flex; |
|
flex-direction: row; |
|
justify-content: space-between; |
|
} |
|
|
|
.personal { |
|
overflow-wrap: break-word !important; |
|
font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important; |
|
font-size: 16px !important; |
|
font-weight: 600 !important; |
|
line-height: 1.28571em !important; |
|
|
|
color: white; |
|
text-decoration: none; |
|
} |
|
|
|
.guests-list{ |
|
position: absolute !important; |
|
z-index: 3000 !important; |
|
min-width: 280px !important; |
|
text-align: left !important; |
|
line-height: 1em !important; |
|
font-size: 14px !important; |
|
box-shadow: rgba(26, 26, 29, 0.3) 0px 15px 46px -10px !important; |
|
width: 100% !important; |
|
left: 0px !important; |
|
background: rgb(255, 255, 255) !important; |
|
padding: 16px 24px 8px !important; |
|
border-width: 1px !important; |
|
border-style: solid !important; |
|
border-color: rgb(235, 235, 235) !important; |
|
border-image: initial !important; |
|
border-radius: 3px !important; |
|
} |
|
|
|
.closee-x{ |
|
margin-left: 5px; |
|
margin-top: -15px; |
|
margin-right: 425px; |
|
padding-top: -3px; |
|
padding-left: inherit; |
|
min-width: 30px; |
|
font-size: xx-large; |
|
align-items: flex-start; |
|
display: block; |
|
justify-content: flex-start; |
|
cursor: pointer; |
|
z-index: 3; |
|
border-radius: 5rem; |
|
background-color: #ffffff00; |
|
color: #8d8d8d; |
|
transition: all .5s ease; |
|
margin-bottom: 20px; |
|
} |