html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  margin-top: 80px;
}

.shc a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.shc a {
  color: #0077cc;
}

.shc .btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.shc .nav-pills .nav-link.active,
.shc .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.shc .border-top {
  border-top: 1px solid #e5e5e5;
}

.shc .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.shc .box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.shc button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.shc .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.shc nav {
  background: center center url(../data-analytica.jpg) no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.shc nav .container {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 4px;
}

.shc-btn-icon {
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 0 16px;
  width: 18px;
  height: 18px;
  background-color: transparent;
}
.shc-btn-icon svg {
  vertical-align: middle;
}

.shc .shc-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}