main {
  margin-top: 80px;
}
.bg-primary {
  background-color: #BA9642 !important;
}
.btn-primary {
  background-color: #BA9642;
  border-color: #BA9642;
}
.btn-primary:hover {
  background-color: #947835;
  border-color: #947835;
}
.btn-outline-primary {
  color: #BA9642;
  border-color: #BA9642;
}
.btn-outline-primary:hover {
  background-color: #947835;
  border-color: #947835;
}
a {
  color: #BA9642;
  text-decoration: none;
}
a:hover {
  color: #947835;
}
.violator {
  background-color: #BA9642;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.8);
  height: 80px;
  left: -20px;
  position: absolute;
  top: -20px;
  width: 100px;
  aspect-ratio: 1;
  clip-path: polygon(100% 50%, 91.75% 60.29%, 94.27% 73.24%, 82.19% 78.51%, 78.4% 91.15%, 65.25% 90.21%, 56.03% 99.64%, 44.82% 92.69%, 32.27% 96.75%, 25.57% 85.39%, 12.57% 83.16%, 11.93% 69.98%, 1.45% 61.97%, 7% 50%, 1.45% 38.03%, 11.93% 30.02%, 12.57% 16.84%, 25.57% 14.61%, 32.27% 3.25%, 44.82% 7.31%, 56.03% 0.36%, 65.25% 9.79%, 78.4% 8.85%, 82.19% 21.49%, 94.27% 26.76%, 91.75% 39.71%);
}
.violator span {
  color: white;
  font-family: sans-serif;
  font-size: 0.7em;
  left: 21px;
  top: 33px;
  position: absolute;
  width: 60px;
}
.dealer-owned-banner:after {
  content: 'Dealer Owned!';
  background-color: #BA9642;
  height: 40px;
  top: 15px;
  left: -30px;
  position: absolute;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: sans-serif;
  font-size: 18px;
  text-align: center;
  transform: rotate(-30deg);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.starburst {
  width: 200px;
  /* adjust to control the size */
}
.border-primary {
  border-color: #BA9642 !important;
}
.text-primary {
  color: #BA9642 !important;
}
.btn-link {
  color: #BA9642;
}
.btn-link:hover {
  color: #947835;
}
.page-item.active .page-link {
  background-color: #BA9642;
  border-color: #BA9642;
}
.page-item.active .page-link:hover {
  color: #947835;
}
.page-link {
  color: #BA9642;
}
.page-link:hover {
  color: #947835;
}
.navbar .svg-inline--fa {
  font-size: 1.6em;
}
.navbar .notifications {
  width: 400px;
}
.navbar .notifications li {
  padding: 0 12px 10px 12px;
  margin: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navbar .notifications li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.nav-tabs .nav-link {
  background-color: #eee;
  border-color: #dee2e6 #dee2e6 #fff;
  font-size: 14px;
}
.tab-content {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}
.form-group.has-error .help-block {
  color: #dc3545;
  font-size: 0.8em;
}
.alert ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.planes-list .plane {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid grey;
  padding: 12px 0;
}
.planes-list .plane:nth-child(even) {
  background: #eee;
}
.planes-list .plane .index-image {
  position: relative;
  margin-right: 12px;
  width: 150px;
}
.planes-list .plane .index-image .photo-counter {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 14px;
}
.planes-list .plane .middle {
  flex: 1;
  display: flex;
}
.planes-list .plane .middle .plane-info {
  margin-right: 12px;
  width: 50%;
}
.planes-list .plane .middle .plane-info p {
  margin: 0;
  padding: 0;
}
.planes-list .plane .middle .plane-specs {
  margin-right: 12px;
  width: 50%;
}
.planes-list .plane .middle .plane-specs .form-group {
  margin-bottom: 0;
}
.planes-list .plane .middle .plane-specs .form-group label {
  text-align: right;
}
.planes-list .plane .actions {
  width: 140px;
  text-align: right;
  padding-right: 12px;
}
.planes-list .plane .actions .days-on-market {
  font-size: 0.8em;
  margin-top: 20px;
}
.photo {
  padding: 14px 0;
  border-top: 1px solid #007bff;
}
.photo img {
  max-width: 100%;
  height: auto;
}
.photo .form-group {
  margin-bottom: 0.4em;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6px;
  position: relative;
}
.photo-grid .grid-photo {
  width: 100%;
  padding: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.photo-grid .grid-photo.exterior:after {
  content: '\f005';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  top: 5px;
  right: 5px;
  color: gold;
}
.photo-grid .grid-photo.interior:after {
  content: '\f005';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  top: 5px;
  right: 5px;
  color: gold;
}
.photo-grid .grid-photo.order {
  width: auto;
  height: auto;
  padding: 0;
}
.order-grid {
  display: flex;
  flex-wrap: wrap;
}
.order-grid .order-photo {
  margin: 4px;
  cursor: move;
  width: 200px;
  height: 133px;
}
.order-grid .order-photo > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.report-table .actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.report-table .actions img {
  cursor: pointer;
  width: auto;
  height: 24px;
}
#photos .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#photos .photos div {
  margin: 8px;
}
.posts .post {
  margin-top: 20px;
  border-top: 1px solid black;
  padding-top: 20px;
}
.post-search_result {
  border-top: 1px solid grey;
  padding-top: 8px;
}
.post-search_result em {
  font-style: normal;
  background: rgba(186, 150, 66, 0.7);
  padding: 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-menu {
  background-color: white;
  width: 100%;
  max-height: 204px;
  overflow-y: auto;
  border-left: 1px solid #BA9642;
  border-bottom: 1px solid #BA9642;
  border-right: 1px solid #BA9642;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
  border-bottom: 1px solid #BA9642;
  padding: 12px;
  cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
  color: white;
  background-color: #BA9642;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:last-child {
  border-bottom: none !important;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion.tt-cursor {
  color: white;
  background-color: #BA9642;
}
.twitter-typeahead .tt-hint {
  display: none;
}
.verified::after {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: -16px;
  top: 5px;
  font-size: 15px;
  color: #00c107;
}
.verified > .tt-input {
  border-color: #00c107;
}
.unverified::after {
  content: '\f057';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: -25px;
  top: 5px;
  font-size: 15px;
  color: red;
}
.unverified > .tt-input {
  border-color: red;
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.expand-directive {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url(../img/chevron-down.png);
  display: block;
}
.expand-directive.active {
  background-image: url(../img/chevron-up.png);
}
.analytics-additional-info {
  border-top: none !important;
}
.analytics-additional-info .chart-box h4 {
  font-size: 20px;
  font-weight: normal;
}
.analytics-additional-info .chart-box.country-chart .chart {
  width: 300px;
  height: 300px;
}
.analytics-additional-info .chart-box.time-chart .chart {
  width: 600px;
  height: 300px;
}
.dashboard-plane {
  border-top: 1px solid #dee2e6;
  margin-bottom: 0.25rem;
  padding-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-plane .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 60px;
  margin-right: 0.5rem;
}
.dashboard-plane .details {
  flex: 1;
}
/*# sourceMappingURL=app.css.map */