/* PHOBS form CSS Document */

#phobs_book {
    /* padding: 0px;
    margin: 0px;
    font: normal 11px "Nunito Sans";
    color: #000000;
    padding-left: 5px; */
}
#phobs_book select {
    /* font: normal 12px "Nunito Sans";
    margin-bottom: 3px;
    padding: 1px; */
}
#phobs_book .destination, #phobs_book .hotel {
    width: 149px;
}
#phobs_book p {
    padding: 1px 0px;
    margin:0px;
}
#phobs_book .button {
    /* border: 1px solid #369;
    font: bold 12px "Nunito Sans";
    color: #003399;
    background-color: #EEE;
    width: 102px;
    padding: 1px; */
}
#phobs_book .access_code {
    font: normal 12px "Nunito Sans";
    width: 130px;
    border: 1px solid #CCC;
}
#phobs_book a.view_cancel {
    /* font: normal 11px "Nunito Sans";
    color: #069;
    text-decoration:none; */
}
#phobs_book a.view_cancel:hover {
    /* text-decoration:underline;
    color: Red; */
}



.reserve-phobs {

    display: block;
    background-color: #f5f7fc;

    width: 100%;

    padding: 20px;
    margin-bottom: 50px;
}

.reserve-phobs h3 {

    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #1d3aa7;

    margin-bottom: 30px;
    font-family: "Nunito Sans",sans-serif
}

.reserve-wrap {

    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    gap: 30px;

    max-width: 300px;
    width: 100%;

    margin-bottom: 30px;
}

.reserve-item label {

    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.reserve-item select {

    font-family: "Nunito Sans",sans-serif;
}

.reserve-btn input[type=submit] {

    display: inline-block;

    padding: 0 50px;
    max-width: 300px;
    width: 100%;

    text-transform: uppercase;
    font-family: "Nunito Sans",sans-serif;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: white;

    border: 1px solid #1d3aa7;
    background-color: #1d3aa7;
    transition: all .4s;

    &:hover {

        color: #1d3aa7;
        background-color: #f5f7fc;
    }
    
}

.reserve-row {

    display: block;
    margin-top: 30px;
}

.reserve-row .view_cancel {

    color: #1d3aa7;
    text-decoration: none;
}

.reserve-row .view_cancel:hover {

    color: red;
    text-decoration: underline;
}


@media (max-width: 1024px) {

    .reserve-wrap {
        flex-direction: column;
    }
}
