/* Layout CSS */
.bookit{overflow: visible !important;}
/*.app-main{
    max-width: 1040px;
    margin: 0 auto; 
}*/
.app-row{display: flex;}
.app-row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
}
.app-footer{
    margin-top: 10px;
    margin-bottom: 10px;
}
.app-check-box {
    width: 220px;
    padding: 0 0 0 10px;
    margin-right: 4px;
    background-color: white;
    border-radius: 4px;
}
.app-check-box label {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #414141;
    display: inline-block;
    width: 90%;
}
.app-check-box input, .app-check-box label {
    cursor: pointer;
    line-height: 2.3;
    vertical-align: middle;
}
.app-col {
    margin-right: 0.5%;
    white-space: nowrap;
    padding:0;
    background-color: white;
    border-radius: 4px;
}
.msw-form .app-col, .tsb-form .app-col{
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.app-col-11 {
    display: flex;
    width: 43.5%;
}
.app-col-8 {
    display: flex;
    width: 31%;
}
.app-col-2 {
    width: 8%;
}
.app-col-3 {
    width: 16%;
}
.search-btn-div{
    margin-right: 0;
    padding: 0;
}
.departure-dates{border-radius: 4px}
.app-select{
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
}
.app-input-affix-wrapper {
    min-height: 49px;
    display: inline-block;
    color: rgba(0,0,0,.65);
    font-size: 16px;
    line-height: 1.5715;
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    position: relative;
}
.app-select .app-select-selection-search-input {
    padding: 11px 0 0 6px;
}
.app-input-affix-wrapper input.app-input {
    width: 80%;
    padding: 0;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}

.app-input-affix-wrapper input.app-input:active,
.app-input-affix-wrapper input.app-input:focus{
    background-color: #fff;
}
.app-input:hover {
    border-color: #40a9ff;
    border-right-width: 1px!important;
}

.appicon {
    color: inherit;
}

.app-btn-lg {
    width: 100%;
    min-height: 49px;
    padding: 0;
    font-size: 16px;
}
.msw-col-3rd .app-btn-lg, .tsb-col-3rd .app-btn-lg {
    padding: 0;
    font-weight: 600;
}
.app-btn-icon-only.app-btn-lg {
    min-height: 49px;
    padding: 0;
    font-size: 18px;
}

/*.app-btn .appicon {
    -webkit-transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
    transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
    pointer-events: none;
}*/
.app-btn-icon-only.app-btn-lg>* {
    font-size: 18px;
}
.appicon svg {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
}
.app-picker {
    display: flex;
    margin: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1.5715;
    background: #fff;
    border: 0;
}
.app-picker-large {
    padding: 12px 5px;
}
.app-picker-input {
    width: 49%;
}
.app-picker-input>input {
    position: relative;
    display: inline-block;
    width: 100%;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5715;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0;
    padding-left: 30px;
    border: 0;
    background: transparent;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position :absolute;
    left     : 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin   : 0;
    width: auto;
    height:auto;
    opacity  : 1;
    vertical-align: middle;
    cursor: pointer;
}
.oneWay-text{
    margin: 0px 0px 0px 15px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    border-left: 1px solid rgb(153, 153, 153);
}
.app-picker-input>input,
.app-picker-input .oneWay-text{min-width: 122px;}
#return_dates{
    display: none;
    margin-left: 3px;
    border-left: 1px solid #999;
}
.people-section{padding: 12px 0}
.app-input-number {
    position: relative;
    width: 100%;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1.5715;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
}
.passenger-icon{margin-left: 5px;}
.app-input-number-input {
    width: 75%;
    padding: 0 0 0 2px !important;
    font-size: 14px;
    font-weight: 600;
    border: 0 !important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -moz-appearance: textfield !important;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --antd-wave-shadow-color: #1890ff;
    white-space: nowrap;
    list-style: none;
    color: rgba(0,0,0,.65);
    line-height: 1.5715;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 5px;
    width: 22px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #d9d9d9;
    border-radius: 0 2px 2px 0;
    transition: opacity 0.24s linear 0.1s;
    opacity: 1;
}
#booking_submit{
    font-weight: 600;
    border-radius: 4px;
}
/*.app-btn {
    line-height: 1.5715;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 0;
}*/
.app-btn-primary {
    color: #fff !important;
    background-color:#1ba6d2;
    border-color: #1ba6d2;
}
.app-btn:not([disabled]):active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.app-btn:not([disabled]):hover {
    text-decoration: none;
}
.app-btn-primary.active {
    color: #fff;
    background-color: #1ba6d2;
    border-color: #1ba6d2;
}
.app-btn-primary:focus, .app-btn-primary:hover {
    background-color: #1e73be;
    border-color: #1e73be;
}
.app-alert-error{
    display: none;
    padding: 8px 30px 8px 15px;
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
    margin: 10px 0 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    list-style: none;
    position: relative;
    word-wrap: break-word;
    border-radius: 2px;
}

.app-alert-close-icon {
    position: absolute;
    top: 8px;
    right: 16px;
    padding: 0 5px;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    color: #ff0000 !important;
    background-color: ghostwhite;
    border: none;
    cursor: pointer;
}
.app-alert-close-icon:hover{
  background-color: transparent;
  color: #000 !important;
}
ul.city-list {
    display: none;
    list-style: none;
    margin: 10px 0 0;
    background: white;
    min-width: 320px;
    max-height: max(40vh,300px);
    position: absolute;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    overflow-y: visible;
    transition: transform .3s;
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%), 0 19px 38px 0 rgb(0 0 0 / 30%);
}
#to_results, #msw_to_results, #tsb_to_results {
  right: 0;
  left: auto;
}
.city-list h3 {
    color: #000 !important;
    padding: 10px 8px;
    font-size: 15px;
    border-bottom: 1px solid #eaeaea;
}
.city-list li {
    color: #444;
    padding: 16px 8px;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
}
.city-list li:hover{background:#f0f0f0}
::placeholder {
  color:#D3D3D3;
  opacity: 1;
}
:-ms-input-placeholder {
  color:#D3D3D3;
}
::-ms-input-placeholder {
  color:#D3D3D3;
}

.msw-col-1st, .tsb-col-1st{display: flex; width: 64%;}
.msw-col-2nd, .tsb-col-2nd{width: 20%;}
.msw-col-3rd, .tsb-col-3rd{width: 15%;}
.msw-form .app-picker-input>input,
.tsb-form .app-picker-input>input{min-width: 130px;}
.msw-alert, .tsb-alert{display: none;}
/* Custom CSS End */
@media only screen and (max-width: 960px) {
    .app-row { flex-flow: wrap;}
    .app-col-11,.app-col-8 {  
        display: flex;      
        width: 100%;
        margin-bottom: 10px;
    }
    .app-col-2 {
        width: 25%; 
    }
    .app-col-3 {
        width: 74%; 
    }
    .app-check-box {
        width: 75%;
        margin-bottom: 5px;
    }
  ul.city-list{
    max-height: max(40vh,240px);
  }
  
  .city-list li{
    font-size: 16px;
  }
    .msw-col-1st, .tsb-col-1st {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }
    .msw-col-2nd, .tsb-col-2nd{width: 50.5%;}
    .msw-col-3rd, .tsb-col-3rd{width: 49%;}
    .msw-col-3rd .app-btn-lg,
    .tsb-col-3rd .app-btn-lg{font-size: 14px;}
}
