html {
    /* background: linear-gradient(180deg, rgb(13, 202, 240), palegreen); */
    height: 100%;
}

/* top navigation */
nav {
    position: fixed;
    top: 0;
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    z-index: 1;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    opacity: 0;
    transition: opacity 1s; /* page fade in */

    /* background-color: #ffd8a8; */
    font-family: "Lilita One", sans-serif;
    background: linear-gradient(180deg, rgb(13, 202, 240), palegreen);
    background-attachment: fixed; /* background fill */

    min-height: 100%;
    padding-bottom: 150px;
}

/* Login */
.login-header {
    background-color: rgb(253, 169, 139);
    border-radius: 10px;
    padding: 10px;
    border: 1px solid white;
}

#signinbtn {
    margin-left: 90px;
    margin-bottom: -165px;
}

#welcome-message {
    margin-top: -30px;
}

#invalid-message {
    margin-top: -8px;
}

#create-btn {
    margin-left: 95px;
}
.small-input {
    width: 250px;
}

.container-signin {
    background-color: rgba(253, 169, 139, 0);
    padding: 10px;
    border-radius: 10px;
    width: 275px;
    height: 330px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.container-createacc {
    background-color: rgba(253, 169, 139, 0);
    padding: 10px;
    border-radius: 10px;
    width: 275px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

#category-name {
    background-color: rgba(255, 127, 80, 1);
    border-radius: 10px;
    padding: 3px;
}

.question-block {
    background-color: #f7cfbf;
    border-radius: 10px;
    border: 5px solid rgb(255, 127, 80);
    padding: 10px;
}

/* Games */
#profile-picture {
    border-radius: 50%; /* round picture */
}

.btn-check:checked + .btn,
.btn-active,
.btn-show {
    color: rgb(201, 107, 1);
}

/* leaderboard loading animation */
td dotlottie-player {
    margin: auto;
}

.progress {
    width: 20%;
}

.leaderboard-button,
.dropdown {
    display: inline-block;
}

form dotlottie-player {
    display: none;
}

.animation-visible {
    margin: auto;
    display: block;
}

.btn-check[disabled] + .btn {
    cursor: not-allowed;
    pointer-events: all;
}

footer {
    text-align: center;
}

/* Trivia */
#triviaModal .modal-body,
#triviaModal .modal-header {
    text-transform: capitalize;
    /* margin: auto; */
    text-align: center;
}

/* trivia loading animation */
label dotlottie-player {
    display: inline-block;
}
