.apexcharts-tooltip,
.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
    color: #342E49 !important;
}

.apexcharts-toolbar [class*=apexcharts-] svg {
    fill: #BDBDBD;
}

.apexcharts-toolbar [class*=apexcharts-]:hover svg {
    fill: #BDBDBD !important;
}

/*

 rates chart

*/

.ratesChart .ct-series-a .ct-area {
    fill-opacity: 0.2;
    fill: url(#gradient) !important;
}

.ratesChart .ct-series-a .ct-line,
.ratesChart .ct-series-a .ct-point-circle {
    stroke: #2F8BE6;
}

.ratesChart .ct-series-b .ct-area {
    fill: #F77E17;
    fill-opacity: 0.1;
}

.ratesChart .ct-series-b .ct-line,
.ratesChart .ct-series-b .ct-point-circle {
    stroke: #F77E17;
}

.ratesChart .ct-point-circle {
    stroke-width: 2px;
    fill: #fff;
}

.ratesChart .ct-line {
    fill: none;
    stroke-width: 1px;
}

.toast-container>div {
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    border-radius: 0.35rem;
    border: none;
    box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11);
}

.toast-top-full-width>div,
.toast-bottom-full-width>div {
    max-width: 100%;
}

.toast {
    background-color: #975AFF;
}

.toast-success {
    background-color: #40C057;
}

.toast-error {
    background-color: #F55252;
}

.toast-info {
    background-color: #2F8BE6;
}

.toast-warning {
    background-color: #F77E17;
}

.dash2-user img {
    width: 6.5rem;
    background-color: transparent;
    border: 2px solid #975AFF;
    padding: 0.4rem;
}

.gradient-ibiza-sunset {
    padding: 0.4rem 0.6rem;
}

/*
table.dataTable{
    width: 100% !important;
}

table.dataTable thead th,
table.dataTable thead td{
    font-size: 0.8rem;
    font-weight: initial;
    text-transform: initial;
}
table.dataTable td{
    font-size: 0.8rem;
}
*/

/*
table.dataTable td.break{
    word-break: break-all;
}

#wallet_transactions_table tr td:nth-child(3),
#wallet_transactions_table tr td:nth-child(8){
    word-break: break-all;
}
*/

/*
.table th, .table td {
    padding: 1rem 0.6rem;
}
*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* фоновый цвет */
    background: #e0e0e0;
    z-index: 1001;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.player_btn_plus {
    background-image: linear-gradient(#40C057, #40C057);
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}

.player_btn_minus {
    background-image: linear-gradient(#F55252, #F55252);
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}

.player_btn_specauth {
    background-image: linear-gradient(#975AFF, #975AFF);
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}

.player_btn_delete {
    background-image: linear-gradient(#F77E17, #F77E17);
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}

.player_btn_percent {
    background-image: linear-gradient(#2F8BE6, #2F8BE6);
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}

.player_btn_disabled,
.player_btn_specauth_disabled {
    background-image: linear-gradient(#9e9e9e, #9e9e9e);
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

.mr-2,
.mx-2 {
    margin-right: .75rem !important;
}

.blocked_add {
    display: none;
}

.blocked_out {
    display: block;
}

.modal.show .picker {
    top: -250px !important;
}

.custom-switch-danger .custom-switch input[type='checkbox']~label:after {
    background-color: #fff;
}

.custom-switch-danger .custom-control-input~.custom-control-label::before {
    color: #fff;
    border-color: #F55252 !important;
    background-color: #F55252 !important;
    opacity: 0.5;
}

.custom-switch.custom-switch-danger .custom-control-input:disabled:checked~.custom-control-label::before {
    opacity: 0.5;
}

.custom-switch-danger .custom-control-input:checked~.custom-control-label::before {
    opacity: 1;
}

.tree_header {
    color: #495057;
    background-color: #e9ecef;
    padding: 0.3rem;
    font-weight: bold;
    border: 1px solid #E0E0E0;
}

.d-grid {
    display: grid;
}