/* rubinrot.css 
#901030
*/
:root {
  --swiper-pagination-color:#901030;
  --swiper-navigation-color:#901030;
}
.background-green {
  background-color: #901030 !important;
}
.button-green-filled {
  background-color: #901030 !important;
  color: #fff;
}
.button-green-filled:hover {
  background-color: #901030;
  color: #fff;
}

.tage .btn.btn-outline-primary.active {
  background-color: #901030;
  color: white !important;
}

.color-green {
  color: #901030 !important;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background: #901030;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.button-green-outline, .button-green-outline:hover, .button-green-outline:active, .button-green-outline:focus-visible, .button-green-outline:focus {
  border: 2px solid rgba(144,16,18,.9);
  color: #901030;
}
.table thead th {
  background-color: #901030 !important;
  color: white;
}