@charset "UTF-8";

/*
Theme Name: halongbaytourspackage
*/
.gform_wrapper.gravity-theme .ginput_container_date {
    align-content: flex-start;
    align-items: center;
    display: inline !important;
}
#gform_fields_1 input, #gform_fields_3 input{
    border: 1px solid #DEE0EA;
    width: 100%;
    padding: 5px 0px;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    text-align: left;
    float: left;
    width: 100%;
}
#gform_fields_2 input{font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #DEE0EA;}
#gform_fields_1 select, #gform_fields_3 select{border-radius: 0px !important;border: 1px solid #DEE0EA;}
#gform_submit_button_1, #gform_submit_button_3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4285714286;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    text-shadow: none;width:100%;
    -webkit-appearance: none;
    border: none;
    background-color:#ef3f3e;
    transition: all ease .3s;
    position: relative;
}
#gform_submit_button_2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: var(--e-global-typography-text-font-family);
    cursor: pointer;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    border: none;
    background-color: #ef3f3e;
    transition: all ease .3s;
    position: relative;
}
#gform_fields_1 textarea, #gform_fields_3 textarea{ border: 1px solid #DEE0EA;
    width: 100%;height: 100px;
    padding: 20px;}
	#gform_fields_2 textarea{font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    padding: 22px 30px;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;min-height:200px;
    border: 1px solid #DEE0EA;}
.gform-theme--foundation .gform_fields{row-gap: 16px !important;}