@charset "UTF-8";
/*!
Theme Name: Alpenhouse Child
Theme URI: https://motopress.com/products/alpenhouse
Author: MotoPress
Author URI: https://motopress.com
Description: AlpenHouse is a professional WordPress property rental theme with a neat design, full-blown PMS and a booking system.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alpenhouse
Template: alpenhouse
*/
/* Main wrapper */
.mphb_sc_account {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    margin: 20px auto;
    max-width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-family: 'Inter', sans-serif;
}

/* Table styles */
.mphb_sc_account table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.mphb_sc_account th, .mphb_sc_account td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

/* Highlight headings */
.mphb_sc_account th {
    background-color: #052943;
    color: #fff;
    font-weight: 600;
}

/* Buttons */
.mphb_sc_account .mphb-account-view-reservation-button,
.mphb_sc_account .mphb-account-cancel-reservation-button {
    background-color: #052943;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.mphb_sc_account .mphb-account-view-reservation-button:hover,
.mphb_sc_account .mphb-account-cancel-reservation-button:hover {
    background-color: #031c2f;
}

/* Reservation status badge */
.mphb_sc_account .mphb-status {
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background-color: #052943;
}

/* Headings and welcome text */
.mphb_sc_account h2, .mphb_sc_account h3 {
    color: #052943;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Responsive fix */
@media (max-width: 768px) {
    .mphb_sc_account table, .mphb_sc_account thead, .mphb_sc_account tbody, .mphb_sc_account th, .mphb_sc_account td {
        display: block;
        width: 100%;
    }
    .mphb_sc_account td {
        border: none;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }
}
/* Wrapper menu styles */
.mphb-account-menu {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

/* Menu links */
.mphb-account-menu a {
    color: #052943;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: #f5f7fa;
}

/* Active tab */
.mphb-account-menu a.active, body.woocommerce-dashboard .mphb-account-menu ul li:nth-child(1) a{
    background-color: #052943;
    color: white!important;
}

/* Hover effects */
.mphb-account-menu ul li a:hover {
    background-color: #052943;
    color: white!important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .mphb-account-menu {
        flex-direction: column;
        gap: 10px;
    }

    .mphb-account-menu a {
        display: block;
        width: 100%;
    }
}
.widget-area .icon-text i{color:#052943;}
.bottom-form .mphb_sc_search-form label{color:#fff}

/* home-page datepicker css start */
/* default bg-color css */
.datepick-popup .datepick-month table tbody tr td .mphb-selectable-date, .datepick-popup .datepick-month table tbody tr td .mphb-available-date { background:transparent; }

/* today date highlight css */
.mphb-calendar .datepick-month table tbody tr td .datepick-highlight, .datepick-popup .datepick-month table tbody tr td .datepick-highlight, 
.mphb-calendar .datepick-month table tbody tr td .datepick-today.datepick-highlight, .datepick-popup .datepick-month table tbody tr td .datepick-today.datepick-highlight, 
.mphb-calendar .datepick-month table tbody tr td .mphb-available-date.datepick-highlight, .datepick-popup .datepick-month table tbody tr td .mphb-available-date.datepick-highlight, 
.datepick-popup .datepick-month table tbody tr td a.datepick-today { background:#052943 !important;border-radius:5px;color:#fff; }

/* selected date css */
.datepick-popup .datepick-month table tbody tr td .datepick-selected { background:#052943 !important;border-radius:5px; }

/* end date selected css */
.mphb-calendar .datepick-nav .datepick-cmd:hover, .datepick-popup .datepick-nav .datepick-cmd:hover,
.datepick-popup .datepick-month table tbody tr td .datepick-highlight, .datepick-popup .datepick-month table tbody tr td .mphb-check-in-date { border-radius:5px;color:#fff; }

/* whenever both date are near then this css apply only code start */
/* start-date */
td:has(.mphb-date-cell.mphb-check-in-date):has(+ td .mphb-date-cell.datepick-selected) .mphb-date-cell.mphb-check-in-date { border-top-right-radius:0px;border-bottom-right-radius:0px; }
/* end-date */
td:has(.mphb-date-cell.mphb-check-in-date) + td:has(.mphb-date-cell.datepick-selected) .mphb-date-cell.datepick-selected { border-top-left-radius:0px;border-bottom-left-radius:0px; }
/* whenever both date are near then this css apply only code over */

/* serach icon css */
.searchform .search-controls button:hover i { color:#fff; }
/* home-page datepicker css over */
.mphb_sc_account .mphb-login-form{margin:auto}
body:not(.logged-in) .mphb_sc_account{max-width: 43%;}
body:not(.logged-in) .mphb_sc_account .mphb-login-form form .input{max-width:unset;}
@media (max-width: 991px) {
	body:not(.logged-in) .mphb_sc_account{max-width: 80%;}
	
	/* header language dropdown */
	.trp_language_switcher_shortcode { border-left:0px !important; }
	.trp_language_switcher_shortcode .trp-ls-shortcode-current-language, .trp-ls-shortcode-language { width:100% !important; }	
	.trp-language-switcher > div:hover { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');background-position-y: 0.9rem;background-size: 17px;background-position-x: calc(100% - 16px), calc(100% - 3px); }
}
@media (max-width: 599px) {
	body:not(.logged-in) .mphb_sc_account{max-width: 100%;}
}
.status-confirmed {
  color: green;
  font-weight: bold;
}

.status-cancelled {
  color: red;
  text-decoration: line-through;
}

.status-pending-payment {
  color: orange;
}

.status-abandoned {
  color: gray;
}

.status-pending-admin {
  color: blue;
}

.status-pending-user {
  color: darkorange;
}
.trp-language-switcher > div{border:none!important;}
.trp_language_switcher_shortcode{border-left: 1px solid #e4e4e4;}
.trp-language-switcher{width:100%!important;display:flex;align-items:center;height:100%;}