body {
    padding-top: 65px;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: #ffffff;
}

nav {
    height: 65px;
}

.container-width {
    width: 100%;
    height: auto;
}

button {
    font-size: 30px !important;
}

a {
    font-size: 30px !important;
    text-decoration: none;
}

.small-text {
    font-size: 20px;
    word-break: break-all;
}

.error-red {
    color: rgb(128, 9, 0);
}

/*:::::::::::::::::::::::::::::::::: profile ::::::::::::::::::::::::::::::::::*/
.container-width-image {
    height: auto !important;
    width: 100% !important;
}

.container-width-image-75 {
    height: auto !important;
    width: 75% !important;
}

.container-height-image {
    height: 100% !important;
    width: auto !important;
}

.hover-white:hover {
    background-color: #ffffff !important;
}

.profile-selected {
    border: green solid 5px;
}

.profile-select {
    cursor: pointer;
}

/*:::::::::::::::::::::::::::::::::: table ::::::::::::::::::::::::::::::::::*/
table {
    font-size: 25px !important;
}

td {
    vertical-align: middle;
}

.row-alt {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/*:::::::::::::::::::::::::::::::::: game ::::::::::::::::::::::::::::::::::*/
.game-level-easy {
    color: rgb(0, 77, 128);
}

.game-level-medium {
    color: rgb(240, 146, 4);
}

.game-level-hard {
    color: rgb(128, 9, 0);
}

.answer-option {
    padding: 10px 15px;
    border: 2px solid grey;
    cursor: pointer;
}

.answer-option:hover {
    background-color: darkblue;
}

.answer-correct {
    color: green;
}

.answer-wrong {
    color: red;
}

.player-details {
    border: 1px solid grey;
}

/*::::::::::::::::::::::::::::::::: themed :::::::::::::::::::::::::::::::::*/
.theme-bg {
    background-color: #101012;
}

.theme-icon {
    color: #ffffff;
}

.button-warning {
    background-color: rgb(128, 9, 0);
    padding: 1px 5px;
    font-size: 25px !important;
    border: 1px solid rgb(128, 9, 0);
}

.button-warning:hover {
    background-color: #000000;
    color: #ffffff;
}

.button-warning-small {
    background-color: rgb(128, 9, 0);
    padding: 1px 5px;
    font-size: 25px !important;
    border: 1px solid rgb(128, 9, 0);
}

.button-warning-small:hover {
    background-color: #000000;
    color: #ffffff;
}

.button-theme {
    padding: 10px;
    background-color: deepskyblue;
    font-size: 25px !important;
    border: 1px solid deepskyblue;
    color: #000000;
}

.button-theme:hover {
    background-color: #000000;
    color: #ffffff;
}

.button-theme-small {
    background-color: deepskyblue;
    padding: 1px 5px;
    font-size: 25px !important;
    border: 1px solid deepskyblue;
    color: #000000;
}

.button-theme-small:hover {
    background-color: #000000;
    color: #ffffff;
}

.button-secondary-small {
    background-color: lightgray;
    padding: 1px 5px;
    font-size: 25px !important;
}

.theme-dropdown {
    background-color: #444446;
    color: #ffffff;
    font-size: 25px !important;
}

.theme-secondary {
    color: #FEE715FF;
}

/*::::::::::::::::::::::::::::::::: inputs :::::::::::::::::::::::::::::::::*/
.floating-label {
    font-size: initial;
}

option {
    background-color: #101012 !important;
    color: #ffffff !important;
}

.theme-input {
    background-color: inherit !important;
    color: #ffffff !important;
    border: none;
    border-bottom: #ffffff solid 2px;
    border-radius: 0;
    color-scheme: dark !important;
    font-size: 30px;
}

.theme-btn {
    background-color: #F2AA4CFF;
    border: #F2AA4CFF 1px solid;
    color: #000000;
    border-radius: 0;
}

.button-clear {
    background-color: inherit !important;
}

.theme-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.theme-link {
    text-decoration: none;
    color: inherit;
}

/*::::::::::::::::::::::::::::::::: scroll :::::::::::::::::::::::::::::::::*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #101012;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(169, 169, 172);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 68, 255);
}

::-webkit-scrollbar-corner {
    background-color: #101012;
}