/* do not remove this line  */
/* @import url("/new_components/global.css"); */
/* @import url("https://d12bnwwiqh6ro0.cloudfront.net/new_components/global.css"); */
@import url("https://d2j3cv789g1ijt.cloudfront.net/new_components/global.css");

/* do not remove this line  */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");

:root {
    --user-message-bg: #ffffff;
    --user-message-text: #121212;
    --bot-message-bg: #f0f0f0;
    --bot-message-text: #121212;
    --gryd-primary-color: #234585;
    --gryd-secondary-color: #D97E3F;
    --quick-action-border: #234585;
    --quick-action-text: #234585;
    --quick-action-bg: #ffffff;
    --gryd-white: #ffffff;
    --gryd-border: #eee;
    --primary-font: "Roboto", sans-serif;
}


/* start writing theme from below  */
.chatbot-container {
    font-family: var(--primary-font) !important;
    font-size: clamp(1rem, 0.9vw + 0.5rem, 1.2rem);
}

.chat-container::-webkit-scrollbar {
    height: 4px;
    width: 2px;
}

.chat-container::-webkit-scrollbar-thumb {
    background-color: var(--gryd-secondary-color);
    border-radius: 2px;
}

.message.botMsg,
.message.userMsg,
.message-by,
.message-time,
.gryd-image-card .gryd-image-description {
    font-size: clamp(0.9rem, 1vw + 0.2rem, 1.1rem);
}

.chatbot-container,
.gryd-main,
.chat-header {
    background: linear-gradient(103.92deg, #FBFCFF 5.9%, #F6F8FF 93.4%);
    transition: all 0.3s ease;
}

.chat-container {
    background: transparent;
    height: 89%;
    transition: none;
    align-items: center;
    margin: auto;
    padding: 25px 6px 6px 6px;
    position: unset;
}

/* Message styling */
.message.botMsg {
    border: 1px solid #03114E1A;
    background: linear-gradient(156.72deg, rgba(255, 255, 255, 0.25) 0%, rgba(226, 229, 237, 0.25) 90.69%) !important;
    color: #121212;
    font-size: medium;
    font-weight: 500;
    border-radius: 0px 10px 10px 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: small;
    transform-origin: left center;
    animation: messageSlideIn 0.3s ease-out forwards;
    box-shadow: 0px 0px 20px 0px #00000026;
    display: flex;
    flex-direction: column;
    width: 96%;
}

.message-by {
    font-weight: 800;
    font-size: smaller;
    color: #121212;
    display: none;
}

.message-time {
    font-weight: 800;
    font-size: smaller;
    color: #121212;
}

.message.userMsg {
    border: 1px solid #EBE6F5;
    background: #eff5fc 0 0 no-repeat padding-box !important;
    color: #121212;
    font-size: small;
    font-weight: 500;
    font-family: mons;
    border-radius: 10px 0px 10px 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    transform-origin: right center;
    animation: messageSlideIn 0.3s ease-out forwards;
    font-family: var(--primary-font) !important;
    width: 96%;
    align-self: auto;
}

/* Quick access buttons styling */
.action-button {
    border-radius: 10px;
    background: #234585;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    font-weight: 500;
    animation: fadeIn 0.5s ease-out;
}

.action-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(35, 69, 133, 0.3);
}

/* Chat input container styling */
.chat-input-container {
    background: none;
    border-top: none;
    padding: 12px;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s ease;
    width: 98%;
    gap: 12px;
}

/* Input field styling */
.input-wrapper {
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid #03114E17;
    box-shadow: 0px 0px 15px 0px #00000033;
}



.input-field {
    border-radius: 20px;
    color: #121212;
    background: #ffffff;
}

/* Menu button styling */
.menu-button {
    display: none;
}

/* Send and voice button styling */
.voice-button,
.send-button {
    color: var(--gryd-primary-color);
    transition: transform 0.2s ease;
}

.voice-button:hover,
.send-button:hover {
    transform: scale(1.1);
}

/* Carousel and card styling */
.carousel-container {
    border-radius: 0px 20px 20px 20px;
    border: none;
    background: none;
    color: #121212;
    animation: fadeIn 0.5s ease-out;
}

.thumbnail-wrapper {
    /* border-radius: 20px; */
    /* overflow: hidden; */
    transition: transform 0.3s ease;
    border: 1px solid #03114E33;
    background: linear-gradient(162.14deg, rgba(255, 255, 255, 0.35) 50%, rgba(226, 229, 237, 0.35) 96.8%);
    /* box-shadow: 0px 0px 16px 0px #9B9B9B4D; */
    padding: 5px;
    /* max-width: 69% !important; */
    /* width: 71%; */
    /* flex: 1 0 30%; */
}

.thumbnail-wrapper:hover {
    transform: translateY(-5px);
}

.thumbnail-description h4 {
    color: #234585;
    text-align: center;
}

.carousel-button {
    /* border-radius: 20px; */
    /* border: 1px solid #234585; */
    /* background: #ffffff; */
    /* transition: all 0.3s ease; */
    /* font-size: 15px; */
    display: flex;
    /* align-items: center; */
    /* padding: 11px; */
}

.carousel-button:hover:not(:disabled) {
    background: #234585;
    color: #ffffff;
}

/* Custom button styling */
.custom-button {
    border-radius: 20px;
    border: 1px solid #234585;
    color: #234585;
    transition: all 0.3s ease;
    background: #ffffff;
}

.custom-button:hover {
    background: #234585;
    color: #ffffff;
}

/* Header styling */
.chat-header {
    background: #FFFFFF80;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 10px 10px 0 0;
    animation: slideDown 0.4s ease-out;
    box-shadow: 0px 0px 20px 0px #00000026;
    backdrop-filter: blur(10px);
    width: 101.5%;
    margin: 0 -10px;
    height: 62px;
    font-family: 'Roboto';
}

.header-text h3 {
    color: #121212;
    font-weight: 700;
    font-size: 20px;
}

.header-text img {
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    object-fit: contain;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header-text img:hover {
    transform: scale(1.05);
}

/* Toggle button styling */
.gryd-cc-toggle,
.gryd-mute-toggle {
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #234585;
    transition: all 0.3s ease;
}

.gryd-cc-toggle:hover,
.gryd-mute-toggle:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
}

.gryd-cc-toggle.active,
.gryd-mute-toggle.active {
    background-color: #234585;
}

/* Scrollbar styling */
.chatbot-container::-webkit-scrollbar-thumb {
    background: #234585;
    border-radius: 10px;
}

.chatbot-container::-webkit-scrollbar-thumb:hover {
    background: #1a3566;
}

/* Close button styling */
.close-button {
    color: #121212;
    width: 29px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .chatbot-container {
        width: calc(100% - 30px) !important;
        height: calc(100vh - 55px) !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 10% auto 0 auto;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
    }

    .message.botMsg,
    .message.userMsg {
        width: calc(100% - 20px);
        max-width: 90%;
    }

    .message-content {
        width: 70% !important;
    }

    .custom-button {
        text-align: left;
    }

    gryd-whiteboard.message.templateMsg {
        margin-left: 0 !important;
    }

    .icon_image {
        right: 42px !important;
    }

    .button-container {
        width: calc(85% - 20px);
    }

    .input-wrapper {
        padding: calc(8px + 0.5vw);
    }

    .chat-header {
        position: sticky;
        top: 0;
        z-index: 10;
        width: 106%;
    }

    .chat-input-container {
        position: sticky;
        bottom: 0;
        z-index: 10;
        width: 95%;
    }

    .select-dropdown {
        width: 44% !important;
        top: 71px !important;
    }

    .my-picks1 {
        width: 83% !important;
    }

    .selected-car {
        width: 100px !important;
    }

    .pop-up {
        width: 83% !important;
    }
}

/* Animation for messages */
@keyframes messageAppear {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes messageSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.message {
    animation: messageAppear 0.3s ease-out forwards;
}

/* Animation for quick access buttons */
@keyframes buttonPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.action-button:active {
    animation: buttonPulse 0.3s ease-out;
}

/* Avatar container styling */
.avatar-container {
    background: #234585;
    animation: pulse 2s infinite ease-in-out;
}

/* Button container fix for large text */
.button-container {
    display: flex;
    /* flex-direction: row; */
    gap: 10px;
    width: auto;
    /* Full width minus some margin */
    margin: 0 10px;
    /* Add equal margin on both sides */
    max-width: 100%;
    flex-wrap: wrap;
}

.button-wrapper {
    display: flex;
    width: 100%;
}

/* Custom button styling with text overflow handling */
.custom-button {
    border-radius: 10px;
    border: 1px solid #39019A;
    color: #39019A;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 8px 16px;
    width: 100%;
    white-space: normal;
    height: auto;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(0.9rem, 1vw + 0.1rem, 1.1rem);
}

.custom-button:hover {
    background: #234585;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(35, 69, 133, 0.3);
}

.message {
    background-color: transparent;
}

.custom-button {
    width: auto;
    background: #03114E0D;
    border: 1px solid rgba(0, 0, 0, 0.20);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.06);
    font-size: 14px;
    color: #03114E;
    font-weight: 700;
    font-family: var(--primary-font);
    padding: 9px;
}

.gryd-image-card .gryd-image-description {
    color: #121212;
    font-size: medium;
    font-weight: 400;
}

/* Adding a subtle entrance animation for the entire chat */
.chatbot-container {
    animation: fadeIn 0.5s ease-out;
    height: calc(100% - 62px);
    width: calc(100% - 49px);
    z-index: 9999;
}

/* Add a subtle hover effect to interactive elements */
.input-field:focus,
.button:hover,
.custom-button:hover {
    transition: all 0.2s ease;
}

.send-button:active {
    transform: scale(0.9);
}

.voice-button,
.send-button {
    z-index: 20;

}

.menu-button img {
    width: 14px;
    height: 14px;
}

gryd-whiteboard.message.templateMsg {
    padding-top: 20px;
    margin-left: 24px;
    /* width: 80%; */
    /* display: block; */
    height: 100%;
}

gryd-quick-actions {
    display: none;
}

.quick-actions-wrapper {
    display: none;
}

div[slot="messages"] {
    height: 80%;
    position: relative;
}

.main {
    width: 100%;
    right: 0;
    position: unset;
    height: 97%;
}

button.custom-button.action-button:hover {
    background: #03114E;
    border: 1px solid #00000033;
    box-shadow: 0px 5px 4px 0px #0000000F;
}

label[for='location'] {
    /* display: none; */
}

.thumbnail-buttons button {
    display: none;
}

.thumbnailbox {
    cursor: pointer;
    height: 100%;
}

.thumbnail-description {
    color: #03114E;
}

.thumbnail-wrapper img {
    width: 96%;
    height: 100%;
}

/* .carousel-track {
    width: 89%;
} */

button.send-button {
    display: flex !important;
    position: relative;
    right: a;
}

.dave-bc-avatar img {
    width: 100%;
}

.dave-bc-avatar {
    position: absolute;
    width: 100%;
    width: 23px;
    height: 23px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(3, 17, 78, 0.10);
    /* background: #fff; */
    border-radius: 0;
}

span.message-header {
    position: absolute;
    right: 14px;
}

.message-content {
    width: 84%;
    margin-left: 38px;
    font-size: 15px;
    white-space: normal;
    line-height: 27px;
}

.typing-indicator {
    width: 80%;
    margin-left: 38px;
}

/* .carousel-button-container {
    width: 100%;
} */

p.helptext {
    display: none;
}

.icon_image {
    background: none;
    box-shadow: none;
    width: 7%;
}

.header-text {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-left: 21px;
}

input[type="submit"] {
    width: auto;
    background: #03114E0D;
    border: 1px solid #00000033;
    box-shadow: 0px 5px 4px 0px #0000000F;
    font-size: 13px;
    color: #03114E;
}

input[type="submit"]:hover {
    background: #03114E;
    border: 1px solid #00000033;
    box-shadow: 0px 5px 4px 0px #0000000F;
    color: #ffffff;
}

.message-content .dealer .dealer_contact a {
    color: blue;
    text-decoration: solid;
}

.message-content .dealer span {
    font-weight: 600;
}

.message-content .dealer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-content .dealer div {
    width: 50%;
    margin-right: 12px;
}

gryd-whiteboard .price-list {
    margin: 17px 0;
}

gryd-whiteboard .features {
    overflow: auto;
    width: 100%;
}

a.blue-color {
    color: blue;
}

gryd-whiteboard .newplaceholder {
    margin-top: 13px;
}

gryd-whiteboard .car-variant-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 29%;
    overflow: auto;
}

gryd-whiteboard thead,
gryd-whiteboard tbody,
gryd-whiteboard tfoot,
gryd-whiteboard tr,
gryd-whiteboard td,
gryd-whiteboard th {
    /* text-align: center; */
    width: 88%;
    margin: auto;
    /* border: 1px solid #dedede; */
    padding: 1rem;
    /* text-align: center; */
    border-collapse: collapse;
    font-size: 13px;
    color: #03114E;
    /* background: #03114E26; */
    /* border-spacing: 0 15px; */
}

gryd-whiteboard td,
gryd-whiteboard th {
    width: 15%;
}

.dave-home-container {
    align-self: center;
    margin-top: 5px;
}

.dave-home-button img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 47%;
    position: absolute;
    right: 0;
    top: 0;
}

.dave-home-container button {
    background: #FFFFFF;
    border: 1px solid #03114E17;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px #00000033;
    cursor: pointer;
    height: 50px;
    position: relative;
    width: 50px;
}

.checkbox-container input[type="checkbox"] {
    width: auto;
    margin: 0px 6px 0px 7px;
}

.checkbox-container label {
    width: 100%;
    margin: 0;
    white-space: normal;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.form-container {
    display: flex;
    height: 100%;
    overflow: initial;
}

.form-container form {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    gap: 12px;
}

/* ====== VISUALISER PAGE STYLES ====== */

/* Visualiser container */
.visualiserContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: Roboto, sans-serif;
    margin-top: 12px;
}

/* Car image container */
.visualiserContent .img-container {
    display: none;
    width: 100%;
    height: 51vh;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}

.visualiserContent .visualiser-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.visualiserContent .visualiser-img:hover {
    transform: scale(1.03);
}

/* ====== OPTIONS (COLOR SELECTORS) ====== */
.cta-small {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 18px;
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    box-sizing: border-box;
}

.options-container {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 8px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* min-width: 180px; */
}

.options-container:hover {
    box-shadow: 0 0 25px rgba(3, 17, 78, 0.2);
    transform: translateY(-2px);
}

/* Car color image icons */
.car-icon {
    width: 60px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
}

/* Color name section */
.color-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.color-name .name {
    font-weight: 600;
    color: #03114e;
    text-transform: capitalize;
    font-size: 14px;
}

/* Proceed button */
.proceed-color {
    border-radius: 6px;
    background-color: rgba(3, 17, 78, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.06);
    padding: 8px 12px;
    font-size: 14px;
    color: #03114e;
    font-weight: 600;
    /* margin-top: 8px; */
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.proceed-color:hover {
    background-color: #03114e;
    color: #fff;
    box-shadow: 0 5px 10px rgba(3, 17, 78, 0.3);
}

/* Proceed container inside the button */
.proceed-container {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 21px;
    font-weight: 600;
}

/* Hidden/visible classes */
.hide {
    display: none;
}

.show {
    display: flex;
}

/* Hover effect image appended dynamically */
img.hovered {
    width: 18px;
    height: 13px;
    margin-left: 6px;
    vertical-align: middle;
}

/* ====== RESPONSIVE STYLES ====== */

/* Mobile View */
@media only screen and (max-width: 450px) {
    .visualiserContent {
        padding: 0 10px;
    }

    .img-container {
        height: 45vh;
    }

    .cta-small {
        gap: 12px;
        padding: 10px;
    }

    .options-container {
        flex-direction: column;
        align-items: center;
        min-width: 70%;
        text-align: center;
    }

    .form-field {
        width: 100% !important;
    }

    .radius-buttons {
        width: 100%;
        flex-wrap: wrap;
    }

    .radius-container {
        flex-wrap: wrap;
    }

    .radius-container label {
        width: 100%;
    }

    .car-icon {
        width: 100%;
        height: 100px;
        object-fit: contain;
    }

    .color-name .name {
        font-size: 13px;
    }

    .proceed-color {
        width: 100%;
    }
}

/* Tablet View */
@media screen and (max-width: 1024px) and (min-width: 450px) {
    .img-container {
        height: 48vh;
    }

    .cta-small {
        gap: 14px;
    }

    .car-icon {
        height: 60px;
    }

    .options-container {
        min-width: 36%;
    }
}

th.variant_name {
    text-transform: uppercase;
}

.gryd-image-card img {
    width: 54%;
    height: auto;
}


.gryd-image-card {
    width: auto;
    height: auto;
    padding: 0;
    box-shadow: none;
    width: 100%;
}

/* Table container */
.message-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 12px 0;
    /* background: #ffffff; */
    border-radius: 8px;
    overflow: hidden;
}

/* Header Row */
.message-content table thead th {
    background: #0D1A46;
    /* deep navy like screenshot */
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 14px 10px;
    font-size: 15px;
}

/* Normal cells */
.message-content table td,
.message-content table th {
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: middle;
    color: #1C1C1E;
    color: #2D3394;
    white-space: normal;
    /* width: 100%; */
}

/* Left-most column (feature names) */
.message-content table tbody td:first-child {
    width: 30%;
    font-weight: 600;
    background: #f7f7f7;
    background: #CACACC;
    color: #1C1C1E;
}

/* Alternate shading for rows */
.message-content table tbody tr:nth-child(even) td {
    background: #fafafa;
}

/* Remove shading for first column alternation */
.message-content table tbody tr:nth-child(even) td:first-child {
    background: #f0f0f0;
    background: #E6E6E6;
}

/* Responsive scroll on small screens */
.message-content table {
    display: block;
    overflow-x: auto;
}

/* Make line-break items inside cells look neat */
.message-content table td br {
    display: block;
    margin-bottom: 4px;
}


.message-content ul {
    margin: 0;
    padding: 0 16px;
}

.dealer-button-container {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.form-field {
    width: 48%;
}

.form-field.location-field {
    width: 100%;
}

.consent-section {
    width: 100%;
}

.custom-options {
    z-index: 9999;
    max-height: 150px;
}

.radius-container {
    margin-bottom: 12px;
}

.dave-see-more-container {
    margin-top: 12px;
    /* padding-top: 20px; */
    margin-left: 33px;
}

.dave-see-more-container ul.dave-option-list {
    margin-top: 12px;
}

.dave-see-more,
.dave-see-less {
    text-align: right;
    width: auto;
    display: flex;
    /* flex-direction: row; */
    justify-content: end;
}

.dave-see-more,
.dave-see-less {
    text-align: right;
    display: flex;
    /* flex-direction: row; */
    justify-content: end;
}

.dave-see-more .more,
.dave-see-less .less {
    background: linear-gradient(156.72deg, rgba(255, 255, 255, 0.15) 0%, rgba(226, 229, 237, 0.15) 90.69%);
    box-shadow: 0px 0px 10px 0px #00000026;
    padding: 5px 6px;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    /* width: max-content; */
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    white-space: normal;
}


.see-more-buttons .button-container {
    margin-left: 0;
}

.dave-see-more-content {
    font-size: 15px;
    margin-bottom: 12px;
}



/* ===== Options / Top CTAs ===== */
.options-ctas {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 11px;
    font-size: 13px;
    margin-right: 14px;
}

.change-language,
.my-picks,
.faq-drp,
.clr-history {
    border-radius: 5px;
    background: linear-gradient(156.72deg, rgba(255, 255, 255, 0.15), rgba(226, 229, 237, 0.15));
    border: 1px solid rgba(3, 17, 78, 0.2);
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.language {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.eng {
    font-size: 14px;
    font-weight: 700;
    color: #03114E;
    cursor: pointer;
}

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

.vector-icon1 {
    width: 14.3px;
    height: 8px;
}

/* ===== Mobile Options ===== */
.options-ctas-mobile {
    display: none;
}

@media only screen and (max-width: 450px) {
    div[slot="messages"] {
        height: calc(100vh - 256px);
        /* position: relative; */
    }

    .options-ctas {
        display: none;
    }

    .options-ctas-mobile {
        display: flex;
        margin-right: 15px;
        align-items: center;
    }
}

/* ===== Change Language Dropdown ===== */
.change-language1 {
    position: absolute;
    top: 60px;
    right: 12px;
    width: 30%;
    padding: 16px 18px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(3, 17, 78, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 9;
}

.change-language1-open {
    display: flex;
}

.change-language1-close {
    display: none !important;
}

.select-language {
    font-weight: 500;
}

.frame-parent3 {
    width: 100%;
    font-size: 15px;
}

.language-parent {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.fi-33281-icon {
    display: none;
    width: 16px;
    height: 16px;
}

.selected .fi-33281-icon {
    display: block;
}

/* ===== My Picks Popup ===== */
.my-picks1 {
    position: absolute;
    top: 60px;
    right: 12px;
    width: 30%;
    height: 72%;
    padding: 16px 18px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(3, 17, 78, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 9999999;
}

.my-picks1 .select-language {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ===== Mobile Select Dropdown ===== */
.select-dropdown {
    position: absolute;
    top: 60px;
    right: 12px;
    width: 30%;
    padding: 16px 18px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(3, 17, 78, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 9;
}

.select-dropdown-open {
    display: flex;
}

.select-dropdown-close {
    display: none;
}

/* ===== FAQ Overlay & Dropdown ===== */
.faq-popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
    transition: all .4s;
    z-index: 9999;
}

.faq-popup-open {
    visibility: visible;
    opacity: 1;
}

.faq-dropdown {
    position: absolute;
    top: 17%;
    height: 39%;
    padding: 16px 0 16px 18px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(3, 17, 78, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 9;
}

/* ===== FAQ Content ===== */
.dave-faq-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    font-size: 20px;
    font-weight: bold;
    color: #1C1C1C;
}

.dave-faq-container img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.dave-faq-container1 {
    width: 100%;
    overflow: auto;
    padding-right: 6px;
}

.dave-faq-btn-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.dave-faq-btn-container .faq-btn {
    padding: 6px 15px;
    border-radius: 6px;
    border: 1px solid #00000033;
    box-shadow: 0px 5px 4px 0px #0000000F;
    font-weight: 500;
    cursor: pointer;
    color: #03114E;
}

.faq-btn-selected {
    background: #010b381f;
}

.dave-ques-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 22px;
}

.dave-faq-ques-container {
    display: flex;
    justify-content: space-between;
}

.faq-ques {
    display: flex;
    align-items: center;
}

/* ===== FAQ Popup ===== */

.faq-popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, 0.7);
    transition: all 0.4s;
    z-index: 9999;
}

.faq-popup-open {
    visibility: visible;
    opacity: 1;
}

/* ===== FAQ Dropdown ===== */

.faq-dropdown {
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(3, 17, 78, 0.6);
    display: flex;
    flex-direction: column;
    padding: 16px 18px;
    gap: 20px;
    width: 71%;
    /* max-width: 520px; */
    height: 53%;
}

.faq-dropdown-close {
    display: none;
}

.faq-dropdown-open {
    display: flex;
}

/* ===== Header ===== */

.dave-faq-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1c1c1c;
}

.dave-faq-container img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

/* ===== Content Wrapper ===== */

.dave-faq-container1 {
    width: 100%;
    overflow-y: auto;
    padding-right: 6px;
}

.dave-faq-container1::-webkit-scrollbar-thumb {
    background: #03114e;
}

/* ===== FAQ Buttons ===== */

.dave-faq-btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dave-faq-btn-container .faq-btn {
    color: #03114e;
    border: 1px solid #00000033;
    box-shadow: 0px 5px 4px 0px #0000000f;
    padding: 6px 15px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
}

.faq-btn-selected {
    background: #010b381f;
}

/* ===== Questions ===== */

.dave-ques-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 22px;
    width: 100%;
}

.dave-faq-ques-container {
    display: flex;
    justify-content: space-between;
}

.faq-ques {
    display: flex;
    align-items: center;
}

/* ===== Mobile ===== */

@media (max-width: 450px) {
    .faq-dropdown {
        width: 85%;
        height: 70%;
        padding: 14px;
    }

    .dave-faq-container {
        font-size: 18px;
    }
}

.cart-car {
    display: flex;
    border-radius: 4px;
    border: 0.6px solid rgba(0, 0, 0, 0.40);
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 12px 25px 12px;
    gap: 14px;
    position: relative;
    /* width: 100%; */
}

.car-desc span {
    color: #5E5D5D;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* display: flex;
    align-items: baseline;
    gap: 6px; */

}

.car-desc {
    width: 55%;
}

.car-desc h4 {
    margin: 0;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.2rem;
}

.selected-car {
    width: 150px;
    object-fit: contain;
}

.dave-remove-cart {
    position: absolute;
    right: 6px;
    top: 7px;
}

.dave-remove-cart img {
    width: 12px;
    cursor: pointer;
}


.modal-popup,
.modal-popup1 {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
    transition: all .4s;
    z-index: 9999;
}


.modal-popup-open,
.modal-popup-open1 {
    visibility: visible;
    opacity: 1;
}

.pop-up-child {
    position: relative;
    width: 21%;
}

.pop-up {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(3, 17, 78, 0.6);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 13px;
    gap: 20px;
}

.changing-the-language-will-res-parent {
    position: relative;
    width: 100%;
    text-align: center;
}

.changing-the-language-will-res-parent div {
    margin: 13px;
}

.connect-with-one {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto;
    color: #03114e;
    text-align: center;
}

.component-124 {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 12px 25px;
    background-color: rgba(3, 17, 78, 0);
    border-radius: 6px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.modal-popup1 .component-124 {
    padding: 12px 21px;
}

.component-124:hover {
    background-color: rgba(3, 17, 78, 0.05);
}

.component-148-parent {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 14px;
}

.input-field {
    width: 61%;
}

.outlet-id-container {
    display: none;
}


.gryd-feedback-container .fullscreen-container {
    position: absolute;
    /* top: 12%; */
    background: #fff 0 0 no-repeat padding-box;
    bottom: 0;
    /* height: 51%; */
    overflow: hidden;
}

.gryd-feedback-container .header {
    padding: 0;
}

.gryd-feedback-container .content {
    margin: 0;
    width: 100%;
    /* flex: none; */
    max-width: 100%;
    padding: 6px;
}

.gryd-feedback-container .question-group {
    background: none;
    box-shadow: none;
    border: none;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
}

.gryd-feedback-container .question-group:hover {
    box-shadow: none;
    transform: none;
}

.gryd-feedback-container .close-btn {
    position: unset;
    border: none;
}

.gryd-feedback-container .close-btn:hover {
    background: none;
    transform: none;
}

.gryd-feedback-container .chat-header {
    width: auto;
}

.gryd-feedback-container .questions-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

.gryd-feedback-container .question-text {
    font-size: 21px;
    margin-bottom: 10px;
}

.gryd-feedback-container .rating-labels {
    width: 50%;
    margin-bottom: 12px;
}

.consent-section .form-field {
    width: 100%;
}

.normalcheckbox-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.dave-help-text {
    z-index: 9998;
    position: fixed;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 10px;
    padding: 5px;
    min-width: 150px;
    max-width: 400px;
    font-family: sans-serif;
    color: rgba(75, 75, 75, 1);
    cursor: default;
}

.dave-help-close {
    font-size: 0.5rem;
    float: right;
}

.dave-help-close-symbol {
    float: right;
    font-weight: bold;
    font-size: 1.3rem;
    margin: -10px 2px 0px 5px;
    font-family: monospace;
    cursor: pointer;
}

.dave-help-paragraph {
    font-size: 0.85rem;
    margin: 20px 0 5px 0;
    padding: 1px 5px;
    width: 100%;
    font-weight: bold;
}

.dave-help-sub-text {
    font-size: 0.65rem;
    margin: 0;
    padding: 1px 2px;
    font-style: italic;
    color: rgba(100, 100, 100, 1);
}

.dave-help-shadow {
    -moz-box-shadow: 3px 3px 5px 6px rgba(100, 100, 100, 0.2);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(100, 100, 100, 0.2);
    box-shadow: 3px 3px 5px 6px rgba(100, 100, 100, 0.2);
}

.dave-help-container {
    z-index: 9997;
    position: fixed;
    bottom: 10vh;
    right: 10vw;
    width: 45px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}

.dave-help-control {
    width: 100%;
}

p.dave-help-control {
    margin-bottom: -20px;
    margin-right: -5px;
    font-family: sans-serif;
    font-size: 0.6rem;
    padding: 2px;
    vertical-align: top;
    display: inline;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}


.dave-help-paragraph {
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 10px 8px 9px 8px;
    padding: 0;
    font-size: 0.85rem;
    width: 95%;
    /* margin: 0; */
    color: #333;
}

.dave-help-close-symbol {
    position: absolute;
    top: -5px;
    right: -10px;
    cursor: pointer;
}

.dave-help-close-symbol img {
    width: 22px;
}

.dave-help-text {
    max-width: 299px;
}

.dave-page-option-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-left: 12px;
    list-style: none;
    padding: 0px;
}

ul.dave-page-option-list li button {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: rgba(3, 17, 78, 0.05);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.06);
    font: normal normal 600 14px / 13px Roboto;
    padding: 9px;
    color: #03114E;
    text-align: left;
    background: #03114E0D;
}

gryd-message-feedback {
    white-space: normal;
}

.grid-message-feedback {
    justify-content: end;
    padding: 1rem;
}

div#messageContainer.hidden {
    display: none;
    text-align: right;
}

.disclaimer-text {
    font-size: 12px;
    padding: 0 20px;
}

/* .grid-message-feedback button#like-button {
    background-image: url('../../assets/like.png');
    background-size: 100% 100%;
    border-radius: 0;
} */

.grid-message-feedback button#like-button.active-like {
    background-image: url('../../assets/liked.png');
    background-size: 69%;
    /* filter: invert(100%); */
    transform: scaleX(-1);
}

.grid-message-feedback button#dislike-button.active-dislike {
    background-image: url('../../assets/disliked.png');
    background-size: 69%;
    /* transform: scaleX(-1); */
}

.fillerContainer {
    font-style: italic;
    color: #838383;
}

.pac-container {
    z-index: 99999;
}

.dave-features-page-wrap {
    width: 100%;
    /* margin: 0 auto; */
}

.dave-features-page-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a2233;
    margin-bottom: 8px;
}

.dave-features-page-subtitle {
    font-size: 0.9rem;
    color: #6b7a99;
    margin-bottom: 28px;
    letter-spacing: 0.02em;
}

.dave-features-table-wrap {
    background: none;
    /* border-radius: 12px; */
    /* box-shadow: 0 2px 24px rgba(26, 34, 51, 0.08); */
    overflow: hidden;
}

.dave-features-price-list {
    width: 98%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.dave-features-thead-row {
    background: #FFFFFF;
    /* border-bottom: 2px solid #e8ecf4; */
    border: 1px solid #03114E33;
    box-shadow: 0px 0px 8px 0px #00000014;
}

.dave-features-thead-th {
    padding: 20px 24px;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    /* color: #1a2233; */
    color: #03114E;
}

.dave-features-thead-th-label {
    color: #9aa3b8;
    font-weight: 600;
}

.dave-features-thead-th-highlight {
    color: #1a3a7e;
    color: #03114E;
}

.dave-features-category-row-td {
    background: #e8ecf4;
    padding: 12px 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3d5099;
    border: none;
    background: #03114E26;
    border-bottom: 1px solid #D9D8D9;
    border-radius: 8px;
    /* display: flex; */
    /* width: 100%; */
    /* justify-content: space-between; */
    /* align-content: center; */
    margin: auto;
}

.dave-features-cat-toggle {
    float: right;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1a3a7e;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 24px;
    text-align: center;
    transition: background 0.2s;
}

.dave-features-cat-toggle:hover {
    background: #0f2460;
}

.dave-features-feature-row-td {
    padding: 14px 24px;
    font-size: 0.92rem;
    color: #3a445e;
    border-bottom: 1px solid #f0f2f8;
    transition: background 0.15s;
}

.dave-features-feature-row:hover .dave-features-feature-row-td {
    background: #f7f9fd;
}

.dave-features-feature-row:last-child .dave-features-feature-row-td {
    border-bottom: none;
}

.dave-features-feature-name-td {
    color: #4a5568;
    font-weight: 500;
    width: 35%;
}

.dave-features-variant-val-td {
    font-weight: 600;
    color: #1a2233;
    text-align: center;
}

.dave-features-empty-row-td {
    padding: 14px 24px;
    font-size: 0.85rem;
    color: #b0b8cc;
    font-style: italic;
    border-bottom: 1px solid #f0f2f8;
}

.dave-features-row-collapsed {
    display: none;
}

.dave-features-icon-tick {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    background: #e6f9f0;
    color: #1db86b;
}

.dave-features-icon-cross {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    background: #fdecea;
    color: #e03c31;
}

@media (max-width: 640px) {

    .dave-features-thead-th,
    .dave-features-category-row-td,
    .dave-features-feature-row-td,
    .dave-features-empty-row-td {
        padding: 10px 12px;
    }

    .dave-features-page-title {
        font-size: 1.4rem;
    }
}