﻿@import url(http://fonts.googleapis.com/css?family=Ubuntu); /* FREE GOOGLE FONT */
@import url(http://fonts.googleapis.com/css?family=Oswald); /* FREE GOOGLE FONT */

body {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    background-color:#000;
    padding-top: 8px;
}

.st-block {
    text-align: center;
}

.st-btn {
    margin-top: 1rem;
}

.st-value>span:empty::before {
    content: "0.00";
    color: #636c72;
}

#st-ip:empty::before {
    content: "___.___.___.___";
    color: #636c72;
}

.title {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    position: relative;
    top: 8px;
}

.full-width {
    width: 100%;
    text-align: center;
    margin-top: 14px !important; 
}

.block {
    color: #fff;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

/* ВЕРНУЛ КАК БЫЛО */
.tutecni-font {
    font-family: 'Special Elite';
}

/* --- ПОЛОСКИ ПРОГРЕССА --- */
.st-progress-bg {
    width: 65%;
    height: 4px;
    background: #222;
    margin: -10px auto 10px;
    border-radius: 2px;
    overflow: hidden;
}

.st-progress-fill {
    width: 0%;
    height: 100%;
    background: #007bff; /* Синий для скорости */
    transition: width 0.4s ease; 
}

.st-ping-color {
    background: #AA6060 !important; /* Цвет для пинга/джиттера */
}

/* СТИЛИ GEO */
#st-full-geo {
    font-family: monospace;
    color: #666;
    margin-bottom: 15px;
    
    height: 1.2em; 
    line-height: 1.2em;
    overflow: hidden;
    
    margin-top: -20px !important; 
    visibility: hidden;
}

#st-full-geo:not(:empty) {
    visibility: visible;
}

a.tutecni-font {
    text-decoration: none !important;
}

a.tutecni-font:hover {
    color: red !important;
    text-decoration: none !important;
}