﻿#enquiryForm, #nudge-form {
    position: fixed;
    left: 30px;
    bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 4;
    background: #fff;
    border: 3px solid #c2ccde;
    width: 390px;
    display: none
}

.nudge-header {
    background: 0 0;
    margin: 0 25px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .feedback-logo img, .nudge-header img {
        width: 100px
    }

    .nudge-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%;
        display: flex;
        align-items: center;
        justify-content: center
    }

.nudge-body {
    padding: 8px 20px;
    background-origin: border-box;
    overflow: auto;
    max-height: calc(100vh - 160px)
}

    .nudge-body h2 {
        margin-bottom: 10px;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        border-bottom: 1px solid #d9d9d9;
        padding: 0 0 10px
    }


    .nudge-body .form-label {
        text-transform: uppercase;
        color: #0c3688;
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 700
    }

    .nudge-body .form-control, .nudge-body .form-select {
        font-size: 13px;
        height: 30px;
        padding: 2px 40px 2px 0;
        border: 0;
        border-bottom: 1px solid #0c3688;
        font-weight: 400;
        color: #000;
        border-radius: 0
    }

    .nudge-body .form-check-label, .popupLeft .consent-field label {
        text-transform: none;
        color: #aaa;
        font-size: 12px;
        line-height: 15px
    }

.btn-group-custom {
    background: #edf2fb;
    gap: 15px;
    display: flex;
    padding: 8px 20px
}

.aog-gallery, .aog-ride-category {
    background: linear-gradient(180deg,#302b2a 0,#070707 100%)
}

button#cancel, button#subscribe {
    flex: 1;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border: 0
}

button#cancel {
    color: #546887;
    background: #c5d1e3
}

button#is_showCountryCode {
    width: auto;
    padding-right: 10px;
    position: relative;
    margin-right: 6px;
    padding-left: 0;
}

.input-group-text.country.dropdown-toggle {
    height: 29px;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    background: 0 0 !important;
    font-size: 14px;
}

.nudge-body .form-control:focus, .nudge-body .form-select:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.nudge-body .form-label {
    display: block;
}

.country-flag-enquiry {
    max-width: 22px;
    margin-right: 3px;
    height: auto;
}

.connect-info .nav-tabs .nav-link:not(.active), .input-group-prepend {
    border-bottom: 1px solid #5a5555;
}

.nudge-body .form-select {
    width: 100%
}

.nudge-body .form-check-label, .popupLeft .consent-field label {
    margin: 0;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
    margin-bottom: 5px;
}

.nudge-body .input-wrap, .support-customer-wrap {
    margin-bottom: 20px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -2.5em;
    width: 16px;
    height: 16px;
    margin-top: .25em;
    vertical-align: top;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 4px;
}

button#subscribe {
    background: #0c3688;
    color: #fff;
}

#pagination-controls button:disabled, button#cancel:disabled, button#subscribe:disabled {
    cursor: not-allowed;
    opacity: .5;
}

.error.text-danger {
    font-size: 13px;
}

.dropdown-menu.country-number-enquiry.show {
    font-size: 13px;
    max-height: 200px;
    min-width: 315px;
    transform: translate3d(0, 29px, 0) !important;
    overflow: auto;
    margin-left: -11px;
}

    .dropdown-menu.country-number-enquiry.show a img {
        max-width: 22px;
        margin-right: 6px;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

.nudgeForm #nudge-autocomplete-list {
    max-height: 185px;
    overflow: auto;
}

.customer-support-form div#autocomplete-list, .nudgeForm #nudge-autocomplete-list {
    background: #deeaff;
}

.date-search-head div#autocomplete-list, .nudgeForm #nudge-autocomplete-list {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 1;
}

.nudgeForm .nudge-autocomplete-item {
    color: #000;
    border-bottom: 1px solid #ccc;
}

.date-search-head .autocomplete-item, .nudgeForm .nudge-autocomplete-item {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}

.nudgeForm .nudge-autocomplete-item:hover {
    background-color: #0c3688 !important;
    color: #fff;
}

.nudge-body .form-check-label a {
    color: #0c3688;
}


@media screen and (max-width: 767px) {
    #enquiryForm {
        width: 100%;
        left: 0;
        bottom: 0;
    }
}

.dropdown-menu.country-number-enquiry.show {
    font-size: 13px;
    max-height: 200px;
    min-width: 315px;
    transform: translate3d(0, 29px, 0) !important;
    overflow: auto;
    margin-left: -11px;
}

    .dropdown-menu.country-number-enquiry.show a img {
        max-width: 22px;
        margin-right: 6px;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

.custom-select-dropdown-button.form-select {
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

div#nudge-dealer-autocomplete-list,
.nudgeForm #custom-select-dropdown-list {
    max-height: 185px;
    overflow: auto;
}

.customer-tab-form select, .nudge-body .form-select {
    padding-right: 40px;
    text-overflow: ellipsis;
}

.customer-support-form div#autocomplete-list, .nudgeForm #nudge-autocomplete-list, div#nudge-dealer-autocomplete-list {
    background: #deeaff;
}

.date-search-head div#autocomplete-list, .nudgeForm #nudge-autocomplete-list {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 1;
}

.nudgeForm .nudge-autocomplete-item {
    color: #000;
    border-bottom: 1px solid #ccc;
}

.date-search-head .autocomplete-item, .nudgeForm .nudge-autocomplete-item {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}

.nudgeForm .nudge-autocomplete-item:hover {
    background-color: #0c3688 !important;
    color: #fff;
}

.nudge-body .form-check-label a {
    color: #0c3688;
}