@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");

* {
  margin: 0;
}

.fixed-header {
  background-color: var(--main-color);
}
.invisible {
  display: none;
}
.selected-vehicle {
  z-index: 101;
}
.scroll-lock {
  overflow: hidden;
  height: 100%;
  padding-right: 1rem;
}
.vehicle-menu-wrapped {
  background-color: black;
  transition: background-color 500ms linear;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 98;
  opacity: 0.5;
}
.ele-sub-text {
  font-size: 12px;
  padding-top: 1rem;
  line-height: 0rem;
}
.ele-main-text {
  padding: 0.5rem 0rem;
  line-height: 1.4rem;
}

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
}

.inner-wrapper {
  padding: 0 1rem;
}

.vehicle-text {
  user-select: none;
  font-size: 14px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  font-weight: 300;
}

.selected {
  color: white;
}

.styler {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--main-color-select);
}
.styler:hover {
  color: white;
}
.invisible {
  display: none !important;
}

.submodel {
  font-size: 0.7rem;
  line-height: 0;
  padding-bottom: 1rem;
}


.header-container-top {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1rem;
  text-align: left;
}

.remove-car {
  display: flex;
  scale: 0.9;
  align-items: center;
  filter: invert(1);
  margin-right: 0.5rem;
}

.info-car {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.selected-info-car > img {
  cursor: pointer;
}

.info-car > img {
  max-height: 1.2rem;
}

.car-name-dropdown {
  width: 100%;
}

.header-container-top {
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
}

.header-container-middle {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1rem;
  text-align: left;
}

.header-container-middle {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
}

.header-container-middle > input {
  margin-right: 0.5rem;
  margin-left: 0.2rem;
}

.flag {
  padding-top: 0.25rem;
  height: 1rem;
  margin-right: 0.25rem;
}

.info-bar {
  height: 2rem;
  margin-top: -1rem;
  text-align: center;
  text-align: center;
}

.label {
  margin-right: 1.95rem;
  position: relative;
}

.label:hover {
  cursor: pointer;
  text-decoration: underline;
}

.flag:hover {
  cursor: pointer;
}

.label-small:hover {
  cursor: pointer;
  text-decoration: underline;
}

.label-small {
  margin-right: 1.95rem;
  position: relative;
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 300;
}

.lang > .label-small {
  padding-top: 0.25rem;
}

.sign > .label-small {
  padding-top: 0.25rem;
}

.label-small::after {
  border: 1px solid #fff;
  content: "";
  height: 2.25rem;
  opacity: 0.1;
  position: absolute;
  right: -1.063rem;
  top: -0.438rem;
}

.label-wrapper .label {
  margin-right: 1.95rem;
  position: relative;
  padding-right: 1.25rem;
}

.vehicle-img {
  text-align: right;
  padding-right: 0.375rem;
  width: 1.9rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.plus-img {
  user-select: none;
  padding-left: 0.625em;
  width: 2.188rem;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.sticky.fixed-header {
  border-bottom: 6px solid var(--secondary-color);
}

.hamburger-menu {
  display: none;
  width: 1.2rem;
  margin-right: 1rem;
  position: relative;
  cursor: pointer;
}

.wrap-search-bar {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
}

.global-search-button {
  background: transparent;
  border: 0;
  color: #878786;
  font-size: 1.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 10px;
  width: 1.875rem;
}

.global-search-button:hover {
  cursor: pointer;
}

.sticky .global-search-button {
  top: 0;
}

.global-search-bar {
  margin-top: 0.625rem;
  margin-left: 0.825rem;
  border: 1px solid #565656;
  border-radius: 0.25rem;
  border-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #474747;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 98.5%;
  padding: 0.625rem 0.375rem;
}

.global-search-bar::placeholder {
  color: #cdc1c1;
}

.selected-vehicle {
  display: flex;
  align-items: center;
  height: 3.625rem;
  line-height: 2.5rem;
  background-color: var(--main-color-select);
  border: 1px solid var(--main-color);
  border-radius: 0.5rem;
  position: relative;
}

.header-container-top-left {
  display: flex;
}

.sub-text {
  margin-top: -0.25rem;
  text-align: left;
  color: white;
  left: auto;
  padding-left: 0;
  font-size: 10px;
  font-weight: 300;
}

.bar {
  height: 0.125rem;
  width: 1.125rem;
  background-color: white;
  margin-top: 0.438rem;
}

.lang {
  display: flex;
}

.loc {
  display: flex;
}

.loc:hover {
  cursor: pointer;
}

.sign {
  display: flex;
}

.sign:hover {
  cursor: pointer;
}

.cart {
  filter: invert(1);
}

.cart:hover {
  cursor: pointer;
}

.cart > img {
  height: 20px;
  width: auto;
}

.loc > img {
  margin-right: 0.25rem;
  height: 20px;
  width: auto;
  filter: invert(1);
}

.sign > img {
  margin-right: 0.25rem;
  height: 20px;
  width: auto;
  filter: invert(1);
}

.label-wrapper {
  position: relative;
}

.select-vehicle-wrapper {
  margin-top: 0.625rem;
  margin-left: 2.25rem;
  border-radius: 0.188rem;
  color: #fff;
  width: 36%;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.5rem;
  text-align: left;
}

.selected-vehicle:hover {
  background-color: var(--main-color-select-hover);
}

.vehicle-inner-wrapper {
  width: 100%;
  height: 3.625rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.vehicle-inner-wrapper.selected {
  width: 95%;
}


.header-container-top-right {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.header-container-top-right-top {
  margin-top: 1.25rem;
  margin-left: 10rem;
  display: flex;
  flex-direction: row;
}

.header-container-top-right-bottom {
  display: flex;
  flex-direction: row;
}

.header-container-bottom {
  padding: 1rem 0;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
}

.shift-right {
  position: relative;
  margin-left: auto;
  margin-right: -1rem;
  display: flex;
}

.shift-right-icons {
  position: relative;
  margin-left: auto;
  margin-right: 0rem;
  display: flex;
}

.header-container-bottom {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1rem;
  text-align: left;
}

.header-container-bottom .label > a {
  cursor: pointer;
  padding: 0 0.5rem 0 0;
  text-transform: uppercase;
}

.header-container-bottom .label > a:after {
  border: 0.125rem solid #fff;
  border-right: transparent;
  border-top: transparent;
  content: " ";
  height: 0.4rem;
  position: absolute;
  right: 0;
  top: 0.125rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.4rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.yellow-header {
  background-color: var(--secondary-color);
  margin-bottom: 1rem;
}

.feature-container {
  display: flex;
  max-width: 1280px;
  margin: auto;
  justify-content: space-evenly;
  height: 4rem;
}

.feature-container > a {
  color: #131313;
  text-decoration: none;
}

.feature {
  filter: grayscale(1);
  display: flex;
  align-items: center;
  height: 100%;
}

.feature-image {
  filter: invert(1);
  width: 40px;
  margin-right: 1rem;
}

.feature-title {
  color: white;
  font-family: Lato;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
}

.feature-body {
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: white;
  font-size: 16px;
  margin: 0;
}

.logo {
  margin-top: 45px;
  height: 75px;
}

.sticky .header-container-middle {
  display: none;
}

.sticky .header-container-top-left {
  margin-top: 0.625rem;
}

.sticky .logo {
  margin-top: 0px;
  height: 40px;
}

.sticky .label {
  display: none;
}

.sticky .hamburger-menu {
  display: block;
}

.sticky .header-container-top-right-top {
  margin-top: 0;
  margin-left: 0;
  display: flex;
  flex-direction: row;
}

.sticky .header-container-bottom {
  padding: 0;
}

.sticky .select-vehicle-wrapper {
  margin-top: 0;
  margin-left: 1rem;
  width: 30%;
}

.sticky .global-search-bar {
  margin-top: 0;
}

.sticky .lang {
  display: none;
}

.sticky .sign {
  display: none;
}

.sticky .yellow-header {
  display: none;
}

.sticky ~ .page-wrapper {
  margin-top: 8rem;
}

.sticky .shift-right-icons {
  margin-right: -1rem;
}

.sticky .global-search-button {
  right: 20%;
}

.sticky .global-search-bar {
  width: 80%;
}

.sticky .info-bar {
  height: 0;
}

.sticky .loc {
  margin-top: 2.125rem;
}

.sticky .cart {
  margin-top: 2.125rem;
}

.space {
  height: 100rem;
}

.identified-car {
  text-decoration: underline;
  padding: 0rem 0.5rem;
  font-weight: 800; 
}

.vehicle-options {
  top:58px;
  position: absolute;
  width: 100%;
  display: none;
  background: var(--main-color-select);
  z-index: 100;
}

#skipPartial {
  margin-left: 1rem;
}

.vehicle-type {
  background-color: var(--main-color-select);
  padding-left: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vehicle-type:hover {
  background-color: var(--main-color-select-hover);
}
.vehicle-option.go-back:hover {
  background-color: var(--main-color-select-hover);
}
.vehicle-type > img {
  user-select: none;
  scale: 1.4;
  margin-right: 1.2rem;
  filter: brightness(0) saturate(100%) invert(1);
}
.vehicle-option {
  border-top: 1px solid #c1c1c1;
  background-color: white;
  color: var(--main-color-select);
  padding-left: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vehicle-option:hover {
  background-color: #efefef;
  cursor: pointer;
}
.editable:hover {
  background-color: #efefef;
  cursor: pointer;
}
.info-prompt {
  text-align: center;
  background-color: var(--main-color-select);
  color: white;
  border: 1px solid #061639;
}
.go-back.menu-inactive:hover {
  background-color: #c1c1c1;
  cursor: pointer;
}
.vehicle-option > img {
  user-select: none;
  scale: 1.4;
  margin-right: 1.2rem;
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(0%) hue-rotate(189deg) brightness(98%) contrast(95%);
}
.edit > img {
  user-select: none;
  scale: 1.4;
  margin-right: 1.2rem;
  filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(0%) hue-rotate(189deg) brightness(98%) contrast(95%);
}

.go-back.menu-inactive {
  border: 1px solid white !important;
  color: white !important;
  background-color: #c1c1c1 !important;
}

.menu-inactive {
  color: #c1c1c1;
}
.menu-inactive > img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(0%)
    hue-rotate(233deg) brightness(87%) contrast(94%);
}
.go-back {
  text-align: center;
  background-color: var(--main-color-select);
  color: white;
  border: 1px solid #121212;
  cursor: pointer;
}

.option {
  background-color: var(--main-color-select);
  border: 1px solid #121212;
  border-top: 0px;
  border-bottom: 0px;
  padding-left: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info {
  color: #262626;
  background-color: white;
  border-top: 1px solid #c1c1c1;
  border-bottom: 0px;
  padding-left: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.option:hover {
  background-color: var(--main-color-select-hover);
}

.options-display {
  display: block !important;
  max-height: 25rem;
  overflow: auto;
}

#useBiasing {
  margin-left: 1rem;
}

.delete-btn {
  background-color: var(--main-color-select);
  text-align: center;
  border: 1px solid #121212;
  border-bottom: 0px;
  cursor: pointer;
}
.delete-btn:hover {
  background-color: var(--main-color-select-hover);
}
.add-btn {
  border: 1px solid #121212;
  background-color: var(--main-color-select);
  text-align: center;
  cursor: pointer;
}
.add-btn:hover {
  background-color: var(--main-color-select-hover);
}
.add-btn.menu-inactive {
  border: 1px solid white;
  color: white;
  background-color: #c1c1c1;
}
.add-btn.menu-inactive:hover {
  cursor: context-menu;
  background-color: #c1c1c1;
}
