.paxy-title {
    color: #ff0000;
    font-weight: 700;
    margin-bottom: 10px;
}

.paxy-point-selected p {
    margin: 5px 0;
    padding: 0;
}

.paxy-select-point-button {
    border: 0;
    outline: none;
    padding: 10px;
    background: #9d9d9d;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.paxy-widget-select-point {
    display: none;
    position: relative;
}

.paxy-pickup-point-form-field {
    position: absolute;
    left: 80px;
    top: 100%;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    padding: 0;
    border: 0;
}

@media all and (min-width: 900px) {
    .paxy-widget-select-point {
        margin: 10px 0 20px 0;
    }
}

.lds-dual-ring {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
