@font-face {
  font-family: default-font;
  src: url("../fonts/Blinker-Regular.ttf");
}

@font-face {
  font-family: ticket-font;
  src: url("../fonts/Tungsten-Medium.woff");
}

html,
body {
  font-family: default-font;
  color: #536773;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #757851 !important;
}

.btn-danger {
  background: #757851 !important;
  border-color: #757851 !important;
}

.border-hr {
  position: absolute;
  background: #516876;
  height: 1px;
  top: 10px;
  width: 100%;
  z-index: -1;
}

.title {
  display: table;
  margin: 0 auto;
  z-index: 10;
  background: #fff;
  padding: 0px 12px;
}

.ticket {
  font-family: ticket-font;
}

.ticket > h3 {
  font-size: 5.7rem;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
  color: #536773 !important;
}

.ticket > p {
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.sidenav {
  height: 100%;
  margin-top: 60px;
  width: 260px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 22px;
  color: inherit;
  display: block;
}

.sidenav a:hover,
.actives {
  color: #757851 !important;
}

.text-theme {
  color: #757851 !important;
}
.img-footer {
  margin-top: 40px;
  margin-bottom: 30px;
}

.actives {
  font-weight: bold;
}

.actives::before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 5px;
  background-color: #757851;
}

.main {
  margin-top: 50px;
  margin-left: 260px; /* Same as the width of the sidenav */
  padding: 0px 10px;
}

.logo-mb {
  width: 162px;
}

@media screen and (max-width: 450px) {
  .sidenav {
    display: none;
  }

  .main {
    margin-left: auto;
    margin-top: 175px;
  }
}
