body {
    font-size: 13px;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.header {
    display: block;
    height: 65px;
    width: 100%;
    position: fixed;
    padding: 0px;
    z-index: 1040;
    background-color: #ffffff;
    border-bottom: 1px solid #e9eaec;
    margin-bottom: 0px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.header .header-container .nav-logo {
    float: left;
    width: 270px;
}

.header .header-container .nav-logo a {
    color: #ffffff;
    font-size: 18px;
    padding-left: 0;
}

.header .header-container .nav-logo b {
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 60px;
    text-align: center;
}

.header .header-container .nav-left,
.header .header-container .nav-right {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.header .header-container .nav-left>li,
.header .header-container .nav-right>li {
    float: left;
}

.header .header-container .nav-left>li>a,
.header .header-container .nav-right>li>a {
    padding: 0 6px;
    line-height: calc(50px - 3px);
    min-height: calc(65px - 3px);
    color: #8a8a8a;
    display: block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.header .header-container .nav-left>li>a i,
.header .header-container .nav-right>li>a i {
    font-size: 14px;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    padding: 8px;
    color: #999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.header .header-container .nav-left>li>a i:hover,
.header .header-container .nav-left>li>a i:focus {
    text-decoration: none;
    background: rgb(240, 185, 11);
    border-color: rgb(240, 185, 11);
    color: #fff;
}

.header .header-container .nav-right>li>a i:hover,
.header .header-container .nav-right>li>a i:focus {
    text-decoration: none;
    background: rgb(240, 185, 11);
    border-color: rgb(240, 185, 11);
    color: #fff;
}

.header .header-container .nav-left>li>a.dropdown-toggle:after,
.header .header-container .nav-right>li>a.dropdown-toggle:after {
    display: none;
    border-radius: 0px;
}

.header .header-container .nav-left .user-profile .profile-img,
.header .header-container .nav-right .user-profile .profile-img {
    width: 40px;
    border-radius: 50%;
    margin-top: 12px;
    float: left;
}

.header .header-container .nav-left .notifications,
.header .header-container .nav-right .notifications {
    position: relative;
}

.header .header-container .nav-left .notifications .counter,
.header .header-container .nav-right .notifications .counter {
    position: absolute;
    right: 4px;
    top: 7px;
    background-color: #6fd088;
    color: #ffffff;
    padding: 3px 5.5px;
    border-radius: 50px;
    line-height: 1;
    font-size: 10px;
}

.header .header-container .nav-left .massages .counter,
.header .header-container .nav-right .massages .counter {
    position: absolute;
    right: 4px;
    top: 7px;
    background-color: #fd3259;
    color: #ffffff;
    padding: 3px 5.5px;
    border-radius: 50px;
    line-height: 1;
    font-size: 10px;
}

.header .header-container .nav-left {
    float: left;
}

.header .header-container .nav-left .navbar-toggler {
    margin-top: 15px;
}

.header .header-container .nav-right {
    float: right;
    margin-right: 30px;
}

.header .navbar-toggler-icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    content: url(../images/ico_c.png);
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.header nav.navbar.navbar-expand-lg.navbar-back {
    background-color: #0a044c;
    height: 75px;
}

.header .navbar-nav .nav-link {
    color: #ffffff;
}

.header .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
}

.header .dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.header .navbar .nav-item {
    padding-left: 8px;
    padding-right: 13px;
}

.header .nav-arrow {
    font-size: 14px;
    margin-left: 5px;
}

.header .dropdown-menu li a {
    line-height: 1.5;
    min-height: auto;
    padding: 10px 20px;
    display: block;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    color: #8a8a8a;
    border-left: 2px solid transparent;
}

.header .dropdown-menu li a:hover,
.header .dropdown-menu li a:focus {
    color: #515365;
    text-decoration: none;
    background-color: #f7f7f8;
    border-left: 2px solid rgb(240, 185, 11);
}

header {
    position: relative;
}

header {
    width: 100%;
    transition: all ease 0.5s 0s;
    z-index: 999;
    background: transparent;
    height: 75px;
    position: absolute;
    top: 0;
}

header.sticky {
    position: fixed;
    background-color: #202227;
    transition: all ease 0.5s 0s;
    box-shadow: 0px 15px 39px -22px rgba(0, 0, 0, 0.20);
    top: 0;
}

header .navbar-nav a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    font-size: 14px;
}

header .navbar-nav a:hover {
    color: #61B135;
    text-decoration: none;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

header .navbar-toggler-icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    content: url(../images/ico_c.png);
}

header .dropdown-menu {
    background-color: #222;
}

.login_btn {
    font-size: 14px !important;
    border: 0px #EBEBEB solid;
    border-radius: 30px;
    color: #000 !important;
    background: #61B135;
    padding: 0px 30px;
    margin-left: 20px;
}

.login_btn .nav-link {
    color: #000;
}

.login_btn .nav-link:hover {
    color: #fff;
}

.slide {
    background-color: #06013c;
    /* background: url(../images/bg1.png) no-repeat; */
    height: 850px;
    align-items: center;
    display: flex;
}

.slide h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}

.slide h1 span {
    color: #61B135;
    font-size: 40px;
    font-weight: 600;
}

.slide p {
    color: #A7A7A7;
    font-size: 24px;
    font-weight: 300;
}

.n_top {
    color: #61B135;
    font-size: 18px;
    text-align: right;
}

.top_btn {
    background: transparent;
    border: #61B135 2px solid;
    color: #61B135;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.top_btn1 {
    color: #61B135;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
}

.top_btn1:hover {
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
    text-decoration: none;
}

.our_coins {
    padding: 50px 0px 0px 0px;
}

.our_coins .item {
    background-color: rgb(0 0 0 / 58%);
    padding: 20px;
}

.our_coins .item h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.our_coins .item h3 span {
    font-size: 16px;
    color: #f3f5f3;
    font-weight: 300;
}

.our_coins .item h3 span img {
    width: 26px;
    height: 26px;
    display: inline-block;
}

.our_coins .item h3 span.clr-green {
    color: #51EC89;
}

.our_coins .item h3 span.clr-red {
    color: #FF5A5A;
}

.our_coins .item h4 {
    font-size: 18px;
    color: #5EEB19;
    font-weight: 300;
}

.our_coins .item h5 {
    font-size: 14px;
    color: #AEAEAE;
    font-weight: 300;
    margin-bottom: 5px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.news_tick {}

.news_tick img {
    margin-right: 15px;
}

.n_btn {
    font-size: 14px;
    color: #8B8B8B;
    text-decoration: none;
    border: #707070 1px solid;
    border-radius: 20px;
    padding: 3px 10px;
    float: right;
}

.n_btn:hover {
    color: #61B135;
    text-decoration: none;
    border: #61B135 1px solid;
}

.table_div {
    padding: 20px 0px 10px 0px;
}

.table_div .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    background: #0C0E12;
    position: relative;
}

.srch {
    position: absolute;
    right: 6px;
    top: 8px;
}

.srch .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #424B54 !important;
    background: rgba(255, 255, 255, 0.8);
    border: 0px solid #ced4da;
    border-radius: 27px;
}

.srch .form-control:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.8);
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.table_div .nav-tabs .nav-link {
    font-size: 14px;
    color: #fff;
    padding: 15px 30px;
}

.table_div .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2E3034;
    border: 0px;
}

.table_div .nav-tabs .nav-link:focus,
.table_div .nav-tabs .nav-link:hover {
    border: 0px;
}

.table_div .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.table_div .table {
    background: #F3F3F3;
    margin-bottom: 0;
}

.table_div .table img {
    margin-right: 10px;
}

.table_div .table td {
    padding: .75rem;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
    font-weight: 300;
    font-size: 14px;
    color: #424B54;
}

.table_div .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-weight: 300;
    font-size: 14px;
    color: #424B54;
}

.view_all {
    padding: 20px 0px;
    text-align: center;
}

.view_all a {
    color: #61B135;
    font-size: 18px;
}

.bg_table {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

.rdn {
    color: red !important;
}

.grn {
    color: green !important;
}

.capbalities {
    padding: 50px 0px;
}

.page_tit h3 {
    font-size: 32px;
    color: #202227;
    text-align: center;
    position: relative;
}


/* .page_tit h3:after {
    position: absolute;
    height: 4px;
    width: 70px;
    background-color: #61B135;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
} */

.hexa_mar {
    margin-top: 60px;
}

.hexa_mar1 {
    margin-top: 100px;
}

.m-t5 {
    padding-top: 50px;
    margin: 0 auto;
}

.hex_ht {
    height: 150px;
    width: 100%;
}

.hexa_bx {
    border: 1px #B2B2B2 solid;
    text-align: center;
    padding: 100px 30px 30px 30px;
}

.hex_bx {
    background: #fff;
    width: 175px;
    height: 175px;
    margin: 0 auto;
    position: absolute;
    top: -32%;
    right: 0;
    padding: 0px 20px;
    left: 0;
}

.hexa_bx h3 {
    color: #202227;
    font-size: 24px;
}

.hexa_bx p {
    color: #666666;
    font-size: 16px;
}

.exchange_ic:hover .polygon,
.wallet_ic:hover .polygon,
.margin_ic:hover .polygon,
.lending_ic:hover .polygon,
.franchise_ic:hover .polygon,
.p2p_ic:hover .polygon {
    fill: white;
    transition: ease 0.2s;
}

.exchange_ic:hover line,
.exchange_ic:hover rect,
.exchange_ic:hover g {
    stroke: #202227;
    fill: #202227;
}

.wallet_ic:hover #wallet path,
.margin_ic:hover #trade path,
.lending_ic:hover #lending path,
.franchise_ic:hover #partners path,
.p2p_ic:hover #p2p path {
    fill: #202227;
}

.lear_btn {
    padding: 8px 50px;
    background: #61B135;
    color: #202227;
    font-size: 18px;
    font-weight: 500;
    border: 2px #61B135 solid;
    transition: all .4s ease-in-out;
}

.lear_btn:hover {
    background: #202227;
    border: 2px #202227 solid;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.path_bg {
    background: #202227;
    padding: 130px 0px 130px 0px;
    height: auto;
}

.g_bx {
    text-align: center;
    margin-top: 0;
    transition: all .4s ease-in-out;
}

.g_bx:hover {
    margin-top: -50px;
}

.g_bx h3 {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
}

.benifits {
    padding: 20px 0px 70px 0px;
}

.b_bx {
    text-align: center;
    margin-top: 0;
    transition: all .4s ease-in-out;
}

.b_bx:hover {
    margin-top: -50px;
}

.b_bx h3 {
    font-size: 18px;
    color: #000;
    line-height: 60px;
}

.digital {
    padding: 80px 0px;
    text-align: center;
}

.digital h3 {
    font-size: 30px;
    color: #202227;
    margin-bottom: 50px;
}

.log_btn {
    padding: 8px 50px;
    background: #fff;
    color: #202227;
    font-size: 18px;
    font-weight: 500;
    border: 2px #202227 solid;
    transition: all .4s ease-in-out;
}

.log_btn:hover {
    background: #61B135;
    border: 2px #61B135 solid;
    color: #202227;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.reg_btn {
    padding: 8px 50px;
    background: #61B135;
    color: #202227;
    font-size: 18px;
    font-weight: 500;
    border: 2px #61B135 solid;
    transition: all .4s ease-in-out;
}

.reg_btn:hover {
    background: #202227;
    border: 2px #202227 solid;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

footer {
    background-color: #0a044c;
    /* background: url(../images/footer.png) no-repeat; */
    padding: 40px 0px;
    background-size: cover;
    background-position: center center;
}

.foot_link h3 {
    font-size: 18px;
    color: #61B135;
}

.foot_link ul {
    margin: 0;
    padding: 0;
}

.foot_link ul li {
    list-style: none;
}

.foot_link ul li a {
    font-size: 14px;
    color: #DBDBDB;
    list-style: none;
    line-height: 30px;
}

.copyright {
    border-top: 1px solid rgba(242, 242, 242, 0.1);
    padding: 30px 0px 0px 0px;
}

.copyright p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}


/* inner header */

.login_header {
    width: 100%;
    transition: all ease 0.5s 0s;
    z-index: 999;
    background: #000;
    height: 57px;
    position: absolute;
    top: 0;
}

.login_header .navbar-nav a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    font-size: 14px;
}

.login_header .navbar-nav a:hover {
    color: #61B135;
    text-decoration: none;
}

.login_header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.login_header .navbar-toggler-icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    content: url(../images/ico_c.png);
}

.login_header .dropdown-menu {
    background-color: #222;
}

.login_sec {
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.login_sec h3 {
    color: #212833;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 24px;
    text-align: center;
}

.login_sec h4 {
    color: #848E9C;
    text-align: center;
    font-size: 14px;
}

.login_url {
    display: inline-block;
    border: 1px solid #f5f5f5;
    border-radius: 23px;
    margin: 16px auto 8px !important;
    width: auto;
    padding: 8px 24px;
    background-color: #fff;
}

.login_txt {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    margin-left: 8px;
}

.login_bx {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 0px 2px rgba(0, 0, 0, 0.08);
    padding: 30px;
}


/* form starting stylings ------------------------------- */

.group {
    position: relative;
    margin-bottom: 35px;
}

.group input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
}

.group input:focus {
    outline: none;
}

.group label {
    color: #ccc;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.group input:focus~label,
.group input:valid~label {
    top: -20px;
    font-size: 13px;
    color: #000;
}

.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before,
.group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #ccc;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

.group input:focus~.bar:before,
.group input:focus~.bar:after {
    width: 50%;
}

.group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.group input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #fff;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fff;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fff;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.submit_btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #212833;
    background-color: #61B135;
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 32px;
    border: none;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    height: 40px;
}

.submit_btn:hover {
    box-shadow: none;
    background-image: linear-gradient(180deg, rgba(243, 205, 46, 1) 0%, rgba(236, 182, 12, 1) 100%);
}

.forgot {
    color: #212833;
    font-size: 14px;
}

.forgot a {
    color: #61B135;
    font-size: 14px;
    text-decoration: none;
}

.sec_alert {
    color: #DCA90A;
    border-radius: 4px;
    line-height: 18px;
    font-size: 14px;
    background-color: #61B13530;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 30px;
    text-align: center;
}

.foot_btm {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    left: 0;
}

.foot_btm p {
    text-align: center;
    color: #848e9c;
    font-size: 12px;
    margin-bottom: 0;
}

.pt-90 {
    padding-top: 90px;
}

.pt-50 {
    padding-top: 50px;
}

.portfolio-inner {
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    transition: all .4s ease;
    cursor: pointer;
    min-height: 270px;
}

.portfolio-inner:hover {
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

p {
    margin-bottom: 0;
}

.portfolio-inner h3 {
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 0;
}

.mobile-app {
    padding: 50px;
    background-color: #0C0E27;
}

.mar-r-10 {
    margin-right: 10px;
}

.download-sec h3 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
}

.download-sec h3:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.download-sec p {
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}

.inner-sec-header h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #282F44;
    margin: 0;
}

.small-grey {
    color: #b5b5b5;
    height: 0;
    line-height: 1.2;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 0;
}

.inner-sec-header {
    display: flex;
    align-items: center;
}

.main-inner-sec {
    margin-top: 130px;
}

.inner-nav-link {
    display: flex;
    margin: 30px 0;
}

.inner-nav-link a {
    background-color: #f2f2f2;
    color: #7b7b7b!important;
    flex: 1 1 30%;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-weight: 800;
    font-size: 16px;
    padding: 0 15px;
    word-break: break-all;
    min-height: 47px;
    line-height: 47px;
    height: auto;
    margin-left: 5px;
}

.inner-nav-link a:first-child {
    margin-left: 0;
}

.inner-nav-link a.active {
    background-color: #51EC89;
    color: #fff!important;
}

.input-box {
    position: relative;
    margin: 25px 0;
    width: 120px;
}

.table-top .form-control {
    border: 0;
    border-bottom: 1px solid #dadada;
    width: 120px;
    border-radius: 0;
}

.table-top .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.table-top i {
    position: absolute;
    right: 0;
    top: 15px;
}

.wallet-value {
    text-align: right;
}

.wallet-value p {
    color: #7b7b7b;
    font-size: 14px;
}

.wallet-value p span {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 800;
}

.wallet-table .table thead th {
    border-top: 4px solid #51EC89;
    background-color: #f5f5f5;
    color: #7b7b7b;
    font-weight: 700;
    font-size: 14px;
}

.wallet-table-btn {
    box-shadow: inset 0 0 0 1px #dadada!important;
    color: #636363;
    text-decoration: none;
    font-size: 13px;
    padding: 0 7px!important;
    box-sizing: border-box;
    min-width: 55px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 0;
    display: inline-block;
}

.wallet-table {
    margin: 25px 0;
}

.deposit-main-box {
    margin-bottom: 80px;
    padding: 30px;
    border: 1px solid hsla(0, 0%, 71%, .5);
    border-top: 4px solid #51EC89;
    box-sizing: border-box;
}

.deposit-form.bottom-border .form-control {
    border: 0;
    border-bottom: 2px solid #d9d9d9;
}

.amount-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.amount-wrap span {
    display: inline-block;
}

.grey-box {
    background-color: #fafafa;
    padding: 30px;
    margin-top: 20px;
    transition: outline-color .4s ease-in-out;
    outline: 1px solid transparent;
}

.grey-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grey-box ul li {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    margin: 16px 0 10px 0px;
}

.grey-box ul li .fa-check {
    color: #51EC89;
}

.deposit-address .input-group-text {
    background-color: #51EC89;
    color: #fff;
}

.deposit-address .form-control {
    padding: 1.375rem 0.75rem
}

.w-140 {
    width: 140px;
}

.withdraw-btn {
    display: table;
    margin: 30px auto 0!important;
    width: 200px;
    padding: 0 15px;
    height: 45px;
    background-color: #51EC89;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
}

.withdraw-btn:hover {
    color: #fff;
}

@media(max-width:992px) {
    .navbar-collapse {
        background: #222;
    }
    .login_btn {
        margin-left: 20px;
        width: 140px;
    }
    .top_btn {
        margin-bottom: 20px;
        display: inline-block;
    }
    .our_coins .owl-theme .owl-nav {
        display: none;
    }
    .slide {
        height: auto;
    }
    .slide h1 {
        font-size: 24px;
        margin-top: 60px;
    }
    .slide h1 span {
        font-size: 24px;
    }
    .our_coins {
        padding: 20px 0px 40px 0px;
    }
    .n_top {
        font-size: 16px;
    }
    .news_tick {
        padding-top: 20px;
    }
    .header .navbar-nav>li>.dropdown-menu {
        display: none;
    }
    .header .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media(max-width: 600px) {
    .hexa_bx {
        padding: 20px 30px 30px 30px;
    }
    .hex_bx {
        position: relative;
        top: 0;
    }
    .hexa_mar {
        margin-top: 50px;
    }
    .srch {
        position: relative;
        right: -7px;
        top: 8px;
    }
    .m_padd {
        height: 50px;
    }
    .hex_ht {
        height: 50px;
        width: 100%;
    }
    .reg_btn,
    .log_btn {
        padding: 8px 28px;
    }
    .mobile-banner {
        margin-top: 15px;
    }
}

@media(max-width: 576px) {
    .inner-nav-link a {
        font-size: 12px;
    }
}

.p-30 {
    padding: 30px;
}

.lightGrayBox {
    background-color: #F3F3F3;
}

.cmsTitle {
    color: #172A2C;
    margin-bottom: 20px;
    font-weight: 600;
}

.cmcSubTitle {
    color: #2E5C60;
    margin-bottom: 10px;
    font-weight: 500;
}

.innerWrapper p {
    line-height: 22px;
}

.inner_main_sec {
    margin-top: 100px;
    margin-bottom: 20px;
}

header.inner_dark {
    background-color: #0a044c;
}

.textBlack {
    color: #000;
}

.accordion-started label,
.accordion-started input,
.accordion-started div,
.accordion-started p {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.faq-sec .accord button {
    border: 0;
    border-bottom: 1px solid rgb(145 145 146 / 17%);
    font-size: 16px;
    color: #000;
    border-radius: 0;
    padding: 15px 5px;
    transition: .15s ease-in-out;
    background-color: initial;
    width: 100%;
    text-align: left;
}

.faq-sec #simple button:focus {
    outline: 0;
}

.faq-sec #simple article {
    border-bottom: 0;
}

.faq-sec #simple article p {
    font-size: 13px;
    color: #000;
    padding: 0px 0;
    border-bottom: 0;
    font-weight: 400;
    line-height: 20px;
}

.faq-sec #simple article ul li {
    font-size: 13px;
    color: #000;
    padding: 0px 0;
    border-bottom: 0;
    font-weight: 400;
    line-height: 20px;
}

.custom-file,
.custom-file-input {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 3px);
    margin-bottom: 0;
}

.custom-file-label {
    line-height: 1.6;
}

.custom-file-label::after {
    height: calc(1.5em + .75rem + 1px);
    color: #fff;
    content: "Browse";
    background-color: #51EC89;
}

.mt-30 {
    margin-top: 30px;
}

.stsOpen {
    color: #0e9e09;
}

.stsClosed {
    color: #FF5A5A;
}

.sptTcktDet div {
    margin-bottom: 12px;
}

.sptTcktDet div span {
    font-weight: 600;
    width: 120px;
    display: block;
}

.chatSender {
    text-align: left;
}

.chatSender .proAvator {
    margin-right: 16px;
}

.chatReciever {
    text-align: right;
}

.chatReciever .proAvator {
    margin-left: 16px;
}

.chatBox p {
    margin-bottom: 5px;
}

.chatBox label {
    font-size: 12px;
}

.proAvator {
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: inline-block;
}

.chatSender .proAvator {
    margin-right: 16px;
}

.chatBox {
    max-height: 500px;
    overflow: auto;
    position: relative;
    padding-right: 10px;
}

.chatBox .media-body p {
    background-color: #f3f3f3;
    padding: 8px;
    border-radius: 4px;
}

.chatTit {
    margin-bottom: 2px;
}

.chatFooter {
    padding: 20px 0px 10px;
}

.attachFile .custom-file {
    opacity: 0;
    width: 48px;
    position: absolute;
    top: -3px;
    left: 0;
    height: 34px;
    cursor: pointer;
    z-index: 99;
    overflow: hidden;
}

.attachFile {
    padding: 2px 15px;
    position: relative;
}

.attachFile a {
    font-size: 16px;
    color: #a8a8a8;
}

.borderBoxPrime {
    background-color: #fff;
    border: 1px solid #51EC89;
    padding: 30px;
}

.borderRadius {
    border-radius: 8px;
}

.btnPrime {
    background-color: #51EC89;
    color: #fff;
    font-size: 14px;
}

.btnPrime:hover {
    background-color: #51EC89;
    color: #fff;
}

.labelSec {
    color: #8F8F8F;
}

a.link {
    color: #51EC89;
}

#example_filter {
    display: none !important;
}

.dash-wallet .card {
    margin-bottom: 30px;
    border: 0;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
    border-radius: 6px;
}

.dash-wallet .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}

.dash-wallet .card-stats .card-body {
    padding: 1rem 1.5rem;
}

.dash-wallet .card-body {
    min-height: 1px;
    padding: 1.5rem;
    flex: 1 1 auto;
}

.dash-wallet .text-muted {
    color: #8898aa!important;
    font-size: 12px;
}

.pfle-active {
    text-align: right;
    color: green;
    font-weight: 600;
}

a.mylink {
    color: #424B54;
}

#basic-addon2 {
    cursor: pointer;
}

.footer-social-links ul {
    margin: 0;
    padding: 0;
}

.footer-social-links ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 7px;
}

.footer-social-links ul li:last-child {
    margin-right: 0px;
}

.foot_link ul li {
    color: #DBDBDB;
}

.launch-hero-inner {
    background: rgb(32 34 39);
    border-radius: 8px
}

.launch-btn {
    border-radius: 6px;
    display: inline-block;
    padding: 8px 30px;
    background-color: #fff;
    color: #61b135;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    transition: all .4s ease;
}

.launch_social_link ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.launch_social_link ul li {
    list-style-type: none;
    display: block;
    margin-right: 10px;
}

.launch_social_link ul li a {
    color: #2E5C60;
    font-size: 14px;
    padding: 5px 0;
    transition: all .4s ease;
    font-weight: 500;
    display: block;
    width: 28px;
    height: 28px;
}

.launch_social_link ul li a:hover {
    color: #0CA7B2;
}

.launch_social_link ul {
    margin: 15px 0;
    padding: 0;
}

.launch_social_link ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.launch_social_link img {
    max-width: 85%;
    height: auto;
}

.launchpad-arthbit-buy {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    background: #fff;
    color: #000;
    font-size: 13px;
    margin-bottom: 65px;
    padding-top: 20px;
    padding-bottom: 78px;
    padding: 40px 65px;
    font-family: Roboto, Noto Sans, Helvetica, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.launchpad-arthbit-buy h3 {
    padding-bottom: 25px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.launchpad-arthbit-buy ul {
    padding-bottom: 16px;
    padding-left: 18px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.launchpad-arthbit-buy-main ul {
    padding-bottom: 16px;
    padding-left: 18px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.launchpad-arthbit-buy ul li {
    list-style-type: disc;
    line-height: 24px;
}

.launchpad-arthbit-buy-main ul li {
    list-style-type: disc;
    line-height: 24px;
}

.launchpad-arthbit-table {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: solid #ededed;
    border-width: 0 0 1px;
}

.launchpad-arthbit-table-ins {
    border-top: 1px solid #ededed;
    width: 50%;
    display: flex;
    flex-direction: row;
}

.launch-hero-inner h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.launch-hero-inner p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.progress-box {
    background-color: #FAFAFA;
    box-shadow: 0px 4px 20px rgb(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    position: relative;
}

.progress-label {
    position: absolute;
    border-radius: 0px 12px 12px 0px;
    background-color: #0DB407;
    color: #fff;
    text-align: centre;
    font-size: 12px;
    left: 0;
    padding: 3px 15px;
    display: inline-block;
    top: 20px;
}

.progress-label.complete {
    background-color: #0ACAD8;
}

.progress-box h3 {
    color: #172A2C;
    font-size: 18px;
}

.progress-box h5 {
    color: #2E5C60;
    font-size: 14px;
}

.progress-box-btn {
    /*background-color: #61b135;*/
    display: block;
    border-radius: 22px;
    text-align: center;
    padding: 8px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.progress-box-btn:hover {
    color: #fff;
}

.reward-progress .progress-bar {
    background: rgb(33, 201, 213);
    background: linear-gradient(135deg, rgba(33, 201, 213, 1) 0%, rgba(6, 176, 188, 1) 100%);
}

.reward-text span {
    color: #575757;
    font-size: 12px;
}

.progress-text {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2E5C60;
}

.progress-box.pad-0 {
    padding: 0
}

.progress-body {
    padding: 20px;
}

.wdth-100 {
    width: 100%;
}

.launch-hero-inner img {
    width: 180px;
}

.launch-sec-t {
    background: #fafafa;
}

.launchpad-arthbit-buy-main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    background: #fff;
    color: #000;
    font-size: 13px;
    margin-bottom: 65px;
    padding-top: 20px;
    padding-bottom: 78px;
    padding: 40px 65px;
    font-family: Roboto, Noto Sans, Helvetica, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    margin-top: 40px;
}

.space {
    height: 30px;
    clear: both;
}

.spaceTwenty {
    height: 20px;
    clear: both;
}

.spaceSmall {
    height: 10px;
    clear: both;
}

.launch_social_link ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.launch_social_link ul li {
    list-style-type: none;
    display: block;
    margin-right: 10px;
}

.launch_social_link ul li a {
    color: #2E5C60;
    font-size: 14px;
    padding: 5px 0;
    transition: all .4s ease;
    font-weight: 500;
    display: block;
    width: 28px;
    height: 28px;
}

.launch_social_link ul li a:hover {
    color: #0CA7B2;
}

.launch_social_link ul {
    margin: 15px 0;
    padding: 0;
}

.launch_social_link ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.launch_social_link img {
    max-width: 85%;
    height: auto;
}

.launchpad-arthbit-buy {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    background: #fff;
    color: #000;
    font-size: 13px;
    margin-bottom: 65px;
    padding-top: 20px;
    padding-bottom: 78px;
    padding: 40px 65px;
    font-family: Roboto, Noto Sans, Helvetica, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.launchpad-arthbit-buy h3 {
    padding-bottom: 25px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.launchpad-arthbit-buy ul {
    padding-bottom: 16px;
    padding-left: 18px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.launchpad-arthbit-buy-main ul {
    padding-bottom: 16px;
    padding-left: 18px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.launchpad-arthbit-buy ul li {
    list-style-type: disc;
    line-height: 24px;
}

.launchpad-arthbit-buy-main ul li {
    list-style-type: disc;
    line-height: 24px;
}

.launchpad-arthbit-table {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: solid #ededed;
    border-width: 0 0 1px;
}

.launchpad-arthbit-table-ins {
    border-top: 1px solid #ededed;
    width: 50%;
    display: flex;
    flex-direction: row;
}

.table-ins-desc {
    font-weight: 600;
    justify-content: flex-start;
    flex: 1 1 25%;
    padding-right: 10px;
    background: #fafafa;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 0 10px 10px;
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    font-family: Roboto, Noto Sans, Helvetica, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.table-ins-desc-rg {
    background: #fff;
    flex: 1 1 80%;
    padding-right: 20px;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 0 10px 10px;
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    font-family: Roboto, Noto Sans, Helvetica, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.launch-sec-t {
    background: #fafafa;
}

.advertt {
    display: none;
}

.launchpad-arthbit-buy-main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    background: #fff;
    color: #000;
    font-size: 13px;
    margin-bottom: 65px;
    padding-top: 20px;
    padding-bottom: 78px;
    padding: 40px 65px;
    font-family: Roboto, Noto Sans, Helvetica, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    margin-top: 40px;
}

.la-arthbit-left {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.la-arthbit-img {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    color: white;
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 14px;
}

.la-img-left {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    max-width: 104%;
    height: auto;
    width: 500px;
    height: 424px;
    margin-right: 32px;
    padding-left: 24px;
    flex: 0 1 550px;
    position: relative;
    display: flex;
}

.la-trmx-cc {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 0.95;
}

.la-trmx-vrn {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
}

.la-trmx-vrnc {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.la-trmx-cuc {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    color: #76808F;
}

.la-trmx-cucu {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    margin-top: 4px;
    color: #000;
    font-weight: 600;
}

.la-trmx-vrnce {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 41px;
    color: #000;
    margin-top: 0px;
}

.la-completed {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .32px;
    border-radius: 4px;
    padding: 4px;
    line-height: 20px;
    margin-left: 137px;
    border: solid 1px;
    float: right;
}

.la-completed a {
    color: #5d5d5d;
    text-decoration: none;
    background-color: transparent;
}

.la-text-trx {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    border-bottom-color: #bcbcbc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #76808F;
    margin-top: 1px;
    padding-bottom: 8px;
}

.la-text-trxt {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-bottom: 16px;
}

.la-trx-links {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}

.get-token-ieo {
    height: 40px;
    line-height: 40px;
    border: 1px solid hsla(0, 0%, 71%, .5);
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    color: #000;
    background: #fafafa;
    /*width: 95%;*/
}

.get-you {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    flex: 0 0 60px;
    /* margin-left: 20px; /
/ margin-right: 10px; */
    flex: 0 0 102px;
    text-align: center;
}

.get-token-ieo-amount {
    font-weight: 700;
    letter-spacing: .5px;
    flex: 1 0 auto;
    text-align: right;
    color: #0CA7B2;
    font-size: 16px;
}

.get-token-ieo-symbol {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 15px;
    text-align: right;
    margin-right: 18px;
}

.get-token-ieo-amount {
    font-weight: 700;
    letter-spacing: .5px;
    flex: 1 0 auto;
    text-align: right;
    color: #0CA7B2;
    font-size: 16px;
    line-height: 0;
    white-space: pre;
    font-weight: 700;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    position: relative;
    margin-left: 0;
}

#launchValcalc {
    color: #0CA7B2;
    position: relative;
    display: block;
    margin-left: 0;
    margin-top: 4px;
    text-align: right;
    flex: 1 0 auto;
    box-shadow: inset 0 0 0 1px #fafafa;
}

#spent_currency {
    color: #575757;
    position: relative;
    display: block;
    margin-left: 0;
    margin-top: 4px;
    text-align: right;
    flex: 1 0 auto;
    box-shadow: inset 0 0 0 1px #fafafa;
}

.ieo-pay-am {
    height: 40px;
    min-width: auto;
    line-height: 40px;
    font-size: 13px;
    color: #b5b5b5;
    border: 1px solid hsla(0, 0%, 71%, .5);
    margin-bottom: 7px;
    display: flex;
    position: relative;
    font-weight: 700;
    /*width: 95%;*/
}

.ieo-pay-am1 {
    font-size: 14px;
    letter-spacing: 1px;
    flex: 0 0 116px;
    text-align: center;
}

.ieo-pay-am11 {
    width: 1px;
    height: 28px;
    border-right: 1px solid hsla(0, 0%, 71%, .5);
    content: "";
    position: absolute;
    top: 6px;
    left: 116px;
}

.ieo-pay-am111 {
    width: 14px;
    height: 28px;
    border-right: 1px solid hsla(0, 0%, 71%, .5);
    content: "";
    position: inherit;
    /* top: 28px; /
/ left: 116px; */
    margin-top: 5px;
}

.ieo-pay-am2 {
    flex: 1 0 auto;
    width: 0;
    border: 0;
    background: transparent;
    color: #000;
    font-size: 17px;
    text-align: right;
    letter-spacing: .5px;
    outline: none;
}

.ieo-pay-am3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    flex: 0 0 68px;
    text-align: center;
}

.ieo-purchase-btn {
    /*width: 95%;*/
    background: #0CA7B2;
}

.valueInfoWrap {
    color: #000;
    margin-top: 5px;
}

.valueInfoWrap p {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    padding: 0;
    margin: 0;
}

#valuettx {
    line-height: 20px;
    font-weight: 700;
    padding: 0px 28px;
    margin-top: 0px;
    position: relative;
    margin-left: 0;
    color: #343434;
    float: right;
    display: block;
}

.valueInfoWrap p span.right-value-amount {
    font-weight: 600;
    float: right;
    text-align: right;
    margin-right: 30px;
}

.list-confirmed {
    position: absolute;
    margin: -26px 30px 0;
    display: flex;
}

.list-confirmed span {
    height: 34px;
    line-height: 34px;
    white-space: pre;
    margin-left: 10px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 5px;
    padding: 0 15px;
    margin-top: 50px;
}

.list-confirmed img {
    margin: 200px 63px;
}

.launchpad-arthbit-text {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    background: #fff;
    color: #000;
    font-size: 13px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 78px;
    padding: 40px 65px;
    font-family: Roboto, Noto Sans, Helvetica, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.launchpad-arthbit-text h3 {
    padding-bottom: 10px;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #ededed;
}

.launchpad-arthbit-text-t {
    color: #76808F;
    margin-top: 16px;
    padding-bottom: 24px;
}

.launchpad-plate span {
    line-height: 34px;
    white-space: pre;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 5px;
    padding: 0 15px;
    margin-top: 10px;
    position: absolute;
    margin-left: -530px;
    color: #fff;
}

.token-img img {
    width: 20%;
    position: absolute;
    margin-left: 232px;
    margin-top: -200px;
}

#content-2 {
    overflow: auto;
    height: 394px; 
    scrollbar-color: #fbfbfb;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fbfbfb;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #fbfbfb;
}

#stack_his_filter {
    display: none;
}

.main_div {
    background: #f2f2f2;
    padding: 20px 0px;
    margin-top: 75px;
}

.dash_tit {
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.dash_tit h3 {
    font-size: 24px;
    color: #455a64;
    margin-bottom: 0;
    display: inline-block;
}

.dash_tit p {
    font-size: 12px;
    color: #455a64;
    text-align: right;
    margin-bottom: 0;
    margin-top: 9px;
}

.dash_tit p a {
    color: #ffa800;
    text-decoration: none;
}

.dash_tit img {
    margin: 0 10px;
}

.pro_sett {}

.pro_bx {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 20px;
}

.us_img img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.pro_bx h3 {
    font-size: 14px;
    color: #455a64;
    text-align: center;
    margin: 0 0 20px 0;
}

.pro_bx h4 {
    font-size: 14px;
    color: #10adf4;
    text-align: center;
    margin: 20px 0 20px 0;
}

.pro_bx p {
    font-size: 13px;
    color: #455a64;
    margin: 0px 0 20px 0;
}

.pro_bx p img {
    float: right;
    width: 20px;
}

.blu {
    background: #10adf4;
}

.yllw {
    background: #fbb228;
}

.org {
    background: #fb9b7f;
}

.grn {
    color: #00c292 !important;
}

.litblu {
    background: #28dbfb;
}

.drkblu {
    background: #398bf7;
}

.dash_bx {
    padding: 20px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.dash_bx img {
    margin-top: 0px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
}

.dash_bx h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.dash_bx p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.mark_bx {
    border: 1px #ececec solid;
    padding: 10px;
    margin: 10px 10px 20px 10px;
    overflow: hidden;
}

.mark_bx p {
    font-size: 16px;
    color: #455a64;
    margin-bottom: 10px;
}

.mark_bx span {
    display: block;
}

.rdn {
    color: #ff0000;
}

.gren {
    color: green;
}

.mark_ic {
    font-size: 18px;
    float: left;
    padding: 0 10px 10px 10px;
    margin-right: 10px;
    width: 15%;
}

.mark_txt {
    float: right;
    width: 80%;
}

.rdn_smbtn {
    background: #f03e3c;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
}

.rdn_smbtn:hover {
    color: #fff;
}

.grn_smbtn {
    background: #019f4a;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
}

.grn_smbtn:hover {
    color: #fff;
}

.viewall {
    color: #0792e5;
    font-size: 12px;
    text-align: right;
    margin-right: 15px;
    margin-bottom: 10px;
}

.viewall a {
    color: #0792e5;
    text-decoration: none;
}

.bx_ht {
    min-height: 450px;
    height: 450px;
}

.tbl_tit {
    background: #455a64;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
}

.tbl_bx {
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 0px 0px 1px 0px;
}

.tbl_bx .form-control {
    display: block;
    width: 150px;
    height: 30px;
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    margin: 10px 15px 10px 0px;
    float: right;
}

.mark_table .table thead th {
    border-bottom: 1px #ececec solid;
}

.mark_table .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font-size: 12px;
    color: #455a64;
    font-weight: normal;
}