﻿.nudge-enquiry-custom-select {
    width: 100%;
    position: relative;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    cursor: pointer;
}

.nudge-enquiry-select-box {
    border-radius: 0px;
    border-bottom: 1px solid #8A8A8A;
    background-color: #FFF;
    height: 30px;
    padding: 5px 40px 12px 0px;
    color: #171717;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.41 0.290039L6 4.88004L10.59 0.290039L12 1.71004L6 7.71004L0 1.71004L1.41 0.290039Z' fill='%23424242'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 10px 10px;
    box-sizing: border-box;
    position: relative;
}

select.form-control.enquiry-form-element-change.enquiry-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.41 0.290039L6 4.88004L10.59 0.290039L12 1.71004L6 7.71004L0 1.71004L1.41 0.290039Z' fill='%23424242'/%3E%3C/svg%3E");
    background-position: calc(100% - 15px) center;
    background-size: 9px;
    padding-right: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f9fbff;
    background-repeat: no-repeat;
}
/* Dropdown wrapper (NEW) */
.dropdown-wrapper {
    display: none;
    position: absolute;
    /*width: 100%;*/
    background: #fff;
    border: 1px solid #8A8A8A;
    border-radius: 6px;
    margin-top: 4px;
    z-index: 1000;
    overflow: hidden;
    left: 0px;
    right: 0px;
    top: 28px;
    border-radius: 0px 0px 4px 4px;
}

/* Search box */
.search-box {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}

.inputGroup_cs .staticEnquiry-enquiry-select-box input.search-box {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}

.inputGroup_cs .staticEnquiry-enquiry-select-box .dropdown-wrapper {
    padding: 0px 1px 1px;
    border-bottom: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 4px;
    left: -16px;
    right: -16px;
}

.nudge-select-box-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
    background: #deeaff;
}

    .nudge-select-box-dropdown li {
        cursor: pointer;
        color: #000;
        border-bottom: 1px solid #ccc;
        padding: 5px 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
    }

        .nudge-select-box-dropdown li:hover {
            background-color: #0c3688;
            color: #fff;
        }

    /* Optional: scrollbar styling */
    .nudge-select-box-dropdown::-webkit-scrollbar {
        width: 6px;
    }

    .nudge-select-box-dropdown::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }


.staticEnquiry-enquiry-custom-select {
    width: 100%;
    position: relative;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}

.staticEnquiry-enquiry-select-box {
    background-color: #FFF;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.41 0.290039L6 4.88004L10.59 0.290039L12 1.71004L6 7.71004L0 1.71004L1.41 0.290039Z' fill='%23424242'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 10px 10px;
    box-sizing: border-box;
    position: relative;
}

.vehicle-enquiry-custom-select {
    width: 100%;
    position: relative;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    cursor: pointer;
}

.vehicle-enquiry-select-box {
    border-radius: 0px;
    background-color: #FFF;
    height: 30px;
    padding: 5px 40px 12px 0px;
    color: #171717;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.41 0.290039L6 4.88004L10.59 0.290039L12 1.71004L6 7.71004L0 1.71004L1.41 0.290039Z' fill='%23424242'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 8px 10px;
    box-sizing: border-box;
}
