/* _content/FardaBourseNew/Components/Layout/ItemHeader.razor.rz.scp.css */
.header-title[b-80knwb50tn] {
    border-bottom: solid 1px #999;
    margin-bottom: .625rem;
    user-select: none;
}

    .header-title > p[b-80knwb50tn] {
        background-color: #32145c;
        color: white;
        padding: 5px 10px;
        margin: 0;
        display: inline-block;
        border-top-left-radius: 0.1875rem;
        border-top-right-radius: 0.1875rem;
    }
/* _content/FardaBourseNew/Components/Layout/LeftSidePanel.razor.rz.scp.css */
ul[b-tpt4bjxeo3]  {
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.35);
    font-size: 0.9rem;
}

@media(min-width:769px) {
    ul[b-tpt4bjxeo3]  {
        overflow: auto;
        max-height: calc(100vh - 165px);
    }
}

ul[b-tpt4bjxeo3]  li {
    padding: 7px 10px;
    border: dashed 1px transparent;
}

ul:not(.loading)[b-tpt4bjxeo3]  li:nth-child(2n) {
    background-color: #e7f7d6;
}

@keyframes loading-b-tpt4bjxeo3 {
    to {
        background-position-x: -20%;
    }
}

ul.loading[b-tpt4bjxeo3]  li:nth-child(2n) {
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading-b-tpt4bjxeo3 ease-in-out infinite;
    background-size: 800px 104px;
}

ul[b-tpt4bjxeo3]  li a {
    padding-right: 15px;
    position: relative;
    color: #282828;
}

    ul[b-tpt4bjxeo3]  li a:hover {
        color: #37811a;
    }

ul[b-tpt4bjxeo3]  li:focus-within {
    border-color: black;
}

ul[b-tpt4bjxeo3]  li:nth-child(2n) a:hover {
    color: #9f1313;
}

ul:not(.loading)[b-tpt4bjxeo3]  li a:before {
    content: "◀";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
    color: #7d0000;
    font-size: 0.8rem;
}
/* _content/FardaBourseNew/Components/Layout/MainLayout.razor.rz.scp.css */
navbar[b-vgvsrooze9] {
    background-color: #32145c;
    padding: 0.3rem 1rem;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    z-index: 1;
    align-items: center;
}

footer[b-vgvsrooze9] {
    background-color: #fff;
    direction: ltr;
    text-align: left;
    white-space: nowrap;
    padding: 0.6rem 1rem;
    text-overflow: ellipsis;
    font-size: 0.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 1px rgba(0,0,0,.125);
}

main[b-vgvsrooze9] {
    padding: 0.5rem 1rem;
    min-height: 500px;
    align-items: start;
}

@media(min-width:769px) {
    main[b-vgvsrooze9] {
        display: grid;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-columns: repeat(12,1fr);
        grid-auto-rows: 1fr;
    }

    .sidenav[b-vgvsrooze9]  {
        position: sticky;
        top: 70px;
        left: 0;
        align-self: start;
    }
}
/* _content/FardaBourseNew/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-hmwbwc43l5] {
    grid-column: 12/12;
    text-align: left;
    font-size:5px;
}

.navbar-toggler[b-hmwbwc43l5] {
    grid-column: 1/2;
    grid-row: 1;
    padding: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    color: rgba(255,255,255,.9);
    border-color: rgba(255,255,255,.1);
    cursor: pointer;
}

    .navbar-toggler svg[b-hmwbwc43l5] {
        fill: white;
    }

@media(min-width:768px) {
    .navbar-toggler[b-hmwbwc43l5] {
        display: none;
    }
}

.navbar-collapse[b-hmwbwc43l5] {
    grid-column: auto/span 12;
    grid-row: 2;
}

    .navbar-collapse.collapse[b-hmwbwc43l5] {
        display: none;
    }

@media(min-width:768px) {
    .navbar-collapse[b-hmwbwc43l5] {
        grid-column: auto/span 11;
        grid-row: 1;
    }

        .navbar-collapse.collapse[b-hmwbwc43l5] {
            display: block;
        }
}

.navbar-collapse .navbar-nav[b-hmwbwc43l5] {
    opacity: 1;
}

@media(min-width:768px) {
    .navbar-collapse .navbar-nav[b-hmwbwc43l5] {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-auto-rows: minmax(50px,auto);
    }
}

.nav-item[b-hmwbwc43l5]  a {
    color: rgba(255,255,255,.9);
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.875rem 1rem;
    outline: 0;
    transition: all ease-in-out .15s;
    white-space: nowrap;
}

    .nav-item[b-hmwbwc43l5]  a:after {
        display: block;
        background-color: #fff;
        content: " ";
        transition: all ease-in-out .2s;
        height: 3px;
        width: 0%;
        margin: 0 auto;
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
    }

    .nav-item[b-hmwbwc43l5]  a.active:after {
        background-color: #41eeee;
        width: 100%;
    }

@media(min-width:769px) {
    .nav-item[b-hmwbwc43l5]  a.active:after {
        width: 90%;
    }
}

.nav-item[b-hmwbwc43l5]  a:not(.active):hover,.nav-item[b-hmwbwc43l5]  a:not(.active):focus {
    color: white;
}

@media(min-width:769px) {
    .nav-item[b-hmwbwc43l5]  a:not(.active):hover:after, .nav-item[b-hmwbwc43l5]  a:not(.active):focus:after {
        width: 90%;
        -webkit-animation: ld-tremble 1s infinite;
        animation: ld-tremble 1s infinite;
    }
}
/* _content/FardaBourseNew/Components/Pages/Index.razor.rz.scp.css */
.news-items[b-6o798pva7f] {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: minmax(120px,auto);
    grid-gap: 1rem;
    justify-content: stretch;
    align-items: stretch;
    min-height: 100vh;
}

    .news-items ul.pagination[b-6o798pva7f] {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(7,1fr);
        grid-auto-rows: auto;
        justify-items: center;
        margin: 20px auto 10px;
        max-width: min-content;
        padding: 0;
    }

li.page-item[b-6o798pva7f]  .page-link {
    position: relative;
    display: block;
    padding: 0.4375rem 0.875rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    min-width: 2.5385rem;
    transition: all ease-in-out .15s;
}

    li.page-item[b-6o798pva7f]  .page-link:hover {
        background-color: azure;
    }

    li.page-item[b-6o798pva7f]  .page-link:focus {
        border-style: dashed;
        border-color: rgba(0,0,0,0.35);
    }

li.page-item.disabled .page-link[b-6o798pva7f] {
    pointer-events: none;
    cursor: auto;
    display: none;
}

li.page-item.active .page-link[b-6o798pva7f] {
    pointer-events: none;
    cursor: auto;
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}
/* _content/FardaBourseNew/Components/Pages/News.razor.rz.scp.css */
.news-detail > .h-entry[b-l2rs96r9x3] {
    border: 1px solid rgba(0,0,0,.125);
}

.news-detail:not(.empty) > .h-entry[b-l2rs96r9x3] {
    margin-bottom: 20px;
}

.news-header[b-l2rs96r9x3], .news-footer[b-l2rs96r9x3] {
    background: #fafafa;
    padding: 3px 10px;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: auto;
    font-size: 0.75rem;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .news-header > nav[b-l2rs96r9x3] {
        grid-column: auto/span 9;
    }

    .news-header > div[b-l2rs96r9x3] {
        grid-column: auto/span 3;
        display: grid;
        grid-template-columns: 22px auto 22px;
        align-items: center;
        justify-content: end;
    }

        .news-header > div > time[b-l2rs96r9x3] {
            margin: 0 5px 0 15px;
        }

nav > ol.breadcrumb[b-l2rs96r9x3] {
    display: grid;
    grid-template-columns: 60px 10px auto;
    padding: 0.325rem 0;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumb-item[b-l2rs96r9x3] {
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.325rem 0;
}

    .breadcrumb-item + .breadcrumb-item[b-l2rs96r9x3] {
        margin-left: 3px;
    }

    .breadcrumb-item > a[b-l2rs96r9x3] {
        border: dashed 1px transparent;
    }

        .breadcrumb-item > a:focus-visible[b-l2rs96r9x3] {
            border-color: rgba(0,0,0,0.35);
        }

.news-detail.empty .breadcrumb-item.active[b-l2rs96r9x3] {
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading-b-l2rs96r9x3 ease-in-out infinite;
    background-size: 800px 104px;
    max-width: 20rem;
}

.news-header-title[b-l2rs96r9x3] {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    min-height: 6.25rem;
    overflow: hidden;
    align-items: center;
    padding: 20px 20px 0;
}


    .news-header-title > .news-picture[b-l2rs96r9x3] {
        display: grid;
        justify-content: center;
        grid-auto-rows: minmax(125px, auto);
        grid-row: 1;
        justify-items: center;
        align-items: center;
        max-width: 192px;
        margin: auto auto 15px;
        grid-column: auto/span 3;
        grid-row: 1;
        max-width: 200px;
    }

        .news-header-title > .news-picture > picture > img[b-l2rs96r9x3] {
            max-width: 100%;
            display: block;
            text-align: justify;
            transition: all ease-in-out .35s;
            opacity: 1;
            transform: scale3d(1,1,1);
            margin: 0 auto;
            max-height: 150px;
        }

    .news-header-title > .news-abstract[b-l2rs96r9x3] {
        grid-column: auto/span 10;
        grid-row: 1;
    }

.news-abstract > h1[b-l2rs96r9x3] {
    font-size: 1.1875rem;
    margin-bottom: 1.25rem;
}

.news-detail.empty .news-abstract > h1[b-l2rs96r9x3] {
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading-b-l2rs96r9x3 ease-in-out infinite;
    background-size: 800px 104px;
    min-height: 23px;
    outline: none;
}

.news-abstract > .summary[b-l2rs96r9x3] {
    border-right: solid 3px #00bcd4;
    background: #fafafa;
    color: #999;
    font-size: 0.75rem;
    padding: 0.3125rem;
    padding-right: 0.625rem;
}

.news-detail.empty .news-abstract > .summary[b-l2rs96r9x3] {
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading-b-l2rs96r9x3 ease-in-out infinite;
    background-size: 800px 104px;
    min-height: 50px;
}


@media(min-width:769px) {
    .news-header-title[b-l2rs96r9x3] {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-template-rows: repeat(1,1fr);
        grid-column-gap: 20px;
    }

        .news-header-title > .news-picture[b-l2rs96r9x3] {
            margin: auto;
        }
}

.news-body[b-l2rs96r9x3] {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    padding: 20px;
    text-align: justify;
}

.news-detail.empty .news-body .e-content.entry-content[b-l2rs96r9x3] {
    min-height: 350px;
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading-b-l2rs96r9x3 ease-in-out infinite;
    background-size: 800px 104px;
}

.news-body .news-link[b-l2rs96r9x3] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #3E329A;
    border-color: #3E329A;
    padding: 0.2525rem 0.65rem;
    font-size: .775rem;
    line-height: 1.6667;
    border-radius: 0.125rem;
}

    .news-body .news-link:hover[b-l2rs96r9x3] {
        color: #fff;
        background-color: #3E329A;
        border-color: #3E329A;
    }

    .news-body .news-link:focus-visible[b-l2rs96r9x3] {
        color: #fff;
        background-color: #3E329A;
        border: dashed 1px;
    }

@media(min-width:769px) {
    .news-body .news-link[b-l2rs96r9x3] {
        padding: 0.3125rem 0.75rem;
        font-size: .875rem;
        line-height: 1.6667;
    }
}

.news-footer[b-l2rs96r9x3] {
    border-bottom: none;
    border-top: 1px solid rgba(0,0,0,.125);
}

.news-detail.empty .news-footer[b-l2rs96r9x3] {
    min-height: 45px;
}

.news-footer > .time-info[b-l2rs96r9x3] {
    grid-column: auto/span 10;
    display: grid;
    grid-template-columns: 1fr auto 1fr 1fr;
    align-items: center;
    user-select: none
}

@media(min-width:500px) {
    .news-footer > .time-info[b-l2rs96r9x3] {
        display: block;
    }
}

.time-info > i[b-l2rs96r9x3] {
    margin: 0 3px;
}

.time-info > time[b-l2rs96r9x3] {
    margin-left: 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-footer[b-l2rs96r9x3]  > .dropdown {
    grid-column: auto/span 2;
    text-align: left;
}

.keywords[b-l2rs96r9x3] {
    margin-top: 1.25rem;
}

    .keywords > span[b-l2rs96r9x3] {
        font-size: 0.875rem;
        margin-left: 5px;
    }

        .keywords > span > i[b-l2rs96r9x3] {
            font-size: 1rem;
        }

.keyword[b-l2rs96r9x3] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #333;
    border-color: #999;
    padding: 0.1125rem 0.4rem;
    font-size: .875rem;
    line-height: 1.6667;
    border-radius: 0.125rem;
}

    .keyword + .keyword[b-l2rs96r9x3] {
        margin-right: 5px;
    }

    .keyword:hover[b-l2rs96r9x3] {
        background-color: #cbe3ef;
        border-color: #a2cfe5;
    }
    .keyword:focus-visible[b-l2rs96r9x3] {
        background-color: #cbe3ef;
        border-color: #a2cfe5;
        border: dashed 1px;
    }

@media(min-width:769px) {
    .related-news[b-l2rs96r9x3] {
        display: grid;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-columns: repeat(12,1fr);
        grid-auto-rows: 1fr;
    }
}

[b-l2rs96r9x3] .news-item {
    margin-bottom: 10px;
}

.related-news > div:last-child[b-l2rs96r9x3]  > .news-item {
    margin-bottom: 0;
}

@keyframes loading-b-l2rs96r9x3 {
    to {
        background-position-x: -20%;
    }
}
/* _content/FardaBourseNew/Components/Pages/NewsItem.razor.rz.scp.css */
.news-item[b-afaoyjz0b0] {
    background-color: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.35);
    padding: 5px 10px;
    position: relative;
    transition: background-color ease-in-out 0.35s;
    border: solid 1px transparent;
}

    .news-item:hover[b-afaoyjz0b0] {
        background-color: azure;
    }

    .news-item:focus-within[b-afaoyjz0b0] {
        background-color: azure;
        border: dashed 1px rgba(0,0,0,0.35);
    }

@media(min-width:992px) {
    .news-item[b-afaoyjz0b0] {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-gap: 0.5rem;
    }
}

@keyframes loading-b-afaoyjz0b0 {
    to {
        background-position-x: -20%;
    }
}

.news-item.loading[b-afaoyjz0b0] {
    direction: ltr;
    padding-top: 10px;
}

    .news-item.loading > div[b-afaoyjz0b0] {
        background-color: #ededed;
        background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
        background-size: 200% 100%;
        background-position-x: 180%;
        animation: 2s loading-b-afaoyjz0b0 ease-in-out infinite;
        background-size: 800px 104px;
        height: 130px;
        position: relative;
    }

    .news-item.loading > .detail[b-afaoyjz0b0] {
        margin-top: 10px;
        height: 150px;
    }

@media(min-width:769px) {
    .news-item.loading > div[b-afaoyjz0b0] {
        height: 110px;
    }

    .news-item.loading > .detail[b-afaoyjz0b0] {
        margin-top: auto;
        height: 110px;
    }
}

.news-item.loading > .news-info[b-afaoyjz0b0] {
    height: 25px;
    width: 100%;
}

.news-item > .news-picture[b-afaoyjz0b0] {
    display: grid;
    justify-content: center;
    grid-auto-rows: minmax(125px, auto);
    grid-row: 1;
    justify-items: center;
    align-items: center;
    max-width: 192px;
    margin: auto;
    user-select: none;
    pointer-events: none;
}

    .news-item > .news-picture > picture > img[b-afaoyjz0b0] {
        max-width: 100%;
        height: auto;
        max-height: 128px;
        display: block;
    }

.news-item > .detail[b-afaoyjz0b0] {
    padding: 10px 5px 0 0;
    grid-row: 1;
    grid-auto-rows: min-content;
}

.detail[b-afaoyjz0b0]  > .news-link {
    color: #4e342e;
    grid-row: 1;
}

    .detail[b-afaoyjz0b0]  > .news-link::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.detail[b-afaoyjz0b0]  h2 {
    font-weight: 600;
    font-size: 1rem;
}

p.summary[b-afaoyjz0b0]  {
    font-size: 0.9rem;
    margin: 0;
    text-align: justify;
    grid-row: 2;
}

.news-info[b-afaoyjz0b0] {
    grid-column: auto/span 12;
    justify-self: left;
    font-size: 0.8rem;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    justify-items: end;
    margin-top: 15px;
    user-select: none;
}

    .news-info > span[b-afaoyjz0b0] {
        background-color: #3E329A;
        margin-left: 0.3125rem;
        color: white;
        padding: 2px 4px;
        font-size: 0.9em;
        border-radius: 3px;
        display: inline-block;
        white-space: nowrap;
    }

    .news-info > time[b-afaoyjz0b0] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
/* _content/FardaBourseNew/Components/Pages/Share.razor.rz.scp.css */
.dropdown[b-fo5nutabzg] {
    position: relative;
    user-select: none;
}

    .dropdown > span[b-fo5nutabzg] {
        cursor: pointer;
    }

.dropdown-menu[b-fo5nutabzg] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 11.25rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.1875rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.1);
}

    .dropdown-menu.up[b-fo5nutabzg] {
        top: auto;
        bottom: 100%;
    }

    .dropdown-menu.show[b-fo5nutabzg] {
        display: block;
        text-align: right;
    }

    .dropdown-menu > a[b-fo5nutabzg] {
        color: #2c2c2c;
        padding: 5px 10px;
        display: block;
    }

        .dropdown-menu > a:hover[b-fo5nutabzg] {
            background-color: azure;
        }
/* _content/FardaBourseNew/Components/Pages/Spinner.razor.rz.scp.css */
.spinner[b-z0ic6psusn] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 80px;
    height: 80px;
    animation: spin-b-6jyaekxi9m 700ms linear infinite;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
}

@keyframes spin-b-z0ic6psusn {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
