/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #b6207b;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.otf')format('opentype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Gotham;
}

.footer {
    position: absolute;
    bottom: -100px;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

tbody {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Gotham-Bold
}

.site-header {
    background-color: #b6207b;
    background-image: linear-gradient(90deg, #b6207b 26%, #6b47a7 90%);
}

.header-background {
    background-color: #6b47a7;
    height: 20px;
    width: 100%;
    box-shadow: 0 10px 6px -4px rgba(50, 50, 50, 0.75) inset;
}

.body-background {
    position: fixed;
    display: grid;
    right: -12%;
    z-index: -2;
    top: 13%;
    opacity: 0.7;
}

.kids-background {
    position: fixed;
    overflow: hidden;
    display: grid;
    right: -8%;
    z-index: -1;
    top: -10%;
    opacity: .9;
}

span[data-collapser]:hover {
    color: #1643739e;
}
.highlightable:hover {
    filter: brightness(1.5);
    transform: scale(1.1);
}
thead {
    border-color: rgba(0,0,0,.1) !important;
}

.k-tabstrip-top > .k-content, .k-tabstrip-top > .k-tabstrip-content {
    border-color: rgba(0,0,0,.1) !important;
}

/* 
 * Fix for Kendo 2025 button icon padding issue.
 * The general .k-icon rule adds padding (intended for input/picker icons),
 * but button icons also have the k-icon class, causing unwanted padding.
 * This resets padding specifically for button icons.
 */
.k-button .k-button-icon {
    padding: 0;
}
