/*
 * Filename: e:\Web Projects\resources.hnhsurvey.com\css\internalstyles.css
 * Path: e:\Web Projects\resources.hnhsurvey.com
 * Created Date: Thursday, August 18th 2022, 10:45:21 am
 * Author: Nathan White
 * 
 * Copyright (c) 2022 Exacta Land Surveying
 */

.autocad-command {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  padding: 0.125rem 0.25rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
}

select.form-select-dark {
  background: var(--bs-secondary); 
  color: var(--bs-white);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
  background-size: 16px 12px;
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
}