* {
    box-sizing: border-box;
}
#VehicleSelector-Lite {
    display: flex;
    border-radius: 50px;
    background-color: rgb(46, 71, 135);
    height: 72px;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}
.container-box {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 13px;
}
.icon-box {
    display: flex;
    max-width: 100%;
    border: 2px solid rgb(255, 255, 255);
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    height: 48px;
    width: 48px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
}
.car-icon {
    display: inline-block;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    fill: #ffffff;
}
.label {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", system-ui, Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    color: white;
    margin: 0px;
    align-self: auto;
}
.label-container {
    display: flex;
    flex-direction: column;
}
.label-container > .title {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    color: #ffffff;
}
.label-container > .subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color:#ffffff;
}
.label-container > .subtitle > svg {
    vertical-align: middle;
}
.submit-container {
    display: flex;
    box-sizing: border-box;
    max-width: 100%;
    min-height: 0;
    flex-direction: column;
    min-width: 126px;
}
.submit-container > button {
    width: 125px;
    height: 46px;
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
    display: inline-block;
    box-sizing: border-box;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    text-decoration: none;
    margin: 0;
    background: transparent;
    overflow: visible;
    text-transform: none;
    border: 2px solid #ffffff;
    border-radius: 32px;
    color: rgb(248, 248, 248);
    padding: 4px 22px;
    font-size: 18px;
    line-height: 24px;
    transition-property: color, background-color, border-color, box-shadow;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", system-ui, Arial, sans-serif;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}
button.active {
    background-color: rgb(244, 235, 39);
    color: rgb(46, 71, 135);
    border-color: rgb(244, 235, 39);
    transition: all 0.3s ease 0s;
    font-weight: bold;
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}
button.active:hover {
    transition: 0.2s all ease;
    background: transparent;
    color: rgb(248, 248, 248);
    border: 2px solid #ffffff;
}

.overflow-selectmenu {
    height: 200px;
}

.form-select {
    width: 165px;
    max-width: 165px;
    display: flex;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.33);
    border-radius: 4px;
    padding: 15px 10px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 12px;
}
.wrapper {
    width: 1248px;
    margin: 0 auto;
    position: relative;
    z-index: 90;
    height: auto;
    background: #fff;
}

.wrapper-home {
    height: 17px;
}

/*
jQuery UI Overrides
 */
.ui-selectmenu-button.ui-button {
    width: 165px;
    font-size: 14px;
    padding: 16px;
}
.ui-widget.ui-widget-content {
    font-size: 14px;
}
.ui-widget-content {
    color: #000000;
    border: none;
}
.ui-state-active, .ui-widget-content .ui-menu-item-wrapper {
    padding: 10px;

}
.ui-state-active {
    background-color: #eee !important;
    border: 1px solid #eee !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    color: #000000;
}

/*
  Mobile View
 */
@media screen and (max-width: 1279px) {
    .wrapper {
        width: 100%;
        background: transparent;
        height: auto;
        top: auto;
        z-index: 1;
        margin: 0 16px 35px 16px;
    }
    .label-container > .subtitle > svg {
        transform: rotate(90deg);
        margin-left: 2px;
    }
    #VehicleSelector-Lite {
        display: block;
        height: auto;
        border-radius: 12px;
        padding: 20px 13px;
    }
    .container-box {
        flex-direction: column;
        padding: 0;
    }
    .icon-box {
        display: none;
    }
    .label-container {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .selector-box, .ui-selectmenu-button.ui-button {
        width: 100%;
    }
    .form-select {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .submit-container {
        padding: 16px 0 0 0;
    }
    .label-container {
        flex-direction: row;
        gap: 5px;
    }
    #vsMakeBox, #vsModelBox, #vsSubmodelBox, #vsEngineBox {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .wrapper {
        top: 0;
        margin: 90px 0 30px 0;
    }
}

@media screen and (max-width: 420px) {
    .wrapper {
        margin: 80px 0 35px 0 !important;
    }
}