body {
    background-color: #f4f4f4;
    margin: 0;
    margin-top:0px;
    padding: 0;
    box-sizing: border-box;
      font-family: "Open Sans", sans-serif;
      background-color: var(--body-bg) !important;
      color: var(--color-text);
    
  }
  select{
    outline:none !important;
  }
  #header {
    background-color: var(--stockdrop-black);
    color: #fff;

    width: 100%;
    justify-content: center;
    align-items: center;
    position:fixed;
    top:0;
    left:0;
    height:59px;
    box-sizing:border-box;
    display: flex;
    justify-content:space-between;
  }
  #header_title{
        width:360px;
    padding-left: 25px;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color:var(--friend-blue);
    margin-top:10px;
  }
  #header_logo{ 
    display:flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 30px;
    border-right:1px solid #333;
    padding-left: 10px;
  }
  #header_auth_info{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
    border-left: 1px solid #333;
    height: 100%;
    align-self: center;
    justify-content: center;
    padding-right: 15px;
  }
  #header_auth_info a { 
    color: #efd415;
    text-decoration: underline;
    margin-top: 5px;
  }
  #header_logo img {
    height: 44px;
    margin-left:10px;
  }
  
  #page_home_header_title h1 {
    font-size: 28px;
    color: #ffcc00;
  }
  #grid-wrapper{
    margin-left:20px;
    margin-right:20px;
    width:calc(100% - 40px);
    margin-top:0px;
    height:calc(100% - 80px);
    display:block;
    flex-direction:column;
  }
  #grid-wrapper.loading{
    padding:0 !important;
  }
  .btn-yellow {
    background-color: #efd415;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  #txtVIN{
    border:0px solid #ccc;
    padding-left: 10px;
    font-size: 16px;
    height: 36px;
    width: 200px;
  
  }
  #txtVIN:focus-visible{
    outline: none;
  }
  #download-pdf{
    border-radius: 0px;
  }
  .loader-circle{
    display: none;
    position: absolute;
  
  }
  #add_vin_header{
margin-left:15px;
padding-left: 15px;
  }
  #add_vin_header .loader-circle{
    display:none;
    position: absolute;
    top: 17px;
    right: 0px;
    z-index: 6;
  }
  #fetch_status{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    color:#000;
    line-height: 40px;
    z-index: 4;
    background-color: #eee;
    width: 197px;
    padding-left: 15px;
    font-style: italic;
    border-radius: 5px 0px 0px 5px;
  }
  
  .gridjs-search{
    position: absolute;
    left: 240px;
    top: -34px;
  }
  .fading-text {
    display: inline-block;
    animation: fadeOpacity 1.5s infinite alternate;
  }
  
  @keyframes fadeOpacity {
    from {
      opacity: 1; /* Full opacity */
    }
    to {
      opacity: 0.4; /* Slightly faded */
    }
  }
  #add_vin_header.fetching .loader-circle, #add_vin_header.fetching #fetch_status{
    display: block;
  }
  #add_vin_header.fetching #fetch_status{
    background-color: #ccc;
    height: 46px;
    width: 100%;
    line-height: 46px;
}
  
.fetching #download-pdf{
  display:none !important;
}
  
    #fetch_text_box{
    overflow: hidden;
    border-radius:5px;
    display:inline-block;
    background-color: #fff;
    position: relative;
    width:300px;
    height:48px;
    border:1px solid #ccc;
    border-radius:5px;
  }
  
  @keyframes loader-circle {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
  }
  .loader-circle div {
    position: absolute;
    width: 15px;
      height: 15px;
      border: 3px solid #626262;
      border-top-color: transparent;
      border-radius: 50%;
  }
  .loader-circle div {
    animation: loader-circle 0.5681818181818182s linear infinite;
    box-sizing: content-box;
    top: 50%;
    right: 50%;
    left: unset;
  }
  
  .loader-circle {
    width: 15px;
    height: 15px;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .loader-circle div { box-sizing: content-box; }
  .gridjs-tr:hover td{
    background-color:var(--gridjs-tr-hover-bg);
  }

.vehicle-modal.ui-dialog .ui-dialog-content{
  padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0px;
  }
.vehicle-modal.ui-dialog{
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom: 0px;
  border-radius: 0;
  overflow: hidden;
  border:1px solid #666 !important;
  border-top:0px !important;

}

.ui-dialog-title span{
  color:var(--stockdrop-orange) !important;
  font-weight: 800 !important;
}
.ui-dialog.vehicle-modal .ui-widget-overlay ui-front{
  opacity:0.7 !important;
  background:#222 !important;
}
.vehicle-modal.ui-dialog .ui-dialog-titlebar{
  border-radius: 0;
  border-top: 0px;
  font-family: Open Sans, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
#modal_close{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding-top: 5px;
  cursor: pointer;
  padding-bottom: 5px;
  padding-right: 5px;
}
#modal_content{
  position: fixed;
  top:30px;
  left: 0;
  width:100%;
  height:calc(100% - 30px);
  overflow-y: scroll;
}
#home_columns{
  position:fixed;
  top:80px;
  left:0px;
  width:100%;
  height: calc(100% - 80px);
  overflow: scroll;
}
.quickinfo_row{
  display:table-row;

}
.quickinfo_row div{
  display:table-cell;
  padding: 10px;
}


#page_home {
  
  min-height: 100vh;
  background-color: #f4f4f4;
  
}
#bottom_columns{
  position:absolute;
  bottom:20px;
  left:0;
  width:100%;
  display: flex;
  flex-direction: row;
  height:150px;
  
}

.gridjs-th, .gridjs-td {
  white-space: nowrap;
  width: auto;
}
.gridjs-td{
  cursor: pointer;
  text-transform: uppercase;
}
.add_invoice_box {
  background-color: #fff;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  text-align: center;
  margin-top: 20px;
  margin-left:10px;
  display:inline-block;
  flex-grow: 0;
  width:300px;
  min-width: 300px;
}

#drop-zone {
  border: 2px dashed #ccc;
  padding: 40px;
  background-color: #fafafa;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
#grid-holder{
  padding-top:10px;
  padding-left:10px;
  padding-right: 10px;
}
#drop-zone:hover {
  background-color: #f0f8ff;
  border-color: #ffcc00;
}

#file-input {
  display: block;
  margin: 10px auto;
  font-size: 16px;
}

.btn-yellow {
  background-color:var(--stockdrop-yellow);
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
#txtVIN{
  border:0px;
  padding-left: 10px;
  font-size: 16px;
  height:46px;
  text-transform: uppercase;
  width:100%;
}
#txtVIN::placeholder{
  text-transform: none;
}
#download-pdf{
  border-radius: 0px;
  position:absolute;
  top:0;
  right:0;
  height:46px;
  margin-top:0px;

}

#upload-btn:hover {
  background-color: #e6b800;
}
#upload-btn{
  opacity:0;
  width:0;
  height: 0;
}
#status {
  margin-top: 10px;
  color: green;
  font-weight: bold;
}

#quick_info {
  background-color: #eaeaea;
  border-radius: 8px;
  padding: 20px;
  margin: 20px;
  text-align: left;
  font-size: 16px;
  color: #333;
flex-grow:3;
height:100%;
  overflow: auto;
  max-height: 100%;
  height: 130px;
  max-height: 130px;
  box-sizing: border-box;
}

#quick_info span {
  font-weight: bold;
  color: #000;
}
.iframe-container {
  width: 800px;
  height: 400px;
  border: none;
  overflow: hidden;
  margin: 0 auto;
}
.gridjs-th {
  position: relative;
  padding: 0.5em;
  vertical-align: middle; /* Ensure vertical alignment */
}

.gridjs-sort {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust as needed for spacing */
  transform: translateY(-50%);
}
#modal{
  z-index: 1000;
  display: none;
  position:fixed;
  top:0px;
  left: 0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.5);
  
}
.vin-cell{
    cursor: pointer;
}
#modal.show{
  display:block;
}
#modal_pane{
  position:fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 height:calc(100% - 100px);
 width:915px;
  overflow-y:auto;


}
.gridjs-tr td{
  transition: all 0.3s ease-out;
}
#closebtn {
  width: 25px;
  height: 25px;
  background-color: red;
  border: 1px solid black;
}

.mdiv {
  height: 25px;
  width: 2px;
  margin-left: 12px;
  background-color: black;
  transform: rotate(45deg);
  z-index: 1;
}

.md {
  height: 25px;
  width: 2px;
  background-color: black;
  transform: rotate(90deg);
  Z-index: 2;
}
.grid_settings_column{
  display:inline-block;
  vertical-align: top;
}
#grid_settings_container{
/*  display: none;*/
} 
#admin_footer{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background-color:#eee;
  border-top:1px solid #ccc;
  height:30px;
  line-height:30px;
  padding-left:10px;
  font-size:12px;
  color:#666;
}
#header_filters{
  width:100%;
  height:40px;
  background-color:#eee;
  border-bottom:1px solid #ccc;
  position:fixed;
  top:60px;
  left:0;
  
}
#header_spacer{
flex-grow:1;
}
td.gridjs-notfound{
  line-height:3em;
  cursor:default;
}
.gridjs-container{
  overflow: unset !important;
}
.form-select:focus { 
  box-shadow:none !important;
  border-color:transparent !important;
  outline: none !important; }

  #main_content{
    margin-top: 0px;
    padding-top:0px;
    height: calc(100% - 100px);
    overflow: hidden;
  }
  #main_content.page_settings{
   padding-top: 0px;
  }
  .ui-widget-overlay {
background:#222 !important;
  }

  .ui-dialog.vehicle-modal .ui-dialog-titlebar{
    background-color:var(--stockdrop-black);
    height: 50px;
    line-height: 34px;
    color:#eee;
    font-weight: normal;
    border:0px !important;
    font-size: 19px !important;
    display: none;
  }
 
  .autotype-item .badge{
    color:#666;
  }
  /* Remove the default background and border from the close button */
.ui-dialog .ui-dialog-titlebar-close {
  border: none;             /* Removes border */
  background: transparent;  /* Removes background */
  outline: none;            /* Removes outline on focus if desired */
}

.ui-dialog .ui-dialog-titlebar-close {
  width:24px;
  height:24px;
  right: 3px;
  top: 7px; 
  margin:0px;
}
/* Override the default jQuery UI sprite for the close icon */
.ui-dialog .ui-dialog-titlebar-close .ui-icon.ui-icon-close {
  background: url(/img/icons/icon_close.png) !important;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 18px;
    /* content: "×"; */
    /* font-family: sans-serif; */
    display: inline-block;
    /* line-height: 1; */
    background-size: 24px 24px !important;
    /* z-index: 4; */
    background-position: center center !important;
    margin-left: -17px !important;
    margin-top: -11px !important;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon-only .ui-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -8px;
  margin-left: -8px;
}
/* If you want a hover effect, e.g., slightly darken the background: */
.ui-dialog .ui-dialog-titlebar-close{
  background:transparent !important;
  border:0px !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
 
  cursor: pointer;
}
#btnGetHelp{
  background-color: #f31111;
  border: 0px;
  color: #fff;
  border-radius: 6px;
  line-height: 44px;
  margin-right: 25px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
#dealership-filter{
  min-width:150px;
  display:inline-block;
  width:auto;
  margin-left:15px;

}
#salesperson-filter{
  width:auto;
  min-width:150px;
  display:inline-block;
}
#dealership-filter.single-option, #salesperson-filter.single-option{
  border: 0px;
  background: transparent;
  padding-right:0px;
  height:39px;
  user-select: none;
  pointer-events: none; /* Prevent interaction with the select */
  }
  /*************************************
 * 7) HELP MODAL STYLES
 *************************************/

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050; /* Ensure it's above other content */
}

.modal-content {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  width: 400px;
  max-width: 90%;
  position: relative;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close-button:hover {
  color: #333;
}

#helpModal h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

#helpForm label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

#helpForm select,
#helpForm textarea, #helpForm input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}

#helpForm textarea {
  resize: vertical;
  min-height: 80px;
}

#helpModal .modal-content{
  background-color: #e0e0e0;
  height: auto;
}
#helpForm select:focus,
#helpForm textarea:focus {
  border-color: var(--color-highlight-input);
  outline: none;
  box-shadow: 0 0 0 2px rgba(146, 207, 239, 0.3);
}

#helpForm button {
  width: 100%;
  padding: 10px 15px;
  background-color: #0a84ff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

#helpForm button:hover {
  background-color: #006edc;
}
#screen_importing{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1050;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1050; /* Ensure it's above other content */
  color: #fff;
  flex-direction: column;
}


#screen_importing_headline{
  font-size: 36px;
}
#screen_importing_bar{
  width: 300px;
  height:20px;
  margin-bottom: 10px;
  margin-top: 10px;
  border:2px solid #fff;
}
#screen_importing_bar_fill{
  height:100%;
  background-color: #fff;
  width:0%;
  transition: all 3.5s ease-in-out;
}

.type-size-large table.gridjs-table{
  font-size:16px !important;
}
.import-vin-button button, .import-vin-button button:hover, .import-vin-button button:focus{
  background-color: var(--stockdrop-yellow) !important;
  color: #000 !important;
  font-family: Open Sans, sans-serif !important;
font-weight:600;
border-radius:6px !important;
}

.stamp-link span{
  font-size: 20px;
}

/* =============================
   Grid.js Full-Height Support
   ============================= */
#grid-wrapper .gridjs {
  width:100%;
}

#grid-wrapper .gridjs-container{
  flex:1 1 auto;
  width:100%;
}

#grid-wrapper .gridjs-wrapper{
  flex:1 1 auto;
  height: calc(100% - 110px) !important;
}

#grid-wrapper .gridjs-footer{
  flex-shrink:0;
}
th.gridjs-th{
  color:#000 !important;
  border-right:0px !important;
  border-left:0px !important;
  font-weight:800;
  font-size:14px;
  font-family:Poppins, sans-serif;
  background-color:#E8ECEF !important;
  padding-top:0.75em !important;
  padding-bottom:0.75em !important;
}
td.gridjs-td{
  border-left:0px !important;
  border-right:0px !important;
  padding-top: .75em !important;
    padding-bottom: .75em !important;
}
#autotype_spinner{
  text-align: center;
}
#autotype_spinner img{
  width: 100px;
  height: 100px;
}
#add_vin_modal{
  position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
display: none;
}
#add_vin_modal.show{
  display: block;
}
#add_vin_modal_content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#btnCloseAddVin{
  background: transparent;
border: 0;
color: #fff;
font-size: 48px !important;
}
#btnCloseAddVin span.material-icons{
  font-size: 48px !important;
}
#btnAddVin{
background-color: var(--sidebar-active-color);
color: #fff;
border: 0px;
border-radius: 6px;
padding-top: 0.5em;
padding-bottom: 0.5em;
width: 110px;
position: absolute;
top: 20px;
left: 212px;
}
#vin_filter_container{
  display:inline-block;
  margin-left:30px;
    align-items: center;
  position: relative;
}
#vin_filter_container span.material-icons{
  font-size: 24px;
  color: #565656;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  z-index: 2;
}
#vehicle_list_header{
height: 60px;
align-items: center;
justify-self: left;
display: flex;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
margin-bottom: 20px;
width: 100%;
}
#btnImportVin{
  padding: 8px 16px;
  background-color: var(--button-background);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s;
  margin-left: 10px;
    display: inline-block;
    height: 45px;
    vertical-align: top;
}
#txtVINFilter{
  outline:none !important;
  height: 45px;
  padding: 8px 12px;
  padding-left: 35px;
  text-transform: uppercase;
  position: relative;
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 20px;
}
#txtVINFilter:focus{
  border-color: var(--sidebar-button-hover-border) !important;
}
#txtVINFilter::placeholder{
  text-transform: none;
  font-size: 18px;
}




    td.gridjs-notfound{
      text-transform: none !important;
    }
    th.gridjs-th .gridjs-th-content{
      background-color:var(--gridjs-th-bg) !important;
    }
    #autotype_runs_table td{
      text-transform: none !important;

    }
    #sidebar_status_vin{
      position:relative;
      padding-top:10px;
      padding-bottom:10px;
      background-color:var(--status-bar-bg);
      border:1px solid var(--status-bar-border);
      border-radius: 6px;
      color:var(--status-text-color);
      margin-bottom:10px;
              
  }
  #sidebar_status_close{
      position:absolute;
      left:13px;
      top:10px;
      cursor:pointer;
      color:#fff;
      font-size:22px;
      line-height:25px;
  }
  #sidebar_status_vin_text{
      text-align:left;
      padding-left: 48px;
      font-family: Poppins, sans-serif;
      cursor:default;
  }
  #sidebar_status_bar{
    user-select: none;
    cursor: default;
      margin-bottom:10px;
      width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--status-bar-bg);
  border:1px solid var(--status-bar-border);
  border-radius: 6px;
  color:#fff;
  font-family:Poppins, sans-serif;
  }
  .sidebar_button:hover{
      background-color:var(--sidebar-button-hover-bg);
      border:1px solid var(--sidebar-button-hover-border);
      color:var(--sidebar-button-hover-color);
  }
  .sidebar_button.active{
      background-color:var(--sidebar-active-color);
  }
  .sidebar_button.disabled{
    opacity: 0.5;
    cursor: not-allowed;
  }
  #sidebar_header{
      text-align:center;
  }
  #sidebar_header_logo{
      width:150px;
      margin-top:10px;
  }
  #sidebar_steps{
      margin-left:0px;
      margin-right:0px;
      margin-top:20px;
  }
  #sidebar {
      width:250px;
      height:100%;
      position:fixed;
      top:0;
      left:0;
      background-color: #f0f0f0;
      padding: 10px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      background-color:var(--sidebar-bgcolor);
      color:var(--sidebar-color);
  }
  #header{
      display:none !important;
  
  }
  .vehicle-modal.ui-dialog{
      background-color:var(--modal-background-color) !important;
  }
  #modal_header{
      background-color:transparent !important;
      background:transparent !important;
      padding-bottom: 10px !important;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
  }
  .step_caption{
      display:none !important;
  }
  
  #modal_header_logo{
      display:none !important;
  }
  #header_filters{
      display:none !important;
  }
  #steps_content{
      margin-left:0px !important;
  }
  #main_content{
      position:absolute;
      left:250px;
      top:0;
      width:calc(100% - 250px);
      height:100%;
  }
  /* Global toast overlay (positioned to match main content area) */
  #toast_overlay{
    position: fixed;
    top: 0;
    left: 250px; /* match sidebar width */
    width: calc(100% - 250px);
    height: 100%;
    background: rgba(255,255,255,0);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: background 200ms ease;
    z-index: 1100;
  }
  #toast_overlay.show{ background: rgba(255,255,255,0.9); pointer-events:auto; }
  #toast_overlay .toast-card{
    background:#fff;
    border-radius:12px;
    box-shadow:0 12px 32px rgba(0,0,0,0.15);
    padding:16px 20px;
    display:flex;
    flex-direction: column;
    align-items:stretch;
    gap:12px;
    transform:translateY(8px) scale(0.98);
    opacity:0;
    transition:transform 220ms cubic-bezier(.2,.8,.2,1), opacity 200ms ease;
  }
  #toast_overlay.show .toast-card{ transform:translateY(0) scale(1); opacity:1; }
  #toast_overlay .toast-main{ display:flex; align-items:center; gap:12px; }
  #toast_overlay .toast-icon{ width:32px; height:32px; border-radius:50%; display:grid; place-items:center; }
  #toast_overlay .toast-card.success .toast-icon{ background:#e9f9ef; color:#16a34a; }
  #toast_overlay .toast-card.error .toast-icon{ background:#fdecec; color:#dc2626; }
  #toast_overlay .toast-message{ font-weight:600; color:#111827; }
  #toast_overlay .icon-success, #toast_overlay .icon-error{ width:18px; height:18px; display:none; fill:currentColor; }
  #toast_overlay .toast-card.success .icon-success{ display:block; }
  #toast_overlay .toast-card.error .icon-error{ display:block; }
  #toast_overlay .toast-action{
    align-self:center;
    background: #0a84ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 14px;
    font-weight: 600;
    cursor: pointer;
    transition: filter 120ms ease;
  }
  #toast_overlay .toast-card.error .toast-action{ background:#dc2626; }
  #toast_overlay .toast-action:hover{ filter: brightness(0.95); }
  .main_step_header{
      font-size:25px;
      font-weight:bold;
      display:inline-block;
      margin-left:23px;
      color:var(--friend-text);
  }
  #sidebar_footer{
      position:absolute;
      bottom:0;
      left:0;
      width:100%;
      padding-left:10px;
      padding-right: 10px;
  }
  .sidebar_button{
    transition: all 0.3s ease-out;
      border:0px;
      position: relative;
      border-radius:5px;
      background-color:transparent;
      color:#fff;
      display:block;
      width:100%;
      padding:10px;
      text-align:left;
      border-radius:5px;
      background-color:var(--primary-color);
      margin-bottom:10px;
      font-size:15px;
      padding-left:50px;
      border:1px solid transparent;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      outline:none !important;
  }
  .sidebar_button .material-icons{
      color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(-0, -50%);
  font-size:22px;
  }
  .sidebar_button_text{
      display:inline-block;
      font-weight:normal;
      font-family:Poppins, sans-serif;
      
  }
  .sidebar_button_text.active{
      color:var(--primary-color);
  }

    /* Style for import button next to filter */



/* Style for import button in table */
.import-vin-btn-table {
  padding: 12px 24px;
  background-color: var(--button-background);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
  margin: 20px;
}

.import-vin-btn-table:hover {
  background-color: #45a049;
}

/* Ensure the filter container can accommodate the button */



.ui-autocomplete {
  max-height: 250px; /* Example: Limit dropdown height */
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
  border-top: 0px !important;
  border-radius: 0px 0px 6px 6px;
  box-sizing: border-box;
  position: absolute;
}

.ui-menu-item {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

/* Style based on active/archived status */
.ui-menu-item.active-vehicle {
  /* Styles for active vehicles, e.g., normal font weight */
}

.ui-menu-item.archived-vehicle {
  opacity: 0.7; /* Example: Make archived slightly faded */
  font-style: italic; /* Example: Italicize archived */
}

.ui-menu-item.archived-vehicle .details {
  color: #666; /* Example: Different color for archived details */
}

/* Style the custom spans */
.ui-menu-item .vin {
  font-weight: bold;
  margin-right: 5px;
}

.ui-menu-item .details {
  font-size: 0.9em;
  color: #333;
}
.active-vehicle.ui-menu-item:hover{
background: #eee;

color: #333;
}
/* Style the hover/active state */
.ui-menu-item-wrapper.ui-state-active {
background:transparent;
color:inherit;
border-color:transparent;
}

/* Style the Import button if needed */
.ui-autocomplete .import-vin-button button {
  width: 100%; /* Ensure button takes full width */
  text-align: center;
}

/* Remove bottom border from input container when autocomplete is open */
#fetch_text_box.autocomplete-open {
/* Optional: Adjust border-radius if needed to match the dropdown */
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

/* Ensure the input container also uses border-box */
#fetch_text_box {
box-sizing: border-box;
}
.import-vin-button button{
background-color: var(--stockdrop-yellow);
border:0px;
}
#btn_settings_back{
  position: absolute;
    bottom: 0;
    width:229px;
}
.button_medium{
  background-color: var(--button-background);
  color: var(--button-text);
  border:0px;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.vd_block_closebtn{
  margin-bottom: 5px;
}
input[type="text"]{
  transition: all 0.3s ease-out;
}
.sidebar-tooltip{
  position:fixed;
  background-color: rgba(0,0,0,0.85);
  color:#fff;
  padding:6px 10px;
  border-radius:4px;
  font-size:13px;
  pointer-events:none;
  z-index:2000;
  white-space:nowrap;
}
#autotype_runs_table td{
  cursor:default !important;
}