/**
 * @name nirokay.com stylesheet
 * @author nirokay
 * @source https://github.com/nirokay/src.nirokay.com/
 * @website https://nirokay.com/
 * HTML and CSS is generated using https://github.com/nirokay/websitegenerator/
 * Generated at 2026-03-27 @ 11:22.24
*/

#id-init-leaderboard #id-leaderboard-table {
    margin: auto;
}

#id-leaderboard-table {
    margin: auto;
}

#id-leaderboard-username-div {
    margin: auto;
    text-align: center;
}

#id-leaderboard-status-div {
    margin: auto;
    text-align: center;
}

html {
    color: #e8e6e3;
    background-color: rgb(23, 25, 33);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1, h2 {
    text-align: center;
}

h3, h4, h5, h6 {
    text-align: left;
}

header > p {
    text-align: center;
}

article > p {
    text-align: left;
}

article > section {
    border-radius: 15.0px;
    background-color: #23252c;
    margin: 30px;
    padding: 20px;
}

article > section :first-child {
    margin-top: 0px !important;
}

article > section :last-child {
    margin-bottom: 0px !important;
}

img {
    border-radius: 15.0px;
    color: #979592;
}

ul > li {
    list-style-type: '👉 ';
}

select {
    margin: 20px;
    background-color: #2f3139;
    color: #e8e6e3;
    border: 3px solid #2f3139;
    border-radius: 15.0px;
}

textarea, input {
    color: #e8e6e3;
    background-color: #2f3139;
    border-style: solid;
    border-color: #2f3139;
    border-radius: 15.0px;
    padding: 5px 10px;
    margin: 4px 5px;
    accent-color: HotPink;
}

dialog {
    color: #e8e6e3;
    background-color: #23252c;
    border-color: #2f3139;
    border-radius: 15.0px;
    width: 50%;
    max-width: 800px;
}

code > pre, samp > pre {
    color: #e8e6e3;
    background-color: #14151C;
    padding: 10px;
    border-radius: 15.0px;
}

pre > kbd {
    font-weight: bold;
}

kbd {
    background-color: #2f3139;
    padding: 5px;
    border-radius: 15.0px;
    border-style: outset;
    border-color: #2f3139;
    font-weight: bold;
}

div:has(> blockquote) {
    background-color: #2f3139;
    margin: 10px auto;
    padding: 15px;
    border-radius: 15.0px;
}

blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}

blockquote > p {
    font-style: italic;
}

blockquote + p {
    text-align: right;
}

q {
    font-style: italic;
}

table {
    background-color: #23252c;
    padding: 5px;
    border-radius: 15.0px;
}

th, td {
    padding: 10px;
}

thead > tr > th {
    background-color: #2f3139;
    text-align: start;
    border-radius: 15.0px;
}

dl {
    background-color: #14151C;
    padding: 10px;
    border-radius: 15.0px;
}

dl > dt {
    text-decoration: underline;
}

dl > dd {
    color: #979592;
}

abbr {
    text-decoration-style: dotted;
}

s {
    color: #979592;
}

fieldset {
    background-color: #1E2028;
    border-radius: 15.0px;
}

fieldset > legend {
    text-decoration: underline;
}

.container-flex {
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.image-clickable-link {
    display: inline-flex;
    margin: 5px 5px;
    padding: 5px;
    width: 5rem;
    max-width: 150px;
}

.code-showcase-language-image {
    max-height: 1.0rem;
    border-radius: 0.0px;
}

.container-code-showcase {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.code-showcase-element {
    display: inline-block;
    margin: 5px 5px;
    padding: 5.0px;
    width: 30.0%;
    max-width: 500.0px;
    min-width: 300.0px;
    background: #23252c;
    padding: 10.0px;
    border-radius: 15.0px;
}

.div-menu-bar-container {
    position: fixed;
    display: flex;
    width: 100%;
    height: 72px;
    left: 0;
    top: 0;
    padding-left: 10.0px;
    background-color: #23252c;
}

a:link {
    color: HotPink;
    text-decoration: none;
    text-decoration-color: #e8e6e3;
}

a:visited {
    color: HotPink;
    text-decoration: none;
    text-decoration-color: #e8e6e3;
}

a:hover {
    color: LightPink;
    text-decoration: underline;
    text-decoration-color: #e8e6e3;
}

a:active {
    color: MistyRose;
    text-decoration: underline;
    text-decoration-color: #e8e6e3;
}

progress {
    border-color: #e8e6e3;
    border-width: 2px;
    border-radius: 15.0px;
}

progress::-webkit-progress-bar {
    background-color: #e8e6e3;
    border-radius: 15.0px;
}

progress::-webkit-progress-value {
    background-color: HotPink;
    border-radius: 15.0px;
}

progress::-moz-progress-bar {
    background-color: HotPink;
    border-radius: 15.0px;
}

meter {
    --background: #e8e6e3;
    --optimum: ForestGreen;
    --sub-optimum: Gold;
    --sub-sub-optimum: Crimson;
    background: var(--background);
    border-color: #e8e6e3;
    border-width: 2px;
    border-radius: 15.0px;
}

meter::-webkit-meter-bar {
    background: var(--background);
    border-color: #e8e6e3;
    border-width: 2px;
    border-radius: 15.0px;
}

meter:-moz-meter-optimum::-moz-meter-bar {
    background: var(--optimum);
}

meter::-webkit-meter-optimum-value {
    background: var(--optimum);
}

meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: var(--sub-optimum);
}

meter::-webkit-meter-suboptimum-value {
    background: var(--sub-optimum);
}

meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: var(--sub-sub-optimum);
}

meter::-webkit-meter-even-less-good-value {
    background: var(--sub-sub-optimum);
}

button {
    color: #e8e6e3;
    margin: 4px 2px;
    font-size: 20px;
    transition: 0.3s;
    display: inline-block;
    border: none;
    padding: 10px 20px;
    background-color: #2f3139;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 15.0px;
}

button:hover {
    transition: 0.1s;
    background-color: #23252c;
}

button:active {
    background-color: rgb(23, 25, 33);
}

.button {
    color: #e8e6e3;
    margin: 4px 2px;
    font-size: 20px;
    transition: 0.3s;
    display: inline-block;
    border: none;
    padding: 10px 20px;
    background-color: #2f3139;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 15.0px;
}

.button:hover {
    transition: 0.1s;
    background-color: #23252c;
}

.button:active {
    background-color: rgb(23, 25, 33);
}

.text-gradient-one {
    background: linear-gradient(45deg, HotPink, MistyRose);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-two {
    background: linear-gradient(45deg, MistyRose, LightPink);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-background-rainbow {
    background: linear-gradient(to right, #F46ECE, #F4716E, #F4956E, #F4E96E, #8BF46E, #6EF4D0, #6EADF4, #776EF4, #C36EF4);
}

.text-gradient-rainbow {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.div-centering-outer {
    position: absolute;
    display: table;
    width: 100%;
    height: calc(100% - 72px);
    left: 0;
    top: calc(72px);
}

.div-centering-middle {
    vertical-align: middle;
    display: table-cell;
}

.div-centering-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
