/* @import url('https://fonts.googleapis.com/css2?family=Oxanium&display=swap');
body{font-family: 'Oxanium', cursive !important;} */

@font-face {
    font-family: 'Oxanium-Regular';
    src: url('../webfonts/Oxanium-Regular.eot');
    src: url('../webfonts/Oxanium-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/Oxanium-Regular.svg#Oxanium-Regular') format('svg'), url('../webfonts/Oxanium-Regular.ttf') format('truetype'), url('../webfonts/Oxanium-Regular.woff') format('woff'), url('../webfonts/Oxanium-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oxanium-Medium';
    src: url('../webfonts/Oxanium-Medium.eot');
    src: url('../webfonts/Oxanium-Medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/Oxanium-Medium.svg#Oxanium-Medium') format('svg'), url('../webfonts/Oxanium-Medium.ttf') format('truetype'), url('../webfonts/Oxanium-Medium.woff') format('woff'), url('../webfonts/Oxanium-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oxanium-Bold';
    src: url('../webfonts/Oxanium-Bold.eot');
    src: url('../webfonts/Oxanium-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/Oxanium-Bold.svg#Oxanium-Bold') format('svg'), url('../webfonts/Oxanium-Bold.ttf') format('truetype'), url('../webfonts/Oxanium-Bold.woff') format('woff'), url('../webfonts/Oxanium-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../webfonts/Lato-Regular.eot');
    src: url('../webfonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/Lato-Regular.woff2') format('woff2'), url('../webfonts/Lato-Regular.woff') format('woff'), url('../webfonts/Lato-Regular.ttf') format('truetype'), url('../webfonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../webfonts/Lato/Lato-Bold.eot');
    src: url('../webfonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/Lato/Lato-Bold.woff2') format('woff2'), url('../webfonts/Lato/Lato-Bold.woff') format('woff'), url('../webfonts/Lato/Lato-Bold.ttf') format('truetype'), url('../webfonts/Lato/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Oxanium&display=swap');
body {
    /* font-family: 'Oxanium', cursive !important; */
    font-family: 'Lato' !important;
}

.login-box .card-body label {
    font-family: 'Lato-Bold' !important;
    font-weight: normal;
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .4);
}

.reset-link {
    text-align: center;
    display: block;
}

.login_btm .reset-link {
    text-align: left;
    color: #F01414;
    margin-bottom: 4px;
}

nav.navbar.navbar-dark.navbar-navy {
    background-color: #F01414;
}

.navbar-nav {
    margin-left: auto;
}

.login-page {
    height: auto;
    z-index: 99;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-page.min_height{
    min-height: calc(100% - 115px);
}

/* .login-box {
    margin-top: -100px;
} */


/* .login-box,
.register-box {
    margin-top: 150px;
} */

body {
    background-color: #fff;
    height: 100vh;
}

.btn-primary {
    background-color: #F01414;
    border-color: #F01414;
}

.btn-primary:hover {
    background-color: #FFFFFF;
    border-color: #F01414;
    color: #3C3C3C;
}

.btn-primary:focus {
    background-color: #F01414;
    border-color: #F01414;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #F01414;
    border-color: #F01414;
}

.form-control:focus {
    border-color: #F01414 !important;
}


/* * background  style */

.login-page-background {
    position: unset;
    height: 100%;
    background-color: #FCFCFC;
}

.login-page-background:before {
    /* content: ""; */
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/backgroung.png) no-repeat;
    opacity: 0.3;
    background-size: cover;
}

.login-form.login-box {
    margin: 150px auto 20px;
}

label:not(.form-check-label):not(.custom-file-label) {
    letter-spacing: 1px;
}

.login-box>.card>.card-body>.row .col-6:first-child a.reset-link {
    text-align: left;
    color: #3C3C3C;
}

.login-box>.card>.card-body>.row .col-6:last-child a.reset-link {
    text-align: right;
    color: #3C3C3C;
}

body {
    color: #3C3C3C;
}

a.login-link {
    color: #3C3C3C;
}

#passRecoverForm .input-group {
    position: relative;
}

#passRecoverForm .input-group input[type="password"],
#passRecoverForm .input-group input[type="text"] {
    /* background: transparent; */
    border-right: 1px;
    padding-right: 35px;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

#passRecoverForm .input-group>.input-group-append {
    position: absolute;
    right: 0;
    height: calc(100% - 2px);
    margin-right: 1px;
    border: 0px;
    background: #fff;
    top: 1px;
    z-index: 111;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#passRecoverForm .field-icon {
    float: unset !important;
    margin-right: unset !important;
    margin-top: unset !important;
    position: absolute !important;
    right: 39px;
    top: 11px;
    z-index: 11;
}

.login-card-body #passRecoverForm .input-group .input-group-text {
    border: 0px;
}


/* .login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
    border-right: 1px solid #ced4da !important;
} */


/* .login-card-body .input-group .form-control:focus, .register-card-body .input-group .form-control:focus {
    border-right: 1px solid #f01414 !important;
} */

.rc-anchor-error-msg-container {
    left: 3px !important;
    line-height: 11px !important;
    top: 4px !important;
    position: absolute !important;
}

.position {
    position: relative;
}

.position span.fa-eye,
.position span.fa-eye:focus {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 11;
}
.position span.fa-eye-slash,
.position span.fa-eyeslash:focus {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 11;
}

.position input:focus,
.position input {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

@media (max-width: 575px) {
    /* .login-box,
    .register-box {
        margin-top: 0px;
    } */
}

.reset-page-background {
    position: relative;
    height: 100%;
    min-height: 100vh;
    background-color: #FCFCFC;
}

.login-page {
    background-color: #FCFCFC;
}

.reset-page-background:before {
    /* content: ""; */
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/backgroung.png) no-repeat;
    opacity: 0.3;
    background-size: cover;
    background-color: #fff;
}

.login-link {
    text-align: center;
    display: block;
}

form ul.parsley-errors-list li {
    float: left;
    padding: 6px 10px !important;
    margin: 10px 10px 10px 0 !important;
    white-space: normal;
    background: #fff !important;
    border: 1px solid #e0b4b4 !important;
    color: #9f3a38 !important;
    position: relative;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
}

form ul.parsley-errors-list li::before {
    position: absolute;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
    z-index: 2;
    width: .6666em;
    height: .6666em;
    -webkit-transition: red .1s ease;
    transition: red .1s ease;
    border-top: 1px solid #e0b4b4;
    border-left: 1px solid #e0b4b4;
    background: #fff;
}

form ul.parsley-errors-list li::before {
    border-width: 1px 0 0 1px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    /* transform: translateX(-50%) translateY(-50%) rotate(45deg); */
    top: 0;
    left: 50%;
}

[class*="icheck-"]>input[type="checkbox"]:first-child+label::before,
.register_page [class*="icheck-"]>input[type="checkbox"]:first-child+label::before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: transparent;
}

.icheck-primary>input:first-child:checked+input[type="hidden"]+label::before,
.icheck-primary>input:first-child:checked+label::before {
    border-color: #F01414;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #F01414;
}

[class*="icheck-"]>input[type="checkbox"]:first-child:checked+label::after {
    top: -1px;
    left: -1px;
    width: 7px;
    height: 11px;
    border-right: 3px solid #F01414;
    border-bottom: 3px solid #F01414;
}

[class*="icheck-"]>input[type="checkbox"]:first-child:checked+label::after {
    border-right: 3px solid #F01414;
    border-bottom: 3px solid #F01414;
}
.footer_menu {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.footer_menu li {
    margin: 0 15px;
}

.main-footer {
    background: #f01414;
    border-top: 0px solid #dee2e6;
    color: #869099;
    padding: 0.6rem 1rem;
}

.footer_menu li a {
    color: #fff;
}
.offer_vehicle_list .offer_page_filter_btn, .auction_vehicle_detail .offer_page_filter_btn {
    max-width: unset;
}

/* new-css start------------------- */

.brand-link .brand-image {
    background-color: #fff;
    max-height: 33px;
}
/* mew -css over------------------- */


input:autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}


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

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