#sbr{
    position: relative;
    top:100px
}
.badge-warning{
    color:red!important;
}
.cab_info > div .cont {
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-gap: 1em;
    grid-auto-rows: minmax(120px, auto);
}
img, svg {
    vertical-align: unset;
}
#enter_site .modal-content{
    position: relative;
}
#enter_site .modal-content:before{
    content:'';
    clip-path: polygon(50% 0, 50% 100%, 100% 100%, 100% 0);
    background: url('../images/1.jpg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    opacity: 0.35;

}

#demo_attention .modal-content:before{
    content:'';
    clip-path: polygon(50% 0, 50% 100%, 100% 100%, 100% 0);
    background: url('../images/1.jpg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    opacity: 0.35;

}
@media only screen and (max-width: 769px){
    #enter_site .modal-content:before{
       display: none;
    }
    .widget-modal-content {
        height: 60vh;
        overflow: auto;
    }
}
/*#enter_site .btn-group{*/
/*   float: none!important;*/
/*}*/
#updateBotsData,#updateBotsNewData,#unblockBot{
    display: none;
}
/*#confirm-activity, #confirm-activity-stoptransfer, #confirm-activity-RM, #confirm-activity-SM, #confirm-activity-sliv, #updateBotsNewData, #main-merge-input, #dialog_telega, #dialog_usdt, #confirm-update-pair, #unblockBot{*/
/*    background-color: #515151;*/
/*    color:white;*/
/*}*/
.btn-outline-light {
    color: #000;
    border-color: #f8f9fa;
}
#login-form .input-group {
    margin-bottom: 2rem;
}
.userdata .btn-group {
    /*position: absolute;*/
    right: -100%;
    bottom: 0px;
}
.userdata .btn-group li{
    background-color: transparent;
}
#tabs{
    min-height: 600px;
    background: #f3f0f0;
}
#tabs ul{
    background: #f3f0f0;
}
#tabs div p{
    color: #000;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #6c757d;
    border-bottom-width: 1px;
    background: #6c757d;
    font-weight: normal;
    color: #fff;
}
.ui-widget-header {
    border: 0;
}
.hunter-button{
    border-radius: 0.25rem;
    height: 30px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #cccccc;
    font-weight: 900;
    width: 120px;
    color: rgb(243, 186, 47);
}
.fis_level_config {
    width: 124px;
    height: 30px;
    padding: 0 15px;
    margin-left: 10px;
}
/*modal*/
#isBig.widget-modal .widget-modal-container{
    max-width: calc(100% - 30px);
    height: calc(100% - 30px);
    width: 100%;
    margin: 0;
}
.widget-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -100;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    opacity: 0;
}
.container-modal{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#graphic{
    height: calc(100vh - 100px);
    min-height: 400px;
}
#graphic div{
    height: 100%;
}
.widget-modal.show{
    z-index: 10000;
    opacity: 1;
}
.widget-modal-container{
    max-width: 850px;
    width: 100%;
    min-height: 150px;
    background: #fff;
    padding: 15px;
    color: var(--color-tab-title-light);
    display: block;
    position: relative;
    margin-bottom: 5vh;
}
.widget-modal-container .widget-content{
    margin-bottom: 10px;
}
.widget-modal-close-button{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: transparent;
    border:none;
    outline: none;
    transition: all .2s ease;
}
.widget-modal-close-button:hover,.widget-modal-close-button:focus,.widget-modal-close-button:active{
    color: var(--margin-span);
}
.widget-modal-title h3{
    font-size: 1.125rem;
    font-weight: 600;
    padding-right: 45px;
    padding-left: 15px;
    color:var(--margin-span);
}
.widget-modal-content p,.widget-modal-content li{
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 5px;
}
.widget-modal-footer button,.widget-btn.transfer{
    margin: 1rem 1rem 1rem 0;
    font-size: 0.925rem;
    line-height: 1;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 2px;
    -webkit-transition: .4s;
    text-decoration: none;
    background: var(--background-tab-history-btn);
    transition: all .2s ease;
}
.widget-modal-footer button:first-child,.widget-btn.transfer{
    background: linear-gradient( 95.14deg, #268481 0%, #06A49F 100%);
    color: #fff;
}
.setup_packet .widget-content label{
    font-size: 0.6875rem;
    width: 80px;
    flex: 0 0 70px;
    display: inline-flex;
    flex-direction: column;
    min-height: 35px;
    align-items: center;
}
.setup_packet .widget-content label .named {
    display: block;
    text-align: center;
}
.setup_packet .widget-content label span.select-type {
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;}
.setup_packet .widget-content label input:disabled {
    opacity: 0.75;
}
.setup_packet .widget-content label .select-dashbord-pair-no{
    display: none;
}
.setup_packet .widget-content label span.select {
    position: relative;
    padding: 0 0 0 34px;
    cursor: pointer;
    margin: -10px 10px 0;
}
.setup_packet .widget-content label .select:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 34px;
    height: 18px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 20%);
    transition: .2s;
}
.setup_packet .widget-content label .select-dashbord-pair-no:checked + .select:before {
    background: var(--green);
}
.setup_packet .widget-content label .select-dashbord-pair-no:disabled + .select:before {
    opacity: 0.5;
}
.setup_packet .widget-content label .select:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transition: .2s;
}
.setup_packet .widget-content label .select-dashbord-pair-no:checked + .select:after {
    left: 16px;
}
.setup_packet .widget-title h3{
    font-size: 1.25rem;
    padding-left: 15px;
}
/*20-09-2022*/
#exceptions_wrap .widget-content label{
    font-size: 0.6875rem;
    width: 70px;
    flex: 0 0 70px;
    display: inline-flex;
    flex-direction: column;
    min-height: 35px;
    align-items: center;
}
#exceptions_wrap .widget-content label .named {
    display: block;
    text-align: center;
}
#exceptions_wrap .widget-content label span.select-type {
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;}
#exceptions_wrap .widget-content label input:disabled {
    opacity: 0.75;
}
#exceptions_wrap .widget-content label .select-dashbord-pair-no{
    display: none;
}
#exceptions_wrap .widget-content label span.select {
    position: relative;
    padding: 0 0 0 34px;
    cursor: pointer;
    margin: -10px 10px 0;
}
#exceptions_wrap .widget-content label .select:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 34px;
    height: 18px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 20%);
    transition: .2s;
}
#exceptions_wrap .widget-content label .select-dashbord-pair-no:checked + .select:before {
    background: var(--green);
}
#exceptions_wrap .widget-content label .select-dashbord-pair-no:disabled + .select:before {
    opacity: 0.5;
}
#exceptions_wrap .widget-content label .select:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transition: .2s;
}
#exceptions_wrap .widget-content label .select-dashbord-pair-no:checked + .select:after {
    left: 16px;
}
#exceptions_wrap .widget-title h3{
    font-size: 1.25rem;
    padding-left: 15px;
}
/*20-09-2022*/
/*25-10-2022*/

#setup_fis_level .widget-modal-content{
    height: 500px;
    overflow: auto;
}
#setup_fis_level .widget-content label{
    font-size: 0.6875rem;
    width: 120px;
    flex: 0 0 70px;
    display: block; /*display: inline-flex;*/
    flex-direction: column;
    min-height: 35px;
    align-items: center;
}
#setup_fis_level .widget-content label .named {
    display: block;
    text-align: center;
}
#setup_fis_level .widget-content label span.select-type {
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;}
#setup_fis_level .widget-content label input:disabled {
    opacity: 0.75;
}
#setup_fis_level .widget-content label .select-dashbord-pair-no{
    display: none;
}
#setup_fis_level .widget-content label span.select {
    position: relative;
    padding: 0 0 0 34px;
    cursor: pointer;
    margin: -10px 10px 0;
}
#setup_fis_level .widget-content label .select:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 34px;
    height: 18px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 20%);
    transition: .2s;
}
#setup_fis_level .widget-content label .select-dashbord-pair-no:checked + .select:before {
    background: var(--green);
}
#setup_fis_level .widget-content label .select-dashbord-pair-no:disabled + .select:before {
    opacity: 0.5;
}
#setup_fis_level .widget-content label .select:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transition: .2s;
}
#setup_fis_level .widget-content label .select-dashbord-pair-no:checked + .select:after {
    left: 16px;
}
#setup_fis_level .widget-title h3{
    font-size: 1.25rem;
    padding-left: 15px;
}
#setup_fis_level .setup_wrap {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}
#setup_fis_level .setup-description {
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#setup_fis_level .setup-description .named {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
#setup_fis_level .setup-description input{
    max-width: 80%;
}
#setup_fis_level .setup-description .btn {
    height: 20px;
}
#setup_fis_level .delete-btn_setup {
    margin-right: 10px;
}

/*25-10-2022*/
/*11-11-2022*/
#copytraders .widget-content label{
    font-size: 0.6875rem;
    width: 80px;
    flex: 0 0 70px;
    display: inline-flex;
    flex-direction: column;
    min-height: 35px;
    align-items: center;
}
#copytraders .widget-content label .named {
    display: block;
    text-align: center;
}
#copytraders .widget-content label span.select-type {
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;}
#copytraders .widget-content label input:disabled {
    opacity: 0.75;
}
#copytraders .widget-content label .select-dashbord-pair-no{
    display: none;
}
#copytraders .widget-content label span.select {
    position: relative;
    padding: 0 0 0 34px;
    cursor: pointer;
    margin: -10px 10px 0;
}
#copytraders .widget-content label .select:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 34px;
    height: 18px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 20%);
    transition: .2s;
}
#copytraders .widget-content label .select-dashbord-pair-no:checked + .select:before {
    background: var(--green);
}
#copytraders .widget-content label .select-dashbord-pair-no:disabled + .select:before {
    opacity: 0.5;
}
#copytraders .widget-content label .select:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transition: .2s;
}
#copytraders .widget-content label .select-dashbord-pair-no:checked + .select:after {
    left: 16px;
}
#copytraders .widget-title h3{
    font-size: 1.25rem;
    padding-left: 15px;
}
/*11-11-2022*/

.chat_room{
    color: black;
}
.ui-accordion .ui-accordion-content {
    padding: 0;
    border-top: 0;
    overflow: hidden;
}
.chat_room .ui-state-active {
    background: none !important;
}

.chat_room .ui-accordion-header {
    font-size: 12px;
    padding: 3px 0 3px 5px;
}
.chat_room .ui-widget-content {
    background: none;
    border: none;
}
.chat_room .ui-corner-all {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 5px solid transparent;
    border-radius: 0;
}
.chat_room .ui-state-default {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    /*border-left: 5px solid transparent;*/
}
.chat_room .ui-state-hover {
    background: #D7D1D1;
}
.packet_list_header {
    border-left: 5px solid transparent;
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #676a6d;
    padding: 8px 0 8px 25px;
    text-transform: uppercase;
}
#chat {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: white;
    border-radius: 2px;
    padding: 5px;
    padding-left: 15px;

    overflow-y: scroll;
    overflow-x: hidden;
    /*height: 30vh;*/
}
.chat-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.qbox {
    margin-top: 5px;
}
.dataname_wrap {
    display: flex;
    justify-content: space-between;
}
.data {
    font-size: 0.6rem;
    color: #b1b2b5;
}
.dataname {
    font-size: 0.6rem;
    color: #b1b2b5;
    display: inline-flex;
}
.datatext_block {
    word-wrap: break-word;
    display: flex;
    justify-content: space-between;
}
.datatext_block .btn {
    padding: 0.15rem;
}
.datatext_block button {
    font-family: "DIN Pro", sans-serif;
    font-size: 0.6rem;
}
.datatext{
    font-size: 0.74rem;
    color: #676a6d;
}
.delete_msg-chat {
    font-size: 0.6rem;
    color: red;

}
.admin {
    color: red;
}
.self {
    color: #000;
    background-color: #c8ecfb;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 5px;
    box-shadow: 0 3px 5px -3px #afafaf;
}
.enemy {
    color: #676a6d;
    background-color: #f7f5f5;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 5px;
    box-shadow: 0 3px 5px -3px #afafaf;
}
.chat_block {
    padding: 0 5px;
    margin-bottom: 10px;
}
.chat_msg {
    /*border-radius: 10px;*/
    min-height: 20px;
    height: 30px !important;
    margin-top: 5px;
    resize: none;
    font-size: 0.6rem !important;

}
.chat_block div .ui-icon-gripsmall-diagonal-se {
    resize: none;
    display: none !important;
}
.chat_block .ui-wrapper {
    min-height: 40px
}
#btnSend {
    box-shadow: 0 3px 5px -3px #afafaf;
    border: 0px !important;
}
#btnSend:disabled{
    background-color: #75AE5EDB;
}
.btn_block {
    padding: 0 5px;
}
#text-chat {
    min-height: 20px;
    width: 100% !important;
}
.ui-wrapper {
    min-height: 100px;
}
.ui-widget {
    font-family: "DIN Pro", sans-serif;
}


.password-control {
    position: absolute;
    top: 6px;
    right: 10px;
    display: inline-block;
    width: 27px;
    height: 27px;
    background-color: #000;
    -webkit-mask: url('/images/eye-slash.svg') 0 0 no-repeat;
    -webkit-mask-size: cover;
    mask: url('/images/eye-slash.svg') 0 0 no-repeat;
    mask-size: cover;
}
.password-control.view {
    background-color: #000;
    -webkit-mask: url('/images/eye.svg') 0 0 no-repeat;
    -webkit-mask-size: cover;
    mask: url('/images/eye.svg') 0 0 no-repeat;
    mask-size: cover;
}
.v_setup{
    padding: 0;
    margin: -4px;
}
.show-tabs{
    padding: 5px;
    overflow: auto;
    /* height: 50%; */
}
/* #list_buy .show {
    display: block;
}
#list_buy_history .show {
    display: block;
} */


/*06 04 23 from mrobotic*/
/*#admin_page thead, #admin_page tbody, #admin_page tfoot, #admin_page tr, #admin_page td, #admin_page th {*/
/*    padding: 5px;*/
/*    text-align: center;*/
/*}*/
.admin_row{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(110px, 1fr) );
    grid-template-rows: auto;
    justify-items: center;
    /*background: rgba(47,47,47,0.45);*/
    box-shadow: 0 10px 27px -23px rgba(255, 255, 255, 0.3);
    padding-right: 50px;
    padding-left: 0;
}
.admin_row h5 {
    color: #000;
    font-size: 0.8rem;
    padding: 10px;
    font-weight: bold;
    margin-bottom: -10px;
}
.admin_row div {
    text-align: center;
    white-space: nowrap;
}
/*.admin_row .btn-warning{*/
/*    font-size: 12px;*/
/*}*/
.admin_row .btn{
    padding: .375rem .75rem;
    font-size: 12px;
}
#s_valute .panel-heading{
    padding: 0;
}
#s_valute .panel{
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 0;
    text-align: center;
    background: transparent;
    box-shadow: 0px 18px 27px -23px rgba(0, 0, 0, 0.3);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    border: none;
    margin: 0;
}
#s_valute .panel:first-child .panel-heading:first-child label .box-text {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}
#s_valute .panel:first-child .panel-heading:first-child label .box {
    display: inline-block;
    width: 38px;
    height: 16px;
    border-radius: 8px;
    border: 1px solid #b7b7b7;
    position: relative;
    background: #d6d6d6;
    cursor: pointer;
}
#s_valute .panel:first-child .panel-heading:first-child label .box::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #fff;
    display: block;
    transition: all .75s ease;
}
#s_valute .panel:first-child .panel-heading:first-child label .box.counter{
    background: #f3ba2f;
}
#s_valute .panel:first-child .panel-heading:first-child label .box.counter:before{
    left:22px!important;
}
#s_valute #switch_valute {
    display: none;
}
.cur_valute{
    color: var(--yellow);
    font-size: 12px;
    font-weight: bold;
    margin-top: -5px;
    display: block;
    margin-bottom: 0;
}
.admin_table .btn ,.admin_view .btn{
    min-width: 120px;
    min-height: 40px;
}
.admin_view button{
    position: relative;
    margin-left: 2px;
}
.admin_view button .very-sm{
    position: absolute;
    width: 100%;
    font-size: 12px;
    bottom: 0;
    text-align: center;
    left: 0;
    line-height: 1;
    font-weight: bold;
    display: block;
    color: #ffc107;
}
.admin_view button i{
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 10px;
    top: -2px;
    right: -2px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    display: block;
    background: #706464;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    /*z-index: 9999;*/
}
/*.ab11t{*/
/*    margin: 30px;*/
/*    text-align: center*/
/*}*/
/*.ab11{*/
/*    font-size: 0.8rem;*/
/*    margin: 0;*/
/*    padding-left: 20px;*/
/*}*/
/*@media only screen and (max-width: 992px) {*/
/*    #admin_page {*/
/*        overflow-x: scroll;*/
/*    }*/

/*    #admin_page .table {*/
/*        margin-bottom: 0;*/
/*    }*/
/*}*/
/*11-11-2022*/
/*.master_card {*/
/*    max-width: 30%;*/
/*    min-width: 30%;*/
/*}*/
/*08-01-2023*/
/*.wrap-text {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-top: -5px;*/
/*    margin-bottom: -5px;*/
/*    align-items: center;*/
/*}*/

#content_data{
    transition: 0.5s;
    opacity: 0;
    max-height: 600px;
    overflow: auto;
}

#admin_page .widget-modal-close-button{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: transparent;
    border:none;
    outline: none;
    transition: all .2s ease;
    /*color: #fff;*/
    font-size: 2rem;
}
#admin_page .lg_modal {
    margin-top: -15px;
}
#admin_page .table-hover {
    font-size: 12px;
}
#admin_page .table-hover > tbody > tr:hover {
    color: #f3ba2f;
}
/*#admin_page button{*/
/*    min-height: 45px;*/
/*}*/
.content-message .btn-closes-messages{
    padding: 0;
    width: 16px;
    height: 16px;
    min-width: 0px;
    font-size: 8px;
    line-height: 1;
    position: absolute;
    top: 8px;
    right: 15px;
    display: block;
    cursor: pointer;
}
.content-message{
    position: fixed;
    left: 15px;
    top: 90px;
    z-index: 100;
    width: 98%;
    min-width:320px;
    padding: 10px;
    border-radius: 6px;
    /*background: #e8314a;*/
    background-color: #3c2601;;
    box-shadow: 0 5px 8px -5px #fff;
    font-size: 20px;
    font-weight: 600;

}
.content-wrap{
    padding-right: 20px;
    position: relative;
}
/*#referalTree ul {*/
/*    list-style: none;*/
/*}*/
/*#referalTree ul li {*/
/*    list-style-type: none;*/
/*    margin: 0;*/
/*    margin-left: 0px;*/
/*    padding: 10px 5px 0;*/
/*    position: relative;*/
/*    marker: none;*/
/*}*/
/*#referalTree button{*/
/*    min-height: 5px;*/
/*}*/
/*.button {*/
/*    background: transparent;*/
/*    border: none;*/
/*    position: relative;*/
/*    padding-right: 16px;*/
/*    color: #fff;*/
/*}*/
/*.tree > ul > li::before, .tree > ul > li::after {*/
/*    border: 0;*/
/*}*/

/*.tree li::before, .tree li::after {*/
/*    content: "";*/
/*    left: -20px;*/
/*    position: absolute;*/
/*    right: auto;*/
/*}*/
/*.tree li::before {*/
/*    border-left: 1px solid #999;*/
/*    bottom: 50px;*/
/*    height: calc(100% - 4px);*/
/*    top: 0;*/
/*    width: 1px;*/
/*}*/
/*.tree li::after {*/
/*    border-top: 1px solid #999;*/
/*    height: 20px;*/
/*    top: 30px;*/
/*    width: 25px;*/
/*}*/
/*.tree li span {*/
/*    padding: 2px 5px !important;*/
/*    font-size: 12px !important;*/
/*    cursor: pointer;*/
/*    margin-right: 9px;*/
/*    border: 1px solid #999;*/
/*    display: inline-block;*/
/*    text-decoration: none;*/
/*}*/
.main-payment-addition{
    padding: 15px;
}
.main-payment-addition .input-group-text{
    font-size: 17px;
    padding: 0.3em;
    width: 150px;
    height: 48px;
}
#Cashback_select option {
    color: #000;
}
#main-payment-addition input{
    font-size: 16px;
}
#msg .lnr{
    font-size: 20px;
    padding-left: 20px;
}

.client_btn_filter{
    text-align: center;
}
.client_btn_filter span{
    color: var(--yellow);
    margin-left: 10px;
    margin-right: 10px;
}
#quant .input-group-text{
    height: 45px;
}
#quant{
    width: 300px;
    margin: 0 auto;
}
#quant input{
    text-align: center;
    font-weight: 900;
}
span.clip {
    cursor: pointer;
}
span.clip svg {
    width: 16px;
    height: 16px;
    fill: #000;
    margin-left: 5px;
    margin-top: -15px;
    display: inline-flex;
}
/*.cab_info > div .cont2 {*/
/*    display: grid;*/
/*    grid-template-columns: 1.2fr 1fr 1fr;*/
/*    grid-gap: 1em;*/
/*    grid-auto-rows: minmax(120px, auto);*/
/*}*/
/*#main_blocks .setup2{*/
/*    display: grid;*/
/*    grid-gap: 0.2rem;*/
/*}*/

/*.btn4:hover {*/
/*    background-position: right center;*/
/*}*/
/*.btn-4 {*/
/*    !*background-image: linear-gradient(to right, #6c757d 0%, #b5b3ae 50%, #7e7a78 100%);*!*/
/*    background-image: linear-gradient(to right, transparent 0%, #b5b3ae 50%, transparent 100%);*/
/*}*/
/*.btn4 {*/
/*    flex: 1 1 auto;*/
/*    background-size: 200% auto;*/
/*    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
/*}*/
/*.btncolor{*/
/*    color: red;*/
/*}*/
.error_msg{
    color: white;
    position:absolute;
    margin: 16px;
    padding: 4px;
    background-color: red;
    cursor: pointer;
}
/* grey*/
/*
/*#admin_page .btn-success {*/
/*    color: #fff;*/
/*    background-color: #4c5054;*/
/*    border-color: #484c51;*/
/*    border-top-color: rgb(72, 76, 81);*/
/*    border-right-color: rgb(72, 76, 81);*/
/*    border-bottom-color: rgb(72, 76, 81);*/
/*    border-left-color: rgb(72, 76, 81);*/
/*}*/
/*#admin_page .btn-warning {*/
/*    color: #fff;*/
/*    background-color: #4c5054;*/
/*    border-color: #484c51;*/
/*}*/
/*#admin_page .admin_row h5 {*/
/*    color: #fff;*/
/*    font-size: 1.2rem;*/
/*    padding: 10px;*/
/*    font-weight: bold;*/
/*    margin-bottom: -10px;*/
/*}*/
/**!*/

/*!* grey      grid-template-columns:repeat(auto-fill, calc(100% /3.1));          *!*/

/*!* 04-02-2023 copytrade start*!*/
/*.master_info{*/
/*    display: grid;*/
/*    grid-template-columns:3fr 1fr;*/
/*    grid-gap:1em;*/
/*    align-items:center;*/
/*}*/

/*.profit_from_followers{*/
/*    display: grid;*/
/*    justify-content: center;*/
/*    justify-items:stretch;*/
/*    text-align: center;*/
/*}*/
/*.copytrading_wrap{*/
/*    display: grid;*/
/*    grid-template-columns:repeat(auto-fill, minmax(600px, auto));*/
/*    grid-gap:1em;*/
/*    grid-template-rows: 250px;*/
/*    justify-content: center;*/
/*    justify-items:stretch;*/
/*    align-items:stretch;*/
/*}*/
/*.copytrading_wrap > div{*/
/*    padding: 1em;*/
/*    margin: 1em;*/
/*    background: rgba(47,47,47,0.45);*/
/*    box-shadow: 0 10px 27px -23px rgba(255, 255, 255, 0.3);*/
/*    transition: all .2s linear;*/
/*    -moz-transition: all .2s linear;*/
/*    -webkit-transition: all .2s linear;*/
/*    -o-transition: all .2s linear;*/
/*}*/
/*.copytrading_wrap > div h3{*/
/*    text-align: center;*/
/*}*/
/*.copytrading_wrap > div:hover {*/
/*    box-shadow: 0 10px 50px -35px rgba(243, 186, 47, 0.35);*/
/*}*/
/*.master_block_row1{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    grid-template-rows: 60px;*/
/*    justify-items: center;*/
/*    align-items: center;*/
/*}*/
/*.master_block_row2{*/
/*    display: grid;*/
/*    grid-template-columns: 2fr 1fr;*/
/*    grid-template-rows: 60px;*/
/*    justify-items: center;*/
/*    align-items: center;*/
/*}*/
/*.line{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    grid-template-rows: repeat(1, 40px);*/
/*    grid-gap: 1rem;*/
/*    grid-row-gap: 1rem;*/
/*    justify-self: normal;*/
/*    text-align: center;*/
/*}*/
/*.line span{*/
/*    text-transform: uppercase;*/
/*    font-size: 1rem;*/
/*    font-weight: bold;*/
/*    white-space: nowrap;*/
/*}*/


/*.copy_fee {*/
/*    font-size: 1.25rem;*/
/*    font-weight: bold;*/
/*    color:var(--yellow);*/
/*}*/
/*.traders-success {*/
/*    color: var(--green);*/
/*}*/
/*.traders-red {*/
/*    color: red;*/
/*}*/
/*#master {*/
/*    flex-wrap: wrap;*/
/*    display: flex;*/
/*    width: 100%;*/
/*    flex-direction: column;*/
/*}*/
/*#master_settings .master_settings_wrapper {*/
/*    width: 100%;*/
/*}*/
/*#master_settings .col-item-traders-info {*/
/*    font-size: 1rem;*/
/*    font-weight: 300;*/
/*    line-height: 1.5;*/
/*    margin-bottom: 15px;*/
/*    width: 100%;*/
/*}*/
/*#master_settings .traders-info-market {*/
/*    margin-top: 15px;*/
/*}*/
/*#master_settings .form-control{*/
/*    font-size: 2rem;*/
/*    font-weight: bold;*/
/*}*/
/*#master_settings h3 {*/
/*    color:var(--yellow);*/
/*}*/
/*#choice_market span{*/
/*    margin: 20px;*/
/*    color:var(--yellow);*/
/*    font-size: 2em;*/
/*    font-weight: bold;*/
/*}*/
/*.create_master{*/
/*    text-align: center;*/
/*    margin-top: 20px;*/
/*}*/
/*.create_master button{*/
/*    font-size: 2rem;*/
/*    font-weight: bold;*/
/*    color:var(--yellow);*/
/*}*/
/*.create_master button:hover{*/
/*    color:var(--yellow);*/
/*}*/
/*.copy_about{*/
/*    text-align: center;*/
/*}*/
/*.copy_about h3{*/
/*    color:var(--yellow);*/
/*}*/



/*@media screen and (max-width: 992px){*/
/*    .copytrading_wrap{*/
/*        grid-template-columns:1fr;*/
/*    }*/
/*}*/

/*!*.col-item-traders-info {*!*/
/*!*    font-size: 1rem;*!*/
/*!*    font-weight: 300;*!*/
/*!*    line-height: 1.5;*!*/
/*!*    margin-bottom: 15px;*!*/
/*!*}*!*/

/*.intraday {*/
/*    text-align: center;*/
/*    color: var(--yellow);*/
/*    height: 20px;*/
/*}*/
/*#master-profit .profit_wrap {*/
/*    grid-template-columns: none;*/
/*}*/
/*#master-profit .panel_content {*/
/*    grid-template-columns: none;*/
/*    padding: 5px;*/
/*    grid-template-areas: none;*/
/*}*/
/*.col-item-traders-tr {*/
/*    display: flex;*/
/*    !*justify-content: space-between;*!*/
/*    justify-content: space-around;*/
/*}*/
/*.col-item-traders-td {*/
/*    display: flex;*/
/*    margin: 5px;*/
/*}*/
/*.col-item-traders-td .more{*/
/*    margin-top: -30px;*/
/*    height: 40px;*/
/*}*/

/*.col-item-traders-td:last-child {*/
/*    width: 120px;*/
/*    flex: 0 0 120px;*/
/*}*/
/*#master .col-item-traders-td:last-child {*/
/*    width: 100%;*/
/*    flex: 0 0 41%;*/
/*}*/
/*#master_settings .col-item-traders-td:last-child {*/
/*    width: 100%;*/
/*    flex: 0 0 25%;*/
/*}*/

/*.col-item-traders-subscribe {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: end;*/
/*}*/
/*.col-item-traders-subscribe-activity {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*.col-item-traders-subscribe-statistics {*/
/*    display: flex;*/
/*}*/

/*.col-item-traders-subscribe-statistics div {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    font-size: 1rem;*/
/*    padding: 7px 10px 7px 0;*/
/*    font-weight: bold;*/
/*    !*justify-content: space-between;*!*/
/*}*/
/*.modal .col-item-traders-subscribe-statistics > div {*/
/*    min-width: 80px;*/
/*}*/
/*#master_settings .opacity_color {*/
/*    opacity: 0.15;*/
/*}*/

/*#master_settings .traders-info-pairs {*/
/*    width: 80%;*/
/*    !*margin-top: 10px;*!*/
/*}*/

/*#master_settings .traders-info-pairs-futures {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: baseline;*/
/*    justify-content: space-between;*/
/*}*/

/*#master_settings .traders-info-pairs-futures div {*/
/*    margin-bottom: 5px;*/
/*}*/

/*#master_settings .traders-info-pairs-spot {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: baseline;*/
/*    justify-content: space-between;*/
/*}*/

/*#master_settings .traders-info-pairs-spot div {*/
/*    margin-bottom: 5px;*/
/*}*/

/*#master_settings .traders-info-intraday {*/
/*    text-align: start;*/
/*    margin-top: 15px;*/
/*}*/

/*#master_settings .traders-info-delete {*/
/*    margin-top: 40px;*/
/*}*/
/*#save_master_td{*/
/*    color: red;*/
/*    font-size: 1.2rem;*/
/*}*/

/*#master_settings label input {*/
/*    display: none;!* <--скрываем дефолтный чекбокс *!*/
/*}*/
/*#master_settings label span {!* <-- стилизируем новый *!*/
/*    height: 12px;*/
/*    width: 12px;*/
/*    border: 1px solid gray;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    !*background-color:#FFF;*!*/
/*    border-radius:2px;*/
/*    padding:3px;*/
/*}*/
/*#master_settings [type=checkbox]:checked + span:before {!* <-- ставим иконку, когда чекбокс включен  *!*/
/*    content: '\2714';*/
/*    position: absolute;*/
/*    top: -8px;*/
/*    left: 0;*/
/*    font-size: 16px;*/
/*    color:var(--green);*/
/*}*/
/*#master_settings input[type='radio'], label {*/
/*    cursor: pointer;*/
/*}*/

/*#master_settings input[type='radio'] {*/
/*    position: relative;*/
/*    height: 12px;*/
/*    width: 12px;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    outline: none;*/
/*}*/

/*#master_settings input[type='radio']::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    !*border-radius: 50%;*!*/
/*    transform: translate(-50%, -50%);*/
/*    !*background-color: white;*!*/
/*    border: 1px solid gray;*/
/*}*/

/*#master_settings input[type='radio']:checked::after {*/
/*    content: '\2714';*/
/*    position: absolute;*/
/*    top: -22%;*/
/*    left: 50%;*/
/*    width: 9px;*/
/*    height: 9px;*/
/*    !*border-radius: 50%;*!*/
/*    !*background-color: dodgerblue;*!*/
/*    color:var(--green);*/
/*    transform: translate(-50%, -50%);*/
/*    visibility: visible;*/
/*    font-size: 16px;*/
/*}*/
/*#copytraders-modal .col-item-traders-subscribe-statistics {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*#copytraders-modal .col-item-traders-subscribe-statistics div {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    font-size: 1rem;*/
/*    padding: 7px 10px 7px 0;*/
/*    font-weight: bold;*/
/*    !*justify-content: space-between;*!*/
/*}*/
/*#copytraders-modal .panel_content {*/
/*    grid-template-columns: none;*/
/*    padding: 5px;*/
/*    grid-template-areas: none;*/
/*}*/
/*#copytraders-modal .statictics_wrap {*/
/*    grid-template-columns: none;*/
/*}*/
/*#copytraders-modal .col {*/
/*    padding-left: 5px;*/
/*    padding-right: 5px;*/
/*}*/
/*#copytraders-modal .cab_info > div {*/
/*    padding: 0;*/
/*}*/
/*#copytraders-modal .table td {*/
/*    padding: 5px .5rem;*/
/*    font-size: 13px;*/
/*    white-space: nowrap;*/
/*}*/
/*#copytraders-modal .statictics_wrap .table {*/
/*    width: 100%;*/
/*    table-layout: fixed;*/
/*    border-collapse: collapse;*/
/*    height: 100vh;*/
/*}*/
/*#copytraders-modal .statictics_wrap .table tbody {*/
/*    display: block;*/
/*    overflow: auto;*/
/*    width: 100%;*/
/*    height: 400px;*/
/*}*/
/*#copytraders-modal .statictics_wrap .table thead tr {*/
/*    display: block;*/
/*    position: relative;*/
/*}*/
/*#copytraders-modal .statictics_wrap th {*/
/*    padding-right: 5px;*/
/*    text-align: left;*/
/*    width: 33.333vw;*/
/*}*/
/*#copytraders-modal .statictics_wrap td {*/
/*    !*padding: 5px;*!*/
/*    text-align: left;*/
/*    width: 33.333vw;*/
/*}*/
/*.row_modal_head{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    !*width: 80%;*!*/
/*    padding: 1em;*/
/*    margin: 1em;*/
/*    background: rgba(47,47,47,0.45);*/
/*    box-shadow: 0 10px 27px -23px rgba(255, 255, 255, 0.3);*/
/*}*/
/*.row_master{*/
/*    padding: 1em;*/
/*    margin: 1em;*/
/*    background: rgba(47,47,47,0.45);*/
/*    box-shadow: 0 10px 27px -23px rgba(255, 255, 255, 0.3);*/
/*}*/
/*.row-modal-head {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*g[role="menuitem"]:nth-child(odd){fill:#f3ba2f!important;stroke:rgba(235, 235, 235, 0.85)!important;}*/
/*g[role="menuitem"]:nth-child(even){fill:rgba(235, 235, 235, 0.75)!important;stroke: rgba(235, 235, 235, 0.85)!important;}*/
/*g[role="tooltip"] g[fill-opacity="0.9"]{fill:rgba(235, 235, 235, 0.75)!important;}*/
/*g tspan{font-size:.5em!important;}#chartRound g[aria-labelledby="id-248-title"]{display: none!important;}*/
/*g[aria-labelledby="id-37-title"],g[aria-labelledby="id-230-title"],g[aria-labelledby="id-66-title"]{display: none;}*/
/*#chartRoundMaster g[shape-rendering="auto"], #chartdiv g[shape-rendering="auto"]{display: none!important}*/
/*#chartdiv g[role="menuitem"]:nth-child(even){fill: rgba(206, 206, 206, 0.75) !important;stroke: rgba(235, 235, 235, 0.85)!important;}*/
/*g[role="group"] g[fill="#000000"]{fill:#f3ba2f!important;}*/
/*g[role="group"] g tspan{font-size:1em!important;}*/
/*g[role="group"] g[fill-opacity="0"]{stroke:#fff!important;}*/
/*#chartdiv g[aria-hidden="true"] g[fill="#151414"]{fill:#f3ba2f!important;}*/


/*.master_orders {*/
/*    height: 300px;*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    overflow: auto;*/
/*}*/
/*.fix_table_height{*/
/*    height: 150px;*/
/*}*/
/*.master_orders  table {*/
/*    border-collapse: collapse;*/
/*    width: 100%;*/
/*}*/
/*.master_orders thead th {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    background: #424242;*/
/*}*/
/*.master_orders thead{*/
/*    font-size: 1.1rem;*/
/*}*/
/*.master_orders th, .master_orders td, .master_orders tr {*/
/*    border-bottom: 1px dotted;*/
/*    padding: 0.2rem!important;*/
/*}*/
/*.master_orders td p {*/
/*    margin: 0.2rem;*/
/*}*/
/*.position_stats {*/
/*    border-radius: 6px !important;*/
/*    padding: 4px !important;*/
/*    color: white !important;*/
/*    margin-left: 4px !important;*/
/*    width: 50px !important;*/
/*    display: block !important;*/
/*    text-align: center !important;*/
/*}*/
/*.proc_stats {*/
/*    border-left-color: #f3f0f0;*/
/*    border-left-width: 3px;*/
/*    border-radius: 6px !important;*/
/*    padding: 4px !important;*/
/*    color: white !important;*/
/*    margin-left: 4px !important;*/
/*    width: 50px !important;*/
/*    display: block !important;*/
/*    text-align: center !important;*/
/*}*/
/*.long_pos {*/
/*    background-color: #02c076 !important;*/

/*}*/
/*.short_pos {*/
/*    background-color: #ff304e !important;*/
/*}*/
/*.create_master_modal {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    z-index: -100;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: rgba(0,0,0,0.5);*/
/*    opacity: 0;*/
/*}*/
/*.create_master_modal.show {*/
/*    z-index: 100;*/
/*    opacity: 1;*/
/*}*/
/*.delete_master_modal {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    z-index: -100;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: rgba(0,0,0,0.5);*/
/*    opacity: 0;*/
/*}*/
/*.delete_master_modal.show {*/
/*    z-index: 100;*/
/*    opacity: 1;*/
/*}*/
/*.collapse_wrap {*/
/*    font-size: 12px;*/
/*}*/
/*.collapse_wrap ol {*/
/*    list-style: decimal;*/
/*    counter-reset: item;*/
/*}*/
/*.collapse_wrap li {*/
/*    display: block*/
/*}*/

/*.collapse_wrap li:before { content: counters(item, ".") ". "; counter-increment: item;  }*/
/*.collapse_link {*/
/*    cursor: pointer;*/
/*    color: #d80000;*/
/*    font-weight: 600;*/
/*}*/
/*#chartBalanceMaster {*/
/*    height: 500px;*/
/*}*/
/*.collapse_pairs {*/
/*    cursor: pointer;*/
/*    color: #f3ba2f;*/
/*}*/
/*#subscribe input, #subscribe select {*/
/*    height: 40px;*/
/*    border-radius: 3px;*/
/*}*/

/*#subscribe .traders-info-pairs-futures {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*#subscribe .traders-info-pairs-futures input {*/
/*    margin-left: 15px;*/
/*}*/

/*#subscribe .traders-info-pairs-futures label {*/
/*    margin-right: 15px;*/
/*}*/

/*#unsubscribe_modal .traders-info-pairs-unsub {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*#unsubscribe_modal .traders-info-pairs-unsub input {*/
/*    margin-left: 15px;*/
/*}*/

/*#unsubscribe_modal .traders-info-pairs-unsub label {*/
/*    margin-right: 15px;*/
/*}*/
/*.cansel-copytraders {*/
/*    display: inline-flex;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 2px;*/
/*    background: rgb(271, 48, 78);*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    line-height: 1;*/
/*    font-size: 1.25rem;*/
/*    color: #fff;*/
/*    border: transparent;*/
/*    margin-right: 15px;*/
/*}*/

/*.save-copy {*/
/*    display: inline-flex;*/
/*    height: 40px;*/
/*    border-radius: 2px;*/
/*    background: var(--green);*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    line-height: 1;*/
/*    font-size: 1.25rem;*/
/*    color: #fff;*/
/*    border: transparent;*/
/*    margin-right: 15px;*/
/*    padding-right: 10px;*/
/*    padding-left: 10px;*/
/*}*/
/*.unsub {*/
/*    color: red;*/
/*}*/
/*#copytraders {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*.copytraders-breadcrums ul {*/
/*    padding-inline-start: 15px;*/
/*}*/
/*.copytraders-breadcrums ul li {*/
/*    font-weight: bold;*/
/*    font-size: 1rem;*/
/*    line-height: 1;*/
/*    cursor: pointer;*/
/*}*/
/*.buttons-group-copytraders {*/
/*    padding: 15px;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.buttons-group-copytraders button {*/
/*    background: transparent;*/
/*    text-transform: uppercase;*/
/*    outline: none !important;*/
/*    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);*/
/*    border: 1px solid rgba(0, 0, 0, .05);*/
/*    font-size: 15px !important;*/
/*    font-weight: 600;*/
/*    width: 220px;*/
/*    height: 50px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    line-height: 1;*/
/*    margin-right: 15px;*/
/*    color: #afafaf;*/
/*}*/
/*.buttons-group-copytraders button.active {*/
/*    border-color: var(--green);*/
/*    color: var(--green);*/
/*}*/
/*.copytraders-select-title, .copytraders-select-subtitle {*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*}*/
/*.row-select-traders {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*    margin: 30px 0;*/
/*    width: 100%;*/
/*}*/
/*.item-select {*/
/*    position: relative;*/
/*    max-width: 30%;*/
/*    flex: 0 0 30%;*/
/*    padding: 40px;*/
/*    text-align: center;*/
/*    min-width: 300px;*/
/*    min-height: 240px;*/
/*    cursor: pointer;*/
/*}*/
/*.item-select:hover::before, .item-select:focus::before {*/
/*    transition: all 1s ease;*/
/*    box-shadow: 0 18px 27px -23px rgb(0 0 0 / 40%);*/
/*}*/
/*.item-select h6 {*/
/*    font-size: 1.25rem;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    margin-top: -5px;*/
/*    margin-bottom: 40px;*/
/*    height: 28px;*/
/*    line-height: 1;*/
/*    position: relative;*/
/*}*/
/*.item-select h6:before, .item-select h6:after {*/
/*    content: '';*/
/*    width: 30px;*/
/*    height: 1px;*/
/*    background: rgba(0, 0, 0, 0.1);*/
/*    position: absolute;*/
/*    display: block;*/
/*    z-index: 1;*/
/*}*/
/*.item-select h6:before {*/
/*    top: 5px;*/
/*    left: 0;*/
/*}*/
/*.item-select h6:after {*/
/*    top: 5px;*/
/*    right: 0;*/
/*}*/
/*.item-select p {*/
/*    max-width: 300px;*/
/*    margin: 0 auto;*/
/*}*/
/*.item-select:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: calc(100% - 30px);*/
/*    width: calc(100% - 30px);*/
/*    top: 15px;*/
/*    left: 15px;*/
/*    background: #f3f0f0ad;*/
/*    box-shadow: 0 18px 27px -23px rgb(0 0 0 / 20%);*/
/*    z-index: -1;*/
/*}*/
/*.item-select:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: calc(100% - 80px);*/
/*    width: calc(100% - 80px);*/
/*    top: 40px;*/
/*    left: 40px;*/
/*    border: 1px solid rgba(0, 0, 0, 0.1);*/
/*    border-top-color: transparent;*/
/*}*/
/*.row-traders {*/
/*    flex-wrap: wrap;*/
/*    display: flex;*/
/*    width: 80%;*/
/*}*/
/*.row-modal-image {*/
/*    display: flex;*/
/*    padding: 15px 0;*/
/*}*/
/*.row-modal-image img {*/
/*    margin-right: 10px;*/
/*}*/
/*.col-item-traders-image img, .row-modal-image img {*/
/*    border-radius: 50%;*/
/*    max-width: 80px;*/
/*    display: inline-block;*/
/*}*/
/*.fdr {*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*}*/
/*.collapse_wrap img {*/
/*    width: 100%;*/
/*}*/
/*#master .col-item-traders-td:last-child {*/
/*    width: 100%;*/
/*    flex: 0 0 41%;*/
/*}*/
/*#master .traders-info-market {*/
/*    margin-top: 15px;*/
/*}*/
/*#master .traders-info-pairs {*/
/*    width: 80%;*/
/*    align-items: center;*/
/*    display: flex;*/
/*}*/
/*#master .traders-info-delete {*/
/*    margin-top: 40px;*/
/*}*/
/*#master_settings {*/
/*    flex-wrap: wrap;*/
/*    display: flex;*/
/*    width: 100%;*/
/*}*/
/*#master_settings .col-item-traders-td:last-child {*/
/*    width: 100%;*/
/*    flex: 0 0 25%;*/
/*}*/
/*.bin_futures_svg {*/
/*    !*fill: #e4c030;*!*/
/*    box-sizing: border-box;*/
/*    margin: 0;*/
/*    min-width: 0;*/
/*    color: currentColor;*/
/*    height: 47px;*/
/*    width: 236px;*/
/*    filter: invert(82%) sepia(90%) saturate(1046%) hue-rotate(327deg) brightness(91%) contrast(97%);*/
/*}*/
/*#choice_market input[type=radio] {*/
/*    display: none;*/
/*}*/
/*#choice_market .bin_spot_svg:hover{*/
/*    cursor: pointer;*/
/*}*/
/*#choice_market .bin_futures_svg:hover{*/
/*    cursor: pointer;*/
/*}*/
/*.modal-header .traders-info-name {*/
/*    !*margin-left: 30%;*!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    font-size: 0.7rem;*/
/*}*/
/*.modal-header .traders-info-name {*/
/*    margin-left: 30%;*/
/*}*/
/*.traders-info-name>h3 {*/
/*    margin: 0;*/
/*}*/
/*.traders-info-market, .traders-info-coin {*/
/*    margin-top: -35px;*/
/*}*/
/*.col-item-traders-price {*/
/*    margin-top: -35px;*/
/*}*/
/*.btn_stat {*/
/*    height: 40px;*/
/*}*/
/*.col-item-traders-content {*/
/*    padding: 20px;*/
/*    position: relative;*/
/*    margin-left: -20px;*/
/*    width: calc(100% - 60px);*/
/*    flex: 0 0 calc(100% - 60px);*/
/*}*/
/*#master .col-item-traders-content {*/
/*    padding: 20px;*/
/*    position: relative;*/
/*    margin-left: -20px;*/
/*    width: 100%;*/
/*    flex: 0 0 100%;*/
/*}*/
/*.col-item-traders-content:before {*/
/*    content: '';*/
/*    border: 1px solid rgba(0, 0, 0, 0.1);*/
/*    width: calc(100% + 40px);*/
/*    height: calc(100% - 30px);*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 40px;*/
/*    right: -20px;*/
/*    z-index: -1;*/
/*}*/
/*.traders-info-market_type {*/
/*    max-width: 300px;*/
/*}*/
/*.graphics {*/
/*    margin-left: -25px;*/
/*}*/
/*.graphics, .graphics > * {*/
/*    font-size: 0.7rem !important;*/
/*}*/
/*.row-charts {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 15px;*/
/*}*/
/*.row-charts .chart-1 {*/
/*    width: 40%;*/
/*    flex: 0 0 40%;*/

/*}*/
/*.row-charts .chart-2 {*/
/*    width: calc(60% - 30px);*/
/*    flex: 0 0 calc(60% - 30px);*/
/*}*/
/*#chartRound * {*/
/*    font-size: 0.75rem !important;*/
/*}*/
/*.chart-1 g[role="menuitem"]:nth-child(odd) {*/
/*    fill: #f3ba2f !important;*/
/*    stroke: rgba(235, 235, 235, 0.85) !important;*/
/*}*/
/*.chart-1 g[role="menuitem"]:nth-child(even) {*/
/*    fill: rgba(235, 235, 235, 0.75) !important;*/
/*    stroke: rgba(235, 235, 235, 0.85) !important;*/
/*}*/


/*!* 04-02-2023 copytrade end  *!*/

/*#show_terminal{*/
/*    text-align: center;*/
/*}*/
/*#show_terminal button{*/
/*    margin: 2px;*/
/*}*/
/*.admin_api{*/
/*    width: 50%;*/
/*    margin: 0 auto;*/
/*}*/
/*#result_teminal{*/
/*    margin: 10px;*/
/*}*/
/*.ref_val{*/
/*    color: #afafaf;*/
/*    font-size: 0.8rem;*/
/*}*/
/*.ref_val span {*/
/*    padding-right: 4px;*/
/*}*/
/*.mt_button button{*/
/*    width: 150px;*/
/*}*/
/*#mterm .active{*/
/*    opacity: 1;*/
/*    box-shadow: inset 0 0 4px 0 #f3ba2f;*/
/*}*/
/*#mterm .active.green{*/
/*    background-color: var(--green);*/
/*}*/
/*#mterm .active.red{*/
/*    background-color: var(--red);*/
/*}*/
/*#mterm .active.yellow{*/
/*    background-color: var(--yellow);*/
/*}*/


/*.dselect{*/
/*    width: 500px;*/
/*    margin: 0 auto;*/
/*}*/
/*.dselect .input-group-text {*/
/*    font-size: 20px;*/
/*    padding: 0.5em;*/
/*    width: 160px;*/
/*    background-color: #343a40;*/
/*    color: #FFF;*/
/*}*/
/*!*.select .form-control-sm{*!*/
/*!*    text-align: right;*!*/
/*!*    font-size: 20px;*!*/
/*!*    background-color: #343a40;*!*/
/*!*    color: #FFF;*!*/
/*!*}*!*/
/*.dselect .input-group > :not(:first-child):not(.dropdown-menu) {*/
/*    margin-left: -1px;*/
/*    border-top-left-radius: 0;*/
/*    border-bottom-left-radius: 0;*/
/*    padding-left: 5px;*/
/*    font-size: 20px;*/
/*    background-color: #343a40;*/
/*    color: #FFF;*/
/*    width: 314px;*/
/*}*/
/*.m_select_pair{*/
/*    width: 240px;*/
/*    margin: 0 auto;*/
/*}*/
/*.m_select_pair .input-group-text {*/
/*    font-size: 20px;*/
/*    padding: 0.5em;*/
/*    width: 90px;*/
/*    background-color: #343a40;*/
/*    color: #FFF;*/
/*}*/
/*.m_select_pair .input-group > :not(:first-child):not(.dropdown-menu) {*/
/*    margin-left: -1px;*/
/*    border-top-left-radius: 0;*/
/*    border-bottom-left-radius: 0;*/
/*    padding-left: 5px;*/
/*    font-size: 20px;*/
/*    background-color: #343a40;*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*    width: 150px;*/
/*}*/
/*.stream_futures_now{*/
/*    max-height: 200px;*/
/*    overflow: auto;*/
/*    text-align: left;*/
/*    margin: 0 auto;*/
/*    display: inline-block;*/
/*}*/
/*.stream_futures_now span{*/
/*    color: var(--red);*/
/*    padding-right: 8px;*/
/*    cursor: pointer;*/
/*    margin: 0;*/
/*}*/
/*.stream_futures_now p{*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/


/*#accordionExample{*/
/*    color: #fff;*/
/*}*/

/*#accordionExample .accordion-button:not(.collapsed) {*/
/*    color: #f3ba2f;*/
/*    background-color: #fff;*/
/*    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);*/
/*}*/
/*#accordionExample .accordion-button:focus {*/
/*    z-index: 3;*/
/*    border-color: #f3ba2f;*/
/*    outline: 0;*/
/*    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25)*/
/*}*/
/*.accordion-body {*/
/*    background-color: #515151;*/
/*}*/

/*.in {*/
/*    padding: 5px 5px 5px 5px;*/
/*}*/
/*!* Отображение миниатюр *!*/
/*.in img {*/
/*    width:100%;*/
/*    cursor: pointer;*/
/*}*/
/*!* Скрытый контейнер с большим изображением *!*/
/*#img_container {*/
/*    position: fixed;*/
/*    display: none;*/
/*    left: 5%;*/
/*    border-radius: 5px;*/
/*    z-index: 999;*/
/*    top: 200px;*/
/*    border: 1px solid #ccc;*/
/*    width: 90%;*/
/*    cursor: pointer;*/
/*}*/
/*!*#img_container .img-fluid{*!*/
/*!*    max-width: 100%;*!*/
/*!*    height: auto;*!*/
/*!*}*!*/
/*.online{*/
/*    position: absolute;*/
/*    margin-top: -14px;*/
/*    margin-left: 50px;*/
/*}*/
/*#s_online .panel:first-child .panel-heading:first-child label .box-text {*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 1px;*/
/*}*/
/*#s_online .panel:first-child .panel-heading:first-child label .box {*/
/*    display: inline-block;*/
/*    width: 38px;*/
/*    height: 16px;*/
/*    border-radius: 8px;*/
/*    border: 1px solid #b7b7b7;*/
/*    position: relative;*/
/*    background: #d6d6d6;*/
/*    cursor: pointer;*/
/*}*/
/*#s_online .panel:first-child .panel-heading:first-child label .box::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    left: 2px;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-radius: 6px;*/
/*    background: #fff;*/
/*    display: block;*/
/*    transition: all .75s ease;*/
/*}*/
/*#s_online .panel:first-child .panel-heading:first-child label .box.counter{*/
/*    background: #f3ba2f;*/
/*}*/
/*#s_online .panel:first-child .panel-heading:first-child label .box.counter:before{*/
/*    left:22px!important;*/
/*}*/
/*#s_online #switch_online {*/
/*    display: none;*/
/*}*/
/*#full-info-bots{*/
/*    font-size: 20px;*/
/*}*/
/*.setup_select select{*/
/*    color: rgb(243, 186, 47);*/
/*}*/
/*.setup_input input{*/
/*    color: rgb(243, 186, 47);*/
/*}*/
/*.setup_packet .nbr {*/
/*    min-width: 30px;*/
/*    display: inline-block;*/
/*    text-align: left;*/
/*    padding-right: 8px;*/
/*}*/
/*.setup_btn_action button{*/
/*    min-height: 30px!important;*/
/*    font-weight: bold;*/
/*    !*padding: 4px !important;*!*/
/*    width: 150px;*/
/*    text-align: center;*/
/*}*/
/*.setup_btn_desc button{*/
/*    min-height: 30px!important;*/
/*    font-weight: bold;*/
/*    !*padding: 4px !important;*!*/
/*    width: 350px;*/
/*    text-align: center;*/
/*}*/
/*.btn.btn_add2{*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 18px;*/
/*    padding: 0;*/
/*    color: var(--green);;*/
/*    background: white;*/
/*}*/
/*.margin_pairs{*/
/*    display: grid;*/
/*    grid-template-columns:repeat(5, 1fr);*/
/*    grid-gap:1.5rem;*/
/*    grid-auto-rows:minmax(20px, auto);*/
/*    justify-items:stretch;*/
/*    align-items:stretch;*/
/*    height: 160px;*/
/*    overflow: auto;*/
/*    padding-bottom: 50px;*/
/*}*/
/*!*margin pair select*!*/
/*#select-type,.change_margin_active_pair {*/
/*    display: none;*/
/*}*/
/*#select-type:checked + .select:after ,.change_margin_active_pair:checked + .select:after{*/
/*    left: 16px;*/
/*}*/

/*#select-type:checked + .select:before,.change_margin_active_pair:checked + .select:before {*/
/*    !*background: linear-gradient(#396afc, #2948ff);*!*/
/*    background: linear-gradient(#f3ba2f, #ffc107);*/
/*}*/
/*.active-pair-table .change_margin_active_pair:disabled:checked + .select:before {*/
/*    background: var(--green)}*/
/*.active-pair-table .change_margin_active_pair.blocked-pair:disabled + .select:before {*/
/*    background: var(--red);*/
/*    opacity: 1!important;*/
/*}*/
/*.active-pair-table .change_margin_active_pair:disabled:not(:checked) + .select:before {*/
/*    opacity: 0.5}*/
/*!*margin pair select*!*/
/*.ui-dialog-buttonset button {*/
/*    display: inline-block;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    vertical-align: middle;*/
/*    cursor: pointer;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    user-select: none;*/
/*    padding: .375rem .75rem;*/
/*    font-size: 0.8rem;*/
/*    border-radius: .25rem;*/
/*    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*    color: #fff;*/
/*    background-color: #212529;*/
/*    border-color: #212529;*/
/*    width: 100px;*/
/*}*/
/*.ui-dialog .ui-dialog-titlebar-close::after {*/
/*    content:"x";*/
/*    margin-top: -4px;*/
/*    position: relative;*/
/*    display: block;*/
/*}*/
/*.setup_table {*/
/*    height: 175px;*/
/*    overflow-y: auto;*/
/*}*/
/*.setup_table table tr > td {*/
/*    padding: 3px 8px;*/
/*    line-height: 14px;*/
/*    font-size: 14px;*/
/*    color: #ffc107;*/
/*    border-top: 1px #dee2e6 dotted;*/
/*    text-align: left;*/
/*}*/
/*.setup_table table tr > th {*/
/*    text-align: left;*/
/*}*/
/*.marketv{*/
/*    border-radius: 4px;*/
/*    font-size: 20px;*/
/*    font-weight: 900;*/
/*    min-width: 140px;*/
/*    !*height: 60px;*!*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    !*box-shadow: 0 6px 23px -9px rgb(255 155 155);*!*/
/*    !*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);*!*/
/*    color: #f3ba2f;*/
/*    border: 1px #1c1c1c dotted;*/
/*    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.2);*/
/*    background: #202020;*/
/*    !*margin: 20px;*!*/
/*    margin-right: 10px;*/
/*}*/
/*@media screen and (max-width: 992px){*/
/*    .marketplace{*/
/*        padding-top: 40px;*/
/*    }*/
/*    .marketv{*/
/*        min-width: 100px;*/
/*    }*/
/*}*/

/*.conditions2 .input-group-text{*/
/*    font-size: 18px!important;*/
/*}*/
/*.conditions2 p{*/
/*    color: red;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    line-height: 2px;*/
/*}*/
/*.conditions2 input {*/
/*    padding: 0 5px;*/
/*    max-width: 100%;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*}*/
/*.conditions2 select, .conditions2 input {*/
/*    border-radius: 0.25rem;*/
/*    height: 39px;*/
/*    margin-right: 10px;*/
/*    background: #fff;*/
/*    border: 1px solid #fff;*/
/*    font-weight: 900;*/
/*}*/

/*!*scoped*!*/
/*#block1 a, #block1 button, #block2 a{*/
/*    text-decoration: none;*/
/*    transition: 0.3s;*/
/*}*/
/*!* end scoped*!*/
/*.bfz{*/
/*    font-size: 20px;*/
/*    margin-right: 5px;*/
/*}*/
/*#tw_modal_vue .modal-dialog {*/
/*    max-width: 90%!important;*/
/*}*/
/*#tw_modal_vue .modal-content {*/
/*    color:var(--yellow);*/
/*    background-color:rgba(0,0,0,.8);*/

/*}*/
/*.nowrap{*/
/*    white-space: nowrap;*/
/*}*/

/*#admin_page::-webkit-scrollbar {*/
/*    height: 4px*/
/*}*/

/*#admin_page::-webkit-scrollbar-track {*/
/*    background: #373737*/
/*}*/

/*#admin_page::-webkit-scrollbar-thumb {*/
/*    background-color: #2948ff*/
/*}*/
#tw_modal_vue .modal-dialog {
    max-width: 90% !important;
}
#s_valute .panel:first-child .panel-heading:first-child label .box-text {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}
#s_valute .panel:first-child .panel-heading:first-child label .box11 {
    display: inline-block;
    width: 38px;
    height: 16px;
    border-radius: 8px;
    border: 1px solid #b7b7b7;
    position: relative;
    background: #d6d6d6;
    cursor: pointer;
}
#s_valute .panel:first-child .panel-heading:first-child label .box11::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #fff;
    display: block;
    transition: all .75s ease;
}
#s_valute .panel:first-child .panel-heading:first-child label .box11.counter{
    background: #f3ba2f;
}
#s_valute .panel:first-child .panel-heading:first-child label .box11.counter:before{
    left:22px!important;
}
#s_valute #switch_valute {
    display: none;
}

/* 27-07-23 */
.masters_container{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
[class^="mbox-"] {
    /*background-color: skyblue;*/
    /* Размещаем контейнеры по центру */
    display: grid;
    place-items: center;
}
.mcontainer {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(350px, auto));
    grid-gap:1em;
    justify-content: center;
    justify-items:stretch;
    align-items:stretch;

    grid-template-rows: repeat(auto-fill, minmax(24%, auto));
    row-gap: 10px;
}
.mcontainer > div{
    padding: 1em;
    margin: 1em;
    background: #f3f0f0ad;
    box-shadow: 0 18px 27px -23px rgba(0, 0, 0, 0.3);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.sorting{
    text-align: right;
    margin: 20px;
}
.master_inner_row1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 60px;
    justify-items: center;
    align-items: center;
    /*gap: 40px;*/
}
.subscribe button {
    color:#2dc98c!important;
}
.skipped_pair {
    overflow: auto;
    height: 300px;
}
#copytraders-modal .modal-xl {
    max-width: 90%;
}
.master_foll{
    display: inline-flex;
    font-weight: normal !important;
    overflow: auto;
    max-width: 300px;
    white-space: nowrap;
    height: 30px;
}
.chselect{
    display: flex;
    align-items: center;
    justify-content: center;
}
.chselect div {
    justify-content: center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chselect .input-group-text {
    font-size: 16px;
    padding: 0.5em;
    width: 150px;
    background-color: #e9ecef;
    color: #000;
}

.chselect .input-group > :not(:first-child):not(.dropdown-menu) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 5px;
    font-size: 16px;
    background-color: #e9ecef;
    color: #000;
    width: 150px;
}
.cpo{
    display: grid;
    justify-content: center;
}
#connect .binance, #connect .bybit{
    cursor: pointer;
}
#connect .wrap_b{
    min-height: 600px;
}
#connect .wrap{
    background: rgba(242, 238, 237, 0.5);
    border-radius: 15px;
    box-shadow: 0px 4px 30px -26px rgba(255, 255, 255, 0.4);
    margin: 20px;
    /*min-height: 600px;*/
    height: 650px;
}
#connect h2 {
    font-size: 18px;
}
#connect .clip-text {
    height: 1px;
}
#connect .ab11.text-danger {
    margin-bottom: 0;
}
#connect h4.binance {
    font-size: 18px;
}
#connect .ab11:first-child {
    font-size: 12px;
}
#connect .ab12 {
    font-size: 14px;
}
#connect .wrap hr {
    margin: 5px 0 !important;
}

#connect .hvh:hover{
    color:var(--green);
}
#connect .wrap2{
    height: 580px;
    overflow: auto;
}
@media screen and (max-width: 991px) {
    #connect .wrap {
        width: 100%;
        margin: 20px 0;
    }
    #connect .clip {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    #connect .row {
        flex-direction: column;
    }
}
#connect .input-group-text {
    font-size: 16px;
    padding: 0.3em;
    width: 85px;
    height: 100%;
}
#connect .ab11.text-danger {
    text-align: center;
}
#connect .infoconnect {
    font-size: 13px;
}
#enter_site .input-group .form-control {
    margin-left: -3px !important;
    background: transparent;
    color:#b40000;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border: 1px solid #b40000;
    border-left: none;
}
#enter_site .input-group .form-control::placeholder{
    color:#b40000;
}
#enter_site{
    color: #1b1b1b;
}
#enter_site .modal-header{
    border-bottom: 0;
}
#enter_site .lg a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
}
#enter_site .lg a img {
    margin-right: 10px;
}
#enter_site .btn-close {
    z-index: 2;
}
#enter_site .input-group .input-group-text {
    height: 40px;
    width: 40px;
    background: linear-gradient(#d80000, #b40000);
    color: #fff;
    font-size: 1.25em!important;
    margin-top: -1px;
}
#enter_site .input-group .input-group-text svg {
    width: 30px;
    height: 30px;
}
#enter_site .main-info{
    display: flex;
    width: 100%;
    color: #1b1b1b;
    font-size: 12px;
    margin-top: -10px;

}
#form-login-remember {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#modlgn-remember {
    order: -1;
    margin-right: 5px;
}
#form-login-remember {
    font-size: 14px;
    margin-top: 10px;
}#form-login-remember label{
     margin-bottom: 0;
 }
.list-group-horizontal li{
    border: none;
}
.login-button,.list-group-item a{
    color: #fff !important;
    outline: none;
    background: linear-gradient(#d80000, #b40000);
    border: none;
    min-width: 100px;
    display: inline-block;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.5rem;
    line-height: 1.5;
    font-weight: 500;
}
.login-button:hover,.list-group-item a:hover,.login-button:focus,.list-group-item a:focus,.login-button:active,.list-group-item a:active{
    background: linear-gradient( #b40000,#d80000);
    outline: none;
    color:#fff;
    border: 1px solid #d80000;
}

#form-login-submit .controls .login-button {
    width: 150px;
    margin-top: 15px;
}

@media only screen and (max-width: 998px) {
    #enter_site .main-info {
        width: 60%;
    }
    .fancybox-stage .p-5 {
        padding: 0.5rem !important;
    }
    #info h2 {
        padding: 0;
    }
}
#main_blocks .panel-body .table tbody tr td {
    color: black !important;
}
#main_blocks .setup .btn {
    width: 210px;
}
#users-mfa-captive-form-choose-another {
    display: none;
}
#com-users-methods-reset-container.bg-light, .com-users-methods-list-method-image.bg-light {
    background: none !important;
}
.com-users-methods-list-method.com-users-methods-list-method-name-backupcodes {
    display: none;
}
#com-users-methods-list-method-default-tag.bg-info {
    background: #d80000 !important;
}
.com-users-methods-list-method-addnew.btn-outline-primary {
    color: #d40000 !important;
    border: 1px solid #d40000;
}
.com-users-methods-list-method-addnew.btn-outline-primary:hover {
    color: white !important;
    background: #d40000;
}
#content_data22 .placeholder22 .form-box-input::placeholder {
    color: rgba(0, 0, 0, .5) !important;
}
#tabPanel #s_upd {
    margin-right: 15px;
}
#tabPanel #s_upd .box-text {
    margin-right: 10px;
}
#main_blocks .btn.btn-light[data-v-8b8c2e88] {
    font-size: .9rem;
}
.com-users-profile__edit-form fieldset:nth-child(2){
    display: none !important;
}
/*.com-users-profile__edit-form fieldset:nth-child(3){*/
/*    display: none !important;*/
/*}*/
/*.com-users-profile__edit-form fieldset:nth-child(4){*/
/*    display: none !important;*/
/*}*/
.com-users-methods-list-method-name-email {
    /*display: none;*/
}
.com-users-methods-list-method-addnew {
    border-color: #d40000;
}
#com-users-method-edit .row:first-of-type {
    display: none !important;
}
#com-users-method-edit .row:nth-of-type(2) {
    display: none !important;
}
@media screen and (max-width: 1280px) {
    #packet_page .widget_container {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }
}
joomla-alert button {
    display: none;
}
.question-wrapper .text-wrapper {
    color: #171717 !important;
}
/*#com-users-method-edit .row:first-child{*/
/*    display: none !important;*/
/*}*/
@media screen and (max-width: 620px) {
    #faq .mw-1400 .d-flex {
        flex-direction: column;
        gap: 10px !important;
    }
}
.setupbal a.shortlink {
    height: 75px !important;
}
.partner-wrap {
    padding: 25px;
}
.partner-wrap > * {
    width: 50% !important;
}
.partner-reftree-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #1b1b1b;
    margin-top: 10px;
}
@media screen and (max-width: 1025px) {
    .partner-wrap > * {
        width: 100% !important;
    }
}