﻿:root { --bg-color: #F0F8FF; --accent-btn-color: #5671FF; --btn-bg-color: white; --table-odd: #EFEFEF; --text-color: #25293A; --search-head-color: #5671FF; --chk2-bg: #D9D9D9; --pillar-color: #cbcbcb54; --check-bg: #F6F6F6; --check-border: #BBCAEB; --pag-btn-bord: #25293A; --cd-bg: white; --scroll-btn-text: white; --scroll-btn: #25293A; --filter-btn: white; --filter-txt: black; --cars-bg: white; --grid-border: #D2D2D2; --search-input: black; }
.light-mode { --bg-color: #1B1B1B; --accent-btn-color: #5671FF; --btn-bg-color: #393939; --table-odd: #565656c2; --text-color: white; --search-head-color: white; --chk2-bg: #565656; --pillar-color: #3d3d3d54; --check-bg: #2C2C2C; --check-border: white; --pag-btn-bord: white; --cd-bg: white; --scroll-btn-text: #161925; --scroll-btn: white; --filter-btn: #3F3F3F; --filter-txt: white; --cars-bg: #00000000; --grid-border: #5671FF; --search-input: white; }

#main { /*padding: 20px 30px;*/ background: var(--bg-color); height: 100vh;}
/*body { margin-left: 220px;}*/
#left { background-color: black; display: none; }
    #main > .link { margin-bottom: 20px; }

.line { display: flex; margin-bottom: 20px; }
    .line>.field { margin-right: 20px; }
        .line > .field > .lbl { color: #696d82; font-size: 15px; margin-bottom: 12px; }
        .line > .field > input, .line > .field > textarea { border: none; height: 40px; border-radius: 10px; padding: 0 10px; font-size: 16px; margin-bottom: 5px; background: white; }
      /*  .line > .field > input:disabled { background: #c9c9c9; }*/

#dealer-logo { height: 100px; vertical-align: middle; }
.btn { height: 40px; font-weight: bold; display: inline-flex; justify-content: center; align-items: center; text-decoration: none; border-radius: 5px; padding: 0 40px; background: #5671ff; color: white; border: none; font-size: 16px; cursor: pointer; }
.delete-btn { height: 40px; font-weight: bold; display: inline-flex; justify-content: center; align-items: center; text-decoration: none; border-radius: 5px; padding: 0 40px; background: #5671ff; color: white; border: none; font-size: 16px; cursor: pointer; }
.link { margin: 20px 0; }
.user-menu-open-div { display: none; }
.left-mobile-menu-close { display: none; }

.dealers-menu-open-div { display: none; }
.left-mobile-menu-close { display: none; }
/*.vin-header { color: white; height: 74px; width: 100%;*/ /*position: fixed;*/ /*top: 0; background: #f0f8ff;*/ /* left: 220px; */ /*display: flex; justify-content: space-between; border-radius: 0px; border-bottom: solid 1px #D2D2D2; }
.fbo-settings-div { cursor: pointer; display: flex;*/ /*margin-right: 45px;*/ /*text-decoration: none; color: white; }
.fbo-settings-icon { width: 34px; height: 34px; border-radius: 10px; background: #25293A; color: white; display: flex; justify-content: center; align-items: center; margin-right: 21px; }
.fbo-span-text { display: flex; justify-items: center; align-items: center; }
.setting-profile-div { display: flex;*/ /*margin-right: 45px;*/ /*align-items: center; }*/
.fbo-red-circle { width: 54px; height: 54px; background: #C51412; border-radius: 100%; color: white; display: flex; justify-content: center; align-items: center; margin-right: 20px; margin-left: 20px; }
.fbo-header { color: var(--gray, #F1F1F1); font-family: Roboto; font-size: 24px; font-style: normal; font-weight: 700; line-height: normal; }
.fbo-sub-header { color: var(--gray, #F1F1F1); font-family: Roboto; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; }
.fbo-text { display: flex; flex-direction: column; }
.fbo-profile-div { cursor: pointer; display: flex; text-decoration: none; color: white; }
.settings-text { margin-top: 10px; }
.vin-logo-header { text-decoration: none; color: white; cursor: pointer; }
/*.desking-logo { display: flex; align-items: center; margin-left: 45px; }*/
.desking-logo { text-decoration: none; color: var(--accent-btn-color); cursor: pointer; display: flex; margin-left: 25px; height: 100%; padding: 10px 0; }
    .desking-logo img { width: 150px; }
svg { margin-right: 10px; }

#deals-links a { color: black; }
.drop-down-arrow { color: white; align-self: center; }
#drop-settings { position: relative; }
.settings-menu { color: black; }
#reports-links a { color: black; }
.rotate-arrow { transform: rotate(180deg); }
.deals-header { border-bottom: 1px solid #e1e1e1; padding-bottom: 8px; }
.my-profile { margin-bottom: 15px; }
.add-margin-deals { margin-top: 20px; }
.settings-link { display: flex; text-decoration: none; color: black; margin-top: 0px; margin-bottom: 10px; align-items: center; }
.my-profile span { display: none; }
    .add-margin-settings { margin-left: 7px; }
#deals-links > a:hover { background: #f2f2f2; }
#reports-links > a:hover { background: #f2f2f2; }
.popup-bg { display: none; width: 100vw; height: 100vh; z-index: 12000; background-color: black; position: fixed; top: 0; left: 0; opacity: 0.5; }
.warning-card { display: none; width: 40%; height: 300px; z-index: 12001; background-color: white; border-radius: 10px; left: 30%; top: 100px; position: fixed; text-align: center; }
.delete-dealer-btn { cursor: pointer; height: 47px; background-color: #d9534f; border: none; border-radius: 10px; width: 125px; color: white; margin-left: 20px; }
.cancel-btn { cursor: pointer; width: 125px; border: none; border-radius: 10px; }
.btn-div { display: flex; justify-content: center; margin-top: 12%; }
.card-h1 { margin-top: 45px;}
.dealer-id-div{text-align: center;}
.thumbs-div { width: 100%; text-align: center; margin-top: 12%; display: none;}
.flex-field { display: flex; align-items: center; }
.line .flex-field .lbl { margin-bottom: 0px; margin-right: 5px;}
@media (max-width: 425px) { #left { display: none; color: black; background-color: white; }
    .left-mobile-menu-close { display: block; }
    .left-mobile-icon-close { display: flex; justify-content: end; }
    body { margin-left: 0px; }
    #form .line {  flex-direction:column; margin-top: 15px; }
    .field { margin-top: 20px; }
    #left > .menu > .item:hover { background: #f2f2f2; }
    #deals-links > a:hover { background: #f2f2f2; }
    #reports-links > a:hover { background: #f2f2f2; }
/*    .user-menu-open-div { width: 100%; display: flex; margin-top: 13px; }
    .user-menu-open-button { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border: 2px solid #dddddd; border-radius: 10px; }*/
    .user-menu-open-div { display: none; }
    #reports-links > a { color: black; }
    .fbo-red-circle { display: none; }
    .fbo-text { display: none; }
    .fbo-settings-icon { display: none; }
    .desking-logo { margin-left: 15px; }
    .setting-profile-div { margin-right: 15px; }
    .fbo-settings-div { margin-right: 15px; }
    .settings-dropdown { left: 45%; }
}