﻿#main { padding: 20px 30px; }

/*.btn { height: 32px; font-weight: bold; display: inline-flex; justify-content: center; align-items: center; text-decoration: none; border-radius: 5px; padding: 0 40px; background: #292F4C; color: white; border: none; font-size: 16px; cursor: pointer; }*/
.button-style { width: 180px; height: 47px; font-weight: bold; display: inline-flex; justify-content: start; align-items: center; text-decoration: none; border-radius: 5px; padding: 0 20px; background: #292F4C; color: white; border: none; font-size: 16px; cursor: pointer; }
.link { margin: 20px 0; }
a { }
.vin-logo-header { text-decoration: none; color: white; cursor: pointer; }
.desking-logo { display: flex; align-items: center; margin-left: 45px; }
svg{ margin-right: 10px;}
.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: 20px;}
body { /*margin-left: 20px; margin-right: 20px; */}
#left { display: none;}
.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: #F2F2F2; color: black; 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; }
.vin-header { color: white; height: 96px; width: 100%; /*position: fixed;*/ top: 0; background: black; /* left: 220px; */ display: flex; justify-content: flex-end; border-radius: 15px; }
.dealer-btn { width: 180px; height: 47px; font-weight: bold; display: inline-flex; justify-content: start; align-items: center; text-decoration: none; border-radius: 5px; padding: 0 20px; background: black; color: white; border: none; font-size: 16px; cursor: pointer; }
.car-btn { width: 180px; height: 47px; font-weight: bold; display: inline-flex; justify-content: start; align-items: center; text-decoration: none; border-radius: 5px; padding: 0 20px; background: black; color: white; border: none; font-size: 16px; cursor: pointer; }
.bank-btn { width: 180px; height: 47px; font-weight: bold; display: inline-flex; justify-content: start; align-items: center; text-decoration: none; border-radius: 5px; padding: 0 20px; background: black; color: white; border: none; font-size: 16px; cursor: pointer; }
.report-btn { width: 180px; height: 47px; font-weight: bold; display: inline-flex; justify-content: start; align-items: center; text-decoration: none; border-radius: 5px; padding: 0 20px; background: black; color: white; border: none; font-size: 16px; cursor: pointer; }
.quotes-btn { width: 180px; height: 47px; font-weight: bold; display: inline-flex; justify-content: start; align-items: center; text-decoration: none; border-radius: 5px; padding: 0 20px; background: black; color: white; border: none; font-size: 16px; cursor: pointer; }
.settings-back-arrow { display: none; }
.add-icon-margin { 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: 10px; margin-bottom: 10px; align-items: center; }
.add-margin-settings { margin-left: 7px; }
@media (max-width: 425px) { .settings-back-arrow { display:block; }
    .fbo-text { display: none; }
    .desking-logo { margin-left: 20px }
    .fbo-settings-div { display: none;}
    .vin-header { display: none;}
 /*   .fbo-span-text { display: none; }
    .fbo-settings-icon { display: none; }*/
}