@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body,h1,h2,h3,h4,h5,h6 {
  font-family: Inter, sans-serif;
}
body {
  color: #666;
}

.w3-orange {
  background-color: #ff5b00 !important;
}
.w3-red {
  background-color: #ff0000 !important;
}
.w3-grey,
.w3-gray {
  background-color: #848484 !important;
}
.w3-text-orange {
  color: #ff5b00 !important;
}
.w3-text-red {
  color: #ff0000 !important;
}
.w3-text-grey,
.w3-text-gray {
  color: #848484 !important;
}
.w3-border-red {
  border-color: #ff5b00 !important;
}
.w3-border-red {
  border-color: #ff0000 !important;
}
.w3-border-grey,
.w3-border-gray {
  border-color: #848484 !important;
}

a:link,
a:active,
a:visited,
a:hover,
a.w3-text-orange:link,
a.w3-text-rorangeed:active,
a.w3-text-orange:visited,
a.w3-text-orange:hover {
  color: #ff5b00 !important;
  text-decoration: none !important;
}

a.w3-text-red:link,
a.w3-text-red:active,
a.w3-text-red:visited,
a.w3-text-red:hover {
  color: #ff0000 !important;
  text-decoration: none !important;
}

.bm-caps {
  text-transform: uppercase;
}
.bm-margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.bm-table-icon {
  width: 15px;
  text-align: center !important;
}

.bm-table-number {
  width: 75px;
  text-align: center !important;
}

.bm-table-image {
  width: 124px;
  text-align: center !important;
}

.bm-selected {
  background-color: #f6f6f6;
  border-right: 3px solid #848484 !important;
}

.bm-pointer {
  cursor: pointer;
}

.w3-table td {
   vertical-align: middle !important;
}
