﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*-------------------------------------------------------------------------------*/
input.error {
    background: rgb(251, 227, 228) !important;
    border: 1px solid #fbc2c4 !important;
    color: #8a1f11 !important;
}

select.error {
    background: rgb(251, 227, 228) !important;
    border: 1px solid #fbc2c4 !important;
    color: #8a1f11 !important;
}

textarea.error {
    background: rgb(251, 227, 228) !important;
    border: 1px solid #fbc2c4 !important;
    color: #8a1f11 !important;
}

label.error {
    color: #8a1f11 !important;
    margin-left: 1.5em !important;
}

li.error {
    background: #ff0000 !important;
}

.tab-color-custom {
    background: #dee2e6;
}

/*form get blockquote input Modal*/
.product-lp {
    position: relative;
}

    .product-lp label {
        color: #494950;
        font-size: 1rem;
        position: absolute;
        left: 1.2rem;
        top: 1rem;
        opacity: 0.7;
    }

    .product-lp select {
        padding-top: 2rem;
    }

.flex-form-lp {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.quote-form-lp button {
    font-size: 1rem;
    font-weight: 700;
    border: none;
    background-color: #0074e0;
    color: #fff;
    padding: 1rem 1rem;
    border-radius: 5px;
    width: 75%;
}

.quote-form-lp input, .quote-form-lp select {
    border-radius: 3px;
    padding: 1rem 1rem;
    border: 1px solid #c2c4c6;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}

.quote-form-lp {
    max-width: 100%;
    width: 35rem;
    background-color: #fff;
    padding: 1.5rem;
    border-top-right-radius: 25px;
    margin: 2rem 0 0;
}

@media only screen and (max-width: 568px) {
    .quote-form-lp {
        margin: 2rem 0 0;
    }

    .product-lp select {
        padding-top: 2.5rem !important;
    }

    .quote-form-lp input, .quote-form-lp select {
        padding: 1.2rem 1.5rem;
        font-size: 1.8rem;
    }

    .flex-form-lp {
        gap: 0;
        flex-wrap: wrap;
    }

    .quote-form-lp button {
        font-size: 2rem;
        width: 100%;
    }

    .product-lp label {
        font-size: 1.2rem;
        left: 2rem;
        top: 1rem;
    }
}
