@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Orbitron:wght@400..900&display=swap);
body {
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #404040;
  background-color: #111;
  overflow-x: hidden;
}

a {
  color: #3dae3d;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #69aa00;
}

img {
  max-width: 100%;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

p {
  margin: 0;
}

[v-cloak] {
  opacity: 0;
}

body.fancybox-active {
  overflow-y: auto;
}

.btn {
  padding: 3px 8px 4px 8px;
  border-radius: 4px;
}

.cmn-btn {
  background: rgba(0, 128, 0, 0.9607843137);
}

.save-btn {
  background: rgba(0, 128, 0, 0.9607843137);
  color: #fff;
}

.cancel-btn {
  background: #CCC;
  color: #222;
}

.green-btn {
  background: green;
  color: #fff;
  outline: none;
  border-radius: 4px;
  border: none;
}

.bbutton {
  border-radius: 4px;
  padding: 2px 4px 3px 4px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #DDD;
  cursor: pointer;
}

.bbutton-green {
  border-color: green;
  color: green;
}

.guest-screen {
  width: 100%;
  float: left;
}
.guest-screen .text-login {
  text-align: center;
  padding-top: 100px;
}

.fancypop {
  display: none;
}

.fancybox-container {
  z-index: 99;
}

#dialog-content {
  border-radius: 10px;
}

#dialog-content-address {
  border-radius: 10px;
}

header {
  height: 50px;
  width: 100%;
  float: left;
  position: fixed;
  z-index: 88;
  background: #404040;
  -webkit-backdrop-filter: saturate(180%) blur(15px);
          backdrop-filter: saturate(180%) blur(15px);
}
header .header-pc .logo-box {
  float: left;
  padding: 14px 10px 10px 20px;
}
header .header-pc .logo-box img {
  width: 23px;
  height: 23px;
  float: left;
  border-radius: 3px;
}
header .header-pc .logo-box b {
  font-size: 20px;
  float: left;
  margin: -4px 0 0 8px;
  color: #ffd000;
  font-family: "Orbitron", sans-serif;
}
header .header-pc .logo-box .svgIcon {
  padding: 0;
  margin-right: 5px;
}
header .header-pc .logo-box .svgIcon:hover {
  opacity: 0.7;
}
header .header-pc .logo-box #t-code {
  margin-left: 20px;
}
header .header-pc .logo-box #t-me {
  margin-left: 20px;
}
header .header-pc .header-menu {
  float: left;
  height: 60px;
  margin: -2px 10px 0 0;
}
header .header-pc .header-menu .menu-item {
  float: left;
  color: #4a4f60;
  box-sizing: border-box;
  min-width: 20px;
  height: 49px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 2px 16px 2px;
  margin-right: 10px;
  font-family: "Orbitron", sans-serif;
}
header .header-pc .header-menu .menu-item a {
  color: #c8c8c8;
}
header .header-pc .header-menu .menu-item:hover {
  color: #41A336;
}
header .header-pc .header-menu .pull-right {
  margin-right: 0;
  margin-left: 20px;
}
header .header-pc .header-menu .active {
  font-weight: 500;
  height: 52px;
  border-bottom: 1.5px solid #41A336;
  color: #02960b;
}
header .header-pc .header-menu .menu-lang {
  float: right;
  padding: 20px 0 0 0;
  margin-right: 0;
  cursor: pointer;
}
header .header-pc .notification-box {
  float: right;
  height: 45px;
  color: #4a4f60;
  vertical-align: middle;
  border-radius: 3px;
  margin-right: 25px;
  margin-left: 0;
}
header .header-pc .notification-box .menu-item {
  margin-top: 11px;
  margin-left: 4px;
  font-size: 12px;
  float: left;
  padding-top: 4px;
}
header .header-pc .notification-box .menu-item img {
  margin-top: -2px;
  padding-right: 2px;
  padding-left: 2px;
}
header .header-pc .notification-box .menu-item i {
  margin-top: 5px;
  font-size: 14px;
}
header .header-pc .notification-box #menu-ask {
  color: #5c6172;
  background: transparent;
  border: 1px solid #5c6172;
}
header .header-pc .notification-box .admin-avatar {
  border: none;
  cursor: pointer;
  background: transparent;
  padding-right: 10px !important;
  cursor: pointer;
}
header .header-pc .notification-box .admin-avatar img {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}
header .header-pc .notification-box .dropdown-menu {
  padding: 10px 15px;
  margin-top: 15px;
  border: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
header .header-pc .notification-box .dropdown-menu li {
  cursor: pointer;
  padding: 5px 0;
}
header .header-pc .notification-box .dropdown-menu li i {
  margin-right: 5px;
}
header .header-pc .notification-box .dropdown-menu li a {
  font-size: 14px;
  color: #444;
}
header .header-pc .notification-box #hmenu-bot {
  float: left;
  margin-right: 15px;
}
header .header-pc .notification-box #hmenu-bot span {
  float: left;
  margin-right: 3px;
}
header .header-pc .notification-box #hmenu-bot span i {
  margin-right: 3px;
}
header .header-pc .notification-box #hmenu-bot i {
  font-size: 25px;
  margin-top: -3px;
  float: left;
  cursor: pointer;
}
header .header-pc .notification-box #hmenu-bot select {
  outline: none;
  border: none;
  font-size: 11px;
  margin: 2px 0 0 5px;
  float: left;
}
header .header-pc .notification-box #hmenu-bot:hover {
  color: inherit;
}
header .header-pc .notification-box .account-mn-option .menu-item {
  margin-right: 10px;
  padding-top: 0;
  cursor: pointer;
}
header .header-pc .member-box {
  float: left;
  padding: 6px 10px 0 10px;
  margin-left: 30px;
}
header .header-pc .member-box .btn-group {
  width: 22px;
}
header .header-pc .member-box .member-box-item {
  float: right;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  width: 21px;
  height: 21px;
  padding: 1px;
  margin: 10px 0 0 0;
  border-radius: 50%;
  background: #41A336;
  color: #FFF;
}
header .header-pc .member-box .member-box-item i {
  vertical-align: middle;
}
header .header-mobile {
  display: none;
}

footer {
  float: left;
  width: 100%;
  color: #888;
  border-top: 0.5px solid #EEE;
}
footer .footer-center {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
}
footer .footer-center a {
  color: #0e458b;
}

.footer-prices {
  position: fixed;
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
  border: none;
  background: #111;
}
.footer-prices .footer-center {
  width: 500px;
  margin: 5px auto 0 auto;
  font-size: 11px;
  color: #999;
}

#setting-popup p {
  margin-bottom: 15px;
}
#setting-popup .field-icon {
  width: 16px;
  margin-right: 5px;
  float: left;
}
#setting-popup .field-name {
  width: 110px;
  float: left;
}
#setting-popup .setup-key {
  width: 390px;
  text-indent: 8px;
  border: 1px solid #999;
  border-radius: 6px;
  padding-bottom: 2px;
  font-size: 11px;
}

.home-search-box {
  width: 460px;
  height: 40px;
  position: fixed;
  top: 10px;
  z-index: 55555555;
  left: 215px;
}
.home-search-box .search {
  float: right;
  width: 100%;
  border-radius: 4px;
  border: none;
  outline: none;
  height: 30px;
  background: #eee;
  text-indent: 10px;
  font-size: 12px;
  margin-right: -8px;
  padding-right: 25px;
}
.home-search-box .bx {
  float: right;
  position: relative;
  font-size: 18px;
  margin: 6px 0 0 -15px;
}
.home-search-box .bx-x {
  color: red;
  font-size: 20px;
  cursor: pointer;
}
.home-search-box .count-results {
  float: right;
  margin: 7px -98px 0 0;
  color: red;
}

.main {
  width: 100%;
  float: left;
  padding-top: 60px;
}
.main .search-box {
  width: 430px;
  height: 40px;
  position: fixed;
  top: 10px;
  z-index: 55555555;
  left: 325px;
}
.main .search-box .search {
  float: right;
  width: 390px;
  border-radius: 4px;
  border: none;
  outline: none;
  height: 30px;
  background: #eee;
  text-indent: 10px;
  font-size: 12px;
  margin-right: -8px;
  padding-right: 25px;
}
.main .search-box .bx {
  float: right;
  position: relative;
  font-size: 18px;
  margin: 6px 0 0 -15px;
}
.main .search-box .bx-x {
  color: red;
  font-size: 20px;
  cursor: pointer;
}
.main .search-box .count-results {
  float: right;
  margin: 7px -98px 0 0;
  color: red;
}
.main .search-box .search-bar {
  float: right;
  margin-right: -480px;
}
.main .key-box {
  position: fixed;
  top: 15px;
  z-index: 55555555;
  left: 405px;
}
.main .main-center {
  margin: 10px 470px 0 195px;
  background: #000;
  min-height: 90vh;
}
.main .main-center .table-striped {
  background: #18181a;
  color: rgb(221, 221, 221);
  width: 100vw;
  margin-left: -30px;
}
.main .main-center table {
  float: left;
}
.main .main-center table a {
  color: #306fb3;
}
.main .main-center table thead th {
  padding: 7px 0 5px 8px;
  text-align: center;
  border: none;
  background: rgb(51, 52, 52);
  color: rgb(221, 221, 221);
}
.main .main-center table .mobile-col {
  display: none;
}
.main .main-center table .tble-head {
  font-weight: bold;
}
.main .main-center table td {
  padding: 0;
  font-size: 13px;
  vertical-align: middle;
  border-top: 1px solid #252525;
}
.main .main-center table td section {
  padding: 4px 8px;
}
.main .main-center table .avg-cost {
  display: none;
}
.main .main-center table .action-icon {
  text-align: left;
}
.main .main-center table .provider {
  font-size: 13px;
  color: #222;
}
.main .main-center table .success {
  color: green;
}
.main .main-center table .default {
  background: #DDD;
  color: #222;
  border-radius: 3px;
  padding: 0 2px;
}
.main .main-center table .danger {
  color: red;
  font-weight: bold;
  font-size: 12px;
}
.main .main-center table .warning {
  color: #e76100;
}
.main .main-center table .red {
  color: red;
}
.main .main-center table .hd {
  margin-left: 3px;
}
.main .main-center table .ghd {
  margin-left: 3px;
}
.main .main-center table .highlight {
  background: #3e3e3e;
  padding: 0 2px;
}
.main .main-center table .greenbold {
  background: #95c4a2;
  color: #111;
}
.main .main-center table .syncing {
  background: #005c00;
  padding: 0 2px;
}
.main .main-center table .fast-copy {
  font-size: 12px;
  opacity: 0.8;
  cursor: copy;
  border-radius: 3px;
  padding: 1px 3px 0 3px;
}
.main .main-center table .fast-copy:hover {
  background: #faf8b9;
}
.main .main-center table .bxs-file-find {
  cursor: pointer;
  opacity: 0.6;
}
.main .main-center table .bxs-file-find:hover {
  opacity: 1;
}
.main .main-center table .unverified-contract {
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}
.main .main-center table strong {
  color: #000;
}
.main .main-center table .linkcheck {
  margin-right: 8px;
  color: #fff;
  font-size: 12px;
}
.main .main-center table .linkcheck .poocoin-logo {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.main .main-center table .linkcheck:hover {
  cursor: pointer;
  color: #EEE;
}
.main .main-center table .splink {
  color: #555;
  font-size: 12px;
}
.main .main-center table .splink .poocoin-logo {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.main .main-center table .splink:hover {
  cursor: pointer;
  color: green;
}
.main .main-center table .coin-name {
  width: 300px;
}
.main .main-center table .coin-name strong {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
}
.main .main-center table .coin-name small {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  margin: 3px 5px 0 5px;
}
.main .main-center table .external-link {
  float: right;
  position: relative;
  color: #CCC;
}
.main .main-center table .bxs-sort-alt {
  opacity: 0.5;
  margin-left: -5px;
}
.main .main-center table .soduong {
  color: #7ad187;
}
.main .main-center table .soam {
  color: #F094A4;
}
.main .main-center table .xanh {
  color: #1faa34;
}
.main .main-center table .xam {
  color: gray;
}
.main .main-center table .do {
  color: #da6e81;
}
.main .main-center table .poocoin {
  opacity: 0.4;
}

.main .main-auth {
  width: 100%;
  margin: -8px 0 0 0;
  min-height: 90vh;
  float: left;
}

.main .main-explore {
  width: calc(100vw - 70px);
  margin-left: 20px;
  margin-top: -24px !important;
  padding-top: 58px;
}
.main .main-explore .filter-container {
  width: 100%;
  float: left;
  height: 45px;
  padding-top: 10px;
  z-index: 99;
  background: #000027;
  width: 100%;
  position: fixed;
  left: 0;
  top: 49px;
}
.main .main-explore .filter-container .filter-range {
  font-size: 13px;
  padding: 2px 5px;
  background: #3b3b3b;
  color: #dcddde;
}
.main .main-explore .filter-container .fr-active {
  background: #1f6f16;
}
.main .main-explore .filter-container .nice-filter-btn {
  margin-left: 3px;
}
.main .main-explore .pool-item {
  font-size: 13px;
  padding: 5px 5px;
  height: 45px;
  display: inline-block;
  background: #2d2f35;
  margin: 3px 5px 0 0;
  border-radius: 4px;
}
.main .main-explore .pool-item p {
  font-size: 11px;
}
.main .main-explore .pool-item .pool-synced {
  background-color: #02960b;
  color: #fff;
  padding: 0 3px;
}
.main .main-explore .bad-pool-item {
  opacity: 0.5;
}
.main .main-explore .tab-events .active {
  color: green;
}
.main .main-explore .functions-list {
  float: right;
  background: #EEE;
  border-radius: 6px;
  position: absolute;
  margin-left: 500px;
  margin-top: -10px;
  display: none;
  padding: 20px 15px;
}
.main .main-explore .tran-item-container {
  float: left;
}
.main .main-explore .event-hover:hover .functions-list {
  display: block;
}
.main .main-explore .fast-copy {
  padding-left: 0 !important;
}
.main .main-explore .item-option li p {
  padding: 2px 10px;
  cursor: pointer;
}
.main .main-explore table .tb-head {
  position: sticky;
  top: 90px;
  z-index: 77;
  background: #fff;
}
.main .main-explore .tran-item {
  font-size: 13px;
  padding: 3px 7px;
  display: inline-block;
  background: #2d2f35;
  margin: 3px 5px 0 0;
  border-radius: 4px;
  line-height: 16px;
}
.main .main-explore .tran-item p {
  font-size: 11px;
}
.main .main-explore .tran-item .pool-synced {
  background-color: #02960b;
  color: #fff;
  padding: 0 3px;
}
.main .show-min {
  color: #989898;
}
.main .event-item {
  float: left;
  background: rgba(204, 204, 204, 0.3019607843);
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 8px;
  overflow: hidden;
}
.main .event-item i {
  float: left;
  margin-top: 3px;
  margin-left: 3px;
}
.main .event-item span {
  padding: 5px 10px 4px 10px;
}
.main .event-item span b {
  font-weight: 400;
  color: #333;
}
.main .item-create {
  color: #666;
}
.main .item-create span {
  padding: 5px 5px 4px 5px;
}
.main .nice-item {
  background: #a1c99b;
  width: 65px;
  padding-left: 3px;
}
.main .nice-item .isnot-nice-btn {
  display: none;
  color: red;
}
.main .nice-item:hover .isnot-nice-btn {
  display: block;
  position: relative;
  float: right;
  margin: -45px -10px 0 0;
  font-size: 18px;
  cursor: pointer;
}
.main .show-min span {
  margin: 0 3px 0 0;
  cursor: pointer;
}
.main .private-tx {
  border-right: 6px solid purple !important;
}
.main .pc-pagination {
  float: right;
  width: 60px;
  margin-right: -80px;
  font-size: 12px;
  left: calc(100vw - 100px);
  position: fixed;
}
.main .pc-pagination li {
  width: 80px;
  float: left;
  border-left: 5px solid #d3d7dc;
  color: #89919c;
  padding: 1px 0 3px 5px;
  margin-bottom: 1px;
  display: inline;
}
.main .pc-pagination li a {
  color: #89919c;
}
.main .pc-pagination .active {
  border-left: 5px solid #90949c;
}
.main .view-charts {
  width: 100%;
  height: 100%;
  background: #EEE;
}
.main .view-charts .grid-iframe-item {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 24%;
  height: 450px;
}
.main .view-charts .grid-iframe-item .rank-nice p {
  margin-bottom: 0;
}

.main .main-wls {
  width: calc(100vw - 40px);
  margin-left: 20px;
  margin-top: 90px;
}
.main .main-wls .dragun-leak {
  position: absolute;
  margin-top: -4px;
  height: 38px;
  overflow: hidden;
}
.main .main-wls .dragun-leak a {
  color: #b3b1b1;
}
.main .main-wls .filter-mm {
  display: none;
}
.main .main-wls .filter-container {
  width: 100%;
  float: left;
  height: 45px;
  padding-top: 10px;
  z-index: 99;
  background: #18181a;
  width: 100%;
  position: fixed;
  left: 0;
  top: 49px;
}
.main .main-wls .filter-container .filter-range {
  font-size: 13px;
  padding: 2px 6px 1px 6px;
  background: #3b3b3b;
  color: #dcddde;
}
.main .main-wls .filter-container .fr-active {
  background: #288c1d !important;
}
.main .main-wls .filter-container .nice-filter-btn {
  margin-left: 3px;
  background-color: #969696;
}
.main .main-wls .filter-container .dropdown-toggle::after {
  display: inline-block;
}
.main .main-wls .filter-container .dropdown-limit li {
  padding: 3px 5px;
}
.main .main-wls .filter-container .dropdown-sortby {
  opacity: 1;
}
.main .main-wls .filter-container .ddlimit::after {
  display: inline-block;
}
.main .main-wls .top-bar {
  position: fixed;
  top: 3px;
  left: 300px;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
}
.main .main-wls .top-bar .nice-filter-btn .bx {
  float: left;
  margin: 3px 4px 0 0;
}
.main .main-wls .top-bar .field {
  float: left;
  margin: -8px 0 0 0;
  background: transparent;
}
.main .main-wls .top-bar .field label {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 11px;
  margin-bottom: 0;
  color: #333;
}
.main .main-wls .top-bar .field input {
  width: 90%;
  float: left;
  margin-top: -2px;
  text-indent: 3px;
  border-radius: 4px;
  color: #ccc;
  border: none;
  outline: none;
  font-size: 11px;
}
.main .main-wls .tab-events .active {
  color: green;
}
.main .main-wls .functions-list {
  float: right;
  background: #EEE;
  border-radius: 6px;
  position: absolute;
  margin-left: 500px;
  margin-top: -10px;
  display: none;
  padding: 20px 15px;
}
.main .main-wls .address-box {
  width: 180px;
  float: left;
  text-wrap: wrap;
  word-wrap: break-word;
  line-height: 1;
}
.main .main-wls .address-box .chainlg {
  width: 13px;
  height: 12px;
  display: inline !important;
  float: left;
  margin: 4px 0 0 -15px;
}
.main .main-wls .address-box .kol {
  width: 100%;
  float: left;
  margin-top: 3px;
  font-size: 10px;
}
.main .main-wls .event-hover:hover .functions-list {
  display: block;
}
.main .main-wls .fast-copy {
  padding-left: 0 !important;
}
.main .main-wls .item-option li p {
  padding: 2px 10px;
  cursor: pointer;
}
.main .main-wls table .tb-head {
  position: sticky;
  top: 90px;
  z-index: 77;
  background: #fff;
}
.main .main-wls table .tb-head thead th {
  padding: 12px 8px 5px 8px;
}
.main .main-wls table td {
  padding: 8px 0;
  box-sizing: content-box;
}
.main .main-wls .pick-option {
  width: 15px;
  float: left;
  margin-left: 5px;
}
.main .main-wls .pick-follow {
  float: left;
  width: 15px;
}
.main .main-wls .set-panel {
  width: 100%;
  float: left;
  text-align: left;
}
.main .main-wls .set-panel input {
  padding: 2px 4px;
  font-size: 14px;
  width: 60px;
  text-indent: 5px;
  background: #111;
  border-radius: 4px;
  color: #ccc;
  border: none;
  outline: none;
  font-size: 11px;
}
.main .main-wls .set-panel input::-moz-placeholder {
  color: #333;
}
.main .main-wls .set-panel input::placeholder {
  color: #333;
}
.main .main-wls .set-panel button {
  padding: 4px 10px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  margin-top: 0px;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  border-radius: 4px;
  background: #555;
}
.main .main-wls .set-panel button:hover {
  background: #0056b3;
}
.main .main-wls .set-panel label {
  font-size: 12px;
  margin-bottom: -2px;
  display: block;
  color: #AAA;
}
.main .main-wls .set-panel .field {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}
.main .main-wls .detail-box {
  float: left;
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 12px;
  margin-top: -1px;
  margin-left: 5px;
}
.main .main-wls .detail-box .fetch-manual {
  cursor: pointer;
  float: left;
  margin-right: 6px;
}
.main .main-wls .detail-box .hold-item-wl {
  margin-right: 10px;
  float: left;
  font-size: 10px;
}
.main .main-wls .detail-box .htime {
  color: #778390;
  opacity: 0.6;
}
.main .main-wls .ls-name {
  border-radius: 4px;
  padding: 1px 4px 2px 4px;
  border: 1px solid #666;
  opacity: 0.4;
  font-size: 10px;
  cursor: pointer;
}
.main .main-wls .bsc-picked {
  border-color: orange;
  color: orange;
  opacity: 1;
}
.main .main-wls .quick-edit {
  position: absolute;
  background: #111;
  border: 1px solid #333;
  padding: 8px;
  border-radius: 6px;
  z-index: 9999;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
.main .main-wls .quick-edit input {
  background: #000;
  color: #0f0;
  border: 1px solid #444;
  padding: 6px 8px;
  width: 120px;
  text-align: right;
}
.main .pnl-top a {
  color: #37b872;
}
.main .main-pnl {
  width: 100%;
  margin: 0;
  padding-top: 45px;
}
.main .main-pnl .table-base {
  width: 100% !important;
}
.main .main-pnl .avg-cost {
  float: left;
  margin: 3px 0 0 7px;
  color: #888;
  opacity: 0.6;
}
.main .main-pnl .table-pnl {
  background-color: #18181a;
  width: 100%;
  margin-left: 0;
  float: left;
  margin-bottom: 80px;
}
.main .main-pnl .table-pnl th {
  border: none !important;
}
.main .main-pnl .table-pnl tr {
  border-top: 0.5px solid #444;
}
.main .main-pnl .table-pnl td {
  color: #AAA;
  border: none !important;
}
.main .main-pnl .table-pnl td small {
  font-size: 10px;
}
.main .main-pnl .table-pnl .highlight {
  background: #333;
}
.main .main-pnl .tkname {
  width: 80%;
  float: left;
  display: block;
  margin: -30px 0 0 70px;
  color: #dbdbdb;
}
.main .main-pnl .tkinfo {
  width: 100%;
  float: left;
  display: block;
  margin: -13px 0 0 70px;
}
.main .main-pnl .show-min {
  width: 445px;
  display: inline-block;
}
.main .footer-pnl {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
  background: #222;
}
.main .footer-pnl .footer-center {
  width: 100%;
  float: left;
  text-align: center;
}
.main .footer-pnl .footer-center .field {
  display: inline-block;
  padding-top: 5px;
}
.main .footer-pnl .footer-center .copy-cmd {
  display: inline-block;
  min-width: 50px;
  background: #111;
  color: #666;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 15px;
  font-size: 11px;
}
.main .footer-pnl .bottom-panel {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: -7px;
}
.main .footer-pnl .bottom-panel input {
  padding: 2px 4px;
  font-size: 14px;
  width: 60px;
  text-indent: 5px;
  background: #111;
  border-radius: 4px;
  color: #ccc;
  border: none;
  outline: none;
  font-size: 11px;
}
.main .footer-pnl .bottom-panel input::-moz-placeholder {
  color: #333;
}
.main .footer-pnl .bottom-panel input::placeholder {
  color: #333;
}
.main .footer-pnl .bottom-panel button {
  padding: 4px 10px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  margin-top: 0px;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  border-radius: 4px;
  background: #555;
}
.main .footer-pnl .bottom-panel button:hover {
  background: #0056b3;
}
.main .footer-pnl .bottom-panel label {
  font-size: 12px;
  margin-bottom: -2px;
  display: block;
  color: #AAA;
}
.main .footer-pnl .bottom-panel .field {
  display: inline-block;
  margin: 5px 6px;
}
.main .main-wls .filter-container .dropdown-sortby {
  opacity: 1;
}
.main .main-wls .filter-mm {
  display: inline-block;
  opacity: 0.7;
}
.main .xanhh {
  color: rgb(48, 240, 92);
}
.main .gray {
  color: #737f8b;
}
.main .main-pnl table .avg-cost {
  display: block;
}

@keyframes test {
  to {
    background-color: white;
  }
}
.main-chart .main-eth-chart {
  background: transparent;
}
.main-chart .main-eth-chart .balance-wallet {
  margin-top: 5px;
  width: 100%;
  float: left;
}
.main-chart .main-eth-chart .balance-wallet span {
  background: #EEE;
  float: left;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 10px 6px 10px 0;
}
.main-chart .main-eth-chart .table .wladd-input {
  height: 20px;
  width: 95%;
  border: 1px solid #DDD;
  text-indent: 5px;
}
.main-chart .main-eth-chart .table .add-btn {
  color: green;
  margin-top: 3px;
  float: right;
  cursor: pointer;
}
.main-chart .main-eth-chart .table td {
  padding: 5px 0 4px 0;
}
.main-chart .main-eth-chart .bx-refresh {
  padding: 2px;
  border: 1px solid #CCC;
  border-radius: 25%;
  padding-top: 3px;
}
.main-chart .main-eth-chart .bx-refresh:hover {
  border-color: green;
  cursor: pointer;
  color: green;
}
.main-chart .main-eth-chart .curency-icon {
  height: 14px;
}
.main-chart .main-eth-chart .pnl-container {
  background: #EEE;
  font-size: 12px;
  margin-left: -10px;
  margin-right: -15px;
  width: 111%;
  height: 88px;
  overflow: hidden;
}
.main-chart .main-eth-chart .pnl-container .col-sm {
  text-align: center;
  padding: 4px 0;
}
.main-chart .main-eth-chart .c-active {
  background: #DDD;
}
.main-chart .main-eth-chart .pnl-lai {
  background: #9fd6b0;
}
.main-chart .main-eth-chart .pnl-lo {
  background: #e0bdb8;
}
.main-chart .dock-menu {
  position: fixed;
  top: 0;
  left: 225px;
  z-index: 89;
  padding: 16px 0;
  height: 62px;
}
.main-chart .dock-menu .mobile-expand-wl-btn, .main-chart .dock-menu .mobile-expand-right-btn {
  display: none;
}
.main-chart .dock-menu .cmn-btn {
  background: #DDD;
  border-radius: 5px;
  padding: 1px 5px;
  cursor: pointer;
}
.main-chart .dock-menu .auto-refresh {
  float: left;
  margin: -10px 0 0 50px;
  height: 60px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.main-chart .dock-menu .honneypot-box {
  float: left;
  margin: -10px 0 0 10px;
  min-width: 265px;
  height: 40px;
}
.main-chart .dock-menu .honneypot-box small {
  font-size: 9px;
}
.main-chart .dock-menu .gas-box {
  float: left;
  background: #d1e7ff;
  border-radius: 4px;
  font-size: 11px;
  padding: 2px 6px 1px 5px;
  margin-left: 15px;
}
.main-chart .dock-menu .balance-box {
  float: left;
  margin-left: 50px;
  margin-right: 15px;
  height: 30px;
  min-width: 180px;
}
.main-chart .dock-menu .stop-limit-container {
  float: left;
  margin: -13px 20px 0 0;
  height: 44px;
  overflow-y: hidden;
  background: #EEE;
  padding: 1px 5px;
  border-radius: 4px;
  width: 180px;
  font-size: 12px;
}
.main-chart .dock-menu .stop-limit-container .switch-btn {
  font-size: 30px;
  margin-top: -5px;
  cursor: pointer;
}
.main-chart .dock-menu .stop-limit-container input {
  border: none;
  outline: none;
  background: #fff;
  text-indent: 8px;
  max-width: 40px;
  text-indent: 4px;
  height: 14px;
  padding: 0 3px;
}
.main-chart .dock-menu .stop-limit-container .col {
  padding: 3px 3px 3px 6px;
}
.main-chart .dock-menu .stop-limit-container:hover {
  height: 85px;
}
.main-chart .dock-menu .bot-key-container {
  float: left;
  margin-left: 0;
}
.main-chart .dock-menu .bot-key-container .cmn-btn {
  font-size: 13px;
  padding: 2.5px 7px 3px 7px;
  margin-right: 10px;
}
.main-chart .dock-menu .bot-key-container .bot-key {
  border: none;
  outline: none;
  background: #eee;
  text-indent: 8px;
  width: 100px;
  font-size: 12px;
}
.main-chart .dock-menu .fast-sell {
  width: 275px;
  height: 25px;
  overflow-y: hidden;
  padding: 0 5px;
}
.main-chart .dock-menu .fast-sell .btn-group-sm {
  height: 23px;
  margin-bottom: 3px;
  font-size: 13px;
}
.main-chart .dock-menu .fast-sell .btn-group-sm .btn {
  padding-top: 1px;
}
.main-chart .dock-menu .fast-sell .btn-group-sm .btn-head {
  background: #444;
  color: #fff;
}
.main-chart .dock-menu .fast-sell:hover {
  background: #fff;
  height: 80px;
}
.main-chart .erc20-list {
  width: 260px;
  height: calc(100vh - 60px);
  float: left;
  padding: 0 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.main-chart .erc20-list .wallet-item-token {
  width: calc(100% + 20px);
  padding-left: 10px;
  float: left;
  margin-left: -10px;
  border-top: 1px solid #DDD;
  font-size: 12px;
}
.main-chart .erc20-list .wallet-item-token section {
  padding: 5px 0 5px 10px;
  margin-left: -10px;
}
.main-chart .erc20-list .wallet-item-token section .rc-tkname {
  width: 97%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-chart .wallet-trade {
  width: 280px;
  height: calc(100vh - 60px);
  float: left;
  padding: 0 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.main-chart .wallet-trade .wallet-item-token {
  width: calc(100% + 20px);
  padding-left: 10px;
  float: left;
  margin-left: -10px;
  border-top: 1px solid #DDD;
  font-size: 12px;
}
.main-chart .wallet-trade .wallet-item-token section {
  padding: 5px 0 5px 10px;
  margin-left: -10px;
}
.main-chart .wallet-trade .wallet-item-token section .rc-tkname {
  width: 97%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-chart .main-view {
  float: left;
  width: calc(100vw - 620px);
  min-height: calc(100vh - 60px);
}
.main-chart .main-view .back-from-chart {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  padding: 5px 11px;
  background: #EEE;
  color: red;
  float: left;
  position: fixed;
  z-index: 100;
  margin: -30px 0 0 50px;
  border-radius: 50%;
}
.main-chart .main-view #chartline {
  width: calc(100% - 50px);
  float: left;
  margin-left: 30px;
}
.main-chart .pannel-top-traders {
  width: calc(100vw - 580px - 100px);
  height: 55vh;
  overflow-y: scroll;
  background: #EEE;
  position: fixed;
  bottom: 0;
  left: 258px;
}
.main-chart .pannel-top-traders a {
  color: rgb(2, 13, 77);
}
.main-chart #tablet-chart {
  display: none;
}
.main-chart #dexscreener-embed {
  float: left;
  width: calc(100vw - 620px);
}
.main-chart #dexscreener-embed .chart-tab {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.main-chart #dexscreener-embed .chart-tab span {
  cursor: pointer;
  padding-bottom: 1px;
}
.main-chart #dexscreener-embed .chart-tab .active {
  color: green;
  font-weight: bold;
  border-bottom: 2px solid green;
  background: rgb(211, 227, 215);
  padding: 3px 5px 1px 5px;
}
.main-chart #dexscreener-embed .chart-tab .chart-option:after {
  display: none;
}
.main-chart #dexscreener-embed .token-info {
  float: right;
  margin-right: 10px;
}
.main-chart #dexscreener-embed iframe {
  border: 0;
  width: 100%;
  height: calc(100vh - 43px);
  background: #EEE;
}
.main-chart #dexscreener-embed .trade-btn-container {
  height: 23px;
  width: calc(100% + 300px);
  float: left;
  padding-top: 3px;
}
.main-chart #dexscreener-embed .quick-buy {
  float: left;
  margin-left: 25px;
}
.main-chart #dexscreener-embed .quick-buy .buy-option {
  margin-right: 5px;
}
.main-chart #dexscreener-embed .quick-buy .buy-option b {
  cursor: pointer;
}
.main-chart #dexscreener-embed .quick-buy .cmn-btn {
  font-size: 13px;
  padding: 2.5px 7px 3px 7px;
  background: #ccc;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.main-chart #dexscreener-embed .quick-sell {
  float: left;
  margin-left: 30px;
}
.main-chart #dexscreener-embed .quick-sell span {
  cursor: pointer;
  font-size: 13px;
  padding: 1px 3px 0 3px;
}
.main-chart #dexscreener-embed .quick-sell span i {
  font-size: 11px;
}
.main-chart #dexscreener-embed .quick-sell .cmn-btn {
  font-size: 13px;
  padding: 2.5px 7px 3px 7px;
  background: #ccc;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.main-chart #dexscreener-embed .quick-sell .gas-active {
  background: green;
  border-radius: 3px;
  color: #fff;
}
.main-chart #dexscreener-embed .quick-sell .gas-custom {
  display: inline;
  margin-right: 25px;
}
.main-chart #dexscreener-embed .quick-sell .gas-custom-trung {
  float: left;
  margin: 25px 0 0 0;
  padding-top: 3px;
  position: absolute;
  background: #fff;
}
.main-chart #dexscreener-embed .quick-sell .gas-custom-trung span {
  margin-left: 3px;
}
.main-chart #dexscreener-embed .quick-sell .confirm-switch {
  height: 20px;
}
.main-chart #dexscreener-embed .quick-sell .confirm-switch .btn {
  padding-top: 0;
}
.main-chart #dexscreener-embed .sell-option .mode-private {
  scale: 0.7;
  margin: -8px 0 0 -25px;
  overflow: hidden;
  border: none;
}
.main-chart #dexscreener-embed .sell-option .mode-private .btn {
  padding: 0 5px 0 5px;
  color: #222;
  background: #CCC;
  border: none;
}
.main-chart #dexscreener-embed .sell-option .mode-private .btn-success {
  background: green !important;
  font-weight: bold;
  color: white;
}
.main-chart .token-sumary {
  float: left;
  width: 320px;
  height: calc(100vh - 60px);
  padding-left: 15px;
  margin-top: 25px;
}
.main-chart .token-sumary .coin-name {
  font-size: 15px;
  max-width: 95%;
  line-height: 1.2;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.main-chart .token-sumary .bx-copy {
  padding: 2px;
  border: 1px solid #CCC;
  border-radius: 4px;
}
.main-chart .token-sumary .bx-copy:hover {
  border-color: green;
}
.main-chart .token-sumary .bx-refresh {
  border: 1px solid #CCC;
}
.main-chart .token-sumary .bx-refresh:hover {
  border-color: green;
  cursor: pointer;
  color: green;
}
.main-chart .token-sumary .seperate {
  margin-top: -5px;
}
.main-chart .token-sumary a {
  color: #05084f;
  font-weight: 500;
  font-size: 13px;
}
.main-chart .token-sumary a:hover {
  text-decoration: underline;
}
.main-chart .token-sumary .bx-copy {
  margin-left: 10px;
  cursor: pointer;
}
.main-chart .token-sumary section {
  width: 100%;
  float: left;
}
.main-chart .token-sumary section .tab-text span {
  cursor: pointer;
}
.main-chart .token-sumary section p .active {
  color: green;
  border-bottom: 2px solid green;
  background: rgb(211, 227, 215);
  padding: 2px 3px;
}
.main-chart .token-sumary section .dex-item {
  background: #EEE;
  float: left;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 6px 0 0;
}
.main-chart .token-sumary .holder-collapse {
  height: 160px;
  overflow: hidden;
  padding-left: 10px;
  margin: 8px 0 10px 0;
}
.main-chart .token-sumary .holder-expand-btn {
  text-align: center;
  background: #EEE;
  width: 80%;
  float: left;
  padding-top: 2px;
  cursor: pointer;
  opacity: 0.6;
}
.main-chart .uniswap-embed {
  border: 0;
  margin: -56px -20px 0 0;
  position: fixed;
  max-width: 960px;
  min-width: 400px;
  right: -10px;
  height: 660px;
  transform: scale(0.86);
}
.main-chart .pnl-box {
  float: left;
  margin-left: 30px;
  width: 230px;
}
.main-chart .pnl-box h5 {
  font-size: 14px;
}
.main-chart .sync-btn {
  background: #CCC;
  color: #fff;
  border-radius: 3px;
  padding: 0 3px 0 3px;
  font-size: 11px;
  cursor: pointer;
}
.main-chart .sync-btn:hover {
  background: green;
}
.main-chart .main-eth-wallets-left {
  width: 160px;
  padding-top: 15px;
}
.main-chart .main-eth-wallets-left p {
  padding: 10px 5px;
  cursor: pointer;
  color: #555;
}
.main-chart .main-eth-wallets-left p.active {
  background: #e1dede;
  font-weight: bold;
  cursor: initial;
}
.main-chart .main-eth-wallets-left .filter-container {
  width: 100%;
  padding-left: 10px;
}
.main-chart .main-eth-wallets-left .filter-container p {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
}
.main-chart .main-eth-wallets-left .filter-container .filter-input {
  width: 50px;
  display: inline;
}
.main-chart .main-eth-wallets {
  width: calc(100vw - 200px);
  margin-left: 170px;
}
.main-chart .main-eth-wallets .tab {
  width: 100%;
  float: left;
}
.main-chart .main-eth-wallets .tab .tab-item {
  padding: 10px 12px 10px 12px;
  font-weight: bold;
  float: left;
  cursor: pointer;
  background: #EEE;
  height: 41px;
}
.main-chart .main-eth-wallets .tab .active {
  border-bottom: 1px solid green;
  height: 41px;
  color: green;
  background: #DDD;
}
.main-chart .main-eth-wallets .tab .filter-bar {
  float: left;
  margin-left: 351px;
  background: #EEE;
  padding-left: 10px;
  padding-right: 10px;
}
.main-chart .main-eth-wallets .tab .filter-bar small {
  opacity: 0.5;
}
.main-chart .main-eth-wallets .table-base {
  background: #fff;
  width: 550px;
}
.main-chart .main-eth-wallets .table-base .wname {
  width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-chart .main-eth-wallets .table-base tr th {
  padding: 4px 0 !important;
}
.main-chart .main-eth-wallets .table-pnl {
  width: 800px;
  float: left;
}
.main-chart .main-eth-wallets .trades-panel {
  float: left;
  width: 1270px;
}
.main-chart .main-eth-wallets .trades-panel .table-analytics {
  margin: 30px 0 0 25px;
  float: left;
  width: 1700px;
}
.main-chart .main-eth-wallets .trades-panel .table-analytics table {
  margin-right: 25px;
}
.main-chart .main-eth-wallets .trades-panel .table-analytics table td {
  padding: 4px 8px 3px 8px;
}
.main-chart .main-eth-wallets .table-trades {
  width: 100%;
  max-height: calc(100vh - 291px);
  float: left;
  margin-left: 25px;
  border: 1px solid #DDD;
}
.main-chart .main-eth-wallets .sync-trade-btn {
  background: #DDD;
  cursor: pointer;
  padding: 0 2px;
  border-radius: 4px;
  margin-left: 5px;
}
.main-chart .main-eth-wallets .item-tr:hover {
  background: #edf0ed;
}
.main-chart .main-eth-wallets .highlight {
  background: gray;
}
.main-chart .main-eth-wallets-logs .table td {
  padding: 3px 0;
}
.main-chart .main-eth-wallets-logs .table .buybg {
  background: #bff5c2;
  padding-left: 10px;
}
.main-chart .main-eth-wallets-logs .table .buybg .isfirst {
  background: green;
}
.main-chart .main-eth-wallets-logs .table .sellbg {
  background: #f5c9bf;
  padding-left: 10px;
}
.main-chart .main-eth-wallets-logs .table .sellbg .isfirst {
  background: red;
}

@media only screen and (max-width: 2000px) {
  .tablet {
    display: none;
  }
  .main .main-wls .top-bar {
    left: 235px;
  }
  .main .main-wls .filter-mm {
    width: 560px;
    top: 59px;
  }
  .main .main-wls .hide-tablet {
    display: none;
  }
  .main .main-wls .address-box {
    width: 120px !important;
    min-width: 120px !important;
  }
  .main .main-wls .address-box span {
    font-size: 9px !important;
  }
  .main .main-wls .address-th {
    width: 120px !important;
    min-width: 120px !important;
    padding-right: 0 !important;
  }
  .main .main-wls .wname {
    width: 60px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .main-wls .tablet {
    display: none;
  }
  .main .main-wls .filter-container .filter-range {
    padding: 2px 4px 1px 4px;
  }
  .main .main-wls .nice-filter-btn .bx {
    margin: 3px 3px 3px 0 !important;
  }
}
