.requestServiceButton {
  background: #e90029;
  border-color: #FFFFFF;
  font-weight: 700;
  color: white;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer {
  background-color: #343434;
  color: white;
  padding: 20px;
  font-family: sans-serif;
}

#footer a {
  color: white;
}

.navbar-toggler {
  background-image: url("../../assets/img/toggler32x32.jpg?h=dad258a7539a96e2c672af32ca726c58");
  padding: 15px;
  border-radius: 0px;
  border-style: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 1 0 0 var(--bs-navbar-toggler-focus-width);
}

.panelRow {
  min-width: 412px;
}

.panelCol {
  min-width: 330px;
  width: 640px;
}

.lcaCol {
  min-width: 330px;
  width: 640px;
  min-height: 390px;
}

.mainContainer {
  min-width: 330px;
}

.card-body-na {
  margin-bottom: 37px;
}

.card-body-bert {
  margin-bottom: 39px;
  padding-bottom: 33px;
}

.panelRowPadded {
  min-width: 412px;
  margin-top: 40px;
}

.card-body-bert2 {
  margin-bottom: 56px;
}

h6 {
  color: var(--bs-heading-color);
}

#selectModel {
  margin-bottom: 10px;
}

#serial {
  margin-bottom: 10px;
}

#selectService {
  margin-bottom: 30px;
}

#companyName {
  min-width: 300px;
}

#companyAddress {
  min-width: 300px;
}

#city {
  min-width: 300px;
}

#contactName {
  min-width: 300px;
}

#contactEmail {
  min-width: 300px;
}

#selectModel {
  min-width: 300px;
}

#serial {
  min-width: 300px;
}

#selectService {
  min-width: 300px;
}

#requestToolLabel {
  background-color: #e90029;
}

.add-row.addToRequestButton {
  /*background-color: #e90029;*/
  /*height: 10px;*/
  /*padding-bottom: 5px;*/
  /*color: #ffffff;*/
  background-color: #ffffff;
  /*color: var(--bs-emphasis-color);*/
  margin-top: -25px;
}

.del-row {
  min-width: 280px;
}

#myTable {
  min-width: 280px;
}

#servicesContainer {
  min-width: 280px;
}

#submitButton {
  background-color: #e90029;
}

a {
  color: #e90029;
}

