/*
 * Following CSS codes are used only for demo purpose thus you can remove them completly whenever you want. 
 */
body {
    font-family: 'arial';
    padding-bottom: 0px;
}

.toggle-switch .ts-label {
    min-width: 130px;
}

.media-demo .media {
    margin-bottom: 25px;
}

.media-demo .media .media {
    margin-top: 25px;
}

.dropdown-basic-demo {
    display: inline-block;
    margin: 0 15px 20px 0;
}

.dropdown-basic-demo .dropdown-menu {
    display: block;
    position: relative;
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=1);
    z-index: 0;
}

.dropdown-btn-demo .dropdown,
.dropdown-btn-demo .btn-group,
.btn-demo .btn {
    display: inline-block;
    margin: 0 5px 7px 0;
}

.modal-preview-demo .modal {
    position: relative;
    display: block;
    z-index: 0;
    background: rgba(0, 0, 0, 0.1);
}

.margin-bottom>* {
    margin-bottom: 20px;
}

.popover-demo .popover {
    position: relative;
    display: inline-block;
    opacity: 1;
    margin: 0 10px 30px;
    z-index: 0;
}

.color-block {
    height: 100px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 15px 0;
    border-radius: 2px;
    margin-bottom: 25px;
}

.color-block span {
    display: block;
}

.color-block .color {
    font-size: 14px;
    text-transform: uppercase;
}

.color-block .code {
    margin: 5px 0;
}

.color-block .less {
    font-size: 11px;
}

.animation-demo .row {
    margin: 25px -6px 0;
    margin-bottom: -10px;
}

.animation-demo .card-body img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.animation-demo .col-xs-6 {
    padding: 0 6px;
    margin-bottom: 12px;
}

.animation-demo .btn {
    width: 100%;
    text-transform: none;
}

.bs-item {
    background: #fff;
    margin-bottom: 30px;
    height: 100px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}

.bs-item:before {
    display: inline-block;
    content: "";
    height: 100px;
    width: 1px;
    vertical-align: middle;
}

.btn-colors>.btn {
    min-width: 112px;
}

.btn-demo>.btn,
.btn-group-demo>.btn-group {
    margin: 0 5px 10px 0;
}



.icons-demo .card-body .zmdi,
.card-body .socicon {
    font-size: 23px;
    vertical-align: middle;
    color: #333;
    margin-right: 10px;
}

.icons-demo .card-body .col-sm-4 {
    padding: 0 7px;
}

.icons-demo .card-body .col-sm-4 p {
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 0;
}

.icons-demo .card-body .col-sm-4 p:hover {
    background: #eee;
    cursor: pointer;
}

.notifications .btn {
    width: 100%;
    margin-bottom: 20px;
}

.datepicker-demo .dd-block {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 25px;
    vertical-align: top;
}

.row {
    margin: 0px;
}

.text-white {
    color: white;
    font-weight: 400;
}

.text-red {
    color: red;
    font-weight: 400;
}

.text-yellow {
    color: #e2e202;
    font-weight: 400;
}

.text-title {
    font-size: 26px;
    text-align: center;
    color: #2739a1;
    text-transform: uppercase;
}

/* Login Customize CSS */
.login-content {
    overflow: initial;
    float: initial;
    margin: auto;
}

.login-content .lc-block {
    background-color: initial;
    box-shadow: initial;
    padding: 20px;
    width: 400px;
    margin-top: 20px;
}

.login-content .input-group {
    width: 100%;
}

.login-content select {
    margin-top: 7px;
}

.login-content select,
.login-content input {
    background-color: transparent;
}

.login-content .fg-line .form-control {
    padding-top: 10px
}

.login-content .fg-line .form-control:not(:disabled) {
    color: #000;
    font-size: 18px;
}

.login-content .select-option {
    width: 200px;
    color: #000;
    padding: 5px;
    margin: 10px;
}

html:not(.ie9) .select:before {
    background-color: transparent;
    background-image: initial;
}

.fg-line:not([class*=has-]):after {
    background-color: #000;
}

.btn-back {
    border-radius: 10px;
    background-color: #fff;
    font-size: 17px;
    color: #000;
    font-weight: 900;
    margin-top: 10px !important;
    width: 150px;
    text-align: center;
    right: 0px !important;
}

.btn-login {
    border-radius: 10px;
    background-color: #2739a1;
    font-size: 17px;
    color: #fff;
    font-weight: 900;
    margin-top: 10px !important;
    width: 150px;
    text-align: center;
    right: 0px !important;
}

.btn-register {
    border-radius: 10px;
    background-color: #faa41a;
    font-size: 17px;
    color: #000;
    font-weight: 900;
    margin-top: 10px !important;
    width: 150px;
    text-align: center;
    right: 0px !important;
}

.forgot-password {
    color: #2739a1;
    font-size: 15px;
    text-decoration: underline;
}

.pin-input {
    width: 40px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 5px;
}

.pin-input:focus,
.pin-input:hover,
.pin-input:active,
.pin-input:visited {
    border-color: #faa41a !important;
}

body {
    padding-top: 0px;
}

#header {
    background-color: #eee;
    position: absolute;
    height: 50px;
}

#sidebar {
    top: 0px;
    height: 100%;
    width: 225px;
    overflow: hidden;
}

#main {
    padding-top: 70px;
    margin-left: 225px;
    width: calc(100% - 230px);
    position: relative;
    height: 100%;
}

.card {
    border-radius: 20px;
}

.bg-theme {
    background-color: #6457ba;
    color: #000;
}

.bg-theme h1>b {
    color: #fff;
}

/* CARD CUSTOM */
.image-left {
    display: block;
    float: left;
    display: block;
    text-align: left;
    padding: 10px 0px 10px 5px;
}

.image-left label {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}

.value-right {
    height: 100px;
    text-align: right;
    display: block;
    float: right;
    padding: 10px 5px 10px 0px;
}

.value-right .val {
    font-size: 28px;
    font-weight: 400;
}

.value-right .val-transfer {
    font-size: 14px;
}

.fox-color {
    color: rgb(37, 135, 199);
}

.eth-color {
    color: rgb(52, 87, 229);
}

.btc-color {
    color: rgb(251, 143, 9);
}

.invest-color {
    color: rgb(50, 74, 94);
}

.referral-color {
    color: rgb(255, 116, 37);
}

.dashboard-total {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    min-height: 160px;
    height: auto;
}

.total-label {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.total-value {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

/* CONFIG SIDEBAR */
#sidebar {
    background-color: #15030b;
}

#sidebar img {
    width: 100%;
}

#sidebar .avatarPanel {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}

#sidebar .main-menu {
    width: 230px;
}

#sidebar .main-menu>li>a {
    height: 55px;
    padding: 19px;
}

#sidebar .main-menu>li>a>label {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 40px;
    cursor: pointer;
}

#sidebar .main-menu>li>a>i {
    font-size: 15px;
    position: absolute;
    top: 8px;
    color: #fff;
    left: 10px;
}

#sidebar .main-menu>li>a>img {
    position: absolute;
    top: 18px;
    width: 20px;
    left: 10px;
}

#sidebar .main-menu>li.active>a,
#sidebar .main-menu>li>a:hover,
#sidebar .main-menu>li>a:visited,
#sidebar .main-menu>li>a:active {
    background-color: #488eda;
    color: #fff;
}

#sidebar .main-menu>li.sub-menu>ul>li>a {
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
}

#sidebar .main-menu>li.sub-menu>ul>li>a>label {
    cursor: pointer;
}

#sidebar .main-menu>li.sub-menu>ul>li>a>i {
    font-size: 24px;
    margin-right: 10px;
}

#sidebar .main-menu>li.sub-menu>ul>li>a.active,
#sidebar .main-menu>li.sub-menu>ul>li>a:hover {
    color: #fff;
    background-color: #16232d;
}

#sidebar .main-menu>li.sub-menu>ul>li>a>img {
    width: 18px;
    margin-right: 10px;
}

/* MOBILE DEVICE */
@media screen and (max-width: 767px) {
    .tab-profile-list {
        margin-bottom: 50px;
    }

    .tab-profile-list .list-items {
        display: inline-block;
    }

    #main {
        margin-left: 0px;
        width: 100%;
        padding-bottom: 100px;
    }

    .image-left label {
        font-size: 15px;
    }

    .modal-open {
        overflow: scroll;
    }

    /* 
    .gif-body {
        background: initial !important;
    } */
    .ref-body {
        padding: 10px !important;
    }
}

.text-transactions p {
    margin-bottom: 0px;
    font-weight: bolder;
    font-size: 17px;
    /* color: #136c50; */
}

.custom-table {
    border-radius: 20px 20px 0px 0px;
}

.custom-table .table>thead>tr>th {
    background-color: #24577f;
    font-size: 12px;
    font-weight: bolder;
    color: #fff;
}

#sidebar .main-menu>li.sub-menu>a:before {
    content: "";
    font-size: 30px;
}

#sidebar .main-menu>li.sub-menu>a:after {
    content: "";
    font-size: 30px;
}

#sidebar .main-menu>li.sub-menu.toggled>a:before {
    content: "";
    font-size: 30px;
}

#sidebar .main-menu>li.sub-menu.toggled>a:after {
    content: "";
    font-size: 30px;
}

#sidebar .main-menu>li.sub-menu>a:before,
#sidebar .main-menu>li.sub-menu>a:after {
    color: #fff;
}

.language-select {
    text-align: left;
    background-color: transparent;
}

.language-select option {
    color: #000;
    padding: 10 !important;
}

.fg-line .language-select:not(:disabled) {
    /* color: #fff; */
}

/* MENU TOGGLE */
.sw-toggled #sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 94px;
}

.sw-toggled #sidebar .sidebar-inner {
    width: 100%;
}

.sw-toggled #sidebar .main-menu>li>a>label,
.sw-toggled #sidebar .main-menu>li.sub-menu>ul>li>a>label {
    display: none;
}

.sw-toggled #sidebar .main-menu>li.sub-menu>ul>li>a>img {
    width: 25px;
}

.sw-toggled #sidebar .avatarPanel {
    padding: 10px;
}

#sidebar .avatarPanel>img {
    border-radius: 50px;
}

.sw-toggled #sidebar .avatarPanel>img {
    width: 50px;
    border-radius: 20px;
}

.sw-toggled #main {
    padding-top: 80px;
    margin-left: 100px;
    width: calc(100% - 100px);
    position: relative;
}

a {
    color: #000;
}

/* TAB PLAN */
.tab-plan a {
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
}

.tab-plan a:hover,
.tab-plan a:focus {
    color: white
}

.black-line {
    display: inline-block;
    height: 20px;
    width: 2px;
    border-right: 1px solid #000;
}

.proceed-button {
    background-color: #2739a1;
    color: #000;
    font-weight: 700;
    font-size: 25px;
    padding: 10px 80px;
    border-radius: 20px
}

/* EXCHANGE INPUT */
.exchange-input {
    padding: 20px;
}

.exchange-input img,
.exchange-input h2,
.exchange-input input {
    display: inline-block;
}

.exchange-input input {
    height: 50px;
    background-color: #fff;
    font-size: 30px;
    width: 100%;
    padding: 5px;
    padding-left: 10px;
    border: none;
    margin-top: 5px;
}

.has-error input {
    color: red !important;
    border-color: red !important;
}

.tab-profile-list {
    display: block;
}

.tab-profile-list .list-items {
    list-style: none;
    display: inline;
}

.tab-profile-list .list-items>a {
    color: #fff;
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 17px;
}

.tab-profile-list .list-items .active {
    border-bottom: 2px solid #2739a1;
    color: #2739a1;
}

.clearfix {
    height: 20px;
    display: block;
    width: 100%;
}

.fg-line .form-control:disabled {
    color: #fff;
}

.modal-content {
    border-radius: 20px !important;
}

.modal-body {
    padding: 20px !important;
}

.modal-body .card {
    padding: 20px;
    font-size: 17px;
}

.plan-container {
    display: inline-block;
    cursor: pointer;
    margin: auto;
}

.plan-header {
    height: 50px;
}

.plan-header .plan-title {
    font-size: 25px;
    font-weight: 900;
    color: #2739a1;
    text-transform: uppercase;
}

.plan-rate {
    height: 300px;
    width: 300px;
    border: 40px solid #2739a1;
    border-radius: 150px;
    margin: auto;
}

.plan-rate p {
    margin-top: 80px;
    color: #2739a1;
    font-size: 33px;
    font-weight: 800;
}

.plan-roi p {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-top: 40px;
}

.plan-footer button {
    width: 100%;
    border-radius: 20px;
    padding: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.plan-investment {
    font-size: 18px;
    font-weight: 900;
}

.modal .modal-header {
    border-radius: 20px 20px 0px 0px;
}

.easy-pie.main-pie .percent {
    font-size: 30px;
    margin-top: 55px;
}

.easy-pie .percent:after {
    content: '';
}

.refferal-link .col-lg-1 {
    width: 15%;
}

.refferal-link .label {
    font-size: 12px;
}

#footer-menu {
    display: none;
}

.particles-content {
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 30%;
    z-index: 99;
    width: 50%;
    margin-bottom: 100px;
    min-height: 400px;
    padding-top: 10px;
    background: #00000097;
    border-radius: 20px;
}

.particles-content .scp-scroll {
    overflow-y: scroll;
    margin-right: -20px;
}

@media (max-width: 767px) {
    .particles-content .login-content .lc-block {
        width: 100%;
    }

    .particles-content {
        overflow: initial;
        position: initial;
        display: block;
        top: 0px;
        width: 100%;
        left: 0px;
        margin-top: -250px;
    }

    .particles-content .scp-scroll {
        overflow-y: initial;
        margin-right: initial;
    }

    #footer-menu {
        display: initial;
        width: 100%;
        height: 70px;
        background-color: #2739a1;
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 35px 35px 0px 0px;
    }

    #footer-menu>ul {
        display: block;
        width: 100%;
    }

    #footer-menu>ul>li {
        display: block;
        width: 30%;
        float: left;
        text-align: center;
        padding: 5px;
    }

    #footer-menu>ul>li>a {
        cursor: pointer;
    }

    #footer-menu>ul>li>a>i {
        font-size: 40px;
        clear: both;
        float: initial;
        display: block;
    }

    #footer-menu>ul>li>a>label {
        font-weight: 500;
        font-size: 13px;
    }

    .total-label {
        font-size: 15px;
    }

    .show-xs {
        display: initial !important;
    }

    body.mobile-toggled #sidebar.toggledMobile {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        z-index: 999;
    }
}

.show-xs {
    display: none;
}

.fg-label {
    font-size: 13px !important;
}

.btn-sm {
    font-size: 10px;
}

.label-forex {
    font-weight: bold;
    margin-right: 30px;
    display: inline-block;
}

.label-forex label {
    font-weight: bold;
    display: inline-block;
}

.label-forex .forex-value {
    display: inline-block;
    color: #13ff13;
}

.bg-theme h2 b,
.bg-theme span b {
    color: #fff;
}


.gif-body {
    background: #0d1c26 url(../img/trader/BG.jpg);
    background-size: cover;
    height: 100%;
    /* min-height: 800px; */
    background-position-y: center;
}

.fg-float .fg-label {
    color: #000;
    font-weight: bold;

}

.bg-red {
    background-color: red;
}

.bg-red h5,
.bg-red h4 {
    color: #fff;
}


.bg-yellow {
    background-color: yellow;
}

.easy-pie .percent {
    font-size: 20px !important;
}

.text-black {
    color: #000 !important;
}

.referral-mobile h5 {
    color: #fff !important;
    font-size: 12px;
    font-weight: initial;
}

.table-striped tr {
    background-color: #fff;
}

#sidebar .sidebar-inner {
    width: 260px;
}

.modal-open .modal {
    background-color: #00000080;
}

.coin-exchange-container {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.buy-container {
    background-color: #fff;
}

.buy-container-heading {
    padding: 10px;
    background-color: #0F705D;
}

.buy-container-body {
    /* padding:20px; */
}

.buy-container-label {
    display: block;
    float: left;
    min-width: 150px;
    padding-top: 10px;
}

.no-padding {
    padding: 0px;
}

.text-bold {
    font-weight: bolder;
}

.bg-white {
    background-color: #fff;
}

.shield-container {
    height: 200px;
    width: 150px;
    display: block;
    position: relative;
    margin: auto;
}

.next-level-heading {
    font-weight: 800;
    border-radius: 30px;
    width: 90%;
    margin: auto;
    margin-top: -80px;
    margin-bottom: 20px;
    font-size: 19px;
}

.next-level-container h4 {
    color: #ffc107;
    font-weight: 800;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}

.bgm-pink {
    background: #ff0289;
}

#pie-charts {
    border-radius: 20px;
}

#pie-charts .dash-widget-header {
    height: 50px;
}

.dash-widget-item .dash-widget-title {
    font-size: 20px;
    font-weight: 900;
}

.dash-widget-item {
    min-height: 300px;
}

.bgm-gold {
    background: rgb(255, 215, 0);
}

.bgm-ruby {
    background: rgb(224, 17, 95);
}

.bgm-emerald {
    background: rgb(80, 200, 120);
}

.bgm-diamond {
    background: rgb(255, 235, 59);
}

html {
    width: 100%;
}

td {
    color: #000;
}

.ref-body {
    padding: 20px 20px 20px 50px;
}

#is_not_robot {
    padding-top: 5px;
    background-color: rgb(3, 169, 244);
    border-radius: 10px;
    width: 200px;
    margin: auto;
}

#is_note_robot label {
    top: 3px;
    left: 10px;
    width: 25px;
    height: 25px;
}

#is_note_robot .input-helper:after {
    top: 3px;
    left: 10px;
    width: 25px;
    height: 25px;
}

.timeoutMobile{ 
    display: none !important;
}