﻿#main { padding: 0px 0px; background: #f0f8ff; height: 100vh; padding-top: 20px; }
/*body { padding-left: 220px;}*/
#left { background-color: black; display: none; }
    #main > .link { margin-bottom: 20px; }

    
.tabs > .tab-hs { display: flex; }
    .tabs > .tab-hs > .i { color: #696d82; padding: 6px 8px; margin: 0 30px; }
        .tabs > .tab-hs > .i.active { color: black; font-weight: bold; border-bottom: solid 5px #5671ff; }
        .tabs > .tab-hs > .i:not(.active):not(.inactive) { cursor: pointer; }
.tabs > .tab-cs { }
    .tabs > .tab-cs > .i:not(.active) { display: none; }

form { padding-top: 10px; }
select { outline: none; border: none; padding: 5px 10px; border-radius: 4px; height: 40px; }

.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 { border: none; height: 40px; border-radius: 10px; padding: 0 10px; font-size: 16px; margin-bottom: 5px; }

#monthlies { background: #ffffff; padding: 30px 60px; border-radius: 10px; margin: 30px; margin-top: 0px; }
#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: black; color: white; border: none; font-size: 16px; cursor: pointer; }
.btn-div { width: 100%; flex-basis: 100%; display: flex; }
.link { margin: 20px 0; }
#trim-form { display: flex;  }
#vin-form { display: flex; }
.left-mobile-menu-close { display: none; }
.monthlies-menu-open-div { display: none; }

.dealers-menu-open-div { display: none; }
.left-mobile-menu-close { display: none; }
.fbo-settings-div { cursor: pointer; display: flex; margin-right: 0px; 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: none; 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; display: none; }
#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; }
@media (max-width: 425px) {
    .left-mobile-menu-close { display: block; }
    .left-mobile-icon-close { display: flex; justify-content: end; }
    #left > .menu > .item:hover { background: #f2f2f2; }
    #deals-links > a:hover { background: #f2f2f2; }
    #reports-links > a:hover { background: #f2f2f2; }
    #left { display: none; color: black; background-color: white; }
    body { padding-left: 0px;}
    #deals-links > a { color: black; }
    #reports-links > a { color: black; }
    .monthlies-mobile-div { overflow: auto; }
    #monthlies { width: 1200px; padding: 30px 30px;}
    .monthlies-menu-open-div { width: 100%; display: none; margin-top: 13px; margin-bottom: 13px; }
    .monthlies-menu-open-button { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border: 2px solid #dddddd; border-radius: 10px; }


    .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%; }
}