.btn_del_2:focus, .btn_del_2:active {
    outline: none;
}
  .btn_del_2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: none;
    text-decoration: none;
  }
/*  .btn_del_2.contur_dell {
    border: 1px solid #c5c5c5;
  }*/
  .btn_del_2.contur_dell:hover {
    background: #fe4c4c;
    border: none;
  }

 .btn_del_2.contur_dell:active{
    background: #DD3333;
    border: none;
  }
  .btn_del_2.contur_red:hover {
    background: #e6e6e6;
  }
  .btn_del_2 .contur {
    fill: #222222;
  }
  .btn_del_2:hover .contur {
    fill: #ffffff;
  }
.icons_group_set {
    padding-top: 10px;
    position: relative;
  }
 .icons_group {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    padding-left: 20px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
   background: linear-gradient(270deg, #f0f0f0 85%, rgba(0, 0, 0, 0) 100%);
    visibility: hidden;
  }
  tbody tr:hover .icons_group {
    visibility: visible; 
  }
.icons_group2 {
    display: flex;
    padding-left: 20px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}
 
  @media (max-width: 1200px) {
.icons_group {
    position: relative;
    display: flex;
    padding-left: 30px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    visibility: visible; 
    background: none;
    padding-left: 0px;
}
}
.numbers {
    text-align: right;
}
tbody .numbers {
    font-weight: 600;
}
.link_wms {
    color: #1874CF;
    font-weight: 600;
    text-decoration: none;
}
.link_wms:hover {
    color: #1874CF;
    text-decoration: underline solid 1px;
    text-underline-offset: 4px;
}
.client_name {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    max-width: 220px;
    min-width: 220px;
    font-size: 14px;
    line-height: 20px;
}
.table_text_oder {
    color: #a0a0a0;
}
thead td {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #757575;
    text-decoration: none;
}
thead td div {
    padding: 6px 8px;
}
.table_head_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #757575;
    text-decoration: none;
}
.table_head_text:hover {
    color: #222222;
    text-decoration: none;
}
.modal_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}
.modal_heading {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 16px;
}
.modal-header .modal_heading {
    text-align: left;
}

.modal_text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}
.modal_btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

.btn_modal {
    height: 38px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    gap: 6px;
    font-size: 16px;
    font-weight: 360;
    text-align: center;
    cursor: pointer;
}
.modal_del {
    background: #FE4C4C;
    color: rgb(255, 255, 255);
    padding: 8px 16px;
}
.modal_del:hover {
       background: #ED3F3F;
           color: rgb(255, 255, 255);
}
.modal_cancel {
    background: #ffffff;
    color: #222222;
    border: 1px solid #c5c5c5;
}
.modal_cancel:hover {
        background: #F2F2F2;
        color: #222222;
}
.modal_cancel:focus, .modal_cancel:active {
    outline: none;
}
.wms_card_header {
  width: 100%;
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  margin-bottom: 16px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  flex-wrap: wrap;
}
.text-title {
  color:#222222;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}
.wms_btn {
  /*margin-top: 20px;*/
  height: 38px;
  border: none;
  border-radius: 8px;
  display: flex;
  flex: none;
  gap: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  align-items: center;
}
.wms_btn_large {
  height: 46px;
  border: none;
  border-radius: 8px;
  display: flex;
  flex: none;
  font-size: 18px;
  justify-content: center;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  cursor: pointer;
  align-items: center;
}
.wms_btn1 {
  background: #3d3d3d;
  color: rgb(255, 255, 255);
  padding: 8px 16px;
}
.wms_btn1:hover {
    color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 1);
}
.wms_btn_save {
  background: #26AD50;
  color: rgb(255, 255, 255);
  padding: 8px 16px;
}
.wms_btn_save:hover {
    color: #fff;
  background: #23A14A;
}
.wms_btn_save:focus, .wms_btn_save:active {
    outline: none;
    background: #209644;
}
.wms_btn_def {
    background: #ffffff;
    color: #222222;
    border: 1px solid #c5c5c5;
    padding: 8px 16px;
    outline: none;
}
.wms_btn_flr {
    border-radius: 16px;
    background: #ffffff;
    color: #222222;
    border: 1px solid #c5c5c5;
    padding: 8px 16px;
    outline: none;
}
.wms_btn_flr:hover {
    background: #F0F0F0;
}
.wms_btn_flr:active {
    background: #E6E6E6;
}
.wms_btn_flr_active {
    border-radius: 16px;
    background: #3d3d3d;
    color: #ffffff;
    padding: 8px 16px;
    outline: none;
}
.wms_btn_flr_active:hover {
    border-radius: 16px;
    background: #222222;
    color: #ffffff;
    padding: 8px 16px;
    outline: none;
}

.wms_btn_def:hover {
    background: #F2F2F2;
    color: #222222;
}

.wms_btn_def_icon {
    padding: 8px 16px 8px 10px;
    background: #ffffff;
    color: #222222;
    border: 1px solid #c5c5c5;
}
@media (max-width: 480px) {
    .wms_btn_def_icon {
        padding: 8px 10px 8px 10px;
    }
}

.wms_btn_def_icon:hover {
    background: #f2f2f2;
    color: #222222;
}
.wms_btn_pay_icon {
    padding: 8px 16px 8px 10px;
    background: #FCB73E;
    color: #222222;
}
.wms_btn_pay_icon:hover {
    background: #FDA70C;
    color: #222222;
}
.name_good {
   max-width: 300px;
}
.btn-box {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}
.text_tooltip {
    font-size: 14px;
    line-height: 20px;
    color: rgb(61, 61, 61);
    border-bottom: 1px solid rgba(61, 61, 61, 0.5);
}
.text_tooltip:hover {
    color: #292929;
    border-bottom: 1px solid #292929;
}
.wms_tooltip .wms_tooltiptext {
  visibility: hidden;
  position: absolute;
  transition-delay: 0.08s;
}
.wms_tooltip:hover .wms_tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  position: absolute;
}
.wms_margin {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px 0px;
    position: absolute;
    min-width: 215px;
    top: 10px;
    z-index:99;
}
.wms_tooltiptext.wms_tag {
  width: 220px;
}
.text_top {
  color: rgb(34, 34, 34);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.text_bottom {
  color: #9B9B9B;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.wms_tag {
  align-items: center;
  display: flex;
  gap: 4px;
  cursor: pointer;
}
/*.wms_icon_warning {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid #fe4c4c;
    border-radius: 12px;
    text-decoration: none;
  }*/
  .wms_icon_warning svg {
      fill: #fe4c4c;
  }
  .wms_text_medium {
    display: flex;
    flex: none;
    gap: 6px;
    text-align: center;
    cursor: pointer;
    align-items: center;
      font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
.wms_label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  min-width: 250px;
}
.wms_row {
    display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
  font-size: 16px;
}
.wms_box_status {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 6px;
    font-size: 16px;
}
.wms_box_status_open {
    color:#1C8A3F;
    fill:#1C8A3F;
}
.wms_box_status_close {
    color:#CC2626;
    fill:#CC2626;
}
.wms_row_space {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
}
.wms_btn_close {
    color:#fff;
    background: #FE4C4C;
}
.wms_btn_close:hover {
    color:#fff;
    background: #ED3F3F;
}
.wms_btn_close:active {
    color:#fff;
    background: #DD3333;
}
.wms_btn_open {
    color:#fff;
    background: #26AD50;
}
.wms_btn_open:hover {
    color:#fff;
    background: #23A14A;
}
.wms_btn_open:active {
    color:#fff;
    background: #209644;
}
.dropdownType2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px 6px 8px;
    border-radius: 8px;
    background: rgba(246, 246, 246, 1);
    color: rgba(34, 34, 34, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    gap: 16px;
    border: none;
}

.WMS_Type2:hover svg {
    transform: rotate(180deg) 
}
.link_card {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    text-decoration: underline solid 2px;
    text-underline-offset: 4px;
}
.link_card:hover {
    color: #222222;
    text-decoration: none;
}
@media (max-width: 1441px) {
    .castom_test {
        display:none;
    }
}
@media (min-width: 1441px) {
    .castom_test_2 {
        display:none;
    }
}
.client {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.name {
  font-size: 14px;
  font-weight: 560;
}
.balance {
  font-size: 13px;
  font-weight: 400;
}
.minus {
  font-weight: 440;
  color: rgb(232, 57, 40);
}
.WMS_tooltip .WMS_tooltiptext {
  visibility: hidden;
  position: absolute;
}
.WMS_tooltip:hover .WMS_tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  position: absolute;
}
tr .wms_td {
    border-bottom: 1px solid #e6e6e6;
}
.WMS_modal {
    width: 380px;
    margin: 40px auto;
}
.WMS_input_table {
    min-width:90px;
    max-width:90px;
}
.WMS_col_1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}
.WMS_text_bold {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

@media (max-width: 1441px) {
    .WMS_col_1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    } 
    .WMS_col_1 .WMS_rotate {
    transform: rotate(90deg);
    margin-left: 27px;
    }
}
.WMS_col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
} 
.WMS_row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.WMS_status {
padding: 6px 12px 6px 12px;
border-radius: 6px;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.done {
    background: #ddf1e4;
    color: #1C8A3F;
}
.wait {
    background: #f0f0f3;
    color: #767386;
}
.ready {
    background: #e4eaff;
    color: #5067de;
}
.queue {
    background: #FFEBEB;
    color: #CC2626;
}
.in_progress {
    background: #FFEEC2;
    color: #EF8B17;
}
.cell_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 165px;
}
.tag {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  padding: 5px 8px;
  border-radius: 6px;
  cursor: pointer;
}
.WMS_error {
  background-color: rgb(255, 229, 231);
  color: rgb(254, 61, 62);
}
.warning {
  color: rgb(255, 119, 60);
  background-color: rgba(255, 119, 60, 0.1);
}
.WMS_tooltip .WMS_tooltiptext {
  visibility: hidden;
  position: absolute;
  transition-delay:0.2s;
}
.WMS_tooltip:hover .WMS_tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  position: absolute;
}
.margin {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgb(240, 240, 243);
  border-radius: 12px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 20px 20px 0px;
}
.margin_barcode {
  margin-top: 10px;
}
.WMS_tooltiptext.tag {
  width: 220px;
}
.text_top {
  font-size: 14px;
  font-weight: 560;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}
.text_bottom {
  color: rgb(133, 132, 139);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}
.text_top_error {
  color: rgb(254, 61, 62);
}
.text_top_warning {
  color: rgb(255, 119, 60);
}
.WMS_nav {
    color: #222222;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.WMS_nav:hover {
    color: #222222;
    background: #F0F0F0;
}
.WMS_nav.active {
    color: #222222;
    background: #ffe5e5;
}
.WMS_row_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.WMS_col_flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}
.WMS_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color:#222222;
}
.SidePage_bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 20px 0px 20px 0px;
    border-top: 1px solid rgba(214, 214, 214, 1);
}
.WMS_header_sample {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;}
.WMS_col_tems {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}
.WMS_label {
    width: 40%;
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px;
}
.WMS_balans {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color:#222222;
}
@media (max-width: 1441px) {
    .WMS_balans {
        display: none;
}
}
    
.WMS_large {
    height: 40px;
    padding: 8px 11px;
}
.header_caption_7 {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 22px;
    color: #757575;
    text-align: center;
}
.header_caption_6 {
    margin-top: 8px;
    font-size: 30px;
    line-height: 38px;
    color: #222222;
    text-align: center;
}
.WMS_mobile {
        display:none;
    }

@media (max-width: 768px) { 
    .WMS_desktop { 
        display:none;
    } 
    .WMS_mobile {
        display:block;
    }
}
.WMS_mobile tbody {
        width: 100%;
    }
    
.WMS_mobile th {
        width: 100%;
    }
    
.WMS_btn_exit {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    padding: 6px 12px 6px 8px;
    border-radius: 8px;
    background: #FE4C4C;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: none;
}
.WMS_btn_exit:hover {
    background: #DD483D;
    color: #ffffff;
}
.WMS_img_modal {
    display: none;
    position: absolute;
    top: 50px;
    left: 60px;
    z-index: 101;
    height: 150px;
}
.WMS_img_one:hover .WMS_img_modal {
    display: block;
}
.WMS_goods_card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 16px 8px 16px;
    border-radius: 8px;
    background: #ffffff;
}
.WMW_header_top {
    padding: 10px 30px;
}
.WMS_header_mobile {
    display: none;
}
@media (max-width: 480px) {
.WMS_header_mobile {
    display: block;
}
.header__account {
   display: none; 
}
.hidden-phone {
    display: none;
}
.main__logo {
    display: none;
}
.WMW_header_top {
    padding: 10px 16px;
}
}
.WMS_header_btn {
    display: flex;
    padding: 8px;
    gap: 8px;
    border: none;
    border-radius: 8px;
    background-color: rgba(74, 74, 89, .08);
    vertical-align: sub;
    height: 36px;
    align-items: center;
    outline: none;
}
.WMS_IMG_none {
    display: flex;
    border: none;
    border-radius: 8px;
    height: 86px;
    width: 60px;
    align-items: center;
    background-color: #F0F0F0;
    justify-content: center;
}