@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input {
    z-index: 1;
}
ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

html,
body {
    line-height: 1;
    height: auto;
    width: 100%;
    font-size: 14px;
    color: #000;
    background: #f0f0f0;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
	cursor: pointer;
}
.hidden {
	display: none;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}


.errors {
    background: #e48585;
    color: #6e2d2d;
    text-align: center;
    padding: 3px;
    list-style: none;
    margin-bottom: 15px;
}



/* Auth */
.authContainer {
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    width: 368px;
    margin: 100px auto 0px auto;
    background: #d4d4d4;
}

.authContainerDc {
    width: 440px;
    background: #dddddd;
}

.authInnerBox {
    margin: 0px 25px 15px 25px;
}

.authContainer td {
    height: 38px;
}

.authLogo{
    float: right;
    margin-top: -4px;
}

.admin_login_logo{
    width: 38%;
}

.authTitle{
    position: relative;
    font-weight: bold;
    font-size: 16pt;
    padding: 20px 25px 10px 25px;
}

.authInput {
    width: 264px;
    display: inline-block;
    position: relative;
    /*right: -35px;*/
}

.authButton {
    font-size: 12px;
    width: 132px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #454545;
}

.authButtonBkgFill {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 3px 5px;
    background-color: #e1edfa;
    float: left;
}

.authLabel {
    font-weight: bold;
    font-size: 13px;
    padding-right: 5px;
    width: 65px;
}
.authLabelCheckbox td {
    height: 20px;
}
.choise {
    font-weight: bold;
}

.choise a {
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #4286c6;
    font-size: 13px;
}

a.choise_selected {
    color: #000;
    border-bottom: 0px dashed;
}

.authChoiseBkgFill {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 10px;
}

.authChoiseBkgFill_selected {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #e1edfa;
    padding: 5px 10px;
}
input[type="button"],
input[type="submit"] {
    font-size: 11px;
    font-weight: bold;
    color: #454545;
    border-top: 1px solid #929292;
    border-right: 1px solid #868686;
    border-bottom: 1px solid #7b7b7b;
    border-left: 1px solid #858585;
    background-image: linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background-image: -moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    border-radius: 4px;
    padding: 4px 45px;
    cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    border-top: 1px solid #b5d7f6;
    border-right: 1px solid #91bee5;
    border-bottom: 1px solid #84b5e0;
    border-left: 1px solid #a2c9ed ;
    background-image: linear-gradient(top, #d7ebfe 0%, #cae5fe 10%, #b4d5f5 90%, #b9d8f5 100%);
    background-image: -o-linear-gradient(top, #d7ebfe 0%, #cae5fe 10%, #b4d5f5 90%, #b9d8f5 100%);
    background-image: -moz-linear-gradient(top, #d7ebfe 0%, #cae5fe 10%, #b4d5f5 90%, #b9d8f5 100%);
    background-image: -webkit-linear-gradient(top, #d7ebfe 0%, #cae5fe 10%, #b4d5f5 90%, #b9d8f5 100%);
    background-image: -ms-linear-gradient(top, #d7ebfe 0%, #cae5fe 10%, #b4d5f5 90%, #b9d8f5 100%);
}
input[type="button"]:active,
input[type="submit"]:active {
    border-top: 1px solid #81aad2;
    border-right: 1px solid #8fbce4;
    border-bottom: 1px solid #84b5e0;
    border-left: 1px solid #84b5e0 ;
    background-image: linear-gradient(top, #93b9dd 0%, #c8e3fd 10%, #b2d4f4 100%);
    background-image: -o-linear-gradient(top, #93b9dd 0%, #c8e3fd 10%, #b2d4f4 100%);
    background-image: -moz-linear-gradient(top, #93b9dd 0%, #c8e3fd 10%, #b2d4f4 100%);
    background-image: -webkit-linear-gradient(top, #93b9dd 0%, #c8e3fd 10%, #b2d4f4 100%);
    background-image: -ms-linear-gradient(top, #93b9dd 0%, #c8e3fd 10%, #b2d4f4 100%);
}
input:not([type]),
input[type="text"],
input[type="password"]{
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #ababab ;
    background-image: linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -o-linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -moz-linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -webkit-linear-gradient(top, #eaeaea 0%,#fff 20%);
    background-image: -ms-linear-gradient(top, #eaeaea 0%, #fff 20%);
    padding: 4px 5px;
    font-size: 0.8750em;
    margin: 0;
}
/* Auth End */

.hidden {
    display:none;
}
.waiting {
    display: inline-block;
    background: url(/img/waiting.gif) no-repeat;
    width: 20px;
    height: 5px;
}

.pageContainer {
    padding: 10px;
    position: absolute;
    width: calc(100% - 200px);
    left: 200px;
    height: 100%;
}


/* 
.cust-pass {
    position: relative;
}

.cust-pass a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
} */

.pageTitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.form {

}
.form th {
    font-weight: bold;
    font-size: 13px;
    padding-right: 10px;
    text-align: left;
    min-width: 65px;
}

.align-left{
    float: left;
}

.align-right{
    float: right;
    padding-top: 35px;
}

.pagination_limit_text {
    margin-right: 15px;
    display: inline;
    font-size: 12px;
}

.pagination_limit {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.form_card {
    padding: 15px;
}
.form_item {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 15px;
}
.form_item_1x {
    width: 214px;
}
.form_item_1plus{
    width: 290px;
}
.form_item_2x {
    width: 475px;
}
.form_item_4x {
    width: 916px;
}
.form_item_title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 0.8750em;
}
.form_full_width {
    width : 100%;
}
.form_row_submit {
    display: inline;
    margin-right: 20px;
}

.form_buttons {
    /* padding-top: 10px; */
}

.card_grey {
    background-color: #f5f5f5;
    border: 0px solid;
    padding: 25px;
    margin-bottom: 10px;
}
.card_grey h6 {
    padding-top:"10px"
}

.edit_user_left_panel {
    width: calc(100% - 284px);
}

.edit_user_dialog {
    width: 845px;
}

.group_operations {
    padding: 25px;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.form select {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    height: 24px;
    width: 155px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #ababab ;
    background-image: linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -o-linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -moz-linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -webkit-linear-gradient(top, #eaeaea 0%,#fff 20%);
    background-image: -ms-linear-gradient(top, #eaeaea 0%, #fff 20%);
    padding: 3px 2px;
    font-size: 1em;
    margin: 0;
}


.formSymbolSessions .sessions {
}

.right_panel {
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 440px;
    padding: 20px;
}

.left_panel {
    width: calc(100% - 440px);
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    padding-top: 60px;
}

.main {
    width: 100%;
    height: 100%;
    min-width: 1054px;
    margin: 0 auto;
    position: absolute;
    background-color: #ebebeb;
}
.buttonBar th,
.buttonBar td {
    padding-top: 10px;
}
/*Alerts*/
.alert {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: .5em 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #f2e187;
    background: #f7ecb5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7ecb5), color-stop(1, #fcf8e3));
    background: -ms-linear-gradient(bottom, #f7ecb5, #fcf8e3);
    background: -moz-linear-gradient(center bottom, #f7ecb5 0%, #fcf8e3 100%);
    background: -o-linear-gradient(bottom, #f7ecb5, #fcf8e3);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcf8e3',EndColorStr='#f7ecb5')";
}
.alert.alert-error {
    border: 1px solid #712d2d;
    background: #963b3b;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #963b3b), color-stop(1, #b84c4c));
    background: -ms-linear-gradient(bottom, #963b3b, #b84c4c);
    background: -moz-linear-gradient(center bottom, #963b3b 0%, #b84c4c 100%);
    background: -o-linear-gradient(bottom, #963b3b, #b84c4c);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b84c4c',EndColorStr='#963b3b')";
    color: white;
    text-shadow: none;
}
.alert.alert-info {
    border: 1px solid #85c5e5;
    background: #afd9ee;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #afd9ee), color-stop(1, #d9edf7));
    background: -ms-linear-gradient(bottom, #afd9ee, #d9edf7);
    background: -moz-linear-gradient(center bottom, #afd9ee 0%, #d9edf7 100%);
    background: -o-linear-gradient(bottom, #afd9ee, #d9edf7);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9edf7',EndColorStr='#afd9ee')";
}
.alert.alert-success {
    border: 1px solid #a3d48e;
    color: #194E03;
    background: #c1e2b3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1e2b3), color-stop(1, #dff0d8));
    background: -ms-linear-gradient(bottom, #c1e2b3, #dff0d8);
    background: -moz-linear-gradient(center bottom, #c1e2b3 0%, #dff0d8 100%);
    background: -o-linear-gradient(bottom, #c1e2b3, #dff0d8);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dff0d8',EndColorStr='#c1e2b3')";
}
.table {
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate;
}
.table-small,
.table-small th,
.table-small td {
    font-size: 11px;
}


.table .table-filter {
    background: transparent;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
}

.table th {
    font-weight: bold;
    color: #aaa;
}
.table th a,
.table th a span {
    text-decoration: underline;
    cursor: pointer;
}

.table th, .table td {
    text-align: left;
    padding: 12px 12px;
    border: 0;
}

.table td {
    background: #fff;
}

.table td:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.table td:last-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.table tr:hover td {
    background: #f5f5f5;
}

.table td button {

}

.balance_table {
    border: none;
    border-collapse: collapse;
}
.balance_table td, th {
    padding: 0px 40px;
}
.balance_table th:first-child, td:first-child {
    border-left: none;
}

.key_value td, th {
    border-left: none;
    padding-right: 20px;
}

.key_value input {
    width: 214px;
}

/*Buttons*/
.btn {
    display: inline-block;
    /* IE7 inline-block hack */

    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-width: 60px
}
.btn span {
    cursor: pointer;
}
.btn-primary {
    background-color: #414959;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c7994), to(#414959));
    background-image: -webkit-linear-gradient(top, #6c7994, #414959);
    background-image: -o-linear-gradient(top, #6c7994, #414959);
    background-image: linear-gradient(to bottom, #6c7994, #414959);
    background-image: -moz-linear-gradient(top, #6c7994, #414959);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6c7994',EndColorStr='#414959')";
    border: 1px solid #363d4a;
}
.btn-primary:hover {
    background-color: #414959;
}
.btn-danger {
    background-color: #553333;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#955959), to(#553333));
    background-image: -webkit-linear-gradient(top, #955959, #553333);
    background-image: -o-linear-gradient(top, #955959, #553333);
    background-image: linear-gradient(to bottom, #955959, #553333);
    background-image: -moz-linear-gradient(top, #955959, #553333);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#955959',EndColorStr='#553333')";
    border: 1px solid #452929;
}
.btn-danger:hover {
    background-color: #553333;
}
.btn-success {
    background-color: #556665;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#869b99), to(#556665));
    background-image: -webkit-linear-gradient(top, #869b99, #556665);
    background-image: -o-linear-gradient(top, #869b99, #556665);
    background-image: linear-gradient(to bottom, #869b99, #556665);
    background-image: -moz-linear-gradient(top, #869b99, #556665);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#869b99',EndColorStr='#556665')";
    border: 1px solid #495857;
}
.btn-success:hover {
    background-color: #556665;
}
.btn-warning {
    background-color: #aaaa55;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccc99), to(#aaaa55));
    background-image: -webkit-linear-gradient(top, #cccc99, #aaaa55);
    background-image: -o-linear-gradient(top, #cccc99, #aaaa55);
    background-image: linear-gradient(to bottom, #cccc99, #aaaa55);
    background-image: -moz-linear-gradient(top, #cccc99, #aaaa55);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccc99',EndColorStr='#aaaa55')";
    border: 1px solid #99994d;
}
.btn-warning:hover {
    background-color: #aaaa55;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
}
.btn:active,
.btn.active {
    background-color: #cccccc \9;
}
.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    /* Buttons in IE7 don't get borders, so darken on hover */

    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-large [class^="icon-"] {
    margin-top: 2px;
}
.btn-small {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
}
.btn-small [class^="icon-"] {
    margin-top: 0;
}
.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 17px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
}
.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer;
}
.btn-link[disabled]:hover {
    color: #333333;
    text-decoration: none;
}
.btn-group {
    position: relative;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-group + .btn-group {
    margin-left: 5px;
}
.btn-toolbar {
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 5px;
}
.btn-toolbar .btn-group {
    display: inline-block;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
    margin-left: 5px;
}
.btn-toolbar .info {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}
.btn-toolbar .block {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

.block span {
    margin-right: 10px;
}

.block a {
    margin-right: 10px;
    color: #333;
}

.btn-toolbar .loader {
    position: absolute;
    margin-top: -20px;
    left: 40px;
}
.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group > .btn + .btn {
    margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
    font-size: 14px;
}
.btn-group > .btn-mini {
    font-size: 11px;
}
.btn-group > .btn-small {
    font-size: 12px;
}
.btn-group > .btn-large {
    font-size: 16px;
}
.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    
}
.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}
.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}
.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
    margin-top: 6px;
}
.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}
.dropup .btn-large .caret {
    border-bottom: 5px solid #000000;
    border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.btn-group-vertical {
    display: inline-block;
    /* IE7 inline-block hack */
}
.btn-group-vertical .btn {
    display: block;
    float: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group-vertical .btn + .btn {
    margin-left: 0;
    margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.btn span,
.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
    top: 0;
}
td.btn-group {
    text-align: right;
}

.pagination {
    height: 40px;
    margin: 20px 0;
    display: inline-block;
    /* IE7 inline-block hack */

    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
.pagination > li > a:hover,
.pagination > .active > a,
.pagination > .active > span {
    background-color: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > span {
    color: #999999;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
#dialog-confirm .ui-icon {
    float:left;
    margin:0 7px 20px 0;
}
.dialog-shelter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000094;
    backdrop-filter: blur(1px);
}
.dialog-wait-shelter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.7;
}
.dialog-wait {
    color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    width: 400px;
    height: 400px;
}

.dialog-wait-anim {
    position: relative;
    left: 100px;
    width: 200px;
    height: 200px;
}
.dialog-wait-small-text {
    font-size: 20px;
    text-align: center;
}

#dialog-wait-waiting {
    margin-top: 25px;
    opacity: 0;
}

#dialog-wait-completed {
    margin-top: 25px;
    opacity: 0;
}

.dialog-wait-big-text {
    font-size: 26px;
    text-align: center;
}

.dialog-wait-time {
    position: absolute;
    top: 100px;
    left: 200px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
}

.dialog-wait-btn {
    position: relative;
    width: 200px;
    left: 100px;
    margin-top: 20px;
}

.dialog {
    background: #fdfdfd;
    top: 100px;
    left: 10%;
    right: 10%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 3;
}
.dialog-buttons {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
}
.dialog-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: #333;
    padding-bottom: 10px;
}
.dialog-title .dialog-close {
    position: absolute;
    top: -15px;
    right: -15px;   
    text-decoration: none;
}
.dialog-title .dialog-close:hover {
    color: #ff2a00;
}
fieldset {
    margin-top: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
legend {
    font-weight: bold;
    font-size: 15px;
}
fieldset .btn-toolbar {
    margin-top: 10px;
}
.dialog .form {
    width: 100%;
}
.dialog.dialog-form.symbol-tags-dialog {
    left: 8%;
    right: 8%;
    min-width: 960px;
    max-width: 1240px;
    /* max-height: calc(100vh - 120px);
    overflow-y: auto; */
}
.symbol-tags-dialog .dialog-title {
    padding-right: 36px;
}
/* .symbol-tags-dialog .dialog-title .dialog-close {
    top: -6px;
    right: 0;
} */
.symbol-tags-dialog .form_item.form_item_2x.symbol-tags-name-field {
    width: 320px;
}
.symbol-tags-dialog .form_item.form_item_4x.symbol-tags-tools-field {
    width: 100%;
    margin-right: 0;
}
.symbol-tags-dialog .table-responsive {
    max-height: 55vh;
    overflow: auto;
    border: 1px solid #ddd;
    background: #fff;
}
.symbol-tags-dialog .table {
    width: 100%;
}
.symbol-tags-dialog .table .table-filter {
    width: calc(100% - 10px);
    margin: 0;
}
.symbol-tags-dialog .dialog-buttons,
.symbol-tags-dialog .form_buttons {
    position: sticky;
    bottom: 0;
    /* background: #fdfdfd;
    padding-top: 10px; */
}

.datetime {
    white-space: nowrap;
}
textarea.full {
    width: 550px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 45px;
    font-size: 11px;
}
textarea.form_full_width {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 45px;
    font-size: 11px;
}
.presets {
    /* margin-left: 20px; */
    margin-left: 0px;
    display: inline-block;
}
.presets a {
    margin-left: 5px;
    text-decoration: underline;;
}
.presets a:hover {
    text-decoration: none;
}
.presets a:hover span {
    cursor: pointer;
}
.clearInput {
    margin-left: 10px;
    display: inline-block;
    text-decoration: underline;
}
.clearInput:hover {
    text-decoration: none;
}
.clearInput:hover span {
    cursor: pointer;
}
.block-checkbox {
    display: table;
}
.block-checkbox label {
    display: table-cell;
    white-space: nowrap;
    font-size: 12px;
}
.block-checkbox input {
    width: auto;
}

.add_balance_dialog {
    width: 845px;
}

.fix_balance_dialog {
    width: 445px;
    padding: 15px 40px 40px;
}

.confirm_dialog_buttons {
    min-width: 100px;
}

.dialog_buttons {
    padding-top: 5px;
    padding-bottom: 5px;
}
.time_range_presets {
    position: absolute;
    margin-top: -25px;
    margin-left: 100px;
    font-size: 12px;
}
.time_range_presets a {
    margin-left: 15px;
    text-decoration: none;
    color: #d5a928;
}
.time_range_presets a:hover {
    text-decoration: none;
}
.time_range_presets a:hover span {
    cursor: pointer;
}



.collapse {
    /*background-color: #f4f4f4;*/
    background-color: #fff;
    border-radius: 3px;
    border: 0;
}
.collapse-anim-active {
    -webkit-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}
.collapse > .collapse-item {
    border-top: 0;
}
.collapse > .collapse-item:first-child {
    border-top: none;
}
.collapse > .collapse-item > .collapse-header {
    height: 28px;
    line-height: 28px;
    padding: 0 12px 0 16px;
    color: #fff;
    cursor: pointer;
    background-color: rgb(49,56,72);
    display: flex;
    align-items: center;
    gap: 8px;
}
.collapse > .collapse-item-active > .collapse-header {
    background-color: #f4f4f4;
    color: #666;
}

.collapse > .collapse-item > .collapse-header .arrow {
    display: inline-block;
    content: '\20';
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #666;
    vertical-align: middle;
    margin-right: 0;
    flex: 0 0 auto;
}
.collapse > .collapse-item > .collapse-header .collapse-expand-icon,
.collapse > .collapse-item > .collapse-header .collapse-title {
    display: inline-flex;
    align-items: center;
}
.collapse > .collapse-item > .collapse-header .collapse-title {
    flex: 1 1 auto;
}
.collapse-content {
    overflow: inherit;
    color: #666;
    padding: 0 16px;
    background-color: #fff;
}
.collapse-content > .collapse-content-box {
    margin-top: 16px;
    margin-bottom: 16px;
}
.collapse-content-inactive {
    display: none;
}
.collapse-item:last-child > .collapse-content {
    border-radius: 0 0 3px 3px;
}
.collapse > .collapse-item-active > .collapse-header .arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #666;
    margin-right: 6px;
}


.confirm_dialog {
    width: 400px;
    min-width: 400px;
}
.confirm_dialog_form_item {
    width: 358px;
}



/*Admin New Design changes*/

.table tbody tr:nth-child(odd) {
    background: #EBEBEB;
}

.table {
    border-collapse: collapse;
    border-spacing: inherit;
}
.table td {
    background: transparent;
}

.table th, .table td {
    text-align: left;
    padding: 2px 7px;
    border: 0;
    border: 1px solid #ccc !important;
    font-size: 12px;
}
.collapse-content {
    color: #000;
}
.table th {
    color: #555;
}
.table {
    border-collapse: collapse;
    border-spacing: inherit;
    background: #fff;
}
.collapse > .collapse-item-active > .collapse-header, .collapse > .collapse-item > .collapse-header {
    background-color: #a4c3b2;
    color: #111;
    font-weight: 600;
    font-size: 12px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.main{
    background: #fff;
}
.table .table-filter {
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #ababab;
    /* background-image: linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -o-linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -moz-linear-gradient(top, #eaeaea 0%, #fff 20%);
    background-image: -webkit-linear-gradient(top, #eaeaea 0%,#fff 20%);
    background-image: -ms-linear-gradient(top, #eaeaea 0%, #fff 20%); */
    padding: 3px 5px;
    font-size: 1em;
    margin: 5px;
}
#menu__mainMenu__P-4TO li {
    height: 45px;
    font-size: 13px;
}

.form_item_1x span {
    display: block !important;
}

.form_item_2x.fields ._select__select__1slvv:last-child {
    margin-right: 0;
}

.form_item_2x.fields ._select__select__1slvv {
    width: 30%;
    margin-right: 15px;
}
.form_item_title {
    font-weight: 500;
    /* font-size: 0.7500em; */
    margin-bottom: 5px;
}
html{
    font-size: 14px !important;
}

.pageTitle{
    font-size: 14px !important;
}

button{
    padding: 0.3rem 0.5rem !important;
    font-size: 0.8000rem !important;
}

.group_operations .block {
    margin-bottom: 0px;
}
.group_operations {
    padding: 5px;
}

.btn-toolbar button {
    margin-left: 7px;
}
.group_operations .group_operations_buttons {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.group_operations .group_operations_buttons > button {
    margin-left: 0;
}

.confirm_dialog_buttons {
    min-width: 60px;
    margin-right: 5px;
}

form{
    /* margin-top: 10px; */
}

.minicolors-theme-bootstrap .minicolors-swatch{
    width: 21px !important;
    height: 21px !important;
}

.dialog-title {
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.form_item {   
    margin-bottom: 10px;
}

.collapse-content-box .form_card{
    padding:0;
    border:none;
}
.collapse-content > .collapse-content-box{
    margin-top: 5px;
    margin-bottom: 10px;
}

.key_value{
    font-size: 12px;
}
.form_item_title {
    font-weight: 700;
}


input:not([type]), input[type="text"], input[type="password"]{
    background-image:none;
    padding: 3px 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.rc-collapse-content > .rc-collapse-content-box{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.form_full_width div{
    box-shadow: none;
    border-radius: 0px;
    line-height: 0.75rem;
    font-size: 0.85rem;
}
.Tags div{
    box-shadow: none;
    border-radius: 0px;
    line-height: 0.75rem;
    font-size: 0.85rem;
}
.form_full_width li, .DateRangePicker li, .AutoUpdate li{
    line-height: 1.4rem;
    font-size: 0.9rem;
    height: 1.5rem;
}

.DateRangePicker div {
    box-shadow: none;
    border-radius: 6px;
    /* line-height: 0.75rem; */
    font-size: 13px;
    /* padding: 12px 15px !important; */
    
}
.timer{
    padding-left: 20px;
}

.balance_table td, th{
    padding: 8px;
}

.DateRangePicker{
    padding-right: 3px;
    padding-bottom: 3px;
}
.Tags{
    padding-left: 3px;
    padding-right: 3px;
}

.AutoUpdate div{
    box-shadow: none;
    border-radius: 0px;
    line-height: 0.75rem;
    font-size: 0.85rem;
}

.DatePicker div{
    box-shadow: none;
    border-radius: 0px;
    line-height: 0.75rem;
    font-size: 0.85rem;
}

.DatePicker{
    padding-right: 3px;
    padding-bottom: 3px;
}

.group_operations .block{
    float: left;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.pageContainer .form_item.form_item_2x + .form_buttons {
    margin-bottom: 10px;
}
.rc-collapse{
    background-color: transparent !important;
}

.rc-collapse-content{
    overflow: inherit !important;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header{
    background-color: #f4f4f4 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .rc-collapse-expand-icon,
.rc-collapse > .rc-collapse-item > .rc-collapse-header .rc-collapse-title{
    display: inline-flex;
    align-items: center;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .rc-collapse-title{
    flex: 1 1 auto;
}

.table-responsive button span{display: none;}



@media (max-width: 1199px) {
    .main {
        min-width: 100%;
    }

}

@media (max-width: 767px) {
.dialog {
    min-width: 300px;
}
.dialog.dialog-form.symbol-tags-dialog {
    left: 10px;
    right: 10px;
    min-width: auto;
    max-height: calc(100vh - 40px);
}
.form_item_2x {
    width: 100%;
}
.form_item_1x {
    width: 100%;
}
.form_item_2x ._select__select__1slvv {
    margin-bottom: 10px;
}
.form_buttons .form_row_submit {
    margin-bottom: 10px;
    display: inline-block;
}
.form_item_4x {
    width: 100%;
}
.symbol-tags-dialog .table-responsive {
    max-height: 45vh;
}

#sessions__time_input__3PbHB {
    width: 40px;
}

    }
.red{color:red}

.pannel{
    height: 38px;
    line-height: 38px;
    text-indent: 16px;
    color: #666;
    /* cursor: pointer; */
    background-color: #f4f4f4 !important;
}
.inner-section{
    padding: 10px;
}

.b-spinner {
    position: relative;
}

.b-spinner:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 20px;
    background: url(/img/updown.png) no-repeat;
    top: 5px;
    right: 5px;
    background-size: 100%;
}

.counterItem{
    width: 70%;
}

.display_ask_bid{
    width: 25%;
    margin-left: 10px;
    border: 1px solid #ccc;
    height: 24px;
    margin-top: 1px;
    padding-left:5px;
}
.b-spinner-1 {
    display: flex;
}
.b-spinner-number {
    padding: 3px 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.spinner-Up {
    position: absolute;
    width: 15px;
    height: 10px;
    right: 0;
    top: 3px;
}
.spinner-Down {
    position: absolute;
    width: 15px;
    height: 10px;
    right: 0;
    top: 12px;
}


/*Toggle Slider button admin Custom symbol Group*/
.switch {
    display: inline-block;
    height: 22px;
    position: relative;
    width: 45px;
  }
  
  .switch input {
    display:none;
  }
  
  .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }
  
  .slider:before {
    background-color: #fff;
    bottom: 3.2px;
    content: "";
    height: 16px;
    left: 1.9px;
    position: absolute;
    transition: .4s;
    width: 16px;
  }
  
  input:checked + .slider {
    background-color: #66bb6a;
  }
  
  input:checked + .slider:before {
    transform: translateX(24px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  /*Toggle Slider button admin Custom symbol Group*/


  /* 21-06-23 by Harry */

#dialog-container5 .field-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#dialog-container5 .field-1 .form_item.status {
    margin: 0;
    text-align: right;
    margin-top: 18px;
}

#dialog-container5 .field-1 .form_item.status + .form-item, #dialog-container5 .field-1 .form_item.status + .form-item + .form-item {
    display: none;
}

#dialog-container5 .field-1 .form_item {
    width: 23%;
}
.sform_buttons{
    float: left;
}

.reset_button{
    
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
    background: #FFF;
    border: 1px solid #D5D9D9;
    font-size: 13px;
    height: 31px;
    padding: 0 11px;
    text-align: center;
    font-weight: 400;
    color: #0F1111;
    :hover{
        background-color: #F7FAFA;
        border-color: #D5D9D9;
    }

}

.status button:focus{
    outline: none !important;
    outline:none!important;
}

.top-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-filters .search_box, .top-filters .search_box form {
    display: flex;
    align-items: center;
}

.top-filters .search_box .form_item.status {
    margin: 0 20px 0 0;
}

.top-filters .search_box .form_item input {
    padding: 4px 10px;
}

.top-filters .search_box .reset_button {
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 3px 8px !important;
    height: auto;
}
.mx-2{
    margin: 0 6px;
}

/* #my-table{
    display: none;
} */

.dialog .ak_section {
    overflow-y: auto;
    max-height: 550px;
    overflow-x: hidden;
}

.status_stopped{
    color: #ad0606;
    font-weight: 500;
}

.status_online{
    color: #358b13;
    font-weight: 500;
}

/* Shark Traders brand theme */
html,
body {
    color: #10233b;
    background-color: #f4f7fa;
}

a,
.choise a {
    color: #28699f;
}

.pageTitle {
    color: #10233b;
    border-bottom: 2px solid #4087c6;
    padding-bottom: 8px;
}

.authContainer,
.authContainerDc {
    overflow: hidden;
    border: 1px solid #cbd9e5;
    border-top: 4px solid #ef464b;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(16, 35, 59, 0.18);
}

.authTitle {
    min-height: 48px;
    color: #10233b;
    background: linear-gradient(135deg, #ffffff 45%, #eaf5fc 100%);
    border-bottom: 1px solid #cbd9e5;
    margin-bottom: 12px;
}

.admin_login_logo {
    width: 190px;
    max-height: 64px;
    object-fit: contain;
}

.authButtonBkgFill,
.authChoiseBkgFill_selected {
    background-color: #eaf5fc;
}

input[type="button"],
input[type="submit"] {
    color: #ffffff;
    border: 1px solid #28699f;
    background: #4087c6;
    box-shadow: 0 2px 5px rgba(16, 35, 59, 0.18);
}

input[type="button"]:hover,
input[type="submit"]:hover {
    background: #28699f;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #4087c6;
    box-shadow: 0 0 0 2px rgba(64, 135, 198, 0.16);
}

.reset_button:hover {
    color: #28699f;
    border-color: #4087c6;
    background-color: #eaf5fc;
}

.trading-bg-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity:0.3;
}

/* Modern administrator sign-in */
body.authPage {
    min-height: 100vh;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    box-sizing: border-box;
    padding: 32px 20px;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    /* background-color: #edf3f7 !important;
    background-image:
        radial-gradient(circle at 15% 18%, rgba(52, 127, 186, 0.2) 0, rgba(52, 127, 186, 0.055) 25%, transparent 43%),
        radial-gradient(circle at 85% 80%, rgba(237, 75, 82, 0.11) 0, rgba(237, 75, 82, 0.025) 25%, transparent 42%),
        linear-gradient(135deg, #f8fbfd 0%, #e8f1f7 50%, #f7f1f3 100%) !important;
    background-size: cover;
    background-position: center; 
    background-attachment: fixed;*/
    background: #000;
    background-size: cover;
    background-position: center center;
    position: relative;
}

/* body.authPage:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.7;
    background-image:
        linear-gradient(rgba(31, 66, 91, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 66, 91, 0.035) 1px, transparent 1px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.55), transparent 36%);
    background-size: 44px 44px, 44px 44px, 100% 100%;
} */

/* body.authPage:after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 660px;
    height: 660px;
    pointer-events: none;
    border: 1px solid rgba(52, 127, 186, 0.09);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.65) 0%, rgba(52, 127, 186, 0.06) 44%, transparent 70%);
    box-shadow:
        0 0 0 90px rgba(255, 255, 255, 0.1),
        0 0 0 180px rgba(255, 255, 255, 0.06);
    transform: translate(-50%, -50%);
} */

.authPage #root {
    position: relative;
    z-index: 2;
    width: 100%;
}

.authPage .authContainer,
.authPage .authContainerDc {
    width: 100%;
    max-width: calc(500px - 40px);
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(255, 196, 0, 0.23);
    border-radius: 18px;
    /* background: rgba(0, 0, 0, 0.31); */
    background: #000;
    box-shadow: none;
    backdrop-filter: blur(20px);
}

.authPage .authContainerDc{
    position: relative;
}

.authPage .authContainerDc::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #F6C81A, transparent 45%, #FFD700 55%, transparent);
    background-size: 200% 200%;
    animation: borderRun 8s linear infinite;
    z-index: -1;
    pointer-events: none;
    border-radius: 20px;
}

.authPage .authContainerDc::after {
    content: '';
    position: absolute;
    background: #000;
    z-index: 0;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 20px;
}

@keyframes borderRun {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 200%; }
}

.authPage .authBrand {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    z-index: 1;
    /* background: linear-gradient(178deg, #202021 30%, #090a0c 80%); */
}

/* .authPage .authBrand:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4087c6 0 68%, #ef464b 68% 100%);
} */

.authPage .admin_login_logo {
    float: none;
    width: 100%;
    max-width: 90px;
    max-height: inherit;
    margin: 0;
    object-fit: contain;
}

.authPage .authInnerBox {
    margin: 0;
    padding: 10px 25px 25px;
    z-index: 1;
    position: relative;
}

.authPage .authWelcome {
    margin-bottom: 25px;
    text-align: center;
}

.authPage .authEyebrow {
    display: block;
    margin-bottom: 8px;
    color: #4087c6;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.authPage .authWelcome h1 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 30px;
    FONT-WEIGHT: 600;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
}

.authPage .authWelcome p {
    margin: 0;
    color: #a5a5a5;
    font-size: 16px;
    line-height: 1.5;
}

.authPage .form_item,
.authPage .form_item_1x {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}

.authPage .form_item_title {
    color: #f5f5f5;
    line-height: 1.3;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.authPage input[type="text"],
.authPage input[type="password"] {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    padding: 12px 15px;
    border-radius: 8px;
    border: 2px solid #8e8e923d;
    font-size: 16px;
    background: transparent;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.authPage input[type="text"]::placeholder,
.authPage input[type="password"]::placeholder {
    color: #fff;
    font-size: 15px;
    opacity: 0.5;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {

    background: transparent !important;

    -webkit-text-fill-color: #fff !important;

    -webkit-box-shadow: 0 0 0 1000px #080a0b inset !important;
    box-shadow: 0 0 0 1000px #080a0b inset !important;
    border: 2px solid #d1a144 !important;
}

input:-webkit-autofill{
    border: 2px solid #28292b !important;
}

.authPage input[type="text"]:focus,
.authPage input[type="password"]:focus {
    border-color: #d1a144;
}

.authPage .cust-pass {
    width: 100%;
}

.authPage .form_buttons,
.authPage .form_row_submit {
    display: block;
    width: 100%;
    margin: 4px 0 0;
}

.authPage .form_row_submit button {
    width: 100%;
    height: auto;
    padding: 13px 24px !important;
    color: #000000;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0.2px;
    border: 1px solid #f3cd7a;
    border-radius: 9px;
    background: linear-gradient(135deg, #dfb357 0%, #b38938 100%);
    box-shadow: 0 4px 15px rgba(180, 138, 57, 0.2);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    font-family: "Inter", sans-serif;
    position: relative;
    overflow: hidden;
}

.authPage .form_row_submit button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    opacity: 0.5;
}

.authPage .form_row_submit button:hover::before {
    left: 140%;
}

.authPage .form_row_submit button:hover:not(:disabled) {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #b38938 0%, #dfb357 100%);
    box-shadow: 0 4px 15px rgba(180, 138, 57, 0.2);
}

.authPage .form_row_submit button:active:not(:disabled) {
    transform: translateY(0);
}

.authPage .form_row_submit .waiting {
    margin: 12px auto 0;
}

.authPage .errors {
    margin: 0 0 18px;
    padding: 10px 12px;
    color: #a3262a;
    border: 1px solid #f5c4c6;
    border-radius: 8px;
    background: #fff1f1;
}

.authPage .authFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0px 25px 15px;
    color: #a5a5a5;
    font-size: 13px;
    line-height: 1;
    z-index: 1;
    position: relative;
}

.authPage .authSecurityDot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4087c6;
    box-shadow: 0 0 0 3px rgba(64, 135, 198, 0.13);
}

@media (max-width: 520px) {
    body.authPage {
        padding: 18px 14px;
    }

    .authPage .authContainer,
    .authPage .authContainerDc {
        max-width: 100%;
        border-radius: 14px;
    }

    .authPage .authBrand {
        min-height: 104px;
        padding: 20px 24px 16px;
    }

    .authPage .admin_login_logo {
        width: 205px;
    }

    .authPage .authInnerBox {
        padding: 28px 24px 26px;
    }

.authPage .authWelcome h1 {
        font-size: 25px;
    }
}

/* Authenticated admin workspace */
body.adminPage {
    min-height: 100vh;
    color: #20364d;
    background: #f3f6fa;
}

.adminPage *,
.adminPage *:before,
.adminPage *:after {
    box-sizing: border-box;
}

.adminPage .main {
    min-height: 100vh;
    background: #f3f6fa;
}

.adminPage .header {
    display: none;
}

.adminPage .pageContainer {
    left: 200px;
    width: calc(100% - 200px);
    min-height: 100vh;
    height: auto;
    padding: 26px 28px 48px;
    background: radial-gradient(circle at 100% 0, rgba(64, 135, 198, 0.08), transparent 28%), #f3f6fa;
}

.adminPage .pageTitle {
    position: relative;
    margin: 0 0 22px;
    padding: 0 0 14px;
    color: #10233b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    border: 0;
    border-bottom: 1px solid #d8e2eb;
}

.adminPage .pageTitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 56px;
    height: 3px;
    border-radius: 3px;
    background: var(--st-blue);
}

.adminPage .collapse {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.adminPage .collapse > .collapse-item {
    /* overflow: hidden; */
    border: 1px solid #dbe5ee;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(16, 35, 59, 0.055);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.adminPage .collapse > .collapse-item:hover {
    border-color: #bfd4e5;
    box-shadow: 0 7px 20px rgba(16, 35, 59, 0.08);
}

.adminPage .collapse > .collapse-item > .collapse-header,
.adminPage .collapse > .collapse-item-active > .collapse-header {
    min-height: 44px;
    height: auto;
    padding: 0 16px;
    color: #20364d;
    font-size: 13px;
    font-weight: 700;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
}

.adminPage .collapse > .collapse-item-active > .collapse-header {
    color: #173c5e;
    border-bottom: 1px solid #d8e6f0;
    background: linear-gradient(90deg, #eaf4fb 0%, #f8fbfd 100%);
}

.adminPage .collapse > .collapse-item > .collapse-header .arrow {
    border-left-color: #4087c6;
}

.adminPage .collapse > .collapse-item-active > .collapse-header .arrow {
    border-top-color: #4087c6;
}

.adminPage .collapse-content {
    padding: 0 18px;
    color: #263b52;
    background: #ffffff;
}

.adminPage .collapse-content > .collapse-content-box {
    margin: 18px 0 20px;
}

.adminPage .timer {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-left: 16px;
    padding: 0 12px;
    color: #425a70;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #d8e3ec;
    border-radius: 7px;
    background: #f7fafc;
}

.adminPage .table-responsive {
    overflow: auto;
    margin-top: 12px;
    border: 1px solid #dce5ed;
    border-radius: 10px;
    background: #ffffff;
}

.adminPage .table {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid #dce5ed;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 9px;
    background: #ffffff;
}

.adminPage .table-responsive .table {
    border: 0;
    border-radius: 0;
}

.adminPage .table th,
.adminPage .table td {
    padding: 10px 12px;
    color: #32495f;
    font-size: 12px;
    line-height: 1.35;
    text-align: left;
    border: 0 !important;
    border-right: 1px solid #e3eaf0 !important;
    border-bottom: 1px solid #e3eaf0 !important;
}

.adminPage .table th:last-child,
.adminPage .table td:last-child {
    border-right: 0 !important;
}

.adminPage .table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.adminPage .table th {
    color: #20364d;
    font-weight: 700;
    letter-spacing: 0.15px;
    background: #edf3f7;
}

.adminPage .table th a,
.adminPage .table th a span {
    color: #20364d;
    text-decoration: none;
}

.adminPage .table tbody tr:nth-child(odd),
.adminPage .table tbody tr:nth-child(odd) td {
    background: #f7f9fb;
}

.adminPage .table tbody tr:nth-child(even),
.adminPage .table tbody tr:nth-child(even) td {
    background: #ffffff;
}

.adminPage .table tbody tr:hover td {
    background: #eaf4fb;
}

.adminPage .table a {
    color: #2879ba;
    font-weight: 600;
}

.adminPage .table .table-filter {
    width: calc(100% - 12px);
    height: 30px;
    margin: 5px 6px;
    padding: 0 9px;
    color: #20364d;
    border: 1px solid #cbd8e3;
    border-radius: 6px;
    background: #ffffff;
}

.adminPage input:not([type]),
.adminPage input[type="text"],
.adminPage input[type="password"],
.adminPage input[type="number"],
.adminPage select,
.adminPage textarea {
    min-height: 34px;
    padding: 6px 9px;
    color: #20364d;
    font-size: 12px;
    border: 1px solid #cbd8e3;
    border-radius: 7px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.adminPage input:focus,
.adminPage select:focus,
.adminPage textarea:focus {
    border-color: #4087c6;
    box-shadow: 0 0 0 3px rgba(64, 135, 198, 0.13);
}

.adminPage button:not([class*="icons__"]),
.adminPage input[type="button"],
.adminPage input[type="submit"] {
    min-height: 34px;
    padding: 6px 13px;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #2e76ad;
    border-radius: 7px;
    background: #4087c6;
    box-shadow: 0 2px 6px rgba(40, 105, 159, 0.18);
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.adminPage button:not([class*="icons__"]):hover:not(:disabled),
.adminPage input[type="button"]:hover:not(:disabled),
.adminPage input[type="submit"]:hover:not(:disabled) {
    color: #ffffff;
    background: #28699f;
    box-shadow: 0 4px 10px rgba(40, 105, 159, 0.24);
    transform: translateY(-1px);
}

.adminPage .card_grey,
.adminPage .form_card,
.adminPage .group_operations {
    border: 1px solid #dce5ed;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(16, 35, 59, 0.05);
}

.adminPage .card_grey {
    padding: 20px;
}

.adminPage .dialog {
    /* overflow: hidden; */
    border: 1px solid #cfdae4;
    border-top: 4px solid #4087c6;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 24px 65px rgba(9, 26, 45, 0.28);
}

.adminPage .dialog-title {
    margin: -10px -20px 18px;
    padding: 15px 20px;
    color: #10233b;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #dce5ed;
    background: #f5f9fc;
}

.adminPage .alert {
    border-radius: 8px;
    box-shadow: none;
}

.adminPage .alert.alert-success {
    color: #20613d;
    border: 1px solid #a9ddc0;
    background: #eaf8f0;
}

.adminPage .status_online {
    color: #1d7b4b;
}

.adminPage .status_stopped {
    color: #c1373c;
}

.adminPage .btn-toolbar {
    top: 22px;
    right: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.adminPage .btn-toolbar button:not([class*="icons__"]) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 30px;
    padding: 5px 10px !important;
    color: #ffffff;
    border: 1px solid #d83a3f;
    border-radius: 6px;
    background: linear-gradient(135deg, #f05a5f 0%, #df3d42 100%);
    box-shadow: 0 5px 12px rgba(223, 61, 66, 0.24);
}

.adminPage .btn-toolbar button:not([class*="icons__"]):hover:not(:disabled) {
    background: linear-gradient(135deg, #ef464b 0%, #cb3035 100%);
    box-shadow: 0 7px 16px rgba(223, 61, 66, 0.3);
}

.adminPage .btn-toolbar button > div[class*="plus_small"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0 !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18) !important;
}

.adminPage .btn-toolbar button > div[class*="plus_small"]:before {
    content: "+";
    position: static;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
}

@media (max-width: 900px) {
    .adminPage .pageContainer {
        padding: 20px 18px 40px;
    }

    .adminPage .table th,
    .adminPage .table td {
        padding: 8px 9px;
    }

    .adminPage .btn-toolbar {
        top: 16px;
        right: 18px;
    }
}

/*
 * WTrader Admin Design System
 * Scoped to authenticated screens so the login experience remains independent.
 */

:root {
    --st-ink-950: #0d1b26;
    --st-ink-900: #142b3c;
    --st-ink-800: #20394d;
    --st-ink-700: #365167;
    --st-text: #23384a;
    --st-muted: #708292;
    --st-blue: #d5a928;
    --st-blue-dark: #d5a928;
    --st-blue-soft: #d5a928;
    --st-red: #ed4b52;
    --st-red-dark: #ce353c;
    --st-canvas: #f4f6f8;
    --st-surface: #ffffff;
    --st-surface-muted: #f8fafb;
    --st-border: #dce4ea;
    --st-border-strong: #c7d3dc;
    --st-success: #24845a;
    --st-danger: #c63f46;
    --st-radius-sm: 6px;
    --st-radius-md: 10px;
    --st-radius-lg: 14px;
    --st-shadow-sm: 0 2px 8px rgba(18, 43, 61, 0.05);
    --st-shadow-md: 0 10px 28px rgba(18, 43, 61, 0.08);
    --st-shadow-lg: 0 24px 64px rgba(9, 27, 40, 0.22);
}

body.adminPage {
    min-height: 100vh;
    margin: 0;
    color: var(--st-text);
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.45;
    background: var(--st-canvas);
}

.adminPage *,
.adminPage *:before,
.adminPage *:after {
    box-sizing: border-box;
}

.adminPage .main {
    min-height: 100vh;
    background:
        radial-gradient(circle at 100% 0, rgba(52, 127, 186, 0.055), transparent 26%),
        var(--st-canvas);
}

.adminPage .header {
    display: none;
}

.adminPage .pageContainer {
    left: 232px;
    width: calc(100% - 232px);
    /* min-height: 100vh; */
    min-height: 100%;
    padding: 28px 32px 56px;
}

.adminPage .pageTitle {
    position: relative;
    margin: 0 0 24px;
    padding: 0 0 15px;
    color: var(--st-ink-950);
    font-size: 21px !important;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.25px;
    border: 0;
    border-bottom: 1px solid var(--st-border);
}

.adminPage.adminThemeDark .pageTitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 68px;
    height: 3px;
    border-radius: 3px;
    background: #d5a928;
}

/* Section / accordion system */
.adminPage .collapse {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.adminPage .collapse > .collapse-item {
    /* overflow: hidden; */
    border: 1px solid var(--st-border);
    border-radius: var(--st-radius-lg);
    background: var(--st-surface);
    box-shadow: var(--st-shadow-sm);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.adminPage .collapse > .collapse-item:hover {
    border-color: var(--st-border-strong);
    box-shadow: var(--st-shadow-md);
}

.adminPage .collapse > .collapse-item > .collapse-header,
.adminPage .collapse > .collapse-item-active > .collapse-header {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    height: auto;
    padding: 0 18px;
    color: var(--st-ink-800);
    font-size: 13px;
    font-weight: 600;
    line-height: 48px;
    border: 0;
    border-radius: 12px;
    background: var(--st-surface);
}

.adminPage.adminThemeDark .collapse > .collapse-item > .collapse-header,
.adminPage.adminThemeDark .collapse > .collapse-item-active > .collapse-header{
    background: #0a0907;
    color: #fff;
}

.adminPage .collapse > .collapse-item-active > .collapse-header {
    color: var(--st-ink-900);
    border-bottom: 1px solid var(--st-border);
    background: var(--st-surface-muted);
}

/* .adminPage .collapse > .collapse-item-active > .collapse-header:before {
    content: "";
    width: 4px;
    height: 22px;
    margin-left: -18px;
    border-radius: 0 4px 4px 0;
    background: var(--st-blue);
} */

.adminPage .collapse > .collapse-item > .collapse-header .arrow {
    border-left-color: var(--st-blue);
}

.adminPage .collapse > .collapse-item-active > .collapse-header .arrow {
    border-top-color: var(--st-blue);
}

.adminPage .collapse-content {
    padding: 15px 20px;
    color: var(--st-text);
    background: var(--st-surface);
    border-radius: 0 0 12px 12px;
}

.adminPage .collapse-content > .collapse-content-box {
    margin: 20px 0 22px;
}

.adminPage .collapse-content .collapse-body>span{
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.adminPage .collapse-content .collapse-body>span+br {
    display: none;
}

/* Data tables */
.adminPage .table-responsive {
    width: 100%;
    overflow: auto;
    margin-top: 14px;
    border: none;
    border-radius: var(--st-radius-md);
    background: var(--st-surface);
}

.adminPage .collapse-body .table-responsive{
    margin-top: 0px;
}

.adminPage .table {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--st-border);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--st-radius-md);
    background: var(--st-surface);
}

.adminPage .table-responsive .table {
    border: 0;
    border-radius: 0;
}

.adminPage .table th,
.adminPage .table td {
    min-height: 44px;
    padding: 11px 14px;
    color: var(--st-text);
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
    border: 0 !important;
    /* border-right: 1px solid var(--st-border) !important; */
    border-bottom: 1px solid var(--st-border) !important;
}

.adminPage .table th:last-child,
.adminPage .table td:last-child {
    border-right: 0 !important;
}

.adminPage .table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.adminPage .table th {
    color: #5b6f80;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    background: #f7f9fb;
}

.adminPage .table th a,
.adminPage .table th a span {
    color: #5b6f80;
    text-decoration: none;
}

.adminPage .table tbody tr:nth-child(odd),
.adminPage .table tbody tr:nth-child(odd) td,
.adminPage .table tbody tr:nth-child(even),
.adminPage .table tbody tr:nth-child(even) td {
    background: var(--st-surface);
    background: #ffffff00;
}

.adminPage .table tbody tr:hover td {
    background: #d5a92821;
}

.adminPage .table a {
    color: var(--st-blue-dark);
    font-weight: 650;
}

.adminPage .table .table-filter {
    width: calc(100% - 14px);
    height: 32px;
    margin: 6px 7px;
    padding: 0 10px;
    color: var(--st-text);
    border: 1px solid var(--st-border-strong);
    border-radius: var(--st-radius-sm);
    background: var(--st-surface);
}

/* Form controls */
.adminPage input:not([type]),
.adminPage input[type="text"],
.adminPage input[type="password"],
.adminPage input[type="number"],
.adminPage select,
.adminPage textarea {
    min-height: 32px;
    /* padding: 10px 15px; */
    color: var(--st-text);
    font-family: inherit;
    font-size: 12px;
    border: 1px solid var(--st-border-strong) !important;
    border-radius: var(--st-radius-sm);
    background: var(--st-surface);
    box-shadow: inset 0 1px 2px rgba(20, 43, 60, 0.03);
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.adminPage textarea{
    min-height: 80px;
}

.adminPage input:hover,
.adminPage select:hover,
.adminPage textarea:hover {
    border-color: #aebfcb;
}

.adminPage input:focus,
.adminPage select:focus,
.adminPage textarea:focus {
    outline: 0;
    border-color: var(--st-blue);
    box-shadow: 0 0 0 3px rgba(52, 127, 186, 0.13);
}

.adminPage .form_item_title {
    margin-bottom: 7px;
    color: var(--st-ink-700);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
}

.adminPage.adminThemeDark  .form_item_title {
    color: var(--st-text);
}

.adminPage .timer {
    display: inline-flex;
    align-items: center;
    margin-left: 14px;
    padding: 0 12px;
    color: var(--st-ink-700);
    font-size: 12px;
    font-weight: 500;
    border: 1px solid var(--st-border);
    border-radius: var(--st-radius-sm);
    background: var(--st-surface-muted);
    display: inline-flex !important;
    margin: 0;
    padding: 6px 15px;
    min-height: 32px;
}

.adminPage.adminThemeDark .timer{
    border: 1px solid var(--st-border-strong) !important;
    color: #ffffff;
}

/* Buttons */
.adminPage button:not([class*="icons__"]),
.adminPage input[type="button"],
.adminPage input[type="submit"] {
    min-height: 30px;
    padding: 5px 10px !important;
    color: #000000;
    font-family: inherit;
    font-size: 12px !important;
    font-weight: 600;
    border: 1px solid var(--st-blue-dark);
    border-radius: var(--st-radius-sm);
    background: var(--st-blue);
    box-shadow: none;
    transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.adminPage button:not([class*="icons__"]):hover:not(:disabled),
.adminPage input[type="button"]:hover:not(:disabled),
.adminPage input[type="submit"]:hover:not(:disabled) {
    color: #ffffff;
    border-color: var(--st-blue);
    background: var(--st-blue);
    /* box-shadow: 0 6px 14px rgba(36, 103, 150, 0.24); */
    transform: translateY(-1px);
}

.adminPage button:disabled,
.adminPage input:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.adminPage button.confirm_dialog_buttons{
    color: #fff !important;
}

.adminPage .btn-toolbar {
    top: 23px;
    right: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.adminPage .btn-toolbar button:not([class*="icons__"]) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 30px;
    padding: 5px 10px !important;
    border-color: var(--st-blue-dark);
    background: linear-gradient(135deg, var(--st-blue) 0%, var(--st-blue-dark) 100%);
    box-shadow: 0 5px 14px rgba(36, 103, 150, 0.24);
}

.adminPage .btn-toolbar button:not([class*="icons__"]):hover:not(:disabled) {
    border-color: var(--st-blue);
    background: var(--st-blue);
    transform: translateY(-1px);
}

.adminPage .btn-toolbar button > div[class*="plus_small"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0 !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2) !important;
}

.adminPage .btn-toolbar button > div[class*="plus_small"]:before {
    content: "+";
    position: static;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.adminPage .btn-toolbar button > div[class*="download"] {
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* Surfaces */
.adminPage .card_grey,
.adminPage .form_card,
.adminPage .group_operations {
    border: 1px solid var(--st-border);
    border-radius: var(--st-radius-md);
    background: var(--st-surface);
    box-shadow: var(--st-shadow-sm);
}

.adminPage .card_grey {
    padding: 20px;
}

.adminPage .group_operations {
    padding: 10px 12px;
}

.group_operations div {
    display: flex;
    align-items: center;
}

.adminPage .rc-collapse-body .group_operations{
    padding: 0px;
    background: none !important;
    border: none !important;
    box-shadow: none;
}

.adminPage .rc-collapse-body .group_operations .block{
    margin: 0px;
}

.adminPage .rc-collapse-body .group_operations .block a{
    margin: 0px;
}

.adminPage.adminThemeDark .rc-collapse-body .group_operations .block a{
    color: #fff;
}

.adminPage .rc-collapse-body .group_operations .block a:hover{
    color: #d5a928;
}


/* Dialogs and feedback */
.adminPage .dialog {
    /* overflow: hidden; */
    border: 1px solid var(--st-border-strong);
    border-top: 4px solid var(--st-blue);
    border-radius: var(--st-radius-lg);
    background: var(--st-surface);
    box-shadow: var(--st-shadow-lg);
}

.adminPage .dialog-title {
    margin: -10px -20px 20px;
    padding: 12px 20px;
    color: var(--st-ink-950);
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid var(--st-border);
    background: var(--st-surface-muted);
}


.adminPage .dialog .align-right{
    padding-top: 0px;
}

.adminPage.adminThemeDark .dialog-title{
    border-bottom: 1px solid var(--st-border-strong);
    background: #0a0907;
}

.adminPage .alert {
    border-radius: var(--st-radius-sm);
    box-shadow: none;
}

.adminPage .alert.alert-success {
    color: #1e6846;
    border: 1px solid #a7ddc2;
    background: #ebf8f1;
}

.adminPage .errors,
.adminPage .alert-error {
    color: #9f2f35;
    border: 1px solid #f0bec1;
    background: #fff0f1;
}

.adminPage .status_online {
    color: var(--st-success);
}

.adminPage .status_stopped {
    color: var(--st-danger);
}

.add_balance_dialog .align-left .table-responsive{
    margin-top: 0px;
}

@media (max-width: 1100px) {
    .adminPage .pageContainer {
        padding: 24px 22px 48px;
    }

    .adminPage .btn-toolbar {
        top: 19px;
        right: 22px;
    }
}

@media (max-width: 760px) {
    .adminPage .pageContainer {
        padding: 20px 16px 40px;
    }

    .adminPage .table th,
    .adminPage .table td {
        padding: 9px 10px;
    }

    .adminPage .btn-toolbar {
        position: static;
        justify-content: flex-end;
        margin: -12px 0 16px;
    }
}

/* Dark-mode contrast corrections for the main workspace. */
.adminPage.adminThemeDark .pageContainer {
    color: var(--st-text);
    background:radial-gradient(circle at 18% -5%, rgb(213 169 40 / 19%), transparent 27%), radial-gradient(circle at 95% 10%, rgba(255, 216, 93, .07), transparent 24%), #070707;
}

.adminPage.adminThemeDark .pageTitle {
    color: var(--st-ink-950) !important;
    border-bottom-color: #ffffff2b;
}

.adminPage.adminThemeDark .table-responsive,
.adminPage.adminThemeDark .table,
.adminPage.adminThemeDark .collapse,
.adminPage.adminThemeDark .collapse-content {
    /* background-color: #0a0907; */
    background: linear-gradient(145deg, rgba(18,16,11,.98), rgba(8,8,8,.96));
}

.adminPage.adminThemeDark .table-responsive{
    border: 1px solid #d5a9282e;
}

.adminPage.adminThemeDark .collapse-body .table-responsive{
    border: none;
}

.adminPage.adminThemeDark .collapse{
    background: transparent;
}

.adminPage.adminThemeDark .collapse > .collapse-item{
    border: 1px solid #d5a9282e;
    border-radius: 12px;
    background: #0a0907;
}

.adminPage.adminThemeDark .collapse > .collapse-item-active > .collapse-header {
    color: #ffffff;
    border-bottom: 1px solid #d5a9282e;
    background: transparent;
}

.adminPage.adminThemeDark .table td,
.adminPage.adminThemeDark .table td a {
    color: var(--st-text);
}

.adminPage.adminThemeDark .table a {
    color: var(--st-blue-dark);
}

.adminPage [class*="icons__edit"]:hover,
.adminPage [class*="icons__pencil"]:hover,
.adminPage [class*="icons__money"]:hover,
.adminPage [class*="icons__opened_orders"]:hover,
.adminPage [class*="icons__closed_orders"]:hover,
.adminPage [class*="icons__trash"]:hover,
.adminPage [class*="icons__copy"]:hover,
.adminPage [class*="icons__log"]:hover,
.adminPage [class*="icons__download"]:hover,
.adminPage [class*="icons__mail"]:hover,
.adminPage [class*="icons__instruments"]:hover,
.adminPage [class*="icons__cross"]:hover,
.adminPage [class*="icons__add"]:hover {
    filter: invert(1) brightness(1.1);
    opacity: 1;
}

.adminPage.adminThemeDark [class*="icons__edit"],
.adminPage.adminThemeDark [class*="icons__pencil"],
.adminPage.adminThemeDark [class*="icons__money"],
.adminPage.adminThemeDark [class*="icons__opened_orders"],
.adminPage.adminThemeDark [class*="icons__closed_orders"],
.adminPage.adminThemeDark [class*="icons__trash"],
.adminPage.adminThemeDark [class*="icons__copy"],
.adminPage.adminThemeDark [class*="icons__log"],
.adminPage.adminThemeDark [class*="icons__download"],
.adminPage.adminThemeDark [class*="icons__mail"],
.adminPage.adminThemeDark [class*="icons__instruments"],
.adminPage.adminThemeDark [class*="icons__cross"],
.adminPage.adminThemeDark [class*="icons__add"] {
    filter: invert(1) brightness(1.1);
    opacity: 0.5;
}

.adminPage.adminThemeDark [class*="icons__edit"]:hover,
.adminPage.adminThemeDark [class*="icons__pencil"]:hover,
.adminPage.adminThemeDark [class*="icons__money"]:hover,
.adminPage.adminThemeDark [class*="icons__opened_orders"]:hover,
.adminPage.adminThemeDark [class*="icons__closed_orders"]:hover,
.adminPage.adminThemeDark [class*="icons__trash"]:hover,
.adminPage.adminThemeDark [class*="icons__copy"]:hover,
.adminPage.adminThemeDark [class*="icons__log"]:hover,
.adminPage.adminThemeDark [class*="icons__download"]:hover,
.adminPage.adminThemeDark [class*="icons__mail"]:hover,
.adminPage.adminThemeDark [class*="icons__instruments"]:hover,
.adminPage.adminThemeDark [class*="icons__cross"]:hover,
.adminPage.adminThemeDark [class*="icons__add"]:hover  {
    opacity: 1;
}

.adminPage.adminThemeDark input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.adminPage.adminThemeDark select,
.adminPage.adminThemeDark textarea,
.adminPage.adminThemeDark .chosen-container .chosen-single,
.adminPage.adminThemeDark .chosen-container .chosen-drop,
.adminPage.adminThemeDark .chosen-container .chosen-results {
    color: var(--st-text) !important;
    border-color: var(--st-border-strong);
    background-color: var(--st-surface-muted) !important;
}

.adminPage.adminThemeDark select option,
.adminPage.adminThemeDark .chosen-container .chosen-results li {
    color: var(--st-text);
    background: var(--st-surface);
}

.adminPage.adminThemeDark .chosen-container .chosen-results li.highlighted {
    color: #ffffff;
    background: var(--st-blue);
}

.adminPage.adminThemeDark input[type="checkbox"],
.adminPage.adminThemeDark input[type="radio"] {
    accent-color: var(--st-blue);
}

.adminPage.adminThemeDark input[type="date"]::-webkit-calendar-picker-indicator,
.adminPage.adminThemeDark input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(1) brightness(1.35);
    opacity: 0.78;
}

.adminPage.adminThemeDark {
    scrollbar-color: #232322;
}

.adminPage.adminThemeDark::-webkit-scrollbar,
.adminPage.adminThemeDark *::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.adminPage.adminThemeDark::-webkit-scrollbar-track,
.adminPage.adminThemeDark *::-webkit-scrollbar-track {
    background: #404040;
}

.adminPage.adminThemeDark::-webkit-scrollbar-thumb,
.adminPage.adminThemeDark *::-webkit-scrollbar-thumb {
    border: 2px solid var(--st-canvas);
    border-radius: 999px;
    background: var(--st-border-strong);
}

/* rctui injects these CSS-module controls after styles.css. */
.adminPage.adminThemeDark [class*="_select__control__"],
.adminPage.adminThemeDark [class*="_datepicker__control__"] {
    color: var(--st-text) !important;
    border-color: var(--st-border-strong) !important;
    background-color: var(--st-surface-muted) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22) !important;
    /* padding: 10px 15px !important; */
    min-height: 32px;
    line-height: 16px;
}

.adminPage [class*="_select__control__"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2048 1024'%3E%3Cpath fill='%23b8c7d2' d='M2048 1.024 1025.024 1024 2.048 1.024 2048 1.024z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 10px 10px !important;
    min-height: 32px;
    line-height: 16px;
    border-radius: var(--st-radius-sm);
    font-size: 12px;
}

.adminPage.adminThemeDark [class*="_select__result__"],
.adminPage.adminThemeDark [class*="_select__result__"]:hover,
.adminPage.adminThemeDark [class*="_select__result__"]:focus {
    color: var(--st-text) !important;
}

.adminPage.adminThemeDark [class*="_select__options__"],
.adminPage.adminThemeDark [class*="_select__optionsWrap__"],
.adminPage.adminThemeDark [class*="_datepicker__picker__"] {
    color: var(--st-text) !important;
    border-color: var(--st-border-strong) !important;
    background: var(--st-surface) !important;
    box-shadow: var(--st-shadow-lg) !important;
}

.adminPage.adminThemeDark [class*="_select__options__"] li {
    color: var(--st-text) !important;
    background: var(--st-surface) !important;
}

.adminPage.adminThemeDark [class*="_select__options__"] li:hover,
.adminPage.adminThemeDark [class*="_select__options__"] li[class*="active"],
.adminPage.adminThemeDark [class*="_select__options__"] li[class*="selected"] {
    color: #ffffff !important;
    background: var(--st-blue) !important;
}

/* .adminPage.adminThemeDark [class*="_datepicker__control__"] {
    background-image: none !important;
} */

/* .adminPage.adminThemeDark [class*="_datepicker__datepicker__"]:after {
    content: "▦";
    position: absolute;
    top: 50%;
    right: 9px;
    z-index: 2;
    color: #b8c7d2;
    font-size: 15px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
} */

.adminPage [class*="_datepicker__day__"]:hover,
.adminPage [class*="_datepicker__month__"]:hover,
.adminPage [class*="_datepicker__year__"]:hover,
.adminPage.adminThemeDark [class*="_datepicker__day__"]:hover,
.adminPage.adminThemeDark [class*="_datepicker__month__"]:hover,
.adminPage.adminThemeDark [class*="_datepicker__year__"]:hover{
    color: var(--st-blue) !important;
    border-color: var(--st-blue) !important;
}

.adminPage.adminThemeDark [class*="_datepicker__day__"],
.adminPage.adminThemeDark [class*="_datepicker__month__"],
.adminPage.adminThemeDark [class*="_datepicker__year__"],
.adminPage.adminThemeDark [class*="_datepicker__timeSet__"] {
    color: var(--st-text) !important;
    border-color: #302608 !important;
    background-color: #000000 !important;
}

.adminPage [class*="_datepicker__active__"],
.adminPage.adminThemeDark [class*="_datepicker__active__"] {
    color: #ffffff !important;
    border-color: var(--st-blue) !important;
    background-color: var(--st-blue) !important;
}

.adminPage [class*="_datepicker__today__"],
.adminPage.adminThemeDark [class*="_datepicker__today__"]{
    color: var(--st-blue) !important;
    border-color: var(--st-blue) !important;
}

.adminPage [class*="_datepicker__today__"][class*="_datepicker__active__"] {
    color: #000 !important;
}

/* Admin dark theme — activated by the persisted sidebar switch. */
body.adminPage.adminThemeDark {
    --st-ink-950: #f4f8fb;
    --st-ink-900: #e7eef4;
    --st-ink-800: #d1dce5;
    --st-ink-700: #aebdca;
    --st-text: #f7f2e8;
    --st-muted: #91a4b3;
    --st-blue: #d5a928;
    --st-blue-dark: #79bce8;
    --st-blue-soft: #18364b;
    --st-red: #f15b62;
    --st-red-dark: #ff747a;
    --st-canvas: #0d1821;
    --st-surface: #0a0907;
    --st-surface-muted: #1b1a18;
    --st-border: #2b4151;
    --st-border-strong: #262523;
    --st-success: #55c48e;
    --st-danger: #ff7b82;
    --st-shadow-sm: 0 2px 9px rgba(0, 0, 0, 0.2);
    --st-shadow-md: 0 12px 30px rgba(0, 0, 0, 0.28);
    --st-shadow-lg: 0 28px 68px rgba(0, 0, 0, 0.45);
    color-scheme: dark;
    background: var(--st-canvas);
}

.adminPage.adminThemeDark .main {
    background: transparent;
}

.adminPage.adminThemeDark .pageContainer,
.adminPage.adminThemeDark .collapse-content,
.adminPage.adminThemeDark .form_item,
.adminPage.adminThemeDark label {
    color: var(--st-text);
}

.adminPage.adminThemeDark .table th {
    color: #948b79;
    background: #0a0907;
}

.adminPage.adminThemeDark .collapse-content .table th{
    background: transparent;
}

.adminPage.adminThemeDark  .table th,
.adminPage.adminThemeDark  .table td {
    border-bottom: 1px solid rgba(213,169,40,.10) !important;
}

.adminPage.adminThemeDark .table th a,
.adminPage.adminThemeDark .table th a span {
    color: #948b79;
}

.adminPage.adminThemeDark .table tbody tr:hover td {
    background: #29210c52;
}

.adminPage.adminThemeDark input:hover,
.adminPage.adminThemeDark select:hover,
.adminPage.adminThemeDark textarea:hover {
    border-color: var(--st-blue);
}

.adminPage.adminThemeDark input::placeholder,
.adminPage.adminThemeDark textarea::placeholder {
    color: #787878;
}

.adminPage.adminThemeDark input:focus,
.adminPage.adminThemeDark select:focus,
.adminPage.adminThemeDark textarea:focus {
    box-shadow: none;
    border-color: var(--st-blue) !important;
}

.adminPage.adminThemeDark .btn-toolbar button:not([class*="icons__"]) {
    color: #ffffff;
    border-color: var(--st-blue);
    background: var(--st-blue);
}

.adminPage.adminThemeDark .btn-toolbar button:not([class*="icons__"]):hover:not(:disabled) {
    border-color: var(--st-blue);
    background: var(--st-blue);
}

.adminPage.adminThemeDark .alert.alert-success {
    color: #8edeb5;
    border-color: #285f48;
    background: #153a2c;
}

.adminPage.adminThemeDark .errors,
.adminPage.adminThemeDark .alert-error {
    color: #ff9da2;
    border-color: #6b353b;
    background: #3b2025;
}

.adminPage.adminThemeDark .ui-widget-content,
.adminPage.adminThemeDark .ui-widget-header,
.adminPage.adminThemeDark .xdsoft_datetimepicker,
.adminPage.adminThemeDark .xdsoft_calendar td,
.adminPage.adminThemeDark .xdsoft_timepicker .xdsoft_time_box > div > div {
    color: var(--st-text);
    border-color: var(--st-border);
    background: var(--st-surface);
}

.adminPage.adminThemeDark .ui-state-default,
.adminPage.adminThemeDark .xdsoft_calendar td:hover,
.adminPage.adminThemeDark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: var(--st-text);
    border-color: var(--st-border-strong);
    background: var(--st-surface-muted);
}

.adminPage.adminThemeDark .dialog{
    background: #000000;
}

.adminPage.adminThemeDark button:not([class*="icons__"]), .adminPage input[type="button"], .adminPage input[type="submit"]{
    border: 1px solid var(--st-blue);
    box-shadow:none;
}

.adminPage.adminThemeDark .block-checkbox.dark-block-checkbox label input[type="checkbox"] + span,
.adminPage.adminThemeDark .table-responsive td label input[type="checkbox"] + span,
.adminPage.adminThemeDark label input[type="checkbox"] + span{
    border-color: var(--st-border-strong);
    background-color: #2c2c2c;
}

.adminPage .block-checkbox.dark-block-checkbox label input[type="checkbox"]:checked + span,
.adminPage .table-responsive td label input[type="checkbox"]:checked + span,
.adminPage label input[type="checkbox"]:checked + span{
    border-color: var(--st-blue);
    background-color: var(--st-blue);
}

/* Theme switch: fixed at the bottom of the sidebar. */
.adminPage .icons__admin-theme-toggle {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 204px;
    min-width: 204px;
    flex: 0 0 40px;
    height: 40px;
    margin: 10px 14px 42px;
    padding: 0 12px;
    cursor: pointer;
    color: #000000;
    font-family: inherit;
    font-size: 12px;
    font-weight: 650;
    border: 1px solid #e4e4e4;
    border-radius: 9px;
    background: var(--st-surface);
    box-shadow: var(--st-shadow-sm);
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.adminPage.adminThemeDark .icons__admin-theme-toggle{
    border: 1px solid #232322;
    color: #fff;
}

.adminPage .icons__admin-theme-toggle:hover {
    color: var(--st-ink-900);
    border-color: var(--st-blue);
    box-shadow: var(--st-shadow-md);
}

.adminPage .icons__admin-theme-toggle:focus,
.adminPage .icons__admin-theme-toggle:active {
    outline: none !important;
    border-color: var(--st-border-strong) !important;
    box-shadow: var(--st-shadow-sm) !important;
}

.adminPage .icons__admin-theme-toggle:focus-visible {
    outline: none !important;
    border-color: var(--st-blue) !important;
    box-shadow: 0 0 0 3px rgba(52, 127, 186, 0.16) !important;
}

.admin-theme-toggle__track {
    position: relative;
    display: block;
    flex: 0 0 34px;
    width: 34px;
    height: 18px;
    border: 1px solid var(--st-border-strong);
    border-radius: 999px;
    background: var(--st-surface-muted);
    box-shadow: inset 0 1px 3px rgba(20, 43, 60, 0.12);
    transition: background 180ms ease, border-color 180ms ease;
}

.admin-theme-toggle__knob {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d5a928;
    box-shadow: 0 1px 4px rgba(13, 27, 38, 0.3);
    transition: transform 180ms ease, background 180ms ease;
}

.adminPage.adminThemeDark .admin-theme-toggle__track {
    border-color: #5e4d1b;
    background: #d5a92861;
}

.adminPage.adminThemeDark .admin-theme-toggle__knob {
    background: #d5a928;
    transform: translateX(16px);
}

body.adminPage.adminThemeDark {
    background: radial-gradient(circle at 18% -5%, rgb(213 169 40 / 19%), transparent 27%), radial-gradient(circle at 95% 10%, rgba(255, 216, 93, .07), transparent 24%), #070707;
}

.adminPage.adminThemeDark  .rc-collapse > .rc-collapse-item > .rc-collapse-header{
    background: #17140b !important;
    border: none;
    border-radius: 10px;
    color: #fff;
}

.adminPage.adminThemeDark  .rc-collapse > .rc-collapse-item.rc-collapse-item-active > .rc-collapse-header{
    border-radius: 10px 10px 0 0;
}

.adminPage.adminThemeDark .rc-collapse{
    border:none;
}

.adminPage.adminThemeDark .rc-collapse-content{
    padding: 20px;
    background: linear-gradient(145deg, rgba(18,16,11,.98), rgba(8,8,8,.96));
    border-radius: 0 0 10px 10px;
}

.rc-collapse > .rc-collapse-item{
    border-radius: 10px;
    margin: 0 0 10px 0;
    border: none !important;
}


.adminPage.adminThemeDark .card_grey,
.adminPage.adminThemeDark .form_card,
.adminPage.adminThemeDark .group_operations {
    border: 1px solid #d5a9282e;
    background: #0a0907;
}

.add_balance_dialog .table-responsive {
    border: none;
    background: no-repeat;
}

.add_balance_dialog .align-right + .card_grey{
    padding: 15px;
}

.add_balance_dialog .align-right + .card_grey form{
    display: flex;
    align-items: flex-end;
}

.form_row_submit span button{
    filter: invert(1) brightness(1.5);
    opacity: 0.5;
}

.adminPage.adminThemeDark [class*="_datepicker__add__"]{
    background: #222 url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"%3E%3Cg transform="scale(0.03125, 0.03125)"%3E%3Cpath d="M797.110857 676.571429q0 7.460571-5.705143 13.165714l-28.598857 28.598857q-5.705143 5.705143-13.165714 5.705143t-13.165714-5.705143l-224.548571-224.548571-224.548571 224.548571q-5.705143 5.705143-13.165714 5.705143t-13.165714-5.705143l-28.598857-28.598857q-5.705143-5.705143-5.705143-13.165714t5.705143-13.165714l266.313143-266.313143q5.705143-5.705143 13.165714-5.705143t13.165714 5.705143l266.313143 266.313143q5.705143 5.705143 5.705143 13.165714z" fill="%23777777"%3E%3C/path%3E%3C/g%3E%3C/svg%3E') no-repeat center center !important;
    background-size: 100% 100% !important
}

.adminPage.adminThemeDark [class*="_datepicker__sub__"]{
    background: #222 url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"%3E%3Cg transform="scale(0.03125, 0.03125)"%3E%3Cpath d="M797.110857 420.571429q0 7.460571-5.705143 13.165714l-266.313143 266.313143q-5.705143 5.705143-13.165714 5.705143t-13.165714-5.705143l-266.313143-266.313143q-5.705143-5.705143-5.705143-13.165714t5.705143-13.165714l28.598857-28.598857q5.705143-5.705143 13.165714-5.705143t13.165714 5.705143l224.548571 224.548571 224.548571-224.548571q5.705143-5.705143 13.165714-5.705143t13.165714 5.705143l28.598857 28.598857q5.705143 5.705143 5.705143 13.165714z" fill="%23777777"%3E%3C/path%3E%3C/g%3E%3C/svg%3E') no-repeat center center !important;
    background-size: 100% 100% !important
}

.pagination_limit.align-right{
    padding-top: 0px;
}

.adminThemeDark .group_operations .block a{
    color: #fff;
}

.group_operations .block a:hover{
    color: var(--st-blue);
}

.adminThemeDark .dialog-title .dialog-close {
    background-color: #2c2c2c;
}

.adminThemeDark .dialog-title .dialog-close div {
    filter: invert(1);
}

.adminPage .group_operations_buttons button {
    padding: 7px 10px !important;
    min-height: inherit;
    font-size: 11px !important;
    color: #f7f2e8;
    font-weight: 600;
}

.adminPage.adminThemeDark .group_operations_buttons button {
    background: #221e1400 !important;
    border-color: #3e3211 !important;
    color: #d5a928;
}

.adminPage table td button:not([class*="icons__"]){
    min-height: 22px;
    padding: 3px 8px !important;
    border: 1px solid var(--st-blue) !important;
    background: #ededed;
    font-size: 11px !important;
    color: #000000;
}

.adminPage.adminThemeDark table td button:not([class*="icons__"]){
    background: #45360a;
    color: #fff;
}

.adminPage.adminThemeDark .collapse-body [class*="sessions__sessions-line__"],
.adminPage.adminThemeDark table td [class*="sessions__sessions-line__"]{
    background: #1b1a18;
    border: 1px solid #262523;
}

.adminPage .collapse-body [class*="sessions__sessions-line__"] a,
.adminPage table td [class*="sessions__table-sessions-day-links__"] a{
    color: var(--st-blue);
}

.adminPage.adminThemeDark .collapse-body [class*="sessions__table-sessions-border__"],
.adminPage.adminThemeDark table [class*="sessions__table-sessions-border__"]{
    border-bottom: 1px solid #d5a9282e;
}

.adminPage table.key_value td button:not([class*="icons__"]){
    min-height: 30px;
    padding: 5px 10px !important;
    border-radius: var(--st-radius-sm);
    background: var(--st-blue);
    font-size: 12px !important;
    color: #000000;
}

.adminPage.adminThemeDark .pannel{
    background-color: #0a0907 !important;
    border: 1px solid #d5a9282e;
}

.adminPage.adminThemeDark .display_ask_bid{
    border: 1px solid #d5a9282e;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
}


@media (max-width: 760px) {
    .adminPage .icons__admin-theme-toggle {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 204px;
        min-width: 204px;
        margin: 10px 14px 42px;
        padding: 0 12px;
    }
}
