@font-face {
  font-family: "Furore";
  src: url("../fonts/furore/Furore.eot");
  src: url("../fonts/furore/Furore.eot") format("embedded-opentype"),
    url("../fonts/furore/Furore.woff2") format("woff2"),
    url("../fonts/furore/Furore.woff") format("woff"),
    url("../fonts/furore/Furore.ttf") format("truetype"),
    url("../fonts/furore/Furore.svg#Furore") format("svg");
}
@font-face {
  font-family: "BAHNSCHRIFT7";
  src: url("../fonts/bahnschrift/BAHNSCHRIFT7.eot");
  src: url("../fonts/bahnschrift/BAHNSCHRIFT7.eot") format("embedded-opentype"),
    url("../fonts/bahnschrift/BAHNSCHRIFT7.woff2") format("woff2"),
    url("../fonts/bahnschrift/BAHNSCHRIFT7.woff") format("woff"),
    url("../fonts/bahnschrift/BAHNSCHRIFT7.ttf") format("truetype"),
    url("../fonts/bahnschrift/BAHNSCHRIFT7.svg#BAHNSCHRIFT7") format("svg");
}
:root {
  --furore: "Furore";
  --bahnschrift: "BAHNSCHRIFT7";
}

.color_green {
  color: #fe333f !important;
}

.color_yellow {
  color: var(--yellowtheme);
}

.furore_font {
  font-family: var(--furore) !important;
}

.new_bg {
  background: url(../images/bg_graphic.png) center top no-repeat;
  background-size: cover;
}

.page_title {
  padding-top: 30px;
}
.page_title h1 {
  font-family: var(--furore);
  color: var(--yellowtheme);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.total_fuel_card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid var(--Green, #fe333f);
  padding: 20px 0 0;
  margin: 0 0 25px;
}
.total_fuel_card .total_fuel_title {
  color: var(--yellowtheme);
  text-align: center;
  font-family: var(--furore);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: normal;
}
.total_fuel_card h2 {
  color: var(--Green, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}
.total_fuel_card .para_text {
  color: var(--White, #fff);
  text-align: center;
  font-family: var(--furore);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.total_fuel_table thead tr th {
  background: var(--Green, #fe333f);
  color: var(--222, #222);
  font-family: var(--furore);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
}
.total_fuel_table tbody tr td {
  border-color: #646464;
  color: var(--White, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section_heading {
  color: var(--yellowtheme);
  text-align: center;
  font-family: var(--furore);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
}

/* .lg_table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
} */

.btns_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.two_btns_list button {
  width: 49%;
  margin: 0 0 12px;
  min-height: 50px;
  min-width: initial;
}

.primary-btn {
  color: var(--yellowtheme);
  text-align: center;
  font-family: var(--furore);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 2px solid var(--Green, #fe333f);
  background: linear-gradient(180deg, #fe333f 0%, #000000 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.secondary-btn {
  color: var(--yellowtheme);
  text-align: center;
  font-family: var(--furore);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 2px solid #be2060;
  background: linear-gradient(180deg, #ed2e7b 0%, #000 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/*# sourceMappingURL=ann.css.map */
