* {
    margin: 0;
    padding: 0;
}

h3 {
    text-transform: uppercase;
}

.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;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(217,217,217,0.75);
    margin-top: 1rem;
    border-radius: 20px;    
}

.custom_reservation .reservation_image {
    width: 100%;
    height: 12rem;
    border-radius: 20px;
}

.custom_reservation .reservation_image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.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: 1rem;
}

.custom_reservation .budget_twin_room h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    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-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;
    text-transform: uppercase;
}
.custom_reservation .reservation_time {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    align-items: center;
}

.custom_reservation .reservation_time h3 {
    width: 25%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #8F9098;
    padding-left: 10px;
}

.custom_reservation .reservation_time p {
    width: 25%;
    font-size: 1rem;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    color: #292D32;
    padding-right: 10px;
}

.number_of_nights {
    display: flex;
    align-items: center;
}

.number_of_nights h3 {
    width: 50%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #8F9098;
    padding-left: 10px;
}

.number_of_nights p {
    width: 50%;
    font-size: 1rem;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    color: #292D32;
    padding-right: 10px;
}

.custom_reservation .reservation_accomodation {
    border: 1px solid #dde1ff;
    border-radius: 16px;
    padding: 1rem;
    max-height: 12rem;
    overflow: auto;
}

.custom_reservation .reservation_accomodation::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.custom_reservation .reservation_accomodation::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.custom_reservation .reservation_accomodation::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A5D589;
}


.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;
    text-align: center;
}

.check_in_and_pay a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    background: #A5D589;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    text-decoration: none;
    justify-content: space-between;
    text-transform: uppercase;
    border-radius: 16px;
    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;
}

/* .custom_for_bg_only {
    background-color: #f1f1f1;
    padding-bottom: ;
} */

@media screen and (max-width: 1600px){
    html {
        font-size: 80% !important;
    }

    .custom_reservation .reservation_accomodation .accomodation_details h3 {
        letter-spacing: .5px;
    }
    
}