.hp-form--listing-search {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.wk-dash-label .status.confirmed{
    background-color: rgb(90, 202, 90);
}
.wk-dash-label .status.waiting.for.payment{
    background-color: rgb(90, 202, 90);
}
.nav.item.notification-link .notification-block {
    position: absolute;
    left: 162px;
    top: -2px;
}

.wk-dash-label .status.rejected{
    background-color: rgb(221, 76, 76);
}
.hp-form__messages {
    margin-bottom: 15px;
}

.hp-form__fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hp-form__field {
    display: flex;
    flex-direction: column;
}

.hp-form__field--location {
    position: relative;
}

.hp-field--text {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.hp-field--select {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.5;
    height: auto;
}

.hp-field--select option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hp-form__footer {
    text-align: center;
}

.hp-form__button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hp-form__button:hover {
    background-color: #0056b3;
}

.hp-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #007bff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.hp-icon:hover {
    color: #0056b3;
}

.hp-geolocate-button {
    margin-top: 10px;
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hp-geolocate-button:hover {
    background-color: #218838;
}
#ui-datepicker-div {
    position: absolute;
    top: 100%;
    left: -20px;
    background-color: #ecf6fa;
    border: 3px solid #485D84;
    border-radius: 16px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1000;
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    width: 100%;
    max-width: 320px;
    margin: 10px auto 0;
    transform: translateY(10px);
}

#ui-datepicker-div .ui-datepicker-header {
    background-color: #485D84;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #364a63;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-size: 1.2em;
    font-weight: bold;
}

#ui-datepicker-div th {
    color: #485D84;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px;
    font-size: 0.9em;
}

#ui-datepicker-div .ui-state-default {
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #333;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    transition: all 0.3s ease;
}

#ui-datepicker-div .ui-state-hover {
    background-color: #485D84;
    color: #ffffff;
    cursor: pointer;
    transform: scale(1.05);
}

#ui-datepicker-div .ui-state-active {
    background-color: #364a63;
    color: #ffffff;
    font-weight: bold;
    border: none;
}

#ui-datepicker-div .ui-datepicker-today .ui-state-default {
    background-color: #ff9800;
    color: #ffffff;
    font-weight: bold;
}

#ui-datepicker-div .ui-state-disabled {
    color: #bbb;
    pointer-events: none;
    opacity: 0.6;
}

@media (max-width: 600px) {
    #ui-datepicker-div {
        font-size: 0.9em;
        max-width: 280px;
        padding: 8px;
    }

    #ui-datepicker-div .ui-datepicker-header {
        font-size: 1em;
        padding: 8px;
    }

    #ui-datepicker-div .ui-state-default {
        padding: 6px;
        font-size: 0.9em;
    }
}

.footer-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-left,
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-header {
    position: relative;
}

.search-results-header-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
text-align: center;
    padding-bottom: 10px;
    z-index: 50;
    width: auto;
}
.page-header {
    position: relative;
    z-index: 1;
}

.search-results-header-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-bottom: 10px;
    z-index: 5000;
width: auto;
}

.search-results-header.has-popup {
    position: relative;
    display: inline-block;
    cursor: help;
    font-size: 16px;
    font-weight: 600;

    .popup {
        position: absolute;
        bottom: 120%;
    left: 50%;
        transform: translateX(-50%);
        min-width: 260px;
        max-width: 320px;
        padding: 10px 14px;
        background: #333;
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0,0,0,.25);
        white-space: normal;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease, visibility .2s ease;
        z-index: 9999;

    &::after {
        content: "";
        position: absolute;
        top: 100%;
    left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #333;
    }
    }

    &:hover .popup,
    &:focus-within .popup {
        opacity: 1;
        visibility: visible;
    }
}
