.customPriceSelector_location{
    background-color: aliceblue;
}

.customPriceSelector_modal_location {
    border-radius: 0% !important;
    border-style: solid !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-color: var(--gray3) !important;
    padding: 1rem !important;
    font-family: var(--font-family-1);
}

.customPriceSelector_modal_location.form-control:focus {
    border-color: transparent !important;
    box-shadow: none;
    border-bottom-color: var(--gray) !important;
}

.customPriceSelector_modal_location_search.active input {
    border-radius: 5px 5px 0 0;
}

.customPriceSelector_modal_location_search.active .customPriceSelector_modal_location_list {
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    background-color: white;
    box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    width: inherit;
}

.customPriceSelector_modal_location_search.active .customPriceSelector_modal_location_list li {
    box-sizing: border-box;
    display: block;
}

.customPriceSelector_modal_location_list {
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
    position: absolute;
}

.customPriceSelector_modal_location_list li {
    list-style: none;
    padding: 0.7rem;
    padding-left: 1rem;
    display: none;
    width: 100%;
    cursor: pointer;
}

.customPriceSelector_modal_location_list li:hover {
    background-color: var(--gray3) !important;
}


.customPriceSelector_modal_location_search_text
{      
    font-size: var(--paragraph-2);
    font-family: var(--font-family-1);

    h2{
        font-size: 1.625rem !important;
        font-family: var(--font-family-1-2) !important;
    }        
}

.customPriceSelector_model_name {
    font-size: var(--title-2);
    font-weight: var(--weight-bold);
}

.customPriceSelector_modal_variant_name{
    font-family: var(--font-family-1-2);
    font-size: 1.625rem;
    font-weight: var(--weight-bolder);
}

.customPriceSelector_modal_variant_price{
    font-size: var(--paragraph-2);
    font-weight: var(--weight-bolder);
    font-family: var(--font-family-1);
}

.customPriceSelector_modal_price_desc{
    font-size: var(--paragraph-2);
    color: var(--darkGray);
    font-family: var(--font-family-1);
    font-weight: var(--weight-normal);
}

.customPriceSelector_variant_disclaimer p {
    font-family: var(--font-family-1);
    margin-top: 0 !important;
    color: var(--gray);
    font-size: var(--paragraph-3);
    line-height: 25px;
}

.customPriceSelector_variant_disclaimer p a {
    font-family: var(--font-family-1);
    margin-top: 0 !important;
    color: var(--gray);
    font-size: var(--paragraph-3);
}

.customPriceSelector_variant_disclaimer a {
    font-weight: var(--weight-bolder);
}

.customPriceSelector_variant_price_label {
    color: var(--gray);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    font-family: var(--font-family-1);
    line-height: 20.7px;
}

.customPriceSelector_variant_price_separator {
    border: solid;
    border-width: 0.5px;
    color: var(--gray3);
    margin: 3px 0 3px 0;
}

#customPriceSelector_modal .modal-content,
#customPriceSelector_modal_variant_pricing .modal-content {
    border-radius: 0%;
}

.customPriceSelector_modal_button_set div {
    font-family: var(--font-family-1);
}

@media (max-width: 768px) {
    .customPriceSelector_variant_prices{
        font-size: var(--title-2) !important;
    }
}