@font-face {
font-family: "Yekan";
src: url("https://clixori.com/dana/assets/BYekan.woff2") format("woff2");
unicode-range: 
U+0600-06FF;
font-weight: normal;
font-style: normal;
}
html {
    max-width: 1600px;
    margin: auto;
}
body { font-family: "Yekan", sans-serif; line-height: 1.6; margin: 20px auto; padding: 0 20px; direction: rtl;}
.content { background: #fff; padding: 20px; border-radius: 8px;}	
a#tv-attr-logo { display: none; }
div#ohcl-info { font-size: 12px; }
#ta-chart-container {
position: relative;
height: 330px;
width: 100%;
margin: 20px 0;
border: 1px solid #ddd;
}
.tophead {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: -10px 0;
}
.symbol {
    display: flex;
    align-items: center;
    gap: 10px;
    direction: ltr;
}
.orderType {
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;   
}
.time {
    font-size: 12px;
    color: #555;
    margin-left: 0;
    padding: 5px 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
}
.logo {
    display: flex;
    align-items: center;
	margin-top: 8px;
}
.logoImg {
    max-width: 200px;
    height: auto;   
}
.options {
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    justify-content: center;
}
.model {
    background-color: #28a745;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    flex-shrink: 0;
}
.usedToken {
    font-size: 12px;
    color: #555;
    padding: 3px 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap;
    flex-shrink: 0;
}
.indicator {
    background-color: #4682b4; 
    color: white; 
    padding: 3px 10px; 
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}
#ta-show-live-btn, #resetChartButton {
position: absolute;
bottom: 20px;
right: 73px;
transform: translateY(-50%);
width: 30px;
height: 30px;
background-color: #0040ff88;
color: white;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
z-index: 1000;
padding: 0 0 3px;
border-radius: 5px;
}
#resetChartButton {
right: 110px;
padding: 0;
}
#no-new-data {
	opacity: 0;
    transition: opacity 0.5s ease 0s;
    position: absolute;
    bottom: 35px;
    right: 147px;
    font-size: 12px;
    z-index: 99999;
    background-color: #faebd7;
    border-right: solid 3px #ff8080;
    padding: 0.35rem;
    direction: rtl;	
}
#ohcl-info {
position: absolute;
padding: 5px;
color: #000;
font-size: 12px;
display: none;
z-index: 1001;
}

.disclaimer { background: #ffe4e1; padding: 20px; font-size: 12px;}
.disclaimer h1, h2{
color: #0056b3;
font-size: 12px;
}
ul {
list-style-type: disc;
margin-right: 20px;
}
.note {
background-color: #00ffff;
padding: 10px;
border-right: 5px solid #0056b3;
margin-top: 20px;
}
.site-footer {
background-color: #333;
color: #eee;
padding: 40px 20px 20px 20px;
margin-top: 20px;
}
.footer-container {
display: flex;
justify-content: space-between;
margin: auto;
}
.footer-col {
flex: 1;
}
.footer-col h3 {
margin-bottom: 12px;
font-size: 18px;
color: #fff;
}
.footer-col p,
.footer-col ul {
margin: 0;
line-height: 1.6;
font-size: 13px;
}
.footer-center ul {
list-style: none;
padding: 0;
}
.footer-center ul li {
margin-bottom: 5px;
}
.footer-center ul li a {
color: #ccc;
text-decoration: none;
}
.footer-center ul li a:hover {
color: #fff;
}
.version {
font-size: 0.8em; 
color: #aaa;           
margin-left: 8px;       
}
.footer-logos {
display: flex;
gap: 12px;        
margin: 12px 0;
}
.footer-logo {
width: 40px;   
height: auto;
display: block;
}
.footer-logo-2 {
width: 95px;   
height: auto;
display: block;
}
.space{
border-right: solid 1px #e5e5e5;    
}
.copyright {
text-align: center;   
background-color: #444;
padding: 5px 0;
margin-top: 40px;
}
.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: -20px;
}
.stat-card {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px 10px 10px;
  display: flex;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  height: 45px;
}
.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.stat-card:nth-child(1)::before {
  background-color: #3498db;
}
.stat-card:nth-child(2)::before {
  background-color: #27ae60;
}
.stat-card:nth-child(3)::before {
  background-color: #e67e22;
}
.stat-card:nth-child(4)::before {
  background-color: #a9a9a9;
}
.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-top: 4px;
}
.stat-icon.total {
  background-color: #3498db;
}
.stat-icon.advanced {
  background-color: #27ae60;
}
.stat-icon.standard {
  background-color: #e67e22;
}
.stat-icon.client {
  background-color: #a9a9a9;
}
.stat-details {
  flex: 1;
}
.stat-details h3 {
  color: #7f8c8d;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.stat-number {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
}
@media screen and (max-width: 600px) {
.tophead {
    gap: unset;
}
.logo {
    justify-content: center;
}
.symbol {
	display: unset;
    margin: auto;
}
h1.title-up {
    text-align: center;
}
.time {
    padding: 7px 10px;
    top: -2px;
    position: relative;
}
.footer-container {
    display: block;
}
}