﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
body {
    font-family: Poppins, sans-serif;
    background-color: #f8f9fa;
    background-image: url('../img/leaf_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

footer {    
    background-color: black;
}
.nav-trans {
    --bs-bg-opacity: 0;
}
.logo-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin: 20px;
}
.txtblue {
    color: rgb(157, 218, 230) !important;
    font-weight:500;
    background-color:#000000 !important;
}
    .txtblue a {
        text-decoration: none;
        color: rgb(157, 218, 230) !important;
    }
h4{
    padding-top:10px;
    font-weight:700;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 100%;
}
.reqfield {
    display: none;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
.step-panel {
    display: none;
}

    .step-panel.active {
        display: block;
        padding: 20px;
        /*border: 1px solid #ccc;*/
        margin: 10px;
        width: 100%;
    }

td {
    padding: 5px;
}

.tdForm {
    width: 33%;
}

.trForm {
    height: 50px;
}

.error {
    color: red;
}
.epBox {
    /*border: 1px solid black;*/
    padding: 5px;
}

#block-bf7b84ae714c70df3a33 {
    box-sizing: border-box;
    padding: 3% 5% 0 5%;
    border-radius: 20px 20px 20px 20px;
    --tweak-text-block-background-color: hsla(var(--white-hsl), 0.59);
}

.step-panel {
    display: none;
}

    .step-panel.active {
        display: block;
        /*padding: 20px;*/
        /*border: 1px solid #ccc;*/
        margin: 20px;
        /*width: 100%;*/
        justify-content: left;
        text-align: left;
    }

.form-container {
    max-width: 500px;
    /*margin: 0 auto;*/
    padding: .5rem;
    font-family: Poppins, sans-serif;
}

.form-group {
    display: flex;
    flex-direction: column;
    /*margin-bottom: 1rem;*/
}

    .form-group label {
        margin-bottom: 0.5rem;
        font-weight: 500;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        padding: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin: 0 0 .4em 0;
    }

.form-actions {
    text-align: right;
}
.mainBlock {
    box-sizing: border-box;
    padding: 3% 5% 0 5%;
    border-radius: 20px 20px 20px 20px;
    background-color: hsla(0, 0%, 100%, 0.85);
    max-width: 800px;
    width: 100%;
    border-radius: 15px !important
}
button {
    padding: 0.6rem 1.2rem;
    background-color: #0078d4;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

span[type="hidden"] {
    display: none !important;
    height: 0px !important;
}

.text-danger {
    color: red;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    max-width: 800px;
    font-family: Poppins,sans-serif;
}

.progress-steps-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    max-width: 800px;
    font-family: Poppins,sans-serif;
}

.steptext {
    /*position: relative;*/
    flex: 1;
    text-align: center;
    padding: 0;
    color: #666;
    font-size: 14px;
}

.step {
    position: relative;
    flex: 1;
    text-align: center;
    padding: 10px 0;
    color: #666;
    font-size: 14px;
}

    .step::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #ccc;
        z-index: 0;
    }

    .step:first-child::before {
        left: 50%;
    }

    .step:last-child::before {
        right: 50%;
    }

    .step::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ccc;
        z-index: 1;
    }

    .step.completed::after {
        background-color: #4caf50;
    }

    .step.current {
        color: #9DDAE6;
        font-weight: bold;
    }

.steptext.current {
    color: #000000;
    font-weight: bold;
}

.step.current::after {
    background-color: #9DDAE6;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.7);
}

.total-volume-label {
    max-width: 400px;
    border: solid 2px green;
    padding: 10px;
}

.dim-input {
    width: 70px;
}

.discount-block {
    margin: 15px 0 15px 0;
}

.previewImageUpload {
    width: 125px;
    opacity: 75%;
    border-radius: 5px;
    border: 2px solid white;
}

.loading-spinner {
    display: none;
    width: 15px;
    height: 15px;
    border: 3px solid #ccc;
    border-top: 3px solid #0078D7;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-left: 8px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.submitting {
    background-color: #ccc;
    color: #666;
    cursor: wait;
}

.input {
    width: 300px;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 16px;
}

#suggestions {
    border: 1px solid #ccc;
    max-width: 350px;
    background: #fff;
    position: absolute;
    z-index: 1000;
}

.suggestion {
    padding: 8px;
    cursor: pointer;
    font-family: 'Poppins', 'sans-serif';
    font-weight: normal;
    font-size: 11pt;
}

    .suggestion:hover {
        background-color: #f0f0f0;
    }

.gps-icon {
    width: 12px;
    height: 16px;
    margin-right: 10px;
}

.hidden {
    display: none;
}

.img-fluid-truck {
    max-width: 70% !important;
    height: auto;
    padding-top: 30px;
}

.quote-waiting {
    padding: 8px;
    font-family: 'Poppins', 'sans-serif';
    font-weight: 400;
    font-size: 16pt;
}

.notice-text {
    font-size: smaller;
    display: inline-block;
    line-height: normal;
}

.leaf-image-option {
    border: 3px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    margin: 5px;
    transition: border-color 0.2s ease;
    width: 40%;
    height: auto;
    opacity: 0.75;
}

.e-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 30px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.slider-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.slider-group-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 10px;
    background-color: white;
    opacity: 80%;
    border-radius: 5px;
    border: 1px solid black;
}

.scale-note {
    font-size: 0.9rem;
    color: #4c6b46;
    margin-bottom: 0.4rem;
}

.value-display {
    font-size: 1rem;
    color: #2f4f1a;
    margin-bottom: 0.4rem;
    font-weight: bold;
}

input[type="range"] {
    width: 80%;
    max-width: 400px;
    accent-color: #9DDAE6;
}

.estSubHeader {
    text-align: center;
    margin: -30px 0 30px 0;
    display: block;
    font-size: 1.1em;
}

#result {
    margin-top: 1rem;
    display: block;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    color: red;
    text-align: center;
}

.visual-scale {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    gap: 2rem;
}

.icon {
    font-size: 2rem;
}
                                                    
