@font-face {
  font-family: "sans";
  src: url("../fonts/iransans/Sans.ttf") format("truetype"),
    url("../fonts/iransans/Sans.eot?#iefix") format("eot");
}
*,
*::before,
*::after {
  box-sizing: unset !important;
}
* {
  font-family: "sans" !important;
  color: #fff;
}

::placeholder {
  color: rgb(36, 36, 36);
  opacity: 0.8;
  font-size: 12px;
  font-weight: normal;
  /* Firefox */
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e4e4e4;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff9800;
  border-radius: 10px;
  cursor: move;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000b87;
}

.d-none {
  display: none !important;
}

.icoder_table {
  max-height: 560px;
  overflow-y: auto;
  color: #fff;
  width: 100%;
  padding-left: 11px;
}

.icoder_table table {
  margin-bottom: 0;
  border: 1px solid #8f8f8f;
  background: #0c2942;
  max-height: 835px;
  overflow-y: auto;
  width: 100%;
  border-radius: 7px;
}

.icoder_table tr.header {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 10pt;
  background: #0c497e;
  position: sticky;
  top: -2px;
  z-index: 1;
}

.icoder_table tr.header td {
  font-size: 9pt;
  text-wrap: nowrap;
}

.icoder_table.show-factor ._item td {
  font-size: 10pt;
  text-wrap: nowrap;
  border: 0.1pt solid #d3d3d32e;
  vertical-align: middle;
  padding: 6px;
  text-wrap: nowrap;
}

.icoder_table tr.nodata {
  height: 80px;
  text-align: center;
}

.icoder_table tr.nodata td {
  font-size: 10pt;
  height: 57px;
  color: #bfbfbf;
}

.icoder_table tr.processing td {
  height: 82px;
  color: #fff;
  font-size: 11pt;
  opacity: 0.8;
}

.icoder_table tr.refresh td {
  height: 80px;
}

.icoder_table tr.refresh td .btn {
  font-size: 11pt;
  padding: 3px 25px;
  margin: 20px;
}

.icoder_table tr.item {
  text-align: center;
  color: #fff;
  font-size: 11pt;
}

.icoder_table tr.item td {
  border: 0.1pt solid #d3d3d32e;
  vertical-align: middle;
  padding: 6px;
  font-size: 9pt;
  text-wrap: nowrap;
}

.icoder_table tr.item.select {
  background: #040e16;
  height: 51px;
}

.icoder_table tr.item.select .btn-select {
  opacity: 1;
}

.icoder_table .btn {
  padding: 3px 8px;
  margin: 0 3px;
  font-size: 7pt;
  border-radius: 4px;
}

.btn {
  height: 25px;
  border-radius: 8px;
  color: #000;
  cursor: pointer;
  opacity: 0.75;
  font-size: 10pt;
  line-height: 28px;
}
input {
  padding: 0 !important;
}
input[name="price"],
input[name="number"] {
  direction: ltr;
}

.btn.action {
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-green {
  background: lime;
}

.btn.btn-yellow {
  background: #c0a700;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn.btn-archive,
.btn.btn-all {
  font-size: 8pt;
  padding: 0;
  border: 1px solid #ddd;
  margin-left: 10px;
  border-radius: 4px;
  color: #000;
  background: #e58700;
  height: 23px;
  width: 70px;
  text-align: center;
  line-height: 24px;
}

.btn.btn-cancel {
  background: #adadad;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.btn.btn-red {
  background: #ff035b;
}

.btn.btn-select {
  background: #00ffec;
}

.btn:hover {
  opacity: 1;
  font-weight: bold;
}

.btn.select {
  opacity: 1;
  font-weight: bold;
}

input.price::placeholder {
  letter-spacing: 0;
}

input.number::placeholder {
  letter-spacing: 0;
}

input {
  border-radius: 8px !important;
  border: none !important;
  color: #000;
  font-weight: bold;
  width: 200px;
  height: 40px;
  padding: 0 20px;
  font-size: 14pt;
}

#masthead,
#colophon,
.entry-footer {
  display: none;
}

.icoder-auth .main-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  right: 0;
  background: #161616;
}

.icoder-auth .form {
  max-width: 400px;
  background: #212121;
  border-radius: 11px !important;
  margin: auto;
  border: 1px solid #dddddd5c;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  height: auto;
  width: 70%;
  padding: 19px;
  gap: 22px;
  right: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.icoder-auth .form .rows {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 19px;
}

.icoder-auth .form .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  width: 100%;
}

.icoder-auth .form .row label {
  font-size: 13pt;
  color: #ddd;
  margin: 0;
}

.icoder-auth .form .row input {
  width: 200px;
  height: 37px;
  color: #000000;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 12pt;
  text-align: center;
}

.icoder-auth .form .row input[id="code"] {
  width: 150px;
}

.icoder-auth .form .button {
  margin: 0;
  font-size: 10pt;
  padding: 4px 10px;
  cursor: pointer;
  opacity: 0.8;
  border-radius: 5px;
  background: #ffa500 !important;
  color: #000 !important;
  border: 1px solid orangered !important;
}

.icoder-auth .form .button:hover {
  background: #ffbc42;
}

#icoder_show_alert {
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 10;
  display: flex;
  color: #000;
  top: unset;
  width: fit-content;
  right: 10px;
  bottom: 10px;
  margin: 0;
}

#icoder_show_alert p {
  width: fit-content;
  padding: 6px 25px;
  font-size: 11pt;
  color: #000;
  border-radius: 13px;
  text-align: center;
  line-height: 28px;
  margin: 0;
  display: none;
}

#icoder_show_alert._success p {
  background: #1fff1f;
}

#icoder_show_alert._danger p {
  background: #ff1f7c;
}

#icoder_show_alert._warning p {
  background: #ffb01f;
}

#icoder_show_alert._info p {
  background: #00dcff;
}

.icoder-platform {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #010a28;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 !important;
  max-width: unset !important;
  z-index: 1;
}

.icoder-platform .pages .item-page {
  display: none;
}

.icoder-platform .pages .item-page.select {
  display: flex;
}

.icoder-platform .menu {
  flex-direction: column;
  width: 150px;
  height: 97%;
  position: absolute;
  background: linear-gradient(181deg, #0c0a0a, #040c27eb);
  top: 2px;
  right: 2px;
  margin: 0;
  align-items: start;
  padding: 10px;
  border-radius: 5px;
  justify-content: start;
  gap: 20px;
  display: flex;
  align-items: center;
  display: none;
  z-index: 7;
}

.icoder-platform .menu .menu-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.icoder-platform .menu .profile {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  margin-top: 44px;
  gap: 9px;
}

.icoder-platform .menu .profile .user .name {
  display: block;
  text-align: center;
  font-size: 10pt;
}

.icoder-platform .menu .profile .exit {
  margin: 0;
  font-size: 10pt;
  opacity: 1;
  padding: 0px 15px;
  height: auto;
}

.icoder-platform .menu .item {
  padding: 0 7px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bcb7b7;
  cursor: pointer;
  width: 120px;
  background: #eeeeee1c;
  font-size: 9pt;
  border: 1px solid #d7d5d58a;
  height: 35px;
}

.icoder-platform .menu .item.select {
  border: 1px solid #57ff129e;
  opacity: 1;
  background: #00ff68fc;
  font-weight: normal;
}

.icoder-platform .menu .item.select span {
  color: #000;
  font-weight: bold;
}

.icoder-platform .menu .item:hover {
  color: #3effff;
  border: 1px solid #3effff9e;
  opacity: 1;
}

.icoder-platform .pages {
  padding: 15px;
  height: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: unset;
  border: unset;
  overflow: auto;
  background: #161616;
}

.icoder-platform .subpage-pages .item {
  display: none;
}

.icoder-platform .subpage-pages .item.select {
  display: flex;
}

.icoder-platform .subpage.select {
  display: flex !important;
  justify-content: space-between;
  align-items: start;
  height: 100%;
}

.icoder-platform .subpage .subpage-menu {
  width: 10%;
  height: 100%;
  background: #010e25;
  border: 1px solid #7f7f7f;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 21px;
  padding: 10px;
  font-size: 12pt;
}

.icoder-platform .subpage .subpage-menu .item {
  color: #b0aaaa;
  cursor: pointer;
  width: 100%;
  height: 35px;
  text-align: center;
  border-radius: 13px;
  line-height: 30px;
  border: 1px solid #797979;
  background: #021b48;
  font-size: 10pt;
}

.icoder-platform .subpage .subpage-menu .item.select {
  color: #fff;
  border: 1px solid #20f3d9a3;
}

.icoder-platform .subpage .subpage-menu .item:hover {
  color: #fff;
  border: 1px solid #20f3d9a3;
}

.icoder-platform .subpage .subpage-pages {
  width: 89%;
  height: 100%;
  padding: 10px;
}

.icoder-platform .pages .item-page {
  display: none;
  justify-content: space-between !important;
  align-items: start !important;
  gap: 25px;
  height: auto;
}

.section {
  width: 50%;
  padding: 15px;
  border: 1px solid #7f7f7f;
  border-radius: 14px;
  height: 100%;
  background: #00112e;
}

.section .title {
  width: fit-content;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 9pt;
  background: #eeeeee12;
  border-radius: 5px;
  color: #ddd;
  padding: 5px 12px;
}

.section .insert {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 10px;
  background: #000;
  padding: 11px;
  width: calc(100% - 24px);
  border-radius: 5px;
  border: 1px solid #dddddd5c;
}

.section .insert .btn-green {
  height: 26px;
  border-radius: 5px;
  font-size: 9pt;
  width: 40px;
}

.section .insert .btn-cancel {
  height: 26px;
  border-radius: 5px;
  font-size: 9pt;
  width: 40px;
}

.section input {
  font-size: 9pt;
  text-align: center;
  height: 25px;
  border-radius: 5px !important;
}

.section input.search {
  height: 30px;
  width: 300px;
}

.section input.search-code {
  height: 26px;
  width: 69px;
  font-size: 15pt;
}

.section input.price {
  font-size: 13pt;
  letter-spacing: 2px;
  direction: ltr;
}

.section input.number {
  font-size: 13pt;
  letter-spacing: 2px;
  direction: ltr;
}

.section .insert .name {
  border: none;
  color: #000;
  font-weight: bold;
  width: 200px;
  padding: 0 20px;
}

.section .insert .price {
  border: none;
  letter-spacing: 4px;
  font-weight: bold;
  width: 130px;
}

.section .tlist {
  margin-top: 25px;
}

.section .list {
  display: flex;
  flex-direction: column;
  max-height: 52vh;
}

.section .list .item-page input {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  display: none;
}

.icoder-transit {
  height: auto;
}

.icoder-transit input[name="car"] {
  width: 128px;
}

.icoder-transit input[name="tel"] {
  width: 150px;
}

.icoder-transit .row {
  margin-bottom: 10px;
  margin-top: 10px;
}

.icoder-transit .row.btns {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.icoder-transit .row.btns .btn-all {
  margin: 0;
}

.icoder-transit .row.btns .search {
  min-width: 150px;
  max-width: 200px;
  height: 25px;
}

.icoder-cast {
  height: auto;
}

.icoder-cast input[name="name"] {
  width: 150px;
}

.icoder-transit input[name="txt"] {
  width: 250px;
}

.icoder-cast .row {
  margin-bottom: 10px;
  margin-top: 10px;
}

.icoder-cast .row.btns {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.icoder-cast .row.btns .btn-all {
  margin: 0;
}

.icoder-cast .row.btns .search {
  min-width: 150px;
  max-width: 200px;
  height: 25px;
}

.icoder-worker {
  height: auto;
}

.icoder-worker input[name="name"] {
  width: 150px;
}

.icoder-worker input[name="phone"] {
  width: 180px;
}

.icoder-worker input[name="bank_number"] {
  width: 250px;
}

.icoder-worker input[name="bank_number_user"] {
  width: 150px;
}

.icoder-worker .row {
  margin-bottom: 10px;
  margin-top: 10px;
}

.icoder-worker .row.btns {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.icoder-worker .row.btns .btn-all {
  margin: 0;
}

.icoder-worker .row.btns .search {
  min-width: 150px;
  max-width: 200px;
  height: 25px;
}

.no-select {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13pt;
  padding: 10px;
  opacity: 0.3;
}

.detail {
  display: flex;
  font-size: 11pt;
  border-bottom: 1px solid #ddd9;
  padding-bottom: 6px;
  gap: 15px;
  margin-bottom: 9px;
  width: 90%;
  margin: 10px auto;
}

.detail .txt-titr {
  color: #afaaaa;
  width: 124px;
  font-size: 8pt;
}

.detail .info {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  font-size: 8.5pt;
  color: #fff;
}

.icoder-transit {
  height: auto;
}

.icoder-cast {
  height: auto;
}

.icoder-transit .section.report {
  position: relative;
}

.icoder-cast .section.report {
  position: relative;
}

.icoder-worker .section.report {
  position: relative;
}

.icoder-transit.mobile .section.get {
  width: calc(100% - 15px);
}

.icoder-cast.mobile .section.get {
  width: calc(100% - 15px);
}

.icoder-worker.mobile .section.get {
  width: calc(100% - 15px);
}

.icoder-transit .section.get {
  width: 43%;
}

.icoder-cast .section.get {
  width: 43%;
}

.icoder-worker .section.get {
  width: 43%;
}

.icoder-transit.mobile .section.report {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #030d2d;
  z-index: 1;
  padding: 0;
  border-radius: 0;
  overflow-y: auto;
  display: none;
}

.icoder-cast.mobile .section.report {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #030d2d;
  z-index: 1;
  padding: 0;
  border-radius: 0;
  overflow-y: auto;
  display: none;
}

.icoder-worker.mobile .section.report {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #030d2d;
  z-index: 1;
  padding: 0;
  border-radius: 0;
  overflow-y: auto;
  display: none;
}

.icoder-transit.mobile .section.report.open {
  display: block;
}

.icoder-cast.mobile .section.report.open {
  display: block;
}

.icoder-worker.mobile .section.report.open {
  display: block;
}

.icoder-transit .section.report {
  width: 60%;
  margin-bottom: 40px;
}

.icoder-worker .section.report {
  width: 60%;
  margin-bottom: 40px;
}

.icoder-cast .section.report {
  width: 60%;
  margin-bottom: 40px;
}

.icoder-worker .section.report {
  width: 60%;
  margin-bottom: 40px;
}

.icoder-transit .section.report .close {
  display: none;
}

.icoder-cast .section.report .close {
  display: none;
}

.icoder-worker .section.report .close {
  display: none;
}

.icoder-transit.mobile .section.report .close {
  display: block;
  position: absolute;
  width: 37px;
  background: #f72f2f;
  text-align: center;
  left: 0;
  margin: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.icoder-cast.mobile .section.report .close {
  display: block;
  position: absolute;
  width: 37px;
  background: #f72f2f;
  text-align: center;
  left: 0;
  margin: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.icoder-worker.mobile .section.report .close {
  display: block;
  position: absolute;
  width: 37px;
  background: #f72f2f;
  text-align: center;
  left: 0;
  margin: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.icoder-transit .section.report .detail {
  margin-top: 48px;
}

.icoder-cast .section.report .detail {
  margin-top: 48px;
}

.icoder-worker .section.report .detail {
  margin-top: 48px;
}

.icoder-transit .section.report .detail .info {
  gap: 18px;
  font-size: 9.5pt;
  flex-wrap: wrap;
}

.icoder-cast .section.report .detail .info {
  gap: 18px;
  font-size: 9.5pt;
  flex-wrap: wrap;
}

.icoder-worker .section.report .detail .info {
  gap: 18px;
  font-size: 9.5pt;
  flex-wrap: wrap;
}

.icoder-transit .section.report .detail .info span {
  text-wrap: nowrap;
}

.icoder-cast .section.report .detail .info span {
  text-wrap: nowrap;
}

.icoder-worker .section.report .detail .info span {
  text-wrap: nowrap;
}

.icoder-transit .section.report .service {
  flex-direction: column;
  padding: 10px;
  width: calc(100% - 20px);
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
}

.icoder-cast .section.report .service {
  flex-direction: column;
  padding: 10px;
  width: calc(100% - 20px);
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
}

.icoder-worker .section.report .service {
  flex-direction: column;
  padding: 10px;
  width: calc(100% - 20px);
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
}

.icoder-transit .section.report .service input[name="sendto"] {
  width: 150px;
}

.icoder-cast .section.report .service input[name="sendto"] {
  width: 150px;
}

.icoder-worker .section.report .service input[name="sendto"] {
  width: 150px;
}

.icoder-transit .section.report .service input[name="price"] {
  width: 163px;
  letter-spacing: 5px;
}

.icoder-cast .section.report .service input[name="price"] {
  width: 163px;
  letter-spacing: 5px;
}

.icoder-worker .section.report .service input[name="price"] {
  width: 163px;
  letter-spacing: 5px;
}

.icoder-transit .section.report .list {
  max-height: calc(100% - 240px);
  width: calc(100% - 23px);
  margin: 20px auto;
  overflow-x: auto;
}

.icoder-cast .section.report .list {
  max-height: calc(100% - 240px);
  width: calc(100% - 23px);
  margin: 20px auto;
  overflow-x: auto;
}

.icoder-worker .section.report .list {
  max-height: calc(100% - 240px);
  width: calc(100% - 23px);
  margin: 20px auto;
  overflow-x: auto;
}

.payment {
  gap: 10px;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  padding: 10px;
  width: calc(100% - 20px);
}

.payment .title {
  border-bottom: unset;
  display: block;
  font-size: 9pt;
  margin: 0;
  padding: 0;
  width: fit-content;
  text-wrap: nowrap;
}

.payment .price {
  width: 250px;
  font-size: 16pt;
  letter-spacing: 9px;
}

.payment .btn {
  height: 26px;
  border-radius: 5px;
  font-size: 9pt;
  width: 60px;
}

.icoder-transit .section.report .btns {
  margin: 10px;
}

.icoder-cast .section.report .btns {
  margin: 10px;
}

.icoder-worker .section.report .btns {
  margin: 10px;
}

.cleared-payment {
  color: #3effff;
  font-size: 7.5pt;
}

.no-payment {
  color: #ffe016;
  font-size: 7.5pt;
  display: block;
  width: 65px;
}

.report-factor {
  font-size: 10pt;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 13px;
  padding: 10px;
  justify-content: center;
  position: relative;
  width: 84%;
  margin: auto;
  background: #000;
  border: 1px solid #dddddd54;
}

.report-factor .report-row {
  display: flex;
  gap: 13px;
  border-radius: 8px;
  align-items: center;
  position: relative;
  width: 90%;
  margin: auto;
  background: #000;
  padding: 0 7px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.report-factor .report-row .price {
  text-wrap: nowrap;
}

.report-factor .report-row .txt {
  font-size: 8pt;
}

.report-factor .report-row .num {
  font-size: 14pt;
  color: #eee;
}

.report-factor .report-print {
  align-items: center;
  padding: 0 4px;
  font-size: 10pt;
  border-radius: 4px;
  width: 47px;
  height: 26px;
  display: flex;
  justify-content: center;
  color: #000;
  background: #00efff;
}

.icoder-transit .section.report .icoder_table {
  max-height: 100%;
  padding: 0;
}

.icoder-cast .section.report .icoder_table {
  max-height: 100%;
  padding: 0;
}

.icoder-worker .section.report .icoder_table {
  max-height: 100%;
  width: 94%;
  margin: auto;
  padding: 10px;
}

.icoder-transit .section.get {
  margin-bottom: 40px;
  padding: 10px;
  height: auto;
}

.icoder-cast .section.get {
  margin-bottom: 40px;
  padding: 10px;
  height: auto;
}

.icoder-worker .section.get {
  margin-bottom: 40px;
  padding: 10px;
  height: auto;
}

.icoder-transit .section.get .list {
  max-height: unset !important;
}

.icoder-cast .section.get .list {
  max-height: unset !important;
}

.icoder-worker .section.get .list {
  max-height: unset !important;
}

.icoder-transit .section.get .icoder_table {
  max-height: 100%;
  direction: ltr;
  padding: 0;
  padding-bottom: 10px;
}

.icoder-cast .section.get .icoder_table {
  max-height: 100%;
  direction: ltr;
  padding: 0;
  padding-bottom: 10px;
}

.icoder-worker .section.get .icoder_table {
  max-height: 100%;
  direction: ltr;
  padding: 0;
  padding-bottom: 10px;
}

.icoder-transit .section.get .icoder_table table {
  direction: rtl;
  float: unset;
}

.icoder-cast .section.get .icoder_table table {
  direction: rtl;
  float: unset;
}

.icoder-worker .section.get .icoder_table table {
  direction: rtl;
  float: unset;
}

.icoder-transit .section.report .icoder_table.show-factor .time {
  font-size: 10pt;
}

.icoder-cast .section.report .icoder_table.show-factor .time {
  font-size: 10pt;
}

.icoder-worker .section.report .icoder_table.show-factor .time {
  font-size: 10pt;
}

.icoder-worker td {
  font-size: 10pt;
}

.icoder-transit .section.report .icoder_table.show-factor .price {
  font-size: 10pt;
  letter-spacing: 1px;
  text-wrap: nowrap;
  padding: 3px 13px;
}

.icoder-cast .section.report .icoder_table.show-factor .price {
  font-size: 10pt;
  letter-spacing: 1px;
  text-wrap: nowrap;
  padding: 3px 13px;
}

.icoder-worker .section.report .icoder_table.show-factor .price {
  font-size: 10pt;
  letter-spacing: 1px;
  text-wrap: nowrap;
  padding: 3px 13px;
}

#icoder_print {
  display: none;
}

.icoder-multi-tab .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.icoder-multi-tab .header.insertOpen {
  justify-content: start;
}

.icoder-multi-tab .header .search {
  z-index: 5;
  width: calc(100% - 140px);
  max-width: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icoder-multi-tab .header .search input {
  height: 30px;
  text-align: center;
}

.icoder-multi-tab .header .search input[name="byinfo"] {
  width: 100%;
  padding: 0 10px;
  font-size: 10pt;
}

.icoder-multi-tab .header .search input[name="bycode"] {
  width: 65px;
  padding: 0 10px;
  font-size: 10pt;
}

.icoder-multi-tab .header .insert .insert-handler-open {
  position: absolute;
  width: 88px;
  font-size: 9pt;
  text-align: center;
  line-height: 31px;
  left: 0;
  top: 0;
  height: 30px;
  border-radius: 5px;
}

.icoder-multi-tab .header .insert .insert-handler-close {
  display: none;
}

.icoder-multi-tab .header .insert .row {
  display: none;
}

.icoder-multi-tab .header.insertOpen .insert .insert-handler-open {
  display: none;
}

.icoder-multi-tab .header.insertOpen .insert .insert-handler-close {
  display: block;
  text-align: center;
  line-height: 31px;
  margin: 0;
  width: 51px;
  border-radius: 7px;
  height: 29px;
}

.icoder-multi-tab .header.insertOpen .insert .row {
  flex-wrap: wrap;
  position: fixed;
  background: #00041d;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: calc(100% - 30px);
  height: auto;
  gap: 10px;
  padding: 10px;
  top: 4px;
  align-items: start;
  justify-content: start;
  display: flex;
  font-size: 12pt;
  overflow: auto;
}

.icoder-multi-tab .header.insertOpen .insert .row input {
  text-align: center;
  width: 150px;
  height: 26px;
  font-size: 10pt;
  font-weight: normal;
  padding: 0;
}

.icoder-multi-tab .header.insertOpen .insert .row .btn {
  width: 91px;
  margin-right: 12px;
  height: 30px;
}

.icoder-multi-tab .header.insertOpen .search {
  display: none;
}

.icoder-multi-tab .header .usercode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  background: unset;
  backdrop-filter: blur(60px);
  width: 100%;
  border: 1px solid #dddddd78;
  border-radius: 8px;
  padding: 4px 20px;
  display: none;
  top: -6px;
}

.icoder-multi-tab .header .usercode .info {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #00f996;
  border-radius: 5px;
  border-left: 2px solid #00f996;
  gap: 10px;
  background: #010d21;
  box-shadow: 1px 7px 20px 0px #020a12;
  padding: 0 56px;
  height: 32px;
  line-height: 27px;
}

.icoder-multi-tab .header .usercode .txt {
  font-size: 11pt;
  color: #ddd;
}

.icoder-multi-tab .header .usercode .code {
  font-size: 15pt;
  letter-spacing: 2px;
  border-bottom: 1px solid #ddd;
}

.icoder-multi-tab .header .usercode .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-size: 9pt;
}

.icoder-multi-tab .header .usercode .btns .btn-green {
  width: 130px;
}

.icoder-multi-tab .header .usercode .btns .btn-yellow {
  width: 50px;
}

.icoder-multi-tab .search-result {
  position: fixed;
  flex-direction: column;
  font-size: 11pt;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  background: #ededed;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 89%;
  gap: 10px;
  right: 13px;
  left: 0;
  max-height: 300px;
  max-width: 400px;
  top: 104px;
  overflow-y: scroll;
  border: 1px solid #000;
  display: none;
}

.icoder-multi-tab .search-result .item-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  width: 85%;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 15px;
  border: 1px solid #fff;
  background: #ddd;
}

.icoder-multi-tab .search-result .item-user:hover {
  background: #a0f6ff;
}

.icoder-multi-tab .search-result .item-user .i {
  color: #000;
  font-size: 10pt;
  text-wrap: nowrap;
}

.icoder-multi-tab .search-result .item-user .i.code {
  width: 40px;
  text-align: right;
}

.icoder-multi-tab .search-result .item-user .i.car {
  width: 100px;
  text-align: left;
}

#icoder_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1d1c1ca3;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}

.icoder_bg_buysell {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1d1c1ca3;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
}

#handler_menu {
  width: 24px;
  height: 24px;
  background: #000000e3;
  padding: 5px;
  border-radius: 100%;
  position: absolute;
  bottom: 5px;
  right: 5px;
  box-shadow: 1px 7px 20px 0px #010e1863;
  z-index: 10;
  border: 1px solid #dddddd4d;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}

#handler_menu:hover span {
  background: #3effff;
}

#handler_menu span {
  width: 18px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
}

#handler_menu.close .sp2 {
  display: none;
}

#handler_menu.close .sp1 {
  transform: rotate(45deg);
  position: absolute;
  width: 20px;
  height: 3px;
}

#handler_menu.close .sp3 {
  transform: rotate(-45deg);
  position: absolute;
  width: 20px;
  height: 3px;
}

.body-scroll {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.icoder-multi-tab {
  position: relative;
}

.icoder-multi-tab .tabs {
  width: 100%;
  height: calc(100% - 42px);
  border-radius: 8px;
}

.icoder-multi-tab .tabs .tab-menu {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  font-size: 11pt;
  max-width: 100%;
  overflow-x: auto;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 5px;
  background: #5d5c5c;
}

.icoder-multi-tab .tabs .tab-menu .item {
  border-radius: 9px;
  border: 1px solid #dddddd75;
  color: #b1b1b1;
  cursor: pointer;
  text-wrap: nowrap;
  font-size: 9pt;
  padding: 5px 18px;
  background: #000;
  opacity: 1;
  box-shadow: 1px 7px 20px 0px #010e18a1;
}

.icoder-multi-tab .tabs .tab-menu .item.select {
  border: 1px solid #00ceff;
  color: #ffffff;
  opacity: 1;
}

.icoder-multi-tab .tabs .tab-menu .item:hover {
  border: 1px solid #00ceff;
  color: #ffffff;
  opacity: 1;
}

.icoder-multi-tab .tabs .tab-page {
  width: 100%;
  background: #031535;
  margin-top: 5px;
  border: 1px solid #4f4d4d;
  border-radius: 5px;
}

.icoder-multi-tab .tabs .tab-page .item {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.icoder-multi-tab .tabs .tab-page .item.select {
  display: flex;
  position: relative;
}

.icoder-multi-tab .tabs .tab-page .multi-page {
  height: calc(100% - 103px);
}

.icoder-multi-tab .tabs .tab-page .multi-info input,
.icoder-multi-tab .tabs .tab-page .multi-info .btn-green,
.icoder-multi-tab .tabs .tab-page .multi-info .btn-cancel {
  display: none;
}

.icoder-multi-tab .tabs .tab-page .multi-info.edit input,
.icoder-multi-tab .tabs .tab-page .multi-info.edit .btn-green,
.icoder-multi-tab .tabs .tab-page .multi-info.edit .btn-cancel {
  display: block;
}

.icoder-multi-tab .tabs .tab-page .multi-info.edit .txt,
.icoder-multi-tab .tabs .tab-page .multi-info.edit .btn-yellow {
  display: none;
}

.icoder-multi-tab .multi-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #00000005;
  height: 30px;
  padding: 5px 10px;
  font-size: 9pt;
  width: calc(100% - 32px);
  border-radius: 4px;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #dddddd4d;
  margin: auto;
  position: relative;
  margin-top: 13px;
}
.icoder-multi-tab .multi-info .txt {
  text-wrap: nowrap;
  font-size: 10pt;
}

.icoder-multi-tab .multi-info .name {
  text-wrap: nowrap;
}

.icoder-multi-tab .multi-info .phone {
  text-align: center;
  font-size: 10pt;
}

.icoder-multi-tab .multi-info .code .txt {
  color: #00ffdc;
  font-size: 13px;
  font-weight: normal;
}

.icoder-multi-tab .multi-info .code .name {
  color: #ececec;
  font-size: 13pt;
}

.icoder-multi-tab .multi-info .code .car,
.icoder-multi-tab .multi-info .code .phone,
.icoder-multi-tab .multi-info .code .melicode {
  letter-spacing: 2px;
  font-size: 13pt;
}

.icoder-multi-tab .multi-info .btn-yellow {
  width: 53px;
  font-size: 8pt;
  line-height: 21px;
  display: block;
  height: 21px;
  text-align: center;
}

.icoder-multi-tab .multi-info.edit {
  height: auto;
  flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
  top: 0;
  right: 0;
  z-index: 6;
  padding: 5px 10px;
  border: 1px solid #9d7c02;
  gap: 10px;
  justify-content: start;
}

.icoder-multi-tab .multi-info .select-list {
  display: none;
}

.icoder-multi-tab .multi-info.edit .select-list {
  display: block;
}

.icoder-multi-tab .multi-info.edit input {
  text-align: center;
  height: 26px;
  width: 200px;
  font-size: 9pt;
  font-weight: normal;
  padding: 0;
}

.icoder-multi-tab .multi-info.edit input[name="phone"] {
  direction: ltr;
}

.icoder-multi-tab .multi-info.edit .btns {
  position: static;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  left: 10px;
}

.icoder-multi-tab .multi-info.edit .btns .btn-green {
  width: 60px;
  font-size: 9pt;
  line-height: 24px;
  text-align: center;
  height: 24px;
}

.icoder-multi-tab .multi-info.edit .btns .btn-cancel {
  width: 38px;
  font-size: 9pt;
  line-height: 24px;
  text-align: center;
  height: 24px;
}

.noUserSelect {
  display: flex;
  font-size: 20pt;
  opacity: 0.2;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.icoder-multi-tab .close-tab {
  position: absolute;
  bottom: unset;
  top: -16px;
  right: -6px;
  left: unset;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  width: 32px;
  opacity: 0.8;
  border: 2px solid #000;
  text-align: center;
  color: #fff;
  font-size: 16pt;
}

.icoder-multi-tab .multi-page .multi-item {
  display: none;
  flex-direction: column;
  overflow-y: auto;
  width: 98%;
  margin: 0 auto;
}

.icoder-multi-tab .multi-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 10px;
  border-radius: 5px;
  background: #5d5c5c;
  width: fit-content;
  margin: 5px auto 0 auto;
  margin: 5px auto 0 auto;
}

.icoder-multi-tab .multi-items .multi-items-i {
  width: 85px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 9px;
  border: 1px solid #dddddd75;
  color: #dad4d4;
  cursor: pointer;
  text-wrap: nowrap;
  font-size: 8pt;
  padding: 0;
  background: #000;
  opacity: 0.8;
  box-shadow: 1px 7px 20px 0px #010e18a1;
}

.icoder-multi-tab .multi-items .multi-items-i.select {
  border: 1px solid #00ceff;
  color: #ffffff;
  opacity: 1;
}

.icoder-multi-tab .multi-page .multi-item.select {
  display: flex;
  height: calc(100% - 40px);
}

.icoder-multi-tab .multi-page .multi-item[data-buyertab="buy"] {
  height: calc(100% - 39px);
  background: #001b4b;
  width: calc(100% - 28px);
  padding: 10px;
  margin: 10px auto;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #002dc85c;
}

.icoder-multi-tab .multi-page .multi-item[data-buyertab="buy"] .results {
  height: calc(100% - 54px);
  flex-direction: column;
}

.icoder-platform .pages .item-page[data-name="cast"] .section.get .list {
  height: calc(100% - 124px);
  max-height: unset;
}

.icoder-platform
  .pages
  .item-page[data-name="cast"]
  .section.get
  .icoder_table {
  max-height: 100%;
}

.icoder-platform .pages .item-page[data-name="cast"] .section.get table {
  max-height: 100%;
}

.icoder-platform .pages .multi-item[data-sellertab="sell"] {
  height: calc(100% - 17px);
  height: calc(100% - 39px);
  background: #001b4b;
  width: calc(100% - 28px);
  padding: 10px;
  margin: 10px auto;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #002dc85c;
}

.icoder-platform .pages .multi-item[data-sellertab="sell"] .results {
  flex-direction: column;
}

.icoder-platform .pages .multi-item[data-sellertab="sell"] .detail-lads {
  max-height: unset;
  padding: 0;
  margin-top: 10px;
  gap: 10px;
  width: 100%;
}

.icoder-platform
  .pages
  .multi-item[data-sellertab="sell"]
  .detail-lads
  .detail-item {
  padding: 10px;
  width: calc(100% - 20px);
}

.icoder-platform
  .pages
  .multi-item[data-sellertab="sell"]
  .detail-lads
  .detail-item
  .calc {
  flex-wrap: wrap;
}

.icoder-platform
  .pages
  .multi-item[data-sellertab="sell"]
  .detail-lads
  .detail-item
  .calc
  .n {
  font-size: 8pt;
}

.icoder-platform
  .pages
  .multi-item[data-sellertab="sell"]
  .detail-lads
  .detail-item
  .calc
  .num {
  font-size: 12pt;
}

.icoder-platform
  .pages
  .multi-item[data-sellertab="sell"]
  .detail-lads
  .detail-item
  .calc
  .p {
  font-size: 13pt;
}

.icoder-platform
  .pages
  .multi-item[data-sellertab="sell"]
  .detail-lads
  .detail-item
  .calc
  .r
  .unit {
  margin-right: 5px;
}

.icoder-platform .pages .multi-item[data-sellertab="archive"] .payment {
  padding: 10px;
}

.icoder-platform .pages .multi-item[data-sellertab="archive"] .title {
  width: 90px;
}

.icoder-platform .pages .multi-item[data-sellertab="archive"] .selected {
  width: 100px;
}

.icoder-multi-tab .multi-menu {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 25px;
}

.icoder-multi-tab .multi-menu .multi-item {
  width: auto;
  padding: 0 10px;
  font-size: 10pt;
  opacity: 0.4;
}

.icoder-multi-tab .multi-menu .multi-item.select {
  opacity: 1;
}

.icoder-multi-tab .multi-page .enter {
  display: flex;
  border-bottom: 1px solid #dddddd69;
  padding-bottom: 8px;
  align-items: start;
  margin: 0;
  width: 100%;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icoder-multi-tab .multi-page .enter .weights {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}

.icoder-multi-tab .multi-page .enter .weights .weights-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}

.icoder-multi-tab .multi-page .enter .weights .weights-item label {
  font-size: 10pt;
}

.icoder-multi-tab .multi-page .enter .weights .weights-item input {
  width: 150px;
  text-align: center;
  font-size: 27pt;
  letter-spacing: 2px;
  direction: ltr;
  color: #002eff;
  font-weight: bold;
}

.icoder-multi-tab .multi-page .enter .weights .weights-item.full input {
  color: #002eff;
}

.icoder-multi-tab .multi-page .enter .weights .weights-item.empty input {
  color: #ea0000;
}

.icoder-multi-tab .multi-page .enter-item {
  display: flex;
  justify-content: start;
  align-items: center;
}

.icoder-multi-tab .multi-page .enter-item .txt {
  padding-bottom: 4px;
  margin-left: 10px;
  font-size: 10pt;
  width: auto;
}

.icoder-multi-tab .multi-page .enter-item .sec-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  background: #012e7e;
  border: unset;
  padding: 5px 10px;
  flex-wrap: wrap;
  border-radius: 4px;
}

.icoder-multi-tab .multi-page .enter-item .sec-item .text {
  font-size: 9pt;
  text-wrap: nowrap;
  margin: 0;
}

.icoder-multi-tab .multi-page .enter-item .sec-item .time {
  padding-left: 11px;
  border-left: 1px solid #ddd;
  display: flex;
  display: 100px;
}

.icoder-multi-tab .multi-page .enter-item .sec-item input {
  color: #000;
  height: 22px;
  width: 65px;
  padding: 0;
  border-radius: 4px !important;
  font-size: 11pt;
  text-align: center;
}
#icoderSell .icoder-multi-tab .multi-page .enter-item .sec-item input {
  width: 200px;
}

.icoder-multi-tab .multi-page .enter-item .sec-item input[name="weight_full"] {
  direction: ltr;
}

.icoder-multi-tab .multi-page .enter-item .sec-item .time input {
  font-size: 11pt;
  color: #000;
  height: 25px;
  width: 100%;
  border-radius: 4px !important;
}

.icoder-multi-tab .multi-page .enter-item .sec-item.detail-lad .lad_selected {
  display: block;
  width: 120px;
  color: #000;
  background: #fffafa;
  text-align: center;
  border-radius: 8px;
  font-size: 8pt;
  height: 26px;
  line-height: 29px;
  cursor: pointer;
}

.icoder-platform
  .pages
  .multi-item[data-sellertab="sell"]
  .detail-lad
  .lad_fee {
  width: 80px;
  height: 25px;
  text-align: center;
  direction: ltr;
}

.icoder-platform
  .pages
  .multi-item[data-sellertab="sell"]
  .detail-lad
  .lad_weight {
  width: 80px;
  height: 25px;
  text-align: center;
  direction: ltr;
}

.icoder-multi-tab .multi-page .enter-item .sec-item .btn {
  height: 25px;
  line-height: 25px;
  font-size: 9pt;
  width: 40px;
  text-align: center;
}

.icoder-multi-tab .multi-page .name {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.icoder-multi-tab .multi-page .lad-list {
  position: absolute;
  flex-direction: column;
  font-size: 11pt;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  background: #4d4d4d;
  border-radius: 3px;
  gap: 10px;
  width: 194px;
  margin: auto;
  max-height: 250px;
  top: 35px;
  border: 1px solid #000;
  z-index: 7;
  right: 0;
  height: 150px;
  left: 0;
  overflow-y: auto;
  display: none;
}

.icoder-multi-tab .multi-page .lad-list.open {
  display: flex;
}

.icoder-multi-tab .multi-page .lad-list .lad-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  width: calc(100% - 61px) !important;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 9px;
  border: 1px solid #fff;
  background: #ddd;
  color: #000;
  font-size: 10pt;
}

.icoder-multi-tab .multi-page .lad-list .lad-item:hover {
  background: #a0f6ff;
}

.icoder-multi-tab .detail-lads {
  gap: 23px;
  display: flex;
  direction: ltr;
  align-items: end;
  flex-direction: column;
  justify-content: start;
  width: calc(100% - 5px);
  height: fit-content;
  margin: 10px 0;
  border: unset;
  padding: 7px;
  border-radius: 4px;
}

.detail-item {
  display: flex;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 1px;
  height: auto;
  flex-wrap: wrap;
  font-size: 12pt;
  direction: rtl;
  padding: 10px 30px;
  width: calc(100% - 60px);
  border-bottom: 1px solid #dddddd96;
  background: #000;
}

.detail-item .calc {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.detail-item .calc .number {
  font-size: 9pt;
  width: 50px;
}

.detail-item .n {
  text-wrap: nowrap;
  font-size: 10pt;
}

.detail-item .w {
  text-wrap: nowrap;
  font-size: 10pt;
}

.detail-item .f {
  text-wrap: nowrap;
  font-size: 10pt;
}

.detail-item .num {
  font-size: 14pt;
}

.detail-item .unit {
  color: #ffff0094;
  font-size: 7pt;
  margin-right: 0px;
}

.detail-item .p {
  font-size: 15pt;
  margin: 0 7px;
}

.detail-item .btn {
  height: 23px;
  line-height: 22px;
  font-size: 8pt;
  width: 40px;
  text-align: center;
  margin: 0;
  border-radius: 5px;
}

.detail-item .r {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 3px;
  text-wrap: nowrap;
  font-size: 10pt;
}

.detail-item .because {
  border-right: 1px solid #dddddd52;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding-right: 10px;
}

.detail-item .because .title {
  text-wrap: nowrap;
  font-size: 10pt;
  color: #ffba00;
  margin-top: 0 !important;
}

.detail-item .because .num {
  text-wrap: nowrap;
  font-size: 10pt;
  color: #ddd;
}

.detail-item .date {
  direction: ltr;
  margin-right: 14px;
  font-size: 10pt;
  letter-spacing: 0px;
  color: #ddd;
}

.icoder-multi-tab .detail-lads .nolad {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eeeeee17;
  border-radius: 8px;
  direction: rtl;
  color: #aaa;
  font-size: 13pt;
  padding: 5px 10px;
  width: fit-content;
  margin: auto;
  font-size: 10pt;
}

.icoder-multi-tab .multi-page .results {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: start;
}

.icoder-multi-tab .multi-page .results .factor {
  padding: 10px;
  width: calc(100% - 20px);
  margin: auto;
  border-top: 1px solid #dddddd36;
  height: 100%;
  position: relative;
}

.icoder-multi-tab .multi-page .results .factor .data {
  padding: 0;
  margin-top: 10px;
}

.icoder-multi-tab .multi-page .results .factor .txt {
  color: #b6b6b6;
  font-size: 10pt;
  border-bottom: 1px solid #dddddd8c;
  padding-bottom: 4px;
}

.icoder-multi-tab .multi-page .results .factor .weights {
  border-bottom: 1px solid #eeeeee4d;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 7px;
}

.icoder-multi-tab .multi-page .results .factor .result-price {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.icoder-multi-tab .multi-page .results .factor .weights .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-left: unset;
  background: #00123d;
  width: 95%;
  margin: auto;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 1px 1px 20px 0px #00000059 inset;
  border: 1px solid #dddddd24;
}

.icoder-multi-tab .multi-page .results .factor .weights .row:last-child {
  border: unset;
}

.icoder-multi-tab .multi-page .results .factor .weights .row .title {
  font-size: 9pt;
  color: #eee;
}

.icoder-multi-tab .multi-page .results .factor .weights .row .num {
  color: #fff;
}

.icoder-multi-tab .multi-page .results .factor .weights .row .unit {
  color: #ffff0094;
  font-size: 7pt;
  margin-right: 0px;
}

.icoder-multi-tab .multi-page .results .factor .weights .weight-win .num {
  color: #fff;
}

.icoder-multi-tab .multi-page .results .factor .result-price .row {
  margin: auto;
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #dddddd4f;
  margin-top: 0;
  font-size: 12pt;
  flex-wrap: wrap;
  gap: 10px;
}

.icoder-multi-tab .multi-page .results .factor .result-price .row .title {
  color: #ffc83ac9;
  font-size: 11pt;
}

.icoder-multi-tab .multi-page .results .factor .result-price .row .price .num {
  font-size: 16pt;
  letter-spacing: 1px;
  font-weight: bold;
  color: yellow;
}

.icoder-multi-tab .multi-page .results .factor .result-price .row .price .unit {
  color: #ffff0094;
  font-size: 7pt;
  margin-right: 0px;
}

.icoder-multi-tab .multi-page .results .factor .result-price .btn.final {
  width: fit-content;
  padding: 0 20px;
  font-size: 10pt;
  position: relative;
  margin: auto;
}

.select-list {
  position: relative;
}

.select-list .selected {
  background: #fff;
  border-radius: 5px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8pt;
  width: 100px;
  height: 26px;
}

.select-list .selected.full {
  font-weight: bold;
}

.select-list.open .options {
  display: flex;
}

.select-list .options {
  display: none;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 28px;
  left: 0;
  background: #0c2942;
  width: 89%;
  right: 0;
  margin: auto;
  gap: 15px;
  padding: 20px 5px;
  z-index: 100;
  border: 1px solid #ffffff7d;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: unset;
}

.select-list .options .option-item {
  border-radius: 9px;
  border: 1px solid #dddddd7a;
  width: 92%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 26px;
  font-size: 9pt;
  line-height: 25px;
}

.select-list .options .option-item:hover,
.select-list .options .option-item.select {
  color: #3effff;
  border: 1px solid #00eaff7a;
}

.icoder-multi-tab .archive-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  flex-direction: column-reverse;
  margin-top: 10px;
  gap: 20px;
}

.icoder-multi-tab .payment {
  display: flex;
  align-items: start;
  gap: 15px;
  border-radius: 12px;
  width: fit-content;
  flex-direction: column;
  justify-content: start;
  padding: 10px;
  margin: 0;
  background: #141414;
  border: 1px solid #dddddd3d;
}

.icoder-multi-tab .payment .insert {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.icoder-multi-tab .payment .insert input {
  width: 150px;
  height: 26px;
  line-height: 30px;
  text-align: center;
  padding: 0;
}

.icoder-multi-tab .payment .insert .btn {
  height: 26px;
  border-radius: 5px;
  font-size: 9pt;
  border-radius: 5px;
}

.icoder-multi-tab .btns {
  justify-content: center;
  align-items: center;
}

.icoder-multi-tab .list-section {
  display: flex;
  align-items: start;
  margin-top: 17px;
  margin-bottom: 17px;
  height: calc(100% - 60px);
  flex-direction: column-reverse;
  justify-content: start;
  padding: 0;
  gap: 10px;
}

.icoder-multi-tab .list-section .list {
  max-height: 400px;
  overflow: auto;
  width: 92%;
  background: #202020;
  border-radius: 5px;
  margin: 0 auto;
  padding: 9px;
  border: 1px solid #dddddd38;
  height: auto;
}

.print-report {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-right: 16px;
  margin-bottom: 20px;
  display: none;
}

.print-report .txt {
  font-size: 13px;
  color: #ddd;
}

.print-report input {
  width: 100px;
  text-align: center;
  height: 30px;
}

.print-report .btn {
  text-wrap: nowrap;
  padding: 0 14px;
  height: 24px;
  line-height: 24px;
  border-radius: 6px;
  font-size: 9pt;
}

.icoder-multi-tab .icoder_table tr.header {
  display: table-row;
}

.icoder-multi-tab .report-factor {
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  width: 79%;
  border-right: 0;
  margin: 0 auto;
  background: #28282899;
  height: auto;
  border: 1px solid #dddddd26;
  border-radius: 13px;
  padding: 9px 18px;
  max-width: 400px;
}

.icoder-multi-tab .report-factor .report-row {
  background: unset;
  border: unset;
  border-radius: 0;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.icoder-multi-tab .report-factor .report-row .status {
  font-weight: bold;
  font-size: 11pt;
}

.icoder-multi-tab .report-factor .report-row .status-balance {
  color: lime;
}

.icoder-multi-tab .report-factor .report-row .status-getter {
  color: #ffdb00;
}

.icoder-multi-tab .report-factor .report-row .status-paider {
  color: #ff3636;
}

.icoder-multi-tab .report-factor .report-row .txt {
  font-size: 10pt;
  color: #ddd;
}

.icoder-multi-tab .report-factor .report-row .num {
  font-size: 13pt;
  letter-spacing: 1.5px;
}

.icoder-multi-tab .report-factor .report-row.print {
  border: none;
  justify-content: center;
}

.icoder-multi-tab .report-factor .report-row.print .btn {
  padding: 0 20px;
}

.unit {
  color: #ffff0094;
  font-size: 7pt;
  margin-right: 0px;
}

table .header td {
  font-size: 8pt;
  border: 1px solid #dddddd52;
  border-radius: 4px;
  padding: 4px 10px;
}

.icoder-multi-tab table ._item {
  height: 49px;
}

.icoder-multi-tab table ._item td {
  font-size: 10pt;
  text-align: center;
  border: 1px solid #dddddd17;
  padding: 0 10px;
}

.icoder-multi-tab .multi-page .results .factor .result-price .row .helper {
  font-size: 9pt;
  position: absolute;
  bottom: 11px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #ffff00c7;
  width: fit-content;
  border-right: 1px solid yellow;
  border-left: 1px solid yellow;
  padding: 0 10px;
  border-radius: 5px;
}

.icoder-multi-tab .list-section .list .icoder_table {
  overflow-y: unset;
  overflow-x: auto;
  height: auto;
  max-height: unset;
  padding: 0;
  direction: ltr;
}

.icoder-multi-tab .list-section .list .icoder_table .tick {
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}

.icoder-multi-tab .list-section .list .icoder_table .tick:hover {
  background: lime !important;
}

.icoder-multi-tab .list-section .list .icoder_table ._item.status_1 .tick {
  background: lime;
  border: 2px solid #054f05;
}

.icoder-multi-tab .list-section .list .icoder_table ._item.status_1 td {
  color: lime;
}

.icoder-multi-tab .list-section .list .icoder_table ._item td.actions {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 1px solid #dddddd17;
}

.icoder-multi-tab .list-section .list .icoder_table ._item td.actions .btn {
  width: 55px;
  height: 22px;
  line-height: 21px;
  text-align: center;
  padding: 0;
  font-size: 8pt;
}

.icoder-multi-tab
  .list-section
  .list
  .icoder_table
  ._item
  td.actions
  .btn.print {
  display: none;
}

.icoder-multi-tab .list-section .list .icoder_table ._item.status_0 .tick {
  background: #767676;
}

.icoder-multi-tab .list-section .list .icoder_table table {
  direction: rtl;
  overflow: unset;
  max-height: unset;
}

.icoder-multi-tab .listlads .title {
  margin-top: 10px;
  margin-right: 11px;
  font-size: 10pt;
}

.model {
  position: fixed;
  background: #00041d;
  z-index: 100;
  margin: auto;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  top: 0;
  right: 0;
  left: 0;
  transform: unset;
}

input[data-type="date"] {
  height: 25px;
  width: 150px;
  padding: 0 !important;
  font-size: 11pt;
}

.model.open {
  display: flex;
}

.model.lad {
  width: 100%;
  height: 100%;
}

.model .btn-red {
  margin: 10px;
  position: absolute;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14pt;
  color: #fff;
  left: 0;
  top: 0;
}

.model .data {
  width: 95%;
  height: calc(100% - 85px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 38px;
  position: absolute;
  top: 43px;
  right: 0;
  left: 0;
  margin: auto;
  overflow-y: auto;
  background: #04193b;
  padding: 20px 10px;
  border-radius: 15px;
}

.icoder-report .reports-sections {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.icoder-report .reports-sections .title {
  background: linear-gradient(45deg, #895603, #006667);
  font-size: 8pt;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 6px;
}

.icoder-report .loading {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11pt;
  color: #3effff;
  background: #ffffff21;
  border-radius: 8px;
}

.icoder-report .refresh {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icoder-report .refresh .btn {
  padding: 0 30px;
  border-radius: 4px;
}

.icoder-cast .section {
  position: relative;
}

.icoder-cast .section .btns {
  margin-bottom: 10px;
  margin-top: 52px;
}

.icoder-cast .section.report .detail {
  justify-content: start;
  align-items: center;
}

.icoder-cast .section.report .txt-titr {
  width: auto;
  text-wrap: nowrap;
}

.icoder-cast .section.report .info {
  justify-content: start;
}

.icoder-cast .section.report .info span {
  color: #3effff;
  font-size: 9pt;
  font-weight: normal;
}

.icoder-cast .section.report .payment {
  height: auto;
}

.icoder-cast .section.report .insert {
  height: auto;
  flex-wrap: wrap;
}

.icoder-cast .section.report input[name="cast_by"] {
  width: 442px;
}

#icoderSell .select-list .selected {
  height: 35px;
  border-radius: 8px;
}
#icoderSell {
  flex-direction: column;
  margin-bottom: 60px;
}

#icoderSell .select-list .selected .options {
  top: 35px;
}

#icoderSell .multi-info.edit .selected {
  height: 30px;
}
#icoderSellSmall .select-list .selected {
  height: 35px;
  border-radius: 8px;
}

#icoderSellSmall .select-list .selected .options {
  top: 35px;
}

#icoderSellSmall .multi-info.edit .selected {
  height: 30px;
}
#icoderSellSmall .main-sec {
  flex-direction: column;
}
#icoderSell .main-sec {
  flex-direction: column;
}

.detail-item .calc .weight-now {
  display: flex;
  gap: 3px;
  justify-content: start;
  align-items: center;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

.detail-item .calc .weight-now input {
  color: #000;
  height: 25px;
  width: 68px;
  padding: 0;
  border-radius: 4px !important;
  font-size: 11pt;
  text-align: center;
}

.detail-item .calc .weight-now input[name="weight-now"] {
  direction: ltr;
}

.detail-item .calc .weight-now .btn {
  height: 25px;
  line-height: 25px;
  font-size: 9pt;
  width: 40px;
  text-align: center;
  margin: 0;
}

.icoder-multi-tab .multi-page .multi-item[data-buyertab="buy"] .w {
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 2px;
}

.icoder-multi-tab .multi-page .multi-item[data-buyertab="buy"] .p {
  margin: 0;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .detail-lads
  .calc {
  flex-wrap: wrap;
  gap: 10px;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .detail-lads
  .lad_selected {
  width: 120px;
  color: #000;
  background: #fffafa;
  text-align: center;
  border-radius: 8px;
  font-size: 8pt;
  height: 26px;
  line-height: 29px;
  cursor: pointer;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .detail-lads
  .lad_selected
  .lad_fee {
  width: 66px;
  height: 26px;
  text-align: center;
  direction: ltr;
  font-size: 12pt;
  padding: 0 5px;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .detail-lads
  .lad_loss {
  width: 36px;
  height: 26px;
  margin-right: -5px;
  text-align: center;
  padding: 0 5px;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .detail-lads
  .lad_loss_txt {
  width: 180px;
  height: 26px;
  text-align: center;
  font-size: 9pt;
  font-weight: normal;
  padding: 0;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .detail-lads
  .lad_fee {
  width: 80px;
  height: 26px;
  text-align: center;
  direction: ltr;
  padding: 0;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .detail-lads
  .btn-detail {
  margin: 0;
  height: 26px;
  line-height: 29px;
  font-size: 24pt;
  color: #000000;
  width: 29px;
  font-weight: bold;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .detail-lads
  .r
  .num {
  color: yellow;
}

.icoder-multi-tab .multi-page .multi-item[data-buyertab="buy"] .row.pardakht {
  border-bottom: 1px solid #eeeeee4d;
  margin-bottom: 16px;
  padding-bottom: 11px;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .row.pardakht
  .title {
  color: #ddd;
  font-size: 10pt;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .row.pardakht
  .buy-paid {
  height: 30px;
  direction: ltr;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14pt;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .row.pardakht
  .time
  input {
  width: 70px;
  height: 30px;
  text-align: center;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .row.pardakht
  .price {
  display: flex;
  justify-content: end;
  align-items: center;
}

.icoder-multi-tab
  .multi-page
  .multi-item[data-buyertab="buy"]
  .row.pardakht
  .btn {
  padding: 0 10px;
  margin-right: 10px;
}

.show-str-price {
  position: fixed;
  bottom: -6px;
  left: -3px;
  background: #44ffbc;
  border-radius: 5px;
  margin: 16px;
  padding: 0 20px;
  z-index: 10;
  display: none;
}

.show-str-price .v {
  font-size: 12pt;
  color: #000;
  font-weight: bold;
}

.show-str-price .u {
  font-size: 10pt;
  color: #000;
}

.icoder-report .report-menu {
  display: flex;
  background: #8080803d;
  overflow-x: auto;
  padding: 10px;
  justify-content: start;
  border-radius: 4px;
  align-items: center;
  gap: 33px;
  font-size: 11pt;
}

.icoder-report .report-menu .report-item-menu {
  background: #ffffff1f;
  border-radius: 3px;
  padding: 5px 20px;
  border: 1px solid #dddddd3b;
  font-size: 8pt;
  text-wrap: nowrap;
  cursor: pointer;
}

.icoder-report .report-menu .report-item-menu.select {
  background: linear-gradient(3deg, #02ffe3a3, #02ffe35c, #02ffe37d);
}

.icoder-report .report-menu .report-item-menu:hover {
  background: linear-gradient(3deg, #02ffe3a3, #02ffe35c, #02ffe37d);
}

.icoder-report .report-page {
  background: #eeeeee17;
  padding: 10px 10px 40px 10px;
  margin-top: 30px;
  border-radius: 5px;
  min-height: 77vh;
  overflow-x: auto;
  margin-bottom: 30px;
}

.icoder-report .report-page .report-item-page {
  display: none;
  flex-direction: column;
  height: 100%;
  min-width: 1250px;
}

.icoder-report .icoder_table tr.header td {
  padding: 0;
  font-size: 8pt;
}

.icoder-report .report-page .report-item-page.select {
  display: flex;
}

.icoder-report .report-item-page .select-date {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  border: 1px solid #dddddd33;
  padding: 10px;
  background: #172132;
  border-radius: 8px;
  flex-wrap: wrap;
  width: 95%;
  margin: 20px auto 30px auto;
}

.icoder-report .report-item-page .btn-yellow {
  padding: 0px 11px;
  font-size: 9pt;
  line-height: 23px;
}

.icoder-report td {
  font-size: 10pt;
  height: 30px;
  border: 1px solid #dddddd30;
}

.icoder-report .print-report {
  display: flex !important;
}

.icoder-report .report-item-page .print-report {
  margin: 0;
}

.icoder-report .report-item-page .show-result-report {
  display: none;
  justify-content: space-between;
  align-items: start;
  height: calc(100% - 85px);
  align-items: start;
}

.icoder-report .report-item-page .show-result-report.select {
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: calc(100% - 140px);
}

.icoder-report .report-item-page .show-result-report .result-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.icoder-report .report-item-page .show-result-report .report-title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 50px;
}
.icoder-report .report-item-page .show-result-report .report-send {
  background: #101010c2;
  border-radius: 8px;
  padding: 9px 15px;
  margin: 10px 0;
  border: 1px solid #dddddd42;
  width: calc(100% - 43px);
  box-shadow: 0 0 15px 0px #00000066 inset;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.icoder-report .report-item-page .show-result-report .report-send .label {
  font-size: 10pt;
}
.icoder-report .report-item-page .show-result-report .report-send .total {
  font-size: 14pt;
  background: #2e3131;
  color: #00e265;
  padding: 0 9px;
  border-radius: 4px;
}
.icoder-report .report-item-page .show-result-report .report-send .number {
  text-align: center;
  font-size: 13pt;
  height: 26px;
  width: 170px;
  letter-spacing: 2px;
  line-height: 27px;
  padding: 0 5px !important;
}
.icoder-report .report-item-page .show-result-report .report-send .bt {
  font-size: 8pt;
  height: 25px;
  width: 63px;
  text-align: center;
  border-radius: 5px;
  line-height: 25px;
  cursor: pointer;
  color: #000;
  margin: 0;
  opacity: 0.8;
}
.icoder-report .report-item-page .show-result-report .report-send .bt:hover {
  opacity: 1;
}
.icoder-report .report-item-page .show-result-report .report-send .bt.bt-1 {
  background: #04c577;
}
.icoder-report .report-item-page .show-result-report .report-send .bt.bt-2 {
  background: #ffaf09;
}
.icoder-report .report-item-page .show-result-report .report-send .bt.bt-3 {
  background: #09fbff;
}
.icoder-report .report-item-page .show-result-report .report-send .bt.bt-4 {
  background: #00ff0f;
}
.icoder-report .report-item-page .show-result-report .report-send input {
  text-align: center;
  height: 26px;
  font-size: 13pt;
  letter-spacing: 3px;
}

.icoder-report .report-item-page .show-result-report .report-txt {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 60px;
}

.icoder-report .report-item-page .show-result-report .report-txt .item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0;
  border-left: 1px solid #dddddd80;
  padding-left: 10px;
}

.icoder-report .report-item-page .reportAllPayment .report-txt {
  gap: 30px;
}

.icoder-report .report-item-page .show-result-report .report-txt .k {
  font-size: 9pt;
  color: #ddd;
  margin-left: 10px;
  text-wrap: nowrap;
}

.icoder-report .report-item-page .show-result-report .report-txt .v {
  font-size: 15pt;
  color: #3effff;
}

.icoder-report .icoder_table {
  background: #eeeeee14;
  border-radius: 5px;
  padding: 10px;
  width: calc(100% - 30px);
  overflow: unset;
}

.icoder-report .report-item-page .show-result-report .icoder_table {
  margin-top: 10px;
  max-height: calc(100% - 50px);
  direction: ltr;
}

.icoder-report .report-item-page .show-result-report .icoder_table table {
  direction: rtl;
  text-align: center;
}
.icoder-report
  .report-item-page
  .show-result-report
  .icoder_table
  table
  ._item.select {
  box-shadow: 0px 0px 8px 0px #010e18;
  background: #0000005e;
}

.icoder-report
  .report-item-page
  .show-result-report
  .icoder_table
  table
  .price {
  font-size: 11pt;
  letter-spacing: 1px;
}

.icoder-report .report-item-page .period {
  padding: 5px 10px;
  border: 1px solid #dddddd8a;
  border-radius: 5px;
  border-top: none;
  border-bottom: none;
}

.icoder-report ._item td {
  font-size: 9pt;
}

.icoder-report .report-item-page .period.select {
  background: #0c0c0c;
}

.icoder-worker .btn-pages .btn-page-item {
  display: none !important;
}

.icoder-worker .btn-pages .btn-page-item.select {
  display: flex !important;
}
.icoder-worker .header td {
  border: 1px solid #dddddd40;
  border-radius: 6px;
}
.icoder-worker ._item td {
  text-wrap: nowrap;
  border: 1px solid #dddddd40;
  border-radius: 6px;
}
.icoder-worker ._item td.actions {
  text-wrap: nowrap;
}

.icoder-worker .insert-new-period {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  background: #000;
  padding: 11px;
  width: calc(100% - 42px);
  border-radius: 5px;
  border: 1px solid #dddddd5c;
  margin: auto;
}

.icoder-worker .payment {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #ddd9;
  padding-bottom: 10px;
}

.icoder-worker .insert-new-period .btn {
  width: 120px;
  text-align: center;
}

.icoder-worker .payment .btn {
  width: 120px;
  text-align: center;
}

.icoder-worker .btn-page-item[data-name="now"] {
  display: flex;
  flex-direction: row;
  padding: 10px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icoder-worker .btn-page-item[data-name="now"] .row {
  width: 49%;
  border-bottom: 1px solid #dddddd85;
  padding-bottom: 6px;
}

.icoder-worker .btn-page-item[data-name="now"] .row .label {
  font-size: 10pt;
  color: #ddd;
}

.icoder-worker .btn-page-item[data-name="now"] .btns {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.icoder-worker .btn-page-item[data-name="now"] .btn {
  width: 80px;
  text-align: center;
}

.icoder-worker .btn-page-item[data-name="now"] input[name="finalPrice"] {
  letter-spacing: 3px;
  width: 144px;
  font-size: 15pt;
  font-weight: bold;
  color: black;
}

.icoder-worker .btn-page-item[data-name="now"] .noData {
  font-size: 11pt;
  text-align: center;
  width: 100%;
  margin: 49px;
  padding: 10px;
  border-radius: 5px;
  opacity: 0.8;
  color: #c4c4c4;
}

.icoder-report .report-item-page .show-result-report .icoder_table.final {
  display: flex;
  position: relative;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 22px);
  gap: 24px;
  background: unset;
  align-items: end;
  justify-content: end;
}

.icoder-report
  .report-item-page
  .show-result-report
  .icoder_table.final
  .r.result {
  background: #000b3d;
  box-shadow: 1px 4px 20px 0px #010a12 inset;
}

.icoder-report .report-item-page .show-result-report .icoder_table.final .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  direction: rtl;
  background: #eeeeee14;
  border-radius: 12px;
  border: 1px solid #dddddd47;
  padding: 9px 15px;
  box-shadow: 1px 7px 20px 0px #010e1880 inset;
  max-width: 600px;
}

.icoder-report
  .report-item-page
  .show-result-report
  .icoder_table.final
  .r
  .key {
  font-size: 9pt;
  color: #fff;
}

.icoder-report
  .report-item-page
  .show-result-report
  .icoder_table.final
  .r
  .value {
  font-size: 15pt;
  letter-spacing: 2px;
  direction: ltr;
}

.icoder-report
  .report-item-page
  .show-result-report
  .icoder_table.final
  .seperator {
  display: none;
}

#icoderBuy {
  flex-direction: column;
  margin-bottom: 60px;
}
#icoderSellSmall {
  flex-direction: column;
  margin-bottom: 60px;
}

.main-sec {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 13px;
  width: 100%;
}

.titr {
  display: block;
  text-align: center;
  background: linear-gradient(45deg, #90f1d1, #e8bd7c);
  width: calc(100% - 20px);
  padding: 5px 10px;
  border-radius: 30px;
  margin: auto;
  box-shadow: 0px 1px 20px 0px #111212cf inset;
  color: #000;
  font-size: 10pt;
  font-weight: bold;
  border: 1px solid #ffffff00;
}
#icoder_ads {
  position: fixed;
  top: 43%;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
#icoder_ads p {
  font-size: 20px;
  text-align: center;
  color: #eeeeee36;
  font-weight: bold;
  direction: ltr;
  letter-spacing: 1px;
}

.item-page[data-name="transit"] {
  display: flex;
  flex-direction: column !important;
}
.item-page[data-name="fee"] {
  display: flex;
  flex-direction: column !important;
}
.item-page[data-name="cast"] {
  display: flex;
  flex-direction: column !important;
}
.item-page[data-name="worker"] {
  display: flex;
  flex-direction: column !important;
}
.item-page[data-name="sms"] {
  display: flex;
  flex-direction: column !important;
}

.item-page[data-name="fee"] {
  flex-direction: column;
  justify-content: start !important;
  gap: 30px;
}

.item-page[data-name="fee"] .section {
  display: flex;
  flex-direction: column;
  width: 90%;
  padding: 10px 19px;
  margin: 0 auto;
  background: #1d1c1c;
  border-radius: 7px;
  overflow: hidden;
}

.item-page[data-name="fee"] .section .list {
  height: calc(100% - 163px);
}

.item-page[data-name="fee"] .section .insert {
  gap: 5px;
}

.item-page[data-name="fee"] .section input.name {
  padding: 0;
  width: 130px;
}

.item-page[data-name="fee"] .section input.price {
  padding: 0;
  width: 115px;
}

.item-page[data-name="fee"] .section .btn-green {
  height: 30px;
  font-size: 10pt;
}

.icoder-multi-tab .multi-page .enter-item .sec-item input.txt-check-lad {
  width: 200px;
  font-size: 8pt;
  font-weight: normal;
  margin-right: 2px;
}

#icoderBuy .tab-page .item.select {
  height: auto;
}

#icoderSellSmall .tab-page .item.select {
  height: auto;
}

#icoderSell .tab-page .item.select {
  height: auto;
}

.item-page[data-name="fee"] .section .title {
  font-size: 9pt;
  margin-bottom: 10px;
}
.item-page[data-name="fee"] .titr {
  margin: 0 auto;
}
.item-page[data-name="fee"] .main-sec {
  flex-wrap: wrap;
  flex-direction: row;
  overflow-x: auto;
  padding: 10px;
  margin: 10px 10px 30px 10px;
  width: calc(100% - 30px);
}
.item-page[data-name="fee"] .section {
  min-width: 480px;
  max-width: 44%;
  height: auto;
}
.item-page[data-name="fee"] .list {
  max-height: unset;
}
.item-page[data-name="fee"] .icoder_table {
  max-height: unset;
  overflow: unset;
}
.item-page[data-name="fee"] .icoder_table table {
  max-height: unset;
}

.icoder-sms {
  flex-direction: column;
}

.icoder-sms .section {
  width: 95%;
  padding: 10px 19px;
  margin: 0 auto;
  background: #1d1c1c;
  border-radius: 7px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.icoder-sms .section .section-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icoder-sms .section textarea {
  height: 200px;
  background: #ddd;
  border-radius: 6px;
  padding: 10px;
  color: #000;
  font-size: 11pt;
  width: auto;
}

.icoder-sms .section .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: start;
}

.icoder-sms .btn {
  padding: 0 10px;
  font-size: 8pt;
  border-radius: 4px;
}

.icoder-sms .line {
  width: 100%;
  height: 1px;
  background: #bea8759e;
  margin: 20px 0;
}

.icoder-sms textarea[name="mobile"] {
  text-align: left;
  direction: ltr;
  font-size: 13pt;
  letter-spacing: 1px;
}

textarea[name="mobile"]::placeholder {
  font-size: 12pt;
}

.icoder-sms .icoder-multi-tab .search {
  position: relative;
  display: flex;
  z-index: 10;
}

.icoder-sms .icoder-multi-tab .search-result {
  z-index: 10;
  top: 31px;
  position: absolute;
  max-height: 169px;
  width: 100%;
  right: 0;
}

.icoder-sms .icoder-multi-tab .search-result .item-user .i {
  font-size: 8pt;
}
.btn.btn-blue {
  background: #00f9f2;
}

/* >start */
@media screen and (min-width: 840px) {
  .icoder-sms .icoder-multi-tab .search-result .item-user .i {
    font-size: 10pt;
  }

  .icoder-sms .icoder-multi-tab .search-result {
    min-width: 370px;
  }

  .icoder-sms .btn {
    font-size: 9pt;
    border-radius: 5px;
  }

  #icoder_ads p {
    font-size: 50px;
    margin: 10px;
  }
  .icoder_table tr.item td {
    font-size: 10pt;
  }

  .report-factor .report-row .txt {
    font-size: 10pt;
  }

  .icoder-transit .section.report .btns {
    gap: 10px;
    justify-content: start;
    margin-bottom: 20px;
  }

  .icoder-cast .section.report .btns {
    gap: 10px;
    justify-content: start;
    margin-bottom: 20px;
  }

  .icoder-worker .section.report .btns {
    gap: 10px;
    justify-content: start;
    margin-bottom: 20px;
  }

  .payment .title,
  .section .title {
    font-size: 11pt;
  }

  .icoder-transit .section.report .detail .info {
    font-size: 11pt;
  }

  .icoder-cast .section.report .detail .info {
    font-size: 11pt;
  }

  .icoder-worker .section.report .detail .info {
    font-size: 11pt;
  }

  .icoder_table .btn {
    font-size: 9pt;
  }

  .icoder-platform .pages .multi-item[data-sellertab="sell"] .results {
    flex-direction: row;
  }

  .icoder-platform .pages .multi-item[data-sellertab="sell"] .detail-lads {
    width: 55%;
  }

  .icoder-platform .pages .multi-item[data-sellertab="sell"] .factor {
    width: 40%;
    height: auto;
  }

  .icoder-multi-tab
    .list-section
    .list
    .icoder_table
    ._item
    td.actions
    .btn.print {
    display: block;
  }

  .print-report {
    display: flex;
  }

  .icoder-multi-tab .multi-page .multi-item[data-buyertab="buy"] .results {
    flex-direction: row;
  }

  .icoder-multi-tab .multi-page .results .factor {
    width: 30%;
    margin: 0;
  }

  .icoder-multi-tab .detail-lads {
    width: 60%;
  }
}
