* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    background: radial-gradient(circle, #3f3d3d, black);
    color: #d8d8d8;
    font-family: play,sans-serif;
    font-size: 16px;
    overflow: hidden;
    height: 100%
}

@media screen and (max-width: 800px) {
    body {
        font-size:15px
    }
}

.glow-circle {
    width: 595px; /* Rectangle width */
    height: 427px; /* Rectangle height */
    background-color: white; /* Rectangle color */
    border-radius: 10px; /* Optional: rounded corners */
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7); /* White glowing effect */
    position: absolute;
    top: 300px; /* Y-position */
    left: 792px; /* X-position */
    z-index: 10; /* Optional: ensures the rectangle is above other content */
    margin: 0 auto;
    border-radius: 30px;/* Center the circle horizontally */
    animation: pulse 1.5s infinite; /* Optional: pulsing animation */
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 20px rgba(255, 254, 254, 0.5);
    }
    50% {
        box-shadow: 0 0 30px rgba(246, 246, 247, 0.8);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    }
}


.mdc-button .mdc-button__ripple[data-v-e98bfee6], .mdc-button[data-v-e98bfee6] {
    border-radius: 30px;
}

@media (min-width: 1230px) {
    .header .header__text-container[data-v-7bf311b9] {
        text-align: left;
    }
}

div.header__text-container[data-v-7bf311b9] {
    height: 350px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: left;
    left: 67px;
    position: absolute;
    top: 200px;

}

div.header__text-container h3[data-v-7bf311b9] {
    font-size: 1.3rem;
    font-weight: 400;
    opacity: .7;
    margin-top: 0;
    margin-bottom: 2rem;
}

div.header__text-container h1[data-v-7bf311b9] {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}


h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}



.mdc-button--raised[data-v-e98bfee6]:not(:disabled), .mdc-button--unelevated[data-v-e98bfee6]:not(:disabled) {
    background: #de219a;
    background: linear-gradient(45deg, #00ccf3, #087184) !important;
}



#map-canvas {
    position: fixed;
    width: 90%;
    height: 90%;
    top: 10%;
    left: 60px;
    z-index: -1
}

#chart-canvas {
    position: fixed;
    width: 480px;
    height: 360px;
    bottom: 30px;
    left: 20px
}

@media screen and (max-width: 800px),screen and (max-height:640px) {
    #map-canvas {
        width:100%;
        height: 100%;
        top: 0;
        left: 0
    }

    #chart-canvas {
        display: none
    }
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px 5px
}

#ads {
    width: 728px;
    height: 90px;
    margin-top: 5px;
    margin-left: 15px
}

@media screen and (max-width: 880px) {
    #ads {
        display:none
    }
}

#mobile-ads {
    display: block;
    width: 300px;
    height: 100px;
    margin-top: 5px;
    margin-left: 15px
}

@media screen and (min-width: 880px) {
    #mobile-ads {
        display:none
    }
}

.logo {
    position: absolute;
    top: -20px;
    left: -40px;
    background: url(tradenodes.png) no-repeat;
    background-size: contain;
    width: 400px;
    height: 200px;
    display: block;
    text-indent: -9999px;
    margin-bottom: 3px;
    overflow: hidden
    
}

.logo2 {
    position: absolute;
    top: 5px;
    left: 90px;
    background: url(tradenodestext.png) no-repeat;
    background-size: contain;
    width: 400px;
    height: 200px;
    display: block;
    text-indent: -9999px;
    margin-bottom: 3px;
    overflow: hidden
    
}

.user-agents {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 15px;
    text-align: right;
    opacity: .9
}

.user-agent {
    display: inline-block;
    text-align: left;
    margin: 1em 0;
    margin-left: 1em
}

@media screen and (max-width: 1480px) {
    .user-agent {
        display:block;
        text-align: inherit
    }
}

@media screen and (max-width: 800px),screen and (max-height:640px) {
    .user-agents {
        display:none
    }
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.status>span {
    float: left;
    min-height: 5em;
    padding-top: 1.2em;
    border-left: 4px solid rgba(255,255,255,.1);
    padding-left: 1em;
    margin-bottom: 5px
}

.label {
    display: block;
    opacity: .9
}

.number {
    font-size: 1.5em;
    color: #fff;
    opacity: .9
}

#last-node {
    margin-left: 15px
}

#height {
    float: right;
    margin-right: 3em
}

#reachable-nodes {
    float: right;
    margin-right: 15px
}

.percentage {
    float: left;
    width: 100%;
    height: 4px
}

#completed {
    background: #00ccf3;
    width: 0;
    height: inherit
}

@media screen and (max-width: 1280px) {
    #last-node .label {
        max-width:14em;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width: 1024px) {
    #reachable-nodes,#height {
        display:none
    }
}

a {
    color: #d8d8d8;
    text-decoration: none
}

a:hover {
    color: #fff
}

.height {
    color: #44deb9
}

.height.stalled {
    color: #de446a
}

div.elapsed {
    position: absolute;
    right: 6px;
    bottom: 9px;
    color: #d8d8d8;
    opacity: .9
}
