.telegram-link{display:block;width:60px;height:60px;position:relative}.telegram-link::after{content:'';position:absolute;top:5px;right:5px;width:12px;height:12px;background-color:#0f0;border-radius:50%;z-index:1}.telegram-link img{width:60px;border-radius:60%;z-index:2}.telegram-icon{position:fixed;bottom:20px;right:20px;z-index:9999}.chat-box{position:fixed;bottom:20px;right:20px;width:300px;background-color:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1)}.chat-header{padding:10px;border-bottom:1px solid #ccc;display:flex;align-items:center;color:#000}.chat-header img{width:60px;height:60px;border-radius:50%;margin-right:10px}.chat-content{padding:10px;background-color:#f0f0f0;color:#000}.support-info h3,.support-info p{margin:0}.close-btn{cursor:pointer;position:absolute;top:5px;right:5px;font-size:20px;color:#999}.telegram-chat-link{display:inline-block;padding:5px 10px;background-color:#08c;color:#fff;text-decoration:none;border-radius:5px;margin:2px}.fb-chat-link{display:inline-block;padding:5px 10px;background-color:#d23eeb;color:#fff;text-decoration:none;border-radius:5px}.telegram-chat-link img{width:20px;margin-right:5px}
.telegram-chat-link {
    display: flex;
	font-size: 14px;
}
.close-btn {
    font-size: 30px;
    text-decoration: none;
    top: -10px;
}
div#no-result, #err-bank-sell {
    color: red;
    font-size: 18px;
}
#err-bank-sell {
	margin-top:-10px;
}
div#verified-sell {
    color: green;
    font-size: 18px;
    margin-top: -8px;
}
div#final-status {
    color: green;
}

.chart-container {
    position: relative;
    max-width: 480px;
    margin: 60px auto;
    font-size: 12px;
    font-family: sans-serif;
    color: #000;
    font-weight: 500;
}

.chart-top-label,
.chart-bottom-label {
    position: absolute;
    transform: translateX(-50%);
}

.chart-top-label {
    top: -22px;
    color: #ccc;
}

.chart-bottom-label {
    top: 40px;
    color: #ccc;
}

.chart-bar {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #e5e7eb;
    border-radius: 8px;
    overflow: visible;
}

.chart-fill {
    height: 100%;
    background-color: #facc15;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
}

.chart-tick {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #0A2C46;
    opacity: 0.8;
    z-index: 10;
}

.chart-current {
    position: absolute;
    top: -46px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.chart-current-value {
    font-size: 11px;
    white-space: nowrap;
    color: #facc15;
}

.chart-current-line {
    width: 1px;
    height: 25px;
    background-color: #facc15;
    margin-top: 2px;
}