.OverAll-Background {
  background-color: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.nav-link:hover,
.navbar-nav .nav-link:hover {
  color: goldenrod;
  text-decoration: none;
}
.nav-link.active {
  color: goldenrod !important;
}
.Theme-Section-Setting {
  margin: 20px 0px;
}
.Card-Background-Color {
  background-color: #1f1f1f;
  padding: 10px 20px;
  border-radius: 8px;
}
.Theme-fields-Label {
  color: rgb(182, 181, 181);
}
select.Theme-form-select-option,
.Theme-form-input-field,
.Theme-form-select-option,
.Theme-textarea-input-field {
  background: #2a2a2a;
  border: none;
  color: #ccc;
}
.Theme-form-input-field::placeholder,
.Theme-textarea-input-field::placeholder {
  color: #6b6b6b;
}
.Theme-form-input-field:focus,
.Theme-form-select-option:focus,
.Theme-textarea-input-field:focus {
  background-color: #2a2a2a;
  color: #fff;
  border: 2px solid #d4af37;
  outline: none;
  box-shadow: none;
}

.theme-gradient-button {
  background: linear-gradient(90deg, #f1c40f, #c27e2a);
  color: black;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  outline: none;
}
.theme-gradient-button:hover {
  filter: brightness(110%);
  color: black;
}
.Theme-dark-button {
  border: 1px solid gray;
  color: #ccc;
  background: #000;
  padding: 5px 8px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
}
.Theme-dark-button:hover {
  background-color: #222;
  color: #fff;
  border-color: #666;
}
.Theme-Icon-With-Text {
  background-color: #2d2920;
  color: #d4af37;
  border-radius: 50%;
  padding: 0.375rem 0.5rem;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  min-width: 30px;
  height: 30px;
}
.Theme-Icon-style {
  color: #d4af37;
}

/* Back home Button  */
a.back-home {
  background-color: #1f1f1f;
  color: #e5e5e5;
  font-size: 0.75rem;
  padding: 0.375rem 1rem;
  border-radius: 0.375rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
a.back-home i {
  font-size: 0.75rem;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 430px) {
  .theme-gradient-button,
  .Theme-dark-button {
    font-size: 12px;
    padding: 6px 9px;
    height: 30px;
    line-height: 15px;
  }
  .showroom-overlay i.fas.fa-paper-plane {
    font-size: 12px;
  }
}
