html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@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;
}

body {
    margin-bottom: 60px;
    overflow-y: scroll;
    touch-action: pan-x pan-y;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

table.table-bordered {
    border: 2px solid #7c8787 !important;
}

.img-logo {
    max-height: 150px;
}

.hover-cursor-pointer:hover {
    cursor: pointer;
}

.session {
    padding: 3px;
    margin: 8px 0px 8px 0px;
}

.session-details:hover {
    background-color: #2b3035;
}

.nation-icon {
    max-width: 40px;
}

.premium-vehicle {
    color: #fab81b !important;
    overflow: hidden;
}

    .premium-vehicle img {
        filter: drop-shadow(0px 100px 0 #fab81b);
        transform: translateY(-100px);
    }

.dropdown-menu {
    --bs-dropdown-border-width: none;
    --bs-dropdown-min-width: none;
    z-index: 9999;
}
