p {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.form-control {
    height: 55px;
    padding-inline: 20px;
}

.form-control::placeholder {
    font-size: 15px;
}

.category__wrapper .form-check {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 42px;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.category__wrapper .form-check-input {
    margin-top: 4px;
    margin-left: -22px;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #495057;
}

.products__container .form-check {
    padding-left: 0;
}

.products__container .form-check-label {
    padding-left: 1.25rem;
}

.products__container .form-check-input {
    margin-left: 0;
}

.progress__wrapper,
.quotation__form,
.category__wrapper {
    border-bottom: 1px solid #DFE1E6;
}

.modal-header .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.quotation__summary__btn,
.quotation__modal__btn {
    width: calc(100% - 3.75rem);
    font-size: 16px;
    line-height: 24px;
    border-radius: 12px;
}

@media (max-width:768px) {
    .quotation__summary__btn,
    .quotation__modal__btn {
        width: calc(100% - 30px);
    }
}

.quotation__modal__btn {
    color: #000;
    border: 1px solid #CED0D7;
    background-color: #fff;
}

.quotation__summary .border {
    background: #F7F8FC;
    border-radius: 16px;
}

@media (min-width:768px) {
    .quotation__form {
        padding-right: 15px;
        border-right: 1px solid #DFE1E6;
        border-bottom: none;
    }
    .quotation__summary {
        padding-left: 15px;
        padding-top: 0;
    }
    #benefitsModal .modal-dialog {
        max-width: 700px;
    }
}

@media (min-width:992px) {
    .quotation__form {
        padding-right: 4.5rem;
    }
    .quotation__summary {
        padding-left: 4.5rem;
    }
}

.quotation__form .gr-text-12 {
    font-size: 12px;
}

.quotation__form .form-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.tooltip-icon {
    width: 16px;
    height: 16px;
}

.location__wrapper {
    display: none;
}

.location__wrapper__first {
    display: flex!important;
}

.location-total-amount {
    background: #F7F8FC;
    border-radius: 8px;
    padding: 15px;
}

.location-total-amount__image,
.quotation__summary__image {
    background: linear-gradient(188.27deg, #A3B0ED 0.35%, #5E71D3 82.14%);
    border-radius: 50%;
    padding: 18px;
}

.location-total-amount__text {
    margin-left: 15px;
}

.quotation__summary__image {
    margin-right: 8px;
}

.location-total-amount__value,
.quotation__title {
    font-size: 24px;
    line-height: 32px;
    color: #576ACA;
}

.form-check .nice-select {
    border-radius: 8px;
    color: #495057;
}

.invalid-feedback {
    font-size: 90%;
    font-weight: 600;
}

.modal-body li.text--danger {
    color: red;
}

.form-select {
    display: block;
    height: 55px;
    width: 100%;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b6b1f9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 59, 240, 0.25);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #f64b4b;
    padding-right: calc(1.88em + 1.5rem);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" stroke="%23f64b4b" viewBox="0 0 12 12"><circle cx="6" cy="6" r="4.5"/><path stroke-linejoin="round" d="M5.8 3.6h.4L6 6.5z"/><circle cx="6" cy="8.2" r=".6" fill="%23f64b4b" stroke="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right calc(0.47em + 0.375rem) center;
    background-size: calc(0.94em + 0.75rem) calc(0.94em + 0.75rem);
}