.nav-link.d-xxl-flex.justify-content-xxl-center.align-items-xxl-center.tab3-hover {
  background-color: #786124;
  color: grey;
}

.nav-link.active.d-xxl-flex.justify-content-xxl-center.align-items-xxl-center.tab3-hover.active {
  background: linear-gradient(rgb(243,186,47) 68%, rgb(255,255,255) 130%);
  color: var(--bs-gray-100);
}

.nav-link.d-xxl-flex.justify-content-xxl-center.align-items-xxl-center.tab4-hover {
  background-color: #69141f;
  color: grey;
}

.nav-link.d-xxl-flex.justify-content-xxl-center.align-items-xxl-center.tab4-hover.active {
  background: linear-gradient(#CC001B 68%, rgb(255,255,255) 130%);
  color: var(--bs-gray-100);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
}

::placeholder {
  color: #d3d3d3 !important;
}

::-webkit-input-placeholder {
  color: #d3d3d3;
}

