.trade-list-icon__wrapper span {
    color: #afafaf !important;
    
}

.order_overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;

    background: rgba(0, 0, 0, 0.6); /* затемнение */
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_container {
    z-index: 9999;
    max-width: 500px;
    width: 100%;
    background-color: #141414;
    border-radius: 12px;
    padding: 0 20px;
}


.order_ava {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.order_ava_svg {
    background-color: #FE9D28;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #FFF;
}

.order_ava_name {
    margin-top: 20px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
}

.order_price_inner {
    width: 100%;
    background-color: #1E1F24;
    margin-top: 20px;
    border-radius: 10px;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order_price_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order_price_num {
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
}

.order_price_num span {
    color: #2BAF75;
}

.order_price_p {
    font-size: 18px;
    font-weight: 400;
    font-size: 18px;
}

.order_col_line {
    width: 100%;
    height: 1px;
    background-color: #303136;
    margin-top: 20px;
}

.order_topup {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 9px;
}

.order_up{
    width: 2px;
    background-color: #F19A27;
    height: 10px;
}

.order_button_order {
    width: 100%;
    height: 50px;
    margin-top: 40px;
    border-radius: 50px;
    background-color: #FE9C2D;
    font-size: 20px;
    transition: all 0.3s ease;
    border: 1px solid #FE9C2D;
}

.order_button_order:hover {
    background-color: #fe9c2daf;
}

.order_button_cancel {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    border-radius: 50px;
    background-color: inherit;
    font-size: 20px;
    transition: all 0.3s ease;
    border: 1px solid #3E3E3E;
    color: #FFF;
    font-size: 20px;
    margin-bottom: 30px;
}


.order_step {
  display: none;
}

.order_step.active {
  display: block;
}

.order_buy_text {
    display: flex;
    align-items: center;
    justify-content: space-between;  
    margin-top: 20px;
    cursor: pointer;
    position: relative; 
}

.order_buy_text p {
    color: #FFF;
    font-size: 20px;
    position: absolute; 
    left: 50%;  
    transform: translateX(-50%);
}

.order_security {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.flex-flex {
    display: flex;
    gap: 5px;
}

.flex-flex p:nth-child(1) {
    color: #ececec;
}

.flex-flex p:nth-child(2) {
    color: #26975E;
}


.flex-flex p:nth-child(3) {
    color: #7d7d7d8d;
}

.security_div {
    background-color: #16191D;
    padding: 6px;
    border-radius: 50px;
    font-size: 12px;
    color: #5F6267;
}

.order_limites {
    width: 100%;
    border-radius: 10px;
    background-color: #101010;
    padding: 15px;
    margin-top: 15px;
}

.order_limites_first p {
    color: #fff;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.order_limites_first p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    cursor: pointer;
}


.order_limites_line {
    width: 100%;
    height: 1px ;
    background-color: #242424;
    margin-top: 10px;
}

.order_limites_second {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
}

.order_limites_second h1 {
    font-size: 30px;
    color: #FFF;
    font-weight: 500;
}

.order_limites_second input {
    font-size: 30px;
    color: #FFF;
    font-weight: 500;
    border: 0px;
    outline: none;
    background-color: inherit;
    width: 200px;
}

.order_limites_second input::placeholder {
    color: #6A6A6C;
}

.order_limites_second_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order_limites_second_flex div:nth-child(2) {
    width: 1px;
    height: 13px;
    background-color: #3B3B3B;
}

.order_limites_second_flex div:nth-child(3) {
    color: #D5903B;
    cursor: pointer;
}

.order_limites_second_flex div:nth-child(1) {
    color: #fff;
}

.order_limites_pri {
    margin-top: 10px;
    color: #57585A;
}

.order_limites_usdt {
    color: #FFF;
    font-size: 18px;
    margin-top: 10px;
}

.order_payment_flex {
    display: flex;
    justify-content: space-between;
}

.order_payment_flex_method {
    display: flex;
    align-items: center;
    gap: 5px;
}
.order_payment_flex_method p {
    color: #FFF;
    font-size: 13px;
}

.order_payment_circle {
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    font-size: 10px;
}

.order_payment_flex_method svg {
    width: 15px;
    fill: #FFF;
    cursor: pointer;
}

.order_payment_flex.second p {
    color: #FFF;
}

.order_payment_flex.second {
    margin-top: 15px;
}

.order_contragent {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.order_contragent p:nth-child(1) {
    margin-top: 10px;
    color: #FFF;
    font-size: 16px;
}

.order_contragent p:nth-child(2) {
    margin-top: 10px;
    color: #5F6267;
}

.order_contragent_line {
    width: 1px;
    height:30px;
    background-color: #6A6A6C;
}

.order_contragent_flex.second {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order_contragent_flex.second svg {
    width: 20px;
    fill: #6A6A6C;
}

.order_contragent_flex.second p {
    margin-top: 0px;
}

.order_pay_2step {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 20px;
    align-items: center;
}

.order_pay_first p {
    color: #5F6267;
}

.order_pay_first span {
    color: #fff;
    font-size: 20px;
}

#step2Btn {
    width: 100px;
    height: 40px;
    background-color: #FA9D2B;
    border-radius: 50px;
}

.order_order_felx {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.linnne {
    width: 33%;
    height: 2px;
    background-color: #202022;
}

.linnne.active {
    background-color: #FFF;
    margin-bottom: 10px;
}

.order_warning_title h1 {
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
}

.order_warning_title p {
    margin-top: 10px;
    color: #b11537;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
}

.order_limites.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.order_limites.flex p {
    font-size: 16px;
    color: #FFF;
}

.order_limites.flex button {
    padding: 7px 10px; 
    border-radius: 50px;    
    background-color: #FE9D2C;
    color: #000;
    border: 0px;
    font-size: 12px;
}

.order_transfer_cirt {
    display: flex;
    gap: 10px;
    align-items: center;
}

.order_transfer_cirt p {
    color: #FFF;
    font-size: 18px;
}

.steps_first_flex {
    display: flex;
    gap: 18px;
    width: 100%;
}

.steps_first_flex_line {
    width: 1px;
    height: 230px;
    background-color: #FFF;
}

.steps_first_left {
    display: flex;
    align-items: center;
    display: flex;
    margin-left: 6px;
    margin-top: 5px;
}
 
.copy_num {
    color: #FFF;
    font-size: 16px;
    display: flex;
    gap: 5px;
    font-weight: 500;
    align-items: center;
}

.steps_first_right {
    width: 100%;
}
 
.styeps-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}

.steps_first_flex_inner span {
    font-size: 12px;
    line-height: 16px;
}

.buttons_pay button {
    width: 100%;
    height: 45px;
    border-radius: 50px;
    background-color: #FE9C2D;
    font-size: 16px;    
    font-weight: 500;
    margin-bottom: 30px;
}

.buttons_pay div {
    width: 100%;
    background-color: #101010;
    border-radius: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #FFF;
}



.bottom-sheet {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

 
.bottom-sheet::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

 
.sheet-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 500px;
  max-width: 100%;
  background: #0D0D0D;
  border-radius: 16px 16px 0 0;
  padding: 0 20px 20px;
  transition: transform 0.3s ease;
}

/* активное состояние */
.bottom-sheet.active {
  pointer-events: all;
}

.bottom-sheet.active::before {
  opacity: 1;
}

.bottom-sheet.active .sheet-content {
  transform: translate(-50%, 0);
}

.sheet_closes p {
    color: #FFF;
    font-size: 20px;
}

.sheet_closes {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#closeBtn {
    width: 35px;
    background-color: inherit;
    fill: #FFF;
}


.sheet_warning {
    display: flex;
    padding: 10px;
    background-color: #342512;
    border-radius: 10px;
    gap: 10px;
}


.sheet_warning {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}


.sheet-pp {
    font-size: 20px;
    color: #FFF;
}

.sheet_title {
    font-size: 16px;
    color: #FFF;
    margin-top: 20px;
    line-height: 23px;
}

.sheet_paragraph {
    color: #5F6267;
    margin-top: 5px;
    line-height: 17px;
}

.sheet_input {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: start;
    margin-top: 25px;
    color: #5F6267;
}

.sheet_input input {
    background-color: #1E1F24;
    margin-top: 1px;
}

.sheet_ok {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    background-color: #6F461A;
    margin-top: 20px;
}


.file_sheet {
  width: 100px;
  height: 100px;
  background: #1E1F24;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 5px;
}

 
.file_sheet input {
  display: none;
}
 
.file_sheet .plus {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
 
.file_sheet .preview {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;  
  display: none;
}

.sheet_ok:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}


@media (max-width: 500px) {
    .order_container {
        max-width: 400px;
    }
 
    .copy_num {
        text-align: end;
    }
 
    .order_price_num {
        text-align: end;
    }

}

@media (max-width: 400px) {
    .order_container {
        max-width: 100%;
        border-radius: 0px;
        height: 100%;
    }
    .buttons_pay {
        position: absolute;
        bottom: 10px;
        width: 90%;
    }
    .copy_num {
        text-align: end;
    }
    .order_pay_2step {
        position: absolute;
        bottom: 10px;
        width: 90%;
    }
    .order_price_num {
        text-align: end;
    }

}

.panel-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);

  display: flex;
  justify-content: center;
  align-items: flex-end;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;

  z-index: 9999;
}
.panel-box {
  background: white;
  transform: translateY(100%);
  transition: transform 0.35s ease;
  width: 500px;
  max-width: 100%;
  background: #0D0D0D;
  border-radius: 16px 16px 0 0;
  padding: 0 20px 20px;

  height: 800px;

}

.panel-wrap.active {
  opacity: 1;
  pointer-events: auto;
}

.panel-wrap.active .panel-box {
  transform: translateY(0);
}

.panel-close {
  float: right;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}


.panel_flex_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.panel_flex_inner_flex {
    text-align: center;
}

#name1panel {
    color: #FFF;
    font-size: 22px;
}

#name2panel {
    color: #57585A;
    margin-top: 5px;
}


.panel_exl_inner {
    width: 100%;
    padding: 10px;
    background-color: #280A0C;
    display: flex;
    gap: 5px;
    align-items: center;
    line-height: 18px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.panel_exl_inner p {
    color: #a93d46;
}

.panel_time {
    color: #57585A;
    margin-top: 25px;
    text-align: center;
}

.panel_pay_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    background-color: #101010;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
}

.panel_pay_inner p {
color: #57585A;
}

.panel_pay_inner button {
    background-color: #FE9D2C;
    height: 30px;
    width: 140px;
    font-size: 13px;
    border-radius: 50px;
    font-size: 13px;   
}

.panel_user_ans {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}


.panel_user_left {
    width: 30px;
    height: 30px;
    background-color: #FE9D2C;
    border-radius: 50%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}


.panel_user_right {
    width: 300px;
    padding: 10px;
    background-color: #101010;
    border-radius: 0px 10px 10px 10px;
}

.panel_user_ans_name {
    color: #FFF;
    font-size: 18px;
}


.panel_user_ans_text {
    color: #57585A;
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel_user_ans_time {
    text-align: end;

}


.panel_message_inner {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    gap: 15px;
}

.panel_message_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.panel_message_flex input {
    background-color: #1D1E23;
    border-radius: 10px;
    width: 350px;
    height: 50px;
    padding-left: 10px;
    outline: none;
}

.panel_message_flex input::placeholder {
    color: #57585A;
}

.panel_message_button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1D1E23;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.panel_message_button svg {
    fill: #FFF;
    width: 20px;
    cursor: pointer;
}