<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nudge-chat-bot-wrap{
 left: 30px;
 bottom: 20px;
 border-radius: 8px;
 overflow: hidden;
 z-index: 5;
 background: #fff;
 width: 390px;
 position: fixed;
 box-shadow: 0 0 10px rgb(0 0 0 / 30%);
 height: 80vh;
 font-size:16px;
}
.nudge-chat-bot-wrap .nudge-chat-bot-header{
 background: 0;
 margin: 0 25px;
 padding: 10px 0;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.nudge-chat-bot-wrap .nudge-chat-bot-header .nudge-logo{
 width: 120px
}
.nudge-chat-bot-wrap .nudge-chat-bot-header &gt; div{
 display: flex;
 align-items: center;
 gap: 10px;
}
.nudge-chat-bot-wrap .nudge-chat-bot-header .close,
.nudge-chat-bot-wrap .quick-enquiry-header .close {
 color: #fff;
 font-size: 26px;
 font-weight: 400;
 padding: 0 10px;
 cursor: pointer;
 width: 32px;
 height: 32px;
 background: #ee313c;
 opacity: 1;
 border-radius: 50%;
 align-items: center;
 cursor: pointer;
 display: inline-flex;
 justify-content: center
}
.nudge-chat-bot-wrap .nudge-chat-bot-body{
 padding: 8px 20px;
 background-origin: border-box;
 overflow: auto;
 max-height: calc(100% - 40px);
 padding-bottom: 100px;
}
/*.nudge-chat-bot-wrap .nudge-chat-bot-body::-webkit-scrollbar{
            display: none;
}*/
    .nudge-chat-bot-wrap .nudge-chat-bot-body::-webkit-scrollbar {
        width: 8px
    }

    .nudge-chat-bot-wrap .nudge-chat-bot-body::-webkit-scrollbar-track {
        background: #e4e9f6;
        border-radius: 10px
    }

    .nudge-chat-bot-wrap .nudge-chat-bot-body::-webkit-scrollbar-thumb {
        background: #18407e;
        border-radius: 10px
    }
/*.nudge-chat-bot-wrap .nudge-chat-bot-body{
 -ms-overflow-style: none;
 scrollbar-width: none;
}*/
.nudge-chat-bot-wrap .nudge-chat-bot-body h2{
 color: #0C3688;
 font-size: 30px;
 font-weight: 300;
 line-height: normal;
 margin-bottom: 0;
}
/*.nudge-chat-bot-wrap .nudge-loader{
 text-align: center;
 padding: 40px 20px;
 z-index: 1;
}
.nudge-chat-bot-wrap .nudge-loader img{
 width: 85px;
}*/
    .nudge-chat-bot-wrap .nudge-loader {
        text-align: center;
        padding: 40px 20px;
        z-index: 1;
    }

        .nudge-chat-bot-wrap .nudge-loader img {
            width: 85px;
        }
.nudge-chat-bot-wrap .nudge-chat-bot-footer{
 background: #FFF;
 box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.25);
 padding: 20px;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 display: flex;
 gap: 20px;
}
.nudge-chat-bot-wrap .nudge-chat-bot-footer .btn{
 border-radius: 6px;
 font-size: 16px;
 font-weight: 400;
 line-height: normal;
 flex-grow: 1;
}
    .nudge-chat-bot-wrap .nudge-chat-bot-footer .btn.cancel {
        background: #D8DFEA;
        color: #607088;
    }
.nudge-chat-bot-wrap .nudge-chat-bot-footer .btn.submit{
 background: #0C3688;
 color: #fff;
}
.nudge-chat-bot-wrap .nudge-chat-bot-footer .btn.submit[disabled]{
 color: #7D8FAB;
 cursor: not-allowed;
 background-color: #E6E9EE;
 opacity: 1;
}
.nudge-chat-bot-wrap [class^="nudge-step-"]{
 padding: 20px 0;
 border-top: 1px solid #C7CFDB;
}
.nudge-chat-bot-wrap [class^="nudge-step-"] p{
 color: #424242;
 font-size: 16px;
 font-weight: 700;
 line-height: normal;
 margin-bottom: 20px;
}
.nudge-chat-bot-wrap .nudge-step-1{
 border: 0;
}
.nudge-chat-bot-wrap .nudge-chat-bot-listing{
 display: flex;
 flex-wrap: wrap;
 gap: 14px;
 margin-bottom: 0;
 list-style: none;
 padding: 0;
}
.nudge-chat-bot-wrap .nudge-chat-bot-listing li{
 border-radius: 6px;
 background: #E6E9EE;
 height: 36px;
 padding: 5px 14px;
 position: relative;
}
.nudge-chat-bot-wrap .nudge-chat-bot-listing li input[type="radio"]{
 position: absolute;
 left: 0;
 width: 100%;
 height: 100%;
 top: 0;
 opacity: 0;
 cursor:pointer;
}
.nudge-chat-bot-wrap .nudge-chat-bot-listing li:has([type="radio"]:checked){
 background-color: #0C3688;
 color: #fff;
}
.nudge-chat-bot-listing li.active {
    background-color: #0C3688;
    color: #fff;
}
.nudge-chat-bot-wrap .vehicle-list{
 gap: 10px;
 border: 0;
 padding: 0 0 20px;
 flex-wrap: nowrap;
 position: relative;
 margin: 0;
 display: flex;
 list-style: none;
 overflow-x: auto
}
.nudge-chat-bot-wrap .vehicle-list &gt; li &gt; div{
 background: #f8faff;
 border: 1px solid #d9d9d9;
 border-radius: 5px;
 width: 128px;
 height: 110px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 font-weight: 800;
 font-size: 12px;
 line-height: 16px;
 text-align: center;
 text-transform: uppercase;
 color: #3a3a3a;
 cursor: pointer;
 position: relative;
}
.nudge-chat-bot-wrap .vehicle-list &gt; li &gt; div img{
 margin-bottom: 15px;
 height: 50px;
 width: 82px;
 object-fit: cover;
 border-radius: 0
}
.nudge-chat-bot-wrap .vehicle-list &gt; li &gt; div:has([type="radio"]:checked){
 background: linear-gradient(180deg, #dde7f5 0, #fff 100%);
 border: 2px solid #0c3688;
 box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
 border-radius: 6px;
 position: relative
}
.nudge-chat-bot-wrap .vehicle-list::-webkit-scrollbar{
 height: 8px
}
.nudge-chat-bot-wrap .vehicle-list::-webkit-scrollbar-track{
 background: #e4e9f6;
 border-radius: 10px
}
.nudge-chat-bot-wrap .vehicle-list::-webkit-scrollbar-thumb{
 background: #18407e;
 border-radius: 10px
}
.nudge-chat-bot-wrap .vehicle-list &gt; li &gt; div input[type="radio"]{
 position: absolute;
 left: 0;
 width: 100%;
 height: 100%;
 top: 0;
 opacity: 0;
 cursor:pointer;
}
.nudge-chat-bot-wrap .nudge-form-step .form-select,
.nudge-chat-bot-wrap .nudge-form-step .form-control{
 border-radius: 6px;
 border: 1px solid #8A8A8A;
 background-color: #FFF;
 height: 44px;
 padding: 12px 14px;
 color: #171717;
 font-size: 16px;
 font-weight: 400;
 line-height: normal;
 margin-bottom: 20px;
}
.nudge-chat-bot-wrap .nudge-form-step .form-select::placeholder,
.nudge-chat-bot-wrap .nudge-form-step .form-control::placeholder{
 color: #8A8A8A;
}
.nudge-chat-bot-wrap .nudge-form-step .form-select:focus,
.nudge-chat-bot-wrap .nudge-form-step .form-control:focus{
 border-color: #0C3688;
 box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.nudge-chat-bot-wrap .nudge-form-step .form-select.error,
.nudge-chat-bot-wrap .nudge-form-step .form-control.error{
 border-color: #EE313C;
}
.nudge-chat-bot-wrap .nudge-form-step .form-select {
 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");
}
/*.nudge-chat-bot-wrap .nudge-form-step .form-check{
 display: flex;
 gap: 10px;
}
.nudge-chat-bot-wrap .nudge-form-step .form-check-input[type=checkbox]{
 margin: 0;
 width: 16px;
 height: 16px;
 border: 1px solid #3A3A3A;
 flex-shrink: 0;
}*/
.nudge-chat-bot-wrap .form-check-input:checked{
 background-color: #0C3688;
 border-color: #0C3688;
}
.nudge-chat-bot-wrap .nudge-form-step .form-check label{
 color: #959595;
 font-size: 12px;
 font-weight: 500;
 line-height: normal;
}
.nudge-chat-bot-wrap .nudge-form-step .form-check a{
 color: #0C3688;
}
.nudge-chat-bot-wrap .nudge-chat-bot-sucess{
 text-align: center;
 padding: 20px 20px 20px;
}
.nudge-chat-bot-wrap .nudge-chat-bot-sucess h2{
 color: #0C3688;
 text-align: center;
 font-size: 30px;
 font-weight: 300;
 line-height: 50px;
 margin: 20px 0;
}
.nudge-chat-bot-wrap .nudge-chat-bot-sucess p{
 color: #0C3688;
 text-align: center;
 font-size: 20px;
 font-weight: 400;
 line-height: normal;
 margin: 20px 0;
}
.nudge-chat-bot-wrap .nudge-chat-bot-sucess img{
 width: 128px;
}
.nudge-chat-bot-wrap .nudge-chat-bot-sucess .btn-wrap{
 width:100%;
 position:absolute;
 left:0;
 bottom:0;
 padding:20px;
 display: flex;
 gap: 20px;
}
.nudge-chat-bot-wrap .nudge-chat-bot-sucess .btn-wrap .btn{
 border-radius: 6px;
 height: 36px;
 padding: 5px 14px;
 text-align: center;
 font-size: 16px;
 font-weight: 400;
 line-height: normal;
 flex-grow: 1;
}
    .nudge-chat-bot-wrap .nudge-chat-bot-sucess .btn-wrap .btn.close {
        background: #D8DFEA;
        color: #607088;
    }
    .nudge-chat-bot-wrap .nudge-chat-bot-sucess .btn-wrap .btn.enquiry {
        background: #0C3688;
        color: #fff;
    }
.nudge-chat-bot-wrap .quick-enquiry-wrap{
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 background: rgb(0 0 0 / 50%);
 height: 100%;
}
.nudge-chat-bot-wrap .quick-enquiry-inner{
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 background: #fff;
}
.nudge-chat-bot-wrap .quick-enquiry-header h2{
 color: #0C3688;
 font-size: 16px;
 font-weight: 500;
 line-height: normal;
 text-transform: uppercase;
 margin: 0;
}
.nudge-chat-bot-wrap .quick-enquiry-header{
 display: flex;
 padding: 20px;
 align-items: center;
 justify-content: space-between;
}
.nudge-chat-bot-wrap .quick-action-body{
 padding: 0 20px 20px;
}
.nudge-chat-bot-wrap .quick-action-body ul{
 padding: 0;
 margin: 0;
 list-style: none;
}
.nudge-chat-bot-wrap .quick-action-body ul li a{
 padding: 10px 0;
 color: #424242;
 font-size: 16px;
 font-weight: 400;
 line-height: normal;
 display: block;
 position: relative;
 color: #272833;
}
.nudge-chat-bot-wrap .quick-action-body ul li a::after{
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.08L4.58 6.5L0 1.91L1.41 0.5L7.41 6.5L1.41 12.5L0 11.08Z' fill='%23424242'/%3E%3C/svg%3E%0A");
  width: 8px;
  height: 13px;
}
.nudge-chat-bot-wrap .whatsapp-call-connect{
 padding-top: 35px;
}
.nudge-chat-bot-wrap .whatsapp-call-connect p{
 color: #000;
 font-size: 16px;
 font-weight: 400;
 line-height: normal;
 margin-bottom: 20px;
}
.nudge-chat-bot-wrap .whatsapp-call-btn-wrap{
 display: flex;
 gap: 10px;
 flex-wrap: wrap;
}
.nudge-chat-bot-wrap .whatsapp-call-btn-wrap .btn{
 border-radius: 6px;
 font-size: 16px;
 font-weight: 700;
 padding: 0 10px;
 display: flex;
 gap: 10px;
 color: #fff;
 height: 36px;
 line-height: 36px;
 justify-content: center;
 align-items: center;
}
.nudge-chat-bot-wrap .whatsapp-call-btn-wrap .btn.whatsapp {
 background: #00891E;
}
.nudge-chat-bot-wrap .whatsapp-call-btn-wrap .btn.call,
.nudge-chat-bot-wrap .whatsapp-call-btn-wrap .btn.enquiry {
 background: #0C3688;
}
.nudge-chat-bot-wrap .input-group-prepend {
 border: 1px solid #8A8A8A;
 height: 44px;
 border-radius: 6px;
}
.nudge-chat-bot-wrap button#is_showCountryCode {
 margin-top:6px;
 padding:6px; 
}
.nudge-chat-bot-wrap button#is_showCountryCode:before {
 content:none;
}
.nudge-chat-bot-wrap .dropdown-menu.country-number-enquiry.show {
 margin-left:0;
 margin-top:12px;
}
.nudge-chat-bot-wrap .custom-select-dropdown {
 position:relative;
}
#NudgeChatBot-autocomplete-list {
    position: absolute;
    max-height: 185px;
    overflow: auto;
    background: #edf2f9;
    z-index: 1;
}
.chatbot-city-wraper{
    position: relative;
}
#NudgeChatBot-autocomplete-list.active {
    border: 1px solid #8A8A8A;
    margin-top: -20px;
    border-radius: 6px;
}
.NudgeChatBot-autocomplete-item {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    color: #000;
    border-bottom: 1px solid #ccc;
}
.NudgeChatBot-autocomplete-item:hover {
 background-color: #0c3688 !important;
 color: #fff;
}
#NudgeChatBot-dealer-autocomplete-list {
    position: absolute;
    max-height: 185px;
    overflow: auto;
    background: #edf2f9;
    border: 1px solid #8A8A8A;
    border-radius: 6px;
    display: none;
    z-index: 0;
}
#NudgeChatBot-dealer-autocomplete-list.active {
    display: block;
    margin-top: -20px;
    z-index: 1;
}
.NudgeChatBot-autocomplete-item:hover {
    background-color: #0c3688 !important;
    color: #fff;
}
.nudge-chat-bot-wrap .form-check {
    display: block;
 /*   padding-left: 0;*/
    position: relative;
}
.nudge-chat-bot-wrap .mobile-enquiry .input-group.dropdown {
    flex-wrap: wrap;
}
.nudge-chat-bot-wrap .btn {
    text-transform: none;
}
.nudge-chat-bot-wrap .form-control {
    flex: 1 1 0%;
}
.nudge-chat-bot-wrap .form-control {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.nudge-chat-bot-wrap .custom-select-dropdown-button.form-select {
   overflow:hidden;
   text-overflow:ellipsis;
   white-space:nowrap;
   padding-right: 30px;
}
#NudgeChatBot .field_location {
    padding-right: 30px;
}
#NudgeChatBot .btn-close-chatbot-popup {
 box-sizing: content-box;
 width: 0.25em;
 height: 0.25em;
 color: #fff;
 background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
 border: 0;
 border-radius: 0.25rem;
 opacity: 0.5;
 position: absolute;
 top: 0;
 right: 0;
 z-index: 2;
 padding: 1.55rem 1rem;
}
@media screen and (max-width: 767px) {
 .nudge-chat-bot-wrap{
   width: 100%;
   left: 0;
   bottom: 0;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   height: 90vh;
 }
.nudge-chat-bot-wrap {
 height: 75vh;
}
}

ul#enquiryPopupStateNo.dropdown-menu.state-code-enquiry {
    min-width: 5rem;
    font-size: 14px;
}</pre></body></html>