@font-face {
    font-family: Inter-Black;
    src: url(../fonts/inter/Inter-Black.ttf);
}

@font-face {
    font-family: Inter-Bold;
    src: url(../fonts/inter/Inter-Bold.ttf);
}

@font-face {
    font-family: Inter-ExtraBold;
    src: url(../fonts/inter/Inter-ExtraBold.ttf);
}

@font-face {
    font-family: Inter-Light;
    src: url(../fonts/inter/Inter-Light.ttf);
}

@font-face {
    font-family: Inter-Medium;
    src: url(../fonts/inter/Inter-Medium.ttf);
}

@font-face {
    font-family: Inter-Regular;
    src: url(../fonts/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter-SemiBold;
    src: url(../fonts/inter/Inter-SemiBold.ttf);
}

@font-face {
    font-family: Inter-Thin;
    src: url(../fonts/inter/Inter-Thin.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    color: var(--main-black);
    font-weight: 400;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Inter-Regular;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    zoom: 1;
}

.row-center {
    vertical-align: middle;
    align-items: center;
}

html {
    font-size: 16px;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: Inter-Regular;
    background-color: var(--main-black);
    color: var(--main-black);
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
}

.body-fixed {
    position: fixed !important;
    width: 100%;

}

.body-scroll {
    position: unset !important;
    display: block !important;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


a,
ul,
li,
tr,
td,
span {
    font-size: 16px;
    font-family: Inter-Regular;
    color: var(--text-dark-gray);
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

/* 2) Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-black);
}

h1 {
    font-size: 36px;
    font-family: Inter-SemiBold;
}

h2 {
    font-size: 32px;
    font-family: Inter-SemiBold;
}

h3 {
    font-size: 28px;
    font-family: Inter-SemiBold;
}

h4 {
    font-size: 24px;
    font-family: Inter-SemiBold;
}

h5 {
    font-size: 22px;
    font-family: Inter-SemiBold;
}

h6 {
    font-family: 18px;
    font-family: Inter-SemiBold;
}

p {
    font-size: 16px;
    color: var(--text-dark-gray);
    font-family: Inter-Regular;
}

img {
    width: 100%;
    vertical-align: middle;
    border-style: none;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 85%;
    }

    .modal-lg,
    .modal-xl {
        max-width: 60%;
    }
}

.modal-open,
.modal.fade.show {
    padding-right: 0 !important;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.close span {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-dark-gray) !important;
    text-shadow: 0 1px 0 var(--main-white);
}

.btn:focus {
    box-shadow: none;
}

.transition {
    transition: all 0.3s ease-in-out;
}

::-webkit-scrollbar {
    display: none;
}

:root {
    --main-black: #000;
    --main-white: #fff;
    --orange: #E16527;
    --border-gray: #9B9B9B;
    --light-bg: #dddddd;
    --blue-color: #20A5E0;
    --red: #F94241;
    --green: rgba(0, 128, 0, 0.555);
}

/* Typography-css::Start */
.header-title-light {
    font-size: 30px;
    font-family: Inter-Regular;
}

.header-title-bold {
    font-size: 30px;
    font-family: Inter-SemiBold;
}

.small-title-bold {
    font-size: 28px;
    font-family: Inter-SemiBold;
}

.second-small-title-bold {
    font-size: 24px;
    font-family: Inter-SemiBold;
}

.second-small-title-bold-red {
    font-size: 28px;
    font-family: Inter-SemiBold;
    color: var(--red);
}

.blue-text {
    font-size: 20px;
    color: var(--blue-color);
    font-family: Inter-SemiBold;
}

.gray-text {
    font-size: 20px;
    color: var(--border-gray);
    font-family: Inter-SemiBold;
}

.small-text {
    color: var(--border-gray);
    font-size: 18px;
    text-align: center;
}

.small-text-black {
    color: var(--main-black);
    font-size: 18px;
    text-align: center;
}

/* Typography-css::End */

/* Button-css::Start */
.orange-btn {
    background-color: var(--orange);
    color: var(--main-white);
    height: 60px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-btn:hover {
    color: var(--main-white);
}

/* Button-css::End */

/* Header-logo-css::Start */
.header-logo img {
    width: 350px;
    margin: 20px 0px;
}

.header-logo-col {
    text-align: center;
}

.header-settings {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.header-settings .btn {
    height: 40px;
}

.header-settings .profile-btn {
    margin: 10px;
    width: 40px;
    height: 40px;
}

.header-settings .btn i {
    color: var(--main-white);
}

.profile-dropdown .dropdown-item.active,
.profile-dropdown .dropdown-item:active {
    background-color: var(--orange);
}
.profile-dropdown .dropdown-toggle::after 
{
    display:none;
}

.select-language i {
    margin-right: 5px;
}

/* Header-logo-css::End */

/* Login-section-css::Start */
.title-header {
    text-align: center;
    margin: 35px 0px;
}

.next-btn .btn {
    position: fixed;
    bottom: -30px;
    width: calc(100% - 52.5%);
    left: 50%;
    transform: translate(-50%, -50%);
}

.card {
    border: 0px;
}

.card-footer,
.card-header {
    background-color: transparent;
    padding: 0;
    border-top: 0px;
    border-bottom: 0px;
}

.main-col {
    background-color: var(--main-white);
    height: 100vh;
    overflow-y: scroll;
    padding-bottom:100px;
}

.custom-input {
    margin-bottom: 25px;
}

.custom-input label {
    margin-bottom: 8px;
    color: var(--main-black);
    font-family: Inter-SemiBold;
}

.custom-input .form-control {
    height: 50px;
    border-radius: 10px !important;
    border-color: var(--border-gray);
    max-width: 100%;
}

.login-form {
    padding: 40px;
}

.custom-input .form-control:focus {
    box-shadow: none;
}

/* Login-section-css::End */

/* Language-page-css::Start */
.language-img {
    text-align: center;
    margin-bottom: 50px;
}

.language-img img {
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
}

/* Language-page-css::End */

/* Select-arrow-custom::Start */


/* IE11 hide native button (thanks Matt!) */
.selectdiv select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '\f0d7';
    color: var(--border-gray);
    right: 0px;
    top: 44px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    font-family: fontAwesome;
    width: 45px;
    height: 45px;
    z-index: 9;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.selectdiv option {
    margin: 40px;
    background: var(--main-white);
    color: var(--border-gray);
}

.selectdiv option:checked {
    color: var(--main-black);
}
/* Select-arrow-custom::End */

/* Vehicle-image-upload-css::Start */
.vehicle-image-upload {
    margin: 15px 0px;
}

.vehicle-inner-content {
    text-align: center;
}

.vehicle-inner-content h5 {
    margin-bottom: 10px;
}

.mileage-content {
    padding: 50px 0px;
}
.full-width-col
{
    padding: 0;
}
/* Vehicle-image-upload-css::End */

/* Select-car-side-css::Start */
.car-border {
    border: 1px solid var(--blue-color);
}

.car-side-top {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-border {
    width: 400px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-border img {
    width: 350px;
}

.links-title {
    text-align: center;
    margin-top: 30px;
}

.select-green {
    background-color: var(--green);
}

.select-red {
    background-color: var(--red);
}

/* Select-car-side-css::End */

/* Select-car-template::Start */
.car-template-header {
    background-color: var(--blue-color);
    padding: 10px;
}

.car-template-header h6 {
    color: var(--main-white);
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 25px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.image-upload-main {
    background-color: var(--blue-color);
    text-align: center;
    margin-top: 60px;
}

.image-upload-main h6 {
    color: var(--main-white);
}

.camera-icon {
    font-size: 30px;
}

.camera-icon i {
    color: var(--main-white);
    margin-bottom: 15px;
}

.message-content p {
    margin-top: 10px;
}
.damaged-front-side img
{
    width:350px;
}
.car-image-uploaded-successfully p
{
    color: var(--green);
    margin-top: 10px;
}
/* Select-car-template::End */

/* Vehicle-license-upload-css::Start */
.vehicle-image-upload
{
    position: relative;
}
.license-upload
{
    position: relative;
}
.vehicle-image-upload img 
{
    position: relative;
}
.vehicle-license-upload
{
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}
.vehicle-license-upload .camera-icon i 
{
    font-size: 60px;
    color: var(--main-black);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}
.uploaded-image
{
    margin-top: 30px;
}
.uploaded-vehicle-license
{
    margin-top: 10px;
}
/* Vehicle-license-upload-css::End */