#login .login_box .form_box {
    background-color: #fff;
    padding: 40px 34px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 4px 50px #ddd;
    border-radius: 8px;
    flex: 0 0 468px;
    max-width: 468px
}

    #login .login_box .form_box .google_box {
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        padding: 12px;
        justify-content: center
    }

    #login .login_box .form_box .svg_icon {
        width: 100%
    }

#login .login_box .OTP_screen .form-group {
    display: flex;
    justify-content: space-between
}

    #login .login_box .OTP_screen .form-group .form-control {
        background: #f5f6fa;
        width: 58px;
        height: 66px;
        font-size: 40px;
        color: #2a3250;
        text-align: center
    }

#login .login_box .OTP_screen .otp_lal {
    color: #2a3250;
    opacity: .5
}

#login .login_box .OTP_screen .otp_time {
    color: rgba(0,0,0,.4)
}

#login .login_box .OTP_screen .Resend_otp {
    color: #c81a1a
}

#login .login_box .OTP_screen .disabled_cta {
    background-color: #eaeaea;
    color: #2a3250;
    opacity: .5
}

#login .login_box .OTP_screen .cta_border {
    background-color: rgba(0,0,0,0);
    border: 1px solid #faae1b
}

.favpost {
    margin-left: 100px;
}

@media screen and (max-width: 991px) {
    #login .login_box .form_box {
        width: 400px;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .OTP_screen .form-control {
        width: 48px !important;
        height: 56px !important;
        font-size: 25px !important;
        margin-right: 2px;
    }
}

@media screen and (max-width: 768px) {
    .cke_reset {
    }

    .buildApplication img {
        width: 95vw !important;
    }

    .dashboard {
        margin-top: 100px;
    }

    .favpost {
        margin-left: 20px;
        margin-top: -40px;
    }

    .chats {
        display: initial !important;
    }

    .forum_content {
        margin-top: 40px !important;
    }

    #uploadform {
        width: 87vw;
    }

    #login .mtop115 {
        margin-top: 40px
    }

    #login .login_box .form_box {
        width: 100%;
        padding: 24px 20px
    }

        #login .login_box .form_box .f32 {
            font-size: 26px
        }

        #login .login_box .form_box .form-control {
            padding: 10px
        }

        #login .login_box .form_box .open_Acc {
            display: block
        }
}

.BGblack .form_box {
    background: #0e1023 !important;
    box-shadow: none !important;
    border: none !important
}

.BGblack #Terms_Conditions .popup .modal_info p {
    color: #FFFFFF;
}

.BGblack #Terms_Conditions .popup .modal_info ul {
    color: #FFFFFF;
}

.main {
    margin-top: 90px;
}

    .main h2 {
        font-size: 72px;
        color: #323232;
    }

        .main h2 span {
            font-size: 72px;
            /* color: #333*/
        }

        .main h2 .arrow {
            font-size: 25px;
            color: #333
        }

    .main .banner {
        padding: 50px 10px 30px
    }

        .main .banner .banner_text {
            width: 560px;
            margin: 0 auto
        }

        .main .banner .banner_img {
            display: inline-block;
            position: relative
        }

        .main .banner .computers {
            position: relative
        }

            .main .banner .computers .justifycenter {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: 47px
            }

            .main .banner .computers .banner_box {
                border: 3px solid #273137;
                border-radius: 12px;
                margin: 0 5px;
                padding: 11px 4px;
                width: 210px;
                background-color: #fff;
                background-image: url(../images/number.gif);
                background-repeat: no-repeat;
                background-size: cover;
                filter: grayscale(20%);
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center
            }

                .main .banner .computers .banner_box h3 {
                    font-size: 32px;
                    color: #2a3250;
                    line-height: 24px;
                    position: relative
                }

                .main .banner .computers .banner_box .banner_lbl {
                    display: inline-block;
                    padding: 3px 6px;
                    font-size: 10px;
                    background-color: #082f35;
                    color: #fff;
                    position: relative
                }

                .main .banner .computers .banner_box:nth-child(2) {
                    background-image: none
                }

                .main .banner .computers .banner_box::before {
                    content: "";
                    position: fixed;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    background-color: rgba(255,255,255,.85);
                    border-radius: 12px
                }

                .main .banner .computers .banner_box:nth-child(2)::before {
                    background-color: rgba(0,0,0,0)
                }

                .main .banner .computers .banner_box::after {
                    content: "";
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 68px;
                    height: 100%;
                    bottom: -126px;
                    background-image: url(../images/comp_bottom.png);
                    background-repeat: no-repeat
                }

                .main .banner .computers .banner_box:first-child {
                    margin-left: 0
                }

                .main .banner .computers .banner_box:last-child {
                    margin-right: 0
                }

    .main .glowing {
        /*background: linear-gradient(97.02deg, #FFD265 5.81%, #F7971E 97.06%);*/
        background: linear-gradient(97.02deg, #2b2e8c 5.81%, #006EB9 97.06%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0);
        background-clip: text;
        transition: background-color .5s ease
    }

@keyframes glow {
    0% {
        /*background: linear-gradient(97.02deg, #FFD265 5.81%, #F7971E 97.06%);*/
        background: linear-gradient(97.02deg, #2b2e8c 5.81%, #006EB9 97.06%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0);
        background-clip: text
    }

    50% {
        background: #2a3250;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0);
        background-clip: text
    }

    100% {
        /*background: linear-gradient(97.02deg, #FFD265 5.81%, #F7971E 97.06%);*/
        background: linear-gradient(97.02deg, #2b2e8c 5.81%, #006EB9 97.06%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0);
        background-clip: text
    }
}

.main .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px
}

    .main .btn-box .cta {
        width: 211px;
        border: 1px solid #2b2e8c;
    }

    .main .btn-box .cta-outline {
        background-color: #fff;
        display: flex;
        align-items: center;
        border: 1px solid #2b2e8c;
        color: #2b2e8c;
    }

.main .start_coding {
    position: relative
}

    .main .start_coding .number {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #005dac;
        color: #fff;
        font-size: 16px;
        text-align: center;
        display: inline-block;
        padding: 9px 0;
        font-weight: 600;
        margin-top: 100px
    }

    .main .start_coding::after {
        width: 1px;
        height: 96px;
        background: linear-gradient(180deg, #005dac 0%, rgba(250, 174, 27, 0) 100%);
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        left: 50%;
        transform: rotate(180deg)
    }

    .main .start_coding .coding_heading {
        font-size: 68px
    }

    .main .start_coding .Coding_Languages {
        justify-content: center;
        gap: 20px
    }

    .main .start_coding .start_trade {
        gap: 40px
    }

    .main .start_coding .Top_API_infra {
        gap: 25px 0
    }

        .main .start_coding .Top_API_infra a img {
            filter: grayscale(100%)
        }

            .main .start_coding .Top_API_infra a img:hover {
                filter: grayscale(0)
            }

    .main .start_coding .white_box {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        box-shadow: 0px 4px 50px #ddd;
        border-radius: 8px;
        margin-right: 70px
    }

        .main .start_coding .white_box .white_box_heading {
            padding: 15px;
            border-bottom: 1px solid #e5e5e5;
            color: #2a3250;
            display: flex;
            align-items: center;
            gap: 7px
        }

            .main .start_coding .white_box .white_box_heading .Bash {
                width: 12px;
                height: 12px;
                border-radius: 100%;
                display: inline-block
            }

            .main .start_coding .white_box .white_box_heading .Bash_red {
                background-color: #e52863
            }

            .main .start_coding .white_box .white_box_heading .Bash_yellow {
                background-color: #ffd66f
            }

            .main .start_coding .white_box .white_box_heading .Bash_green {
                background-color: #37c79c
            }

            .main .start_coding .white_box .white_box_heading .Bot {
                background: #f5f6fa;
                border-radius: 8px;
                display: flex;
                justify-content: center;
                align-items: center;
                display: inline-block;
                line-height: 21px;
                padding: 1px 10px
            }

        .main .start_coding .white_box .white_box_body {
            padding: 15px
        }

    .main .start_coding .Build_Application_lists {
        border-left: 3px solid #ebebeb;
        padding: 40px;
        padding-right: 0;
        margin-left: 25px
    }

        .main .start_coding .Build_Application_lists li {
            position: relative
        }

            .main .start_coding .Build_Application_lists li ::before {
                width: 9px;
                height: 9px;
                border: 3px solid #ebebeb;
                border-radius: 50%;
                content: "";
                display: block;
                display: block;
                position: absolute;
                left: -49px;
                top: 11px;
                background-color: #fff
            }

.main .Trade_info {
    border-radius: 12px;
    border: 1px solid #e4e5e6;
    padding: 20px 30px;
    margin: 14px 0;
    position: relative
}

    .main .Trade_info::before {
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 100%;
        border: 1px solid #e4e5e6;
        display: block;
        background-color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -8px
    }

.BGblack .main h2 {
    color: #fff
}

    .BGblack .main h2 span {
        /*  color: #fff*/
    }

.BGblack .main .banner .computers .banner_box {
    border-color: silver
}

.BGblack .algobulls:hover {
    background-image: url(../images/Blackthem/AlgobullsBlackthem.svg)
}

.BGblack .MAlgos:hover {
    background-image: url(../images/Blackthem/ModeronBlackthem.svg)
}

.BGblack .stoxx:hover {
    background-image: url(../images/Blackthem/StoxxBlackthem.svg)
}

.BGblack .Traderon:hover {
    background-image: url(../images/Blackthem/TradetronBlackthem.svg)
}

.BGblack .SD:hover {
    background-image: url(../images/Blackthem/StocksBlackthem.svg)
}

.BGblack .Algoji:hover {
    background-image: url(../images/Blackthem/AlgojiBlackthem.svg)
}

.BGblack .Keev:hover {
    background-image: url(../images/Blackthem/KeevBlackthem.svg)
}

.BGblack .Quantum:hover {
    background-image: url(../images/Blackthem/QuantumBlackthem.svg)
}

.BGblack .MM:hover {
    background-image: url(../images/Blackthem/MarketmayaBlackthem.svg)
}

.BGblack .AS:hover {
    background-image: url(../images/Blackthem/ArthalabBlackthem.svg)
}

.BGblack .MY:hover {
    background-image: url(../images/Blackthem/MyalgomateBlackthem.svg)
}

.BGblack .DE:hover {
    background-image: url(../images/Blackthem/DematadeBlackthem.svg)
}

#ApplyformoAPIAccess .popup {
    width: 468px;
    height: 510px;
    overflow-y: auto;
    padding: 40px 34px
}

.logoBox {
    position: relative;
    display: block;
    height: 62px;
    transition: .3s;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center
}

    .logoBox:hover {
        transition: .3s;
        z-index: 2
    }

.algobulls {
    background-image: url(../images/Gray_logos/algobulls.svg)
}

    .algobulls:hover {
        background-image: url(../images/Color_logo/Algobulls.svg)
    }

.MAlgos {
    background-image: url(../images/Gray_logos/MAlgos.svg)
}

    .MAlgos:hover {
        background-image: url(../images/Color_logo/ModernAlgos.svg)
    }

.stoxx {
    background-image: url(../images/Gray_logos/Stoxx.svg)
}

    .stoxx:hover {
        background-image: url(../images/Color_logo/Stoxx.svg)
    }

.Traderon {
    background-image: url(../images/Gray_logos/Traderon.svg)
}

    .Traderon:hover {
        background-image: url(../images/Color_logo/Tradetron.svg)
    }

.SD {
    background-image: url(../images/Gray_logos/SD.svg)
}

    .SD:hover {
        background-image: url(../images/Color_logo/StocksDeveloper.svg)
    }

.Algoji {
    background-image: url(../images/Gray_logos/Algoji.svg)
}

    .Algoji:hover {
        background-image: url(../images/Color_logo/AlgoJi.svg)
    }

.Keev {
    background-image: url(../images/Gray_logos/Keev.svg)
}

    .Keev:hover {
        background-image: url(../images/Color_logo/Keev.svg)
    }

.Quantum {
    background-image: url(../images/Gray_logos/Quantum.svg)
}

    .Quantum:hover {
        background-image: url(../images/Color_logo/Quantum.svg)
    }

.MM {
    background-image: url(../images/Gray_logos/MM.svg)
}

    .MM:hover {
        background-image: url(../images/Color_logo/MarketMaya.svg)
    }

.AS {
    background-image: url(../images/Gray_logos/AS.svg)
}

    .AS:hover {
        background-image: url(../images/Color_logo/Arthalab.svg)
    }

.MY {
    background-image: url(../images/Gray_logos/MY.svg)
}

    .MY:hover {
        background-image: url(../images/Color_logo/Myalgomate.svg)
    }

.DE {
    background-image: url(../images/Gray_logos/DE.svg)
}

    .DE:hover {
        background-image: url(../images/Color_logo/DeMatade.svg)
    }

@media screen and (max-width: 991px) {
    .main .start_coding .white_box {
        margin-right: 10px
    }
}

@media screen and (max-width: 768px) {
    .footer .f16 {
        font-size: 12px
    }

        .footer .f16 a {
            font-size: 12px
        }

    .main h2 {
        font-size: 50px;
        line-height: 1.2
    }

        .main h2 span {
            font-size: 50px;
            line-height: 1.2
        }

    .main .start_coding .start_trade {
        gap: 20px
    }

    .main .btn-box .cta {
        width: 154px;
        padding: 15px 10px;
        text-align: center
    }

    .main .start_coding .dflex {
        flex-direction: column
    }

    .main .start_coding .Coding_Languages {
        flex-direction: row;
        flex-wrap: wrap
    }

    .main .start_coding .Top_API_infra {
        flex-direction: row
    }

    .main .start_coding .coding_heading {
        font-size: 38px
    }

    .main .start_coding .white_box {
        height: 100%;
        margin-right: 0
    }

    .main .start_coding .Build_Application_lists {
        padding: 0;
        padding-top: 56px;
        border: none;
        margin-left: 0
    }

    .main .start_coding .aligncenter {
        align-items: baseline
    }

    .main .Top_API_infra a img {
        width: 60%
    }

    .logoBox {
        background-size: 50%
    }
}

@media only screen and (max-width: 575px) {
    .glow {
        display: block
    }

    .main .banner {
        background-image: none;
        padding-top: 30px
    }

        .main .banner .banner_text {
            width: 100%
        }

        .main .banner .banner_img {
            width: 100%;
            margin-top: 0px
        }

        .main .banner .banner_box {
            padding: 6px 2px;
            margin: 0 2px
        }

            .main .banner .banner_box .banner_lbl {
                padding: 2px;
                font-size: 8px
            }

    .main.banner {
        background-image: none;
        padding-top: 30px;
    }

        .main .banner .banner_text {
            width: 100%;
        }

        .main. banner .banner_img {
            width: 100%;
            margin-top: 0px;
        }

        .main .banner .computers .banner_box {
            width: 110px !important;
            height: 60px;
        }

            .main .banner .computers .banner_box ::after {
                width: 68px !important;
                height: 100% !important;
                bottom: -25px !important;
                z-index: -1 !important;
            }

        .main.banner.computers.justifycenter {
            top: 56px;
        }

        .main .banner .computers .banner_box h3 {
            font-size: 15px;
            color: #2a3250;
            line-height: 5px;
            position: relative;
        }
}

#Edit_Profile .form_box {
    background-color: #fff;
    padding: 40px 24px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 4px 50px #ddd;
    border-radius: 8px;
    width: 468px
}

    #Edit_Profile .form_box .Edit_btn {
        border: 1px solid #dfdfdf;
        border-radius: 4px;
        display: inline-block;
        padding: 8px
    }

    #Edit_Profile .form_box .Profile_info .left {
        width: 40%
    }

    #Edit_Profile .form_box .Profile_info .right {
        width: 60%
    }

#Update_Details img, #Change_Password img {
    width: 200px;
    display: inline-block;
    padding-left: 30px
}

#Update_Details .cta, #Change_Password .cta {
    width: auto;
    padding: 11px 36px
}


@media screen and (max-width: 991px) {
    #Edit_Profile .form_box {
        width: 400px
    }
}

@media screen and (max-width: 768px) {
    #Edit_Profile .form_box {
        width: 100%;
        padding: 15px
    }
}

@media screen and (max-width: 500px) {
    #Edit_Profile .form_box .Profile_info .form-group {
        flex-direction: column
    }

        #Edit_Profile .form_box .Profile_info .form-group .left {
            width: 100%
        }

        #Edit_Profile .form_box .Profile_info .form-group .right {
            width: 100%
        }
}

.BGblack .Profile_info .form-group .left label {
    color: rgba(255,255,255,.4)
}

.BGblack .Profile_info .form-group .right label {
    color: #fff
}

.chats .right svg path {
    fill: #FFFFFF;
}

.color-opacity5, .color-opacity6 {
    color: #FFFFFF;
}

.dashboard .form_box {
    width: 468px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 50px 0px #ddd;
    padding: 40px 34px
}

    .dashboard .form_box .form-group .input_lbl {
        font-size: 14px;
        /*color: #fff;*/
        padding-bottom: 8px;
        display: inline-block
    }

.BGblack .dashboard .form_box .form-group .input_lbl {
    font-size: 14px;
    color: #fff;
    padding-bottom: 8px;
    display: inline-block
}

.dashboard .cards {
    gap: 20px;
    flex-wrap: wrap
}

    .dashboard .cards .card {
        flex: 0 0 18%;
        max-width: 18%;
        border-radius: 8px;
        border: 1px solid #e5e5e5;
        background: #fff;
        padding: 10px;
        position: relative;
        /* height: 242px;*/
        display: flex;
        flex-direction: column;
        align-items: center
    }

        .dashboard .cards .card .trash {
            position: absolute;
            right: 10px
        }

        .dashboard .cards .card .APTs_name {
            width: 77px;
            height: 77px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            font-size: 40px;
            color: #2b2e8c;
            font-weight: 600;
            background-color: #d8d8d9
        }

        .dashboard .cards .card .APIs_color_orange {
            background-color: #d9dae3;
        }

        .dashboard .cards .card .APIs_color_green {
            background-color: #bff0c7
        }

        .dashboard .cards .card .APIs_color_plum {
            background-color: #dcd1fb plum
        }

        .dashboard .cards .card .APIs_color_blue {
            background-color: #caecf8
        }

        .dashboard .cards .card .key_name {
            color: #2a3250;
            opacity: .45;
            margin-bottom: 2px
        }

@media screen and (max-width: 991px) {
    .dashboard .cards {
        justify-content: left
    }

        .dashboard .cards .card {
            flex: 0 0 28%;
            max-width: 28%
        }
}

@media screen and (max-width: 768px) {
    .dashboard .form_box {
        width: 100%;
        padding: 20px
    }

    .dashboard .cards {
        justify-content: center
    }

        .dashboard .cards .card {
            flex: 0 0 47%;
            max-width: 47%
        }
}

@media screen and (max-width: 500px) {
    .dashboard .cards .card {
        flex: 0 0 100%;
        max-width: 100%
    }
}

#Forum_Register .login_box {
    border: 1px solid #e5e5e5;
    box-shadow: 0px 4px 50px #ddd;
    border-radius: 8px;
    margin: 0 auto;
    width: 480px;
    padding: 40px
}

    #Forum_Register .login_box .captcha_box .checkcont {
        padding-left: 40px;
        padding-top: 5px
    }

        #Forum_Register .login_box .captcha_box .checkcont .checkmark {
            width: 28px;
            height: 28px;
            border: 1px solid #bcbcbc
        }

            #Forum_Register .login_box .captcha_box .checkcont .checkmark:after {
                left: 9px;
                top: 5px;
                width: 5px;
                height: 10px
            }

#Forum_Register .forum_lists li {
    font-size: 14px;
    color: rgba(42,50,80,.5);
    padding-bottom: 7px
}

    #Forum_Register .forum_lists li .white_box {
        border-radius: 8px;
        background: #fff;
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
        margin-top: 8px
    }

    #Forum_Register .forum_lists li .Categories_lists li {
        padding: 0
    }

        #Forum_Register .forum_lists li .Categories_lists li a {
            font-size: 16px;
            padding: 12px 16px;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        #Forum_Register .forum_lists li .Categories_lists li .active {
            background-color: #fff6e5;
            border-left: 4px solid #faae1b
        }

    #Forum_Register .forum_lists li .popular_tags {
        display: flex;
        flex-wrap: wrap;
        padding: 12px 16px
    }

        #Forum_Register .forum_lists li .popular_tags li {
            padding: 0
        }

    #Forum_Register .forum_lists li .Hot_Topics {
        list-style: disc;
        padding: 12px 16px;
        padding-left: 32px
    }

        #Forum_Register .forum_lists li .Hot_Topics li {
            padding: 4px 0
        }

            #Forum_Register .forum_lists li .Hot_Topics li a {
                word-wrap: break-word !important
            }

                #Forum_Register .forum_lists li .Hot_Topics li a.active {
                    color: #faae1b
                }

            #Forum_Register .forum_lists li .Hot_Topics li:first-child {
                padding-top: 0
            }

    #Forum_Register .forum_lists li:first-child, #Forum_Register .forum_lists li:nth-child(2) {
        padding-top: 0
    }

    #Forum_Register .forum_lists li .search {
        margin-bottom: 0;
        position: relative
    }

        #Forum_Register .forum_lists li .search .form-control {
            background-color: #fff;
            box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
            border: #c9c4c4 1px solid;
        }

        #Forum_Register .forum_lists li .search .search_icon {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%)
        }

#Forum_Register .forum_content .Documentation .white_div {
    border-radius: 8px
}

    #Forum_Register .forum_content .Documentation .white_div .title {
        border-radius: 8px 8px 0px 0px;
        background: #fff6e5;
        font-size: 16px;
        color: #2a3250;
        padding: 16px;
        display: block
    }

    #Forum_Register .forum_content .Documentation .white_div .info {
        padding: 16px;
        padding-bottom: 20px
    }

        #Forum_Register .forum_content .Documentation .white_div .info p {
            color: #2a3250;
            opacity: .6
        }

#Forum_Register .forum_content .Latest_Discussions .white_div {
    padding: 20px;
    margin-bottom: 20px
}

    #Forum_Register .forum_content .Latest_Discussions .white_div .left .name {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #faae1b;
        margin-right: 20px;
        position: relative;
        /*background-image: url(../images/Forum.png)*/
    }

    /*#Forum_Register .forum_content .Latest_Discussions .white_div .left .name:after {
            content: "";
            width: 14px;
            height: 14px;
            border-radius: 14px;
            border: 2px solid #fff;
            background: #1acd62;
            display: block;
            position: absolute;
            top: 3px;
            right: -3px
        }*/

    #Forum_Register .forum_content .Latest_Discussions .white_div .right {
        width: 100%
    }

        #Forum_Register .forum_content .Latest_Discussions .white_div .right .language_lbl a {
            color: #0028c0;
            font-size: 12px
        }

        #Forum_Register .forum_content .Latest_Discussions .white_div .right .chats .latest_chat {
            font-size: 12px;
            color: #a6a6a6
        }

        #Forum_Register .forum_content .Latest_Discussions .white_div .right .chats .chat_date {
            font-size: 12px;
            color: #ddd
        }

        #Forum_Register .forum_content .Latest_Discussions .white_div .right .chats .right {
            width: auto
        }

            #Forum_Register .forum_content .Latest_Discussions .white_div .right .chats .right span {
                display: inline-block;
                padding: 0 4px
            }

#Forum_Register .forum_content .All_Categories .white_div {
    padding: 20px
}

#Forum_Register ::placeholder {
    color: #e5e5e5
}

#Forum_Register .Follow_cta {
    padding: 4px 11px;
    color: #faae1b;
    font-weight: 400
}

#Forum_Register .Topic_Solved {
    display: flex;
    align-items: center
}

    #Forum_Register .Topic_Solved span {
        display: flex;
        align-items: center;
        padding-right: 8px
    }

        #Forum_Register .Topic_Solved span a {
            padding-right: 4px
        }

option:hover {
    background: #fff6e5
}

@media screen and (max-width: 1024px) {
    #Forum_Register .forum_lists li .Categories_lists li a {
        padding: 12px 8px
    }

    #Forum_Register .forum_lists li .popular_tags {
        padding: 12px 8px
    }

        #Forum_Register .forum_lists li .popular_tags .tags {
            margin-right: 2px
        }
}

@media only screen and (max-width: 992px) {
    #Forum_Register .forum_lists li .popular_tags .tags {
        font-size: 11px
    }
}

@media only screen and (max-width: 768px) {
    #Forum_Register .login_box {
        width: 100%;
        padding: 20px
    }

    #Forum_Register .d80 {
        flex: 0 0 100%;
        max-width: 100%
    }

    #Forum_Register .d18 {
        flex: 0 0 60%;
        max-width: 60%
    }

    #Forum_Register .forum_content .Latest_Discussions .white_div {
        align-items: flex-start
    }

    .nav-box {
        position: fixed;
        background-color: #fff;
        top: 69px;
        left: -100%;
        bottom: 0;
        z-index: 99;
        width: 220px;
        transition: all .3s ease-in-out;
        padding: 10px;
        overflow-x: auto
    }

    .open-menu .nav-box {
        left: 0;
        transition: all .3s ease-in-out
    }
}

.BGblack #Forum_Register .forum_lists li {
    color: #fff
}

    .BGblack #Forum_Register .forum_lists li .Categories_lists, .BGblack #Forum_Register .forum_lists li .white_box {
        background: linear-gradient(143deg, #424161 0%, #16182C 100%);
        box-shadow: 4px 4px 11px 0px rgba(0,0,0,.35)
    }

        .BGblack #Forum_Register .forum_lists li .Categories_lists li a, .BGblack #Forum_Register .forum_lists li .white_box li a {
            color: rgba(255,255,255,.6)
        }

            .BGblack #Forum_Register .forum_lists li .Categories_lists li a.active, .BGblack #Forum_Register .forum_lists li .white_box li a.active {
                background-color: #16182c
            }

/*.BGblack #Forum_Register .nav-box {
    background-color: #16182c
}*/

.BGblack #Forum_Register .color-opacity5 {
    color: #fff
}

.BGblack #Forum_Register .color-opacity6 {
    color: #fff
}

.BGblack #Forum_Register .forum_content .Latest_Discussions .white_div {
    background: linear-gradient(143deg, #424161 0%, #16182C 100%);
    box-shadow: 4px 4px 11px 0px rgba(0,0,0,.35)
}

    .BGblack #Forum_Register .forum_content .Latest_Discussions .white_div .right .language_lbl a {
        color: #faae1b
    }

.BGblack .color-opacity5, .BGblack .color-opacity6 {
    color: #fff
}

.BGblack .chats .right svg path {
    fill: #fff
}

.BGblack .Topic_Solved svg path {
    fill: #fff
}

.BGblack .Topic_Solved .TopicSolved path {
    fill: #0ab81b
}

.BGblack .popup .close {
    color: #fff;
}

html {
    scroll-behavior: smooth;
    transform: all .3s
}

.API_Documentation .container {
    width: 95%;
    max-width: 95%;
    margin: auto
}

.API_Documentation .nav-box {
    height: 80vh;
    overflow-y: scroll;
    position: sticky;
    top: 10px
}

.API_Documentation .Document_list {
    margin-right: 5px
}

.API_Documentation .Documentation_tab {
    display: block;
    font-size: 16px;
    color: #2a3250;
    font-weight: 500;
    background-color: #f5f6fa;
    border-radius: 8px;
    padding: 20px 16px;
    margin-bottom: 12px
}

    .API_Documentation .Documentation_tab .tab-content ul li {
        padding: 10px
    }

        .API_Documentation .Documentation_tab .tab-content ul li:last-child {
            padding-bottom: 0
        }

.API_Documentation .d74 {
    flex: 0 0 74%;
    max-width: 74%
}

    .API_Documentation .d74 pre {
        background-color: #eee;
        display: flex;
        padding: 15px;
        border-radius: 8px
    }

        .API_Documentation .d74 pre code {
            white-space-collapse: preserve-breaks
        }

    .API_Documentation .d74 .table_warp {
        width: 100%;
        overflow-x: scroll
    }

    .API_Documentation .d74 .Documet_table {
        text-align: left;
        color: #2a3250;
        font-size: 16px
    }

        .API_Documentation .d74 .Documet_table th, .API_Documentation .d74 .Documet_table td {
            padding: 4px 0;
            padding-right: 20px;
            font-size: 16px
        }

            .API_Documentation .d74 .Documet_table td:first-child {
                color: rgba(42,50,80,.5)
            }

    .API_Documentation .d74 .bg_text {
        background-color: #f5f6fa;
        display: inline-block;
        padding: 2px 4px
    }

    .API_Documentation .d74 .orangebg_text {
        background-color: #faae1b;
        padding: 2px 4px;
        color: #000
    }

    .API_Documentation .d74 .Libraries_lists {
        position: relative;
        padding-left: 20px
    }

        .API_Documentation .d74 .Libraries_lists li {
            position: relative;
            padding: 2px 0
        }

            .API_Documentation .d74 .Libraries_lists li a:before {
                content: "";
                position: absolute;
                width: 7px;
                height: 7px;
                background-color: #faae1b;
                left: -20px;
                top: 9px;
                border-radius: 2px
            }

.API_Documentation .orangecolor {
    color: #faae1b
}

#API_Documentation header .right, #API_Documentation .menuicon.mob {
    display: none !important
}

.menuicon {
    position: absolute;
    top: 23px;
    right: 30px;
}

.tabs {
    border-radius: 8px;
    overflow: hidden
}

#hometabs .tab {
    margin-bottom: 0;
    border: none
}

#hometabs .tab {
    border-radius: 0
}

.tab {
    width: 100%;
    overflow: hidden
}

input[name=hometabs] {
    display: none
}

#hometabs label {
    font-weight: 400;
    padding: 12px 0
}

#hometabs label {
    font-weight: 400;
    padding: 12px 0
}

.tab-label {
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

#hometabs .tab-content {
    text-align: left
}

.tab-content {
    max-height: 0;
    transition: all .35s
}

#hometabs input:checked ~ .tab-content {
    border: solid 1px #ddd
}

input:checked ~ .tab-content {
    max-height: 600px
}

.tab-label::after {
    content: "";
    width: 17px;
    height: 14px;
    text-align: center;
    transition: all .35s;
    float: right;
    position: relative;
    top: 5px;
    background-image: url(../images/Arrow.png);
    background-repeat: no-repeat
}

input:checked + .tab-label::after {
    transform: rotate(180deg)
}

@media screen and (max-width: 768px) {
    .API_Documentation .d74 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .API_Documentation .d24 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .nav-box {
        position: fixed;
        background-color: #fff;
        top: 69px;
        left: -100%;
        bottom: 0;
        z-index: 99;
        width: 250px;
        transition: all .3s ease-in-out
    }

    .open-menu .nav-box {
        left: 0;
        transition: all .3s ease-in-out
    }

    .API_Documentation .Document_list {
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25)
    }

    .API_Documentation .Documet_table a {
        word-break: break-all
    }

    .API_Documentation .Documentation_tab {
        display: block;
        font-size: 14px;
        color: #2a3250;
        font-weight: 500;
        border-bottom: 1px solid #e5e5e5;
        padding: 12px;
        margin-bottom: 12px;
        background-color: #fff;
        border-radius: 0
    }

        .API_Documentation .Documentation_tab .tab-label .f16 {
            font-size: 14px
        }
}

.BGblack .tab-label::after {
    background-image: url(../images/Black_Arrow.png)
}

.BGblack .API_Documentation .d74 .Documet_table {
    color: #fff
}

    .BGblack .API_Documentation .d74 .Documet_table td:first-child {
        color: rgba(255,255,255,.8)
    }

.Create_Discussion .container {
    width: 52%;
    max-width: 52%
}

.Create_Discussion .gray_btn {
    width: 260px
}

.Create_Discussion .form-group .form-control {
    border: 1px solid #dedede;
    background-color: #fff
}

.BGblack .Create_Discussion .form-group .form-control {
    background: linear-gradient(143deg, #424161 0%, #16182C 100%);
    box-shadow: 4px 4px 11px 0px rgba(0,0,0,.35);
    border: none
}

.BGblack .input_container {
    background: #34385a;
    border: none;
    color: #fff
}

.BGblack input[type=file]::file-selector-button {
    background-color: #34385a;
    border-right: 1px solid #16182c;
    color: #fff
}

.FAQ {
    /*background-color: #f2f2f2;*/
    /*padding-top: 50px*/
}

    .FAQ .FAQ_list {
        margin-bottom: 18px;
        display: inline-block;
        width: 100%;
        border: 1px solid #0063b9;
        border-radius: 6px;
    }

        .FAQ .FAQ_list .FAQ_heading {
            background-color: #fff;
            font-size: 18px;
            color: #000;
            padding: 18px 24px;
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

            .FAQ .FAQ_list .FAQ_heading span {
                display: inline-block;
                padding-left: 8px
            }

        .FAQ .FAQ_list .open {
            border-radius: 8px 8px 0 0
        }

            .FAQ .FAQ_list .open span svg {
                transform: rotate(180deg)
            }

        .FAQ .FAQ_list .FAQ_content {
            background-color: #fff;
            border-radius: 0 0 8px 8px;
            padding: 18px 24px;
            display: none
        }


.BGblack .FAQ {
    background-color: #040406;
}

    .BGblack .FAQ .arrow svg path {
        fill: #cfcfcf;
    }

    .BGblack .FAQ .FAQ_list {
        border: 1px solid #cfcfcf;
    }

        .BGblack .FAQ .FAQ_list .FAQ_heading {
            background: #1a1a1a;
            color: #fff;
            box-shadow: 4px 4px 11px 0px rgba(0,0,0,.35)
        }

        .BGblack .FAQ .FAQ_list .FAQ_content {
            background: #1a1a1a;
            color: rgba(255,255,255,.85)
        }

@media screen and (max-width: 768px) {
    .FAQ {
        padding-top: 30px
    }

        .FAQ .FAQ_list .FAQ_heading {
            font-size: 16px;
            font-weight: 500
        }

        .FAQ .FAQ_list .FAQ_content p {
            font-size: 16px
        }
}

a {
    text-decoration: none;
    color: inherit;
    word-break: break-all
}

html, body {
    height: 100%;
    font-weight: 400
}

::-webkit-scrollbar {
    width: 8px
}

/*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 1000px;
    background: #f7971e;
    border-radius: 10px
}*/
::-webkit-scrollbar-track {
    // box-shadow: inset 0 0 5px #545456;
    border-radius: 10px;
    background-color: #E4E5E6;
}

::-webkit-scrollbar-thumb {
    border-radius: 1000px;
    background: #2B2E8C;
    border-radius: 10px;
}

ul {
    list-style: none
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    font-family: "Poppins",sans-serif;
    font-size: 14px
}

a, a:hover {
    text-decoration: none
}

.text-decoration {
    text-decoration: underline
}

    .text-decoration:hover {
        text-decoration: underline
    }

.uppercase {
    text-transform: uppercase
}

.dflex {
    display: flex
}

.wrap {
    flex-wrap: wrap
}

.aligncenter {
    align-items: center
}

.alignend {
    align-items: flex-end
}

.spacebetween {
    justify-content: space-between
}

.justifycenter {
    justify-content: center
}

.container {
    width: 90%;
    max-width: 90%;
    margin: auto
}

.message {
    color: #c81a1a
}

header {
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
    position: fixed;
    top: 0px !important;
    width: 100vw;
    background: #FFF;
    z-index: 99;
}

    header ul li {
        display: inline-block;
        padding-right: 30px;
        font-weight: 500
    }

    header .left {
        flex: 0 0 20%
    }

    header .right {
        flex: 0 0 80%
    }

    header .searchbox .icon {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        justify-content: center
    }

.orangecolor {
    color: #323232 !important;
}

.lightgrey {
    color: #7e8b9e
}

.grey {
    color: #8c8e90;
}

.black {
    color: #2a3250
}

.color-opacity5 {
    color: rgba(42,50,80,1)
}

.color-opacity6 {
    color: rgba(42,50,80,1)
}

.blue {
    color: #7703fc
}

.lightblue {
    color: #2947b9
}

.normal {
    font-weight: 400
}

.semibold {
    font-weight: 500
}

.f600 {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.f12 {
    font-size: 12px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f24 {
    font-size: 24px
}

.f28 {
    font-size: 28px
}

.f32 {
    font-size: 32px
}

.f36 {
    font-size: 36px
}

.mob {
    display: none
}

.desk {
    display: block
}

.justify-end {
    justify-content: flex-end
}

.navmenu, .searchbox {
    margin-right: 20px
}

    .navmenu .active {
        color: #2b2e8c !important;
    }

.toogleswitch {
    background: #e1e1e1;
    width: 40px;
    height: 12px;
    border-radius: 1000px;
    position: relative
}

    .toogleswitch .dark {
        display: none
    }

    .toogleswitch.checked .holder {
        right: 0;
        transition: all .5s ease;
        background: linear-gradient(97.02deg, #FFD265 5.81%, #F7971E 97.06%)
    }

    .toogleswitch.checked .dark {
        display: block
    }

    .toogleswitch.checked .light {
        display: none
    }

    .toogleswitch input {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        cursor: pointer
    }

    .toogleswitch .holder {
        width: 24px;
        height: 24px;
        background: #fff;
        box-shadow: 0px 0px 6px rgba(0,0,0,.25);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: -5px;
        transition: all .5s ease
    }

.text-right {
    text-align: right
}

.flex-end {
    justify-content: flex-end
}

.w100 {
    width: 100%
}

.white_div {
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
    border-radius: 8px;
    margin-bottom: 20px
}

.tags {
    background-color: #005dac00;
    border: 1px solid #005dac;
    border-radius: 1000px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 8px 0;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    margin-right: 8px;
}

    .tags .tags_number {
        width: 22px;
        height: 22px;
        background-color: #005dac;
        color: #fff;
        border-radius: 100%;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 4px;
        margin-right: -3px
    }

.breadcrumb li + li:before {
    padding: 8px;
    color: #2a3250;
    content: "/";
    font-size: 12px
}

.breadcrumb li a {
    color: #9397a6
}

.form-group {
    margin: 20px 0
}

.form-control {
    background-color: #f5f6fa;
    border-radius: 8px;
    padding: 15px 16px;
    font-size: 14px;
    line-height: 26px;
    color: #7e8b9e;
    border: none;
    width: 100%
}

    .form-control:focus {
        outline: none
    }

.mtop8 {
    margin-top: 8px
}

.mtop10 {
    margin-top: 10px
}

.mtop15 {
    margin-top: 15px
}

.mtop20 {
    margin-top: 20px
}

.mtop30 {
    margin-top: 30px
}

.mtop40 {
    margin-top: 40px
}

.mtop50 {
    margin-top: 50px
}

.mtop80 {
    margin-top: 80px
}

.mtop115 {
    margin-top: 115px
}

.mleft40 {
    margin-left: 40px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.d45 {
    flex: 0 0 45%;
    max-width: 45%
}

.d40 {
    flex: 0 0 40%;
    max-width: 40%
}

.d48 {
    flex: 0 0 48%;
    max-width: 48%
}

.d32 {
    flex: 0 0 32%;
    max-width: 32%
}

.d24 {
    flex: 0 0 24%;
    max-width: 24%
}

.d18 {
    flex: 0 0 18%;
    max-width: 18%
}

.d74 {
    flex: 0 0 74%;
    max-width: 74%
}

.d80 {
    flex: 0 0 80%;
    max-width: 80%
}

.cta {
    background: #2b2e8c;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 14px 15px;
    border: 1px solid rgba(0,0,0,0)
}

.cta_border {
    background-color: rgba(0,0,0,0);
    border: 1px solid #2b2e8c;
}

.disabled_cta {
    background-color: #eaeaea;
    color: #2a3250;
    opacity: .5
}

.cta_198 {
    width: 198px
}

.cta_190 {
    width: 190px
}

.cta_150 {
    width: 150px
}

.cta_95 {
    width: 95px
}

.gray_btn {
    background-color: #f0f0f0;
    padding: 6px 12px;
    color: rgba(42,50,80,.6);
    display: inline-block;
    border-radius: 8px
}

.Favourite {
    color: #2a3250;
    font-weight: 400
}

.img_index {
    /*width: 100%;*/
    width:auto;
}

.gif_img {
    width: 48%
}

.dblock {
    display: block
}

.checkcont {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .checkcont input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background-color: #fff;
    border: 1.5px solid #2b2e8c;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none
    }

.checkcont .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #2b2e8c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkcont input:checked ~ .checkmark:after {
    display: block
}

.input_container {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-left: 8px;
    width: 246px
}

input[type=file]::file-selector-button {
    background-color: #fff;
    color: #000;
    border: 0px;
    border-right: 1px solid #e5e5e5;
    border-radius: 8px 0 0 8px;
    padding: 10px 15px;
    margin-right: 20px;
    transition: .5s;
    cursor: pointer;
    content: "Browse"
}

    input[type=file]::file-selector-button:hover {
        background-color: #eee;
        border: 0px;
        border-right: 1px solid #e5e5e5
    }

.tooltip {
    position: relative;
    display: inline-block;
    padding-left: 20px
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background: #fff;
        border-radius: 8px;
        text-align: left;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 55px;
        left: 10%;
        margin-left: -60px;
        box-shadow: 0px 4px 10px #ddd
    }

    /*.tooltip .tooltiptext::before {
            content: "";
            position: absolute;
            top: -10px;
            left: 80%;
            margin-left: -5px;
            border-left: 5px solid rgba(0,0,0,0);
            border-right: 5px solid rgba(0,0,0,0);
            border-bottom: 10px solid #fff;
            border-radius: 20px 0 0 0;
            box-shadow: 5px 0 7px -2px #ddd
        }*/

    .tooltip:hover .tooltiptext {
        visibility: visible
    }

    .tooltip .tooltiptext a {
        display: block;
        padding: 12px 16px;
        border-bottom: 1px solid #ccc;
        font-weight: 500
    }

        .tooltip .tooltiptext a:last-child {
            border-bottom: none
        }

        .tooltip .tooltiptext a:hover {
            color: #faae1b
        }

.Notification.tooltip .tooltiptext {
    top: 20px !important;
    left: -180px;
    right: inherit;
    width: 400px;
}

.Notification {
    position: relative;
    left: 8px !important;
    top: 10px;
}
/*.Notification.tooltip .tooltiptext::before {	
        left: inherit;	
        right: 0px	
    }*/


.Notification_number {
    content: "";
    background-color: #2b2e8c;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 10px
}

.Notification.tooltip .tooltiptext a {
    padding: 0
}

.Notification.tooltip .tooltiptext .info {
    padding: 0;
    display: flex;
    border: none;
    gap: 15px;
    align-items: center
}

    .Notification.tooltip .tooltiptext .info:hover {
        color: inherit
    }

.Notification .tooltiptext .dflex {
    padding: 12px 16px;
    border-bottom: 1px solid #dde1e8;
    margin-bottom: 16px
}

.Notification .info_box_wrap {
    height: 200px;
    overflow-y: auto
}

.Notification .info_box {
    padding: 0 16px;
    padding-bottom: 24px;
    display: flex;
    gap: 15px
}

.Notification .hours {
    display: block;
    font-size: 12px;
    color: #bebebe;
    margin-top: 4px
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0
}

    .overlay:target {
        visibility: visible;
        opacity: 1
    }

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 35%;
    position: relative;
    transition: all 2s ease-in-out
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma,Arial,sans-serif
    }

    .popup .close {
        position: absolute;
        top: 4px;
        right: 10px;
        transition: all 200ms;
        font-size: 28px;
        font-weight: bold;
        text-decoration: none;
        color: #333
    }

        .popup .close:hover {
            color: #06d85f
        }

    .popup .content {
        max-height: 30%;
        overflow: auto
    }

#Terms_Conditions .popup {
    width: 790px
}

    #Terms_Conditions .popup .modal_title {
        width: 500px;
        margin: 15px auto 30px auto
    }

    #Terms_Conditions .popup .modal_info {
        padding: 0 20px;
        font-size: 16px;
        height: 260px;
        overflow-y: auto
    }

        #Terms_Conditions .popup .modal_info p {
            color: #000;
            font-size: 16px
        }

        #Terms_Conditions .popup .modal_info ul {
            list-style: disc;
            margin-left: 20px;
            color: #000;
            font-size: 16px
        }

    #Terms_Conditions .popup .cta {
        width: 190px
    }

@media screen and (max-width: 768px) {
    .box {
        width: 70%
    }

    .popup {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto
    }

    #Terms_Conditions .popup .modal_title {
        width: auto
    }
}

.gap20 {
    gap: 20px
}

.footer {
    background-color: #f5f6fa;
    padding: 20px 0
}

@media only screen and (max-width: 1024px) {
    #login .login_box .form_box {
        background-color: #fff;
        padding: 25px 25px;
        border: 1px solid #e5e5e5;
        box-shadow: 0px 4px 50px #ddd;
        float: none;
        border-radius: 8px;
        width: 468px
    }
}

header {
    padding: 15px 10px;
    padding: 15px 10px;
    position: fixed;
    width: 100vw;
    background: #FFF;
    top: 0px;
}

@media only screen and (max-width: 768px) {
    .lighting span {
        animation: glow 4s ease-in-out infinite;
        font-size: 40px !important
    }

    .tooltip {
        left: -8%;
        transform: translateX(-50%);
        padding: 0;
        top: 0
    }

        .tooltip .tooltiptext {
            left: -35%
        }

    .Notification.tooltip .tooltiptext {
        top: 40px;
        left: -46px;
        right: inherit;
        width: 284px
    }

        .Notification.tooltip .tooltiptext::before {
            left: 41%;
            width: 0
        }

    .gap {
        gap: 10px
    }

    .d45 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .mobtop30 {
        margin-top: 30px
    }


    .BGblack header {
        background: #000 !important;
    }

    header .mobmenu {
        position: fixed;
        left: 0;
        width: 100vw;
        height: 68vh;
        background: #f6f6f6;
        bottom: 0;
        top: -100%;
        align-items: flex-start;
        padding: 20px;
        justify-content: flex-start;
        flex: 0 0 100%;
        transition: all .5s ease-out;
        z-index: 99
    }

        header .mobmenu .navmenu {
            margin-right: 0
        }

            header .mobmenu .navmenu li {
                display: block
            }

    .openmenu .mobmenu {
        top: 0;
        transition: all .5s ease-out
    }

    .backdrop {
        background: rgba(0,0,0,.4);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 9;
        display: none
    }

    .searchbox {
        display: none
    }

    header .mobmenu {
        flex-direction: column
    }

    .navmenu {
        width: 100%;
        text-align: center
    }

    header ul li {
        padding-right: 0;
        margin-bottom: 15px
    }

    .toogleswitch {
        margin-top: 0px !important;
        margin: auto
    }

    .img_index {
        width: 100%
    }

    .mob_block {
        display: block
    }

    .mob {
        display: block
    }

    .desk {
        display: none
    }

    .d48 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .d32 {
        flex: 0 0 48%;
        max-width: 48%
    }

    .d24 {
        flex: 0 0 32%;
        max-width: 32%
    }

    .footer .spacebetween {
        flex-direction: column;
        gap: 10px 0
    }

        .footer .spacebetween .text-right {
            text-align: center
        }
}

.black_block {
    display: none
}

.white_block {
    display: block
}

.BGblack .menuicon svg path {
    fill: #FFF
}

.BGblack .lightgrey {
    color: #f1f7ff;
}

.BGblack .logo a svg path {
    fill: #FFF
}

.chats .right svg path {
    fill: #000;
}

.BGblack {
    background-color: #040406;
}

    .BGblack .highlight-api {
        color: orange;
    }

    .BGblack .black {
        color: #fff
    }

    .BGblack .black_block {
        display: block
    }

    .BGblack .gray_btn {
        background: #34385a;
        color: #faae1b
    }

    .BGblack .checkmark {
        background-color: rgba(0,0,0,0)
    }

    .BGblack .breadcrumb li + li:before {
        color: #fff
    }

    .BGblack .breadcrumb li {
        color: #fff
    }

        .BGblack .breadcrumb li a {
            color: #fff
        }

    .BGblack .white_block {
        display: none
    }

    .BGblack header {
        border-color: #1A1A1A !important;
        background-color: #1A1A1A !important;
    }

        .BGblack header .right .navmenu a {
            color: #a1a3b6
        }

    .BGblack .start_coding .white_box {
        border: 1px solid #26264b;
        background: #18182e;
        box-shadow: none
    }

        .BGblack .start_coding .white_box .white_box_heading {
            border-bottom: 1px solid #26264b;
            color: #fff
        }

            .BGblack .start_coding .white_box .white_box_heading .Bot {
                background: #1f1f3d
            }

    .BGblack .start_coding .Build_Application_lists {
        border-left: 3px solid #26264b
    }

        .BGblack .start_coding .Build_Application_lists li :before {
            border: 3px solid #26264b;
            background: #16182c
        }

    .BGblack .start_coding .Coding_Languages a {
        margin: 0 3px
    }

    .BGblack .Trade_info {
        border-color: #26264b
    }

        .BGblack .Trade_info::before {
            background-color: #16182c;
            border-color: #26264b
        }

    .BGblack .tags {
        background: #040406;
        color: rgba(255,255,255,.6);
        border-color: #F7971e;
    }

    .BGblack #Forum_Register .forum_content .Latest_Discussions .white_div .left .name {
        background-color: #040406;
    }

    .BGblack .tags .tags_number {
        background-color: #34385a
    }

    .BGblack .form-control {
        background: #040406 !important;
        color: #cfcfcf !important;
    }

    .BGblack #TOTPKeyDiv .form-control {
        background: #1a1a1a !important;
        color: #cfcfcf !important;
    }

    .BGblack .form_box {
        background: #1a1a1a !important
    }

    .BGblack #login .login_box .OTP_screen .disabled_cta {
        background: #34385a;
        color: #000
    }

    .BGblack .dashboard .cards .card {
        background: #1a1a1a;
        box-shadow: 4px 4px 114px 0px rgba(0,0,0,.35);
        border: none
    }

    .BGblack .custom-modal-content {
        background-color: #1e1e2f;
        color: #ffffff;
    }

    .BGblack .custom-form-group label {
        color: #ccc;
    }

    .BGblack .custom-input {
        background-color: #2a2a3d;
        color: #fff;
        border: 1px solid #555;
    }

    .BGblack .custom-btn-blue {
        background-color: #3949ab;
        color: #fff;
    }

    .BGblack .custom-btn-gray {
        background-color: #666;
        color: #fff;
    }
    /*NEED Change based command UAT*/
    .BGblack .dashboard .cards .card .APTs_name {
        color: black;
        background-color: #f7971e;
    }

    .BGblack .dashboard .cards .card .key_name {
        color: rgba(255,255,255,.9)
    }

    .BGblack .API_Documentation .Documentation_tab {
        background: #1a1a1a;
        box-shadow: 4px 4px 11px 0px rgba(0,0,0,.35);
        color: #c7c7c7
    }

        .BGblack .API_Documentation .Documentation_tab.orangecolor {
            color: #f7971e !important;
        }

    .BGblack .navmenu .active {
        color: #f7971e !important;
    }

    .BGblack .API_Documentation .d74 pre {
        background: var(--gri, linear-gradient(135deg, #424161 0%, #16182C 100%));
        box-shadow: 4px 4px 11px 0px rgba(0,0,0,.35);
        color: #c7c7c7
    }

    .BGblack .API_Documentation .d74 .bg_text {
        background-color: #0e1023
    }

    .BGblack .popup {
        background: linear-gradient(135deg, #424161 0%, #16182C 100%);
        box-shadow: 4px 4px 11px 0px rgba(0,0,0,.35)
    }

    .BGblack .footer {
        background-color: #171A22;
    }

    .BGblack .tooltip .tooltiptext {
        background: var(--gri, linear-gradient(135deg, #424161 0%, #16182C 100%));
        box-shadow: 4px 4px 11px 0px rgba(0,0,0,.35);
        color: #fff
    }

        .BGblack .tooltip .tooltiptext::before {
            border-bottom: 10px solid #424161;
            box-shadow: none
        }

    .BGblack .cta {
        background: #faae1b;
        border-color: #faae1b !important;
        color: #040406;
    }

    .BGblack .cta_border {
        color: #040406;
    }

    .BGblack .gray_btn.Favourite svg path {
        stroke: #fff
    }

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FF881C;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: fixed;
    left: calc(50% - 26px);
    top: calc(50% - 26px);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#ApplyformoAPIAccess .popup {
    width: 468px;
    height: 510px;
    overflow-y: auto;
    padding: 40px 34px
}

.BGblack #ApplyformoAPIAccess .popup {
    background: #1a1a1a;
    box-shadow: 0px 6px 24px 0px #0000001F;
}

.BGblack .custom-modal .custom-modal-dialog .custom-modal-content {
    background: #1a1a1a;
    box-shadow: 0px 6px 24px 0px #0000001F;
}

    .BGblack .custom-modal .custom-modal-dialog .custom-modal-content .custom-input {
        background: #040406 !important;
        color: #cfcfcf !important;
    }

    .BGblack .custom-modal .custom-modal-dialog .custom-modal-content .custom-form-group label {
        color: #ffffff;
    }

    .BGblack .custom-modal .custom-modal-dialog .custom-modal-content .custom-btn-blue {
        background: #faae1b;
        color: #000000;
    }

.BGblack #editIpModal .popup {
    background: #1a1a1a;
    box-shadow: 0px 6px 24px 0px #0000001F;
}

.BGblack #ApplyformoAPIAccess .orangecolor {
    color: #f7971e !important;
}

.BGblack #editIpModal .orangecolor {
    color: #f7971e !important;
}

.BGblack #login .orangecolor {
    color: #f7971e !important;
}

.BGblack .checkmark {
    border-color: #f7971e;
}

.BGblack .checkcont .checkmark:after {
    border-color: #f7971e;
}
