.price-list-faq {}

.price-list-faq-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.faq-item-name {
    flex-grow: 1;
}

.faq-item-price {
    flex-grow: 0;
    white-space: nowrap;
    font-weight: 700;
}
.btn .loader{
    width: 1rem !important;
    height: 1rem !important;
}
.btn:not(.loading) .loader{
    display: none;
}
#contactForm .input-group>.form-control{
    min-width: 100% !important;
}
#contactForm .input-group>.form-control.error{
    border-bottom: solid 1px indianred !important;
}
.error{
    color: indianred !important;
}
#contactForm .input-group>.form-control.error~focus-border{
    background-color: indianred !important;
}
.default-link, .default-link:hover{
    color: #888;
}