// Place all the styles related to the api/bookings controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ 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; /* position: fixed; */ /* overflow: scroll; */ } .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; /* overflow: scroll; */ } .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; /* overflow: scroll; */ } .booking-input-container { height: 64px; margin-bottom: 16px; /* vertical-align: top; */ display: inline-block; width: 100%; /* overflow: scroll; */ } .booking-dates { display: flex; flex-direction: row; } .booking-input-div-date { display: flex; flex-direction: column; height: 80px; width: 50%; margin-bottom: 8px; /* margin-top: 10px; */ border-radius: 4px; /* border: 1px solid #e8e8e8; */ overflow: hidden; /* overflow: scroll; */ } .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; /* border: 1px solid #e8e8e8; */ overflow: hidden; /* overflow: scroll; */ } .booking-input { width: 100%; height: 100%; display: inline-block; /* margin-top: 9px; */ /* margin-left: 10px; */ 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; /* outline: teal 1px; */ /* border: none; */ } .booking-submit-wrap { height: 47px; border-radius: 4px; // box-sizing: border-box; // text-align: right; // position: absolute; // bottom: 0px; // right: 0px; } .booking-submit { width: 100px; height: 100%; background: #FF5A5F; color: white; border-radius: 4px; font-size: 16px; font-weight: 800; // font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; letter-spacing: 1px; margin-left: 277px; border-color: transparent; // border-radius: var(--border-button-border-radius, 4px) ; // font-size: var(--font-button-font-size, 16px) ; // line-height: var(--font-button-line-height, 24px) ; // letter-spacing: var(--font-button-letter-spacing, normal) ; font-family: var(--font-button-font-family, Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif) ; // text-transform: var(--font-button-text-transform, undefined) ; // padding-top: var(--spacing-button-vertical, 10px) ; // padding-bottom: var(--spacing-button-vertical, 10px) ; // font-weight: var(--font-bold-font-weight, 800) ; // border-width: var(--border-button-border-width, 2px) ; // padding-left: var(--spacing-button-horizontal, 22px) ; // padding-right: var(--spacing-button-horizontal, 22px) ; // box-shadow: var(--shadow-button-level0-box-shadow, none) ; // background: var(--color-buttons-primary-color, #FF5A5F) ; // border-color: var(--color-buttons-primary-border, transparent) ; // color: var(--color-buttons-primary-text, #ffffff) ; } .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: rgb(118, 118, 118) */ 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; }