@font-face {
    font-family: "DS Automobiles Regular";
    src: url("/font/DSAutomobiles-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "DS Automobiles Light";
    src: url("/font/DSAutomobiles-Light.ttf") format("truetype");
}

:root {
    --accent-color: #ad0040;
    --logo: url("/image/DS/logo.png");
    font-family: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
}

#_form_49_ {
    font-size: 15px;
    line-height: 1.6;
    font-family: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
    margin: 0;
}

#_form_49_ * {
    outline: 0;
}

._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: 51px;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid lightgrey;
}
#_form_49_ input[type="text"]:hover,
#_form_49_ input[type="date"]:hover,
#_form_49_ textarea:hover,
#_form_49_ input[type="text"]:focus,
#_form_49_ input[type="date"]:focus,
#_form_49_ textarea:focus,
#_form_49_ input[type="text"]:active,
#_form_49_ input[type="date"]:active,
#_form_49_ textarea:active {
    border-bottom: 2px solid grey;
}

#_form_49_ ._form_element input[type="text"],
#_form_49_ ._form_element input[type="date"],
#_form_49_ ._form_element input[type="time"],
select,
#_form_49_ ._form_element textarea:not(.g-recaptcha-response) {
    display: block;
    width: 100%;
    border-radius: 0px;
}

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

#_form_49_ textarea {
    resize: none;
}

#_form_49_ ._submit {
    height: 70px;
    width: 268px;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    text-align: center;
    background: var(--accent-color) !important;
    border: 0 !important;
    color: #fff !important;
    padding: 0px 20px !important;
}

#_form_49_ ._submit:hover,
#_form_49_ ._submit:active {
    background: var(--accent-color) !important;
    filter: brightness(0.9);
}

#_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 {
    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-bottom: 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: -64px !important;
}

#_form_49_ ._error._above {
    padding-bottom: 4px;
    bottom: 67px;
    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: "DS Automobiles 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;
}

h4 {
    font-weight: bold;
    margin-bottom: 0px;
}
#invalidIcon {
    position: absolute;
    right: 30px;
    margin-bottom: -5px;
    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: 170px;
}
._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: 45px !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;
}
#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(143, 0, 0, 0.5);
    border-radius: 0px !important;
    text-decoration: none !important;
}
.top-arrow {
    display: none;
}
.dob-datepicker__wrapper {
    left: 0px !important;
    top: 78px !important;
}
.dob-datepicker {
    width: 466px;
    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: "DS Automobiles 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;
    }
    #_form_49_ ._submit {
        width: fit-content !important;
        height: fit-content !important;
    }
    #_form_49_ ._error {
        bottom: -36px;
    }

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

    #_form_49_ ._error._above {
        bottom: 45px;
    }
    #invalidIcon {
        margin-bottom: -100px !important;
        font-size: 20px !important;
    }
    #closeDiv {
        align-items: end;
        margin-left: unset;
        margin-right: 30px;
        top: 28%;
    }
    input.selectall,
    input.kanal {
        margin-left: unset !important;
    }
    div#analzyeRow {
        height: 325px;
        margin-top: 15px;
    }
    #vinIconKm {
        bottom: unset !important;
        top: unset !important;
        margin-bottom: -105px !important;
        right: 35px !important;
    }
    #vinIconS {
        bottom: unset !important;
        top: unset !important;
        margin-bottom: -10px !important;
        right: 40px !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_._inline-style input[type="time"],
select,
textarea {
    padding: 10px 12px;
}

textarea {
    height: 100px !important;
}

#_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: 1000px;
    border: 1px solid var(--accent-color);
}

#_form_49_._form_49 input {
    /**border: none;
				border-radius: 0;
				border-bottom: 1px solid black;*/
    font-family: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
    font-size: 15px;
}

#_form_49_ ._x21958308 ._form-title {
    color: #60c3a9;
    font-size: 26px !important;
    margin-top: 20px;
}

a:link {
    font-weight: bold;
    color: #000;
}

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

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

.logo {
    height: 100px;
    width: 100px;
    padding: 10px;
}

.rules {
    font-size: 10px;
    padding-bottom: 20px;
    font-family: "DS Automobiles 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-top: 34px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px !important;
    cursor: pointer;
    position: absolute;
    left: 44%;
}

.mobile_contact_channels {
    display: none;
}

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

    .result {
        display: none;
    }

    .vin_icon {
        border: none !important;
        width: 30px !important;
        margin: inherit !important;
        position: absolute;
        left: unset;
        right: 45px;
        top: 1100px;
        z-index: 9;
    }

    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: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
}

.dropdown .title {
    margin: 15px 10px 10px 10px;
    width: 100%;
    font-family: "DS Automobiles 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: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
}

.dropdown .menu .option {
    border-bottom: #000 1px solid;
    height: 40px;
    padding-left: 10px;
    padding-top: 10px;
    font-family: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
}

.dropdown .menu .option:hover {
    background: var(--accent-color);
    font-family: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
} */

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

.result {
    display: none;
}

::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
    font-family: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
    font-size: 15px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: grey;
    font-family: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: grey;
    font-family: "DS Automobiles 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: "DS Automobiles Regular", Helvetica, Arial, sans-serif !important;
    cursor: pointer;
}

/* .pac-item:hover {
    background-color: var(--accent-color);
} */

.pac-item-query {
    font-size: 12px;
    font-family: "DS Automobiles 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: 51px;
    cursor: pointer;
    text-align: left;
    border: none;
    padding: 14px 12px;
    background-color: #fff;
    border-bottom: 2px solid lightgrey;
}

.dropdown button:hover,
.dropdown button:focus,
.dropdown button:active {
    border-bottom: 2px solid grey;
}

.dropdown button .dropdown-label {
    width: 100%;
    margin-bottom: 0;
    color: black;
    font-weight: regular;
    font-size: 1rem;
}

.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 grey;
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
    -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 grey;
}

.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: -5px;
    left: -15px;
    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: 20px;
    /* background-image: url(/image/0008_QuestionMark_Solid.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    color: white;
    background-color: var(--accent-color);
    border-radius: 20px;
    height: fit-content;
    width: fit-content !important;
    padding: 0px 12px !important;
}

#vinIconKm {
    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;
    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;
    margin-bottom: 10px;
}

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

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

input[type="checkbox"].kanal,
input[type="checkbox"].selectall {
    margin: 10px 10px 10px 0px;
}

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

.contact_channels label {
    margin: 0px !important;
    font-size: 15px !important;
    font-family: "DS Automobiles Light";
}

.col-sm-1.col-md-1 {
    max-width: 30px !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: "DS Automobiles Regular";
}
