header {
    background-color: #121624;
    box-shadow: 0 6px 23px rgb(18 22 36 / 30%);
}
body {
    background-image: url(../../img/frontend/dark/bg-background-dark.svg);
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
    background-color: #242F43;
}
.logo {
    background-image: url(../../img/frontend/dark/logo-dark.svg);
    width: 138px;
    height: 58px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 138px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #CAE0FA;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active{
    color:#1CC1F4;
}
.navbar-side .navbar-items .nav-link:hover, .navbar-side .navbar-items .nav-link.active{
    color:#1CC1F4;
}
.navbar-nav li {
    margin:0 20px;
}
header .header-right .icon-chat{
    background-image: url("../../img/frontend/dark/icon-dark-chat.svg");
}
header .header-right .icon-notify{
    background-image: url("../../img/frontend/dark/icon-dark-notify.svg");
}
header .header-right .icon-screen{
    background-image: url("../../img/frontend/dark/icon-light-screen.svg");
}

.breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    color: #CAE0FA;
}
footer{
    background-image: url(../../img/frontend/light/bg-dark-footer.svg);
}
.checkmark{
    background-color: #253045;
    border: 2px solid #253045;
}
.add-method-bl h3{
    color: #fff;
}
.card-body {
    background-color: #121624;
    box-shadow: 0 12px 20px rgb(18 22 36 / 60%);
}
.card-body.card-sm{
    box-shadow: 0 9px 20px rgb(18 22 36 / 60%);
}
.btn.btn-primary{
    box-shadow: 0 10px 15px rgb(28 193 244 / 1%);
}
table td, table th {
    color:#CAE0FA;
    border-bottom: 1.5px solid #2A364C !important;
}
.table-style2 > tbody >tr:nth-of-type(odd){
    background-color: #273349;
}
.table-style2 tr:nth-of-type(odd) .form-control{
    background-color: #121624;
}
table th{
    font-size: 15px;
}
.btn-black{
    background-color: #121624;
    border-color: #121624;
    color: #CAE0FA;
}
.btn-black:hover{
    background-color: #000;
    border-color: #000;
    color: #CAE0FA;
}
.coin-config{
    background-color: #2A364C;
    color: #fff;
}
.card-body .cont-left .bot-detail{
    color: #fff;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
    background-color: #1CC1F4;
}
.sesion-label{
    background-color: #273349;
}
.sesion-bar{
    background-color: #121624;
}
table.table-striped  tr:nth-of-type(odd) .tr-row {
background-color: #253045;
}
table.table-striped  tr:nth-of-type(even) .tr-row {
    border-bottom:1px solid #253045;
}
.btn-shadow{
    box-shadow: 0 6px 15px rgba(28,193,244,.23);
}
.form-control, .form-control:focus {
    background-color: #253045;
    color: #CAE0FA;
    border: 2px solid #253045;
}
.card-body.style2 .card-title {
    color: #CAE0FA;
    border-bottom: 1.5px solid #28344A;
}
.accordion-button{
    color: #E8F0F9;
}
.navbar-items .dropdown-item:focus, .navbar-items .dropdown-item:hover{
    color: #1CC1F4;
    background-color: transparent;
}
.navbar-items .nav-link:hover, .navbar-items .nav-link:focus{
    color: #1CC1F4;
}
.nav-tabs .nav-link{
    color: #CAE0FA ;
}

.add-method{
    border:2px solid #2A364C;
    background-color: #253045;
}
.free-label{
    color:#fff !important;
}
.add-method span{
    color: #fff;
}
.form-control.style2{
    border:1px solid #2A364C;
    color: #fff;
}
.amount-btn{
    background-color: #253045;
    color: #CAE0FA;
}
.modal-content{
    background-color: #131725;
}
.dark-bg-modal {
    background-color: #1C2430;
}
.modal-dialog p {
    color: #2A364C;
}
.modal-title-green{
    color: #29DCCA;
}
.btn.btn-info{
    box-shadow: 0 6px 15px rgb(28 193 244 / 45%);
}
.navbar-items li a {
    color: #CAE0FA;
}
.btn.btn-secondary{
    background-color: #fff;
    border-color: #fff;
    color: #2A364C;
    box-shadow: 0 6px 15px rgb(202 224 250 / 100%);
}
.btn.btn-secondary:hover {
    background-color: #eee;
    border-color: #eee;
    color: #2A364C;
}
.form-section .form-select {
    background-color: #273349;
    color: #CAE0FA;
    border-color: #273349;
    background-image: url(../../img/frontend/dark/icon-chevron.svg);
    border-radius: 9px;
}
.form-section  label {
    color:#CAE0FA;
}
.form-bl .card-title{
    border-bottom: 1px solid #2A364C;
}
.form-bl {
    color: #CAE0FA;
}

.btn-danger{
    border:1px solid #EB3D72;
}
.accordion-button::after{
    background-image: url(../../img/frontend/dark/icon-chevron.svg);
}
.accordion-button:not(.collapsed){
    color: #E8F0F9;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../../img/frontend/dark/icon-chevron.svg);
}
.form-control::-webkit-input-placeholder { /* Edge */
    color: #E8F0F9;
  }

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #E8F0F9;
}

.form-control::placeholder {
color: #E8F0F9;
}
a:hover {
    color: #2FA2C5;
}
.icon-bot{
    background-image: url(../../img/frontend/dark/icon-dark-bot.svg);
}
.icon-ecommerce{
    background-image: url(../../img/frontend/dark/icon-dark-ecommerce.svg);
}
.icon-wallet{
    background-image: url(../../img/frontend/dark/icon-dark-wallet.svg);
}
.icon-lock{
    background-image: url(../../img/frontend/dark/icon-dark-lock.svg);
}
.icon-chart{
    background-image: url(../../img/frontend/dark/icon-dark-chart.svg);
}
.icon-bots{
    background-image: url(../../img/frontend/dark/icon-dark-bot2.svg);
}
.icon-trades{
    background-image: url(../../img/frontend/dark/icon-dark-chart.svg);
}
.icon-trash {
    background-image: url(../../img/frontend/dark/icon-trash.svg);
}
.icon-arrow-down{
    background-image: url(../../img/frontend/dark/arrow-outline-down.svg);
}
.icon-close{
    background-image: url(../../img/frontend/dark/close-outline.svg);
}
.dropdown-btn::after{
    background-image: url(../../img/frontend/dark/icon-arrow-down.svg);
}
.icon-add-bot {
    background-image: url(../../img/frontend/dark/icon-add-circle.svg);
}
.icon-gear{
    background-image: url(../../img/frontend/dark/icon-gear.svg);
}
.icon-save{
    background-image: url(../../img/frontend/dark/icon-save.svg);
}
.icon-back{
    background-image: url(../../img/frontend/dark/icon-back.svg);
}
.icon-edit{
    background-image: url(../../img/frontend/dark/icon-pencil.svg);
}
.icon-add-money{
    background-image: url(../../img/frontend/dark/icon-add-circle.svg);
}
.wallet-bl .wallet-amount .icon-wallet{
    background-image: url(../../img/frontend/dark/icon-wallet.svg);
}
.icon-add{
    background-image: url(../../img/frontend/dark/icon-add.svg);
}
.icon-tick{
    background-image: url(../../img/frontend/dark/icon-check.svg);
}
.icon-trash-white{
    background-image: url(../../img/frontend/dark/icon-trash-white.svg);
}
.icon-add2{
    background-image: url(../../img/frontend/dark/icon-add2.svg);
}
.icon-search{
    background-image: url(../../img/frontend/dark/icon-search.svg);
}

.icon-dots{
    background-image: url(../../img/frontend/dark/icon-dots.svg);
}

.navbar-left-toggler .navbar-line{
    background-color: #fff;
}

/*@media (max-width:992px){
    body{
        background-image: url(../../img/frontend/dark/bg-body-mobile.svg) !important;
    }
}*/

.bg-light {
    background-color: #000000 !important;
    border-radius: 10px;
    opacity: 0.75 !important;
}

.cover-average {
    background-color: darkslategrey !important;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #1CC1F4;
    border-color: #1CC1F4;
}

.btn-success {
    color: #FFFFFF;
    background-color: #29DCCA;
    border-color: #29DCCA;
}
.btn:hover {
    background-color: #000;
    border-color: #000;
    color: white;
}

.btn-default {
    color: #000;
    background-color: #CAE0FA;
    border-color: #CAE0FA;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    border-radius: .2rem !important;
}

.dropdown-item.active, .dropdown-item:active {
    font-weight: bold;
    background-color: transparent;
}
.form-select:disabled {
    background-color: #6c757d !important
}
.modal-body.class {
    background: none;
}

.card-header {
    color: white !important;
}
.card .list-group-item {
    color: white;
    background-color: #45546F
}

.btn-icon-style {
    border: 2px solid #2A364C;
    color: #CAE0FA;
}

.btn-icon-style:hover {
    color: #CAE0FA;
}

.card-block {
    background: rgb(59, 70, 95);
    background: linear-gradient(180deg, rgba(59, 70, 95, 1) 0%, rgba(37, 44, 63, 1) 30%, rgba(18, 22, 36, 1) 65%);
    box-shadow: 0 9px 20px rgba(19, 23, 23, .5);
}

.colorDefinition {
    background: #253045;
    color: #CAE0FA;
}

.icon-user {
    background-image: url(../../img/frontend/dark/icon-user.svg);
}

.icon-affiliate {
    background-image: url(../../img/frontend/dark/icon-user-affiliate.svg);
}

.icon-userLink {
    background-image: url(../../img/frontend/dark/icon-dark-link.svg);
}

.icon-Myorg {
    background-image: url(../../img/frontend/dark/icon-dark-org.svg);
}

.icon-commision {
    background-image: url(../../img/frontend/dark/icon-dark-wallet.svg);
}

.generations-list li .orgnation-bl .accordion-header {
    background-color: #273349;
    color: #CAE0FA;
    border-color: #273349;
}

.orgnation-bl .orgnation-bl .accordion-button::after {
    top: 5px;
    position: relative;
}

.generations-list {
    border-radius: 9px;
    padding: 10px 15px;
    list-style: none;
    background-color: #2A364C;
}

.generations-list li.active span {
    background: #121624;
}

.generation-block>li {
    padding-top: 10px;
    border-top: 2px solid #273349;
}

.orgnation-bl .accordion-header {
    background-color: #2A364C;
    color: #CAE0FA;
    border-color: #2A364C;
}

.active-member-list li,
.active-rank-list li {
    border-bottom: 2px solid #1a2133;
}

.flip-card__top,
.flip-card__bottom,
.flip-card__back-bottom,
.flip-card__back::before,
.flip-card__back::after {
    color: #596987 !important;;
    /*background: #222;*/
    background: #CADFF9 !important;
}

.flip-card__top-4digits,
.flip-card__bottom-4digits,
.flip-card__back-bottom-4digits,
.flip-card__back-4digits::before,
.flip-card__back-4digits::after {
    /*background: #222;*/
    background: #596987 !important;
}

.flip-card__bottom,
.flip-card__back-bottom,
.flip-card__bottom-4digits,
.flip-card__back-bottom-4digits {
    color: #CADFF9 !important;
    background: #596987 !important;
}

.text-bl-white {
    background-color: #283349;
    box-shadow: 0 15px 32px rgb(188 206 234 / 40%);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
}

.founders-club {
    background-image: url(../../img/frontend/dark/bg-founder-club.png);
    box-shadow: 0 15px 20px #121624;
}
.founders-club .member-qualify{
    background-color: #121624;
}

.p-text{
    color: #CAE0FA!important;
}

.form-control[readonly] {
    background-color: #253045;
    opacity: 1;
}
.training-app {
    background-image: url(../../img/frontend/dark/training-app-dark.jpg);
    box-shadow: 0 15px 20px #121624;
}
.bot-error-bell{
    float: right;
    left: 20px;
    top: 10px;
    font-size: 20px;
    width: 25px;
}
.bot-error-bell:hover {
    cursor: help;
}
.buy-sell-highlight{
    color: #121624;
    background: #CAE0FA;
}
table.dataTable tbody tr {
    background-color: #121624 !important;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0px;
}
table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px;
}
.page-link {
    color: #1CC1F4;
    background-color: unset;
    border: 0px;
}
table.dataTable>thead .sorting{
    position: unset;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child{
    border-right-width: 0px;
}
table.dataTable>thead .sorting:after{
    content: unset;
}
table.dataTable>thead .sorting:before{
    content: unset;
}
.dataTables_wrapper .dataTables_processing{
    color: #fff;
}
.bots-dashboard .text-bot-button {
    color: #F4F8FE;
}

.bots-dashboard .text-mcr-active {
    color: #E7AB21;
}

.bots-dashboard .text-mcr-deactive {
    color: #586A88;
}

.trade-data td.title{
    text-align: left;
    color: #586A88;
}
.btn.btn-accordion {
    color: #fff;
    background-color: #2a364c;
    border-color: #2a364c;
    box-shadow: 0 10px 15px rgb(28 193 244 / 1%);
}
.april-onboarding {
    background-image: url(../../img/frontend/dark/april-onboarding-dark.jpg);
    box-shadow: 0 15px 20px #121624;
}
.introjs-tooltip {
    background-color: #121624!important;
}
.td-cell {
    background-color: #2a364c64;
}
.primary-bg {
    background-color: #273349;
    outline: 0;
}
.primary-bg .dropdown-item {
    color: #CAE0FA;
}
.primary-bg .dropdown-item:focus, .primary-bg .dropdown-item:hover{
    background-color: #1967d2;
    color: #fff;
}
.primary-bg .dropdown-item.active {
    background-color: #1967d2;
}
.text-default {
    fill: #CAE0FA;
    color: #CAE0FA;
}
.welcome-img {
    border-radius: 17px;
    padding: 30px;
    background-color: #273349;
}
.form-section .vs__dropdown-toggle, .vs__dropdown-menu {
    background: #273349 !important;
    color: #CAE0FA;
    border-color: #273349;
    border-radius: 9px;
}
.vs__dropdown-toggle .vs__clear,
.vs__dropdown-toggle .vs__open-indicator,
.vs--single .vs__dropdown-toggle .vs__selected {
    fill: #CAE0FA;
    color: #CAE0FA;
}
.v-select .vs__dropdown-menu li:focus, .v-select .vs__dropdown-menu li:hover {
    background: #1967d2;
}
.exchange-container {
    background-color: #2a364c;
    box-shadow: 0 12px 20px rgb(18 22 36 / 60%);
}
.used-profit {
    background-color: #0A1B3B;
}
.p-frozen-column {
    background: #2A364C !important;
}
.daterangepicker {
    color: #000;
}
.daterangepicker table.table-condensed td, .daterangepicker table.table-condensed th {
    color: #2A364C;
    border-bottom: 1.5px solid #CAE0FA !important;
}
.select2-container{
    background-color: #253045!important;
    color: #CAE0FA!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #253045!important;
    padding: 1px 10px!important;
    color: #CAE0FA!important;
}
.select2-container--default .select2-results__option {
    background-color: #253045!important;
    color: #CAE0FA!important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #253045!important;
    color: #CAE0FA!important;
}
.close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
.loadingoverlay {
    background: rgba(0, 0, 0, 0.75) !important;
    opacity: 0.75 !important;
}
.loadingoverlay_element {
    color: #fff !important;
}
.btn-outline-secondary {
    background: #1e293bcc;
    border-color: #dce1e84d ;
}
.btn-outline-secondary:hover {
    background: #000;
    border-color: #dce1e84d !important;
}
.c-bg-default {
  background: #121624;
  border: 1px solid #253045;
  color: #CAE0FA;
}
.bot-tab {
  color: #8b94a8;
}
.bot-tab:not(.active):hover, .stat-card:hover {
  background-color: #000;
    border-color: #000;
    color: #CAE0FA;
}
.stat-item {
  background-color: #273349;
}
.text-muted {
    color: #848d95 !important;
}