:root{
  --tt-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
  --tt-blue: #0d6efd;
  --tt-blue-hover: #0b5ed7;
  --tt-text: #222;
}

.tt-footer{
  font-family: var(--tt-font);
  text-align: center;
  color: var(--tt-text);
  margin: 20px 0 10px;
}

.btn-back{
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: var(--tt-blue);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.btn-back:hover{ background-color: var(--tt-blue-hover); }

.tt-footer-info{
  margin-top: 12px;
  line-height: 1.35;
  font-size: 15px;
}
.tt-footer-info span{ display:block; }
.tt-footer-copy{ font-size: 12px; opacity: .85; margin-top: 6px; }
@media (max-width: 768px) {
  .tt-footer {
    background-color: rgb(138, 182, 239);
    margin: 0;
    padding: 20px 10px 10px;
  }
  
  /* Remove white bar above footer */
  body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* Make content card shorter */
  .page-wrap .card {
    max-height: 55vh !important;
    overflow-y: auto;
  }
}
/* background-color: rgb(138, 182, 239); */