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%;
}

.overlay {
    position: absolute;
}

.no-border {
    border: 0px;
}

.border-thick {
    border: 3px solid black;
}

.border-half-rounded {
    border-radius: 8px;
}

.no-arrow-details > summary {
    list-style: none;
}

.no-arrow-details > summary::-webkit-details-marker {
    display: none;
}

.clickable-text {
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.account-right-offset {
    margin-right: 100px;
}

#account-auth {
    margin-top: 5px;
}
