* {
    margin: 0;
    padding: 0;
}

.custom_reservation h3 {
    margin-bottom: 8px;
}

.custom_reservation h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;

}

.custom_reservation p {
    margin-bottom: 8px;
}

.custom_reservation {
    padding: 1rem;
}

.custom_reservation .reservation_image {
    width: 100%;
}

.custom_reservation .reservation_image img {
    width: 100%;
}

.custom_reservation .reservation_booking_id .booking_details {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.custom_reservation .reservation_booking_id .booking_details h3 {
    width: 50%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
}

.custom_reservation .reservation_booking_id .booking_details p {
    width: 50%;
    font-size: 1rem;
    font-weight: 500;
    text-align: right;
    letter-spacing: 2px;
}

.custom_reservation .reservation_booking_id .name_details {
    display: flex;
    justify-content: space-between;
}

.custom_reservation .reservation_booking_id .name_details h3 {
    width: 50%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #8F9098;
}

.custom_reservation .reservation_booking_id .name_details p {
    width: 50%;
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #292D32;
}

.custom_reservation .budget_twin_room {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.custom_reservation .budget_twin_room h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #292D32;
    width: 50%;
}

.custom_reservation .budget_twin_room .inspected_custom {
    width: 50%;
    text-align: right;
}

.custom_reservation .budget_twin_room .inspected_custom a {
    width: 50%;
    background-color: #A5D589;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    text-decoration: none;
    margin: 0 auto;
    margin-right: 0;
}

.custom_reservation .reservation_time {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.custom_reservation .reservation_time h3 {
    width: 25%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #8F9098;
    padding-left: 10px;
}

.custom_reservation .reservation_time p {
    width: 25%;
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #292D32;
    padding-right: 10px;
}

.custom_reservation .reservation_accomodation {
    border: 1px solid #dde1ff;
    border-radius: 1rem;
    padding: 1rem;
}

.custom_reservation .reservation_accomodation .accomodation_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom_reservation .reservation_accomodation .accomodation_details h3 {
    width: 50%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #8F9098;
    text-transform: uppercase;    
}

.custom_reservation .reservation_accomodation .accomodation_details p {
    width: 50%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #8F9098;
    text-transform: uppercase;  
    text-align: right;  
}

.custom_reservation .total_details {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.custom_reservation .total_details h3 {
    width: 50%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #8F9098;
}

.custom_reservation .total_details p {
    width: 50%;
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #292D32;    
}

.check_in_and_pay {
    margin-top: 1rem;
}

.check_in_and_pay a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: #A5D589;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    text-decoration: none;
    justify-content: space-between;
    text-transform: uppercase;
    border-radius: 1rem;
    letter-spacing: 2px;
    transition: .3s ease-in-out;
}

.check_in_and_pay a:hover {
    background: #a5d589e5;
}
.check_in_and_pay a p {
    margin-bottom: 0;
}