body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Open Sans", sans-serif !important;
}

footer .row,
form .row {
  margin-bottom: 0px;
}

@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed|Barlow+Semi+Condensed|Barlow:700|Open+Sans:300,400,600,700");

@font-face {
  font-family: "Number Plates";
  src: url("../fonts/numberplate.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6,
.info-heading,
.brand-logo {
  font-family: "Open Sans", sans-serif;
}

h5 {
  line-height: 1.5;
}

.select-wrapper {
  /*  height: 73px !important; */
  padding-bottom: 0px;
}

/* .select-parent {
  margin-bottom: -8px;
} */

.input-field .mdi.prefix {
  font-size: 35px;
  margin-top: -10px;
}

.justify {
  text-align: justify;
}

.hrs-line {
  font-size: 12px;
  line-height: 0.5;
}

.collapsible-header,
.collapsible-body {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
}

p,
span {
  font-family: "Open Sans", sans-serif;
}

.info-heading {
  font-size: 15px;
}

.svg-color {
  fill: red;
}

.slider a {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.slider-img {
  padding: 0px;
  margin: 0px;
}

.brand-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.slides {
  filter: grayscale(20%);
}

.filter-teal {
  filter: brightness(0) saturate(100%) invert(49%) sepia(77%) saturate(402%)
    hue-rotate(125deg) brightness(96%) contrast(88%);
}

.filter-login-logo {
  filter: brightness(0) saturate(100%) invert(92%) sepia(0%) saturate(464%)
    hue-rotate(328deg) brightness(94%) contrast(90%);
}

tr,
td,
th {
  padding: 2px;
}

.brand-logo {
  position: relative !important;
}

main {
  flex: 1 0 auto;
}

.vauxhall-picker__box {
  background-color: #6d4e7a;
}

.border {
  border: 1px solid grey;
}

.main-header {
  position: fixed !important;
  top: 0 !important;
  z-index: 9999 !important;
}

.content {
  max-width: 1050px;
  min-width: 375px;
  margin: auto;
  margin-top: 80px;
  min-height: 150px;
}

body.layout-full {
  min-width: 1500px !important;
  color: grey;
}

.table-heading-row {
  padding-left: 1.8vw !important;
  padding-right: 1.8vw !important;
}

.heading-cell {
  width: 16.66%;
  margin-bottom: 0px;
  text-align: center;
}

.table-cell {
  width: 16.66%;
  text-align: center;
}

.dfrep-card {
  margin: auto;
  width: auto;
}

#tableheader.floating {
  position: fixed;
  top: 3.5vw;
  width: 63.4vw;
  z-index: 99999 !important;
}

.bold {
  font-weight: 720;
}

.reg {
  margin-top: -6px;
  line-height: 18px !important;
  height: 20px !important;
  padding: 0 7px !important;
  font-weight: bold;
  border: 1px solid rgba(115, 115, 115, 0.4);
  font-size: 15px;
  font-family: "Number Plates";
}

.select-wrapper label.invalid {
  margin-top: 62px;
  margin-left: -11px;
  color: #f44336;
}

.select-wrapper .caret {
  margin-top: 15px !important;
}

/* .dropdown-content li {
    clear: both;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    min-height: 25px;
    height: 25px;
    line-height: 1rem;
    width: 100%;
    text-align: left;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 14px;
    color: #880e4f;
    display: block;
    line-height: 20px;
    padding: 5px 5px;
} */

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
   position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #222222;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 1005;
}
#gdpr-cookie-message h4 {
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #D50000;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #D50000;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: green;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #D50000;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #D50000;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

.hide-select, #formTime {
  display: none !important;
}

.loader {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: block;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid #FFF;
  animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
  0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
  25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
  50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
  100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}