:root {
  --bs-link-color-rgb: 197, 158, 67; /* Gold Value */
  --caret-color: #fff;
}

/* a {
    color: #c59e43;
    font-weight: bold;
   font-size: 13px;
} */

.loginInput {
    caret-color: var(--global-color-caret) !important;
}

/* Read More Button */
#read-more-text, #read-less-text{
  color:#000;
  font-size: 12px;
}

#read-more-btn{
  background-color:#ccc;
  background-image: none;
  border-radius:4px;
  padding:6px;
}

.priceBoostIcon {
  fill: #212529;
}

.selectionPriceBoost {
  color: #212529;
}

.selectionPriceBoost:hover {
  color: #ffffff;
}

.selectionPriceBoost:hover .priceBoostIcon {
  fill: #ffffff;
}

/* Hide the 8th .borderProfile div - NET DEPOSIT */
.borderProfile:nth-of-type(8) {
  display: none;
}

/* Hide the last .borderProfile div - FEEDBACK */
.borderProfile:last-of-type {
  display: none;
}

.logo-wrapper img, .logo-wrapper svg {
    height: 50px;
}
.logo {
    max-height: 50px;
}