:root {
  --acker-primary-color: #801747;
  --acker-primary-color-rgb: rgb(128, 23, 71);

  --acker-black-color: #212121;
  --acker-black-color-rgb: rgb(33, 33, 33);

  --acker-pink-color: #fae7e9;
  --acker-pink-color-rgb: rgb(250, 231, 233);

  --acker-yellow-color: #ffefb1;
  --acker-yellow-color-rgb: rgb(255, 239, 177);
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: 13px;
  min-width: 300px;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
.acker-link {
  color: var(--acker-primary-color);
  cursor: pointer;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.base-header {
  font-size: 16px;
  text-transform: uppercase;
}

form label {
  cursor: default;
}

input,
textarea {
  font-size: 13px;
  color: #000;
  text-transform: none;
  font-style: normal;
  outline: none;
  box-shadow: none !important;
  line-height: normal;
  border-radius: 3px;
}

input[placeholder] {
  padding-left: 10px;
}

textarea[placeholder] {
  padding: 15px;
}

input[type='radio'] {
  cursor: pointer;
}

input[type='checkbox'] {
  margin: 0;
  line-height: normal;
  cursor: pointer;
  width: 17px;
  height: 17px;
}

select:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 0;
  outline-offset: 0;
}

.input-append [class^='icon-'],
.input-append [class*=' icon-'] {
  position: relative;
  left: -40px;
  cursor: text;
  top: -1px;
  z-index: 2;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #555;
  border-color: #ccc;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #ccc;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

input[type='text']:disabled,
input[type='password']:disabled,
input:disabled,
textarea:disabled {
  opacity: 0.5;
}

button[disabled] {
  opacity: 0.5;
  box-shadow: none;
  /* pointer-events: none; */
  cursor: not-allowed;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline-block;
}

input[type='checkbox'] {
  margin-top: 2px;
}

@media (min-width: 1024px) {
  body {
    min-width: 960px;
  }
}

.site-wrapper {
  background-color: #f5f5f5;
}

/* Override footer styles */

#wrapper {
  height: auto;
  min-height: 100vh;
  position: relative;
}

#push {
  height: 230px;
}

@media (max-width: 767px) {
  body {
    padding: 0;
  }
}

/*!
* Copyright (C) 2016 Sergey Akopkokhyants
* This project is licensed under the terms of the MIT license.
* https://github.com/akserg/ng2-slim-loading-bar
*/

/* Styling for the Slim Loading Progress Bar container */

.slim-loading-bar {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

/* Styling for the Slim Loading Progress Bar itself */

.slim-loading-bar-progress {
  margin: 0;
  padding: 0;
  z-index: 99998;
  background-color: green;
  color: green;
  box-shadow: 0 0 10px 0; /* Inherits the font color */
  height: 2px;
  opacity: 0;
  /* Add CSS3 styles for transition smoothing */
  transition: all 0.5s ease-in-out;
}

.btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-shadow: none;
  font-size: 1.1em;
  font-weight: 300;
  padding: 1rem 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* OPEN TOK OVERWRITE */

.OT_widget-container,
.OT_video-poster {
  background: transparent !important;
}

.ngx-spinner {
  display: none !important;
}

div.auctionCard {
  margin-top: 50px;
  margin-bottom: 0;
}

div.browseComponentHeader,
div.liveAuctionComponentHeader {
  color: white;
  background-color: var(--acker-black-color) !important;
  min-height: 60px !important;
  justify-content: center !important;
}

div.browseComponentHeader h1,
div.liveAuctionComponentHeader h1 {
  font-size: 24px !important;
  line-height: 28px !important;
}

div.browseComponentSubHeader h2,
div.liveAuctionComponentSubHeader h2 {
  font-size: 16px !important;
}

div.searchBar-iconWrap label {
  font-size: 18px !important;
  margin-bottom: 0 !important;
}

div.liveBidding-headerGroup h2 {
  text-transform: uppercase;
}

div.liveBidding-biddingAreaActionText p {
  font-size: 13px;
}

h2.liveBidding-bidPrice {
  line-height: 24px;
}

#devTools {
  background-color: grey;
  text-align: center;
  padding: 10px;
  color: white;
}

#devTools a {
  margin: 0 10px 0 10px;
  font-weight: bold;
  color: white;
}
