html{
    background-color: #ffffff;
}

body {
    margin: 0;
    font-family: Trebuchet MS;
    color: #ffffff;
    font-size: 14px;
    background-color: #dddddd;
}

* {
    box-sizing: border-box;
    outline: 0 !important;
    border: 0;
    padding: 0;
}

br {
    margin: 10px 0;
    display: block;
}

a {
    color: #dfe1e5;
    text-decoration: none;
    display: block;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #AAAAAA;
}

.navbar{
    display: none;
    padding-left: 10px;
    align-items: center;
    height: 80px;
    font-weight: bold;
    font-size: 16px;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
}

li{
    display: block;
    margin: 0;
    padding-left: 40px;
    color: #202020;

}
/*
.logo{
    background-image: url("../img/logo-dark.png");
    margin: 0 auto;
    background-size: contain;
    width: 176px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
}
*/
/*.logo {*/
/*    background-image: url("../img/logo-dark.png");*/
/*    margin: 3px auto;*/
/*    background-size: contain;*/
/*    width: 166px;*/
/*    height: 23px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.logo {*/
/*    background-image: url("../img/nordnetwhite.png");*/
/*    margin: 3px 0px 0px 20px;*/
/*    background-size: contain;*/
/*    width: 166px;*/
/*    height: 38px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/
.header{
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1c29;
    position: sticky;
    top: 0;
    z-index: 999;

}

/*.menu{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.menu{
    display: none;
    align-items: center;
}


.platf{
    color: #1976d2;
}

.user{
    margin-left: 20px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    font-weight: bold;
    width: 128px;
    height: 40px;
    background-color: #1a1c29;
    color: #dfe1e5;
}

.user:hover, .user:focus{
    background-color: #2a2e39;
    cursor: pointer;
}


.stick{
    width: 1px;
    height: 50px;
    margin: 10px 10px 10px 20px;
    background-color: #363a46;
}

/*.container_menu{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*    align-items: center;*/
/*    background-color: #1a1c29;*/
/*}*/
/*.container_menu {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*    align-items: center;*/
/*    background-color: #1a1c29;*/
/*    height: 75px;*/
/*}*/


.container{
    padding-top: 10px;
    background-color: #0d0f18;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container2{
    padding-top: 10px;
    background-color: #0d0f18;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*display: none;*/
}



.frames{
    display: flex;
    justify-content: space-between;
    width: 100%;
}




.buttons{
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.button1{
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    width: 139px;
    height: 32px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #1976d2;
    margin-right: 10px;
}

.button1:hover, .button2:hover, .button3:hover, .button4:hover, .button5:hover{
    opacity: 0.8;
}

.button2{
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 159px;
    height: 32px;
    background-color: #232735;
    color: #dfe1e5;
    cursor: pointer;
}

.button3{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 133px;
    height: 32px;
    background-color: #00a97f;
    color: #fff;
    cursor: pointer;
}


.button4{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 146px;
    height: 32px;
    background-color: #ee5250;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}



.button5{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 163px;
    height: 32px;
    margin-left: 10px;
    background-color:#0d0f18;
    color:#dfe1e5;
    border:solid 1px #232735;
    cursor: pointer;
}

.button6 {
    align-items: center;
    color: #9F9C9C;
    font-size: 12px;
    width: fit-content;
    cursor: pointer;
    padding: 3px 5px;
    box-sizing: border-box;
    background-color: transparent;
}

.button6:hover {
    background-color: #018b68 !important;
    color: #fff;
    border-radius: 30px;
    border: none;
    outline: 2px solid #474f6f;
    font-size: 12px;
}

.button6:focus-within {
    background-color: #2a2f3a !important;
    color: #65676c;
    border-radius: 30px;
    border: 1px solid #018d6a;
    outline: 2px solid #474f6f;
    font-size: 12px;
}

.button6:focus {
    background-color: #2a2f3a !important;
    color: #65676c;
    border-radius: 30px;
    border: 1px solid #018d6a;
    outline: 2px solid #474f6f;
    font-size: 12px;
}

.button6.active {
    background-color: #018b68 !important;
    color: #fff;
    border-radius: 30px;
    border: none;
    outline: 2px solid #474f6f;
    font-size: 12px;
}

.table {
    width: 100%;
    background-color: #ffffff;
    /* border: solid 2px #20222d; */
    color: #b2b5be;
}

.hist_table{
    width: 82%;
    border: solid 1px #e0e3eb;
    background-color: #fff;
}


.container3{
    /*padding-bottom: 50px;*/
    display: flex;
    justify-content: center;
    background-color: #0d0f18;
    /*border-top: 4px solid #282d38;*/
}

.container4{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    /*position: fixed;*/
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background-color: #fff;

}

/*.container5{
    padding-top: 12px;
    padding-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}*/
.container5 {
    padding-top: 12px;
    padding-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
}

.table1{
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    padding-right: 10px;
    padding-left: 10px;
}

.table1 tr:hover td{
    background-color: #2a2e39;
}

.table_top{
    text-align: left;
    padding-top: 10px;
    color: #000;
}

td{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

tr{
    border-bottom: 1px solid #2b2e3a;
}

#hist_tr_table{
    color: #000;
}

.table_type_red, .table_profit_red{
    color: #f44336;
}

.table_type_green, .table_profit_green{
    color: #00a97f;
}

.table_caption{
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.stats {
    display: flex;
    width: 100%;
    justify-content: center;
}

.stats1, .stats2{
    display: flex;
    align-items: center;
}

.stats_string {
    display: flex;
    align-items: center;
    padding-right: 20px;
    flex-direction: column;
}

.stats_space{
    font-size: 16px;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}

.stats_value{
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(17, 211, 130);
    font-weight: bold;
    line-height: 1.2;
}

.stats_value_red{
    font-size: 16px;
    font-family: "Roboto";
    color: #da3d46;
    font-weight: bold;
    line-height: 1.2;
}

.stats_space2{
    font-size: 16px;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}

.stats_value2{
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(17, 211, 130);
    font-weight: bold;
    line-height: 1.2;
}

.time{
    padding-left: 20px;
    color: #787b86;
    display: flex;
}

.tres{
    padding-left: 5px;
    font-weight: bold;
    color: #d1d4dc;
}

.buttons1{
    display: flex;
    align-items: center;
}

.buttons2{
    display: flex;
    align-items: center;
}

.img_button{
    padding-left: 5px;
}

.frame1{
    margin-right: 14px;
    background-color: #202338;
}

.frame2{
    background-color: #202338;
}

.reg_form{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #141622;
    border: none;
}

.reg_fields{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.reg_title{
    padding-bottom: 20px;
    width: 500px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #d1d4dc;
}

.reg_field{
    width: 520px;
    height: 34px;
    padding: 5px;
    background-color: #141622;
    color: #b2b5be;
    border: solid 1px #363c4e;
}

.reg_fields2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 500px;
}

.reg_discr{
    color: #787b86;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 6px;
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.flex_breack{
    flex-basis: 100%;
    height: 0px;
}

.register_button{
    width: 100%;
    height: 34px;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #1976d2;
    color: #fff;
}

.register_button:hover{
    background-color: #1168bd;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    font-weight: normal;
    top: 80px;
    display: none;
    position: absolute;
    background-color: #232735;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 999;
    padding: 5px 0px 0px 0px;
}

.dropdown-content a {
    color: #dfe1e5;
    padding: 12px 16px;
    text-decoration: none;
}

.dropdown-content a:hover {background-color: #2a2e39;}

.show {display: block;}

.drop_menu_list{
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.icon_dropmenu{
    padding-right: 13px;
    filter: invert(1);
    width: 25px;
}

.info_form{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    /*padding-bottom: 30px;*/
    width: 1170px;
    display: flex;
    justify-content: center;
    background-color: #141622;
    border: solid 2px #20222d;
}

.info_fields{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;

}

.info_title {
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.info_title_edit{
    margin-left: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #1976d2;

}

.info_field{
    width: 100%;
    height: 34px;
    padding-left: 12px;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #363c4e;
}

.info_field:disabled{
    border: solid 1px rgba(54, 60, 78, 0.2);
}

.info_field_drop{
    width: 100%;
    height: 34px;
    border: solid 1px #c4c4c4;
    background-color: #000;
    padding-left: 12px;
    color: #202020;
}

.info_field2{
    margin-bottom: 20px;
    width: 100%;
    height: 34px;
    border: solid 1px #e0e3eb;
    background-color: #e4e7ee;
    padding: 5px;
}

.info_field_upload{

    width: 95%;
    height: 34px;
    border: solid 1px #e0e3eb;
    background-color: #e4e7ee;
    padding: 5px;
}

.info_field_upload_all{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.info_field3{
    width: 100%;
    font-size: 16px;
    color: #1976d2;
    margin-top: 10px;
    margin-bottom: 16px;
}

.info_field4{
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 16px;
    color: #b2b5be;
}

.info_field_date{
    margin-right: 6px;
    width: 20%;
    height: 34px;
    padding: 12px;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #363c4e;
}

.info_field_pass{
    margin-right: 6px;
    width: 20%;
    height: 34px;
    padding: 12px;
    background-color: #141622;
    color: #b2b5be;
    border: solid 1px #363c4e;
}

.info_field_pass2{
    margin-right: 6px;
    width: 35%;
    height: 34px;
    padding: 12px;
    background-color: #141622;
    color: #b2b5be;
    border: solid 1px #363c4e;
}

.info_fields2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    font-weight: bold;
    color: #b2b5be;
}

.info_fields3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.info_fields4 {
    display: flex;
    justify-content: space-between;
    width: 48%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.info_fields5 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.info_form_left{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 48%;
}
/*#docs{background-color: transparent;}*/
.info_form_right{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 48%;
}

.info_discr{
    color: #000;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 6px;
    width: 100%;
}

.info_discr2{
    color: #787b86;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 6px;
    width: 100%;
}

.info_discr3{
    color: #3e3f42;
    font-size: 14px;
    padding-top: 16px;
    width: 100%;
}

.info_button{
    width: 520px;
    height: 34px;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #1976d2;
    color: #fff;
}

.info_button:hover{
    background-color: #1168bd;
}

.info_form_all{
    width: 90%;
}

.info_date, .info_pass{
    display: flex;
    justify-content: start;
}

.info_radio_btn, .info_check_btn{
    display: flex;
    flex-wrap: wrap;
}
.form_radio{
    width: 100%;
    margin-bottom: 12px;
}

.form_check{
    width: 100%;
    margin-bottom: 12px;
}

.button_center{
    width: 100%;
    display: flex;
    justify-content: center;
}

.info_button{
    width: 161px;
    height: 34px;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #1976d2;
    color: #fff;
}

.info_button:hover{
    background-color: #1168bd;
}

.line_form{
    width: 100%;
    height: 1px;
    background-color: #242634;
}

.pers_info{
    display: flex;
    justify-content: space-between;
}

.edit_flex{
    display: flex;
    align-items: center;
}

.upload_button{
    height: 34px;
    display: flex;
    justify-content: space-between;
    width: 95%;
    align-items: center;
    padding: 12px;
    background-color: #20222d;
    border: solid 1px #20222d;
}

.upload_button_light{
    height: 34px;
    display: flex;
    justify-content: space-between;
    width: 95%;
    align-items: center;
    padding: 12px;
    background-color: #20222d;
    border: solid 1px #20222d;
}

.upload_button_light_pass, .upload_button_light_addr{
    height: 34px;
    display: flex;
    justify-content: space-between;
    width: 95%;
    align-items: center;
    padding: 12px;
    background-color: #fff;
    border: solid 1px #20222d;
}

.uploaded_text{
    font-size: 12px;
    color: #787b86;
}

.radio_btn{
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.info_checkbox{
    height: 16px;
    width: 16px;
}

.pass_edit{
    width: 100%;
}

.pass_edit2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_change_pass{
    font-size: 16px;
    color: #1976d2;
}

@-moz-document url ("about: newtab") {body {background-color: #000! important;}}

.img_account, .img_connect, .img_plus, .img_edit, .img_close, #img_button2, #img_button5{
    filter: invert(99%) sepia(1%) saturate(1969%) hue-rotate(183deg) brightness(97%) contrast(84%);
}

.popup_info{
    position: absolute;
    width: 280px;
    height: 86px;
    padding: 10px 15px 20px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #5d6072;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    display: none;
}

.img_info:hover{
    filter: invert(31%) sepia(73%) saturate(2541%) hue-rotate(196deg) brightness(92%) contrast(81%);
}

/*.switch-on{
    width: 30px;
    height: 17px;
    margin: 0 0 0 12px;
    padding: 2px 2px 2px 16px;
    border-radius: 100px;
    background-color: #1976d2;
    display: flex;
    align-items: center;
}

.switch-sphere{
    left: -14px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100px;
}*/

.switch-on {
    width: 48px;
    height: 24px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    padding: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.switch-sphere {
    width: 23px;
    height: 23px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.switch-on.dark .switch-sphere {
    transform: translateX(24px);
}

#theme-icon {
    width: 19px;
    height: 19px;
}




.popup_form1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px !important;
}


.popup_zayavka1{
    display: none;
    position: fixed;
    margin: auto;
    width: 322px;
    padding: 18px 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    background-color: #1d202a;
    top: 110px;
    z-index: 500;
}

.popup_zayavka2{
    top: 110px;
    display: none;
    position: fixed;
    width: 322px;
    padding: 18px 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    background-color: #1d202a;
    z-index: 500;
}

.popup_zayavka3{
    display: none;
    position: fixed;
    margin: auto;
    width: 322px;
    padding: 18px 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    background-color: #1d202a;
    top: 110px;
    z-index: 500;
}

/*.popup_zayavka4{
    display: none;
    top: 110px;
    position: fixed;
    max-width: 460px;
    height: 421px;
    padding: 18px 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    background-color: #1d202a;
    z-index: 500;
    margin: 0 10px;
}


.popup_zayavka5{
    display: none;
    top: 110px;
    position: fixed;
    max-width: 460px;
    height: 421px;
    padding: 18px 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    background-color: #1d202a;
    z-index: 500;
}*/
.popup_zayavka4 {
    display: none;
    /*top: 110px;*/
    /*position: fixed;*/
    max-width: 460px;
    height: 421px;
    /*padding: 18px 0;*/
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 500;
    /*margin: 0 10px;*/
}
.popup_zayavka5 {
    display: none;
    /*top: 110px;*/
    /*position: fixed;*/
    /*max-width: 460px;*/
    height: 421px;
    /*padding: 18px 0;*/
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 499;
}

.buttorder {
    border-radius: 5px;
    background-color: #EFEFEF;
    width: 220px;
    height: 28px;
    color: #000000;
}
.buttorder-text{
    color: #9F9C9C;
    float: left;
    padding-left: 10px;
}

.buttorder-text1{
    color: #000000;
    float: right;
    padding-right: 10px;
}


.popup_zayavka_header{
    margin: auto;
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
    color: #b2b5be;
}

.popup_zayavka_header_img{
    display: flex;
    width: 15px;
    height: 15px;
    cursor: pointer;
    filter: invert(80%) sepia(2%) saturate(1138%) hue-rotate(188deg) brightness(97%) contrast(75%);
}


.popup_line{
    /*width: 322px;*/
    width: 100%;
    height: 2px;
    margin: 15px 0 0;
    background-color: #282d38;
    display: none;
}
.popup_line-m{
    display: none;
}

.popup_zayavka_buttons{
    height: 36px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-top: 10px;
}
.popup5_zayavka_buttons{
    height: 36px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-top: 10px;
}
.popup_zayavka5_buttons{
    height: 36px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-top: 10px;
}
.popup_zayavka_buttons1{
    height: 36px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-top: 10px;
}

.popup_zayavka_button_bit{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 36px;
    margin: 0 0 0 2px;
    padding: 10px 29px;
    background-color: #1d202a;
    color: #b2b5be;
}


.popup_zayavka_button_vm{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 36px;
    margin: 0 0 0 2px;
    padding: 10px 29px;
    background-color: #2b2e3a;
    color: #787b86;
}

.kurses{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.kurs_title{
    width: 100%;
    height: 16px;
    font-size: 14px;
    text-align: center;
    color: #b2b5be;
    margin-top: 30px;
}

.kurs_value{
    width: 100%;
    height: 29px;
    margin: 8px 0 0;
    font-size: 25px;
    text-align: center;
    color: #1976d2;
}

.kurs_value2{
    width: 100%;
    height: 29px;
    margin: 8px 0 0;
    font-size: 25px;
    text-align: center;
    color: #b2b5be;
}


.pop_inputs{
    display: flex;
    justify-content: center;
    /*flex-wrap: wrap;*/
}

.popup_field{
    width: 100%;
    height: 34px;
    padding: 9px 0px 9px 12px;
    border: solid 1px #363c4e;
    background-color: #fff;
    margin-top: 6px;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}
#searchString.popup_field {
    background-color: #EFEFEF;
    border-radius: 15px;
    color: #000;
    border: none;
}

.popup_field2{
    width: 90%;
    height: 34px;
    padding: 9px 0px 9px 12px;
    border: solid 1px #363c4e;
    background-color: #1d202a;
    margin-top: 30px;
    background: url(/custom/img/copy_dark.svg) no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    font-size: 11px;
    color: #b2b5be;
}

#take_profit1.popup_field{
    background-color: #9f9f9f52;
    border: none;
}

#stop_loss1.popup_field {
    background-color: #9f9f9f52;
    border: none;
}

#take_profit2.popup_field {
    background-color: #9f9f9f52;
    border: none;
}

#stop_loss2.popup_field {
    background-color: #9f9f9f52;
    border: none;
}

#sell_buy_limit_field.popup_field {
    background-color: #fff;
    border: solid 1px #363c4e;
}

.popup_button{
    width: 100%;
    height: 36px;
    background-color: #00a97f;
    font-size: 15px;
    color: #ffffff;
    margin-top: 16px;
    cursor: pointer;
}

.popup_button3{
    width: 90%;
    height: 36px;
    background-color: #00a97f;
    font-size: 15px;
    color: #ffffff;
    margin-top: 16px;
    cursor: pointer;
}


.soglashenie{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    margin-top: 16px;
    color: #787b86;
}

.qrcode{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 14px;
    display: flex;

}


.popup1_zayavka_button_vm_vivod.active{background-color:#fff;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}
.popup1_zayavka_button_bit_vivod.active{background-color:#fff;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}
.popup1_zayavka_button_vm_vivod{background-color:#e0e3eb;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}
.popup1_zayavka_button_bit_vivod{background-color:#e0e3eb;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}
.title_field_bitcoin{margin-top: 16px;font-size: 14px;color: #787b86;}
.title_field_visa{margin-top: 16px;font-size: 14px;color: #787b86;}

.popup2_zayavka_button_vm_vivod{
    background-color:#fff;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}
.popup2_zayavka_button_bit_vivod{
    background-color:#fff;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}

.popup2_zayavka_button_vm_vivod_active{
    background-color:#fff;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}
.popup2_zayavka_button_bit_vivod_active{
    background-color:#fff;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}
.popup2_zayavka_button_vm_vivod_passive{
    background-color:#336699;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}
.popup2_zayavka_button_bit_vivod_passive{
    background-color:#336699;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}

.popup_zayavka_button_vm_vivod.active{
    background-color:#fff;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}
.popup_zayavka_button_bit_vivod.active{
    background-color:#fff;color: black;display:flex;justify-content:center;align-items:center;width:160px;height:36px;margin:0 0 0 2px;padding:10px 29px;font-size:13px}

.popup_zayavka_button_bit_vivod {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 36px;
    margin: 0 0 0 2px;
    padding: 10px 29px;
    background-color: #1d202a;
    color: #b2b5be;
    font-size: 12px;
}
.popup_zayavka_button_active{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 36px;
    margin: 0 0 0 2px;
    padding: 10px 29px;
    background-color: #1d202a;
    color: #b2b5be;
    font-size: 12px;
}
/*.popup_zayavka5_button_active{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 36px;
    margin: 0 0 0 2px;
    padding: 0px 0px;
    background-color: #1d202a;
    color: #b2b5be;
    font-size: 12px;
}*/

/*.popup_zayavka5_button_active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 36px;
    margin: 0 0 0 0px;
    padding: 0px 0px;
    background-color: #009066;
    color: #b2b5be;
    font-size: 12px;
}*/
.popup_zayavka5_button_active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 36px;
    margin: 0 0 0 0px;
    padding: 0px 0px;
    background-color: #009066;
    color: #ffffff;
    font-size: 12px;
}

.popup_zayavka_button_vm_vivod, .popup_zayavka_button_mir_vivod{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 36px;
    padding: 10px 29px;
    background-color: #2b2e3a;
    color: #787b86;
    font-size: 13px;
}
.popup_zayavka_button_passive{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 36px;
    padding: 10px 29px;
    background-color: #2b2e3a;
    color: #787b86;
    font-size: 13px;
}
/*.popup_zayavka5_button_passive{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 36px;
    padding: 0px 0px;
    background-color: #2b2e3a;
    color: #787b86;
    font-size: 12px;
}*/
/*

.popup_zayavka5_button_passive {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 36px;
    margin: 0 0 0 0px;
    padding: 0px 0px;
    background-color: #1d202a;
    color: #b2b5be;
    font-size: 12px;
}
*/

.popup_zayavka5_button_passive {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 36px;
    margin: 0 0 0 0px;
    padding: 0px 0px;
    background-color: #e6e6e6;
    color: #000000;
    font-size: 12px;
}
.popup_zayavka_button_mir_vivod{
    margin-right: 2px;
    margin-left: 2px;
}
.popup_field_sum_vivod, .popup_field_card_vivod{
    width: 100%;
    height: 34px;
    padding: 9px 0px 9px 12px;
    border: solid 1px #363c4e;
    background-color: #1d202a;
    color: #fff;
    margin-top: 6px;
    font-size: 14px;
}
.popup_button_vivod{
    width: 100%;
    height: 40px;
    background-color: #ee5250;
    font-size: 16px;
    color: #ffffff;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 5px;
}
.pop_inputs2{
    width: 90%;
    /*}*/
    /*.pop_inputs3{*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title_field{
    margin-top: 16px;
    font-size: 10px;
    color: #787b86;
    margin-bottom: 5px;
}

.hist_calendar{
    width: 17%;
    height: fit-content;
    padding: 18px 0 15px 0;
    background-color: #141622;
    border: solid 2px #20222d;
    display: none;
}
.hist_calendar_line{
    width: 100%;
    height: 1px;
    margin: 0 0 8px;
    background-color: #e0e3eb;
    margin-top: 8px;
}

.hist_calendar_title{
    margin: 0 167px 22px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #b2b5be;
}

.hist_calendar_month{
    margin: 0 76px 0 71px;
    font-size: 14px;
    text-align: center;
    color: #b2b5be;
}

.hist_calendar_arrmonth{
    width: 100%;
    display: flex;
    justify-content: center;
}

.hist_calendar_arrmonth2{
    width: 90%;
    display: flex;
    justify-content: space-between;
}


.hist_calendar_dates{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hist_calendar_dates2{
    width: 90%;
    display: flex;
    justify-content: space-between;
}


.table_caption{
    color: #b2b5be;
}

.hleb{
    color: #b2b5be;
}

.popup_field_code{
    color: #b2b5be;
}

.soglash a { color: #787b86; }

/*#tv_chart_container{*/
/*    width: 74%;*/
/*}*/

/*#tv_chart_indexes{
    width: 25%;
    overflow-y: scroll;
    overflow-x: hidden;
}*/
/*/////////////////////////////////////////////////////////*/
.table_indexes{
    text-align: left;
    padding-top: 10px;
    width: 100%;
    border-collapse: collapse; /* Способ отображения границы */
    border-spacing: 0px 7px; /* Расстояние между ячейками */
    border: none;
    table-layout: fixed;
}
/* парная/непарная строка */
.table_indexes tr:nth-child(odd) td {
    background-color: #dddddd;
    height: 37px;
}

.table_indexes tr:nth-child(even) td {
    background-color: #fff;
    height: 37px;
}

/* Все/Крипта/Акции.. */
.select_type_active{
    padding: 6px 14px;
    text-align: center;
}

.search_indx_table{
    border-bottom: 5px solid #dddddd;
}

.select_type_active:hover{
    background-color: transparent !important;
}

.table_indexes td:nth-child(1){
    width: 60px;  /* название */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0a0a0a;
}

.table_indexes td:nth-child(2)
{
    width: 30px;  /* название */
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

.table_indexes td:nth-child(3)
{
    width: 30px;  /* название */
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

.table_indexes tr{
    border-bottom: none;
}

.table_indexes tr:hover td{
    background-color: rgba(1, 140, 105, 0.45);
}

.table_indexes tr.tab_index_head td {
    background-color: #fff;
}
/*
.table_indexes {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 7px;
    border: none;
    table-layout: fixed; !* Новое: фиксированная ширина колонок *!
    font-size: 13px;
}

!* Первая колонка: символ (выравнивание слева) *!
.table_indexes td:nth-child(1) {
    text-align: left;
    color: #cdcdcd;
    font-size: 12px;
    width: 100px; !* Новое *!
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

!* Вторая колонка: Bid *!
.table_indexes td:nth-child(2) {
    text-align: right;
    padding: 5px;
    color: #00a97f;
    width: 100px; !* Новое *!
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

!* Третья колонка: Ask *!
.table_indexes td:nth-child(3) {
    text-align: right;
    padding: 5px;
    color: #00a97f;
    width: 100px; !* Новое *!
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

!* Общие стили для строк *!
.table_indexes tr {
    border-bottom: 1px solid #363636;
}

!* Hover эффект (можно оставить или адаптировать) *!
.table_indexes tr:hover td {
    background-color: #fff;
}

!* Исключение для строк без hover *!
tr.no-hover:hover {
    background-color: transparent !important;
}
*/

.index-filter-btn {
    background-color: transparent;
    color: #000;
    padding: 3px 7px;
    border: 0px solid #555;
}
.index-filter-btn.active {
    background-color: #009066;
    color: #fff;
    padding: 3px 7px;
    border-color: #009066;
    border-radius: 15px;
}
.index-filter-btn:hover {
    background-color: #009066;
    color: #ffffff;
    border-radius: 15px;
}


.message1{
    display: none;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.inmessage1{
    position: fixed;
    margin: auto;
    width: 322px;
    padding: 18px 0;
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2);
    background-color: #494949;
    top: 210px;
    z-index: 500;
    display: flex;
    justify-content: center;
}

.tab_index_head{
    color: #000;
    background-color: #fff;
    width: 100%;
    height: 40px;
}

.edit-order {
    font-size: 1rem;
    padding: 0px 5px;
    cursor: pointer;
}

.edit-order::after {
    cursor: auto;
    content:"\00a0";
    display: inline-block;
    width: 10px;
    border: darkred;
}
.img_plus{
    cursor: pointer;
}

#curr_index {
    padding-left: 14px;
    color: #cdcdcd;
    padding: 5px;
    display: none;
}
.menu.desktop-mob,
.dropdown-content .mobile_menu_item,
.footer_menu,
.mobile_balance.stats_space2,
.dep_button_mob,
.help_mob,
#mob-trade-buttons {
    display: none;
}

.menu-btn {
    display: none;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    width: 27px;
    cursor: pointer;
    z-index: 1;
}

.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #cdcdcd;
    transition-duration: .25s;
    border-radius: 1px;
}

.menu-btn > span::before {
    content: '';
    top: -6px;
}

.menu-btn > span::after {
    content: '';
    top: 6px;
}

#mob-trade-buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 32px;
    background-color: #232735;
    color: #dfe1e5;
    cursor: pointer;
    width: 25%;
    margin: 5px;
}

#curr_index span {
    display: inline-block;
}

#curr_index .inx-ask,
#curr_index .inx-bid {
    color: #898989;
    width: 7em;
    text-align: right;
}

#curr_index .price-green {
    color: #00a97f;
}

#curr_index .price-red {
    color: #ff0000;
}

#curr_index .inx-name {
    width: 8em;
}

#tv_chart_container,
#block_graph {
    width: 100%;
    height: 100%;
}


/*дизайн между блоками Клиент график*/
/*#tv_chart_indexes {
    width: 15.5%;
    overflow-y: scroll;
    overflow-x: hidden;
}*/

#tv_chart_indexes {
    width: 13%;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

/* Chrome, Edge, Safari */
#tv_chart_indexes::-webkit-scrollbar {
    display: none;
}
#leftmenu {
    width: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    margin-right: 5px !important;
    padding-top: 20px;
}

#leftmenu-info {
    /*width: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    position: absolute;*/
    width: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    margin-right: 5px !important;
    padding-top: 20px;
    position: absolute;

}

#leftmenu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; /* Добавьте отступы между элементами по желанию */
    text-decoration: none; /* Убирает подчеркивание ссылок */
    color: inherit; /* Сохраняет цвет текста */
}
#leftmenu-info a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; /* Добавьте отступы между элементами по желанию */
    text-decoration: none; /* Убирает подчеркивание ссылок */
    color: inherit; /* Сохраняет цвет текста */
}

#leftmenu a div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
}
#leftmenu-info a div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
}

#leftmenu a img {
    margin-bottom: 5px;
    filter: invert(1);
}
#leftmenu-info a img {
    margin-bottom: 5px;
    filter: invert(1);
}

#clientid {
    display: flex;
}

.header,
.container_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1D1D1D;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
}

.container_menu {
    width: 100%;
    height: 75px;
    justify-content: space-between;
    padding: 0px 20px;
}

a {
    color: #dfe1e5;
    text-decoration: none;
    display: block;
}

.logo-container {
    flex: 1;
}

.desktopcontainer4 {
    flex: 2;
    display: flex;
    justify-content: center;
}

.user_help {
    flex: 1;
    display: flex;
    max-width: 350px;
    align-items: center;
    justify-content: space-evenly;
}

#trading {
    display: flex;
    width: 67.5%;
    flex-direction: column;
    flex-grow: 1;
    margin: 0px 5px 0px 5px;
}

#block_graph > div {
    box-sizing: border-box;
}

.symbol-select {
    width: 100%;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}
.input-container .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.input-container .minus-icon {
    left: 5px;
}
.input-container .plus-icon {
    right: 50px;
}
.input-container .plus-icon-m {
    right: 50px;
}
.input-container input {
    text-align: center;
    flex: 1;
    /*padding: 5px 30px;*/
}

.symbol {
    height: 75px;
    width: 100%;
}

#block_graph {
    display: flex;
    margin: auto;
    min-height: 700px;
    margin: 5px 0px 5px 0px;
    /*overflow: hidden;*/
}

#leftmenu,
#tv_chart_indexes,
#rightmenu {
    flex-shrink: 0;
}

#rightmenu {
    width: 13.5%;
    background-color: #fff;
}

.form_line {
    width: 100%;
    height: 2px;
    background-color: #292e39;
    display: none;

}

#order_suma {
    height: 54px;
    background-color: #fdfdff;
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    color: #000000;
    font-size: large;
}

#plus-icon,
#minus-icon {
    width: 35px;
    height: 35px;
    position: absolute;
}

#plus-icon {
    right: 10px;
}

#minus-icon {
    left: 10px;
}
/*mob*/
#plus-icon-m,
#minus-icon-m {
    width: 35px;
    height: 35px;
    position: absolute;
}
#plus-icon-m {
    right: 10px;
}
#minus-icon-m {
    left: 10px;
}
/*mob end*/
#order_suma2 {
    height: 54px;
    background-color: #fdfdff;
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    color: #000000;
    font-size: large;
}
#plus-icon2,
#minus-icon2 {
    width: 35px;
    height: 35px;
    position: absolute;
}
#plus-icon2-m,
#minus-icon2-m {
    width: 35px;
    height: 35px;
    position: absolute;
}
#plus-icon2 {
    right: 10px;
}
#minus-icon2 {
    left: 10px;
}
#plus-icon2-m {
    right: 10px;
}
#minus-icon2-m {
    left: 10px;
}
.switch {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    background-color: #ccc;
    border: 1px solid #aaa;
    border-radius: 5px;
}
.switch.active {
    background-color: #00a97f;
    color: #fff;
}
.switch.inactive {
    background-color: #ccc;
    color: #000;
}
#popup_button_sell {
    width: 216px;
    height: 40px;
    background-color: #ee5250;
    font-size: 16px;
    color: #ffffff;
    margin-top: 0px;
    cursor: pointer;
    font-family: 'roboto';
    font-weight: 600;
    border-radius: 5px;
    display: flex !important;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.button-content .button-icon {
    margin: auto 10px auto 0px;
}
#sbls_button{
    width: 216px;
    height: 40px;
    background-color: #00a97f;
    font-size: 14px;
    color: #ffffff;
    margin-top: 16px;
    cursor: pointer;
    font-family: 'roboto';
    font-weight: 600;
    border-radius: 5px;
}
.popup_button {
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-align: left;*/
}
.otlorder{
    display: flex;
    justify-content: center;
}
.button-icon {
    margin-right: 10px;
}
#top-bar {
    padding: 10px 20px;
    display: flex;
    height: 60px;
    background-color: #fff;
    margin-bottom: 5px;
}
.button-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.button-content-main {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}
#popup_button_buy{
    width: 216px;
    height: 40px;
    background-color: #00a97f;
    font-size: 16px;
    color: #ffffff;
    margin-top: 0px;
    cursor: pointer;
    font-family: 'roboto';
    font-weight: 600;
    border-radius: 5px;
    display: flex !important;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.switch-to-popup4mob{display: none;}
.switch-to-popup5mob{display: none;}
.switch-to-popup5{
    width: 216px;
    height: 37px;
    background-color: #363c4e;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    justify-content: center;
}
.switch-to-popup4{
    width: 216px;
    height: 37px;
    background-color: #363c4e;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    justify-content: center;
}

/*.toggle-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
}*/

.hidden-radio {
    width: 15px; /* уменьшено в 2 раза */
    height: 15px; /* уменьшено в 2 раза */
    opacity: 0;
    position: absolute;
}

#sell_buy_limit_field {
    margin-top: 10px;
}
/*.inp-container {
    position: relative;
    width: fit-content;
    margin: 10px;
}

.inp-container input {
    padding-left: 30px; !* Отступ слева для иконки *!
    height: 20px;
    font-size: 14px;
    border:1px solid #343c52;
    border-radius: 30px;
}

.inp-container img {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; !* Размер иконки *!
    height: 20px;
}*/
/*.button6 {
    align-items: center;
    color: #7a7c80;
    font-size: 12px;
    width: fit-content;
    height: 32px;
    cursor: pointer;
    background-color: #131722;
    padding: 0px 5px;
    margin-right: 10px; !* Отступ справа между кнопками *!
}*/

.button-group2 {
    display: inline-flex;
}

.inp-container {
    position: relative;
    /*width: 30px;*/
    margin-left: 10px;
}

.inp-container input {
    padding-left: 30px;
    height: 20px;
    font-size: 14px;
    border: 1px solid #343c52;
    border-radius: 30px;
    background-color: #ffffff;
    color: #000000;
}

.inp-container img {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px; /* Размер иконки */
    height: 13px;
}
.flex-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.button-group {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.radio_btn {
    display: none;
}
.buttorder-text-spred {
    text-align: center;
    /* border-radius: 5px; */
    background-color: rgb(217 124 37 / 0%);
    width: 182px;
    height: 20px;
    color: white;
    margin: 0px 0px;
    letter-spacing: 2px;
    border-right-color: #00a97f;
    border-right-style: dotted;
    border-right-style: solid;
    border-right-width: 5px;
    border-left-width: 5px;
    border-left-color: #ee5250;
    border-left-style: solid;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.switch-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.switch-text {
    margin-bottom: 5px;
    font-size: 10px;
    color: #000;
}
.switchqq {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}
.switchqq input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slidera {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}
.slidera:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slidera {
    background-color: #2196F3;
}
input:checked + .slidera:before {
    transform: translateX(26px);
}
.buylist {
    padding: 5px 10px;
    background-color: green;
    color: white;
    border-radius: 15px;
    margin-right: 10px;
    margin-left: 10px;
}
.selllist {
    padding: 5px 10px;
    background-color: red;
    color: white;
    border-radius: 15px;
}
.image-button{
    background: transparent;
    width: 40px;
    min-width: 40px;
    color: #000;
    text-align: center;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #9F9C9C;
    margin-left: 10px;
}
#crypto-container {
    display: flex;
    gap: 20px;
}
.my_pair {
    background-color: #ffffff;
    padding: 10px 10px 0px 15px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #00a97f;
}
.my_pair {
    position: relative;
    padding-right: 20px; /* чтобы крестик не накладывался на текст */
}
.my_pair_name{
    margin: 0px !important;
}
.remove-pair {
    position: absolute;
    right: 0;
    top: -3px;
    cursor: pointer;
    color: #000;
}
.tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1000;
}

.buttlist {
    color: #545b61;
    background-color: transparent;
    font-size: 16px;
    margin-right: 10px;
    padding: 3px 7px; /* Добавлено для поддержания размеров */
    border: 1px solid transparent; /* Прозрачная граница для резервирования места */
    box-sizing: border-box; /* Включает границы и внутренние отступы в размер элемента */
}

.buttlist:active {
    color: white;
    background-color: #009066 !important;
    outline: 2px solid #474f6f;
    font-size: 16px;
    margin-right: 10px;
    padding: 3px 7px;
    border-radius: 15px;
    border: 1px solid #009066; /* Видимая граница при активации */
}

.buttlist:target {
    color: white;
    background-color: #009066 !important;
    outline: 2px solid #474f6f;
    font-size: 16px;
    margin-right: 10px;
    padding: 3px 7px;
    border-radius: 15px;
    border: 1px solid #009066; /* Видимая граница при цели */
}

.buttlist:focus {
    color: white;
    background-color: #009066 !important;
    outline: 2px solid #474f6f;
    font-size: 16px;
    margin-right: 10px;
    padding: 3px 7px;
    border-radius: 15px;
    border: 1px solid #009066; /* Видимая граница при фокусе */
}
.hidde{display: none;}
.info_form_right{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 48%;
}
.switch-block{
    display: flex;
    width: 90%;
    margin: auto;
    padding: 10px 0 0 15px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.group1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.group1_2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}
.group1_2 .buttorder {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.group1_2 .buttorder-text{
    font-size: 10px;
}
.group1_2 .buttorder-text1{
    color: #000000;
    float: right;
    padding-right: 5px;
    font-size: 12px;
}
#spread_value{float: right;padding-right: 10px;}
.depos{
    background-color: #00A65A; /* Matches the green color */
    color: white; /* White text color */
    font-family: Arial, sans-serif; /* Font similar to the one in the image */
    font-weight: bold; /* Bold text */
    padding: 10px 20px; /* Spacing around the text */
    border: none; /* No border */
    border-radius: 3px; /* Slight rounding on corners */
    cursor: pointer; /* Pointer cursor on hover */
    text-transform: uppercase; /* Uppercase text */
    font-size: 14px; /* Font size matching the image */
}
/*<!--  LOADER css  -->*/
.loader-payment {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-payment 1s linear infinite; /* Изменено имя анимации */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px; /* Centering */
}

@keyframes spin-payment {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.notification-payment {
    margin-top: 20px;
    color: green;
    font-size: 16px;
    text-align: center;
}

.payment-link {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: blue;
    text-decoration: underline;
}
.invest-icon{
    display: none;
}
.switchblock{
    display: none; justify-content: space-between; align-items: center; margin-bottom: 10px;
}
.switchblock2{
    display: none; justify-content: space-between; align-items: center; margin-bottom: 10px;
}
#closeIndexesTable {
    display: none;
}
.mobile-only{
    display: none;
}

.ts-desktop-only {
    display: block;
    padding: 7px 4px;
    background-color: #1a1c29;
    color: #009066;
    border: 1px solid white;
    border-radius: 8px;
}
.ts-mobile-only{
    display: none;
}
input#ts_name {
    background-color: #123d5b;
    color: white;
    padding: 5px;
}
select#ts_currency {
    background-color: #123d5b;
    padding: 5px;
    color: white;
}
button#createTSButton {
    padding: 5px;
    background-color: #009066;
    color: white;
}
.footer_menu_info{
    display: none;
}
/* прокрутка активов */
.index-scroll-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.scroll-button {
    background: none;
    border: none;
    color: #ccc;
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 1;
    flex-shrink: 0;
}

/*.index-scroll-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
}*/
.index-scroll-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;

    max-width: 300px; /* 👈 фикс для ~3 кнопок */
    flex-shrink: 1;
}
.index-scroll-container::-webkit-scrollbar {
    display: none;
}

.index-filter-btn {
    background-color: transparent;
    color: #000;
    padding: 3px 7px;
    border: 0px solid #555;
}
.index-filter-btn.active {
    background-color: #009066;
    color: #fff;
    padding: 3px 7px;
    border-color: #009066;
    border-radius: 15px;
}
.index-filter-btn:hover {
    background-color: #009066;
    color: #ffffff;
    border-radius: 15px;
}
#indexes_filters_inside {
    overflow-x: auto !important;
}
.mobile-logout {
    display: none;
}
/*моб css начало */
@media (max-width: 576px) {
    .mobile-logout {
        padding: 10px;
        font-size: small;
    }
    .info_fields2 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: flex-start;
        font-weight: bold;
        color: #b2b5be;
        flex-direction: column;
    }

    .info_form_right {
        display: flex;
        justify-content: left;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }
    /* прокрутка активов */
    .index-scroll-wrapper {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 10px;
    }

    .scroll-button {
        background: none;
        border: none;
        color: #ccc;
        font-size: 18px;
        padding: 5px 10px;
        cursor: pointer;
        z-index: 2;
    }

    .index-scroll-container {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex: 1;
    }

    .index-scroll-container::-webkit-scrollbar {
        display: none;
    }

    .index-filter-btn {
        margin: 0 5px;
        padding: 6px 12px;
        white-space: nowrap;
        border: none;
        border-radius: 16px;
        background-color: #eee;
        cursor: pointer;
        font-size: 14px;
    }

    .index-filter-btn.active {
        background-color: #007856;
        color: white;
    }

    #leftmenu-info{
        display: none;
    }
    .footer_menu_info {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: #1c1c1c; /* тёмный фон, если нужно */
        display: flex;
        justify-content: space-around;
        padding: 5px 0;
        z-index: 9999;
    }
    .info_form_left {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        width: 100%;
    }
    .info_field_date {
        margin-right: 6px;
        width: 30%;
        height: 34px;
        padding: 12px;
        background-color: #141622;
        color: #b2b5be;
        border: solid 1px #363c4e;
    }
    input#ts_name {
        background-color: #123d5b;
        color: white;
        padding: 5px;
    }
    select#ts_currency {
        background-color: #123d5b;
        padding: 5px;
        color: white;
    }
    button#createTSButton {
        padding: 5px;
        background-color: #009066;
        color: white;
    }
    .ts-desktop-only{
        display: none;
    }
    .ts-mobile-only{
        display: block;
    }
    html, body {
        height: 100%;
        margin: 0;
        padding: 0;
        /*overflow: scroll;*/
    }

    html, body { overflow-x: hidden; scrollbar-width: none; }

    #selectTradeAccountMob {
        color: #00965b;
        background-color: #1a1c29;
        font-size: x-small;
    }
    #block_graph{
        display: flex;
        flex-direction: column;
        height: calc(var(--vh) * 100 - 50px);
    }
    #trading {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-grow: 0;
        border-left: 4px solid #2a2e39;
        border-right: 4px solid #2a2e39;
        height: -webkit-fill-available;
    }
    #rightmenu {
        width: 100%;
        background-color: #fff;
    }
    .popup_zayavka4 {
        display: block;
        max-width: 460px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        background-color: #131722;
        z-index: 500;
    }
    .popup_zayavka5 {
        display: none;
        max-width: 460px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        background-color: #131722;
        z-index: 499;
    }
    .container4 {
        display: flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 0px;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        background-color: #131722;
        height: 50px;
        z-index: 10000;
    }
    .popup_zayavka4 {
        display: block;
        max-width: 460px;
        height: 265px !important;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        background-color: #131722;
        z-index: 500;
    }

    .popup_zayavka5 {
        display: none;
        max-width: 460px;
        height: 265px !important;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        background-color: #131722;
        z-index: 499;
    }

    .switch-to-popup4mob {
        width: 25px;
        height: 25px;
        background-color: #363c4e;
        display: none;
        flex-direction: row;
        align-items: center;
        color: white;
        text-transform: uppercase;
        border-radius: 5px;
        justify-content: center;
        font-size: 10px;
    }
    .switch-to-popup5mob {
        width: 25px;
        height: 25px;
        background-color: #363c4e;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: white;
        text-transform: uppercase;
        border-radius: 5px;
        justify-content: center;
        font-size: 10px;
    }

    .container_menu{
        /*background-color: red !important;*/
        /*background-color: green !important;*/
    }
    .popup_field {
        width: 80%;
        height: 34px;
        padding: 9px 0px 9px 12px;
        border: solid 1px #363c4e;
        background-color: #1d202a;
        margin-top: 6px;
        color: #000;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .popup_line {
        /* width: 322px; */
        width: 100%;
        height: 2px;
        margin: 5px 0 0;
        background-color: #131722;
    }

    .popup_zayavka5_button_active{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 26px;
        margin: 0 0 0 2px;
        padding: 0px;
        background-color: transparent;
        color: #b2b5be;
        font-size: 12px;
        border-bottom: 2px solid #00a97f;
    }
    .popup_zayavka5_button_passive{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 26px;
        margin: 0 0 0 2px;
        padding: 0px;
        background-color: transparent;
        color: #b2b5be;
        font-size: 12px;
        /*border-bottom: 2px solid #b2b5be;*/
    }

    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
    .form_line{
        background: #1D1D1D;
    }
    .tp{
        display: flex;
        flex-direction: column;
    }
    .value-white {
        color: #336699;
    }
    .level2_open_order{
        display: flex; justify-content: space-between; margin-top: 6px; text-align: left;
    }
    .switchblock{
        display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;
    }
    .switchblock2{
        display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;
    }
    .container3 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1d202a;
        z-index: 9999;
        overflow: auto;
    }
    .depos{
        background-color: #00A65A; /* Matches the green color */
        color: white; /* White text color */
        font-family: Arial, sans-serif; /* Font similar to the one in the image */
        font-weight: bold; /* Bold text */
        padding: 10px 20px; /* Spacing around the text */
        border: none; /* No border */
        border-radius: 3px; /* Slight rounding on corners */
        cursor: pointer; /* Pointer cursor on hover */
        text-transform: uppercase; /* Uppercase text */
        font-size: 14px; /* Font size matching the image */
    }

    .button6 {
        align-items: center;
        color: #dfe1e5;
        font-size: 12px;
        width: fit-content;
        cursor: pointer;
        background-color: #131722 !important;
        padding: 3px 5px;
        border: 1px solid transparent; /* Прозрачная граница для резервирования места */
        box-sizing: border-box; /* Включает границы и внутренние отступы в размер элемента */
    }

    .button6:active {
        background-color: #2a2f3a !important;
        color: #65676c;
        border-radius: 30px;
        border: 1px solid #018d6a;
        outline: 2px solid #474f6f;
        font-size: 12px;
    }

    .button6:focus-within {
        background-color: #2a2f3a !important;
        color: #65676c;
        border-radius: 30px;
        border: 1px solid #018d6a;
        outline: 2px solid #474f6f;
        font-size: 12px;
    }

    .button6:focus {
        background-color: #00a97f !important;
        color: #ffffff;
        border-radius: 30px;
        border: 1px solid #018d6a;
        outline: 2px solid #474f6f;
        font-size: 12px;
    }

    .stats_space2{
        font-size: 16px;
        font-family: "Roboto";
        font-weight: bold;
        line-height: 16px;
        color: #ffffff;
    }
    .container_menu {
        width: 100%;
        height: 65px;
        justify-content: space-between;
        border-bottom: 4px solid #2a2e39;
    }
    .mobile_balance.stats_space2 {
        display: flex;
        font-size: smaller;
        flex-direction: row;
        font-size: 9px;
        justify-content: space-between; /* Размещает span-ы по краям */
    }

    .stat-mob-main {
        display: flex;
        flex-direction: row;
        width: 65%;
        justify-content: space-around;
    }

    .stat-mob1 {
        display: flex;
        flex-direction: column;
    }

    .stat-mob2 {
        display: flex;
        flex-direction: column;
    }

    .stat-mob-main .mobile_balance span:first-of-type {
        color: #fff;
        font-weight: bold;
        flex-grow: 1; /* Заставляет первый span занимать все доступное пространство */
        text-align: left; /* Выравнивание текста влево */
    }

    .stat-mob-main .mobile_balance span:last-of-type {
        text-align: right; /* Выравнивание текста вправо */
        margin-left: 3px;
        color:#00a97f;
    }

    .initial-buy-button-styles {
        width: 130px !important;
        height: 40px !important;
        background-color: #00a97f !important;
        font-size: 16px !important;
        color: #ffffff !important;
        margin-top: 0px !important;
        cursor: pointer !important;
        font-family: 'roboto' !important;
        font-weight: 600 !important;
        border-radius: 5px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }

    /* Изначальные стили кнопки "продать" для мобильных устройств */
    .initial-sell-button-styles {
        width: 130px !important;
        height: 40px !important;
        background-color: #ee5250 !important;
        font-size: 16px !important;
        color: #ffffff !important;
        margin-top: 0px !important;
        cursor: pointer !important;
        font-family: 'roboto' !important;
        font-weight: 600 !important;
        border-radius: 5px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }
    .button-content-main1 {
        display: flex;
        gap: 10px;
        padding-top: 10px;
    }
    .table_caption {
        text-align: left;
        padding-left: 10px;
        /* padding-top: 10px; */
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }
    .table {
        width: 100%;
        background-color: #141622;
        border: solid 2px #20222d;
        color: #b2b5be;
        padding-bottom: 0px;
    }
    .icon_dropmenu {
        padding-right: 13px;
        filter: invert(0);
        width: 35px;
    }
    .button-icon {
        margin-right: 10px;
        width: 9%;
    }
    .desktopcontainer4{display: none;}
    .user_help{display: none;}


    .dep_button_mob img {
        width: 70%;
    }
    .flex-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap; /* Запрет на перенос элементов */
    }
    .button-group1 {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 7px;
    }
    .button-group2 {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .inp-container {
        position: relative;
        width: auto;
    }
    .inp-container img {
        position: absolute;
        right: 70px;
        top: 50%;
        transform: translateY(-50%);
        width: 13px;
        height: 13px;
    }
    .inp-container input {
        padding-left: 20px;
        height: 20px;
        font-size: 14px;
        border: 1px solid #343c52;
        border-radius: 30px;
        background-color: #131722;
        color: white;
        width: 70%;
    }
    #top-bar{display: none}

    /*.popup_zayavka4 {
        display: none;
        !*top: 110px;*!
        !*position: fixed;*!
        max-width: 460px;
        !*height: 421px;*!
        !*padding: 18px 0;*!
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        background-color: #131722;
        z-index: 500;
        !*margin: 0 10px;*!
    }*/
    /*брибито к низу страницы*/
    /*.popup_zayavka4 {
        display: block; !* или inline-flex в зависимости от ваших целей *!
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: auto; !* адаптивная высота, если нужно *!
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
        background-color: #131722;
        z-index: 999;
        !*padding: 10px;*!
        padding-bottom: 50px;
    }*/


    .dep_button_mob {
        display: block;
        width: 100%;
        text-align: center;
    }
    .help_mob {
        display: block;
        /* margin-right: 10px; */
        padding-right: 0px;
    }
    .help_mob img {
        width: 90%;
    }
    /*.logo{
        background-image: url("../img/logo-dark.png");
        margin: 0 auto;
        background-size: contain;
        width: 176px;
        height: 33px;
        background-position: center;
        background-repeat: no-repeat;
    }*/
    .logo {
        background-image: url("../img/nordnetwhite.png");
        margin: 0 auto;
        background-size: contain;
        width: 106px;
        /*height: 33px;*/
        background-position: left;
        background-repeat: no-repeat;
        /* width: 100%; */
        margin-left: 10px;
    }
    #clientid{display: none}
    .dep_button{display: none}
    .help{display: none}
    /*.dep_button{display: none;}*/
    /*.help{display: none;}*/
    #leftmenu{display: none;}

    /*СОЗДАННЫЕ СТИЛИ*/
    .message1{
        display: none;
        justify-content: center;
        position: relative;
        z-index: 1000;
    }

    .inmessage1{
        position: fixed;
        margin: auto;
        width: 322px;
        padding: 18px 0;
        box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2);
        background-color: #494949;
        top: 210px;
        z-index: 500;
        display: flex;
        justify-content: center;
    }
    .symbol-select {
        width: 100%;
        height: 76px;
        display: none;
        justify-content: center;
        align-items: center;
    }
    .popup_zayavka_header {
        margin: auto;
        display: flex;
        align-items: center;
        width: 90%;
        justify-content: space-between;
        color: #b2b5be;
    }
    .group1 {
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 5px;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .button-content-main {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .button-content-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .buttorder-text-spred {
        text-align: center;
        background-color: rgb(217 124 37 / 0%);
        width: 182px;
        height: 20px;
        color: white;
        margin: 0px 0px;
        letter-spacing: 2px;
        border-right-color: #00a97f;
        border-right-style: dotted;
        border-right-style: solid;
        border-right-width: 5px;
        border-left-width: 5px;
        border-left-color: #ee5250;
        border-left-style: solid;
        margin: 10px 0px;
        display: none;
        align-items: center;
        justify-content: space-around;
    }
    #popup_button_buy {
        width: 130px;
        height: 40px;
        background-color: #00a97f;
        font-size: 16px;
        color: #ffffff;
        margin-top: 0px;
        cursor: pointer;
        font-family: 'roboto';
        font-weight: 600;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #popup_button_sell {
        width: 130px;
        height: 40px;
        background-color: #ee5250;
        font-size: 16px;
        color: #ffffff;
        margin-top: 0px;
        cursor: pointer;
        font-family: 'roboto';
        font-weight: 600;
        border-radius: 5px;
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    /*.input-container {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding-top: 20px;
    }*/
    .input-container {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding-top: 8px;
    }
    .input-container .icon {
        position: absolute;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .input-container .minus-icon {
        left: 5px;
    }

    .input-container .plus-icon {
        right: 50px;
    }
    .input-container .plus-icon-m {
        right: 50px;
    }

    .input-container input {
        text-align: center;
        flex: 1;
        padding: 5px 30px;
    }

    .symbol {
        height: 75px;
        width: 100%;
    }
    .form_line {
        width: 100%;
        height: 2px;
        background-color: #292e39;
    }
    .form_line_w {
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
    }
    #order_suma {
        height: 54px;
        background-color: #131722;
        border-radius: 30px;
        border: 2px solid #5c6375;
        color: white;
    }
    #plus-icon,
    #minus-icon {
        width: 35px;
        height: 35px;
        position: absolute;
    }
    #plus-icon-m,
    #minus-icon-m {
        width: 35px;
        height: 35px;
        position: absolute;
    }

    #plus-icon {
        right: 10px;
    }

    #minus-icon {
        left: 10px;
    }
    #minus-icon-m {
        left: 10px;
    }

    #order_suma2 {
        height: 54px;
        background-color: #131722;
        border-radius: 30px;
        border: 2px solid #5c6375;
        color: white;
    }

    #plus-icon2,
    #minus-icon2 {
        width: 35px;
        height: 35px;
        position: absolute;
    }

    #plus-icon2 {
        right: 10px;
    }

    #minus-icon2 {
        left: 10px;
    }
    #plus-icon2-m,
    #minus-icon2-m {
        width: 35px;
        height: 35px;
        position: absolute;
    }

    #plus-icon2-m {
        right: 10px;
    }

    #minus-icon2-m {
        left: 10px;
    }

    .switch {
        padding: 10px 20px;
        margin: 5px;
        cursor: pointer;
        background-color: #ccc;
        border: 1px solid #aaa;
        border-radius: 5px;
    }

    .switch.active {
        background-color: #00a97f;
        color: #fff;
    }
    .mobindex {
        display: none;
        flex-direction: row;
        padding: 5px;
        justify-content: space-between;
    }
    .switch.inactive {
        background-color: #ccc;
        color: #000;
    }
    .button-content .button-icon {
        margin: auto 10px auto 0px;
    }
    .button-icon-mob{
        width: 90%;
        margin: auto;
    }
    /*#sbls_button{
        width: 216px;
        height: 40px;
        background-color: #00a97f;
        font-size: 14px;
        color: #ffffff;
        margin-top: 16px;
        cursor: pointer;
        font-family: 'roboto';
        font-weight: 600;
        border-radius: 5px;
        text-align: center;
    }*/
    #sbls_button {
        width: 216px;
        height: 40px;
        background-color: #00a97f;
        font-size: 14px;
        color: #ffffff;
        margin-top: 0px;
        cursor: pointer;
        font-family: 'roboto';
        font-weight: 600;
        border-radius: 5px;
        text-align: center;
    }
    .popup_button {
        display: flex;
        align-items: center;
        justify-content: center;
        /*text-align: left;*/
    }
    .otlorder{
        display: flex;
        justify-content: center;
    }
    /*.button-icon {
        margin-right: 10px;
    }*/
    .switch-to-popup4mob {
        width: 20px;
        height: 20px;
        background-color: transparent;
        display: none;
        flex-direction: row;
        align-items: center;
        color: white;
        text-transform: uppercase;
        border-radius: 5px;
        justify-content: center;
        font-size: 10px;
    }
    .switch-to-popup5mob {
        width: 20px;
        height: 20px;
        background-color: transparent;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: white;
        text-transform: uppercase;
        border-radius: 5px;
        justify-content: center;
        font-size: 10px;
    }
    .button-content .button-icon {
        margin: auto 10px auto 0px;
        width: 10%;
    }

    .switch-to-popup5{
        width: 216px;
        height: 37px;
        background-color: #363c4e;
        display: none;
        flex-direction: row;
        align-items: center;
        color: white;
        text-transform: uppercase;
        border-radius: 5px;
        justify-content: center;
    }
    .switch-to-popup4{
        width: 216px;
        height: 37px;
        background-color: #363c4e;
        display: none;
        flex-direction: row;
        align-items: center;
        color: white;
        text-transform: uppercase;
        border-radius: 5px;
        justify-content: center;
    }
    .hidden-radio {
        width: 15px; /* уменьшено в 2 раза */
        height: 15px; /* уменьшено в 2 раза */
        opacity: 0;
        position: absolute;
    }
    #sell_buy_limit_field {
        margin-top: 10px;
    }
    .buttlist {
        color: #545b61;
        background-color: transparent;
        font-size: 16px;
        margin-right: 10px;
    }
    .buttlist:active {
        color: white;
        background-color: #009066;
        font-size: 16px;
        margin-right: 10px;
        padding: 3px 7px;
        border-radius: 15px;
    }
    .buttlist:target {
        color: white;
        background-color: #009066;
        font-size: 16px;
        margin-right: 10px;
        padding: 3px 7px;
        border-radius: 15px;
    }
    .buttlist:focus {
        color: white;
        background-color: #009066;
        font-size: 16px;
        margin-right: 10px;
        padding: 3px 7px;
        border-radius: 15px;
    }
    /*СОЗДАННЫЕ СТИЛИ*/

    #desktopcontainer4{display: none;}
    #mob-trade-buttons{
        display: flex;
        justify-content: space-around;
    }
    .mb{display:flex;}
    .info_form {width: 100%;}
    .clientid{padding-left: 17px;}
    .menu.desktop-mob {
        display: flex;
    }

    .menu.desktop-bar {
        display: none;
    }

    .menu.desktop-mob {
        display: flex;
    }

    #curr_index {
        display: flex;
        width: 50%;
        gap: 5px;
    }

    /*mob*/
    #tv_chart_container {
        width: 100%;
        z-index: 10;
    }

    #tv_chart_indexes {
        z-index: 10000;
        top: 0px;
        position: absolute;
        width: 100%;
        display: none;
        animation-delay: 3s;
    }
    #closeIndexesTable{
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
    }
    .closeIndexesTable{
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 24px;
        color: #000;
        cursor: pointer;
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
    }
    .invest-icon {
        width: 100%;
        display: flex;
        padding: 5px;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .navbar {
        height: inherit;
    }
    /*.container3, */
    /*.container4, */
    .container2 {
        display: none;
    }

    .button-group3 {
        display: flex;
    }
    #mob-trade-buttons .sl-button

    {
        background-color: #ee5250;
        font-size: 12px;
        border: none;
        transition: all 0.5s;
    }

    #mob-trade-buttons .bs-button,
    #mob-trade-buttons .buy-button
    {
        background-color: #00a97f;
        font-size: 12px;
        border: none;
        transition: all 0.5s;
    }

    #mob-trade-buttons .sell-button{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        width: 139px;
        height: 32px;
        box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
        background-color: #1976d2;
        /*margin-right: 10px;*/
    }
    #mob-trade-buttons .active {
        border: solid 2px #cdcdcd;
        font-size: 13px;
    }

    /*.table_caption { display: none; }*/

    .dropdown-content .desktop_menu_item{
        display: flex;
    }

    .dropdown-content .mobile_menu_item{
        display: flex;
    }

    .stats {display: none}

    .footer_menu {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    #switchBlockModal {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 90%; /* Не перекрывает всю страницу */
        background: #1d202a;
        z-index: 9999;
        padding: 20px;
        padding-bottom: 50px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: none; /* По умолчанию скрыто */
        overflow-y: auto;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
    }

    #switchBlockModal.active {
        display: block;
        transform: translateY(0);
    }
    #switchBlockModal2 {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 90%; /* Не перекрывает всю страницу */
        background: #1d202a;
        z-index: 9999;
        padding: 20px;
        padding-bottom: 50px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: none; /* По умолчанию скрыто */
        overflow-y: auto;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
    }

    #switchBlockModal2.active {
        display: block;
        transform: translateY(0);
    }

    .footer_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: white;
        fill: white;
        flex: 1;
    }
    .footer_text {
        font-size: 11px;
    }
    .icon_wrap {
        margin-top: 8px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item_label {
        font-size: 0.6rem;
        text-align: center;
    }

    .mnu_active {
        color: #fdb400;
    }

    .mnu_active svg {
        fill: #fdb400;
    }

    .popup_zayavka_button_passive {
        width: auto;
    }

    .kurs_title {
        margin-top: 10px;
    }

    .row-order-head {
        display:flex;
        justify-content: space-between;
    }

    .row-order-foot {
        display:flex;
        justify-content: space-between;
        height: 100%;
    }

    .row-order-head>div {
        padding: 0 20px;
    }

    .td-row-order-foot {
        padding: 0;
        border: none;
        height: 50px;
        padding: 2px 15px 15px;
    }

    .row-order-foot>div{
        flex-grow: 1;
        text-align: center;
        background-color: rgb(255 255 255 / 10%);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    div.row-order-foot>div:first-child {
        margin-right: 10px;
    }

    button.order-button {
        color:white;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    tr{
        border-bottom: none;
    }

    tr.order-top {
        border-top: 1px solid #2b2e3a
    }

    .row-order-head, tr.order-price {
        color: white;
    }

    tr.table_top {
        font-size: 12px;
    }

    .mb {
        display: none;
    }

    .clientid {
        display: none;
    }
    .color_bid_up, .color_ask_down {
        color: #00a97f;
        font-size: 11px;
    }

    .color_bid_down, .color_ask_up {
        color: #ff0000;
        font-size: 11px;
    }

    .color_bid, .color_ask {
        color: #898989;
        font-size: 11px;
    }
}

@media (min-width: 577px) {


    .color_bid_up, .color_ask_down {
        color: #00a97f;
        font-size: 11px;
    }

    .color_bid_down, .color_ask_up {
        color: #ff0000;
        font-size: 11px;
    }

    .color_bid, .color_ask {
        color: #898989;
        font-size: 11px;
    }
}


.dep_popup_content {
    display: flex;
    flex-direction: row;
    gap: 15px; /* Отступ между колонками */
    max-width: 800px;
    padding: 25px;
}

/* Левая колонка (список методов) */
.deposit_methods_list {
    width: 40%;
    max-height: 300px;
    overflow-y: auto;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    line-height: 24px;
}

/* Правая колонка (описание, ввод суммы, QR-код) */
.dep_popup_right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Описание метода */
.method_description {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    min-height: 50px;
}

/* QR-код */
#qrcode {
    margin-top: 10px;
    text-align: center;
    padding: 15px;
}
