@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@font-face {
  font-family: digital-7;
  src: url("font/digital-7 (mono).ttf");
}
@font-face {
  font-family: kenyan-coffee;
  src: url("font/kenyan coffee rg.ttf");
}
@media (min-width: 576px) {
  .container {
    max-width: 710px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 950px;
  }
}
@media (max-width: 767px) {
    .rally-menu-button {
        width: 80%;

    }
}

.rally-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .container {
    max-width: 1260px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}
html {
  scroll-behavior: smooth;
}

.form-control {
  -webkit-appearance: none;
  border-radius: 1px;
  font-size: 15px;
  padding: 0.7rem 0.75rem;
  color: #616b72;
  border: none;
}

.rally-select {
  padding: 0 0.75rem;
}

.form-icon {
  position: relative;
}
.form-icon .icon {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  color: #b1b5ba;
}
.form-icon .form-control {
  padding-left: 50px;
  position: relative;
}

tr[data-url*=e] td:hover {
  cursor: pointer;
}

table {
  font-size: 0.8rem;
}
table th, table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel .img {
  height: 700px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .carousel .img {
    height: 450px;
  }
}

body {
  color: #212529;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none !important;
  color: #212529;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img {
  max-width: 100%;
}

.file-label {
  display: block;
  color: #a9a9a9;
  font-weight: 400;
  border: 1px solid #ccc;
  height: 34px;
  line-height: 32px;
  border-radius: 4px;
  padding-left: 6px;
  cursor: pointer;
  text-overflow: clip;
}

.bg-danger {
  background-color: #e51a28 !important;
}

.c-primary {
  color: #e51a28;
}

.bc-primary {
  background-color: #e51a28;
}

.bc-light {
  background-color: #f0f0f0;
}

.bc-black {
  background-color: #000;
}

.bc-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .table {
    max-width: none;
  }
}
.size-x16 {
  width: 16px;
}

.size-x18 {
  width: 18px;
}

.size-x20 {
  width: 20px;
}

.size-x24 {
  width: 24px;
}

.size-x32 {
  width: 32px;
}

.v-align {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 992px) {
  .header-img {
    min-height: 210px !important;
  }
}

.btn-red, .btn-blue {
  display: inline-block;
  background-color: #e51a28;
  padding: 12px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.btn-red:hover, .btn-blue:hover {
  background-color: #c91827;
  color: #fff;
}
@media (max-width: 992px) {
  .btn-red, .btn-blue {
    padding: 10px 14px;
  }
}

.btn-blue {
  background-color: #258bf4;
}
.btn-blue:hover {
  background-color: #227cd6;
}

.slim-scrollbar {
  overflow-y: auto;
}

.slim-scrollbar::-webkit-scrollbar-track {
  background-color: #b40b16;
}

.slim-scrollbar::-webkit-scrollbar {
  width: 14px;
}

.slim-scrollbar::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.3);
}

.table-swipe {
  text-align: center;
  padding: 1rem;
  background-color: #2c3034;
  font-size: 12px;
  color: #8f969d;
}

.td-elep {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-form-dark {
  color: #696e73;
  background-color: #000000;
  border: 1px solid #3f4348;
}
.c-form-dark:focus {
  color: #696e73;
  background-color: #000000;
  border: 1px solid #3f4348;
}

.slick-slide {
  margin: 0 50px !important;
}
.slick-slide img {
  max-height: 100px;
}

.slick-track {
  display: flex;
  align-items: center;
}

.sponsoring img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.sponsoring img:hover {
  filter: none;
}

.header .topbar .social-media .circle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  margin-right: 0.6rem;
  background-color: #212121;
  transition: all 0.2s;
}
.header .topbar .social-media .circle-icon:hover {
  background-color: #414141;
}
.header .topbar .social-media .fa-layers i {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .topbar .social-media .fa-layers:hover {
  cursor: pointer;
}
.header .topbar .social-media .fa-layers:hover i:first-child {
  color: #383838 !important;
}
.header .topbar .social-media .fa-layers:hover i:last-child {
  color: #fff !important;
}
.header .topbar .flag {
  width: 30px;
  margin-right: 8px;
}
.header .topbar .inline-button {
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 20px;
  background-color: #e51a28;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.header .topbar .inline-button:hover {
  background-color: #c91827;
  color: #fff;
}
.header .main-menu {
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 1;
}
.header .main-menu .logo {
  max-height: 90px;
}
@media (max-width: 992px) {
  .header .main-menu .logo {
    max-height: 60px;
  }
}
.header .main-menu .menu-opener {
  cursor: pointer;
}
.header .main-menu .menu-opener:hover {
  color: #c91827;
}
@media (max-width: 992px) {
  .header .main-menu .menu-wrapper {
    display: none;
    position: absolute;
    padding: 0;
    background-color: #384045;
    color: #ffffff;
    top: 0px;
    left: 0px;
    right: -15px;
  }
}
.header .main-menu .menu-wrapper .close-menu {
  padding: 15px;
  padding-right: 30px;
  text-align: right;
}
.header .main-menu .menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .main-menu .menu-wrapper ul li {
  display: inline-block;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .header .main-menu .menu-wrapper ul li {
    display: block;
    border-top: 1px solid #424a4e;
    padding: 0;
  }
  .header .main-menu .menu-wrapper ul li a {
    display: block;
    padding: 16px 14px;
    width: 100%;
    color: #fff;
  }
}
.header .main-menu .menu-wrapper ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.header .main-menu .menu-wrapper ul li a:hover {
  color: #e51a28;
}
@media (max-width: 992px) {
  .header .main-menu .menu-wrapper ul li.active {
    background-color: #2f373c;
    border-left: 5px solid #e51a28;
  }
}

.footer .bottom {
  border-top: 5px solid #e51a28;
}
@media (max-width: 992px) {
  .footer .bottom .v-align {
    text-align: center;
    justify-content: center;
  }
}
.footer .bottom .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .bottom .links li {
  display: inline-block;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 992px) {
  .footer .bottom .links li {
    display: block;
  }
  .footer .bottom .links li:before {
    content: "" !important;
  }
}
.footer .bottom .links li:before {
  content: "- ";
}
.footer .bottom .links li:first-child:before {
  content: "";
}
.footer .bottom .links li a {
  color: #fff;
}
.footer .bottom .links li a:hover {
  color: #e51a28;
}
.footer .bottom .back-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .footer .bottom .back-links {
    margin-top: 15px;
    text-align: center;
  }
}
.footer .bottom .back-links li {
  display: inline-block;
  padding: 6px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 12px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .bottom .back-links li:hover {
  background-color: #2f2f2f;
}

.admin-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  background-color: #3d3d3d;
  border-bottom: 5px solid #e51a28;
}
.admin-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.admin-bar ul li {
  display: inline-block;
  background-color: #fff;
  padding: 6px 14px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.admin-bar ul li i {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.admin-bar ul li:hover {
  background-color: #e51a28;
  cursor: pointer;
}
.admin-bar ul li:hover i {
  color: #fff;
}

@media (max-width: 992px) {
  .home-slider .carousel-indicators {
    display: none !important;
  }
}
.home-slider .counter {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}
@media (max-width: 992px) {
  .home-slider .counter {
    left: -15px;
    right: -15px;
    justify-content: flex-end;
    flex-direction: column;
  }
  .home-slider .counter .wrapper {
    margin-top: 15px;
  }
}
.home-slider .counter .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-slider .counter #sec-timer {
  margin-left: 15px;
}
.home-slider .counter .days, .home-slider .counter .hours, .home-slider .counter .minutes, .home-slider .counter .seconds {
  margin-left: 15px;
  background-color: rgba(200, 200, 200, 0.1);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  font-size: 12px;
  text-transform: uppercase;
  min-width: 62px;
}
.home-slider .counter .days span, .home-slider .counter .hours span, .home-slider .counter .minutes span, .home-slider .counter .seconds span {
  font-family: digital-7;
  color: #02e400;
  display: block;
  font-size: 29px;
  margin-bottom: 6px;
}
.home-slider .counter .live {
  position: relative;
  display: block;
  background-color: rgba(43, 183, 0, 0.25);
  border: 2px solid rgba(43, 183, 0, 0.4);
  border-radius: 6px;
  padding: 20px 14px 16px;
}
.home-slider .counter .live .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 0 3px 0 0;
}
.home-slider .counter .live h3 {
  font-size: 22px;
}

.news-thumbnail {
  font-size: 13px;
  color: #5f5f5f;
  background-color: #fff;
  margin-bottom: 1.8rem;
}
.news-thumbnail .bc-img {
  min-height: 100px;
}
.news-thumbnail .date, .news-thumbnail .time {
  color: #e51a28;
  font-size: 10px;
}
.news-thumbnail h4 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.news-thumbnail hr {
  width: 20%;
  border-color: #e51a28;
}

.table-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #2b2b2b;
  color: #fff;
  padding: 12px;
}
.table-header h3 {
  display: inline-block;
  margin: 0;
  font-size: 20px;
}

.article-show {
  padding: 15px 15px 30px 15px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .article-show {
    padding: 5px 5px 30px 5px;
  }
}
.article-show .a-image {
  height: 400px;
}
.article-show .a-date {
  color: #e51a28;
  font-size: 12px;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.article-show h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.article-show .a-content {
  margin: 2rem 0;
}
.article-show .a-tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-show .a-tags li {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #ccc;
  margin-bottom: 4px;
}

.news-menu {
  padding: 15px;
  background-color: #000;
  margin-left: -30px;
}
@media (max-width: 992px) {
  .news-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.news-menu .related-articles {
  padding: 0 15px;
}

.auth fieldset {
  border: 2px solid #8a8d97;
  border-radius: 5px;
  padding: 35px 35px 20px 35px;
}
.auth fieldset legend {
  width: 60%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: kenyan-coffee;
}
.auth fieldset legend img {
  max-height: 80px;
}
.auth fieldset .error-msg {
  color: #fff;
  margin-bottom: 1rem;
}
.auth fieldset .forgot {
  display: inline-block;
  margin-top: 14px;
  color: #fff;
  font-style: italic;
}
.auth fieldset .forgot:hover {
  color: #e51a28;
}
.auth fieldset .forgot i {
  color: #b1b5ba;
}

.link-menu {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  background-color: #e51a28;
}
.link-menu li {
  display: inline-block;
  position: relative;
}
.link-menu li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  margin: 2rem 12px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease-in-out;
}
.link-menu li a i {
  padding-right: 0.5em;
}
.link-menu li a.active, .link-menu li a:hover {
  border-color: #fff;
}
.link-menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  max-width: 100vw;
  margin: 0;
  max-height: 0;
  padding: 0 0.5rem;
  text-align: left;
  list-style: none;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  z-index: 999999;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.link-menu li ul li {
  display: block;
}
.link-menu li ul li a {
  color: #999999;
  margin: 0;
  padding: 0.3rem 12px;
  min-width: 100%;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
}
.link-menu li ul li a.active, .link-menu li ul li a:hover {
  color: #e51a28;
}
.link-menu li:hover ul {
  max-height: 600px;
  padding: 0.5rem;
}
@media (max-width: 576px) {
  .link-menu {
    text-align: left;
    padding: 1rem 0;
  }
  .link-menu li {
    display: block;
  }
  .link-menu li a {
    border: none !important;
  }
  .link-menu li > a {
    display: inline-block;
    margin: 0 1rem;
    padding: 0.3rem 12px 0.3rem 0;
    min-width: auto;
  }
  .link-menu li ul {
    position: relative;
    background-color: #e8313e;
    width: 100%;
  }
  .link-menu li ul a {
    color: #fff !important;
  }
}

.dashboard {
  font-family: "Montserrat", sans-serif;
}
.dashboard label {
  font-size: 14px;
  color: #fefeff;
}
.dashboard *:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dashboard .form-control {
  padding: 0.5rem 0.75rem;
  background-color: #494e52;
  border: 1px solid #697279;
  color: #878c91;
}
.dashboard .ms-choice {
  color: #878c91;
}
.dashboard .ms-choice > span {
  background-color: #494e52;
  border: 1px solid #697279;
}
.dashboard .ms-drop.bottom {
  background-color: #494e52;
}
.dashboard .form-inline select {
  margin-right: 6px;
}
.dashboard .form-inline select:last-child {
  margin-right: 0;
}
.dashboard select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.dashboard select::-ms-expand {
  display: none;
}
.dashboard .tokenfield .token-input {
  margin-bottom: 0;
  color: #878c91;
}
.dashboard .tokenfield .token {
  background-color: #5a6064;
  color: #9da6ad;
  border: 1px solid #697279;
}
.dashboard .tokenfield .token .close {
  color: #fff;
}
.dashboard .note-editor {
  border: 1px solid #697279;
}
.dashboard .note-editor .btn-light {
  color: #b8bfc5;
}
.dashboard .note-editor.note-frame {
  border: 1px solid #697279;
}
.dashboard .note-editor .note-toolbar {
  background-color: #202529;
}
.dashboard .note-editor .note-toolbar .note-btn {
  border: none;
  background-color: #494e52;
}
.dashboard .note-editor .note-toolbar .note-btn:hover {
  background-color: #d4d7d9;
}
.dashboard .note-editor .note-toolbar .dropdown-menu {
  background-color: #fff;
}
.dashboard .note-editor.note-frame .note-editing-area .note-editable {
  background-color: #494e52;
  color: #9da6ad;
}
.dashboard .note-editor.note-frame .note-statusbar .note-resizebar {
  background-color: #202529;
}
.dashboard .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  height: 100vh;
  background-color: #e51a28;
  color: #fff;
}
.dashboard .sidebar .d-logo {
  background-color: #c3111d;
  padding: 3rem 20px;
  justify-content: center;
}
.dashboard .sidebar .d-logo img {
  height: 105px;
}
@media (max-width: 576px) {
  .dashboard .sidebar {
    height: auto;
    position: static;
    top: auto;
  }
  .dashboard .sidebar .d-logo {
    justify-content: space-between;
    padding: 1rem 26px;
  }
  .dashboard .sidebar .d-logo img {
    height: 45px;
  }
}
.dashboard .sidebar .d-menu {
  list-style: none;
  padding: 0;
}
@media (max-width: 576px) {
  .dashboard .sidebar .d-menu {
    display: none;
  }
}
.dashboard .sidebar .d-menu ul {
  display: none;
}
.dashboard .sidebar .d-menu .dark-bar {
  background-color: #b40b16;
  padding: 15px 35px 15px 55px;
  font-family: kenyan-coffee;
  font-size: 18px;
  letter-spacing: 1px;
}
.dashboard .sidebar .d-menu li a {
  display: block;
  color: #ffa2a8;
  padding: 15px 35px 15px 20px;
  font-size: 15px;
}
.dashboard .sidebar .d-menu li a:hover {
  background: rgba(0, 0, 0, 0.07);
}
.dashboard .sidebar .d-menu li a i {
  margin-right: 10px;
}
.dashboard .sidebar .d-menu li a.active {
  padding-left: 15px;
  border-left: 3px solid #fff;
  color: #fff;
  font-weight: 500;
}
.dashboard .d-body {
  background-color: #33383c;
  min-height: 100vh;
}
.dashboard .d-body .container-d {
  padding: 25px;
}
.dashboard .d-body .dropdown-menu {
  background-color: #202529;
}
.dashboard .d-body .dropdown-item:focus, .dashboard .d-body .dropdown-item:hover {
  background-color: #353c42;
}
.dashboard .d-body h3 {
  font-size: 25px;
  font-weight: 400;
}
.dashboard .d-body .table {
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dashboard .d-body .table th {
  border: none !important;
  font-weight: 600;
  font-size: 14px;
}
.dashboard .d-body .table td {
  color: #b1b5ba;
}
.dashboard .d-body .table td a {
  color: #b1b5ba;
}
.dashboard .d-body .table td a:hover {
  color: #e1e5eb;
}
.dashboard .d-body .table td .fa-ellipsis-v {
  cursor: pointer;
}
.dashboard .d-body .table td .fa-ellipsis-v:hover {
  color: #b1b5ba;
}
.dashboard .d-body .d-bar, .dashboard .d-body .dw-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  background-color: #33383c;
  min-height: 70px;
  padding: 0 25px;
}
.dashboard .d-body .d-bar .block, .dashboard .d-body .dw-bar .block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  text-align: center;
  background-color: #464b4f;
  margin-right: 12px;
}
.dashboard .d-body .d-bar .block:last-child, .dashboard .d-body .dw-bar .block:last-child {
  margin-right: 0;
}
.dashboard .d-body .d-bar .block a, .dashboard .d-body .dw-bar .block a {
  color: #a3a5a7;
}
.dashboard .d-body .d-bar .block a:hover, .dashboard .d-body .dw-bar .block a:hover {
  color: #fff;
}
.dashboard .d-body .d-bar .block a i, .dashboard .d-body .dw-bar .block a i {
  font-size: 22px;
  padding: 10px;
  border-radius: 40px;
  background-color: #6a7076;
  border: 3px solid #80878e;
  color: #b5b8bb;
}
.dashboard .d-body .dw-bar {
  justify-content: space-between;
  background-color: #202529;
  color: #fff;
}
.dashboard .d-body .dw-bar h3 {
  margin: 0;
}

.preview-label {
  background-image: url("../img/preview-background.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fefeff;
  border: 1px solid #697279;
  min-height: 348px;
  border-radius: 2px;
  padding: 0;
}
.preview-label:hover {
  opacity: 0.8;
}

.selection-blocks .s-block {
  background-color: #1e1e1e;
  color: #fff;
  margin-bottom: 2rem;
}
.selection-blocks .s-block .h-bar {
  text-align: center;
  padding: 1rem 0;
  font-size: 20px;
}
.selection-blocks .s-block .bc-img {
  min-height: 270px;
}
.selection-blocks .s-block .text {
  padding: 1rem;
  font-size: 14px;
}
.selection-blocks .s-block .under-btn {
  padding: 1rem 0;
  font-size: 13px;
  background-color: #e51a28;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
.selection-blocks .s-block .under-btn:hover {
  background-color: #b01522;
}

.event-badge{
  background-color: #2b2b2b;
  padding: 5px 8px !important;
  border: 1px solid darkgrey;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.rally-menu-button {
  background-color: black;
  color: white;
  position: relative;
  overflow: hidden;
  font-weight: 600
}
.rally-menu-button:hover {
  background-color: black !important;
  color: #e51a28 !important;
}
.rally-menu-button.active {
  background-color: black !important;
  color: #e51a28 !important;
}
.rally-menu-button:focus {
  outline: none;
  box-shadow: none;
}
.rally-menu-button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.3s ease;
}
.rally-menu-button:hover::after {
  width: 100%;
}

.final-type {
  border-radius: 0 !important;
  background-color: #fde7ac !important;
  color: #212529 !important;
}
.final-type.active {
  background-color: #e51a28 !important;
  color: #fff !important;
}

.final-type:focus {
  outline: none !important;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .final {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  table.final-table img {
    display: none;
  }
  table.final-table td:first-child {
    padding: 0.75rem 0.3rem 0.75rem 0.3rem !important;
    max-width: 30px !important;
  }
  table.final-table thead {
    display: none;
  }

  table.final-table td:nth-child(2) {
    padding: 0.75rem 0.1rem 0.75rem 0.1rem !important;
    max-width: 40px !important;
    color: #e51a28 !important;
  }
  table.final-table td:nth-child(n+3) {
    padding: 0.75rem 0.25rem 0.75rem 0.1rem !important;
    max-width: 70px !important;
    white-space: normal;
    word-break: break-word;
    font-size: 0.8em !important;
  }

  td.mobile-show-web {
    display: none;
  }

  td.mobile-show {
    display: table-cell;
  }
}

@media only screen and (min-width: 768px) {
  td.mobile-show {
    display: none;
  }
  .mobile-show {
    display: none;
  }
}

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