.priceline_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.priceline_slider_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

#priceline_slider {
    border-radius: 12px;
    width: 77%;
}

.noUi-connects {
    background: linear-gradient(333deg, #0288FF -23.54%, #e8b7ff 110.08%) !important;
    border-radius: 12px !important;
}

.noUi-connect {
    background: transparent !important;
}

.noUi-horizontal {
    height: 10px !important;
}

.noUi-handle {
    cursor: pointer;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background-color: white !important;
    border: 3px solid #6459f7 !important;
}

.noUi-handle::before {
    content: '';
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color: #6459f7 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.noUi-handle::after {
    display: none !important;
}

.remove_payment_priceline {
    cursor: pointer;
    border: none;
    font-family: Rubik;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: -o-linear-gradient(117deg, #FF7C43 -23.54%, #FF0E73 110.08%);
    background: linear-gradient(333deg, #FF7C43 -23.54%, #FF0E73 110.08%);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 17px;
}

.add_payment_priceline {
    padding: 0px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}