/* CurPay Merchant 
 ------------------------------------------- */

html, body {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: disc;
    display: block;
}

ol {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: decimal-leading-zero;
    display: block;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* individual --------------------------------------- */

body {
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    /* background: #4B0082; */
}

a {
    color: #28a745;
}

p {
    padding: -30px;
    font-size: 12px;
}

h2 {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

hr {
    padding: 0px;
}

div#bg {
    width: 100%;
}

div.clear {
    clear: both;
}

div.rel {
    position: relative;
}

.wrap {
    margin: 0px auto;
    height: auto;
    position: relative;
    padding: 0px !important;
    text-align: center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #312f56;
    padding: 10px 10px 10px 10px;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    margin-bottom: 10px;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5;
    }

        .site-footer hr.small {
            margin: 20px 0;
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px;
    }

    .site-footer a {
        color: white;
        padding-bottom: 10px;
    }

        .site-footer a:hover {
            color: #3366cc;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

    .footer-links li {
        display: block;
    }

    .footer-links a {
        color: white;
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block;
    }

.site-footer .social-icons {
    text-align: right;
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d;
    }

#footerNavigation, #UcFooter1_Contact, #UcFooter1_Privacy, #UcFooter1_Security, #UcFooter1_About, #UcFooter1_Terms, #UcFooter1_FAQ {
    color:white;
}

.copyright-text {
    margin: 0;
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #312f56;
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px;
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px;
        }

    .social-icons a {
        background-color: #eceeef;
        color: #ffffff;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe;
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px;
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998;
    }

    .social-icons a.twitter:hover {
        background-color: #00aced;
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6;
    }

    .social-icons a.discord:hover {
        background-color: #ea4c89;
    }


#footer {
    background: #312f56;
    padding: 0 0 10px 0;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: #4B0082;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 34px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                color: #fff;
                font-weight: 400;
                letter-spacing: 3px;
                text-transform: uppercase;
            }

            #footer .footer-top .footer-info p {
                font-size: 13px;
                line-height: 24px;
                margin-bottom: 0;
                color: #ecf5ff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #007bff;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #0067d5;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul li {
                    padding: 8px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #ecf5ff;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #74b5fc;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                background: #4B0082;
                border: 0;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: #4B0082;
                }

    #footer .copyright {
        text-align: center;
    }

        #footer .copyright a {
            text-align: center;
            color: white;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #f1f7ff;
    }

        #footer .credits a {
            color: #bfddfe;
        }

            #footer .credits a:hover {
                color: #f1f7ff;
            }

/* upper navigation */
div#nav1 {
    padding: 10px 20px;
    background: #fff;
    font-size: 11px;
    border-bottom: 5px solid #313056;
}

/* main navigation */
div#nav2 {
    padding: 18px;
    margin: 0 0 0px 0;
    background: #312f56;
    color: #fff;
    border-bottom: 5px solid #313056;
}

    div#nav2 a {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }

    div#nav2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 29px;
    }

        div#nav2 ul li {
            float: left;
            font-size: 16px;
            line-height: 22px;
            margin: 0 20px 0 0;
        }

/* sub navigation */
div#nav3 {
    position: relative;
    float: left;
    width: 170px;
    /* border-right: 1px solid #ccc; */
    border-bottom: transparent;
}

    div#nav3 ul {
        margin: 10px 0 0 10px;
        padding: 0;
        list-style: none;
    }

        div#nav3 ul li {
            padding: 2px 0px;
            font-weight: bold;
            /* border-bottom: 1px solid #ccc; */
        }

            div#nav3 ul li a {
                display: block;
                padding: 11px 0 4px 0px;
                background-repeat: no-repeat;
                text-align: center;
                text-decoration: none;
                font-size: 13px;
                color: #312f56;
                color: #313056;
                border: 2px solid #313056;
                border-top-color: transparent;
                border-left-color: transparent;
                border-radius: 8px;
                /* border-right: transparent; */
            }

                div#nav3 ul li a:hover {
                    color: #1c0a9b;
                }

/* sub navigation */
div#nav4 {
    position: relative;
    float: left;
}

    div#nav4 ul {
        margin: 10px 0 0 10px;
        padding: 0;
        list-style: none;
    }

        div#nav4 ul li {
            padding: 2px 0px;
            border-bottom: 1px solid #ccc;
        }

div.nav5 {
    position: relative;
    text-align: left;
}

    div.nav5 ul {
        margin: 10px 0 0 10px;
        padding: 0;
        list-style: none;
    }

        div.nav5 ul li {
            padding: 2px 0px;
        }

    div.nav5 span {
        font-weight: bold;
    }

/* content col with navi */
div#cnt {
    /* border-left: 1px solid #ccc; */
    margin: 0 0 0 169px;
    min-height: 510px;
}
div#cnt h1{color: #370837;font-size:60px;text-shadow: 0px 1px 1px #4b0082;}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

div#cnt_wide {
    border-left: 1px solid #ccc;
    margin: 0 0 0 190px;
    width: 900px;
}

/* content */
div.cnt {
    /* border-left: 1px solid #ccc; */
    padding: 11px;
    text-align: center;
}

div#bottom {
    clear: both;
    font-size: 11px;
    color: #666;
    border-top: 1px solid #ccc;
}

    div#bottom div.pad {
        padding: 20px;
    }

div.box {
    background: #f3f3f3 url(box/big/m.gif) repeat-y scroll 0 100%;
    margin: 0 0 20px 0;
}

div.box2 {
    background: transparent url(box/big/o.gif) repeat-x scroll 0 0;
}

div.box3 {
    background: transparent url(box/big/u.gif) repeat-x scroll 0% 100%;
    padding: 0 1px 2px 1px;
}

div.box_small {
    background: #f3f3f3 url(box/small/m.gif) repeat-y scroll 0 100%;
    width: 240px;
    margin: 0 0 20px 0;
}

    div.box_small div.box2 {
        background: transparent url(box/small/o.gif) repeat-x scroll 0 0;
    }

    div.box_small div.box3 {
        background: transparent url(box/small/u.gif) repeat-x scroll 0% 100%;
        padding: 0 1px 2px 1px;
    }

div.options_marked div.box3 {
    padding: 10px;
}

div.options_page {
    position: absolute;
    right: 0;
    top: 0;
    width: 176px;
}

    div.options_page ul {
        list-style: none;
        padding: 0;
        width: 100%;
    }

        div.options_page ul li.previous {
            position: absolute;
            left: 0;
            top: 0;
        }

            div.options_page ul li.previous a {
                display: block;
                width: 29px;
                height: 29px;
                text-indent: -900em;
                background: #c00 url(page_options/previous.gif) no-repeat scroll 0 0;
            }

                div.options_page ul li.previous a:hover {
                    background-position: 0 -29px;
                }

        div.options_page ul li.current {
            text-align: center;
            text-transform: uppercase;
            height: 30px;
            margin: 0 auto;
            width: 114px;
            background: transparent url(page_options/current.gif) no-repeat;
        }

            div.options_page ul li.current label {
                margin: 0 auto;
                display: block;
                padding: 7px 0;
                font-size: 11px;
                font-weight: normal;
                line-height: 14px;
            }

            div.options_page ul li.current input {
                width: 30px;
                text-align: center;
                padding: 0;
                border: 0;
                background: none;
                font-size: 11px;
                font-weight: bold;
                line-height: 14px;
            }

        div.options_page ul li.next {
            position: absolute;
            right: 0;
            top: 0;
        }

            div.options_page ul li.next a {
                display: block;
                width: 29px;
                height: 29px;
                text-indent: -900em;
                background: #c00 url(page_options/next.gif) no-repeat scroll 0 0;
            }

                div.options_page ul li.next a:hover {
                    background-position: 0 -29px;
                }

#divClock {
    Color: black;
    float: right;
    display: block;
    font-size: 14px;
    margin-right: 10px;
}

#divBalance {
    display: inline-block;
}

.langsel {
    padding: 5px;
    margin-top: 8px;
    margin-right: 20px;
}

    .langsel:hover {
        background-color: lightgray;
    }

/* inputs */
input.normal {
    width: 150px;
}

input.clearform {
    color: #aaa;
}

input.button {
    border: 0;
    background: #d01818;
    color: #fff;
    padding: 4px;
    font-size: 11px;
    line-height: 12px;
}

div.admin_post_title {
    margin: 0px 0 0 0;
    padding: 0px 7px;
    border: 1px solid #aaa;
    background: #fff;
}

input.post_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    width: 100%;
    padding: 5px 0px;
    border: 0;
    background: none;
}

select {
    padding: 3px;
}

select, option {
    font-size: 11px;
    line-height: 14px;
    color: #555;
}

label {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #444;
}


/* tables ------------------------------------------------- */
.table_cell {
    text-align: center;
}

.tabletop {
    border: 1px;
    border-bottom: 1px solid #ccc;
}

table.table1 col.col_sel {
    width: 25px;
}

table.table1 col.col_sort {
    width: 37px;
}

table.table1 col.col_cmt {
    width: 50px;
}

table.table1 col.col_date {
    width: 70px;
}

table.table1 col.col_icon {
    width: 100px;
}

.table1 {
    padding: 0;
    border: 10px;
    margin: 0;
    color: #333;
}

table.table1 th {
    background: #312f56;
    padding: 10px 3px;
    color: #f5f5f5;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    border: 0;
    vertical-align: middle;
    text-align: center;
}

    table.table1 th span {
    }

        table.table1 th span.cmt {
            text-indent: -900em;
            display: block;
            width: 13px;
            height: 13px;
        }

table.table1 td {
    /* background: #f3f3f3; */
    /* border-bottom: 1px solid #5922df; */
    border-left: 1px solid rgba(255,255,255,.15);
    border-right: 1px solid rgba(255,255,255,.15);
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 9px 42px;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    vertical-align: middle;
    background-color: white;
    color: #4b0082;
}

table.table1 tr.self td {
    background: #fff;
    color: #b42a2a;
}

table.table1 a.cmt {
    display: block;
    padding-left: 18px;
}

input.sel {
    padding: 0;
    margin: 0px 0 0 5px;
    width: 14px;
    height: 14px;
}

td input.sel {
    margin: 0px 0 -2px 5px;
}

table.table1 th.sel, table.table1 td.sel {
    padding: 0px 0 0 0px;
    vertical-align: middle;
}

table.table1 td.sort {
    padding: 0px 3px;
}

table.table1 td.icon {
    padding: 0px 3px;
    vertical-align: middle;
}

.tabletop {
    font-size: 14px;
    min-width: 500px;
}

    .tabletop td {
        padding: 6px 3px;
        font-size: 14px;
        line-height: 16px;
        vertical-align: middle;
    }

.tableGrid {
    font-size: 14px;
    min-width: 500px;
}

    .tableGrid td {
        border-bottom: 1px solid #ccc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 16px;
        vertical-align: middle;
    }

table.tableData {
    padding: 0;
    margin: 0;
    background-image: linear-gradient(to right, #523694, #312f56);
    width: 100%;
    background: white;
}

    table.tableData th {
        background:#312f56;
        padding: 10px 3px;
        color: #ccc;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        border: 0;
        vertical-align: middle;
        text-align: center;
    }

        table.tableData th span {
        }

    table.tableData td {
        border-bottom: 1px solid #5e4ebc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        text-align: center;
        border-right-color: transparent
    }


    table.tableData tr:nth-child(even) {
        background: #f9f7f7
    }

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chart-container {
    width: 47%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.chart-container-full {
    width: 60%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.chart-container-single {
    width: 95%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.container {
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* width: 100%; */
    /* background-color: black; */
}

a.sort_asc {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: transparent url(images/asc.gif) no-repeat scroll 100% 3px;
    text-indent: -900em;
}

    a.sort_asc:hover {
        background: transparent url(images/asc.gif) no-repeat scroll 100% -15px;
    }

a.sort_desc {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: transparent url(images/desc.gif) no-repeat scroll 0% 3px;
    text-indent: -900em;
}

    a.sort_desc:hover {
        background: transparent url(images/desc.gif) no-repeat scroll 0% -15px;
    }

a.sort_up {
    display: block;
    float: left;
    width: 15px;
    height: 14px;
    background: transparent url(images/sort_up.gif) no-repeat scroll 50% 0px;
    text-indent: -900em;
    overflow: hidden;
}

    a.sort_up:hover {
        background: transparent url(images/sort_up.gif) no-repeat scroll 50% -14px;
    }

a.sort_down {
    display: block;
    float: left;
    width: 13px;
    height: 14px;
    background: transparent url(images/sort_down.gif) no-repeat scroll 50% 0px;
    text-indent: -900em;
    overflow: hidden;
}

    a.sort_down:hover {
        background: transparent url(images/sort_down.gif) no-repeat scroll 50% -14px;
    }

table.pop-up {
    display: none;
    position: absolute;
    padding: 5px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
}

#TabContainer1_header {
    height: 23px;
}


element.style {
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
}

div.infolist {
    text-align: left;
}
div.dashinfo{
   max-width: 1200px;
  margin: auto;
    padding-top: 100px;
  padding-bottom: 25px;
}
div.dashinfo h3{
  line-height: 30px;
}

.div-holding {
    vertical-align: middle;
    text-align: center;
    padding-left: 25px;
}

.div-holding-inner {
    float: none;
    padding: 0px 10px 0px 10px;
}

.base-icon {
    float: left;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-right: 0px;
}

.icon-avax {
    background-image: url(../../images/Icons/1Inch.png);
}

.icon-waves {
    background-image: url(../../images/Icons/waves.png);
}

.icon-sushi {
    background-image: url(../../images/Icons/sushi.png);
}

.icon-rose {
    background-image: url(../../images/Icons/rose.png);
}

.icon-paxos, .icon-paxo, .icon-pax {
    background-image: url(../../images/Icons/paxos.png);
}

.icon-etn {
    background-image: url(../../images/Icons/etn.png);
}

.icon-kim {
    background-image: url(../../images/Icons/kim.png);
}

.icon-meetone {
    background-image: url(../../images/Icons/meetone.png);
}

.icon-one {
    background-image: url(../../images/Icons/one.png);
}

.icon-near {
    background-image: url(../../images/Icons/near.png);
}

.icon-mir {
    background-image: url(../../images/Icons/mir.png);
}

.icon-kcs {
    background-image: url(../../images/Icons/kcs.png);
}

.icon-ftm {
    background-image: url(../../images/Icons/ftm.png);
}

.icon-crv {
    background-image: url(../../images/Icons/crv.png);
}

.icon-cro {
    background-image: url(../../images/Icons/cro.png);
}

.icon-gusd {
    background-image: url(../../images/Icons/gusd.png);
}

.icon-ust {
    background-image: url(../../images/Icons/ust.png);
}

.icon-cake {
    background-image: url(../../images/Icons/cake.png);
}

.icon-1inch {
    background-image: url(../../images/Icons/1Inch.png);
}

.icon-aave {
    background-image: url(../../images/Icons/aave.png);
}

.icon-ach {
    background-image: url(../../images/Icons/ach.png);
}

.icon-ada {
    background-image: url(../../images/Icons/ada.png);
}

.icon-amp {
    background-image: url(../../images/Icons/amp.png);
}

.icon-ankr {
    background-image: url(../../images/Icons/ankr.png);
}

.icon-discord {
    background-image: url(../../images/discord.png);
    cursor: pointer;
}

.icon-bat {
    background-image: url(../../images/Icons/bat.png);
}

.icon-xyo {
    background-image: url(../../images/Icons/xyo.png);
}

.icon-spell {
    background-image: url(../../images/Icons/spell.png);
}

.icon-iotx {
    background-image: url(../../images/Icons/iotx.png);
}

.icon-gyen {
    background-image: url(../../images/Icons/gyen.png);
}

.icon-deso {
    background-image: url(../../images/Icons/deso.png);
}

.icon-api3 {
    background-image: url(../../images/Icons/api3.png);
}

.icon-imx {
    background-image: url(../../images/Icons/imx.png);
}

.icon-dgb {
    background-image: url(../../images/Icons/dgb.png);
}

.icon-rfox {
    background-image: url(../../images/Icons/rfox.png);
}

.icon-rsr {
    background-image: url(../../images/Icons/rsr.png);
}

.icon-qrdo {
    background-image: url(../../images/Icons/qrdo.png);
}

.icon-kda {
    background-image: url(../../images/Icons/kda.png);
}

.icon-htr {
    background-image: url(../../images/Icons/htr.png);
}

.icon-galax {
    background-image: url(../../images/Icons/galax.png);
}

.icon-frax, .icon-fxs {
    background-image: url(../../images/Icons/fxs.png);
}

.icon-flux {
    background-image: url(../../images/Icons/flux.png);
}

.icon-erg {
    background-image: url(../../images/Icons/erg.png);
}

.icon-vra {
    background-image: url(../../images/Icons/vra.png);
}

.icon-hbar {
    background-image: url(../../images/Icons/hbar.png);
}

.icon-cweb {
    background-image: url(../../images/Icons/cweb.png);
}

.icon-pooh {
    background-image: url(../../images/Icons/pooh.png);
}

.icon-chmb {
    background-image: url(../../images/Icons/chmb.png);
}

.icon-btc {
    background-image: url(../../images/Icons/btc.png);
}

.icon-bund {
    background-image: url(../../images/Icons/bund.png);
}

.icon-luna2 {
    background-image: url(../../images/Icons/luna2.png);
}

.icon-jasmy {
    background-image: url(../../images/Icons/jasmy.png);
}

.icon-stg {
    background-image: url(../../images/Icons/stg.png);
}

.icon-lunc {
    background-image: url(../../images/Icons/lunc.png);
}

.icon-scrt {
    background-image: url(../../images/Icons/scrt.png);
}

.icon-ustc {
    background-image: url(../../images/Icons/ustc.png);
}

.icon-ape {
    background-image: url(../../images/Icons/ape.png);
}

.icon-snx {
    background-image: url(../../images/Icons/snx.png);
}

.icon-nu {
    background-image: url(../../images/Icons/nu.png);
}

.icon-coti {
    background-image: url(../../images/Icons/coti.png);
}

.icon-lrc {
    background-image: url(../../images/Icons/lrc.png);
}

.icon-sgb {
    background-image: url(../../images/Icons/sgb.png);
}

.icon-pol {
    background-image: url(../../images/Icons/pol.png);
}

.icon-gala {
    background-image: url(../../images/Icons/gala.png);
}

.icon-bch {
    background-image: url(../../images/Icons/bch.png);
}

.icon-btrst {
    background-image: url(../../images/Icons/btrst.png);
}

.icon-comp {
    background-image: url(../../images/Icons/comp.png);
}

.icon-celo, .icon-cgld {
    background-image: url(../../images/Icons/celo.png);
}

.icon-doge {
    background-image: url(../../images/Icons/dgb.png);
}

.icon-pepe {
    background-image: url(../../images/Icons/pepe.png);
}

.icon-elon {
    background-image: url(../../images/Icons/elon.png);
}

.icon-enj {
    background-image: url(../../images/Icons/enj.png);
}

.icon-eth {
    background-image: url(../../images/Icons/eth.png);
}

.icon-filecoin, .icon-fil {
    background-image: url(../../images/Icons/filecoin.png);
}

.icon-glmr {
    background-image: url(../../images/Icons/glmr.png);
}

.icon-glm, .icon-gnt {
    background-image: url(../../images/Icons/glm.png);
}

.icon-vet {
    background-image: url(../../images/Icons/vet.png);
}

.icon-ltc {
    background-image: url(../../images/Icons/ltc.png);
}

.icon-mana {
    background-image: url(../../images/Icons/mana.png);
}

.icon-omg {
    background-image: url(../../images/Icons/omg.png);
}

.icon-poly {
    background-image: url(../../images/Icons/polymath.png);
}

.icon-sandbox, .icon-sand {
    background-image: url(../../images/Icons/sandbox.png);
}

.icon-sol, .icon-sol_bsc {
    background-image: url(../../images/icons/sol.png);
}

.icon-tru {
    background-image: url(../../images/Icons/tru.png);
}

.icon-uni {
    background-image: url(../../images/Icons/uni.png);
}

.icon-uma {
    background-image: url(../../images/Icons/uma.png);
}

.icon-xlm {
    background-image: url(../../images/Icons/xlm.png);
}

.icon-xmr {
    background-image: url(../../images/Icons/xmr.png);
}

.icon-xrp {
    background-image: url(../../images/Icons/xrp.png);
}

.icon-xtz {
    background-image: url(../../images/Icons/xtz.png);
}

.icon-zec {
    background-image: url(../../images/Icons/zec.png);
}

.icon-usd {
    background-image: url(../../images/Icons/usd.png);
}

.icon-eur {
    background-image: url(../../images/Icons/eur.png);
}

.icon-gbp {
    background-image: url(../../images/Icons/gbp.png);
}

.icon-algo {
    background-image: url(../../images/Icons/algo.png);
}

.icon-atom {
    background-image: url(../../images/Icons/atom.png);
}

.icon-dai {
    background-image: url(../../images/Icons/dai.png);
}

.icon-dash {
    background-image: url(../../images/Icons/dash.png);
}

.icon-eos {
    background-image: url(../../images/Icons/eos.png);
}

.icon-etc {
    background-image: url(../../images/Icons/etc.png);
}

.icon-icp {
    background-image: url(../../images/Icons/icp.png);
}

.icon-knc {
    background-image: url(../../images/Icons/knc.png);
}

.icon-kar {
    background-image: url(../../images/Icons/kara.png);
}

.icon-link {
    background-image: url(../../images/Icons/link.png);
}

.icon-luna, .icon-wluna {
    background-image: url(../../images/Icons/luna.png);
}

.icon-matic {
    background-image: url(../../images/Icons/matic.png);
}

.icon-mkr {
    background-image: url(../../images/Icons/mkr.png);
}

.icon-oxt {
    background-image: url(../../images/Icons/oxt.png);
}

.icon-rep {
    background-image: url(../../images/Icons/rep.png);
}

.icon-shib {
    background-image: url(../../images/Icons/shiba.png);
}

.icon-xtz {
    background-image: url(../../images/Icons/xtz.png);
}

.icon-zrx {
    background-image: url(../../images/Icons/zrx.png);
}

.icon-nmr {
    background-image: url(../../images/Icons/nmr.png);
}

.icon-yfi {
    background-image: url(../../images/icons/yfi.png);
}

.icon-lsk {
    background-image: url(../../images/icons/lisk.png);
}

.icon-tether, .icon-usdt, .icon-usdt_erc20 {
    background-image: url(../../images/icons/tether.png);
}

.icon-tron, .icon-trx, .icon-trx_bsc {
    background-image: url(../../images/icons/tron.png);
}

.icon-bnb, .icon-bnb_bsc {
    background-image: url(../../images/icons/bnb.png);
}

.icon-dot {
    background-image: url(../../images/dot.png);
}

.icon-usdc {
    background-image: url(../../images/icons/usdc.png);
}

.icon-grt {
    background-image: url(../../images/icons/grt.png);
}

.icon-usg {
    background-image: url(../../images/icons/usg.png);
}

.icon-xlc {
    background-image: url(../../images/icons/xlc.png);
}

.icon-xet {
    background-image: url(../../images/icons/xet.png);
}

.icon-tet {
    background-image: url(../../images/icons/tet.png);
}

.icon-tusd {
    background-image: url(../../images/icons/tusd.png);
}

.icon-busd {
    background-image: url(../../images/icons/busd.png);
}

.icon-bsv {
    background-image: url(../../images/icons/bsv.png);
}

.icon-paxg {
    background-image: url(../../images/icons/paxg.png);
}

.icon-waxp {
    background-image: url(../../images/icons/waxp.png);
}

.baseinfo {
    float: left;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.icon-info {
    background-image: url(../../images/info.png);
}

.center {
    text-align: center;
    display: none;
}

.notes_width {
    max-width: 500px;
}

.slicknav_menu {
    display: none;
}

.disclaimer {
    padding-left: 50px;
    padding-top: 75px;
    text-align: left;
    height: 1px;
    width: 100%;
}

div#divDepsoitInfo td, div#divCurrencies tr
{
	 /* text-align: center; */
}

@media screen and (max-width: 40em) {
    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        margin: 0;
        padding: 0;
    }

    #nav3 {
        display: none;
    }

    div#cnt {
        margin: 0;
    }

    #divClock {
        display: none;
    }

    h1 {
        font-size: 20px;
    }

    .tableGrid {
        font-size: 12px;
        min-width: 150px;
    }
}

.atestiframelink {
    font-size: 26px;
    color: rebeccapurple;
}

iframe {
    width: 100%;
    height: 100%;
    min-height: 1000px;
}

table.tableData td.cellleft b, strong {
    font-weight: 400;
    Color: #4B0082;
}

table.tableData td.cellleft {
    text-align: left;
}

    table.tableData td.cellleft span {
        margin: 5px;
        display: inline-block;
    }


button, html input[type=button], input[type=reset], input[type=submit], #hlTransactionSearch {
    color: white;
    background-color: #312f56;
    border-radius: 5px;
}

#Label1 {
    color: #4B0082;
    display: none;
}

#Label4, #Label9, #lblSaleAmount {
    color: #1f2044;
    /* padding: 10px; */
    font-size: 15px;
    font-weight: 600;
   
}

#Label5 {
       color: #1f2044;
    /* padding: 10px; */
    font-size: 15px;
    font-weight: 600;
}

#lblInvoiceID{
color: #1f2044;
    /* padding: 10px; */
    font-size: 15px;
    font-weight: 600;
    
}

#lblWelcomeMessage {
    color: #312f56;
}

.invoice-box {
    max-width: 800px;
    margin: auto;
    margin-top: 10px;
    padding: 30px;
    border: 1px solid #212529;
    box-shadow: 0 0 10px #4b0082;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #1f2044;
    /* background: #1f204429; */
}

    .invoice-box table {
        width: 100%;
        line-height: inherit;
        text-align: left;
        border-collapse: collapse;
        color: red;
    }

        .invoice-box table td {
            padding: 5px;
            vertical-align: top;
            color: #1f2044;
        }

        .invoice-box table tr td:nth-child(2) {
            /* text-align: right; */

        }

        .invoice-box table tr.top table td {
            padding-bottom: 20px;
        }

            .invoice-box table tr.top table td.title {
                font-size: 45px;
                line-height: 45px;
                color: #333;
            }

        .invoice-box table tr.information table td {
            padding-bottom: 40px;
        }

        .invoice-box table tr.heading td {
            /* background: #eee; */
            /* border-bottom: 2px solid #4b0082; */
            /* font-weight: bold; */
            color: #4b0082;
        }

        .invoice-box table tr.details td {
            padding-bottom: 20px;
        }

        .invoice-box table tr.item td {
            border-bottom: 1px solid #eee;
        }

        .invoice-box table tr.item.last td {
            border-bottom: none;
        }

        .invoice-box table tr.total td:nth-child(2) {
            border-top: 2px solid #eee;
            font-weight: bold;
        }

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

#divSuccess {
    Color: #4B0082;
    border-style: solid;
    font-size: 15px;
}

#spanReceivedAmount {
    color: green;
}

#spanExpectedAmount {
    color: red;
}

#uploadDocs #upload-docs-form {
    margin: 20px 0 0;
}

#divAmountText {
    color: #4b0082;
    text-align: center;
}

.divHelp {
    margin: 0 10px 0 10px;
}

    .divHelp p {
        margin: 5px 14px 21px 29px;
        font-size: 18px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 17px;
        line-height: 1.42857143;
        color: #333;
        width: 80%;
    }

    .divHelp h1 {
        margin: 20px 8px 10px 15px;
        color: #4B0082;
    }

    .divHelp h2 {
        margin: 20px 8px 10px 15px;
        Font-size: 16PX;
        color: #4B0082;
    }

    .divHelp h3 {
        margin: 20px 8px 10px 15px;
        color: #4B0082;
    }

    .divHelp h4 {
        margin: 20px 8px 10px 15px;
    }

    .divHelp h6 {
        margin: 20px 8px 10px 15px;
        font-size: 45px;
        color: #4B0082;
    }

    .divHelp ol {
        margin: 10px 8px 10px 30px;
        list-style-type: decimal;
    }

    .divHelp img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.helpImages {
    width: 80%;
}

#btnGoTransactions {
    margin: 0;
}

#hlTransactionSearch {
    margin: 0px;
    padding: 7px;
}

#btnGoInvoices {
    margin-left: 15px;
}

.navbar-default {
    height: 86px;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        color: #1c0a9b;
    }

#hlCustomerDetails {
    color: red;
}

.divAddressBox {
    max-width: 95%;
}

#lblUpdateInvoiceResults {
    margin-left: 26px;
}

#lblInvoiceStatus {
    font-weight: bold;
    color: green;
}

.divterms {
    margin: 0 10px 0 10px;
}

    .divterms p {
        margin: 5px 14px 21px 29px;
        font-size: 18px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 17px;
        line-height: 1.42857143;
        color: #333;
        width: 80%;
    }

    .divterms h1 {
        margin: 20px 8px 10px 15px;
        color: #4B0082;
    }

    .divterms h3 {
        margin: 20px 8px 10px 15px;
        color: #4B0082;
    }

    .divterms h4 {
        margin: 20px 8px 10px 15px;
    }

    .divterms h6 {
        margin: 20px 8px 10px 15px;
        font-size: 45px;
        color: #4B0082;
    }

.divHelp ol {
    margin: 10px 8px 10px 30px;
    list-style-type: decimal;
}

.divHelp img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.infolist p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
    color: #333;
}

div.infolist h1 {
    margin: 20px 8px 10px 15px;
    color: #4B0082;
}

div.infolist h2 {
    color: #4B0082;
}

div.infolist h3 {
    margin: 20px 8px 10px 15px;
    color: #4B0082;
}

div.infolist h4 {
    margin: 20px 8px 10px 15px;
}

div.infolist h6 {
    margin: 20px 8px 10px 15px;
    font-size: 45px;
    color: #4B0082;
}

div.infolist ul {
    margin: 0px 0px 0px 49px;
    Font-size: 16px;
    color: #4B0082;
    width: 1300px;
}

div.infolist ol {
    margin: 10px 8px 10px 30px;
    list-style-type: decimal;
    color: #4B0082;
    font-size: 15px;
}

div.infolist img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#txtbxAddress {
    width: 350px;
    font-size: 12px;
    background: white;
    border: 1px solid #4e15b3;
    border-radius: 5px;
    padding: 6px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    text-align: center;
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 5px 0;
    background: #fff;
}

    #header.header-scrolled,
    #header.header-pages {
        height: 80px;
        padding: 0;
    }

    #header .logo h1 {
        font-size: 36px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

        #header .logo h1 a,
        #header .logo h1 a:hover {
            color: #00366f;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 7px 0;
        max-height: 56px;
    }

.main-pages {
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    position: relative;
    background: url("../images/Landing.png") center bottom no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 100px 0;
    height: 555px;
    /* background-color: #dee2e6; */
}

    #intro .intro-img {
        width: 20%;
        float: right;
    }

    #intro .intro-info {
        width: 78%;
        /* float: left; */
        z-index: 1;
        margin-left: 606px;
    }

        #intro .intro-info h2 {
            color: #fff;
            /* margin-bottom: 40px; */
            font-size: 48px;
            font-weight: 700;
            z-index: 1;
        }

            #intro .intro-info h2 span {
                color: #74b5fc;
                text-decoration: underline;
            }

        #intro .intro-info .btn-get-started,
        #intro .intro-info .btn-services {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            display: inline-block;
            padding: 10px 32px;
            border-radius: 50px;
            transition: 0.5s;
            margin: 0 20px 20px 0;
            color: #4b0082;
        }

        #intro .intro-info .btn-get-started {
            background: #007bff;
            border: 2px solid #007bff;
            color: #fff;
        }

            #intro .intro-info .btn-get-started:hover {
                background: none;
                border-color: #fff;
                color: #fff;
            }

        #intro .intro-info .btn-services {
            border: 2px solid #fff;
        }

            #intro .intro-info .btn-services:hover {
                background: white;
                color: #fff;
            }


        #intro .intro-info p {
            color: white;
            font-size: 22px;
            width: 379px;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

    .main-nav,
    .main-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .main-nav > ul > li {
            position: relative;
            white-space: nowrap;
            float: left;
        }

        .main-nav a {
            display: inline-block;
            position: relative;
            color: #5e2bb8;
            padding: 25px 15px;
            transition: 0.3s;
            font-size: 16px;
            font-weight: 500;
        }

            .main-nav a:hover,
            .main-nav .active > a,
            .main-nav li:hover > a {
                color: #74b5fc;
                text-decoration: none;
                transform: scale(1.05);
            }

        .main-nav .drop-down ul {
            display: block;
            position: absolute;
            left: 0;
            top: calc(100% + 30px);
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            padding: 10px 0;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: ease all 0.3s;
        }

        .main-nav .drop-down:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .main-nav .drop-down li {
            min-width: 180px;
            position: relative;
        }

        .main-nav .drop-down ul a {
            padding: 10px 20px;
            font-size: 13px;
            color: #004289;
        }

            .main-nav .drop-down ul a:hover,
            .main-nav .drop-down ul .active > a,
            .main-nav .drop-down ul li:hover > a {
                color: #007bff;
            }

        .main-nav .drop-down > a:after {
            content: "\f107";
            font-family: FontAwesome;
            padding-left: 10px;
        }

        .main-nav .drop-down .drop-down ul {
            top: 0;
            left: calc(100% - 30px);
        }

        .main-nav .drop-down .drop-down:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
        }

        .main-nav .drop-down .drop-down > a {
            padding-right: 35px;
        }

            .main-nav .drop-down .drop-down > a:after {
                content: "\f105";
                position: absolute;
                right: 15px;
            }

.introvideo-container {
    width: 100%;
    padding-top: 4%;
    height: 0px;
}

.introvideo {
    width: 50%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    top: 0;
    left: 0;
    padding: 78px 17px 0px 10px;
}

.container .intro-info {
    z-index: 1;
    position: relative;
}

.withVideo h2, .withVideo p {
    /* text-shadow: 2px 2px 0px #4b0082; */
    color: #4b0082 !important;
    z-index: 99;
}

.withVideo h3, .withVideo p {
    text-shadow: 2px 9px 8px #f8f9fa;
    color: #4B0082;
    z-index: 99;
    font-size: 55px;
}


.withVideo a {
    color: white !important;
    background-color: #4b0082;
    cursor: hand;
    border-radius: 8px;
    width: 236px;
    border-color: #4b0082;
}

.divcustommessages {
    float: none;
    padding-bottom: 40px;
}


#txtbxCustomerEmail, #txtbxInvoiceID, #txtbxAmountFIAT {
    color: #4e15b3;
}

    #txtbxReceiverNote {       
        width: 357px
    }

 

.btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 1px 36px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: #99ffcc;
    border: 2px solid #4b0082;
    background-color: #4b0082;
}

    .btn-services:hover {
        background-color: #4b0082;
        color: white;
    }

.AccountActive {
    color: green;
}

.AccountNotActive {
    color: red;
    font-weight: bold;
}

.expectedamount {
    width: 90px;
}

#btnCopyAmount, #btnCopy {
    color: #4b0082;
    font-size: 10px;
    width: 80px;
    padding: 1px;
}

#divCurrencyText {
    margin-top: 30px;
}

#form2
{
    font-family: 'Montserrat';
    color: #0f0927;
    /* font-size: 26px; */
    width: 100%;
    position: relative;
    /* background: url(../images/c21.png); */
    background-size: 100% 100%;
    padding: 0px 0px 97px 0px;
    height: 563px;
    /* background-color: #1F2044; */
}

a[id^='dgCurrencies_lbUpdateCurrency']
{color: purple;}

#lnkbtnForgotPassword{
    color: #1F2044;
}

#hlInvoiceIdentifier, #lnkbtnPickDueDateInvoice, #lnkbtnPickDateStartInvoices, #lnkbtnPickDateStopInvoices{
    color: #1F2044;
}
#btnGo, #btnCancel{
       background: #1F2044;
       color: white;
}
#btnGo, #btnCancel :hover{
       background: #1F2044;
       color: white;
       margin-left: 100px;
}
#lblFIATError
{color: #0d6efd;}

#txtbxCompanyName, #txtbxFName,#txtbxLName,#txtbxAddress_Street,#txtbxCity,#txtbxAddress2,#txtbxState,#txtbxPhone,#txtbxZip,#txtbxMainEm,#txtbxLogoLocation,#txtbxAPISecret,#txtbxWebHookLocation, #txtbxAccountID,#txtbxKeyWords,#txtbxMerchantProductID,#txtbxKeyWords,#txtbxMerchantCustomerUniqueID,#txtbxAmountFIAT,#txtbxAmount, #txtbxCustomerEmail, #txtbxReceiverNote,#txtbxInvoiceID,#txtbxMerchantCartID,#txtbxToken,#txtbxCustomEmailMessage,#txtbxCustomWebMessage, #ddlbLanguage{
    border: 1px solid #4E15AE;
    border-radius: 5px;
    padding: 6px;
    border-top: #4b008200;
    border-left: transparent;
    border-right: transparent;
    text-align: center;
    background-color: #4b008212;
}
#txtbxDueDateInvoice, #ddlbCurrencies,#ddlbInvoiceFrequency{
       border: 1px solid #4e15b3;
    border-radius: 5px;
    padding: 6px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    text-align: center;
    background-color: #90ffc81a;
}


@media (max-width: 574px) {
    .chart-container {
        width: 98%;
        margin-left: 0px;
        margin-right: 5px;
        margin-bottom: 5px;
        position: relative;
    }

    .invoice-box {
        font-size: 12px;
        padding: 7px;
        margin: 10px;
    }

    #txtbxAmount, #txtbxCustomerEmail, #txtbxReceiverNote {
        margin-top: 3px;
    }

    #txtbxReceiverNote {       
        width: 300px
    }

    #txtbxAddress {
        width: 240px;
    }

    #tblPayNow {
        display: block;
    }

        #tblPayNow td {
            display: inline-block;
        }

    canvas {
        min-height: 200px;
    }

    .invoice-box table tr td:nth-child(2) {
        text-align: left;
    }

    .invoice-box table td {
        padding: 1px;
    }

    .introvideo {
        /* height: 33%; */
        width: 574px;
    }

    .introvideo-container {
        padding-top: 0;
    }

    #statistics {
        border-radius: 20px;
        margin: 5px;
    }

    .input-group-text {
        display: flex;
        align-items: center;
        padding: $input-group-addon-padding-y $input-group-addon-padding-x;
        @include font-size($input-font-size);
        line-height: $input-line-height;
        color: $input-group-addon-color;
        text-align: center;
        white-space: nowrap;
        background-color: $input-group-addon-bg;
        border: $input-border-width solid $input-group-addon-border-color;
        @include border-radius($input-border-radius);
    }

    .table1 {
        width: 100%;
    }

    td {
        display: block;
        width: 100%;
    }

    tr {
        display: block;
        margin-bottom: 30px;
    }

    div#bg {
        width: 95%;
        margin-left: 5px;
    }
 
}
