@import '_content/IME.BlazorDateRangePicker/IME.BlazorDateRangePicker.bundle.scp.css';

/* /Layout/FutureLayout.razor.rz.scp.css */
.top-row[b-4jxyk0ra74] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

@media (max-width: 640.98px) {
    .top-row[b-4jxyk0ra74] {
        display: none;
    }
}
/* /Layout/FutureNavMenu.razor.rz.scp.css */
.top-row[b-a6popzjd77] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #d6d5d5;
}
.nav-item[b-a6popzjd77] {
    padding-left: 2.5rem!important;
}
.navbar-nav[b-a6popzjd77] {
    padding-right: 1.5rem;
}
@media (min-width: 641px) {
    .navbar-toggler[b-a6popzjd77] {
        display: none;
    }

    .collapse[b-a6popzjd77] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.top-row[b-fr99gbs1q9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

@media (max-width: 640.98px) {
    .top-row[b-fr99gbs1q9] {
        display: none;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-row[b-x8dawyfvdf] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #d6d5d5;
}
.nav-item[b-x8dawyfvdf] {
    padding-left: 2.5rem!important;
}
.navbar-nav[b-x8dawyfvdf] {
    padding-right: 1.5rem;
}
@media (min-width: 641px) {
    .navbar-toggler[b-x8dawyfvdf] {
        display: none;
    }

    .collapse[b-x8dawyfvdf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Pages/Common/FutureTickerComponent.razor.rz.scp.css */
@keyframes ticker-b-ljw1nuvuoc {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -1.7em
    }

    50% {
        margin-top: -3.4em
    }

    75% {
        margin-top: -5.1em
    }

    100% {
        margin-top: 0
    }
}

.news[b-ljw1nuvuoc] {
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.4), 0 1px 1px rgba(0,0,0,0.5);
    width: 100%;
    height: 2.3em;
    overflow: hidden;
    border-radius: 4px;
    padding: 3px;
    -webkit-user-select: none
}

    .news span[b-ljw1nuvuoc] {
        float: right;
        color: #fff;
        padding: 3px;
        position: relative;
        top: 1%;
        border-radius: 4px;
        box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
        font: 1em 'Vazir', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -webkit-user-select: none;
        cursor: pointer
    }

    .news ul[b-ljw1nuvuoc] {
        float: left;
        padding-left: 100px;
        animation: ticker-b-ljw1nuvuoc 10s cubic-bezier(1, 0, .5, 0) infinite;
        -webkit-user-select: none
    }

        .news ul li[b-ljw1nuvuoc] {
            font: 1em 'IRANSans',Ganjnameh, Arial, sans-serif;
            line-height: 30px;
            list-style: none;
            color: #fff;
            text-decoration: none;
            white-space:nowrap;
        }

            .news ul li a[b-ljw1nuvuoc] {
                color: #fff;
                text-decoration: none;
                font: 13px 'Vazir',Ganjnameh, Arial, sans-serif;
                -webkit-font-smoothing: antialiased;
                -webkit-user-select: none
            }

        .news ul:hover[b-ljw1nuvuoc] {
            animation-play-state: paused
        }

    .news span:hover + ul[b-ljw1nuvuoc] {
        animation-play-state: paused
    }

/* OTHER COLORS */
.blue[b-ljw1nuvuoc] {
    background: #347fd0
}

    .blue span[b-ljw1nuvuoc] {
        background: #2c66be
    }

.red[b-ljw1nuvuoc] {
    background: #d23435
}

    .red span[b-ljw1nuvuoc] {
        background: #c22b2c
    }

.green[b-ljw1nuvuoc] {
    background: #699B67
}

    .green span[b-ljw1nuvuoc] {
        background: #547d52
    }

.magenta[b-ljw1nuvuoc] {
    background: #b63ace
}

    .magenta span[b-ljw1nuvuoc] {
        background: #842696
    }
/* /Pages/Future/Board/FutureCurrentRateComponent.razor.rz.scp.css */
.text-sm[b-rs4ikovuzt] {
    font-size: .875rem !important;
}
.font-weight-bolder[b-rs4ikovuzt] {
    font-weight: 700 !important;
}
.h5[b-rs4ikovuzt], h5[b-rs4ikovuzt] {
    font-size: 1.25rem;
    line-height: 1.375;
}
/* /Pages/Future/Board/FutureTradesComponent.razor.rz.scp.css */
.low[b-ndfycfgmqf] {
    color: #bd0a0a;
}

    .low[b-ndfycfgmqf]::before {
        font-family: Icons, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: ' \e034 ';
        padding-right: 5px;
    }

.high[b-ndfycfgmqf] {
    color: #1aa500;
}

    .high[b-ndfycfgmqf]::before {
        font-family: Icons, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: ' \e037 ';
        padding-right: 5px;
    }
/* /Pages/Future/Faq/FutureFullFaqComponent.razor.rz.scp.css */
.active[b-vwm9yn2itp] {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
/* /Pages/Future/TransactionStatistics/FutureTablePaginationComponent.razor.rz.scp.css */
.pagination[b-trvcqx4bd0] {
    display: inline-block;
    padding-right: 0;
    /*margin: 20px 0;*/
    border-radius: 4px;
}

    .pagination > li[b-trvcqx4bd0] {
        display: inline;
    }

        .pagination > li > a[b-trvcqx4bd0],
        .pagination > li > span[b-trvcqx4bd0] {
            position: relative;
            float: right;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #428bca;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a[b-trvcqx4bd0],
        .pagination > li:first-child > span[b-trvcqx4bd0] {
            /*            margin-left: 0;*/
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li:last-child > a[b-trvcqx4bd0],
        .pagination > li:last-child > span[b-trvcqx4bd0] {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li > a:hover[b-trvcqx4bd0],
        .pagination > li > span:hover[b-trvcqx4bd0],
        .pagination > li > a:focus[b-trvcqx4bd0],
        .pagination > li > span:focus[b-trvcqx4bd0] {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
            cursor: pointer;
        }

    .pagination > .active > a[b-trvcqx4bd0],
    .pagination > .active > span[b-trvcqx4bd0],
    .pagination > .active > a:hover[b-trvcqx4bd0],
    .pagination > .active > span:hover[b-trvcqx4bd0],
    .pagination > .active > a:focus[b-trvcqx4bd0],
    .pagination > .active > span:focus[b-trvcqx4bd0] {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span[b-trvcqx4bd0],
    .pagination > .disabled > span:hover[b-trvcqx4bd0],
    .pagination > .disabled > span:focus[b-trvcqx4bd0],
    .pagination > .disabled > a[b-trvcqx4bd0],
    .pagination > .disabled > a:hover[b-trvcqx4bd0],
    .pagination > .disabled > a:focus[b-trvcqx4bd0] {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a[b-trvcqx4bd0],
.pagination-lg > li > span[b-trvcqx4bd0] {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a[b-trvcqx4bd0],
.pagination-lg > li:first-child > span[b-trvcqx4bd0] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a[b-trvcqx4bd0],
.pagination-lg > li:last-child > span[b-trvcqx4bd0] {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a[b-trvcqx4bd0],
.pagination-sm > li > span[b-trvcqx4bd0] {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a[b-trvcqx4bd0],
.pagination-sm > li:first-child > span[b-trvcqx4bd0] {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a[b-trvcqx4bd0],
.pagination-sm > li:last-child > span[b-trvcqx4bd0] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.dropup .dropdown-menu[b-trvcqx4bd0], .navbar-fixed-bottom .dropdown .dropdown-menu[b-trvcqx4bd0] {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.open > .dropdown-menu[b-trvcqx4bd0] {
    display: block;
}

.dropdown-menu[b-trvcqx4bd0] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 20px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: right;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu > li > a[b-trvcqx4bd0] {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        text-decoration: none;
    }

        .dropdown-menu > li > a:hover[b-trvcqx4bd0], .dropdown-menu > li > a:focus[b-trvcqx4bd0] {
            color: #fff;
            text-decoration: none;
            background-color: #6c757d;
        }

    .dropdown-menu > .active > a[b-trvcqx4bd0], .dropdown-menu > .active > a:hover[b-trvcqx4bd0], .dropdown-menu > .active > a:focus[b-trvcqx4bd0] {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }
/* /Pages/Future/TransactionStatistics/FutureTransactionStatisticsComponent.razor.rz.scp.css */
.low[b-cgpkeopip1] {
    color: #bd0a0a;
}
    .low[b-cgpkeopip1]::before {
        font-family: Icons, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: '\e034';
    }
.high[b-cgpkeopip1] {
    color: #1aa500;
}
    .high[b-cgpkeopip1]::before {
        font-family: Icons, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: '\e037';
    }
/* /Pages/Future/TransactionStatistics/FutureTransactionStatisticsSkeletonComponent.razor.rz.scp.css */
.low[b-4y9q4xnhsk] {
    color: #bd0a0a;
}
    .low[b-4y9q4xnhsk]::before {
        font-family: Icons, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: '\e034';
    }
.high[b-4y9q4xnhsk] {
    color: #1aa500;
}
    .high[b-4y9q4xnhsk]::before {
        font-family: Icons,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: '\e037';
    }
/* /Pages/Main/Board/MainContractComponent.razor.rz.scp.css */
.text-sm[b-3kqkc6id4r] {
    font-size: .875rem !important;
}

.font-weight-bolder[b-3kqkc6id4r] {
    font-weight: 700 !important;
}

.h5[b-3kqkc6id4r], h5[b-3kqkc6id4r] {
    font-size: 1.25rem;
    line-height: 1.375;
}
/* /Pages/Main/Board/MainTradesComponent.razor.rz.scp.css */
.low[b-1mql9jvywm] {
    color: #bd0a0a;
}

    .low[b-1mql9jvywm]::before {
        font-family: Icons, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: ' \e034 ';
        padding-right: 5px;
    }

.high[b-1mql9jvywm] {
    color: #1aa500;
}

    .high[b-1mql9jvywm]::before {
        font-family: Icons,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: ' \e037 ';
        padding-right: 5px;
    }
/* /Pages/Main/Faq/CashBackComponent.razor.rz.scp.css */
/* /Pages/Main/Faq/ClearFromWarehouseComponent.razor.rz.scp.css */
.cbp_tmtimeline[b-vug0dn4qux] {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

    .cbp_tmtimeline li:not(:last-child)[b-vug0dn4qux]:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #eee;
        right: 10%;
        margin-right: -6px
    }

    .cbp_tmtimeline > li[b-vug0dn4qux] {
        position: relative;
        padding-bottom: 10px;
    }

        .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child[b-vug0dn4qux] {
            color: #444;
            font-size: 13px
        }

        .cbp_tmtimeline > li .empty span[b-vug0dn4qux] {
            color: #777
        }

        .cbp_tmtimeline > li .cbp_tmtime[b-vug0dn4qux] {
            display: block;
            width: 23%;
            padding-right: 70px;
            position: absolute
        }

            .cbp_tmtimeline > li .cbp_tmtime span[b-vug0dn4qux] {
                display: block;
                text-align: right
            }

                .cbp_tmtimeline > li .cbp_tmtime span:first-child[b-vug0dn4qux] {
                    font-size: 15px;
                    color: #3d4c5a;
                    font-weight: 700
                }

                .cbp_tmtimeline > li .cbp_tmtime span:last-child[b-vug0dn4qux] {
                    font-size: 14px;
                    color: #444
                }

        .cbp_tmtimeline > li .cbp_tmlabel[b-vug0dn4qux] {
            margin: 0 20% 0 0;
            background: #f0f1f3;
            padding: 1.2em;
            position: relative;
            border-radius: 5px;
            text-align: justify;
        }

            .cbp_tmtimeline > li .cbp_tmlabel[b-vug0dn4qux]:before {
                left: 100%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-left-color: #f0f1f3;
                border-width: 10px;
                top: 10px
            }

            .cbp_tmtimeline > li .cbp_tmlabel blockquote[b-vug0dn4qux] {
                font-size: 16px
            }

            .cbp_tmtimeline > li .cbp_tmlabel .map-checkin[b-vug0dn4qux] {
                border: 5px solid rgba(235, 235, 235, 0.2);
                -moz-box-shadow: 0px 0px 0px 1px #ebebeb;
                -webkit-box-shadow: 0px 0px 0px 1px #ebebeb;
                box-shadow: 0px 0px 0px 1px #ebebeb;
                background: #fff !important
            }

            .cbp_tmtimeline > li .cbp_tmlabel h2[b-vug0dn4qux] {
                margin: 0px;
                padding: 0 0 10px 0;
                line-height: 26px;
                font-size: 16px;
                font-weight: normal
            }

                .cbp_tmtimeline > li .cbp_tmlabel h2 a[b-vug0dn4qux] {
                    font-size: 15px
                }

                    .cbp_tmtimeline > li .cbp_tmlabel h2 a:hover[b-vug0dn4qux] {
                        text-decoration: none
                    }

                .cbp_tmtimeline > li .cbp_tmlabel h2 span[b-vug0dn4qux] {
                    font-size: 15px
                }

            .cbp_tmtimeline > li .cbp_tmlabel p[b-vug0dn4qux] {
                color: #444
            }

        .cbp_tmtimeline > li .cbp_tmicon[b-vug0dn4qux] {
            width: 40px;
            height: 40px;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-size: 1.4em;
            line-height: 40px;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            color: #fff;
            background: #46a4da;
            border-radius: 50%;
            box-shadow: 0 0 0 5px #f5f5f6;
            text-align: center;
            right: 10%;
            top: 0;
            margin: 0 -25px 0 0
        }

@media screen and (max-width: 992px) and (min-width: 768px) {
    .cbp_tmtimeline > li .cbp_tmtime[b-vug0dn4qux] {
        padding-right: 60px
    }
}

@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child[b-vug0dn4qux] {
        font-size: 12px
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline li:not(:last-child)[b-vug0dn4qux]:before {
        display: none
    }
    .cbp_tmtimeline > li .cbp_tmlabel[b-vug0dn4qux]::before {
        right: 16px;
        content: '';
        height: -2px;
        width: 0px;
        position: absolute;
        border-width: 56px;
        top: -18px;
        border: solid transparent 10px;
        border-left-color: #f0f1f3;
        border-bottom-color: #eee;
    }
    .cbp_tmtimeline > li .cbp_tmtime[b-vug0dn4qux] {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0
    }

        .cbp_tmtimeline > li .cbp_tmtime span[b-vug0dn4qux] {
            text-align: left
        }

    .cbp_tmtimeline > li .cbp_tmlabel[b-vug0dn4qux] {
        margin: 55px 0 0 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%
    }

        .cbp_tmtimeline > li .cbp_tmlabel[b-vug0dn4qux]:after {
            right: auto;
            left: 20px;
            border-right-color: transparent;
            border-bottom-color: #f5f5f6;
            top: -20px
        }

    .cbp_tmtimeline > li .cbp_tmicon[b-vug0dn4qux] {
        position: relative;
        float: right;
        right: auto;
        margin: -55px 5px 0 0px
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel[b-vug0dn4qux]:after {
        border-right-color: transparent;
        border-bottom-color: #f5f5f6
    }
}
/* /Pages/Main/Faq/DepositGoldCoinsInTreasuryComponent.razor.rz.scp.css */
/* /Pages/Main/Faq/GoldNoteComponent.razor.rz.scp.css */
.carousel-item[b-w4w2cud0kj] {
    height: 100%;
}
.align-middle[b-w4w2cud0kj] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* /Pages/Main/Faq/LegalPositionComponent.razor.rz.scp.css */
.carousel-item[b-i5kisspced] {
    height: 100%;
}
.align-middle[b-i5kisspced] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-control-next-icon[b-i5kisspced] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon[b-i5kisspced] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.title[b-i5kisspced] {
    font-family: Ganjnameh,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: large;
}
.publishDate[b-i5kisspced] {
    font-size: smaller;
    color: cornflowerblue;
    padding-bottom: 14px;
}
.description[b-i5kisspced] {
    text-align: justify;
    line-height: 1.6em;
    font-size: small;
}
/* /Pages/Main/Faq/MainFullFaqComponent.razor.rz.scp.css */
.active[b-o4rz0rngew] {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
/* /Pages/Main/Faq/ObtainFinancialMarketCodeComponent.razor.rz.scp.css */
/* /Pages/Main/Faq/StorageCostSettlementProcessComponent.razor.rz.scp.css */
/* /Pages/Main/Faq/TransactionsSettlementComponent.razor.rz.scp.css */
.carousel-item[b-hslolc7gth] {
    height: 100%;
}
.align-middle[b-hslolc7gth] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* /Pages/Main/Faq/WhatIsDepositCertificateComponent.razor.rz.scp.css */
.blockquote[b-zmkzvq0t6y] {
    border: 1px solid rgba(222, 226, 230, 0.54);
    border-right: 0.5rem solid rgba(0, 123, 255, 0.54);
    color: #6c757d;
    font-family: "Ganjnameh", Vazir,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    line-height: 1.6;
    padding: 3.688rem 2.875rem 1.875rem 1.688rem;
    position: relative;
    width: 100%;
    text-align: justify;
    overflow:hidden;
}

    .blockquote[b-zmkzvq0t6y]:before {
        color: rgba(0, 123, 255, 0.54);
        content: "“";
        font-family: Vazir,"Ganjnameh", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-size: 5.5rem;
        height: 3.75rem;
        right: 0.9375rem;
        line-height: 1;
        max-width: 3.75rem;
        position: absolute;
        text-align: inherit;
        top: 0.9375rem;
        width: 100%;
    }

    .blockquote[b-zmkzvq0t6y]:after {
        content: "";
    }

.blockquote-footer[b-zmkzvq0t6y] {
    font-family:  Vazir,"Ganjnameh", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 55%;
    color: #343a40;
    display: block;
    font-style: normal;
    font-weight: 700;
    margin-top: 1rem;
    padding: 0;
}

    .blockquote-footer[b-zmkzvq0t6y]:before {
        content: "— ";
    }
/* /Pages/Main/Faq/WhyGoldComponent.razor.rz.scp.css */
.carousel-item[b-j7srh53m7w] {
    height: 100%;
}
.align-middle[b-j7srh53m7w] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* /Pages/Main/Faq/WithdrawGoldCoinsFromTreasuryComponent.razor.rz.scp.css */
/* /Pages/Main/TransactionStatistics/MainTablePaginationComponent.razor.rz.scp.css */
.pagination[b-ffyxnsahyq] {
    display: inline-block;
    padding-right: 0;
    /*margin: 20px 0;*/
    border-radius: 4px;
}

    .pagination > li[b-ffyxnsahyq] {
        display: inline;
    }

        .pagination > li > a[b-ffyxnsahyq],
        .pagination > li > span[b-ffyxnsahyq] {
            position: relative;
            float: right;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #428bca;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a[b-ffyxnsahyq],
        .pagination > li:first-child > span[b-ffyxnsahyq] {
            /*            margin-left: 0;*/
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li:last-child > a[b-ffyxnsahyq],
        .pagination > li:last-child > span[b-ffyxnsahyq] {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li > a:hover[b-ffyxnsahyq],
        .pagination > li > span:hover[b-ffyxnsahyq],
        .pagination > li > a:focus[b-ffyxnsahyq],
        .pagination > li > span:focus[b-ffyxnsahyq] {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
            cursor: pointer;
        }

    .pagination > .active > a[b-ffyxnsahyq],
    .pagination > .active > span[b-ffyxnsahyq],
    .pagination > .active > a:hover[b-ffyxnsahyq],
    .pagination > .active > span:hover[b-ffyxnsahyq],
    .pagination > .active > a:focus[b-ffyxnsahyq],
    .pagination > .active > span:focus[b-ffyxnsahyq] {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span[b-ffyxnsahyq],
    .pagination > .disabled > span:hover[b-ffyxnsahyq],
    .pagination > .disabled > span:focus[b-ffyxnsahyq],
    .pagination > .disabled > a[b-ffyxnsahyq],
    .pagination > .disabled > a:hover[b-ffyxnsahyq],
    .pagination > .disabled > a:focus[b-ffyxnsahyq] {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a[b-ffyxnsahyq],
.pagination-lg > li > span[b-ffyxnsahyq] {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a[b-ffyxnsahyq],
.pagination-lg > li:first-child > span[b-ffyxnsahyq] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a[b-ffyxnsahyq],
.pagination-lg > li:last-child > span[b-ffyxnsahyq] {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a[b-ffyxnsahyq],
.pagination-sm > li > span[b-ffyxnsahyq] {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a[b-ffyxnsahyq],
.pagination-sm > li:first-child > span[b-ffyxnsahyq] {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a[b-ffyxnsahyq],
.pagination-sm > li:last-child > span[b-ffyxnsahyq] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.dropup .dropdown-menu[b-ffyxnsahyq], .navbar-fixed-bottom .dropdown .dropdown-menu[b-ffyxnsahyq] {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.open > .dropdown-menu[b-ffyxnsahyq] {
    display: block;
}

.dropdown-menu[b-ffyxnsahyq] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 20px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: right;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu > li > a[b-ffyxnsahyq] {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        text-decoration: none;
    }

        .dropdown-menu > li > a:hover[b-ffyxnsahyq], .dropdown-menu > li > a:focus[b-ffyxnsahyq] {
            color: #fff;
            text-decoration: none;
            background-color: #6c757d;
        }

    .dropdown-menu > .active > a[b-ffyxnsahyq], .dropdown-menu > .active > a:hover[b-ffyxnsahyq], .dropdown-menu > .active > a:focus[b-ffyxnsahyq] {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }
/* /Pages/Main/TransactionStatistics/MainTransactionStatisticsComponent.razor.rz.scp.css */
.low[b-wpy8n4qeds] {
    color: #bd0a0a;
}
    .low[b-wpy8n4qeds]::before {
        font-family: Icons, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: '\e034';
    }
.high[b-wpy8n4qeds] {
    color: #1aa500;
}
    .high[b-wpy8n4qeds]::before {
        font-family: Icons,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: '\e037';
    }
/* /Pages/Main/TransactionStatistics/MainTransactionStatisticsSkeletonComponent.razor.rz.scp.css */
.low[b-gtlujf0h7q] {
    color: #bd0a0a;
}
    .low[b-gtlujf0h7q]::before {
        font-family: Icons, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: '\e034';
    }
.high[b-gtlujf0h7q] {
    color: #1aa500;
}
    .high[b-gtlujf0h7q]::before {
        font-family: Icons,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: '\e037';
    }
/* /Pages/Skeleton/TransactionStatisticsSkeletonComponent.razor.rz.scp.css */
.low[b-87c4wbto18] {
    color: #bd0a0a;
}
    .low[b-87c4wbto18]::before {
        font-family: 'Icons', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: '\e034';
    }
.high[b-87c4wbto18] {
    color: #1aa500;
}
    .high[b-87c4wbto18]::before {
        font-family: 'Icons','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        content: '\e037';
    }
