

#CSPBTn
{
    cursor: pointer;
}
.LTR
{
    direction: ltr;
}








/* منوی ثابت سمت راست در دسکتاپ */
@media (min-width: 992px) 
{
    aside.desktop-menu 
    {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 240px;
        background: #f5f5f5;
        border-left: 1px solid #e3e3eb;
        padding: 1rem;
        z-index: 1030;
    }

    main.main-content {
        margin-right: 240px; /* فضای منو در دسکتاپ */
    }
}

.bTnminimal {
    
    color: #6e6e80;
    border: none;
    transition: background 0.3s;
    text-align: right;
    font-size: 14px;
}

.bTnminimal:hover {
    background-color: #f1f1f1;
}

.menubTn {
    width: 56px;
    height: 56px;
    font-size: 1.4rem;
}

.acTive
{
    font-weight: bold;
    color: #222;
}

.bTnminimal.loading {
  pointer-events: none;
  opacity: 0.8;
  position: relative;
}

.bTnminimal.loading .spinner 
{
  position: absolute;
  left: 14px;
  top: 8.6px;
}


#auThor {
    background: linear-gradient(to bottom, #e0edf5, #ffffff);
    height: 100vh;
    overflow: auto;
}

#AssisTanT {
    background: rgba(0, 255, 0, 0.01);
    height: 100vh;
    overflow: auto;
}


#AssisTanT .brand-badge
{
  box-shadow: 4px 4px 32px 8px #2c523b inset;
}

#analysis {
    background: linear-gradient(to bottom, #f9e0e1, #ffffff);
    height: 100vh;
    overflow: auto;
}
#Telegram {
    background: linear-gradient(to bottom, #0088cc33, #ffffff);
    height: 100vh;
    overflow: auto;
}
#whaTsapp {
    background: linear-gradient(to bottom, #DCF8C6, #ffffff);
    height: 100vh;
    overflow: auto;
}
#woocommerce {
    background: linear-gradient(to bottom, #E6E6FA , #ffffff);
    height: 100vh;
    overflow: auto;
}
#api {
    background: linear-gradient(to bottom, #EEEEEE , #ffffff);
    height: 100vh;
    overflow: auto;
}
 
 
#auThor .container,#AssisTanT .container,#analysis .container,#Telegram .container,#whaTsapp .container,#woocommerce .container
{
    border-radius: 16px;
}


.border-DCF8C6 {
  --bs-border-opacity: 1;
  border-color: #DCF8C6 !important;
}
.btn-DCF8C6 {
  --bs-btn-color: #000;
  --bs-btn-bg: #DCF8C6;
  --bs-btn-border-color: #DCF8C6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #DCF8C6;
  --bs-btn-hover-border-color: #DCF8C6;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #DCF8C6;
  --bs-btn-active-border-color: #DCF8C6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #DCF8C6;
  --bs-btn-disabled-border-color: #DCF8C6;
}










.dashboard * {
      box-sizing: border-box;
}

.dashboard .dash-wrap {
    max-width: 1600px;
    margin: 0 auto;
}

.dashboard .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.dashboard .brand {
    display: flex;
    gap: 12px;
    align-items: center;
}

.dashboard .brand-badge {
width: 44px;
  height: 44px;
  border-radius: 24px 24px 24px 40px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border: none;
  box-shadow: 4px 4px 32px 8px #000 inset;
}

.dashboard .brand h1 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.dashboard .brand p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

.dashboard .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

@media (max-width: 992px) {
    .dashboard .cards {
    grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .dashboard .cards {
    grid-template-columns: 1fr;
    }

    .dashboard .header {
    flex-direction: column;
    align-items: flex-start;
    }
}

.dashboard .sTaTcard {
    background: #fff;
    border-radius: 24px 24px 24px 40px;
    padding: 18px;
    border: 1px solid rgba(15,23,42,0.05);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.dashboard .sTaTcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(15,23,42,0.08);
}

.dashboard .sTaTTop {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.dashboard .sTaTicon
{
    width: 52px;
    height: 52px;
    border-radius: 24px 24px 24px 40px;
    display: grid;
    place-items: center;
    background: rgba(0,0,0,0.03);
    flex-shrink: 0;
    box-shadow: 4px 4px 32px 8px #ccc inset;
    font-size: 22px;
    font-weight: bold;
}

.dashboard .stat-value {
    font-size: 20px;
    font-weight: 700;
}

.dashboard .stat-label {
    font-size: 18px;
    width: 100%;
    color: #000;
    font-weight: bold;
}

.dashboard .stat-desc {
    font-size: 13px;
    color: #6b7280;
    margin-top: 6px;
}

.dashboard .stat-actions {
    margin-top: 6px;
    width: 100%;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    }

    .dashboard .btn-sm-GhosT {
      padding: 6px 12px;
      border-radius: 10px;
      border: 1px solid rgba(15,23,42,0.06);
      background: transparent;
      font-size: 13px;
      text-decoration: none;
    }

    .dashboard .balance-value {
      font-size: 20px;
      font-weight: 800;
      color: #065f46;
    }

    .dashboard .small-note {
      font-size: 12px;
      color: #9ca3af;
    }




.btn,.rounded 
{
    border-radius: 24px 24px 24px 40px !important;
}