/*!
    Copyright © askii 2025
    Proof of Work - All rights reserved. This file is part of a proprietary game project.
    Do not copy, distribute, or modify without permission.
*/

.warning-blink {
    animation: warning-blink 0.4s step-start infinite;
}

.tutorial-blink {
    animation: tutorial-blink 1s infinite;
}

.quick-links .tutorial-blink {
    animation: tutorial-text-blink 1s infinite;
    border: solid 1px #7171ff;
    padding: 3px;
}

@keyframes warning-blink {
    0%, 100% {
    }
    50% {
        /*transform: scaleY(1.05);*/
        border-color: #c10000;
        background: #c10000;
    }
}

@keyframes tutorial-blink {
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(0.65);
    }
}

@keyframes tutorial-text-blink {
    0%, 100% {
        /*filter: brightness(1);*/
    }
    50% {
        letter-spacing: -1px;
    }
}

.taskbar {
    font-family: "Pixelated MS Sans Serif", serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background:linear-gradient(180deg, #61bfff,#0053ee 17%, #0054fd 40%, #005df1 88%,#06f);
    filter: grayscale(10%);
    /*border-top:0px solid #0831d9;border-left:1px solid #0831d9;*/
    box-shadow: inset 1px 1px 2px #0831d9;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    color: white;
}

#taskbar-start {
    border-radius: 0 12px 20px 0;
    cursor: pointer;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    margin-right: 10px;
    justify-content: space-evenly;
    align-items: center;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px #000000;
    padding-left: 5px;
    font-size: 16px;
    height: 40px;
    text-align: left;
    background:linear-gradient(#90dd90, #1d9a1d 20%, #1dbf1d 40%, #0e630e);
    border-right: 2px solid #3C8F3CFF;
    box-shadow: inset 1px 1px 8px #000000;
    width: 130px;
}

#taskbar-start:hover {
    background:linear-gradient(#9ced9c, #1caf1c 20%, #1bca1b 40%, #117e11);
}

.taskbar-icon.show {
    opacity: 1;
    transform: translateY(0px) scaleX(100%);
}

.taskbar-icon:hover {
    filter: saturate(125%);
}

.taskbar-icon {
    opacity: 0;
    transform: translateY(-50px) scaleX(50%);
    transition: opacity 0.2s ease, transform 0.3s ease;


    cursor: pointer;
    border-radius: 3px;
    gap: 10px;
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    margin-right: 3px;
    justify-content: flex-start;
    align-items: center;
    font-family: "Pixelated MS Sans Serif", sans-serif;
    letter-spacing: 1px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);*/
    font-size: 10px;
    height: 27px;
    text-align: center;
    background:linear-gradient(180deg, #5996ed, #3c84f4 17%, #3c84f4 40%, #2a75fd 88%);
    border: solid 1px #3c84f4;
    /*border-right: solid 1px #3c84f4;*/
    /*box-shadow: inset 0px -1px 1px #3aa8ff;*/
    width: 160px;
}

#system-time {
    justify-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 16px;
    padding-left: 16px;

    gap: 10px;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: 0;
    font-size: 11px;
    height: 40px;
    text-align: right;
    background:linear-gradient(180deg, #61bfff, #008bee 20%, #0094fd 40%, #2aa2ec 88%,#06f);
    /*border-top:1px solid #0831d9;*/
    box-shadow: inset 1px 1px 2px #0831d9;
    width: 100px;
}


/* Windows XP Style Table */
table {
    font-family: 'Pixelated MS Sans Serif', sans-serif;
    font-size: 11px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #B0B0B0;
    width: 100%;
}

.scroll-table {
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior-y: none;
    border: 1px solid #B0B0B0;
}

.scroll-table table {
    border: none;
}

.scroll-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    border-right: 1px solid #B0B0B0;
}


th, td {
    /*border: 1px solid #B0B0B0;*/
    padding: 5px;
    text-align: left;
    white-space: nowrap;
}

th {
    border-right: 1px solid #B0B0B0;
    background: linear-gradient(#f1fbff, #d8edff);
    font-weight: normal;
    color: black;
    border-bottom: 1px solid #B0B0B0;
}

#node-window th {
    background: linear-gradient(#ffffff, #ececdd);
}

#address-book th {
    background: linear-gradient(#ffffff, #ececdd);
}

#address-book tbody {
    background: #ffffff
}

td[contenteditable="true"]:focus {
    outline: none;
}

th:last-child {
    border-right: none;
}

#node-window td:nth-child(4){
    text-align: right;
}

#node-window td:nth-child(5) {
    text-align: right;
}

#receive td:nth-child(4){
    text-align: left;
}

#receive td:nth-child(5) {
    text-align: left;
}

.tr-tx-entry:hover
{
    background-color: #0000ff;
    color: white;
}

td {
    background: none;
}

tr
{
    height: 20px;
}

<!-- -->


#web-window {
    /*background: linear-gradient(#c8e3ff, #90c8ff);*/
}

#web-window menu[role="tablist"] > button {
    /*background: linear-gradient(#99cbff, #55a8ff);*/
    background: linear-gradient(#f1fbff, #d8edff);
    /*color: white;*/
    border: solid #8c8c8c 1px;
    border-bottom: none;
    box-shadow: none !important;
}

#web-window menu[role="tablist"] > button[aria-selected=true] {
    /*background: linear-gradient(#99cbff, #55a8ff);*/
    background: white;
}

#miner-window > div > menu[role="tablist"] > button {
    /*background: #266fff;*/
    background: linear-gradient(#2f94ff, #0052a3);
    /*background: linear-gradient(#f1fbff, #d8edff);*/

    /*font-weight: bold;*/
    color: #ffffff;
    margin-left: -3px;
    margin-right: 2px;
    /*margin-bottom: 2px;*/
    border: solid #00519c 1px;
    border-bottom: none;
    box-shadow: none !important;
}

#miner-window > div > menu[role="tablist"] > button[aria-selected="true"] {
    /*background: #ffffff;*/
    /*background: linear-gradient(#f1fbff, #d8edff);*/

    /*color: black;*/
}

#miner-window {
    background: #0078f1;
}

#miner-console {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

#miner-profile {
    background: whitesmoke;
}

#miner-window article {
    border-top: solid 2px #00519c;
}

.status-bar {
    padding: 3px;
    /*background: linear-gradient(#e7f8ff, #9fd5ff);*/
    /*border: 1px 2px 10px #c8c8c8;*/
}

#desktop {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100vw; height: 100vh;
    image-rendering: pixelated;
}

#askii-navbar {
    position: relative; /* needed for absolute positioning inside */
    display: flex;
    justify-content: center; /* center the middle-content */
    align-items: center;
    padding: 9px;
    font-family: "Pixelated MS Sans Serif", sans-serif;
    font-size: 8pt;
    z-index: 1000000;
    background: linear-gradient(#272727 5%, #191919 , #101010);
    color: #d1d1d1;
    width: 100vw;
    box-sizing: border-box;
}

.middle-content {
    /* centered by flex */
    white-space: nowrap; /* so it doesn’t wrap */
}

.visits {
    position: absolute;
    right: 20px;
    white-space: nowrap;
}


#askii-navbar a {
    text-decoration: none;
}

#screen-dirt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /*background: url('https://media.istockphoto.com/id/1336894942/photo/finger-prints-and-smudges-black-and-white-luma-matte-or-texture.jpg?s=612x612&w=0&k=20&c=1v5rbmY_HgLf5hKTxGIv4iuv-oJ0l5FPTKEg_CHOZY8=') no-repeat ;*/
    background-size: cover;
    mix-blend-mode: lighten;

    opacity: 0.1;
    z-index: 999999;
}

body {
    --wallpaper-url: url('../res/images/wallpaper2.jpg');
    background-image: var(--wallpaper-url);
    background-size: cover; /* Ensures the image covers the entire background */
    background-position: center center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat; /* Prevents tiling */

    user-select: none;
    -webkit-user-select: none;

    overflow: hidden;
    touch-action: none;

    height: 100%;
    margin: 0;
    padding: 0;
}
html {
    --brightness: 1.0;
    --saturation: 0.8;
    --contrast: 1;

    filter: brightness(var(--brightness)) saturate(var(--saturation)) contrast(var(--contrast));
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/*body::after {*/
/*    content: "";*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    pointer-events: none;*/
/*    background: repeating-linear-gradient(*/
/*            rgba(0, 0, 0, 0.07) 0px,*/
/*            rgba(0, 0, 0, 0.07) 2px,*/
/*            transparent 2px,*/
/*            transparent 4px*/
/*    );*/
/*    z-index: 9999;*/
/*}*/





button
{
    margin-left: 5px;
}

button:focus
{
    outline: none !important;
}

input
{
    padding: 4px;
    margin-right: 5px;
    border: 1px inset rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}

input[type="range"] {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    box-shadow: none;
}


.window-body fieldset
{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

fieldset > menu[role=tablist] button[aria-selected=true]
{
    border-color: #919b9c !important;
    border-bottom: none !important;;
    /*box-shadow:inset 0 1px #919b9c !important;;*/
    box-shadow: none !important;
}

fieldset > menu[role=tablist] button:hover
{
    border-color: #919b9c !important;
    border-bottom: none !important;;
    /*box-shadow:inset 0 1px #919b9c;*/
    box-shadow: none;
}

textarea
{
    resize: none;
    padding: 3px;
    margin-left: 5px;
    border: 1px inset rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}

input:focus
{
    outline: none;
}

.window {
    position: absolute;
    cursor: default;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
}

.window-body {
    min-height: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.window article {
    flex-grow: 1;
    display: none;
}

.window article[aria-hidden="false"] {
    display: flex;
    flex-direction: column;
}

.block-article[aria-hidden="false"] {
    display: block !important;
    min-height: 435px;
    padding: 0; margin: 0;
}

.status-bar
{
    margin-top: auto;
}

.title-bar {
    cursor: grab; /* Hand icon when hovering over title bar */
}


.title-bar-controls button {
    cursor: pointer;
}

.title-bar-text img
{
    vertical-align: middle;
    margin-right: 5px;
}

/* When dragging, change cursor to grabbing */
.window.dragging .title-bar {
    cursor: grabbing;
}

.scale-ui {
    /*transform: scale(1.0);*/
    /*transform-origin: top left; !* Prevents shifting *!*/
}

select[disabled] {
    filter: grayscale(100%);
}

.ui-icon {
    text-align: center;
    vertical-align: top;
    width: 64px;
    z-index: 0;
    line-height: 24px;
    margin: 20px 5px 0;
    padding: 12px 1px;
}

/* Add !important to make sure these styles take precedence over xp.css */
.ui-icon-container {
    cursor: pointer;
    display: flex;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 72px;
    height: 72px;
    background: none !important;
    border: none !important; /* Ensure transparent border initially */
}

.ui-icon-container:hover {
    box-shadow: none !important;
}

.ui-icon-container:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ui-icon-container img {
    transform: scale(1.1);
    transform-origin: center center;
    z-index: 0;
    margin-bottom: 4px;
    width: 42px;
    height: 42px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.ui-icon-container label {
    /*margin-top: 4px;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

#mining-log {
    white-space: pre;
}

#log {
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    margin-top: 0px;
    padding: 0;
    /*width: 99.7%;*/
    flex-grow: 1;
    overscroll-behavior-y: none;
    flex-direction: column;

    border: 1px solid #B0B0B0;
    border-bottom: none;
}

#mining-log {
    /*box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3) !important;*/
}

#tx-details-code {
    width: auto;
    margin: 10px;
    border: 1px solid black;
    font-size: 10px;

    font-family: "Pixelated MS Sans Serif", serif;
    letter-spacing: 1px;
}

#tx-details-code i {
    font-family: "Pixelated MS Sans Serif", serif !important;
}

#tx-details-code u {
    font-family: "Pixelated MS Sans Serif", serif !important;
}

#tx-details-code strong {
    font-family: "Pixelated MS Sans Serif", serif !important;
}

code {

    user-select: text;
    -webkit-user-select: text;

    width: 100%;
    flex-grow: 1;
    background: white;
    padding: 10px;

    font-size: 11px;
    line-height: 13px;
    /*white-space: pre-wrap;*/
    /*word-wrap: break-word;*/
    /*overflow-wrap: break-word;*/
}



pre::before, pre::after
{
    content: none !important;
}

pre
{
    user-select: text;
    -webkit-user-select: text;

    padding:20px;
    font-size: 12px;
    height: 100%;

    white-space: pre-wrap;
    word-break:break-word;

    line-height: 14px;
    overflow-y: auto;

    overscroll-behavior: none;
}

pre::-webkit-scrollbar {
    display: none;
}

pre > input
{
    border: none;
    background: none;
    color:silver;
    font-size:12px;
    font-family: Perfect DOS VGA\ 437 Win;
}

pre > comment
{
    color: #8c8c8c;
}

pre > warning
{
    color: #da0000;
    font-weight: bold;
}

pre > w
{
    color: #da0000;
}

pre > h
{
    color: #53bca4;
}

pre > a
{
    color: #d5b778;
    /*font-weight: bold;*/
}

pre > al
{
    color: #f8dca0;
    font-style: italic;
    /*font-weight: bold;*/
}

.menu-bar {
    display: flex;
    background-color: #ECE9D8;
    border-bottom: 1px solid #ACA899;
    padding: 0;
    position: relative; /* Added position relative */
}

.menu-button {
    padding: 2px 8px;
    min-width: 50px;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 10px;
    cursor: pointer;
}

.menu-button:hover {
    background-color: #316AC5;
    color: white;
}

.menu-dropdown {
    position: relative;
    display: inline-block;
}

.menu-dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #ACA899;
    z-index: 998; /* Increased z-index to ensure menus appear on top */
}

.menu-dropdown:hover .menu-dropdown-content {
    display: block;
}

.menu-item {
    text-align: left;
    justify-content: space-between;
    /*padding: 4px 16px;*/
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    background: none;
    font-size: 10px;
    cursor: pointer;
}

.menu-item:hover {
    background-color: #316AC5;
    color: white;
}

.menu-separator {
    height: 1px;
    background-color: #ACA899;
    margin: 3px 0;
}

#miner-window td {
    background: white;
    padding: 0 10px;
    box-shadow: inset -1px 1px 1px #ccc;

}

#miner-window .scroll-table td {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #e4e4e4;
    /*border-right: 1px solid #ACA899;*/
}

#miner-window .scroll-table tr:last-child td {
    border-bottom: none;
}

#miner-window .scroll-table tr:hover td{
    background-color: #f6f6f6;
    /*color: white !important;*/
}

.darkmode #miner-window .scroll-table tr:hover td{
    background-color: #454545;
    /*color: white !important;*/
}

.table-highlight2 {
    background-color: #0000ff !important;
    color: white !important;
}

.table-highlight3 {
    background-color: #0000ff !important;
    color: white !important;
}


#mining-hex {
    font-size: 11px;
    font-family: monospace;
    /*font-style: italic;*/
    /*font-weight: bold;*/
    /*letter-spacing: 2px;*/
    margin: 15px 0 5px 0;
    text-align: center;
    border: 1px solid #B0B0B0;
    box-shadow: none;
    padding:3px;
}



#miner-config {
    border: 1px solid #B0B0B0;
    border-radius: 0;
}

#miner-config a {
    color: black;
    margin-top: 5px;
    margin-bottom: 3px;
}

legend {
    width: max-content;
    font-weight: bold;
}

#mining-pool-options input {
    margin-top: 2px;
    margin-bottom: 4px;
}

#mining-pool-options a {
    /*font-weight: bold;*/
    color: black;
}

#mining-pool-options {
    height: 20px;
    font-size: 10px;
    border-radius: 0;
    padding: 4px 10px;
    border: 1px solid #B0B0B0;
    margin: 0px 0 0 10px;
}

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 8px;
}

.form-row label {
    min-width: 100px;
    text-align: right;
    font-size: 11px;
    color: #000;
}

.form-row input {
    flex: 1;
    padding: 2px 4px;
    /*background: white;*/
    /*font-size: 11px;*/
}

#mining-submit {


    font-size: 10px;
    /*width: 70%;*/
    border-radius: 0;
    border: 1px solid #B0B0B0;
    /*padding: 0px;*/
    margin: 10px 0 0 10px;
}

#mining-submit button {
    font-size: 10px;
    margin-left: 0;
}

#mining-pool-options button {
    font-size: 10px;
    margin-left: 0;
}

.temp-good {
    color: #009500;
}

.temp-bad {
    color: #ff792c;
}

.temp-good.table-highlight2  {
    color: #ffffff;
}

.temp-bad.table-highlight2 {
    color: #ffffff;
}

.darkmode > .window table td {
    color: white;
    background: #252525;
}

.darkmode .temp-good {
    color: #12ff12 !important;
}

.darkmode .temp-bad {
    color: #ff792c !important;
}

.temp-idle {
    color: #777777;
}

input[disabled] {
    background: #dfdfdf; !important;
    color:grey !important;
}

#miner-console input[disabled] {
    background: none; !important;
    color:silver !important;
}

#miner-submit-ttf {
    white-space: pre-wrap;
    font-size: 10px;
    width: auto;
    border: 1px solid #B0B0B0;
    margin-bottom: 10px;
}

#miner-overview table {
    /*table-layout: fixed;*/
    width: 100%;
}

#miner-overview td {
    overflow-wrap: break-word;
    word-break: break-word
}

button[disabled] > img {
    filter: grayscale(100%);
}

button > img {
    filter: grayscale(30%);
}

.warning-red {
    margin-top: 0;
    padding: 5px;
    background-color: #ff0000 !important;
    color: #ffffff;

    border-top: none;
    border-left: 1px solid #660000;
    border-right: 1px solid #660000;
    border-bottom: 1px solid #660000;
    font-size: 10px;
}

.warning-green {
    margin-top: 0;
    padding: 5px;
    background-color: #e4ffd9;
    border-top: none;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    font-size: 10px;
}

.warning-none {
    margin-top: 0;
    padding: 5px;
    background-color: #ededed;
    border-top: none;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    font-size: 10px;
}


/* in your styles.css (after xp.css) */
#notification-container {
    position: fixed;
    bottom: 42px;       /* just above your taskbar */
    right: 88px;
    display: flex;
    flex-direction: column-reverse; /* new ones stack upwards */
    align-items: flex-end;
    pointer-events: none;
    z-index: 9999;
}

.notification {
    font-family: "Pixelated MS Sans Serif", sans-serif;
    position: relative;
    background: #fcfecc;
    border: 1px solid #000;
    word-spacing: 1px;
    padding: 12px 16px;
    margin-top: 8px;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    font-size: 13px;
    color: #000;
    max-width: 300px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;

    white-space: pre-wrap;
}

/* the little arrow pointer */
.notification::after {
    content: "";
    position: absolute;
    bottom: -8px;       /* put below the box */
    right: 12px;        /* align near right edge */
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fcfecc transparent transparent transparent;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.2));
}

/* when “shown” */
.notification.show {
    opacity: 1;
    transform: translateY(0);
}



/* outlines interactable elements when info mode is on */
.info-highlight {
    position: relative;          /* ensure we can absolutely position inner overlay */
    cursor: pointer;

    outline: 1px dotted #003fff !important;
    border-radius: 0px;
    outline-offset: 2px;

    box-sizing: border-box;
    /*z-index: 1000;*/
}

/*.info-highlight::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 1px; left: -1px;*/
/*    right: -1px; bottom: 1px;*/
/*}*/


#start-menu {
    font-family: "Pixelated MS Sans Serif", sans-serif;
    position: absolute;
    bottom: 40px;
    left: 1px;
    width: 380px;
    height: 110px;
    background-color: #EFF4FA;
    border: 1px solid #0A246A;
    border-radius: 6px 6px 0 0;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    overflow: hidden;
    z-index: 1000000;
}

.start-header {
    height: 60px;
    background: linear-gradient(to right, #215CCA, #2D83E3);
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    padding-left: 16px;
    box-sizing: border-box;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-icon {
    width: 42px;
    height: 42px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #184693;
}

.user-name {
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}

.left-panel {
    width: 38%;
    height: 100%;
    background-color: #1F5EBB;
    padding-top: 60px;
    box-sizing: border-box;
}

.right-panel {
    width: 62%;
    height: 100%;
    background-color: #EFF4FA;
    padding-top: 60px;
    box-sizing: border-box;
    border-left: 1px solid #BAC9DB;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin: 2px 0;
    cursor: pointer;
}

.menu-item:hover {
    background-color: #2F71D5;
}

.menu-item img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.menu-item-info {
    display: flex;
    flex-direction: column;
}

.item-name {
    font-size: 11px;
    color: white;
    font-weight: bold;
}

.item-description {
    font-size: 9px;
    color: #CADCF5;
}

.right-menu-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    cursor: pointer;
}

.right-menu-item:hover {
    background-color: #C7E1F3;
}

.right-menu-item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.right-item-name {
    font-size: 11px;
    color: #1F1F1F;
}

.divider {
    height: 1px;
    background-color: #D6DCE5;
    margin: 5px 10px;
}

.all-programs {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin-top: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
}

.all-programs:hover {
    background-color: #2F71D5;
}

.all-programs-text {
    font-size: 11px;
    color: white;
    font-weight: bold;
    margin-right: 5px;
}

.arrow {
    width: 16px;
    height: 16px;
    background-color: #2A85DE;
    clip-path: polygon(40% 20%, 40% 80%, 80% 50%);
}

.bottom-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    background:linear-gradient(#2A85DE, #005df1);
    border-top: 1px solid #BAC9DB;
}

.bottom-button {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    margin: 5px;
    border-radius: 3px;
    cursor: pointer;
    color: white;
}

.bottom-button:hover {
    background-color: #C7E1F3;
}

.bottom-button img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.bottom-button-text {
    font-size: 13px;
}






.darkmode > .window {
    background: #171717 !important;
}

.darkmode > #node-window {
    color: white ;
    border: black;
}

.darkmode > .window > .window-body button {
    color: white !important;
    background: #252525 !important;
    border: 1px solid #8c8c8c;
}

.darkmode > .window > .window-body button[disabled] {
    color: white !important;
    background: #606060 !important;
    border: 1px solid #8c8c8c;
}

.darkmode > .window > .window-controls button {
    color: white !important;
    background: #252525 !important;
    border: 1px solid #8c8c8c;
}

.darkmode ::-webkit-scrollbar-track {
    background: #453f35 !important;
    border: 1px solid #d1d1d1 !important;
}

.darkmode label {
    color: white !important;
}

.darkmode > .window input {
    background-color: #373737;
    color: white;
}

.darkmode > .window input[readonly]{
    background-color: #1c1c1c !important;
    color: #ffffff;
}

.darkmode > #miner-window > div > #miner-console input {
    background: none !important;
    color: silver;
}

.darkmode > #miner-window > div > #miner-overview #mining-status {
    background: #616161;
    color: white;
}

.darkmode > #miner-window > div > #miner-devices a {
    color: white;
}

.darkmode > .window select {
    background-color: #373737;
    color: white;
}

.darkmode > .window textarea {
    background-color: #373737;
    color: white;
}

.darkmode > .window article {
    box-shadow: none !important;
    background: #252525 !important;
    border: 1px solid #8c8c8c;
}

.darkmode > .window fieldset {
    color: white;
    box-shadow: none !important;
    background: #252525 !important;
    border: 1px solid #8c8c8c;
}

.darkmode > .window .scroll-table {
    background: #252525 !important;
}

.darkmode > #miner-window > div > #miner-overview table td {
    background: #252525 !important;
}

.darkmode > .window table th {
    color: white;
    background: #252525 !important;
}


.darkmode > .window code {
    color: white;
    background: #252525;
}

.darkmode > .window fieldset > legend {
    color: #4e87ff;
}

.darkmode .quick-links > a {
    color: #7171ff !important;
}

.darkmode .quick-links > a[disabled] {
    color: grey !important;
}



.darkmode #shop-container {
    background: #2e2e2e;
}

.darkmode .product {
    background: #2e2e2e;
}

.darkmode .ex-tab-header {
    background: #454545;
    color: #ffffff;
}

.darkmode .price-up {
    color: #00ff00;
}

.darkmode .price-down {
    color: #ff8888;
}

.darkmode #chart svg {
    background: #2c2c2c;
}

.darkmode #chart {
    background: #2c2c2c;
}

.darkmode .wick {
    stroke: #8a8a8a;
    stroke-width: 1px;
}
/* Candlestick bodies */
.darkmode .candlestick {
    stroke: #8a8a8a;
    stroke-width: 1px;
}

.darkmode .axis path, .darkmode .axis line {
    stroke: #8a8a8a;
}

.darkmode .axis path, .darkmode .axis line {
    stroke: #8a8a8a;
}

.darkmode .web-warning {
    background-color: #373737;
    color: white;
}
/* Grid lines */
.darkmode .grid line {
    stroke: #8a8a8a !important;
}


.darkmode .gradient-buy {
    border: 1px solid #25a825 !important;
}

.darkmode .gradient-sell {
    border: 1px solid #c52222 !important;
}

.darkmode .product .button {
    background: #252525 !important;
    border: 1px solid #d6cd21 !important;
}

.darkmode .custom-alert-content {
    color: white;
    background: #2e2e2e !important;
}

.darkmode .custom-alert-buttons {
    color: white;
    background: #2e2e2e !important;
}

.darkmode .custom-alert-buttons button {
    color: white !important;
    background: #252525 !important;
    border: 1px solid #8c8c8c;
}