@font-face { font-family: Inter;
    src: url('../font/Inter-Regular.ttf'); }
@font-face { font-family: Rubik;
    src: url('../font/Rubik-Regular.ttf'); }
body {
    padding: 0;
    background: #001529;
}

.form-horizontal > div {
    float: none !important
}

.form-horizontal > div:first-of-type {
    margin-left: 5px !important;
}

.main-container {
    /*display: flex;*/
    /*flex-direction: row;*/
}

.menu-right {
    /*position: relative;*/
    /*background: #001529;*/
    /*transition: all .2s;*/
    /*flex: 0 0 288px;*/
    max-width: 288px;
    min-width: 288px;
    width: 288px;
    /*height: calc(100vh);*/
}
.login_forgot_password p {
    line-height: 19px;
    font-size: 12px;
}

.layout-sider-logo {
    display: flex;
    flex-direction: column;
    max-height: 105px;
    padding-top: 20px;
    margin-left: auto;
}

.layout-sider-logo img {
    max-height: 100px;
    margin: 0 auto;
}

@media (max-width: 400px) {
    .layout-sider-logo img {display: none;}
    .account-menu .account-name { display: none; }
}

.layout-sider-logo span {
    font-size: 10px;
    text-align: center;
}

.layout-main {
    width: 100%;
}

.layout-main .layout-header {
    width: 100%;
    height: 70px;
    color: #000000d9;
    line-height: 64px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
    /*border-radius: 35px 0 0 0;*/
    background: #fff;
    padding: 7px min(70px,3vw) 0;
}

.layout-main .layout-content {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: -70px;
    padding-top: 70px;
    overflow-x: auto;
    color: #91A4B7;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
}

.layout-sider-children {
    height: 100%;
    margin-top: -0.1px;
    padding-top: 0.1px;
}

.layout-sider-children ul {
    text-align: left;
    list-style: none;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: -105px;
    padding: 150px 0 0;
}

.layout-sider-children ul li {
    position: relative;
    height: 40px;
    margin: 4px 8px 8px;
    overflow: hidden;
    line-height: 40px;
    text-overflow: ellipsis;
    color: #6d6d6d;
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: center;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color .3s,background .3s,padding .15s cubic-bezier(.645,.045,.355,1);
}

.layout-sider-children ul li:last-child {
    /*margin-top: auto;*/
}

.layout-sider-children ul li.active {
    background: #FD8204;
    border-radius: 9px;
}

.layout-sider-children ul li .icon {
    margin: 0 5px 0 10px;
    line-height: 15px;
    height: 21px;
    width: 20px;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.layout-sider-children ul li span {
    white-space: nowrap;
    line-height: 20px;
    box-sizing: border-box;
}

.layout-sider-children ul li a {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #91A4B7;
}

.layout-sider-children ul li a.no-active {
    color: #575e69;
}

.layout-sider-children ul li.active a {
    color: #000000;
}

.card.table-new {
    border-radius: 20px 20px 0 0;
    background: #F4F4F9;
    border: 0;
}

.card.table-new .card-header:first-child {
    border-radius: 20px 20px 0 0;
}
.card.table-new .card-header {
    border-bottom: 0;
}
.card.table-new .card-header {
    padding: 15px 58px 0;
    border-bottom: 0;
    background: #F4F4F9;
}

.card.table-new .card-header li .btn {
    /*margin: 7px 7px 7px 0;*/
    padding: 7px;
}

.card.table-new .nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    padding: 13px 24px;
}


.card.table-new .tab-content>.tab-pane {
    height: 100%;
    margin-top: -7PX;
}
.card.table-new .card-body{
    padding-top: 8px;
    padding-bottom: 0;
}

.card.table-new .nav-tabs .nav-link {
    color: #566370;
}

.table-body-white {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: white;
    height: 100%;
    margin-top: 0;
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
    padding: 9px;
    color: black;
    position: relative;
}

.table-body-gray {
    background: #C6CBD4;
    height: 100%;
    margin: 0;
    padding: 9px;
    color: black;
}

.table-body-light-gray {
    background: #F4F4F4;
    height: 100%;
    margin: 0;
    padding: 9px;
    color: black;
}

#table_edit_strategy,
#table_add_strategy
{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
}

#table_edit_strategy input,
#table_add_strategy input,
#table_edit_strategy select,
#table_add_strategy select
{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.topbar-menu {
    height: 64px;
    display: grid;
    align-items: center;
    grid-gap: 10px;
    grid-template-columns: auto 1fr auto;
}
.topbar-balance {
    position: relative;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.02em;
    display: flex;
    color: #585562;
}
.topbar-balance-c {
    display: flex;
    margin-right: 5px;
}
.topbar-balance-w {
    display: flex;
}
.topbar-balance span {
    color: #005006;
    font-size: 18px;
}
#topbar-balance-add {
    color: #005006;
    font-size: 18px;
    position: absolute;
    top: 20px;
    opacity: 0;
}

.topbar-btn {
    display: flex;
}
.topbar-btn .btn {
    margin-left: 8px;
    width: 140px;
    font-size: 13px;
    line-height: 14px;
    border-radius: 6px;
    color: #FFFFFF;
}
.topbar-btn .btn.btn-warning {
    background: #FD8204;
}
.topbar-btn .btn.btn-primary {
    background: #2051E5;
}
.topbar-account {
    display: flex;
    justify-content: center;
    align-items: center;
}
.message-container {
    position: relative;
    line-height: 1;
}
.message-container .badge {
    font-size: 9px
}
.account-view {
    position: relative;
}
.account-menu {
    max-height: 64px;
    grid-column-start: 5;
    margin: 0 0 0 16px;
    display: grid;
    align-items: center;
    grid-gap: 10px;
    grid-auto-flow: row;
    grid-template-columns: repeat(3,min-content);
}
.account-menu .avatar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: #ccc;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 18px;
}

.account-menu .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.account-menu .account-name {
    line-height: 17px;
    white-space: nowrap;
    color: #0D1829;
}
.account-menu .account-name label{
    font-size: 12px;
    color: #61758A;
}
.account-menu .icon-down {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    vertical-align: initial;
}
.account-view .dropdown-menu {
    text-align: left;
    list-style-type: none;
    background-color: #fff;
    background-clip: padding-box;
    outline: none;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.04);
    border-radius: 7px;

    padding: 18px 15px;
    z-index: 300;
    margin: 0;
    top: 40px;
    position: absolute;
}
.account-view .dropdown-menu .dropdown-item {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    padding-bottom: 6px;
    padding-top: 6px;
}
.account-view .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0;
}

.circle-strategy {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    font-size: 11px;
    display: inline-block;
}

.circle-strategy.big {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 15px;
}

.circle-strategy.L {
    background: #28A745;
}
.circle-strategy.S {
    background: #F41717;
}
.circle-strategy.LS {
    background: #FB8000;
}

.symbol-strategy {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}
.marge-strategy {
    font-size: 12px;
    line-height: 12px;
}
.profit-strategy {
    font-size: 12px;
    line-height: 12px;
}

.btn-trade {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    min-width: 114px;
    border-radius: 23px;
    color: #FFFFFF;
    background: #FD8204;
}
.dropup .btn-trade.dropdown-toggle::after {
    display: none;
}
.btn-trade.btn-primary {
    background: #007BFF;
}

.btn-small {
    min-width: 65px;
    font-size: 10px;
    line-height: 11px;
}

.btn-add {
    height: 41px;
    width: 41px;
    font-size: 13px;
    padding: 0;
    border-radius: 20px;
    color: #FFFFFF;
    background: #007BFF;
}
.btn-add.small {
    width: 21px;
    height: 21px;
    font-size: 18px;
    line-height: 19px;
}
.btn-add.small.active {

}

.btn-add.small img {
    width: 13px;
}

.btn-add.small + span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-left: 5px;
}
.block-btn-novabot-add {
    height: 65px;
    text-align: center;
    line-height: 65px;
}
.block-btn-novabot-add .dropdown-menu .dropdown-item {
    line-height: 22px;
}

.leverage {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}

.leverage.big {
    font-size: 14px;
    line-height: 16px;
}

.btn-work-state {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    padding: 7px 0;
    border-radius: 23px;
    color: #FFFFFF;
    background: #28A745;
}

.btn-work-state::after {
    display: none;
}

.btn-work-state.btn-success {
    background: #28A745;
}
.btn-work-state.btn-close {
    background: #676767;
}
.btn-work-state.btn-warning {
    background: #FB8000;
}
.btn-work-state.btn-danger {
    background: #960000;
}
.pnl {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
}

.layout-sider-children ul li a  {
    text-decoration: none;
}

#table_add_strategy {
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 50vw;
    height: auto;
    max-width: 500px;
    z-index: 15;
    /*margin: 0 auto;*/
}
#table_add_strategy::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 500px;
    border: 0px solid transparent;
    border-top: 8px solid #C6CBD4;
    border-left: 248px solid transparent;
    border-right: 248px solid transparent;
    border-top: 25px solid #C6CBD4;
}

#table_add_bot{
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 50vw;
    height: auto;
    max-width: 500px;
    z-index: 15;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
#table_add_bot td {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}
#table_add_bot::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 500px;
    border: 0px solid transparent;
    border-top: 8px solid #C6CBD4;
    border-left: 248px solid transparent;
    border-right: 248px solid transparent;
    border-top: 25px solid #C6CBD4;
}

#table_add_depth{
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 50vw;
    height: auto;
    max-width: 500px;
    z-index: 15;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
#table_add_depth td {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}
#table_add_depth::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 500px;
    border: 0px solid transparent;
    border-top: 8px solid #C6CBD4;
    border-left: 248px solid transparent;
    border-right: 248px solid transparent;
    border-top: 25px solid #C6CBD4;
}

#table_add_user {
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 50vw;
    height: auto;
    max-width: 500px;
    z-index: 15;
    /*margin: 0 auto;*/
}
#table_add_user::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 500px;
    border: 0px solid transparent;
    border-top: 8px solid #C6CBD4;
    border-left: 248px solid transparent;
    border-right: 248px solid transparent;
    border-top: 25px solid #C6CBD4;
}

.btn_rotate{
    transition: 1s;
}

.btn_rotate.active{
    transition: 1s;
    transform: rotate(45deg);
}

.table-scroll {
    overflow: auto;
    height: calc(100vh - 190px);
    padding-top: 0;
}

.table-scroll.filter {
    overflow: auto;
    height: calc(100vh - 280px);
    padding-top: 0;
}

.table-scroll.no-btn {
    height: calc(100vh - 95px);
}

.table-scroll thead {
    background: white;
}

.table-scroll thead th {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}
.p_detail {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
}
.edit-circle {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.left-45p {
    left: -45px !important;
}

#symbol_detail {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

#pnl_detail {
    white-space: nowrap;
}

.grid-question-input {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 32px;
}
.grid-question-input label {
    white-space: nowrap;
    grid-column: 1;
    grid-row: 1;
}
.grid-question-input input,
.grid-question-input select,
.grid-question-input .select2 {
    grid-column: 1;
    grid-row: 2;
}
.grid-question-input .img {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.grid-question-input .img:hover::after,
.symbol-add .img:hover::after{
    /*content: attr(data-title);*/
    /*position: absolute; !* Абсолютное позиционирование *!*/
    /*right: 50%;*/
    /*top: 100%;*/
    /*width: 200px;*/
    /*z-index: 1; !* Отображаем подсказку поверх других элементов *!*/
    /*background: rgba(0,42,167,0.6); !* Полупрозрачный цвет фона *!*/
    /*color: #fff; !* Цвет текста *!*/
    /*text-align: center; !* Выравнивание текста по центру *!*/
    /*font-family: Arial, sans-serif; !* Гарнитура шрифта *!*/
    /*font-size: 11px; !* Размер текста подсказки *!*/
    /*padding: 5px 10px; !* Поля *!*/
    /*border: 1px solid #333; !* Параметры рамки *!*/
}

.symbol-add {
    display: flex;
    flex-direction: row;
}
.symbol-add .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 32px;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 100px;
}

::-webkit-scrollbar-thumb {
    /*background: #FD8204FF;*/
    box-shadow: inset 0 0 4px #FD8204FF;
    border-radius: 100px;
}

:root {
    --scrollbarBgColor: white;
    --scrollbarThumbColor: #cbcbcb;
    --scrollbarThumbColorSecond: rgba(255, 255, 255, .7);
    --scrollbarWidth: 10px;
    --scrollbarBorder: 0 solid var(--scrollbarBgColor);
    --scrollbarBorderRadius: 100px;
}
* {
    scrollbar-width: var(--scrollbarWidth);
    scrollbar-color: var(--scrollbarThumbColor) var(--scrollbarBgColor);
}
.body_edit_strategy {
    max-width: 450px;
}

.table-novabot {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
}

.table-novabot tbody td {
    border-bottom-width: 0;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.table-novabot.small-text tbody td {
    font-size: 14px;
    line-height: 16px;
}

.table-novabot thead th {
    text-align: center;
    font-weight: 400;
}

.table-novabot tbody tr {
    border-bottom: 7px solid white;
    background: #F4F4F4;
}

.table-novabot.no-bb tbody tr {
    border-bottom: 0;
    background: white;
}

.table-novabot tbody tr:hover {
    background: #C6CBD4;
}

.table-novabot tbody tr.select {
    background: #C6CBD4;
}

.table-novabot>tbody>tr>td:first-child{
    border-radius: 10px 0 0 10px;
}
.table-novabot>tbody>tr>td:last-child{
    border-radius: 0 10px 10px 0;
}

.table-novabot tbody tr.active {
    background: #C6CBD4;
}

.table-novabot.white tbody tr {
    background: #FFFFFF;
}

.kurator_develop{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}

.login_form {
    width: 500px;
    background: #ffffff;
    padding: 50px 82px 5px 82px;
    border: 1px solid black;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.login_form_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 100%;
}

.login_form_content form {
    width: 100%;
}

.login_form_body{
    background-image: url('../img/login_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.image_login_form {
    text-align: center;
}

.image_login_form img {
    width: 50%;
}

.login_form_email  {
    margin-bottom: 22px;
    margin-top: 20px;
}
.login_form_password  {
    margin-bottom: 10px;
}
.login_form_remember {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    color: black;
}
.login_form_remember .form-check-input {
    width: 16px;
    height: 16px;

}
.login_form_btn {
    text-align: center;
    margin-top: 20px;
}
.login_btn {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    min-width: 114px;
    border-radius: 23px;
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.login_btn:hover {
    color: #FFFFFF;
    background: #FD8204;
    border-color: #FD8204;
}

.alert.alert-danger button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    color: red;
    background: #f8d7da;
}

.alert.alert-success button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    color: #0f5132;
    background: #badbcc;
}

.kurator_table {
    display: flex;
    align-items: center;
    justify-content: center;

}

.kurator_card {
    background: #F4F4F9;
    border: 0;
    height: calc(100vh - 190px);
}
#table_matches tbody td {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;

    color: #000000;
}

.table-new .nav-tabs {
    border-bottom: 0;
}

.add_button_edit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_button_edit .btn {
    border-radius: 23px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    background: #007BFF;
}

.add_button_edit.admin-edit {
    align-items: end;
}

.button_radius_sm.btn {
    border-radius: 23px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    background: #007BFF;
}

.curator_menu_user .btn {
    border-radius: 23px;
    font-weight: 600;
    font-size: 10px;
    line-height: 11px;
    background: #007BFF;
    padding: 4px;
}

.curator_menu_user .btn:hover {
    opacity: 0.8;
}

.curator_menu_user span {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #FD8204;
    margin-bottom: 7px;
}

.text_edit_small {
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
}
.input-search-top {
    margin: 0 9px 9px 9px;
    height: 32px;
    border: 0;
    border-radius: 0;
}
.input-search-top-label {
    margin-left: 9px;
    margin-top: 9px;
}
.input-search-top-addfield {
    display: flex;
    justify-content: center;
    align-items: end;
}
.max-w-250 {
    max-width: 250px;
}
.bg-custom-gray-light {
    background: #F4F4F4;
}
.switch-group-end {
    display: flex;
    justify-content: end;
    align-items: start;
    margin-top: 23px;
}
.reverse-label {
    position: relative;
    z-index: 2;
    margin-top: -1px;
}

.reverse-label>label {
    position: absolute;
    right: 0;
    margin-right: 50px;
    white-space: nowrap;
    top: 0;
    bottom: 0;
    line-height: 24px;
}

.border-inner {
    position: relative;
}

.border-inner:after {
    content: '';
    position: absolute;
    width: calc(100% - 14px);
    height: calc(100%);
    border: 1px solid;
    margin: 10px 7px;
    z-index: 1;
    opacity: .25;
}
.border-inner label {
    z-index: 2;
    width: fit-content;
    margin-top: -1px;
}
.border-inner input, .border-inner select , .border-inner div {
    z-index: 3;
}
.table-body-gray .border-inner label {
    background: #C6CBD4;
}

.w125 {
    width: calc(100% + 25px);
    max-width: calc(100% + 25px);
}

.form-switch input.switch-custom-input {
    height: 20px;
    width: 40px;
    margin-top: 2px;
}

.help_q {
    display: none;
    position: absolute;
    z-index: 11;
    height: 100%;
    background: white;
    padding: 20px;
    border: 5px solid orange;
    margin: 0px;
    width: 98%;
}
#copySelectStrategyLabel {
    line-height: 24px;
    padding-left: 8px;
}

h5 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FB8000;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 11px;
}

.checkbox-switch-main {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 7px;
}

#nav-setting {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #000000;
}
.setting-section {
    height: calc(100vh - 210px);
}
.setting-section > .row {
    margin: 0;
}
.setting-section input {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.mt-6px {
    margin-top: 6px;
}
.edit-info-summary {
    background: #FFFFFF;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    padding: 6px 17px 15px 17px;
    margin: 3px 12px 12px;

    color: #000000;
}

.edit-info-summary b {
    font-weight: 600;
}

.zoom-btn button {
    height: 29px;
    left: 414px;
    top: 202px;
    background: #D9D9D9;

    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
}

.zoom-btn button.btn-trade {
    background: #FD8204;
}

.zoom-btn button.btn-trade:hover,
.zoom-btn button.btn-trade:active,
.zoom-btn button.btn-trade:focus{
    background: #dc7104;
    border-color: #af7942;
}

.zoom-btn button:hover,
.zoom-btn button:active,
.zoom-btn button:focus,
.zoom-btn button.active {
    background-color: #D9D9D9;
    border-color: #FB8000;
}

.curator_menu_user {
    display: flex;
    flex-direction: column;
    margin-top: -7px;
}

.border-curator {
    border: 2px solid #FB8000 !important;
}

.user-setting-content {
    justify-content: center;
    align-items: center;
}
.user-setting-content > div {
    max-width: 628px;
    padding: 18px 28px;
    margin: 0;
}
.user-setting, .links {
    color: #000000;
}
.user-setting .avatar {
    height: 191px;
    width: 196px;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
}
.user-setting h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}
.user-setting .avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.user-setting .user-status {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}
.user-setting  h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.user-setting,
.user-setting input,
.user-setting button,
.user-setting select,
.user-setting option {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}
.user-setting .user-main input {
    width: 66.66666667%;
}
.user-setting .user-main input.form-control-plaintext {
    color: #FB8000;
}
.user-setting .user-main > div,
.user-setting .user-password > div,
.user-setting .user-rating > div
{
    margin-bottom: 7px;
}
.user-setting .user-status {
    margin-top: 29px;
}
.user-setting .balance {
    margin-bottom: 32px;
}
.user-setting .btn-setting {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.user-setting .btn-setting .btn {
    max-width: 400px;
    margin-bottom: 5px;
}
.user-setting .btn-setting .btn.btn-warning {
    background: #FD8204;
}
.user-setting .btn-setting .btn.btn-primary {
    background: #2051E5;
}
.user-setting > div {
    padding: 0;
}
.user-setting > div + div {
    padding-left: 15px;
}
.user-setting .balance {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}
.user-setting .balance.text-success {
    color: #0DA06A;
}
.user-setting .user-top-up {
    margin-bottom: 32px;
}
.user-setting .user-rating {
    margin-bottom: 32px;
}
.user-setting .user-notifications > div
{
    margin-bottom: 14px;
}
.button_radius_sm.btn-warning {
    background-color: #FB8000;
}
.button_radius_sm.btn-success {
    background-color: #28A745;
}
.card .card-header + .card-body.table-body-white {
    height: calc(100vh - 244px);
}

.hide-bg-card {
    background-color: transparent;
    border-color: transparent;
}

.chartCupList {
    background: #fff;
    margin: 3px;
}

#chartGroupBy {
    border: 0;
    border-radius: 0;
    line-height: 20px;
    width: 91px;
    margin: 0 0 auto auto;
}
#chartGroupBy option {
    font-size: 16px
}
#depthRangeChart {
    background: #fff;
    border-radius: 12px;
    height: 18px;
    box-shadow: inset 0 0 4px #FD8204FF;
}
#depthRangeChart::-webkit-slider-runnable-track {
    background: #fff;
    /*height: 18px;*/
}
#depthRangeChart::-moz-range-track {
    background: #fff;
    /*height: 18px;*/
}

#depthRangeChart::-webkit-slider-thumb{
    /*background-color: #FB8000;*/
    background-color: #0d6efd;
    border-color: #0d6efd;
    opacity: 0.65;
}
#depthRangeChart::-moz-range-thumb {
    /*background-color: #FB8000;*/
    background-color: #0d6efd;
    border-color: #0d6efd;
    opacity: 0.65;
}
.depthApiRow {
    display: flex;
    padding: 4px;
}

.depthApiCol {
    width: 50%;
}
#chartCupListAsk,
#chartCupListBid {
    font-size: 14px;
}
.chartCupLists {
    height: calc(50vh - 175px);
    overflow: auto;
    padding-top: 0;
}
.custom-checkbox-depth {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox-depth+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox-depth+label::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.custom-checkbox-depth:checked+label::before {
    border: none;
    background-image: url("/img/checkbox_apply.png");
}
.custom-checkbox-depth:disabled:checked+label::before {
    opacity: 0.5;
}
#topbar-balance-countdown {
    color: #000;
}
#topbar-balance-count {
    margin-left: 10px;
}
.grid3_3_checkbox {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    white-space: nowrap;
    margin: 10px 0;
    line-height: 24px;
}
.grid3_3_checkbox .title {
    font-weight: bold;
}

.btn-danger.new {
    padding: 3px 15px;
}
.btn-danger.new2 {
    padding: 3px 15px;
    background: #ff5265;
}
.btn-danger.new2:hover {
    padding: 3px 15px;
    background: #dc3545;
}
#successTrade1 + label {
    font-size: 10px;
}
#successTrade2 + label {
    font-size: 10px;
}
#help_qBtnClose {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid;
    border-radius: 4px;
    text-align: center;
    font-size: 10px;
    background-color: red;
    color: white;
}
.select2 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.select2-container--default .select2-selection--single {
    border: 0;
    font-size: 16px;
    line-height: 18px;
    height: 32px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 2px 10px;
}
.select2-results__option {
    padding: 6px 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 3px;
    display: none;
}
.select2-container--focus .select2-container--default .select2-selection--single {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.select2-container--open .select2-container--default .select2-selection--single {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/* Hide original inputs */
input[type=checkbox].filter-box {
    display: none;
}
/* Checkboxes */

input[type=checkbox].filter-box + label span {
    border: 0px solid #000;
    font-size: 10pt;
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 0.9em;
    margin: 4px 8px 8px 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #D7D7D7;
}

input[type=checkbox].filter-box + label {
    white-space: nowrap;
}

input[type=checkbox].filter-box + label span::after {
    content: "\2714";
    margin-left: 0px;
    color: white;
    font-size: 12px;
    margin-top: 0px;
}
input[type="checkbox"].filter-box + label.filter-span-success span  {
    background: white;
    border: 1px solid #28A745;
    cursor: pointer;
}
input[type="checkbox"].filter-box + label.filter-span-success span::after {
    content: "";
}
input[type="checkbox"].filter-box:checked + label.filter-span-success span {
    background-color: #28A745;
    border: none;
}
input[type="checkbox"].filter-box + label.filter-span-warning span  {
    background: white;
    border: 1px solid #FB8000;
    cursor: pointer;
}
input[type="checkbox"].filter-box + label.filter-span-warning span::after {
    content: "";
    cursor: pointer;
}
input[type="checkbox"].filter-box:checked + label.filter-span-warning span {
    background-color: #FB8000;
    border: none;
}
input[type="checkbox"].filter-box + label.filter-span-close span  {
    background: white;
    border: 1px solid #676767;
    cursor: pointer;
}
input[type="checkbox"].filter-box + label.filter-span-close span::after {
    content: "";
    cursor: pointer;
}
input[type="checkbox"].filter-box:checked + label.filter-span-close span {
    background-color: #676767;
    border: none;
}
.block-btn-novabot-add .dropdown-menu {
    max-height: 80vh;
    overflow: auto;
}
.ref-head-svod,
.ref-head-filter {
    margin-top: 1rem;
    margin-bottom: 0.1rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    color: #566370;
}
.ref-head-svod + p {
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}
.ref-head-svod + .ref-head-pay {
    color: #28A745;
}

.ref-head-svod + .ref-head-partner {
    font-size: 20px;
}
.ref-head-link {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    /* identical to box height */
    color: #000000;
    margin-top: 2rem;
    margin-bottom: 0.1rem;
}
.ref-head-link + .input-group.user-setting {
    margin-top: 0;
}
.ref-head-link + .input-group.user-setting input,
.ref-head-link + .input-group.user-setting button {
    font-size: 11px;
}
#table_ref tbody tr td {
    font-size: 16px;
}
#table_ref tbody tr.main td {
    font-weight: 700;
}

.symbol-info-summ {
    background: #3A4150;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #E5E5E5;
}

.symbol-info-summ-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #FD8204;
}

.edit-info-summary {
    background: #3A4150;
}

.block_add_money{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 50vw;
    height: auto;
    max-width: 700px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    background: #C6CBD4;
    margin: 0 auto;
    padding: 13px 25px 11px;
    border: 2px solid #566370;
    z-index: 101;
}

#add_info_fundin{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 50vw;
    height: auto;
    max-width: 700px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    background: #C6CBD4;
    margin: 0 auto;
    padding: 13px 25px 11px;
    border: 2px solid #566370;
    z-index: 101;
    max-height: 80vh;
    overflow-x: auto;
}

#detailDebug {
    position: fixed;
    display: none;
    top: 5vh;
    left: 0;
    right: 0;
    width: 70vw;
    height: 90vh;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto;
    padding: 13px 25px 11px;
    border: 2px solid #000000;
    z-index: 101;
    color: black;
    background: white;
    overflow: auto;
}

.block_add_money.white{
    background: #fff;
    padding: 35px 78px 48px;
    width: 536px;
}

#block_add_money.block_add_money.white{
    width: 50vw;
}

.block_add_money .title {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.block_add_money.white .title {
    font-size: 26px;
}

.block_add_money .money {
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
}

.block_add_money .text-additional {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.block_add_money .text-small {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 6px;
}

.block_add_money.white .text-small {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.block_add_money .text-big {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}

.block_add_money .text-big #wallet_link {
    line-height: 31px;
}

.block_add_money.white .text-big  {
    display: flex;
}

.block_add_money .text-list {
    margin-top: 28px;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
}

.block_add_money .time-last {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 22px;
    display: none;
}

.block_add_money .blog-btn {
    text-align: center;
}

.block_add_money .blog-btn .btn-trade {
    text-align: center;
    border-radius: 5px;
}

.wrap {
    display: none;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(1, 1, 1, 0.725);
    z-index: 100;
    overflow: auto;
}

.btn-close-wallet {
    position: absolute;
    top: 10px;
    right: 17px;
    cursor: pointer;
}

.block_add_money.white .btn-close-wallet {
    top: 26px;
    right: 26px;
}

.block-btn-finance {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 79px;
}

.btn-finance {
    width: 164px;
    height: 51px;
    background: linear-gradient(313.78deg, #FF7A01 -3.15%, rgba(255, 146, 37, 0.777799) 83.16%, rgba(255, 149, 42, 0.75) 100%);
    border-radius: 7px;
    border: 0;
    margin: 0 23px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;

    color: #FFFFFF;
}

.btn-finance:hover,
.btn-finance:focus {
    background: linear-gradient(313.78deg, #b95b02 -3.15%, rgba(180, 106, 31, 0.78) 83.16%, rgba(183, 107, 31, 0.75) 100%);
}

.btn-finance.disabled {
    background: #979797;
    border-radius: 5px;
}

.block-tariffs {
    border-radius: 16px 0 0 0;
    padding-left: 104px;
    padding-top: 32px;
    padding-right: 57px;

    height: calc(100vh - 70px);
    overflow: auto;
}

.block-tariffs h1 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 60px;
    line-height: 73px;
    letter-spacing: 0.02em;
}

.block-tariffs-header {
    display: flex;
    align-items: end;
}

.block-tariffs .block-action {
    background: #FFFFFF;
    border-radius: 35px;
    padding: 24px
}

.block-tariffs .block-action-img {
    width: 80px;
    height: 80px;
    padding: 0;
}

.block-tariffs .block-action-img img {
    width: 100%;
}

.block-tariffs .block-action-btn {
    width: 250px;
    text-align: right;
}

.block-tariffs .block-action-header {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}

.block-tariffs .block-action-subheader {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.block-tariffs .btn {
    font-family: 'Inter';
    width: 177px;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #566370;
    border-radius: 20px;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    padding: 18px 34px;
}

.block-tariffs .btn-sub {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.block-tariffs .block-action-col {
    background: #FFFFFF;
    border: 3px solid #FB8000;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.04);
    border-radius: 45px;
    padding: 19px 90px;
    max-width: 45%;
    margin: 48px 5% 101px 0;
    min-height: 661px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.block-tariffs .block-action-col .header {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
}

.block-tariffs .block-action-col .subheader {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.02em;
}


.block-tariffs .block-action-col .btn-block button {
    font-family: 'Inter';
    width: 306px;
    height: 82px;
    background: #fff;
    border: 1px solid #FB8000;
    border-radius: 20px;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
}

.block-tariffs .block-action-col .btn-block button.success {
    background: #D7F7E9;
}

.block-tariffs .block-action-col .btn-block {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.block-tariffs .block-action-col .block-action-ul {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.block-tariffs .block-action-col .block-action-ul li {
    margin-top: 20px;
}

.block-tariffs .block-action-col .block-action-ul .orange {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;

    color: #FB8000;
}

.block-tariffs .block-action-col .form-group {
    position: relative;
}

.block-tariffs .block-action-col .form-group label {
    font-family: 'Inter';
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    padding: 0 3px;
    z-index: 100;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
}

.block-tariffs .block-action-col .form-group  select {
    width: 211px;
    font-family: 'Inter';
    border: 1px solid #b4b4b4;
    border-radius: 15px;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
}
.message-div .card-title {
    font-size: 19px;
}

.blink-text-danger {
    color: red;
    -webkit-animation: blink5 2s linear infinite;
    animation: blink5 2s linear infinite;
}

@-webkit-keyframes blink5 {
    0% { color: red;

    }
    50% { color: rgb(183, 65, 14);
    }
    100% { color: red;
    }
}
@keyframes blink5 {
    0% { color: red;
    }
    50% { color: rgb(183, 65, 14);
    }
    100% { color: red;
    }
}

.btn_more {
    border: 0;
    background: transparent;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}
.text-small {
    font-size: .85em;
}
.text-tiny {
    font-size: .7em;
}
.orders.btnAdd {
    max-height: calc(100% - 75px);
    overflow-x: auto;
}
