@font-face {
    font-family:yekan;
    src: url(/static/assets/fonts/yekan.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family:yekanB;
    src: url(/static/assets/fonts/yekan-bold.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family:yekanS;
    src: url(/static/assets/fonts/yekans.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family:yekanSb;
    src: url(/static/assets/fonts/yekansb.ttf) format("truetype");
    font-display: swap;
}
body {
    font-family: yekanSb;
}
.nav-link {
    font-family: yekanSb;
}
.text-justify {
    text-align: justify;
}
.font-normal{
    font-family: yekan;
    font-weight: bold;
    font-size: 14px;
}
.donate-amount {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid #ccc;
    line-height: 65px;
    text-align: center;
}
.font-14 {
    font-size: 14px;
}
.font-12 {
    font-size: 12px;
}
.line-height-30 {
    line-height: 30px;
}
.dash-nav-item{
  cursor: pointer;
}
.dash-nav-item.active{
  background: #d3f9cd;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.header-row-cell {
    font-family: 'yekan';
}

.pwt-btn.pwt-btn-switch {
    font-family: 'yekan';
}

span {
    font-family: 'yekan';
}
.glass-box {
            width: 320px;
            padding: 24px;
            border-radius: 20px;

            /* شیشه‌ای */
            background: rgba(255, 255, 255, 0.18);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);

            /* حاشیه و سایه */
            border: 1px solid rgba(255, 255, 255, 0.35);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);

            color: #fff;
        }

.font-12 {
    font-size: 12px !important;
}
.menu-box {
    width: 320px;
    padding: 10px;
    border-radius: 20px;
    bottom: 10px;
    /* شیشه‌ای */
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* حاشیه و سایه */
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    color: #fff;
}