@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: yekanbakh;
    font-style: normal;
    font-weight: normal;
    src: url("../font/YekanBakh-SemiBold.eot");
    src: url("../font/YekanBakh-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/YekanBakh-SemiBold.woff2") format("woff2"), url("../font/YekanBakh-SemiBold.woff") format("woff"), url("../font/IranYekan/YekanBakh-SemiBold.ttf") format("truetype");
}

.yekanbakh {
    font-family: yekanbakh !important;

}

@font-face {
    font-family: nast;
    font-style: normal;
    font-weight: normal;
    src: url("../font/1/IranNastaliq.eot");
    src: url("../font/1/IranNastaliq.eot?#iefix") format("embedded-opentype"), url("../font/1/IranNastaliq.woff2") format("woff2"), url("../font/1/IranNastaliq.woff") format("woff"), url("../font/1/IranYekan/IranNastaliq.ttf") format("truetype");
}

.nast {
    font-family: nast !important;

}

.ppp {
    font-family: "tanha" !important;
    color: #A70002 !important;
}

.alin {
    color: #2F2E2F !important;
}

.alin:hover {
    color: #2F2E2F !important;
}

.alinw {
    color: #FFFFFF !important;
}

.alinw:hover {
    color: #FFFFFF !important;
}

.tbcustom {
    border: solid #e3effa thin !important;
}

.tbcustom:hover {
    border: solid #BFBFBF thin !important;
}

.shadow {
    box-shadow: none !important;
}

.cblack {
    color: #000000 !important;

}

.actzir {


    background: #e3effa !important;
}

.anstick {


    background-color: #e3effa !important;
}

.youtick {
    background-color: #e2e2e2 !important;

}

.notetick {
    background-color: #fff0e1 !important;

}

.texticket {
    width: 100%;
    height: 250px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    resize: none;
}

/*/////////////skeleton/////////*/
.container {
    max-width: 100%;
    margin: 0;
}

/* Skeleton styles */
.skeleton {
    background: linear-gradient(90deg, #e0e0e0 25%, #f8f8f8 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 5px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Skeleton elements */
.skeleton-header {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

.skeleton-body {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

.skeleton-body-barik {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
}

.skeleton-body-dokme {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.skeleton-body-dokmep {
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
}

.skeleton-body-dokmebox {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.skeleton-text {
    width: 100%;
    height: 15px;
    margin-bottom: 5px;
}

/* Real content */
.content {
    display: none;
}

/*/////////////skeleton/////////*/


/* مخفی کردن رادیو باتن پیش‌فرض */
.customcloud-radioa {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/* استایل برای <div> */
.customcloud-option {
    position: relative;
    padding: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: left;
}

/* قرار دادن مثلث در گوشه بالا سمت چپ */
.customcloud-radioa+.customcloud-labela::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 0px;
    /* گوشه سمت چپ */
    width: 0;
    height: 0;
    border-radius: 5px;
    border-top: 30px solid #FFFFFF;
    /* ارتفاع مثلث */
    border-left: 30px solid transparent;
    /* ضلع شفاف */


}

/* تغییر رنگ مثلث در حالت انتخاب شده */
.customcloud-radioa:checked+.customcloud-labela::before {
    border-top-color: #8EE4AF;
    /* رنگ سبز */
    border-radius: 5px;
    top: 0px;
    /*border-left-color: #4CAF50; /* رنگ سبز */
}

/* محتوای داخل <div> */
.customcloud-option-body {
    font-size: 14px;
    color: #333;
}

.customcloud-option-title {
    font-weight: bold;
    display: block;
}

.customcloud-option-body i {
    margin-right: 10px;
}


.foocloud {
    position: fixed;
    /* ثابت در صفحه */
    bottom: 0;
    /* به پایین صفحه بچسبد */
    left: 0;
    width: 100%;
    /* عرض فوتر */
    height: 60px;
    /* ارتفاع فوتر */
    background-color: #FFFFFF;
    /* رنگ پس‌زمینه */
    color: #000000;
    /* رنگ متن */
    text-align: left;
    /* تراز متن */
    line-height: 60px;
    /* متن عمودی وسط */
    padding-left: 10px;
}

hr {
    border: none;
    /* حذف حاشیه پیش‌فرض */
    height: 1px;
    /* ارتفاع خط */
    background-color: #C9C9C9;
    /* رنگ خط */
}

.cardclouda {
    background-color: #ffffff;
    position: relative;
}

.cardclouda-header {
    padding: 5px;
    display: flex;
    background-color: #FFFFFF;
}

.cardcloud {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #8EE4AF;
    padding: 7px;
    position: relative;
}

/* حاشیه خارجی با فاصله کم */
.cardcloud::before {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 1px solid #e0e0e0;
    /* رنگ خاکستری ملایم */
    border-radius: 10px;
    z-index: -1;
    /* پشت کارت قرار می‌گیرد */
}

.cardcloud-header {
    background-color: #E3F2FD;
    /* آبی پاستیلی */
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardcloud-header .status {
    color: #CAFAFE;
    /* آبی تیره */
    font-weight: bold;
}

.cardcloud-header .flag {
    display: flex;
    align-items: center;
}

.cardcloud-header .flag img {
    width: 24px;
    height: 16px;
    margin-left: 8px;
}

.cardcloud-body {
    padding: 5px;
}

.cardcloud-body .title {
    font-size: 18px;
    font-weight: bold;
    color: #0D47A1;
    /* آبی تیره */
    margin-bottom: 8px;
    text-align: right;
    margin-right: 5px;
}

.cardcloud-body .location {
    font-size: 14px;
    color: #000000;
    margin-top: 8px;
    font-weight: normal;
}

.tagclouds {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tagcloud {
    background-color: #F0F0F0;
    color: #333;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 12px;
}

.tagcloud.active {
    background-color: #E3F2FD;
    /* آبی پاستیلی */
    color: #1565C0;
    /* آبی تیره */
}

.cardcloud-footer {
    background-color: #fafafa;
    padding: 12px 16px;
    text-align: center;
    font-size: 12px;
    color: #999;
}


.hidden-on-mobile {
    display: block;
    /* در نسخه دسکتاپ نمایش داده شود */
}

.hidden-on-desc {
    display: none;
    /* در نسخه ُسیستم مخفی شود */
}

@media screen and (max-width: 768px) {
    .hidden-on-mobile {
        display: none;
        /* در نسخه موبایل مخفی شود */
    }

    .hidden-on-desc {
        display: block;
        /* در نسخه موبایل نمایش داده شود */
    }
}