#book-unitedvacations .type-button{
    width: 100%;
    display: block !important;
    font-size: 14px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: center;
}

#book-unitedvacations .btn-group-toggle{
    width: 100%;
}

#book-unitedvacations .btn{
    outline: none!important;
    background: #ff8300!important;
    border:2px solid  #ff8300!important;
    border-radius: 0px!important;
}

#book-unitedvacations .btn.active, #book-unitedvacations .btn:hover{
    border:2px solid #fff!important;
    webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 0px!important;
}

#book-unitedvacations .col-md-2,
#book-unitedvacations .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}

#book-unitedvacations *{
    font-size: 14px;
}

#book-unitedvacations input,
#book-unitedvacations select{
    height: 40px;
}

#book-unitedvacations .m-b-10{
    margin-bottom: 10px;
}

#book-unitedvacations .vertical-center {
    display: flex;
    align-items: center;
    justify-content: center; /* Optional: Horizontally center the content */
}

#book-unitedvacations .childrenDropdown1,
#book-unitedvacations .childrenDropdown2,
#book-unitedvacations .childrenDropdown3,
#book-unitedvacations .childrenDropdown4{
    display: none;
}

.highlighted-date {
    background-color: #FFD700; /* Customize the background color */
    color: white; /* Customize the text color */
}


#book-unitedvacations .bootstrap-datetimepicker-widget .picker-switch,
#book-unitedvacations .bootstrap-datetimepicker-widget .dow,
#book-unitedvacations .bootstrap-datetimepicker-widget .day{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    color: #000;
}

.glyphicon{
    color: #000;
}

#book-unitedvacations .input-group-addon{
    background: #fff!important;
    border:none!important;
    border-radius: 0px!important;
}

#book-unitedvacations .open-datetimepicker{
    color: #000!important;
}

#book-unitedvacations .input-group input{
    border-right:none!important;
}

#book-unitedvacations option{
    border-radius: 0px!important;
}

#book-unitedvacations select{
    background: #fff;
    border-radius: 0px!important;
}

@media(max-width: 990px){
    #book-unitedvacations .btn-group-toggle{
        width: 50%;
        float: left;
    }

    #book-unitedvacations .type-button{
        width: 100%!important;
    }

    #book-unitedvacations .col-md-4{
        position: inherit!important;
    }

    #book-unitedvacations .btn-group-toggle:first-child{
        padding-right: 5px;
    }

    #book-unitedvacations .btn-group-toggle:last-child{
        padding-left: 5px;
    }
}
