html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.navbar {
    padding-top:0px;
    padding-bottom:0px;
}

.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.radial-gradient {
    position: initial;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    /*Fallback if gradeints don't work */
    background: #9b59b6;
    /*Linear gradient... */
    background: radial-gradient( at center, #3498db, #9b59b6 );
}

body.radial-gradient .footer {
    padding:5px 10px;
    color: #fff;
    line-height:1em;
}

body.radial-gradient .footer.text-muted {
    color: rgba(255,255,255,0.7) !important;
}

.outer-container {
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(0deg, rgba(255,255,255,0.5), transparent 66%);
}

.container-nav {
    max-width: 100%;
    padding-left:10px;
}
.bg-white-30 {
    background-color: rgba(255,255,255,0.3);
}



.btn-rounded {
    border-radius: 25px;
}

.vis-panel {
    background-color: rgba(255,255,255,0.6);
    border-radius: 20px;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    padding: 20px;
    margin-bottom:20px;
    text-align: center;
}
    .vis-panel:hover {
        background-color: rgba(255,255,255,0.8);
        box-shadow: none;
        cursor: pointer;
    }

    .vis-panel a {
        display:block;
        text-decoration: none;
        padding-top:10px;
        color: inherit;
        text-transform: uppercase;
    }

    .text-dark.nav-link.active {
        background-color:rgba(255,255,255,0.5)
    }
.table > :not(caption) > * > * {
    background-color: transparent;
}