body {
    background: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.not-bg {
    background: none !important;
}

.w-5 {
    width: 5% !important;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--secondry-color);
    padding-bottom: 15px;
    padding-top: 15px;
}

.header>div:first-child {
    margin-bottom: 15px;
}

.icon i {
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.icon i,
.btn {
    padding: .5rem 1.4rem 0rem 1.4rem;
}

.icon small {
    color: white;
    padding: 0px 3px;
}

.seach,
.header>div:first-child {
    min-width: calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.seach form {
    position: relative;
}

.seach form input {
    width: calc(100% - 40px);
    background: none;
    outline: none;
    border: none;
    padding: 10px 0px 1px 10px;
    color: #fff;
    font-size: 18px;
}

.search-group {
    border-bottom: 1px solid #fff;
}

.seach form label {
    position: absolute;
    color: #fff;
    font-size: 17px;
    left: 10px;
    top: 12px;
    letter-spacing: 1px !important;
    transition: all 0.3s;
}

input#vin:focus+label,
input.valid+label {
    top: 0px;
    font-size: 12px;
}

.seach form i {
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 11px;
    top: 9px;
}

.bx-loader {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.table,
.content {
    padding: 15px 15px 0px 15px;
    margin: 0;
}

.table p,
.title h3,
.images {
    padding-left: 10px !important;
}

.table p,
table,
.img-collection {
    margin: 0px 0px 0px 20px;
    font-size: 20px;
    width: calc(100% - 40px);
}

td {
    font-size: 15px;
}

.title h3 {
    font-size: 20px !important;
    letter-spacing: 0.7px;
}

div.images {
    display: flex;
    flex-wrap: wrap;
}

div.images div {
    width: calc(100% / 7);
    padding: 5px;
}

.left-arrow,
.right-arrow {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.left-arrow i,
.right-arrow i {
    font-size: 80px !important;
}

.modal-dialog {
    background: #fff;
}

.images div {
    cursor: pointer;
}

.dropdown-menu {
    background: #fff !important;
}

.dropdown-item:hover {
    background: #f3f6f9
}

.img-collection>div {
    padding: 10px 0px;
}

.select2-container {
    width: 100% !important;
}

.modal-fullscreen .modal-body {
    flex-direction: row;
    display: flex;
}

#modal-full .modal-body {
    align-items: center;
}

#modal-img .modal-body {
    align-items: center;
}

@media only screen and (max-width: 392px) {
    .img-collection>div .images>div {
        width: calc(100% / 3) !important;
    }
}

.slide-img img {
    max-height: 100vh;
    max-width: 100%;
}

.search-group .bx-search {
    cursor: pointer;
}

.title-check span {
    color: #fff;
    background: var(--primary-color);
    margin-bottom: 3px;
}

.icon>div {
    padding: 0px 10px;
}

.title-check {
    padding-top: 0.5rem !important;
}

i.bx.bxs-log-in-circle {
    font-size: 32px;
}

@media only screen and (max-width: 700px) {
    .header>div:first-child {
        flex-direction: column;
    }

    .logo {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .logo img {
        width: 40% !important;
    }

    .topbar-head-dropdown {
        padding-top: 0.5rem !important;
    }

    .icon {
        flex-wrap: wrap;
        align-items: start !important;
        justify-content: center !important;
    }
}
.topbar-head-dropdown.header-item {
    padding-top: 0.6rem !important;
}
@media only screen and (max-width: 550px) {

    .seach,
    .header>div:first-child {
        min-width: 100%;
        max-width: 100%;
    }

    .logo img {
        width: 60% !important;
    }
    .icon.justify-content-end {
        justify-content: center !important;
    }
    .header {
        padding: 10px 10px;
    }
    .icon > div {
        width: 25%;
    }
}

#wrapper .header i.bx:not(.avatar-sm i):not(.nav-item i):not(.header-item.small-hide i):not(.file-upload label i) {
    color: var(--primary-color) !important;
}

.header .title-check span {
    background: var(--primary-color) !important;
}