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;
}

.body-bg-uisp {
    background: linear-gradient(180deg, #307B35 6.3vh, #F0F0F0 0%);
}

.bg-uisp {
    background-color: #307B35 !important;
}

.bg-admin {
    background: linear-gradient(180deg, #22223b 6.3vh, #F0F0F0 0%);
}

.bg-arbitro {
    background: linear-gradient(180deg, #9a8c98 6.3vh, #F0F0F0 0%);
}

.bg-societa {
    background: linear-gradient(180deg, #c9ada7 6.3vh, #F0F0F0 0%);
}

.bg-pink {
    background-color: #f598ed !important;
}

.text-pink {
    color: #f598ed !important;
}

.breadcrumb-item {
    color: #FFF !important;
}

.breadcrumb-item > a {
    color: #FFF !important;
    text-decoration: underline !important;
}