@font-face {
    font-family: MyFont;
    src: url(fonts/Roya.ttf);
    src: url(fonts/IranNastaliq.ttf);
    src: url(fonts/Yekan.ttf);
    src: url(fonts/TitrBold.ttf);
    src: url(fonts/Vazir-Bold.ttf);
    src: url(fonts/Vazirmatn-Medium.ttf);
    src: url(fonts/Vazirmatn-RD[wght].woff2);
    src: url(fonts/Vazirmatn[wght].woff2);
    src: url(fonts/Vazirmatn-Regular.woff2);
    src: url(fonts/Vazir.ttf)
}

@font-face {
    font-family: FarsiNumber;
    font-style: normal;
    src: url(fonts/Vazirmatn-FD-Black.ttf);
    src: url(fonts/Vazirmatn-FD-Regular.ttf)
}

body {
    font-family: MyFont;
    font-size: 14px;
    background-color: #fff;
    direction: rtl
}

* {
    padding: 0;
    margin: 0
}

h1, h2, h3, h4, h5, p, nav {
    font-family: MyFont !important
}

a {
    color: #5f5f5f
}

li {
    list-style: none
}

a:link {
    text-decoration: none
}

.fa-size {
    font-size: 15px
}

.fa-size_google {
    font-size: 35px;
    color: red;
    margin-top: 10px
}

    .fa-size_google:hover {
        color: #c82525;
        transition: all .3s;
        cursor: pointer
    }

hr {
    display: block;
    border-style: inset;
    border-width: 1px;
    color: #ccc;
    opacity: .5;
    margin: .5em auto
}

.row-static {
    width: 100%;
    height: 200px
}

.row-static_Slide {
    width: 100%;
    height: auto
}

#main {
    width: 100%;
    height: auto
}

#Header {
    height: 40px;
    box-sizing: border-box
}

    #Header section ul li {
        margin: 9px auto;
        display: inline-block;
        margin-right: 20px
    }

        #Header section ul li i {
            margin: 0 5px;
            color: #5f5f5f
        }

    #Header ul li a:hover {
        color: #0cf;
        transition: all .3s
    }

#navbar {
    height: 40px
}

    #navbar ul {
        margin-top: 15px
    }

        #navbar ul li {
            display: inline-block;
            padding: 0 10px
        }

            #navbar ul li a {
                font-size: 12px;
                color: black;
                padding: 10px;
                border-radius: 4px;
            }

                #navbar ul li a:hover {
                    color: #2655f8;
                    background-color: #f5f5f5;
                    transition: all .3s
                }

#navbarres {
    font-size: 22px;
    margin-top: 10px;
    cursor: pointer;
    position: relative
}

    #navbarres:hover {
        color: #0cf;
        transition: all .5s
    }

    #navbarres ul {
        position: absolute;
        top: 25px;
        right: 0;
        width: 240px;
        border-bottom: 3px solid #1bbef5;
        background-color: #fff;
        z-index: 2;
        display: none
    }

        #navbarres ul li {
            padding: 5px 20px;
            display: block
        }

            #navbarres ul li a {
                font-size: 12px
            }

                #navbarres ul li a:hover {
                    color: #0cf;
                    transition: all .3s
                }

#brand ul {
    margin-top: 30px;
    margin-right: 100px
}

    #brand ul li {
        display: inline-block;
        padding-right: 30px
    }

        #brand ul li a span {
            padding: 0 20px
        }

        #brand ul li a:hover {
            color: #0cf;
            transition: all .3s
        }

#brandRes {
    font-size: 22px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
    margin-left: 20px
}

    #brandRes:hover {
        color: #0cf;
        transition: all .5s
    }

    #brandRes ul {
        position: absolute;
        top: 0;
        left: 20px;
        width: 240px;
        border-bottom: 3px solid #1bbef5;
        background-color: #fff;
        z-index: 2;
        display: none
    }

        #brandRes ul li {
            padding: 5px 20px;
            display: block
        }

            #brandRes ul li a {
                font-size: 12px
            }

                #brandRes ul li a:hover {
                    color: #0cf;
                    transition: all .3s
                }

.logo {
    padding: 5px
}

    .logo img {
        width: 150px;
        height: 50px
    }

#MegaMenu {
    height: 45px;
    background-color: #2c373b
}

#MegaMenu_Item ul {
    margin-top: 12px
}

    #MegaMenu_Item ul li {
        display: inline-block;
        border-left: 1px solid #425053;
        padding: 0 10px;
        position: relative
    }

        #MegaMenu_Item ul li a {
            font-size: 14px;
            color: #dfdbdb
        }

            #MegaMenu_Item ul li a:hover {
                color: #0cf;
                transition: all .3s
            }

        #MegaMenu_Item ul li ul {
            position: absolute;
            top: 20px;
            right: 0;
            display: none;
            background-color: #2c373b;
            height: auto;
            width: 250px;
            margin-top: -2px;
            padding-top: 20px;
            border-bottom: 3px solid #1bbef5;
            z-index: 15
        }

            #MegaMenu_Item ul li ul li {
                display: block;
                padding: 5px 20px
            }

#MegaMenu_Item_Res i {
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
    cursor: pointer
}

    #MegaMenu_Item_Res i:hover {
        color: #0cf;
        transition: all .5s
    }

#MegaMenu_Item_Res ul {
    display: none;
    background-color: #2c373b;
    height: auto;
    width: 250px;
    margin-top: -2px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #1bbef5;
    overflow: auto;
    position: sticky;
    z-index: 50
}

    #MegaMenu_Item_Res ul li {
        padding: 5px 20px;
        height: auto;
        position: relative
    }

        #MegaMenu_Item_Res ul li a {
            color: #fff
        }

            #MegaMenu_Item_Res ul li a:hover {
                color: #1bbef5;
                transition: all .3s
            }

.MegaMenu_ItemRes_Icon::after {
    position: absolute;
    top: 12px;
    right: 80%;
    content: "";
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer
}

.MegaMenu_ItemRes_Icon_Close::after {
    position: absolute;
    top: 12px;
    right: 80%;
    content: "";
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fff;
    cursor: pointer
}

#MegaMenu_Item_Res ul li ul {
    display: none;
    background-color: #2c373b;
    height: auto;
    width: 250px;
    padding-top: 20px;
    margin-right: -20px;
    border-bottom: 3px solid #1bbef5;
    z-index: 5
}

    #MegaMenu_Item_Res ul li ul li {
        padding-right: 30px
    }

#MegaMenu-body {
    position: relative
}

#telegram {
    height: 46px;
    background-color: #1bbef5;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 0;
    left: 2%;
    width: 100px
}

    #telegram a {
        color: #fff;
        font-size: 18px
    }

    #telegram p {
        margin-top: 10px
    }

    #telegram:hover {
        background-color: #0494b8;
        transition: all .5s
    }

#slide {
    background-image: url(../img/land3.png);
    height: 658px;
    width: 100%;
    background-repeat: repeat-x;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden
}

.slider-background {
    position: absolute;
    top: 0;
    right: 20%;
    width: 100%;
    height: 100%
}

#slide h2 {
    font-weight: bolder;
    color: #fff;
    padding-top: 20px
}

#slide h3 {
    color: #fff;
    margin-top: 20px
}

#search {
    margin-top: 80px
}

#Search_Box {
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 10px;
    box-sizing: content-box;
    padding: 0 10px;
    margin-right: -20px
}

#btn-Serach {
    position: absolute;
    top: 15px;
    left: 25px;
    background-color: transparent;
    border: none
}

    #btn-Serach i {
        color: #2655f8;
        font-size: 20px;
        padding: 0 5px
    }

#Slide-Detail {
    margin-top: 170px
}

    #Slide-Detail span {
        color: #fff;
        font-size: 25px
    }

    #Slide-Detail img {
        margin-right: 29%
    }

.tabligh {
    margin: 20px 0
}

    .tabligh div {
        border-radius: 50px;
        background: linear-gradient(145deg,#fbfdff,#d4d4d9)
    }

.all-product-header {
    text-align: center;
    transition: all .5s;
    border-radius: 10px;
    background: #2655F8;
}

    .all-product-header p {
        color: #fff;
        font-size: 15px;
        margin-top: 10px
    }

.line {
    border-bottom: 1px solid #3a00f8;
    width: 59%;
    height: 1px;
    margin-top: -15px
}

.product_main {
    border-radius: 5px;
    background: #fff;
    box-shadow: 4px 4px 7px #d9d9d9,-4px -4px 7px #fff
}

.ProductBody {
    height: auto;
    max-height: 550px;
    margin-top: 20px;
    padding-bottom: 50px;
    position: relative;
    border-radius: 4px;
    background: #fff;
}

.ArticleBody {
    height: auto;
    max-height: 650px;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    border-radius: 10px;
    background: #fff
}

.ProductBody_StaticAnimation {
    height: auto;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 50px;
    overflow: hidden;
    transform: translateX(-50px);
    opacity: 0;
    transition: all 400ms ease-out
}

figure.ProductBody_StaticAnimation.is-showing {
    opacity: 1;
    transform: translateX(0px)
}

.Product_Image {
    width: 100%;
    object-fit: contain;
    border-radius: 4px 4px 0 0
}

.Article_Image {
    object-fit: contain;
    border-radius: 10px
}

.Product-Link {
    margin: 16.5px 11.73px 0 11.73px;
    color: #2c373b;
    display: block;
    font-size: 16px;
    transition: all .2s;
    height: 50px;
    font-weight: 500;
    max-height: 50px;
    border-bottom: 1px solid rgba(14, 20, 39, 0.18)
}

    .Product-Link:hover {
        color: #1bbef5
    }

.priceporder {
    color: #2655F8;
    font-weight: 800;
    font-size: 14px;
    margin-top: 10px;
}

.Product_Caption {
    margin-top: 10px;
    padding: 0 10px
}

.Img_Body {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: hidden
}

.Article-Img_Body {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 250px;
    overflow: hidden
}

.Product_Hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66,69,231,0.76);
    display: none;
    border-radius: 4px
}

    .Product_Hover > div {
        margin: 8px auto;
        width: 90%;
        height: 90%;
        border-left: 2px solid green;
        border-right: 2px solid green
    }

    .Product_Hover i {
        color: #fff
    }

    .Product_Hover span {
        margin: 12% auto;
        color: #fff
    }


.Product_Detail {
    height: auto;
    background-color: #dcfce7;
    padding: 5px;
    border-radius: 50px
}

    .Product_Detail a {
        color: #08a242
    }

    .Product_Detail:hover a {
        color: #dcfce7;
    }

    .Product_Detail:hover {
        background-color: #08a242;
    }

.clock {
    line-height: 35px;
    color: #2655F8;
    font-size: 15px;
    word-spacing: 1px;
    padding: 0 0 8px 7px;
    margin-right: 2px
}

.time-product-index {
    line-height: 35px;
    color: #23262F;
    font-size: 15px;
    word-spacing: 1px;
    padding: 7px 0 8px;
    margin-right: 2px;
    font-weight: 400
}

.register {
    height: auto;
    width: 100%;
    text-align: center;
    position: relative
}

    .register a {
        border-radius: 50px;
        margin-top: 20px;
        cursor: auto
    }

.register-background {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px
}

.work-in-site p {
    text-align: justify;
    line-height: 30px;
    padding: 50px 20px
}

.proposal {
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 50px
}

.news-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

    .news-background img {
        width: 100%;
        height: 100%
    }

.proposal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png)
}

.Login-register-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png)
}

.CustomShadowUserpanel {
    border-radius: 50px;
    background: #e0e0e0;
    box-shadow: 33px 33px 66px #bebebe,-33px -33px 66px #fff
}

.proposal h3 {
    background-color: #2655F8;
    padding: 10px;
    margin: 10px auto 0 auto;
    width: 250px;
    border-radius: 50px;
    color: #fff
}

.ShoutDiscription {
    margin-top: 10px;
    text-align: justify;
    height: 50px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #72777d;
}

.news {
    width: 100%;
    height: auto;
    position: relative
}

    .news h4 {
        font-weight: bolder;
        margin-top: 40px;
        color: #252525
    }

    .news p {
        color: #252525
    }

.news_Form {
    margin-top: 30px
}

    .news_Form input {
        border: 1px solid #5f5f5f;
        height: 50px
    }

.btn-color {
    background-color: #425c81;
    color: #fff
}

    .btn-color:hover {
        background-color: #465357;
        transition: all .2s
    }

.footer {
    padding-top: 50px;
    height: auto;
    background-color: #2c373b
}

    .footer a {
        color: #fff
    }

    .footer h3 {
        color: #fff
    }

    .footer p {
        color: #fff
    }

    .footer h3 {
        color: #fff
    }

    .footer h4 {
        color: #fff
    }

    .footer h5 {
        color: #fff
    }

    .footer h2 {
        color: #fff
    }

    .footer ul {
        margin-top: 20px
    }

        .footer ul li {
            padding-top: 10px
        }

    .footer a:hover {
        color: #3aa864;
        margin-right: 5px;
        transition: all .5s
    }

.footer-logo img {
    background-color: #fff
}

.padding {
    height: auto;
    padding-bottom: 100px
}

.link li {
    list-style: none;
    display: inline-block;
    color: #20282a;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25rem;
}

.header-singleProduct {
    margin-top: 30px
}

    .header-singleProduct h1 {
        font-size: 20px
    }

.main {
    margin-top: 50px;
    padding-bottom: 100px
}

.image_Single_Product {
    padding: 20px 0;
    width: 100%;
    height: 100%
}

.Discription h2, h3 {
    font-size: 18px;
    color: inherit
}

.Discription p {
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
    padding: 5px 0;
    color: #2c373b
}

.a-paragraph {
    color: blue;
    font-size: 18px
}

.video {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.Tab_Button li {
    display: inline-block;
    border: 1px solid #20282a18
}

    .Tab_Button li a {
        border-radius: 0
    }

.Tab_Button a.active, .Tab_Button a:hover {
    border-top: 2px solid #000
}

.counter {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-radius: 100%;
    position: relative;
    margin-left: 10px;
    margin-top: 30px
}

    .counter span {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        background-color: #2655f8;
        color: #fff;
        line-height: 34px;
        border: 2px solid #fff;
        font-size: 18px;
        text-align: center;
        font-style: normal;
        position: absolute;
        right: .5px;
        top: .5px
    }

.video-tab ul li {
    position: relative
}

    .video-tab ul li a:hover {
        color: #ef3f3f;
        transition: all .5s
    }

.video-tab i {
    font-size: 15px;
    padding-left: 8px
}

.i {
    color: #08cb8f
}

.video-tab h2 {
    width: auto;
    padding: 15px;
    font-size: 15px;
    font-weight: 700
}

.video-tab label {
    padding-right: 15px;
    border-right: 1px solid #e8e8e8
}

.time {
    background-color: #f9f9c5;
    color: #bb9125;
    border-radius: 10px;
    line-height: 33px;
    padding: 3px 15px;
    font-size: 15px;
    text-align: center;
    min-width: 65px;
    max-width: 84px;
    font-weight: bold;
    font-style: normal;
    display: inline-block
}

.download-btn {
    background-color: #2b3638;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    line-height: 33px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    min-width: 65px;
    font-weight: bold;
    transition: all 0.7s
}

.download-btn-zamime {
    background-color: #2b3638;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    line-height: 33px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    min-width: 65px;
    font-weight: bold;
    transition: all 0.7s
}

.online-btn {
    background-color: #2b3638;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    line-height: 33px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    min-width: 65px;
    font-weight: bold;
    transition: all 0.7s
}

.color {
    color: #20282a94;
    font-size: 14px
}

.Add-Comment {
    margin-top:-30px
}

    .Add-Comment textarea {
        height: 300px
    }

    .Add-Comment input {
        margin-top: 50px
    }

.comment-Box {
    margin-top: 50px;
    padding: 20px 0
}

.New_Comment {
    padding-right: 15px
}

.Img_Comment {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: 15px;
    border: 3px solid #ebebeb
}

    .Img_Comment img {
        border-radius: 100%
    }

.Comment_Body {
    font-family: "Samim";
    color: #2c373b;
    font-size: 14px;
    margin-top: 15px
}

    .Comment_Body i {
        font-size: 13px;
        line-height: 22px;
        font-style: normal;
        padding-bottom: 10px
    }

.comment_UnderLine {
    border-bottom: 1px solid #252525
}

.Comment_message {
    font-family: "Samim";
    color: #2c373b;
    font-size: 14px;
    margin-top: 15px
}

.Comment-control {
    margin: 20px
}

    .Comment-control a {
        border-radius: 50px
    }

.comment-Box-Replay {
    padding: 20px 0
}

.master-pic {
    border-radius: 100%;
    display: block;
    width: 150px;
    height: 150px;
    margin: 10px auto
}

    .master-pic img {
        border-radius: 100%
    }

.Master_Information {
    padding-bottom: 30px
}

    .Master_Information header {
        margin-top: 10px;
        padding-bottom: 15px
    }

        .Master_Information header h2 {
            background-color: #fff;
            padding: 0 10px;
            font-size: 16px;
            line-height: 35px;
            width: auto;
            display: table;
            margin: 0 auto;
            border-bottom: 1px solid rgba(144,141,141,0.541)
        }

    .Master_Information p {
        line-height: 25px;
        text-align: justify;
        color: #5e6c6e;
        font-size: 14px;
        margin-bottom: 0;
        padding: 5px 0
    }

.term_information {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 30px
}

    .term_information header h4 {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 15px;
        display: inline-block;
        border-bottom: 3px solid #2655f8
    }

    .term_information ul {
        padding: 0 0 20px;
        border-bottom: 1px solid #e8e8e8
    }

        .term_information ul li {
            padding: 4px 0;
            font-size: 16px;
            line-height: 35px;
            color: #72777d;
        }

    .term_information ol {
        margin-top: -20px
    }

        .term_information ol li {
            padding: 4px 0;
            font-size: 15px;
            line-height: 1px;
        }

    .term_information ul li i {
        font-size: 14px;
        color: #b2b2b2;
        min-width: 27px;
        text-align: center
    }

.Tags ol li {
    display: inline-block;
    margin: 5px
}

.Tags a {
    border-radius: 10px;
    padding: 0 9px;
    line-height: 22px
}

.short-link {
    margin-top: 20px
}

.short-url-link {
    background-color: #20282a18;
    padding: 15px;
    border-radius: 5px
}

.short-link i {
    color: #2f2727 !important;
    font-size: 20px !important;
    cursor: pointer
}

    .short-link i:hover {
        color: #ef3f3f !important;
        transition: all .5s
    }

.Btn-Love {
    margin-top: 20px
}

#btn-question {
    margin-top: 10px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #2655f8;
    color: white
}

.Sharing {
    margin-top: 30px
}

    .Sharing span {
        margin-bottom: 15px
    }

.Sharing-body ul li {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 20px;
    border-radius: 100%;
    margin-right: 5px;
    margin-top: -10px;
    position: relative
}

    .Sharing-body ul li a i {
        color: #fff;
        font-size: 25px;
        position: absolute;
        top: 7px;
        left: 7px
    }

.telegram {
    background-color: #1bbef5
}

.facebook {
    background-color: #483d8b
}

.google {
    background-color: #ef3f3f
}

.Sharing-body ul li:hover {
    background-color: #20282a;
    transition: all .5s
}

#sliders img {
    width: 100%;
    height: 100%
}

.margin-Top-main {
    margin-top: -20px
}

.header-filter {
    padding: 20px 0 25px 0;
    background-color: white
}

    .header-filter h1 {
        font-size: 20px;
        padding-bottom: 15px
    }

.filter-archive {
    width: 100%;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 8px;
    margin-top: 5px;
}

.title-archive {
    font-size: 16px;
    width: auto;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #1e2f38;
    display: inline-table;
    line-height: 35px;
}

.count-course {
    font-size: 16px;
    margin-right: 10px
}

.Search-Box-archive {
    width: 100%;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 25px 15px;
    margin-top: 5px;
    position: relative
}

.search-lable {
    position: absolute;
    top: 20px;
    right: 30px;
    color: rgba(0,0,0,0.6);
    cursor: auto;
    display: none
}

.btn-Serach-archive {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: transparent;
    border: none
}

    .btn-Serach-archive i {
        color: #20282a6c;
        font-size: 20px;
        padding: 0 5px
    }

        .btn-Serach-archive i:hover {
            color: #1bbef5;
            transition: all .5s
        }



.border-color {
    border: 1px solid #25252523
}

#noui-slider {
    margin-top: 30px
}

.filter_Information {
    padding-bottom: 30px
}

    .filter_Information h3 {
        padding-bottom: 15px;
        border-bottom: 1px solid #d6d6d6;
        margin-bottom: 10px;
        color: rgba(0,0,0,0.801)
    }

.switch-field {
    padding: 10px 0
}

    .switch-field input {
        border: 0 none;
        clip: rect(0,0,0,0);
        height: 1px;
        position: absolute;
        width: 1px
    }

    .switch-field label {
        background-color: #fff;
        float: right;
        color: #878787;
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        padding: 5px 10px;
        text-align: center;
        transition: all .4s ease-in-out;
        margin-bottom: 0;
        width: 33.33%;
        cursor: pointer
    }

        .switch-field input:checked + label, .switch-field label:hover {
            background-color: #d7ebff;
            color: #378ff0
        }

.range-input {
    border: none;
    background-color: none;
    width: 60px;
    margin-top: 20px
}

.question-main {
    margin-top: 10px;
    padding-bottom: 50px
}

.header-question h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0 15px;
    display: inline-block;
    margin-left: 15px
}

.filter-question {
    padding-bottom: 10px
}

    .filter-question ul li {
        padding: 10px 5px;
        margin: 0 5px;
        display: inline-block;
        width: 158px
    }

.active-filter-question {
    color: #08cb8f
}

.question-link ul {
    padding-bottom: 20px
}

.question-link header h4 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 3px solid #1bbef5
}

.question-link ul li {
    margin-top: 5px
}

    .question-link ul li a {
        font-size: 15px;
        position: relative;
        margin-right: 15px;
        font-family: Samim !important;
        transition: all .4s ease-in-out 0
    }

        .question-link ul li a:hover {
            color: #1bbef5;
            margin-right: 25px
        }

        .question-link ul li a::before {
            position: absolute;
            top: 10px;
            right: -15px;
            content: " ";
            width: 6px;
            height: 6px;
            background-color: #1bbef5;
            border-radius: 100%
        }

.question-body h2 a {
    color: #119bc1;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px
}

.question-body h2 {
    color: #119bc1;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px
}

.question-body p {
    color: #7e888b;
    padding: 5px 0
}

.detail {
    padding: 5px 0;
    margin-top: -21px
}

    .detail span {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #d7dee4;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
        color: #7e888b
    }

.question-aside {
    border-left: 3px solid #119bc1;
    height: auto;
    box-sizing: border-box
}

.question-aside-top span {
    background-color: #f0f3f5;
    padding: 15px 8px;
    display: block;
    width: 100%;
    text-align: center
}

    .question-aside-top span i {
        display: block;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #2c373b;
        font-style: normal
    }

.question-aside-down a {
    display: block;
    width: 100%;
    background-color: #d7dee4;
    text-align: center;
    line-height: 55px;
    font-size: 26px;
    color: #5e666c;
    padding: 5px 0
}

.question-panel {
    margin-top: 20px
}

.asking-question-body {
    padding-bottom: 20px
}

    .asking-question-body label {
        color: #000000c5
    }

.margintop-question {
    margin-top: 20px
}

.my-question-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 100%
}

    .my-question-image img {
        width: 100%;
        height: 100%;
        border-radius: 100%
    }

.aside-user-information {
    text-align: center
}

    .aside-user-information h3 {
        font-size: 16px;
        color: #1bbef5
    }

    .aside-user-information p {
        font-size: 12px;
        margin-top: -5px
    }

.question-text {
    text-align: justify;
    box-sizing: border-box
}

    .question-text p {
        color: #000000e8;
        font-size: 16px
    }

.question-command a {
    border-radius: 50px;
    margin-top: 10px
}

.my-question-body {
    padding-bottom: 20px;
    border: 1px solid #1bbef5
}

.answer {
    padding-bottom: 20px;
    border: 1px solid #4efd4e
}

.user-panel {
    height: auto;
    width: 100%;
    position: relative
}

.user-panel-body {
    box-sizing: border-box;
    height: auto;
    margin: 50px 0;
    background-color: #fff;
    box-sizing: border-box
}

.aside-dashbord {
    height: auto
}

    .aside-dashbord ul li a {
        line-height: 25px;
        padding: 15px 15px 15px 35px;
        border-bottom: 1px solid #dfdfdf;
        display: block;
        width: 100%;
        transition: all .2s ease-in-out 0;
        border-left: 1px solid #dfdfdf
    }

        .aside-dashbord ul li a.active-aside-dashbord, .aside-dashbord ul li a:hover {
            background-color: #2c373b;
            color: #fff
        }

.information {
    height: auto;
    padding: 20px
}

.avatar {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border: 5px solid #41d6ff;
    border-radius: 100%
}

    .avatar img {
        width: 100%;
        height: 100%;
        border-radius: 100%
    }

.alert-style {
    text-align: center;
    margin-top: 20px
}

.information ul li {
    line-height: 24px;
    padding: 3px 0;
    font-size: 14px
}

    .information ul li i {
        font-size: 19px;
        color: #8cabb5;
        margin-left: 5px;
        width: 20px
    }

.avatar-editprofile {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border: 5px solid #41d6ff;
    border-radius: 100%;
    position: relative
}

    .avatar-editprofile img {
        width: 100%;
        height: 100%;
        border-radius: 100%
    }

    .avatar-editprofile [type="file"] {
        cursor: pointer;
        position: absolute;
        opacity: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.edit-profile-input {
    height: 40px !important;
    width: 100%;
    border: 1px solid #25252536;
    border-radius: 30px;
    background-color: #fff !important;
    padding: 0 10px;
    margin-top: 20px
}

.edit label {
    color: #000000af
}

.text-me {
    padding: 30px 0
}

.margin-Top {
    margin-top: 90px
}

#animate-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 15px;
    right: 18px;
    border-radius: 100%
}

    #animate-to-top img {
        width: 100%;
        height: 100%;
        cursor: pointer
    }

.ArticleMain {
    padding: 10px
}

.numberfont {
    font-family: FarsiNumber !important
}

.footerReaction {
    width: 100%;
    height: auto
}

.body {
    padding: 15px 0
}

.Slogan {
    font-size: 60px;
    text-align: center;
    height: auto;
    padding-bottom: 15px;
    margin-top: 0;
    font-family: "Niconne",cursive !important;
    color: #908db8;
    font-family: Niconne,cursive;
    font-weight: 700;
    text-shadow: 5px 5px 0 #ebecf1,10px 10px 0 #d0d2e1
}

.landing-discription {
    padding-top: 40px
}

.off-section {
    position: absolute;
    left: -60px;
    top: 10px;
    margin-top: 2px;
    background-color: #E9B012;
    padding: 0 15px;
    color: #fff;
    z-index: 800;
    border-radius: 0 15px 15px 0;
    transition: all ease .4s;
    box-shadow: 0 0 5px #ffffe0
}

    .off-section span {
        color: #fff;
        padding-right: 10px
    }

.Img_Body:hover > .off-section {
    left: 0
}

.padding-bottom {
    padding-bottom: 30px
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.articles-a {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.5s linear 0s;
}

.articles-span {
    position: relative;
}

    .articles-span::before {
        width: 60%;
        height: 1px;
        left: 0;
        top: 0;
        background-color: #fff;
        position: absolute;
        content: "";
    }

.articles-i {
    font-size: 14px;
    padding: 5px 20px;
    line-height: 40px;
    position: relative;
    font-style: normal;
    display: inline-block;
    font-weight: normal;
}


.articles-span::before,
.articles-span::after,
.articles-span i::before,
.articles-span i::after {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.articles-i::before {
    width: 1px;
    height: 25px;
    left: 0;
    top: 0;
    background-color: #fff;
    position: absolute;
    content: "";
}

.articles-i::after {
    width: 1px;
    height: 25px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    content: "";
}

.articles-span::after {
    width: 60%;
    height: 1px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    content: "";
}

.ArticleMain:hover a {
    opacity: 1;
}

.articles-span:hover:before,
.articles-span:hover:after {
    width: 100%
}

.articles-span:hover i:before,
.articles-span:hover i:after {
    height: 100%
}

.CustomShadow {
    border-radius: 10px;
    box-shadow: 13px 13px 26px #d9d9d9, -13px -13px 26px #ffffff;
}

.CustomShadow_Text {
    background: none !important;
    border-radius: 50px;
    box-shadow: 13px 13px 26px #d9d9d9, -13px -13px 26px #ffffff;
}

.my-font-size {
    font-size: 16px !important;
    line-height: 35px !important
}

.telegram-custom {
    position: relative
}

    .telegram-custom a {
        position: absolute;
        top: 0;
        right: 0
    }

.whatsapp {
    background-color: #189D0E
}

.btnLike {
    width: 25px;
    height: 25px
}

.ck-editor__editable {
    min-height: 400px
}

.index-tags ul li {
    display: inline-block;
    padding: 5px
}

.padding-infoCourse {
    padding: 0 5px !important
}

.top-20 {
    margin-top: 20px
}

.user-course {
    color: #2655F8;
    font-size: 15px;
    margin-right: 2px
}

.star-image {
    margin-top: 10px
}

.discount-price-color {
    color: #34DEB5
}

.visit-article {
    font-size: 16px;
    color: #2655F8;
    font-weight: 800;
    position: relative;
    margin-left: 30px;
}

    .visit-article:hover {
        text-decoration: none;
        color: #2655F8;
        cursor: pointer
    }

    .visit-article:active {
        text-decoration: none;
        color: #2655F8
    }

    .visit-article:visited {
        text-decoration: none;
        color: #2655F8
    }

    .visit-article::after {
        content: url("../img/Group21282.png");
        position: absolute;
        top: 0px;
        left: -30px;
        font-weight: 800;
    }


.master_Image {
    width: 80%;
    object-fit: contain;
    border-radius: 50%;
    padding: 14px;
    border: 2px dashed black;
    margin: 20px auto;
    margin-bottom: 0
}

.masterBody {
    height: auto;
    max-height: 550px;
    margin-top: 20px;
    padding-bottom: 50px;
    position: relative;
    border-radius: 4px;
    background: #fff;
    text-align: center;
}

.master-name {
    font-weight: 900;
    margin-top: 30px !important;
    font-size: 24px;
    display: block
}

.show-master-profile {
    margin-top: 11px;
    color: #2655F8;
    text-decoration: none
}

    .show-master-profile:hover {
        color: #2655F8;
        text-decoration: none
    }

    .show-master-profile:visited {
        color: #2655F8;
        text-decoration: none
    }

    .show-master-profile:active {
        color: #2655F8;
        text-decoration: none
    }

.padding-60 {
    padding-bottom: 60px
}

#search-header {
}

#Search_Box-header {
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 4px;
    box-sizing: content-box;
    padding: 0 10px;
    background-color: #f7f7f7;
}

#btn-Serach-header {
    position: absolute;
    top: 15px;
    left: 5px;
    background-color: transparent;
    border: none;
}

    #btn-Serach-header i {
        color: #bbc0c4;
        font-size: 20px;
        padding: 0 5px;
        transition: all 0.5s;
    }

        #btn-Serach-header i:hover {
            color: #2655f8;
        }

.back-header-color {
    background-color: white;
    height: auto;
}

.margin-30 {
    margin: 20px 0;
}

.btn-header-user {
    background-color: #2655f8;
    border-radius: 10px;
    height: 30px;
    color: white;
    padding: 23px;
    margin-right:10px
}

    .btn-header-user .s2 {
        margin-right: 10px;
    }

.detail-user-header {
    margin-top: -13px;
}


    .detail-user-header .s3 {
        margin-top: -25px !important;
        margin-right: 15px;
    }

.btn-header-user a {
    color: white;
    text-decoration: none;
}

    .btn-header-user a:hover {
        color: white;
        text-decoration: none;
    }

    .btn-header-user a:active {
        color: white;
        text-decoration: none;
    }

    .btn-header-user a:visited {
        color: white;
        text-decoration: none;
    }

.order-header {
    border: 1px solid #2655f8;
    border-radius: 10px;
    background-color: white;
    padding: 9px;
    align-items: center;
    position: relative;
}

    .order-header::before {
        content: url(../svg/Notification.svg);
        align-items: center;
    }

    .order-header .os1 {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #34deb5;
        top: -10px;
        right: -10px;
        position: absolute;
        color: white;
    }

    .order-header .os2 {
        margin-top: 5px;
    }

.top-20 {
    margin-top: 20px;
}

.s1 {
    width: 100%
}

.color-update-new {
    color: #34DEB5;
    font-weight: 900
}

.color-the-end {
    color: #2655F8;
    font-weight: 900
}

.icone-user::before {
    content: url("../svg/Supergroup.svg")
}

.icone-time::before {
    content: url("../svg/Time.svg");
}

.my-owl-carousel img {
    border-radius: 10px;
    object-fit: contain;
}

.discount-price-color-single {
    color: #2655f8;
    font-weight: bolder
}

.background-color-default {
    background-color: #2655f8 !important;
}

.color-white {
    color: white !important;
}

.color-deafault {
    color: #2655f8 !important;
}
.background-color-deafault {
    background-color: #2655f8 !important;
}







.footer-p {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    text-align: justify;
    margin-top: 32px;
}

.padding-bottom-50px {
    padding-bottom: 50px;
}

.footer-link h2 {
    font-size: 22px;
    line-height: 39px;
    font-weight: 800;
}

.footer-link ul {
    margin-right: 15px;
    margin-top: 19px;
}

    .footer-link ul li {
        margin-top: 18px;
        list-style-image: url("../img/Ellipse 25.svg");
    }

        .footer-link ul li a {
            color: #434a5c;
            text-decoration: none;
            font-size: 15px;
            line-height: 28px;
        }

            .footer-link ul li a:hover {
                color: #434a5c;
                text-decoration: none;
            }

            .footer-link ul li a:active {
                color: #434a5c;
                text-decoration: none;
            }

            .footer-link ul li a:visited {
                color: #434a5c;
                text-decoration: none;
            }

.footer-link-hellp h2 {
    font-size: 22px;
    line-height: 39px;
    font-weight: 800;
}

.footer-link-hellp ul {
    margin-right: 15px;
    margin-top: 19px;
}

    .footer-link-hellp ul li {
        margin-top: 18px;
    }

        .footer-link-hellp ul li a {
            color: #434a5c;
            text-decoration: none;
            font-size: 15px;
            line-height: 28px;
        }

            .footer-link-hellp ul li a:hover {
                color: #434a5c;
                text-decoration: none;
            }

            .footer-link-hellp ul li a:active {
                color: #434a5c;
                text-decoration: none;
            }

            .footer-link-hellp ul li a:visited {
                color: #434a5c;
                text-decoration: none;
            }

.footer-link-a {
    list-style-image: url("../img/Call Silent.svg");
}

.footer-link-b {
    list-style-image: url("../img/Message 1.svg");
}

.footer-2-f {
    background-color: #2E333F;
    padding-top: 55px;
    padding-bottom: 25px;
    border-radius: 20px 20px 0 0;
}

    .footer-2-f p {
        color: #A8AFC0;
    }

.m-top-60 {
    margin-top: 60px;
}

.footer-2-f a {
    color: #A8AFC0;
    text-decoration: none;
}

    .footer-2-f a:hover {
        color: #e7ecf7;
        text-decoration: none;
    }

    .footer-2-f a:visited {
        color: #A8AFC0;
        text-decoration: none;
    }

    .footer-2-f a:active {
        color: #A8AFC0;
        text-decoration: none;
    }

.object-fit {
    object-fit: contain;
}

.product-shaped-border-custom {
    border-bottom: 1.8px rgba(0, 0, 0, 0.1) solid;
    display: block;
    margin-top: 23px;
}

.uk-margin-medium-top {
    margin-top: 40px !important;
}

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 640px) {
    .uk-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 960px) {
    .uk-container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.uk-container > :last-child {
    margin-bottom: 0;
}

.uk-container .uk-container {
    padding-right: 0;
    padding-left: 0;
}

.uk-container-xsmall {
    max-width: 750px;
}

.uk-container-small {
    max-width: 900px;
}

.uk-container-large {
    max-width: 1400px;
}

.uk-container-xlarge {
    max-width: 1600px;
}

.uk-container-expand {
    max-width: none;
}

.uk-container-expand-right {
    margin-right: 0;
}

.uk-container-expand-left {
    margin-left: 0;
}

@media (min-width: 640px) {
    .uk-container-expand-left.uk-container-xsmall,
    .uk-container-expand-right.uk-container-xsmall {
        max-width: calc(50% + (750px / 2) - 30px);
    }

    .uk-container-expand-left.uk-container-small,
    .uk-container-expand-right.uk-container-small {
        max-width: calc(50% + (900px / 2) - 30px);
    }
}

@media (min-width: 960px) {
    .uk-container-expand-left,
    .uk-container-expand-right {
        max-width: calc(50% + (1200px / 2) - 40px);
    }

        .uk-container-expand-left.uk-container-xsmall,
        .uk-container-expand-right.uk-container-xsmall {
            max-width: calc(50% + (750px / 2) - 40px);
        }

        .uk-container-expand-left.uk-container-small,
        .uk-container-expand-right.uk-container-small {
            max-width: calc(50% + (900px / 2) - 40px);
        }

        .uk-container-expand-left.uk-container-large,
        .uk-container-expand-right.uk-container-large {
            max-width: calc(50% + (1400px / 2) - 40px);
        }

        .uk-container-expand-left.uk-container-xlarge,
        .uk-container-expand-right.uk-container-xlarge {
            max-width: calc(50% + (1600px / 2) - 40px);
        }
}

.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
    width: calc(100% + 15px);
}

.uk-container-item-padding-remove-right {
    margin-right: -15px;
}

.uk-container-item-padding-remove-left {
    margin-left: -15px;
}

@media (min-width: 640px) {
    .uk-container-item-padding-remove-left,
    .uk-container-item-padding-remove-right {
        width: calc(100% + 30px);
    }

    .uk-container-item-padding-remove-right {
        margin-right: -30px;
    }

    .uk-container-item-padding-remove-left {
        margin-left: -30px;
    }
}

@media (min-width: 960px) {
    .uk-container-item-padding-remove-left,
    .uk-container-item-padding-remove-right {
        width: calc(100% + 40px);
    }

    .uk-container-item-padding-remove-right {
        margin-right: -40px;
    }

    .uk-container-item-padding-remove-left {
        margin-left: -40px;
    }
}

.uk-margin-top {
    margin-top: 20px !important;
}

.background-color-footer {
    background-color: #f8f8f8 !important;
    padding-top: 50px
}


/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2655f8;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.color-top-div {
    background-color: #2655f8;
    height: 71px;
}


.Custom-Header {
    margin-top: -50px;
    background-color: white;
    border-radius: 20px;
}

.Custom-Header-Details {
    margin: 16px 0;
    padding-bottom: 15px
}

#slide h1 {
    font-weight: bolder;
    color: #fff;
    padding-top: 20px
}

.btn-question {
    margin-top: 10px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #2655f8;
    color: white;
    margin: 20px 0;
    animation: AddOrderBtn 1s ease-in-out alternate infinite
}

@keyframes AddOrderBtn {
    from {
    }

    to {
        background: linear-gradient(145deg, #295bff, #224ddf);
        box-shadow: 2px 2px 4px #224ddf, -2px -2px 4px #2a5eff;
    }
}

.add-order-discount {
    animation: vibrator 1s ease-in-out alternate infinite;
}
@keyframes vibrator {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(-1deg);
    }

    20% {
        transform: rotate(1deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg);
    }

    50% {
        transform: rotate(-1deg);
    }

    6% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(-1deg);
    }

    80% {
        transform: rotate(1deg);
    }

    90% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-1deg);
    }
}
.top--20 {
    margin-top: -30px
}
/*@keyframes add-order-discount {
    from {
    }

    to {
        
        box-shadow: 2px 2px 4px #eb5254, -2px -2px 4px #eb5254;
    }
}*/

/*
.background-color-alert-blue {
    background-color: #d7ebff;
    color: #378ff0

    .background-color-alert-red {
    background-color: #fee2df;
    color: #eb5254
}
}*/
.btn-question-custom {
    margin-top: 10px;
    font-size: 17px;
    border-radius: 5px;
    margin: 20px 0;
    background-color: #d7ebff;
    color: #2655f8;
    transition: all 0.5s;
    font-weight: bold;
    box-shadow: 2px 2px 4px #378ff0, -2px -2px 4px #d7ebff;
    margin-top: -10px
}

    .btn-question-custom:hover {
        box-shadow: 2px 2px 4px #378ff0, -2px -2px 4px #378ff0;
    }



.mini-text-a {
    color: #2655f8 !important;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    margin: 20px auto;
    display: block;
    position: relative
}

    .mini-text-a::after {
        content: ' ';
        position: absolute;
        top: 20px;
        left: 10%;
        border-top: 7px solid #2655f8;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .mini-text-a:link {
        text-decoration: none;
        color: #2655f8 !important;
    }

    .mini-text-a:visited {
        text-decoration: none;
        color: #2655f8 !important;
    }

    .mini-text-a:active {
        text-decoration: none;
        color: #2655f8 !important;
    }

    .mini-text-a:hover {
        text-decoration: none;
        color: #2655f8 !important;
    }



.max-text {
    opacity: 0;
    height: 0;
    position: inherit;
    z-index: -100
}

    .max-text p {
        opacity: 0;
        height: 0;
        z-index: -1;
    }

.max-text-a {
    color: #2655f8 !important;
    font-size: 18px;
    cursor: pointer;
    width: 100px;
    height: 50px;
    margin: 20px auto;
    display: block;
    position: relative
}

    .max-text-a::after {
        content: ' ';
        position: absolute;
        top: 18px;
        left: 10%;
        border-bottom: 7px solid #2655f8;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .max-text-a:link {
        text-decoration: none;
        color: #2655f8 !important;
    }

    .max-text-a:visited {
        text-decoration: none;
        color: #2655f8 !important;
    }

    .max-text-a:active {
        text-decoration: none;
        color: #2655f8 !important;
    }

    .max-text-a:hover {
        text-decoration: none;
        color: #2655f8 !important;
    }

.font-alert {
    font-weight: 600 !important;
    line-height: 40px;
    font-size: 16px
}

.background-color-singleCourse {
    background-color: #f8f8f8
}

.background-color-white {
    background-color: white;
    border-radius: 10px;
}

.m-right {
    margin-right: 16px
}

.background-color-Similar {
    background-color: #9846F9;
    border-radius: 10px;
}

.slideset-title {
    position: relative;
    padding: 43px 34px 5px 34px;
}

    .slideset-title h2 {
        font-size: 1.3rem;
        padding-bottom: 17.5px;
    }

.uk-text-right {
    text-align: right !important;
}

.slideset-title a.uk-link-heading {
    position: absolute;
    left: 35px;
    top: 55%;
    font-size: 14px;
}

.slideset-title .product-shaped-border {
    border-bottom: 1.8px white solid;
    margin-top: -14px;
    margin-left: 1px;
    margin-right: 16px;
}

.product-list-dark-red a {
    color: #fff;
}

.title-sections::after {
    content: url(../img/Union.svg);
}

#test-lettering {
    font-size: 22px;
    margin-bottom: 18px;
    color: #6f7680;
    font-weight: 800;
}

#ShourtDescription {
    font-weight: 600 !important;
    font-size: 16px !important;
    word-spacing: 1px;
    line-height: 35px
}

#mini-text span {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify
}

#mini-text strong {
    font-size: 16px;
    line-height: 40px;
    text-align: justify
}

#mini-text li {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify
}

#mini-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify
}



#max-text li {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify
}

#max-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify
}

#max-text span {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify
}

#max-text strong {
    font-size: 16px;
    line-height: 40px;
    text-align: justify
}

#Article-text li {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify
}

#Article-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify
}

#Article-text span {
    font-weight: 500;
    /*font-size: 16px;*/
    line-height: 40px;
    color: #72777d;
    text-align: justify
}

#Article-text strong {
    font-size: 16px;
    line-height: 40px;
    text-align: justify
}

#master-text span {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify
}

#master-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #72777d;
    text-align: justify;
}

#master-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    word-spacing: -2px;
    background-color: #dcfce7;
    color: #72777a;
    border-radius: 3px;
    font-weight: bold
}

#test-lettering {
    line-height: 40px
}

#master-name a {
    color: #08a242;
}

.background-color-alert-green {
    background-color: #dcfce7;
    color: #08a242 !important
}

.text-success-detail {
    color: #08a242;
}

.background-color-alert-blue {
    background-color: #d7ebff;
    color: #378ff0 !important
}

.background-color-alert-red {
    background-color: #fee2df;
    color: #eb5254 !important
}

.background-color-alert-yellow {
    background-color: #fef9c2;
    color: #c68a05 !important
}

.color-new-blue {
    color: #378ff0
}

.background-color-f8f8f8 {
    background-color: #f3f4f6;
    padding: 0 10px;
    margin-top: 20px;
    border-radius: 10px
}

.color-text {
    color: #08a242
}

.background-color-f8f8f8 h2 {
    margin-bottom: 15px;
    display: block
}

.download-a-online {
    color: #08a242;
    text-decoration: none;
}

    .download-a-online:hover {
        text-decoration: none;
    }

.online-btn:hover {
    background-color: #08a242 !important;
    color: white !important
}

    .online-btn:hover a {
        color: white !important
    }

.download-a-online:visited {
    text-decoration: none;
    color: #08a242
}

.download-a-online:active {
    text-decoration: none;
    color: #08a242
}







.download-a-zamim {
    color: #eb5254;
    text-decoration: none;
}

    .download-a-zamim:hover {
        text-decoration: none;
    }

.download-btn-zamime:hover {
    background-color: #eb5254 !important;
    color: white !important
}

    .download-btn-zamime:hover a {
        color: white !important
    }

.download-a-zamim:visited {
    text-decoration: none;
    color: #eb5254
}

.download-a-zamim:active {
    text-decoration: none;
    color: #eb5254
}




.download-a {
    color: #378ff0;
    text-decoration: none;
}

    .download-a:hover {
        text-decoration: none;
    }

.download-btn:hover {
    background-color: #378ff0 !important;
    color: white !important
}

    .download-btn:hover a {
        color: white !important
    }

.download-a:visited {
    text-decoration: none;
    color: #378ff0
}

.download-a:active {
    text-decoration: none;
    color: #378ff0
}

.btn-download-list-li li {
    display: inline-block;
    margin-right: 5px
}

.btn-download-list-li {
    margin-top: -80px;
}

.Discription {
    margin-bottom: 50px
}

@media only screen and (max-width: 600px) {
    .background-color-f8f8f8 {
        padding: 10px 10px;
        padding-bottom: 80px
    }

    .btn-download-list-li {
        margin-top: -20px;
    }

    .title-sections {
        font-size: 14px
    }

    .link-similar {
        margin-top: 50px
    }

    #slide h1 {
        line-height: 50px;
        font-size: 25px
    }

    #slide h3 {
        line-height: 30px
    }

    #slide h2 {
        line-height: 35px;
        font-size: 20px !important
    }
}

#slide h1 {
    line-height: 50px;
    letter-spacing: 1px;
    word-spacing: 1px
}

#slide h2 {
    font-weight: 400;
    font-size: 25px
}

@media only screen and (max-width: 1000px) {
    .background-color-f8f8f8 {
        padding: 10px 10px;
        padding-bottom: 80px
    }

    .btn-download-list-li {
        margin-top: -20px;
    }
}

.alert-download-for-user {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px
}

.style-normal {
    font-style: normal
}

.bold {
    font-weight: bold
}

.time-Course {
    font-size: 20px;
}

.register-login {
    font-weight: bold;
    color: #eb5254 !important
}

.del {
    font-size: 12px
}

.alert-archive {
    background-color: white;
    line-height: 40px;
    text-align: justify;
    padding: 15px 15px 0 15px;
    border-radius: 10px;
    font-size: 16px
}







.accordion {
    margin: 20px auto;
    width: 100%;
    height: auto
}

.accordion-box {
    margin-bottom: 2px
}

.header-accordion {
    background-color: #ccc;
    padding: 2px;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box
}

.header-accordion h4 {
        padding-right: 20px;
    box-sizing: border-box;
    position: relative
    }



.body-accordion {
    display: none;
    box-sizing: border-box;
    text-align: justify;
    background-color: rgba(217, 217, 217, 0.19);
    line-height: 30px;
    border-radius: 10px;
    margin-top: 5px
}

    .body-accordion p {
        padding: 0 10px 0 10px;
        font-size: 16px;
        line-height: 40px;
        color: #4f5154;
    }
.faq-icon i {
    transition: all 0.5s;
    font-size: 16px
}
.faq-icon {
    margin-top: -28px;
    margin-left: 20px
}

.body-accordion a {
    padding: 0 10px 0 10px;
    font-size: 16px;
    color: #19bfd3;
}
.body-accordion a i {
    font-size: 12px
}

#body-accordion li {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify;
    background-color: transparent !important
}

#body-accordion p {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify;
    background-color: transparent !important
}

#body-accordion span {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify;
    background-color: transparent !important
}

#body-accordion strong {
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
    background-color: transparent !important
}
.accordion-box-single-faq {
    background-color: white;
    margin-top: 50px;
    border-radius: 10px
}
.defult-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #72777d;
    text-align: justify
}
.defult-text-black {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px !important;
    color: #414447;
    text-align: justify
}
.tel {
    padding-left: 10px;

    border-radius: 5px
}
.in {
    padding-right: 10px;
    border-radius: 5px
}


.loader {
    border: 16px solid #f1f1f1;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    border-bottom: 16px solid #dc143c;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 1px auto;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.base-color {
    color: #2655F8
}
.landingTitle {
    margin-bottom: 40px;
    margin-left: 60px
}
.textlanding {
    line-height: 40px
}
.Me-text {
    text-align: justify;
    font-size: 16px;
    line-height: 40px
}
.me-title {
    font-weight: bolder
}
.me-land {
   
    padding: 100px 0 60px 0;
    margin-top: 200px
}
.me-image {
    margin-top: -50px
}
.detail-user-header a:link {
    color: white !important
}

.news-Letter-main {
    background-image: url(../img/Group-285.svg);
/*    background-image: url(../img/Group-285.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit;
    height: auto;
    color: white;
    padding: 10px 50px 50px 50px;
  
    
}
.news-Letter-h2 {
    color: #FFFFFF;
 
    font-size: 48px !important;
    font-weight: bolder
}
.newBorder {
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-color: #ECEAFF;
    box-shadow: 0px 4px 50px 0px rgba(132.99999999999997, 117.99999999999999, 237.99999999999997, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 25px;
}

.news-Letterinner {
    margin: -15px 0px 0px 0px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 15px 0px rgba(140.47141431725515, 0, 255, 0.23);
    width: 120px;
    height:5px;
    align-self : center ;
    margin :10px auto;
    margin-top : 20px
}







.form-group-news-Letter {
    margin-bottom: 20px !important;
    width: 100% !important;
}

    .form-group-news-Letter label {
        display: block !important;
        font-weight: bold !important;
        margin-bottom: 5px !important;
    }

    .form-group-news-Letter input[type="text"] {
        /*width: 100% !important;*/
        padding: 10px !important;
        /*border: 1px solid #ccc !important;*/
        border-radius: 0 20px 20px 0 !important;
        
    }
#news_input {
    position: relative !important
}
.btn-news-Letter {
    background-color: #F8C52F !important;
    color: #fff !important;
    padding: 14px 20px !important;
    border: 1px solid #F8C52F !important;
    border-radius: 20px 0 0 20px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    /*  margin-right : -4px*/
    position: absolute;
    top: 0px;
    left: -79px;
    background-color: transparent;
    border: none;
}

    .btn-news-Letter:hover {
        background-color: #FFD866 !important;
    }

.form-group-news-Letter input[type="text"],
.btn-news-Letter {
    display: inline-block !important;
    vertical-align: top !important;
}
#Search_Box-header_news_Letter {
    height: 50px;
    width: 100%;
    border: none;
    box-sizing: content-box;
    background-color: #f7f7f7;
    border-radius: 0 20px 20px 0 !important
}
#Search_Box-header_news_Letter_main {
/*    height: 50px;
    width:100%;
    margin:10px auto*/
}
/*.center-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width:300px;
    margin: 10px auto
}*/

@media only screen and (max-width: 600px) {
    #Search_Box-header_news_Letter_main {
        margin-right: -1px
    }
    .news-Letter-h2 {
        font-size: 25px !important
    }
}






/*اطلاعیه برای نمایش بخشنامه های خوانده نشده */
.notification-wrapper {
    position: relative;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.notification-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2655f8, #6c5ce7);
    border-radius: 50%;
    opacity: 0.1;
    transition: all 0.3s;
}

.notification-wrapper:hover .notification-ring {
    opacity: 0.2;
    transform: scale(1.1);
}

.notification-icon {
    background: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s;
    border: 1px solid rgba(38,85,248,0.2);
}

.notification-wrapper:hover .notification-icon {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(38,85,248,0.2);
}

.notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #ff4757, #ff6b81);
    border-radius: 50%;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    animation: ripple 1.5s infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255,71,87,0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255,71,87,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,71,87,0);
    }
}

.badge-text {
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.Product_Caption {
    padding: 15px;
    background: white;
    border-bottom: 3px solid #2655f8;
}

.Notif_Caption {
    padding: 15px;
    background: white;
}

.show-master-profile {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    text-align: center;
}









































/*.shadow-notice {
    background: linear-gradient(135deg, #2655f8, #6c5ce7);
    border-radius: 50px;
    padding: 0 5px 0 0;
    box-shadow: 0 4px 15px rgba(38,85,248,0.3);
}

.notice-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    direction: rtl;
}

.notice-icon {
    position: relative;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

    .notice-icon i {
        color: white;
        font-size: 20px;
    }

.notice-dot {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 8px;
    height: 8px;
    background: #ff4757;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.3);
    }
}

.notice-scroll {
    flex: 1;
    overflow: hidden;
    height: 45px;
}

.notice-list {
    display: flex;
    flex-direction: column;
    animation: scrollNotice 10s linear infinite;
}

.notice-item {
    padding: 12px 15px;
    color: white;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

@keyframes scrollNotice {
    0%, 20% {
        transform: translateY(0);
    }

    25%, 45% {
        transform: translateY(-45px);
    }

    50%, 70% {
        transform: translateY(-90px);
    }

    75%, 95% {
        transform: translateY(-135px);
    }

    100% {
        transform: translateY(0);
    }
}

.notice-link {
    color: white;
    font-size: 12px;
    padding: 0 15px;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
}

    .notice-link:hover {
        opacity: 0.8;
        color: white;
    }
*/
/*=====================2*/


.notice-container {
    background: white;
    border-radius: 50px;
    padding: 6px 8px 6px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(38, 85, 248, 0.12);
    border: 1px solid #e8edff;
    direction: rtl;
    transition: all 0.3s ease;
}

    .notice-container:hover {
        box-shadow: 0 12px 30px rgba(38, 85, 248, 0.18);
        border-color: #2655f8;
        transform: translateY(-2px);
    }

.bell-wrapper {
    background: linear-gradient(145deg, #2655f8, #4facfe);
    border-radius: 50%;
    padding: 3px;
    animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(38, 85, 248, 0.4);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(38, 85, 248, 0);
    }
}

.bell-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(145deg, #2655f8, #1a3fb0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .bell-icon i {
        color: white;
        font-size: 22px;
    }

.new-badge {
    position: absolute;
    top: -8px;
    right: 1px;
    background: #ff4757;
    color: white;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 20px;
    animation: bounce 1s ease infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.notice-marquee {
    flex: 1;
    overflow: hidden;
    position: relative;
   
}

.marquee-track {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.marquee-items {
    display: inline-flex;
    white-space: nowrap;
    position: relative;
    will-change: transform;

}

    .marquee-items span {
        display: inline-flex;
        padding: 0 25px;
        color: #2d3748;
        font-size: 13px;
        font-weight: 500;
        align-items: center;
    }

        .marquee-items span:before {
            content: "⭐";
            margin-left: 8px;
            font-size: 12px;
        }

    .marquee-items a {
        text-decoration: none;
        color: inherit;
    }

        .marquee-items a:hover {
            color: #2655f8;
        }

.notice-marquee:hover .marquee-items {
    animation-play-state: paused !important;
}

.more-btn {
    width: 36px;
    height: 36px;
    background: #f0f4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .more-btn i {
        color: #2655f8;
        font-size: 16px;
        transition: transform 0.2s ease;
    }

    .more-btn:hover {
        background: #2655f8;
    }

        .more-btn:hover i {
            color: white;
            transform: translateX(-3px);
        }


/*/////////////////////////////////////////*/

.user-section {
    position: relative;
}

/* کارت کاربری */
.user-card {
    position: relative;
    cursor: pointer;
}

.user-card-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 6px 16px 6px 12px;
    border-radius: 60px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

    .user-card-inner:hover {
        border-color: #2655f8;
        box-shadow: 0 4px 12px rgba(38, 85, 248, 0.12);
        transform: translateY(-1px);
    }

/* آواتار */
.user-avatar-wrap {
    position: relative;
}

.user-avatar-circle {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #2655f8, #4f6ef5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(38, 85, 248, 0.2);
}

.avatar-initial {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.user-online-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: #48bb78;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.3);
}

/* اطلاعات کاربر */
.user-info-wrap {
    flex: 1;
}

.user-fullname {
    font-size: 14px;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.3;
}

.user-role-badge {
    margin-top: 2px;
}

.role-admin {
    font-size: 11px;
    color: #2655f8;
    background: #eff4ff;
    padding: 2px 8px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.role-user {
    font-size: 11px;
    color: #718096;
    background: #f1f3f5;
    padding: 2px 8px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

    .role-admin i,
    .role-user i {
        font-size: 9px;
    }

.user-menu-icon i {
    color: #cbd5e0;
    font-size: 14px;
    transition: all 0.2s;
}

.user-card:hover .user-menu-icon i {
    color: #2655f8;
    transform: translateX(-3px);
}

/* منوی کشویی */
.user-dropdown-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 1000;
    border: 1px solid #eef2ff;
    overflow: hidden;
}

.user-card:hover .user-dropdown-panel {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 8px);
}

.dropdown-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    color: #4a5568;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

    .dropdown-link i {
        width: 20px;
        font-size: 15px;
        color: #9ca3af;
        transition: all 0.2s;
    }

    .dropdown-link:hover {
        background: #f8fafc;
    }

        .dropdown-link:hover i {
            color: #2655f8;
            transform: translateX(-3px);
        }

.admin-link {
    color: #2655f8;
}

    .admin-link i {
        color: #2655f8;
    }

.dropdown-divider-line {
    height: 1px;
    background: #eef2ff;
    margin: 6px 0;
}

.logout-link {
    color: #e53e3e;
}

    .logout-link:hover {
        background: #fff5f5;
    }

        .logout-link:hover i {
            color: #e53e3e;
        }

/* دکمه‌های ورود و ثبت‌نام */
.auth-buttons-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-auth {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-login-main {
    background: transparent;
    border: 1.5px solid #2655f8;
    color: #2655f8;
}

    .btn-login-main:hover {
        background: #2655f8;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(38, 85, 248, 0.25);
    }

.btn-register-main {
    background: linear-gradient(135deg, #2655f8, #4f6ef5);
    color: white;
    box-shadow: 0 2px 8px rgba(38, 85, 248, 0.25);
}

    .btn-register-main:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(38, 85, 248, 0.35);
    }

/* ========== موبایل (کمتر از 768px) ========== */
@media (max-width: 768px) {
    .user-card-inner {
        padding: 5px 12px 5px 8px;
        gap: 8px;
    }

    .user-avatar-circle {
        width: 36px;
        height: 36px;
    }

    .avatar-initial {
        font-size: 13px;
    }

    .user-online-dot {
        width: 10px;
        height: 10px;
    }

    .user-fullname {
        font-size: 12px;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .role-admin span,
    .role-user span {
        display: none;
    }

    .role-admin i,
    .role-user i {
        font-size: 10px;
        margin: 0;
    }

    .role-admin,
    .role-user {
        padding: 2px 6px;
    }

    .user-menu-icon i {
        font-size: 12px;
    }

    .user-info-wrap {
        flex: none;
    }

    .user-fullname {
        max-width: 80px;
    }

    /* منوی موبایل */
    .user-dropdown-panel {
        min-width: 200px;
        left: auto;
        right: 0;
    }

    /* دکمه‌های موبایل */
    .auth-buttons-group {
        gap: 6px;
    }

    .btn-auth {
        padding: 6px 14px;
        font-size: 12px;
        gap: 5px;
    }

        .btn-auth span {
            display: inline-block;
        }

        .btn-auth i {
            font-size: 12px;
        }
}

/* موبایل خیلی کوچک (کمتر از 480px) */
@media (max-width: 480px) {
    .user-fullname {
        /*display: none;*/
    }

    .user-card-inner {
        padding: 5px 8px;
    }

    .role-admin,
    .role-user {
        display: none;
    }

    .btn-auth span {
        /*display: none;*/
    }

    .btn-auth {
        padding: 6px 12px;
    }

        .btn-auth i {
            margin: 0;
            font-size: 14px;
        }
}