﻿.bottom-sheet .row {
    display: flex;
}
.text-red-color {
    color: red;
}
#appraisesteps .user-fields-row > * {
    padding-left: 10px;
    /*padding-right: 10px;*/
}
#appraisesteps .user-fields-row {
    margin: 20px 20px;
}
.mobile-only {
    display: none;
}
.review-content .bg-success {
    --bs-bg-opacity: 0.1 !important;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.review-content .bg-primary {
    --bs-bg-opacity: 0.1 !important;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.review-content .bg-dark {
    --bs-bg-opacity: 0.1 !important;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.hidden {
    display: none !important;
}
.mt-30 {
    margin-top: 30px;
}

.agree_terms_text > p {
    padding: 0 !important;
}

#imagePreview ul li {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin: 5px;
    padding: 5px;
    width: 30%;
    height: 125px;
    list-style: none;
    float: left;
    position: relative;
    border: 1px solid #0061bc;
    border-radius: 5px;
}

    #imagePreview ul li img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.bottom-sheet .sheet-body .pricing-content {
    /* height: 320px; */
    width: 90%;
    margin: auto;
    /* overflow-x: hidden;
                overflow-y: auto; */
}

#payment-element {
    margin-bottom: 24px;
}

.bottom-sheet h2 {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
}

.oval-blue-outline-btn.oval-sm-btn {
    font-size: 16px !important;
    width: 80% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* new appraisal bt 1 start */
#newAppraisalImages_bottomsheet {
    height: 95vh !important; /* 95% of viewport height */
    max-width: 450px !important;
}

    #newAppraisalImages_bottomsheet .header-image {
        width: 100% !important; /* 95% of viewport height */
    }

.newAppraisalImages-content {
    height: calc(90vh - 100px) !important; /* adjust based on header/footer */
    overflow-x: hidden;
    overflow-y: auto;
}

    .newAppraisalImages-content p {
        margin-top: -10px;
    }

.upload-btn-container {
    display: inline-block;
    text-align: center;
    background: #eef4ff;
    padding: 5px;
    border-radius: 10px;
}

    .upload-btn-container img {
        width: 140px;
    }

.guide-link {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

    .guide-link a {
        color: #1a57d4 !important;
        font-weight: bold !important;
        text-decoration: underline !important;
    }

#sortable ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#sortable li {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin: 5px;
    padding: 5px;
    width: 30%;
    height: 125px;
    cursor: pointer;
    list-style: none;
    float: left;
    position: relative;
    border: 1px solid #0061bc;
    border-radius: 5px;
}

#sortable::after {
    content: "";
    display: table;
    clear: both;
}


#sortable li img {
    max-width: 100%;
    max-height: 100%;
}

#sortable li button.m-mdc-dislog-close {
    background-color: white !important;
    top: -10px;
    right: -10px;
    left: auto;
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
    position: absolute;
}

    #sortable li button.m-mdc-dislog-close i.mdc-fab__icon {
        font-size: 20px;
    }

.linkbtn {
    color: #0044FE !important;
    cursor: pointer;
}

.appr-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
/* new appraisal bt 1 end */

/* new appraisal bt 2 start */
#newAppraisalDescription_bottomsheet {
    height: 95vh !important; /* 95% of viewport height */
    max-width: 450px !important;
}

    #newAppraisalDescription_bottomsheet .header-image {
        width: 100% !important; /* 95% of viewport height */
    }

.newAppraisalDescription-content {
    height: calc(90vh - 100px) !important; /* adjust based on header/footer */
    overflow-x: hidden;
    overflow-y: auto;
}

#decScore {
    font-family: 'Roboto', serif;
    font-size: clamp(0.5rem, 3vw, 1rem);
    font-weight: bold;
    color: hsl(0, 0%, 40%);
    margin-right: 6px;
}

#barbox-id {
    align-items: center;
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
/* new appraisal bt 2 end */

/* new appraisal bt3 bundles start */
.tick-list {
    all: unset !important; /* Reset all browser styles */
    display: block !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

    .tick-list li {
        list-style-type: none; /* Ensure no bullets */
        position: relative;
        padding-left: 24px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.4;
    }

        .tick-list li::before {
            content: "✔";
            color: green;
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0;
        }

.radio-layout {
    border: 1px solid #ccc;
    padding: 12px 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    transition: border 0.2s;
}

    .radio-layout:hover {
        border-color: #888;
    }

    .radio-layout input[type="radio"] {
        margin-right: 12px;
        transform: scale(1.2);
        accent-color: #007BFF; /* Optional: sets radio color */
    }

    .radio-layout label {
        font-size: clamp(1rem, 1vw + 0.5rem, 1.2rem) !important;
        display: flex;
        align-items: center;
        width: 100%;
        cursor: pointer;
    }

        .radio-layout label span {
            line-height: 1.5;
        }

.mt-10 {
    margin-top: 10px;
}

.radio-layout input {
}

.radio-layout [type=radio] {
    margin: 0 !important;
    -webkit-appearance: radio !important;
    margin: 0 10px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.bundles_bottomsheet {
    height: 95vh !important; /* 95% of viewport height */
}

.bundles-content {
    height: calc(95vh - 100px) !important; /* adjust based on header/footer */
    overflow-x: hidden;
    overflow-y: auto;
}

.pricing-secureformbottomsheet {
    height: 80vh !important; /* 80% of viewport height */
}

.pricing-secure-content {
    height: calc(80vh - 100px) !important; /* adjust based on header/footer */
    overflow-x: hidden;
    overflow-y: auto;
}

/*email bt height command width*/
#email_bottomsheet {
    height: 50vh !important; /* 95% of viewport height */
    max-width: 450px !important;
}

/*Wallet Start*/
.mywallet_carditem {
    border-radius: 8px;
    color: white;
    float: left;
    font-family: Roboto,sans-serif;
    margin-right: 10px;
    width: 288px;
    padding: 10px;
}

.mywallet_visa {
    background-color: rgb(26, 31, 113);
}

.mywallet_mastercard {
    background-color: rgb(0, 0, 0);
}

.mywallet_discover {
    background-color: rgb(0, 0, 0);
}

.mywallet_americanexpress {
    background-color: rgb(4, 107, 211);
}

.mywallet_carditem .mywallet_icon {
}

.mywallet_carditem .mywallet_default {
    font-size: 12px;
    font-style: italic;
}

.mywallet_carditem .mywallet_icon img {
    margin: 0;
}

.mywallet_carditem .mywallet_cardinfo {
    font-size: 14px;
}

.mywallet_carditem .mywallet_btn_cardedit button {
    color: white;
    font-size: 14px;
    text-decoration: underline;
}

.mywallet_btn_addnew {
    max-width: 220px;
}

#mywalletCarousel {
    padding-bottom: 20px;
}

    #mywalletCarousel .carousel-indicators {
        bottom: -20;
    }

.carousel-dark .carousel-indicators li {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #000;
}
/*Wallet End*/
#saved-card-info p {
    font-size: 18px;
}

.mywallet_carditem {
    padding: 10px !important;
}
/* CSS for error styling */
.custom-error {
    border: 2px solid #e12a4e !important;
}

.error-message {
    color: #e12a4e;
    font-size: 14px;
    margin-top: 5px;
    text-align: left !important; /* Align to the left */
}
/* Overall form container */
.form-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* Reduced gap between rows */
}

/* Flex container for rows */
.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 0; /* Remove extra spacing */
}

    /* Single field responsiveness */
    .form-row > .stripe-input-group {
        flex: 1; /* Equal width for all inputs */
        display: flex;
        flex-direction: column; /* Label stays on top */
    }

/* Label styling */
.stripe-label {
    font-size: 14px;
    margin-bottom: 4px; /* Tighten the spacing */
    text-align: left !important; /* Align to the left */
}

/* Input field styling */
.stripe-input {
    display: block;
    width: 100%;
    padding: 10px; /* Adjust padding to match lower fields */
    font-size: 16px;
    border: 1px solid #d1d5db; /* Light Gray */
    border-radius: 4px; /* Match below fields */
    background-color: #fff; /* White background like below */
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

    /* Focus effect */
    .stripe-input:focus {
        border-color: #2563eb; /* Slightly darker blue */
        box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2); /* Lighter blue */
        outline: none;
    }
/* new appraisal bt3 bundles end */
#upsell_bottomsheet p {
    font-size: clamp(1rem, 1vw + 0.4rem, 1.3rem);
    line-height: 1.5;
    margin-bottom: 1rem;
}

#upsell_bottomsheet .mdl-js-button {
    border: 1px solid rgb(63, 81, 181);
    border-radius: 5px;
}
/* new appraisal bt review start */
#review_bottomsheet {
    height: 95vh !important; /* 95% of viewport height */
}

.review-content {
    height: calc(95vh - 100px) !important; /* adjust based on header/footer */
    overflow-x: hidden;
    overflow-y: auto;
}
/* new appraisal bt review end */
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #review_bottomsheet .priceguide-content > .row {
        padding: 0px 10px;
        margin: auto;
        width: 80%;
    }
}
/* Mobile screen start */
@media (max-width: 479px) {
    /* new appraisal bt 1 start */
    #newAppraisalImages_bottomsheet {
        height: 90vh !important;
    }

    .newAppraisalImages-content {
        height: calc(85vh - 100px) !important;
    }

    #sortable li {
        width: 45%
    }
    /* new appraisal bt 1 end */
    /* new appraisal bt 2 start */
    #newAppraisalDescription_bottomsheet {
        height: 90vh !important;
    }

    .newAppraisalDescription-content {
        height: calc(85vh - 100px) !important;
    }
    /* new appraisal bt 2 end */
    /* new appraisal bt 3 start */
    .form-row {
        flex-direction: column; /* Stack fields vertically on smaller screens */
    }

    .bundles_bottomsheet {
        height: 90vh;
    }

    .bundles-content {
        height: calc(90vh - 100px) !important;
    }
    /* new appraisal bt 3 end */
    /* new appraisal bt review start */
    #review_bottomsheet {
        height: 90vh !important;
    }

    .review-content {
        height: calc(90vh - 100px) !important;
    }

    #review_bottomsheet .button-container {
        display: flex;
        flex-direction: column;
    }
    /* new appraisal bt review end */
    .uploadFileClass {
        right: 0px !important;
    }
    .mobile-only {
        display: unset;
    }
    .mobile-mt-20 {
        margin-top: 20px !important;
    }
}
