/* CSS Document */
/***********************/
/*******  Colors  ******/
/***********************/
/***********************/
/******  Shadows  ******/
/***********************/
/***********************/
/******  Timings  ******/
/***********************/
.card {
  border-radius: 0.1875rem;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.875rem !important;
}
.card .card-header {
  border: none;
  background: none;
  padding: 15px;
}
.card .card-header .row:first-of-type {
  border-bottom: solid 0.5px #707070;
}

.card--affiliations {
  max-height: 70vh;
  overflow: scroll;
}
.card--affiliations table td {
  vertical-align: middle;
}
.card--affiliations table td .affiliate-logo-image {
  max-height: 150px;
}

.content-type-card:hover {
  cursor: pointer;
}

#keywords-content .content-type-card {
  text-transform: capitalize;
}

.card--payment-methods {
  max-height: 70vh;
  overflow: scroll;
}
.card--payment-methods table td {
  vertical-align: middle;
}

.trans-title-card {
  margin: 10px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.trans-title-card p {
  margin: 0;
}

.chart-card p.big-number {
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
}
.chart-card p.big-number-name {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

/************************************/
/***********    Showroom   ************/
/************************************/
.single-vehicle-card .carousel-item {
  max-height: 225px;
}
.single-vehicle-card .carousel-item img {
  width: 100%;
  max-height: 225px;
  object-fit: cover;
  object-position: center;
}
.single-vehicle-card .carousel-control-prev {
  background: linear-gradient(90deg, black, rgba(0, 0, 0, 0));
}
.single-vehicle-card .carousel-control-next {
  background: linear-gradient(to left, black, rgba(0, 0, 0, 0));
}
.single-vehicle-card .btn {
  opacity: 0;
  transition: 0.3s;
}
.single-vehicle-card:hover .btn {
  opacity: 1;
  transition: 0.3s;
}

/********** End Showroom ***********/