@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/hk-grotesk.min.css");


@media (prefers-color-scheme: dark) {
    body {
        color: #eee;
        background: #282828;
    }

    body a {
        color: #809fff;
    }

    hr {
        border-top-color: #757575;
    }

    pre {
        color: #eee;
        border-color: #757575;
        background: #202020;
    }

    input {
        color: #eee;
        border-color: #757575;
        border-width: 1px;
        border-style: solid;
        border-radius: 4px;
        background: #202020;
    }

    .btn-default {
        color: #eee;
        background: #202020;
        border-color: #757575;
    }

    .form-control {
        color: #eee;
        background: #202020;
        border-color: #757575;
    }

    .bootstrap-select .no-results {
        color: #eee !important;
        background: #202020 !important;
    }

    .dropdown-menu {
        color: #eee;
        background: #202020;
        border: 1px solid #757575;
        border-radius: 4px;
    }

    .dropdown-menu > li > a {
        color: #eee;
    }

    .form-group > select {
        color: #eee;
        background: #202020;
        border: 1px solid #757575;
        border-radius: 4px;
    }
}

body.page-home:not(.hide-menu) {
    padding-top: 50px;
    padding-bottom: 20px;
}

body {
    font-family: 'HK Grotesk', sans-serif;
}


/* Wrapping element */


/* Set some basic padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}


/* Carousel */

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}


/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}


/* QR code generator */

#qrCode {
    margin: 15px;
}


/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {

    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.hide-menu .navbar {
    display: none;
}

.hide-menu .body-content {
    padding: 0;
}

.response-value,
.response-value tr td {
    word-break: break-all;
}

.column {
    border: 0;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 20px;
    width: calc(50% - 30px);
    border-collapse: collapse;
    padding: 0;
    position: relative;
    vertical-align: top;
}

.column:last-child {
    margin-right: 0px;
    float: right;
}

.column td {
    padding-right: 1em;
}

.multiline td {
    vertical-align: top;
    padding-top: 1em;
}

.right {
    text-align: right;
}

#information {
    vertical-align: top;
    display: none;
    padding: 20px 0 0 0;
    margin: 0;
    border-collapse: collapse;
    display: table-cell;
}

.spinner-animation {
    position: relative;
    font-size: 12em;
    height: 1em;
    color: transparent;
    height: 100%;
    user-select: none;
}

.spinner-animation:before,
.spinner-animation:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 1em;
    height: 1em;
    margin: -0.5em 0 0 -0.5em;
    border: 0.1875em solid transparent;
    border-radius: 1em;
}

.spinner-animation:before {
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
}

.spinner-animation:after {
    border-top-color: #a8a8a8;
    border-bottom-color: #a8a8a8;
}

:not(.is-hidden) .spinner-animation:before {
    animation: spinner-rotation 1s linear infinite;
}

:not(.is-hidden) .spinner-animation:after {
    animation: spinner-rotation 0.8s linear infinite;
}

@keyframes spinner-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #0D3843;
    background-color: #0d3843bd;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: transparent;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 8px;
    transition: 0.3s;
    font-size: 14px;
    color: #eee;
}

.tab button:hover {
    color: #9d9d9d;
}

.tab button.active {
    color: #fff;
}

.tabcontent {
    display: none;
}

.is-hidden {
    display: none;
}

.navbar-inverse {
    background-color: #0D3843;
    border-color: #0D3843;
}

.navbar-inverse .navbar-brand {
    color: #eeeeee;
}

.navbar-inverse .navbar-nav > li > a {
    color: #eeeeee;
}

.navbar-nav > li > a:hover {
    color: #9d9d9d;
    background-color: transparent;
}

.primary-cta {
    background: #3D388B;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
}

.secondary-cta-1 {
    background: #EDEDF8;
    color: #0D3843;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
}

.secondary-cta-2 {
    background: #F7FCFC;
    color: #0D3843;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
}

