﻿:root {
    --dark-Card: #121010;
    --yellow: #FF9800;
    --dark: #000;
}

body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.bmpui-ui-watermark {
    display: none;
}

body.dark {
    background-color: var(--dark);
}

.dblok {
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

.d-none {
    display: none !important;
}

a {
    text-decoration: none;
}

.bannerl2Title {
    font-weight: 800;
    font-size: 18px;
    color: #5e9aff;
    padding: 5px 15px 5px 15px;
}

.w-nav-menu {
    float: initial;
    margin: auto;
}

#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
}

#stk_homeAbout {
    margin-bottom: 10px;
}

.bannerVideo {
    background: radial-gradient( at center, #000087 00%, #000 70%);
    /*
    background: radial-gradient( at center, #000087, #000000);
    */
}

.footerColumns,
.footerQrPanel {
    text-align: center;
}

.imgboard,
.bitmovinplayer-container {
    border: solid 1px #0f352d;
    border-radius: 8px;
}

.imgboard {
    border-width: 2px;
    box-shadow: 5px 2px 5px 2px #001133;
    cursor: pointer;
}

.footerLogobrand img {
    height: 50px;
}

.image_resized {
    max-width: 50%;
}

.homelv3 p {
    margin: 8px 0;
}

.grid-subscribe-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.about-feature-decoration {
    width: 500px;
    max-width: 100%;
    height: 300px;
    background-color: #253bff;
}

/*#region BlazorReload*/
#components-reconnect-modal {
    background-color: rgba(255, 255, 255,0) !important;
}

    #components-reconnect-modal div {
        display: none !important;
    }

    #components-reconnect-modal h5 {
        margin-top: 1px !important;
        color: #fff;
        font-size: .5rem;
    }
/*#endregion*/
.hero-decoration {
    width: 1024px;
    max-width: 100%;
    height: 350px;
    background-color: #003183;
    z-index: 9;
}

/* 隐藏全屏预览层 */
.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

/* 全屏预览中的图片样式 */
.fullscreen-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.callPutRight_salome {
    display: none;
}

.stockExchangeRight_salome {
    display: none;
}

.callvsputRight_salome {
    display: none;
}

.nowWrapHidden {
    white-space: nowrap; /* 不允许文本换行 */
    overflow: hidden; /* 隐藏溢出的文本内容 */
    text-overflow: ellipsis; /* 添加省略号 */
}

.REGISTER .grid-navbar,
.LOGIN .grid-navbar {
    grid-template-columns: 1fr auto;
}

.REGISTER .navbar,
.LOGIN .navbar {
    display: none;
}

.user-pages-section {
    padding-top: 50px;
}

.homePageMobStyle_p {
    color: #03ffab;
    margin-top: 25px;
    font-size: 17px;
}

.homePageMobStyle_h5 {
    line-height: 27px;
    margin-bottom: 35px;
}

.nav-right {
    grid-column-gap: 8px;
    font-weight: bold;
    font-size: 16px;
}

.grid-pricing {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.TrademaxPricing_item {
    background-color: #000;
}

    .TrademaxPricing_item .pricing-badge {
        color: #FFC107;
        border: solid 1px #3F51B5;
    }

    @media (max-width: 1028px) {
        .grid-pricing {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .grid-pricing {
        grid-template-columns: 1fr;
    }

    .pricing-header {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .pricing-header.two {
            background-size: 100%;
            padding-top: 20px;
            padding-left: 20px;
            padding-right: 20px;
        }

    .pricing-content {
        padding: 20px;
    }


    .w-nav-menu {
        display: none;
    }

    .nav-right {
        display: block;
        /*
        margin-right: -12px;
            transform: scale(0.8);
        */
        font-size: 0.8rem;
        background-color: #09235a;
    }


    .nav-link {
        padding: 5px;
    }

    .REGISTER .w-nav-menu,
    .LOGIN .w-nav-menu {
        display: none;
        margin-left: 32px;
        margin-top: 0px;
        margin-bottom: -25px;
        border-radius: 5px;
    }

    .logingRegisterMarginT_salome {
        margin-top: -35px;
    }


    .nav-right .button-small {
        display: initial;
    }

    .nav-right > .button-small:first-child {
        margin-left: 6px;
    }

    .mobble08 {
        transform: scale(0.8);
    }

    .homePageMobScale {
        transform: scale(1);
    }


    .homePageMobButtonMarginT {
        margin-top: 35px;
    }

    .footerLogobrand img
    .brand img {
        max-width: 60%;
    }

    .image_resized {
        max-width: 90%;
    }


    .heading-h2 {
        font-size: 30px;
    }

    h5 {
        font-size: 16px;
    }

    .callPutLeft_salome,
    .stockExchangeLeft_salome,
    .callvsputLeft_salome {
        display: none;
    }

    .callPutRight_salome,
    .stockExchangeRight_salome,
    .callvsputRight_salome {
        display: initial;
    }

    .textalignMob_salome {
        text-align: center;
        margin-top: 0px;
    }

        .textalignMob_salome .pricing-badge {
            width: 100%;
        }

    .marginTopSection1Mob_salome {
        margin-top: -16px;
    }

    .marginTopSection2Mob_salome {
        margin-top: 6px;
    }

    .section-spacing-bottom {
        margin-top: 50px;
    }



    .sectionFullTitle_salome {
        font-size: 1.5rem;
        text-align: center;
    }

        .sectionFullTitle_salome h4 {
            white-space: pre-wrap;
        }

    .sectionSubTitle_salome {
        text-align: center;
        font-size: 1.0rem;
    }

    .sectionContentSummary_salome {
        transform: scale(.95);
    }

    .sectionScreenShot_salome {
        margin-top: -28px;
    }

    .sectionMarginTopSingle_salome {
        margin-top: -30px;
    }

    .footer {
        padding-top: 0;
    }

    .footerColumns {
        display: block;
    }
}
