@font-face {
    font-family: "Open Sans Regular";
    src: url("/font/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans Bold";
    src: url("/font/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans Light";
    src: url("/font/OpenSans-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Regular";
    src: url("/font/MMCOFFICE-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Regular Bold";
    src: url("/font/MMCOFFICE-Bold.ttf") format("truetype");
}

:root {
    --accent-color: #b00434;

    --logo: url("/image/Mitsubishi/logo.png");

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;
}

#_form_49_ {
    font-size: 16px;

    line-height: 1.6;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

    margin: 0;
}

#_form_49_ * {
    outline: 0;
}

h4 {
    font-family: "Regular Bold";
}

._form_hide {
    display: none;

    visibility: hidden;
}

._form_show {
    display: block;

    visibility: visible;
}

#_form_49_._form-top {
    top: 0;
}

#_form_49_._form-bottom {
    bottom: 0;
}

#_form_49_._form-left {
    left: 0;
}

#_form_49_._form-right {
    right: 0;
}

#_form_49_ input[type="text"],
#_form_49_ input[type="date"],
#_form_49_ input[type="time"],
select,
textarea,
#_form_49_ textarea {
    height: 65px;

    border: rgba(0, 0, 0, 0.2) 1px solid;

    border-radius: 0px;
}

#_form_49_ ._form_element input[type="text"],
#_form_49_ ._form_element input[type="date"],
#_form_49_ input[type="time"],
select,
textarea,
#_form_49_ ._form_element textarea:not(.g-recaptcha-response) {
    display: block;

    width: 100%;

    border-radius: 0px;
}

input[type="date"],
input[type="time"],
input[type="text"],
select {
    width: 100% !important;
}

#_form_49_ textarea {
    resize: none;
}

#_form_49_ ._submit {
    -webkit-appearance: none;

    cursor: pointer;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

    text-align: center;

    background: var(--accent-color) !important;

    border: 0 !important;

    -moz-border-radius: 4px !important;

    -webkit-border-radius: 4px !important;

    border-radius: 4px !important;

    color: #fff !important;

    padding: 10px !important;

    height: 70px;
    width: 340px;
    font-size: 20px;
    border-radius: 0px !important;
}

#_form_49_ ._close-icon {
    cursor: pointer;

    background-repeat: no-repeat;

    background-size: 14.2px 14.2px;

    position: absolute;

    display: block;

    top: 11px;

    right: 9px;

    overflow: hidden;

    width: 16.2px;

    height: 16.2px;
}

#_form_49_ ._close-icon:before {
    position: relative;
}

#_form_49_ ._form-body {
    margin-bottom: 30px;
}

#_form_49_ ._form-image-left {
    width: 150px;

    float: left;
}

#_form_49_ ._form-content-right {
    margin-left: 164px;
}

#_form_49_ ._form-branding {
    color: #fff;

    font-size: 10px;

    clear: both;

    text-align: left;

    margin-top: 30px;

    font-weight: 100;
}

#_form_49_ ._form-label,
#_form_49_ ._form_element ._form-label {
    font-weight: bold;

    font-size: 15px;

    margin-bottom: 5px;

    display: block;
}

#_form_49_._dark ._form-branding {
    color: #333;
}

#_form_49_ ._form_element,
#_form_49_ .form-check {
    position: relative;

    margin-bottom: 10px;

    max-width: 100%;
}

#_form_49_ ._form_element * {
    /* font-size: 12px; */
}

#_form_49_ ._form_element._clear {
    clear: both;

    width: 100%;

    float: none;
}

#_form_49_ ._form_element._clear:after {
    clear: left;
}

#_form_49_ ._field-wrapper {
    position: relative;
}

#_form_49_ ._inline-style {
    float: left;
}

#_form_49_ ._inline-style input[type="text"] {
    width: 150px;
}

#_form_49_ ._inline-style:not(._clear) + ._inline-style:not(._clear) {
    margin-left: 20px;
}

#_form_49_ ._form_element img._form-image {
    max-width: 100%;
}

#_form_49_ ._clear-element {
    clear: left;
}

#_form_49_ ._full_width {
    width: 100%;
}

#_form_49_ ._form_full_field {
    display: block;

    width: 100%;

    margin-bottom: 10px;
}

#_form_49_ input[type="text"]._has_error,
#_form_49_ textarea._has_error {
    border: var(--accent-color) 1px solid;
}

#_form_49_ input[type="checkbox"]._has_error {
    outline: var(--accent-color) 1px solid;
}

#_form_49_ ._error {
    display: block;

    position: absolute;

    font-size: 13px;

    z-index: 1000;

    bottom: -21px;
}

#_form_49_ ._errorEmail {
    bottom: -43px !important;
}

#_form_49_ ._error._above {
    padding-bottom: 4px;

    bottom: 75px;

    right: 0;
}

#_form_49_ ._error._below {
    padding-top: 4px;

    top: 100%;

    right: 0;
}

#_form_49_ ._error._above ._error-arrow {
    bottom: 0;

    right: 15px;

    border-left: 5px solid transparent;

    border-right: 5px solid transparent;

    border-top: 5px solid var(--accent-color);
}

#_form_49_ ._error._below ._error-arrow {
    top: 0;

    right: 15px;

    border-left: 5px solid transparent;

    border-right: 5px solid transparent;

    border-bottom: 5px solid var(--accent-color);
}

#_form_49_ ._error-inner {
    padding: 8px 12px;

    background-color: var(--accent-color);

    font-size: 13px;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

    color: #fff;

    text-align: center;

    text-decoration: none;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;
}

#_form_49_ ._error-inner._form_error {
    margin-bottom: 5px;

    text-align: left;
}

#_form_49_ ._button-wrapper ._error-inner._form_error {
    position: static;
}

#_form_49_ ._error-inner._no_arrow {
    margin-bottom: 10px;
}

#_form_49_ ._error-arrow {
    position: absolute;

    width: 0;

    height: 0;
}

#_form_49_ ._error-html {
    margin-bottom: 10px;
}

.pika-single {
    z-index: 10000001 !important;
}

._form_element._inline-style,
.selectall {
    margin-right: 20px !important;
}
#invalidIcon {
    position: absolute;
    right: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    color: red;
}

.email-check-loader {
    transform: scale(0.3) !important;
    top: 5px !important;
    right: -30px !important;
    width: 20px !important;
}
.email-check-loader div {
    background: var(--accent-color) !important;
}
div.is-open {
    z-index: 9;
}
#closeDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 450px;
    position: relative;
    top: 45px;
}
div#analzyeRow {
    height: 190px;
    margin-top: 15px;
}
._error-inner._no_arrow._gdpr_error {
    width: fit-content;
}
input[type="radio"] {
    height: 15px !important;
    width: 15px !important;
    margin: 0px 5px 0px 10px !important;
    cursor: pointer !important;
}
select {
    display: inline;
    font-weight: bold;
    cursor: pointer;
}
._error._error_dropdown._above {
    bottom: 37px !important;
}
.podjetnik-row {
    display: none;
}
.phone-row {
    display: none;
}
.city-row {
    display: none;
}
._error._error_dropdown._above {
    bottom: 60px !important;
}
ul#dropdown-options-s li label input,
ul#dropdown-options-p li label input,
ul#dropdown-options-k li label input,
ul#dropdown-options li label input {
    visibility: hidden !important;
}
input[type="range"] {
    -webkit-appearance: none;
    background: lightgray;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    border-radius: 24px;
    padding: 0px;
    width: 80% !important;
}
input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 10px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 30px !important;
    background: #e10f21;
    position: relative;
    top: -10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
input[type="range"]::-webkit-slider-thumb:hover {
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb:after {
    content: " ";
    width: 160px;
    height: 10px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 5px;
    background: lightgray;
}
.slide-num {
    padding: 2px 15px;
    font-size: 16px;
    height: 24px;
    position: absolute;
    /* transition: background-image 2s ease 0s; */
    margin-left: 10px;
    text-align: center;
    width: 30px;
    background-image: url(/image/etc/smile3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.switch {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #e10f21;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #e10f21;
}

input:focus + .slider {
    box-shadow: 0 0 1px #e10f21;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #fff;
}
#loading-screen.recaptcha-error::after {
    content: "Prišlo je do napake pri oddajanju obrazca. Neuspešno preverjanje - Google Repatcha.";
    display: flex;
    margin-top: 50px;
    justify-content: center;
}
.dob-datepicker__month__button:focus,
.dob-datepicker__month__button:hover,
.dob-datepicker__day__button:focus,
.dob-datepicker__day__button:hover,
.dob-datepicker__year__button:focus,
.dob-datepicker__year__button:hover {
    box-shadow: 0 0 5px 2px rgba(152, 0, 0, 0.5);
    border-radius: 0px !important;
    text-decoration: none !important;
}
.top-arrow {
    display: none;
}
.dob-datepicker__wrapper {
    left: 0px !important;
    top: 64px !important;
}
.dob-datepicker {
    width: 490px;
    border-radius: 0px;
}

@media all and (min-width: 320px) and (max-width: 667px) {
    ::-webkit-scrollbar {
        display: none;
    }

    #_form_49_ {
        margin: 0;

        width: 100%;

        min-width: 100%;

        max-width: 100%;

        box-sizing: border-box;
    }

    #_form_49_ * {
        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;

        font-size: 1em;
    }

    #_form_49_ ._form-content {
        margin: 0;

        width: 100%;
    }

    #_form_49_ ._form-inner {
        display: block;

        min-width: 100%;
    }

    #_form_49_ ._form-title,
    #_form_49_ ._inline-style {
        margin-top: 0;

        margin-right: 0;

        margin-left: 0;
    }

    #_form_49_ ._form-title {
        font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

        font-size: 1.2em;
    }

    #_form_49_ ._form_element {
        margin: 0 0 20px;

        padding: 0;

        width: 100%;
    }

    #_form_49_ ._form-element,
    #_form_49_ ._inline-style,
    #_form_49_ input[type="text"],
    #_form_49_ label,
    #_form_49_ p,
    #_form_49_ textarea:not(.g-recaptcha-response) {
        float: none;

        display: block;

        width: 100%;
    }

    #_form_49_ ._row._checkbox-radio label {
        display: inline;
    }

    #_form_49_ ._row,
    #_form_49_ p,
    #_form_49_ label {
        margin-bottom: 0.7em;

        width: 100%;
    }

    #_form_49_ ._row input[type="checkbox"],
    #_form_49_ ._row input[type="radio"] {
        margin: 0 !important;

        vertical-align: middle !important;
    }

    #_form_49_ ._row input[type="checkbox"] + span label {
        display: inline;
    }

    #_form_49_ ._row span label {
        margin: 0 !important;

        width: initial !important;

        vertical-align: middle !important;
    }

    #_form_49_ ._form-image {
        max-width: 100%;

        height: auto !important;
    }

    #_form_49_ input[type="text"] {
        padding-left: 10px;

        padding-right: 10px;

        font-size: 16px;

        line-height: 1.3em;

        -webkit-appearance: none;
    }

    #_form_49_ input[type="radio"],
    #_form_49_ input[type="checkbox"] {
        display: inline-block;

        width: 1.3em;

        height: 1.3em;

        font-size: 1em;

        margin: 0 0.3em 0 0;

        vertical-align: baseline;
    }

    #_form_49_ button[type="submit"] {
        padding: 20px;

        font-size: 1.5em;
    }

    #_form_49_ ._inline-style {
        margin: 20px 0 0 !important;
    }
    img#vinImg {
        position: unset;
        width: 100%;
        padding-bottom: 15px;
    }
    .modal-content {
        width: 100%;
    }
    span.close {
        font-size: 40px !important;
        right: 30px;
        top: 30px;
    }
    .kanal,
    .selectall {
        margin-left: 0px !important;
    }
    ._form_element._inline-style,
    .selectall {
        margin-right: 5px !important;
    }
    ::placeholder {
        font-size: 12px !important;
    }
    .dropdown button .dropdown-label {
        font-size: 12px !important;
        padding: 12px 10px !important;
    }
    #_form_49_ ._submit {
        width: fit-content;
        height: fit-content;
    }
    #_form_49_ ._error {
        bottom: -36px;
    }
    #_form_49_ ._errorEmail {
        bottom: -77px !important;
    }

    #_form_49_ ._error._above {
        bottom: 60px;
    }
    #invalidIcon {
        margin-bottom: -70px !important;
        font-size: 20px !important;
    }
    #closeDiv {
        align-items: end;
        margin-left: unset;
        margin-right: 30px;
        top: 28%;
    }
    div#analzyeRow {
        height: 405px;
    }
    #vinIconS {
        margin-bottom: -75px !important;
    }
    #vinIconKm {
        margin-bottom: -160px !important;
    }
    label.switch {
        width: 58px !important;
        display: inline-block !important;
    }
    .dob-datepicker {
        top: 15% !important;
        width: 90%;
    }
}

@media all and (min-width: 667px) and (max-width: 1000px) {
    #_form_49_ {
        width: 100%;

        min-width: 100%;

        max-width: 100%;
    }
}

#_form_49_ {
    position: relative;

    text-align: left;

    margin: 0px auto 0;

    padding: 20px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    *zoom: 1;

    background: #fff !important;

    border: 0px solid #b0b0b0 !important;

    -moz-border-radius: 0px !important;

    -webkit-border-radius: 0px !important;

    border-radius: 0px !important;

    color: #000 !important;
}

#_form_49_ ._form-title {
    font-size: 17px;

    line-height: 17px;

    text-align: center;

    margin-bottom: 0;
}

#_form_49_:before,
#_form_49_:after {
    content: " ";

    display: table;
}

#_form_49_:after {
    clear: both;
}

#_form_49_._inline-style {
    width: auto;

    display: inline-block;
}

#_form_49_._inline-style input[type="text"],
#_form_49_._inline-style input[type="date"],
#_form_49_ input[type="time"],
select,
textarea {
    padding: 10px 20px;
}

textarea {
    height: 120px !important;
    font-size: 20px;
}

#_form_49_._inline-style button._inline-style {
    position: relative;

    top: 27px;
}

#_form_49_._inline-style p {
    margin: 0;
}

#_form_49_._inline-style ._button-wrapper {
    position: relative;

    margin: 27px 12.5px 0 20px;

    text-align: center;
}

#thank-you,
#thank-you-b2bb2c,
#thank-you-error-submitted,
#thank-you-error-failed,
#loading-screen {
    background-color: white;

    text-align: center;

    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    display: none;
}

@media all and (min-width: 320px) and (max-width: 667px) {
    #_form_49_._inline-form._inline-style ._inline-style._button-wrapper {
        margin-top: 20px !important;

        margin-left: 0 !important;
    }

    .page-heading {
        display: none;
    }
}

#_form_49_._form_49 {
    width: 1030px;

    border: 1px solid red;
}

#_form_49_._form_49 input {
    /**border: none;

				border-radius: 0;

				border-bottom: 1px solid black;*/

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

    font-size: 20px;
}

#_form_49_ ._x21958308 ._form-title {
    color: #60c3a9;

    font-size: 26px !important;

    margin-top: 20px;
}

a:link {
    color: var(--accent-color);
}

a:visited {
    color: var(--accent-color);
}

a:hover {
    color: var(--accent-color);
}

.logo {
    height: 75px;

    width: 75px;

    padding: 10px;
}

.rules {
    font-size: 10px;

    padding-bottom: 20px;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

    margin: 0;
}

.vin_expl {
    width: 700;

    height: 400;

    background: #ffffff;

    margin: 25px auto;

    border: solid 5px #191919;

    display: inline-block;

    padding: 8px 20px;

    background: #073763 url repeat-x;

    border-radius: 5px;

    color: #fff;

    font: normal 700 24px/1 "Calibri", sans-serif;

    text-align: center;

    text-shadow: 1px 1px 0 #000;

    background-color: rgba(255, 255, 255, 0.5);
}

.vin_icon {
    padding: 20px;

    margin: -10px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    width: 100%;

    cursor: pointer;
}

.mobile_contact_channels {
    display: none;
}

@media only screen and (max-device-width: 666px) {
    .banner-heading {
        display: none;
    }

    .result {
        display: none;
    }

    .vin_icon {
        left: unset !important;
        right: 40px;
        margin-top: -90px !important;
    }

    span.close {
        color: white !important;
        font-size: 40px !important;
        top: 28% !important;
        right: 30px !important;
    }

    #caption {
        display: none !important;
    }

    #img01 {
        position: fixed !important;
        width: 90% !important;
        margin: 5% !important;
        top: 32% !important;
    }

    .contact_channels {
        display: none;
    }
    .mobile_contact_channels {
        display: inline;
    }
}

@media only screen and (min-device-width: 1000px) {
    ._gdpr_error {
        margin-left: 65px;
        margin-bottom: 0px;
        margin-top: 20px;
    }
}

.hide {
    max-height: 0 !important;
}

/* .dropdown {

    display: none;

    border: #000000 1px solid;

    width: 100%;

    margin-bottom: 15px;

    border-radius: 0px;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

}



.dropdown .title {

    margin: 15px 10px 10px 10px;

    width: 100%;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

}



.dropdown .title .fa-angle-down {

    float: right;

    padding-right: 20px;

    transition: transform .3s;

    color: var(--accent-color);

    padding-top: 5px;

}



.dropdown .menu {

    transition: max-height .5s ease-out;

    max-height: 20em;

    overflow: hidden;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

}



.dropdown .menu .option {

    border-bottom: #000 1px solid;

    height: 40px;

    padding-left: 10px;

    padding-top: 10px;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

}



.dropdown .menu .option:hover {

    background: var(--accent-color);

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

} */

.pointerCursor:hover {
    cursor: context-menu;
}

.result {
    display: none;
}

::placeholder {
    color: grey;

    opacity: 1;

    /* Firefox */

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

    font-size: 18px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: grey;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */

    color: grey;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;
}

/* //Google Address CSS */

.pac-item {
    padding-top: 30px;

    padding-bottom: 30px;

    padding-left: 10px;

    font-size: 12px;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;

    cursor: pointer;
}

/* .pac-item:hover {

    background-color: var(--accent-color);

} */

.pac-item-query {
    font-size: 12px;

    font-family: "Regular", "Open Sans Regular", Helvetica, Arial, sans-serif !important;
}

.dropdown {
    position: relative;

    z-index: 1;

    width: 100%;
}

.dropdown ul {
    margin: 0;

    padding: 0;
}

.dropdown input[type="radio"] {
    position: absolute;

    opacity: 0;
}

.dropdown button {
    display: flex;

    align-items: left;

    width: inherit;

    height: 65px;

    cursor: pointer;

    text-align: left;

    background-color: white;

    border: 1px solid rgba(0, 0, 0, 0.2);

    padding: 10px 12px;
}

.dropdown button .dropdown-label {
    width: 100%;

    margin-bottom: 0;

    color: grey;

    font-weight: regular;

    font-size: 18px;

    padding: 10px 10px;
}

.dropdown.is-open .dropdown-form {
    display: block;
}

.dropdown.is-open .dropdown-arrow {
    transform: rotate(45deg) translate(-5px, -5px);
}

.dropdown.is-open .dropdown-arrow:before {
    transform: translate(10px, 0);
}

.dropdown.is-open .dropdown-arrow:after {
    transform: rotate(90deg) translate(10px, 0);
}

.dropdown-form {
    position: absolute;

    display: none;

    width: 100%;

    background-color: white;

    transition: 0.3s ease-in-out;
}

.dropdown-options {
    position: relative;

    max-height: 150px;

    overflow-x: hidden;

    overflow-y: scroll;

    border-right: 1px solid rgba(0, 0, 0, 0.2);

    border-left: 1px solid rgba(0, 0, 0, 0.2);

    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

    -ms-overflow-style: none;

    /* IE and Edge */

    scrollbar-width: none;

    /* Firefox */
}

/* .dropdown-options::-webkit-scrollbar {

    display: none;

}
 */

.dropdown-options .option {
    text-align: left;

    height: 2.5rem;

    cursor: pointer;

    /* border-right: 1px solid #000; */
}

.dropdown-options .option:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown-options .option:hover {
    transition: 0.3s ease-in-out;

    color: white;

    background-color: var(--accent-color);
}

.dropdown-options .option label {
    display: block;

    width: 100%;

    padding: 10px 12px;

    font-weight: regular;

    text-transform: none;

    cursor: pointer;
}

.dropdown-arrow {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    bottom: -17px;
    left: -20px;
    transition: 0.3s ease;
    margin-top: 2px;
    text-align: left;
    transform: rotate(45deg);
    float: right;
}

.dropdown-arrow:before,
.dropdown-arrow:after {
    position: absolute;

    content: "";

    display: inline-block;

    width: 12px;

    height: 3px;

    background-color: var(--accent-color);

    transition: 0.3s ease;
}

.dropdown-arrow:after {
    position: absolute;

    transform: rotate(90deg);

    top: -5px;

    left: 5px;
}

.vin_icon {
    padding: 16px;
    margin: -10px;
    background-image: url(/image/Mitsubishi/quiestionmark_mitsubishi.png);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    background-color: var(--accent-color);
    background-repeat: no-repeat;
    width: 20px;
    cursor: pointer;
    position: absolute;
    left: 45.5%;
}

#vinIconKm {
    background-image: none !important;
    background-color: transparent !important;
}

.vin_image {
    display: block;
    position: absolute;
    width: 130px;
    left: 65px;
    top: -10px;
    cursor: pointer;
    transition: 0.3s;
}
.vin_image:hover {
    opacity: 0.8;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 500px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc !important;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.close {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 2s;
    animation-name: zoom;
    animation-duration: 2s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99999;
    padding-top: 10px;
    text-shadow: none !important;
    color: #000;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.obvescanje-text {
    color: var(--accent-color);
    font-size: 16px;
    padding-bottom: 20px;
}

div#dropdown-model {
    margin-bottom: 15px;
}

.col-md-6.col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.form-check-inline i {
    margin: 0px 5px;
}

.col-md-12.col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-check.form-check-inline {
    margin: 5px 5px 5px 0px;
}

.col-md-2 {
    max-width: unset;
}

.form-check.form-check-inline > label {
    margin: 5px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--accent-color);
    cursor: pointer;
}

.col-sm-1.col-md-1 {
    max-width: 45px;
}

input.kanal {
    margin-right: 20px;
}

i.fa {
    font-size: 24px !important;
    color: var(--accent-color);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 34px #fff inset !important;
}

.lds-default {
    display: inline-block;
    top: 20px;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: grey;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes lds-default {
    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.lds-default {
    width: 80px !important;
    height: 80px !important;
}
.lds-default div {
    width: 8px !important;
    height: 8px !important;
}
#thank-you,
#thank-you-b2bb2c,
#thank-you-error-submitted,
#thank-you-error-failed,
#loading-screen {
    font-family: "Open Sans Regular";
}
