@font-face {
  font-family: 'Manncofont';
  src: url("../fonts/manncofont.eot?iq04jw");
  src: url("../fonts/manncofont.eot?iq04jw#iefix") format("embedded-opentype"), url("../fonts/manncofont.ttf?iq04jw") format("truetype"), url("../fonts/manncofont.woff?iq04jw") format("woff"), url("../fonts/manncofont.svg?iq04jw#manncofont") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Manncofont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
    content: "\e020";
}

.icon-youtube:before {
    content: "\e019";
}

.icon-time-refresh:before {
    content: "\e018";
}

.icon-nav-toggle:before {
    content: "\e017";
}

.icon-remove-circle:before {
    content: "\e016";
}

.icon-mannco:before {
    content: "\e015";
}

.icon-check-circle:before {
    content: "\e014";
}

.icon-data-transfer:before {
    content: "\e013";
}

.icon-loading:before {
    content: "\e012";
}

.icon-gift-box:before {
    content: "\e011";
}

.icon-brightness:before {
    content: "\e010";
}

.icon-refresh:before {
    content: "\e009";
}

.icon-lock:before {
    content: "\e008";
}

.icon-moon:before {
    content: "\e007";
}

.icon-multiple-users:before {
    content: "\e006";
}

.icon-question-circle:before {
    content: "\e005";
}

.icon-search:before {
    content: "\e004";
}

.icon-steam:before {
    content: "\e003";
}

.icon-volume-control-full:before {
    content: "\e002";
}

.icon-volume-control-off:before {
    content: "\e001";
}

body {
  background: #0c1727;
  font-weight: 500; }
  body.dark {
    background: #1c1139;
    color: #fff; }
    body.dark .card, body.dark .list-group-item {
      background: #25224d; }
    body.dark .btn.btn-secondary {
      background-color: #343261;
      border-color: #343261; }
      body.dark .btn.btn-secondary:hover {
        background-color: #3e3c69;
        border-color: #3e3c69; }
    body.dark .modal .modal-content {
      background: #25224d; }
    body.dark .modal .modal-footer {
      border-color: #6f6c97; }
    body.dark .modal .close {
      text-shadow: none;
      color: #fff; }
    body.dark .modal .deposit-step h6::before {
      background-color: #343261; }
    body.dark .modal .deposit-step .deposit-type {
      background: #15123d; }
      body.dark .modal .deposit-step .deposit-type hr {
        border-color: #6f6c97; }
      body.dark .modal .deposit-step .deposit-type .col-auto {
        color: #6f6c97; }
    body.dark #header .heading {
      background: #25224d;
      color: #6f6c97; }

@media (max-width: 992px) and (max-width: 992px) {
  body.dark #header .navbar-nav:first-child, body.dark #header .account {
    background: #25224d; } }
    body.dark #main .card .card-placeholder {
      color: #6f6c97; }
    body.dark #main .card .list-group .list-group-item {
      border-color: #6f6c97;
      color: #6f6c97; }
      body.dark #main .card .list-group .list-group-item .list-value {
        color: #fff; }
    body.dark #main .card .list-group.accordion .list-group-item .list-header {
      color: #fff; }
    body.dark #main .card .list-group.accordion .list-group-item .list-collapse ul li:hover {
      color: #fff; }
    body.dark #main #trade-btn:disabled {
      background-color: #b9b8da;
      border-color: #b9b8da; }
    body.dark #main #trade-count {
      color: #6f6c97; }
      body.dark #main #trade-count .badge {
        background-color: #343261;
        border-color: #343261;
        color: #b9b8da; }
    body.dark #main #items-list li {
      background-color: #343261; }
    body.dark #main #about .about-logo {
      background-image: url("../img/logo.svg"); }
    body.dark #main #our-bots {
      background: #25224d; }
      body.dark #main #our-bots .table {
        color: #fff; }
        body.dark #main #our-bots .table tr th {
          background: #343261;
          color: #fff; }
        body.dark #main #our-bots .table tr td {
          border-color: #6f6c97; }
        body.dark #main #our-bots .table .progress {
          background: #343261; }
    body.dark .form-control {
      color: #fff; }
    body.dark .input-group .form-control, body.dark .input-group .input-group-text {
      background-color: #343261;
      border-color: #343261; }
    body.dark .input-group .input-group-text, body.dark .input-group .form-control::placeholder {
      color: #b9b8da;
      font-weight: 500; }

a {
  transition: color 0.25s ease-out; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

svg {
  fill: currentColor; }

.btn {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex; }
  .btn:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
  .btn.btn-primary {
    background-color: #5ad1e8;
    border-color: #5ad1e8; }
    .btn.btn-primary:hover {
      background: #1eb9d7;
      border-color: #1eb9d7; }
    .btn.btn-primary:focus {
      background: #1893ab;
      border-color: #1893ab; }
  .btn.btn-secondary {
    background-color: #a4b0be;
    border-color: #a4b0be; }
    .btn.btn-secondary:hover {
      background: #77899e;
      border-color: #77899e; }
    .btn.btn-secondary:focus {
      background: #5e7084;
      border-color: #5e7084; }
  .btn .icon {
    margin-right: .5rem;
    font-size: 16px; }

.input-group .form-control, .input-group .input-group-text {
  background-color: #0c1727;
  border-color: #0c1727; }

.input-group .input-group-text, .input-group .form-control::placeholder {
  font-weight: 500;
  color: #bfbfbf; }

.input-group .input-group-text {
  padding-right: .25rem; }
  .input-group .input-group-text .icon {
    font-size: 18px; }

.input-group .form-control {
  padding-left: .5rem; }

.modal .modal-content {
  border-radius: .5rem;
  border: none; }
  .modal .modal-content .modal-header {
    padding-bottom: .5rem;
    border: none; }
    .modal .modal-content .modal-header h5 {
      font-size: 1.75rem; }

.dropdown-menu {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: .5rem;
  border: none; }
  .dropdown-menu.scrollable-dropdown {
    overflow-x: hidden;
    max-height: 300px;
    height: auto; }
  .dropdown-menu.dropdown-menu-right {
    margin-top: .5rem; }
  .dropdown-menu .dropdown-item {
    padding: .75rem 1.25rem; }
    .dropdown-menu .dropdown-item.active-item {
      font-weight: 700; }

#header {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  color: #fff; }
  #header .navbar { 
    background-color: #05101b;
    padding: 1rem; }
    #header .navbar .navbar-brand {
      width: 200px; }
      @media (min-width: 1200px) {
        #header .navbar .navbar-brand {
          margin-right: 100px; } }
      #header .navbar .navbar-brand img {
        width: 100%; }
    #header .navbar .navbar-toggler {
      font-size: 24px;
      border: none;
      color: #fff;
      padding: 0; }
    @media (max-width: 992px) {
      #header .navbar .navbar-nav:first-child {
        border-radius: .5rem;
        background: #fff;
        margin: .75rem 0; }
        #header .navbar .navbar-nav:first-child .nav-link {
          padding: .625rem 1.25rem;
          color: #5ad1e8; } }
    @media (max-width: 992px) {
      #header .navbar .navbar-nav.navbar-actions {
        justify-content: space-around;
        flex-direction: row;
        margin: .75rem 0; }
        #header .navbar .navbar-nav.navbar-actions .nav-item .dropdown-menu {
          position: absolute; } }
    #header .navbar .navbar-nav.navbar-actions .nav-item {
      margin-right: 1.5rem; }
    #header .navbar .navbar-nav.navbar-actions .theme-switch {
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 100px;
      position: relative;
      margin-bottom: 0;
      cursor: pointer;
      width: 76px; }
      #header .navbar .navbar-nav.navbar-actions .theme-switch, #header .navbar .navbar-nav.navbar-actions .theme-switch .toggle {
        border-radius: 2.5rem;
        height: 38px; }
      #header .navbar .navbar-nav.navbar-actions .theme-switch .toggle {
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        position: absolute;
        width: 50%; }
      #header .navbar .navbar-nav.navbar-actions .theme-switch .themes-list {
        justify-content: space-between;
        user-select: none;
        display: flex;
        height: 100%;
        width: 100%; }
        #header .navbar .navbar-nav.navbar-actions .theme-switch .themes-list .icon {
          height: 18px; }
        #header .navbar .navbar-nav.navbar-actions .theme-switch .themes-list .theme {
          justify-content: center;
          align-items: center;
          display: flex;
          z-index: 0;
          width: 50%; }
          #header .navbar .navbar-nav.navbar-actions .theme-switch .themes-list .theme.light {
            color: #05101b; }
          #header .navbar .navbar-nav.navbar-actions .theme-switch .themes-list .theme.dark {
            opacity: .5;
            color: #fff; }
    #header .navbar .navbar-nav.navbar-actions #switch {
      display: none; }
      #header .navbar .navbar-nav.navbar-actions #switch:checked + .theme-switch .toggle {
        transform: translateX(100%);
        background-color: #34323D; }
      #header .navbar .navbar-nav.navbar-actions #switch:checked + .theme-switch .light, #header .navbar .navbar-nav.navbar-actions #switch:checked + .theme-switch .dark {
        opacity: .5; }
      #header .navbar .navbar-nav.navbar-actions #switch:checked + .theme-switch .light {
        color: #000; }
    #header .navbar .navbar-nav .nav-item.nav-language img {
      margin-right: .25rem;
      border-radius: 100%;
      width: 24px; }
    #header .navbar .navbar-nav .nav-item .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
      font-weight: 700; }
      #header .navbar .navbar-nav .nav-item .nav-link .icon {
        font-size: 22px; }
    #header .navbar .account {
      margin-left: 100px;
      cursor: pointer; }
      @media (max-width: 992px) {
        #header .navbar .account {
          border-radius: .5rem;
          padding: .75rem 1rem;
          margin: .75rem 0 0;
          background: #fff;
          color: #5ad1e8; } }
      #header .navbar .account .dropdown-toggle {
        align-items: center;
        display: flex; }
        #header .navbar .account .dropdown-toggle::after {
          margin-left: .5rem; }
      #header .navbar .account .account-avatar {
        border-radius: 100%;
        height: 40px; }
      #header .navbar .account .account-info {
        flex-direction: column;
        margin-left: .75rem;
        display: flex; }
        @media (max-width: 992px) {
          #header .navbar .account .account-info {
            flex: 1; } }
        #header .navbar .account .account-info .account-username {
          font-weight: 700;
          height: 20px; }
        #header .navbar .account .account-info .account-balance {
          font-size: .875rem; }
          #header .navbar .account .account-info .account-balance::before {
            margin-right: .25rem;
            content: '$'; }
    #header .navbar .btn {
      padding: .5rem 1rem; }
      #header .navbar .btn:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); }
        .btn.btn-steam {
        background: #abcb35;
  color: white !important;
        margin: 0 0 .25rem;
        border: none;
          }
        @media (min-width: 992px) {
            .btn.btn-steam {
            margin: 0 0 0 100px; } }
          .btn.btn-steam .icon {
          margin-right: .25rem;
          margin-left: .5rem;
          font-size: 24px; }
  #header .heading {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #a4b0be;
    padding: 1rem;
    display: flex; }
    #header .heading .icon {
      margin-right: 1rem;
      font-size: 24px; }
    #header .heading p {
      margin-bottom: 0; }

@media (min-width: 768px) {
  #main .theme-col {
    margin-bottom: 60px; } }

@media (max-width: 768px) {
  #main .theme-col {
    margin-bottom: 1.75rem; }
    #main .theme-col:nth-child(1) {
      order: 2; }
    #main .theme-col:nth-child(2) {
      order: 1; }
    #main .theme-col:nth-child(3) {
      order: 3; } }

#main .card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border-radius: .5rem;
  margin-bottom: 30px;
  border: none; }
  #main .card.card-items .card-body {
    flex-direction: column;
    min-height: 300px;
    display: flex; }
    #main .card.card-items .card-body .card-head {
      justify-content: space-between;
      margin-bottom: 1.25rem;
      display: flex; }
      #main .card.card-items .card-body .card-head.card-head-search {
        flex-direction: column; }
        @media (min-width: 1200px) {
          #main .card.card-items .card-body .card-head.card-head-search {
            flex-direction: row; } }
      #main .card.card-items .card-body .card-head .card-amount {
        font-size: 1.5rem;
        font-weight: 700;
        color: #5ad1e8; }
      #main .card.card-items .card-body .card-head .card-filters {
        margin-top: .5rem;
        display: flex; }
        @media (min-width: 1200px) {
          #main .card.card-items .card-body .card-head .card-filters {
            margin-top: 0; } }
        #main .card.card-items .card-body .card-head .card-filters .dropdown {
          align-items: center;
          margin-left: .5rem;
          display: flex; }
  #main .card .card-title {
    white-space: nowrap;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 700; }
    @media (min-width: 1200px) {
      #main .card .card-title {
        margin-right: 1.25rem; } }
    #main .card .card-title.dropdown-toggle {
      cursor: pointer; }
      #main .card .card-title.dropdown-toggle::after {
        border-right: .25rem solid transparent;
        border-left: .25rem solid transparent;
        border-top: 0.25em solid;
        vertical-align: .25rem;
        display: inline-block;
        margin-left: .5rem;
        border-bottom: 0;
        content: ''; }
  #main .card .card-placeholder {
    justify-content: center;
    font-size: .875rem;
    margin: auto 0;
    color: #bababa;
    display: flex; }
  #main .card #filters-range {
    padding: 0 1.25rem 1rem 1.25rem; }
    #main .card #filters-range #filters-prices {
      justify-content: space-between;
      font-size: .75rem;
      font-weight: 700;
      color: #5ad1e8;
      display: flex; }
    #main .card #filters-range #slider-range {
      margin: .5rem .25rem 0 .25rem;
      background-color: #0c1727;
      border: none; }
      #main .card #filters-range #slider-range .ui-widget-header {
        background-color: #5ad1e8; }
      #main .card #filters-range #slider-range .ui-slider-handle {
        border-radius: 100%;
        top: -.125rem;
        height: 1rem;
        width: 1rem; }
      #main .card #filters-range #slider-range .ui-state-default {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        background-color: #fff;
        border: none;
        outline: 0; }
  #main .card .list-group.accordion .list-group-item {
    flex-direction: column; }
  #main .card .list-group .list-group-item {
    border-color: #0c1727;
    padding: 1rem 1.25rem;
    flex-direction: row;
    font-size: .875rem;
    color: #a4b0be;
    display: flex; }
    #main .card .list-group .list-group-item:first-child {
      border: none; }
    #main .card .list-group .list-group-item .list-header {
      align-items: center;
      font-weight: 700;
      cursor: pointer;
      display: flex;
      color: #000; }
      #main .card .list-group .list-group-item .list-header::after {
        display: inline-block;
        margin-left: auto;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent; }
      #main .card .list-group .list-group-item .list-header .selected-filter {
        text-transform: uppercase;
        margin-top: .125rem;
        margin-left: .5rem;
        font-size: .625rem;
        font-weight: 500;
        color: #a4b0be; }
        #main .card .list-group .list-group-item .list-header .selected-filter::before {
          content: '('; }
        #main .card .list-group .list-group-item .list-header .selected-filter::after {
          content: ')'; }
    #main .card .list-group .list-group-item .list-value {
      margin-left: auto;
      color: #000; }
      #main .card .list-group .list-group-item .list-value .icon {
        font-size: 12px;
        margin: 0 .25rem;
        color: #5ad1e8; }
  #main .card .list-group .list-collapse ul {
    padding: .5rem .875rem;
    list-style: none; }
    #main .card .list-group .list-collapse ul li {
      transition: color 0.25s ease-out;
      padding: .25rem 0;
      cursor: pointer; }
      #main .card .list-group .list-collapse ul li:hover {
        color: #000; }
  #main .card .alert {
    padding: .5rem;
    align-items: center;
    display: flex; }
    #main .card .alert .icon {
      margin-right: .75rem;
      margin-left: .5rem;
      font-size: 16px; }
    #main .card .alert .btn {
      padding: .25rem .75rem;
      font-size: .875rem;
      margin-left: auto; }
    #main .card .alert.alert-danger {
      background-color: #e74c3c;
      border-color: #e74c3c;
      color: #fff; }
      #main .card .alert.alert-danger .btn {
        color: #e74c3c; }

#main #trade-btn {
  text-transform: uppercase;
  flex-direction: column;
  margin-bottom: .5rem;
  position: relative;
  font-weight: 700;
  font-size: 2rem; }
  #main #trade-btn:disabled {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    cursor: not-allowed; }
    #main #trade-btn:disabled:hover {
      box-shadow: none; }
  #main #trade-btn span {
    margin-bottom: .5rem;
    font-size: .875rem;
    font-weight: 500;
    display: block; }

#main .trade-help {
  position: absolute;
  right: 1.5rem;
  color: #fff;
  z-index: 1;
  top: .5rem;
  margin: 0; }

#main #trade-count {
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
  font-size: .875rem;
  color: #a4b0be;
  display: flex; }
  #main #trade-count .badge {
    background-color: #a4b0be;
    margin: auto .5rem auto 0;
    padding-right: .25rem;
    padding-left: .25rem;
    font-size: .625rem;
    color: #fff; }

#main #items-list {
  grid-template-columns: repeat(auto-fill, 80px);
  justify-content: space-between;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  grid-row-gap: .5rem;
  overflow-x: hidden;
  margin: .75rem 0 0;
  max-height: 400px;
  list-style: none;
  flex-wrap: wrap;
  display: grid;
  padding: 0; }
  @media (min-width: 1200px) {
    #main #items-list {
      grid-gap: .25rem; } }
  @supports (-ms-ime-align: auto) {
    #main #items-list {
      display: flex; }
      #main #items-list li {
        margin-bottom: .5rem; } }
  #main #items-list:after {
    content: '';
    flex: auto; }
  #main #items-list::-webkit-scrollbar {
    width: 0 !important; }
  #main #items-list li {
    flex-direction: column;
    border-radius: .25rem;
	background-position: center center;
	background-color: #0c1727;
	background-size: cover;
    position: relative;
    display: flex;
    height: 100px;
    width: 80px; }
    #main #items-list li:hover .item-name {
      background: rgba(0, 0, 0, 0.75);
      justify-content: center;
      flex-direction: column;
      border-radius: .25rem;
      align-items: center;
      position: absolute;
      text-align: center;
      font-size: .75rem;
      font-weight: 600;
      padding: .25rem;
      cursor: pointer;
      display: flex;
      height: 100%;
      width: 100%;
      color: #fff;
      z-index: 1; }
      #main #items-list li:hover .item-name .name-additional {
        margin-top: .25rem;
        font-size: .625rem;
        color: #5ad1e8; }
    #main #items-list li.balance {
      background: #faefce; }
      #main #items-list li.balance:hover .item-name {
        background: rgba(228, 175, 24, 0.85); }
      #main #items-list li.balance .item-price {
        background-color: #e4af18; }
    #main #items-list li.normal .item-price {
      background-color: #b2b2b2; }
    #main #items-list li.unique .item-price {
      background-color: #e1b12c; }
    #main #items-list li.vintage .item-price {
      background-color: #476291; }
    #main #items-list li.genuine .item-price {
      background-color: #4d7455; }
    #main #items-list li.strange .item-price {
      background-color: #d35400; }
    #main #items-list li.unusual .item-price {
      background-color: #9b59b6; }
    #main #items-list li.haunted .item-price {
      background-color: #27ae60; }
    #main #items-list li.collector .item-price {
      background-color: #aa0000; }
    #main #items-list li.community .item-price {
      background-color: #70b04a; }
    #main #items-list li .item-name {
      display: none; }
    #main #items-list li .item-thumbnail {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      max-width: 100px;
      min-height: 70px;
      height: 100%;
      width: 100%; }
    #main #items-list li .item-price {
      margin: auto auto .5rem;
      padding: .125rem .5rem;
      background: #5ad1e8;
      border-radius: 1rem;
      text-align: center;
      font-size: .75rem;
      color: #fff; }
      #main #items-list li .item-price::before {
        content: '$'; }

#main #about {
  margin: 4.25rem 0; }
  #main #about h1 {
    text-align: center;
    font-size: 1.75rem; }
  #main #about .about-logo {
    background: url("../img/logo-color.svg") no-repeat center;
    margin: 1.25rem auto;
    max-width: 370px;
    display: flex;
    height: 52px;
    width: 100%; }

#main .about-section {
  padding: 2.5rem 0; }
  @media (min-width: 576px) {
    #main .about-section {
      padding: 4.25rem 0; } }
  #main .about-section h2 {
    margin-bottom: 1.25rem;
    text-align: center; }

#main #numbers {
  background: #5ad1e8; }
  #main #numbers .number-card {
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    font-size: .875rem;
    font-weight: 700;
    display: flex; }
    @media (max-width: 576px) {
      #main #numbers .number-card:nth-child(2) {
        margin: 3rem 0; } }
    #main #numbers .number-card .icon {
      margin-bottom: .5rem;
      font-size: 48px;
      color: #fff; }
    #main #numbers .number-card .number-total {
      font-size: 1.5rem;
      height: 34px;
      color: #fff; }
    #main #numbers .number-card .icon {
      margin-bottom: .5rem;
      font-size: 48px;
      color: #fff; }

#main #team {
  padding: 4.25rem 0; }
  #main #team .team-cards {
    grid-template-columns: repeat(auto-fill, 100%);
    justify-content: space-between;
    grid-row-gap: .5rem;
    margin: .75rem 0 0;
    flex-wrap: wrap;
    display: grid; }
    @media (min-width: 768px) {
      #main #team .team-cards {
        grid-template-columns: repeat(auto-fill, 50%); } }
    @media (min-width: 1200px) {
      #main #team .team-cards {
        grid-template-columns: repeat(auto-fill, 33.333333%); } }
    #main #team .team-cards .card {
      margin: .75rem 1rem; }
      #main #team .team-cards .card .card-body {
        flex-direction: row;
        display: flex; }
        #main #team .team-cards .card .card-body .team-avatar {
          margin-right: 1.25rem;
          border-radius: 100%;
          max-height: 64px;
          height: 64px;
          width: 64px; }
        #main #team .team-cards .card .card-body .team-info {
          flex-direction: column;
          font-size: .875rem; }
          #main #team .team-cards .card .card-body .team-info .team-name {
            margin-bottom: .25rem;
            align-items: center;
            font-weight: 700;
            font-size: 1rem;
            display: flex; }
            #main #team .team-cards .card .card-body .team-info .team-name .badge {
              text-transform: uppercase;
              margin-left: .5rem;
              font-size: .675rem; }
          #main #team .team-cards .card .card-body .team-info p {
            margin-bottom: .5rem; }
          #main #team .team-cards .card .card-body .team-info .profile-links {
            flex-direction: row;
            display: flex;
            font-size: 1.25rem;
            list-style: none;
            padding: 0;
            margin: 0; }
            #main #team .team-cards .card .card-body .team-info .profile-links li {
              margin-right: .75rem; }
              #main #team .team-cards .card .card-body .team-info .profile-links li a {
                color: #a4b0be; }
                #main #team .team-cards .card .card-body .team-info .profile-links li a .icon {
                  font-size: 20px; }
                #main #team .team-cards .card .card-body .team-info .profile-links li a:hover {
                  text-decoration: none;
                  color: #5ad1e8; }

#main #our-bots {
  background: #fff; }
  #main #our-bots .table {
    margin: .75rem 0 0; }
    #main #our-bots .table tr:nth-child(2) td {
      border: none; }
    #main #our-bots .table tr th, #main #our-bots .table tr td {
      vertical-align: middle;
      border-color: #0c1727; }
    #main #our-bots .table tr th {
      background: #0c1727;
      border: none; }
      #main #our-bots .table tr th:first-child {
        border-bottom-left-radius: .5rem;
        border-top-left-radius: .5rem;
        text-align: center; }
      #main #our-bots .table tr th:last-child {
        border-bottom-right-radius: .5rem;
        border-top-right-radius: .5rem; }
    #main #our-bots .table tr td:first-child {
      text-align: center;
      font-weight: 700; }
    #main #our-bots .table .table-img {
      border-radius: .5rem;
      margin-right: .5rem;
      height: 40px; }
    #main #our-bots .table .progress {
      background-color: #0c1727;
      border-radius: 1rem;
      height: 1.75rem; }
      #main #our-bots .table .progress .progress-bar {
        background: linear-gradient(to right, #3fd6df 0%, #7acbf2 100%);
        font-weight: 700; }

.deposit-type {
  margin: .25rem 0 2.25rem;
  border-radius: .5rem;
  background: #0c1727;
  padding: .75rem; }
  .deposit-type .deposit-choices {
    justify-content: space-between;
    list-style: none;
    display: flex;
    padding: 0; }
    .deposit-type .deposit-choices li .btn {
      justify-content: center;
      flex-direction: column;
      border-radius: .5rem;
      font-size: .75rem;
      display: flex;
      padding: .5rem; }
      .deposit-type .deposit-choices li .btn .deposit-amount {
        font-size: 1.5rem;
        font-weight: 700; }
        .deposit-type .deposit-choices li .btn .deposit-amount::before {
          margin-right: .125rem;
          content: '$'; }
  .deposit-type .col-auto {
    justify-content: center;
    align-items: center;
    padding: 0 .25rem;
    font-weight: 700;
    color: #bfbfbf;
    display: flex; }
  .deposit-type .input-group {
    margin-top: .75rem; }
    .deposit-type .input-group .form-control {
      background-color: #fff;
      border-color: #fff; }
    .deposit-type .input-group .input-group-text {
      background-color: #a4b0be;
      padding: .375rem .75rem;
      border-color: #a4b0be;
      color: #fff; }

.deposit-step {
  counter-increment: depositStep; }
  .deposit-step h6 {
    margin-bottom: 0.75rem;
    align-items: center;
    display: flex; }
    .deposit-step h6::before {
      content: counter(depositStep);
      margin-right: .5rem;
      justify-content: center;
      border-radius: 100%;
      align-items: center;
      background: #ccc;
      display: flex;
      height: 24px;
      width: 24px; }

#main{
  min-height: calc(100vh - 297px) !important;
}
#footer .footer-navbar {
  background: #5ad1e8;
  padding: 0; }
  #footer .footer-navbar .navbar {
    justify-content: center;
    flex-direction: column;
    padding: .75rem 1rem;
    display: flex; }
    @media (min-width: 768px) {
      #footer .footer-navbar .navbar {
        flex-direction: row;
        padding: .5rem 1rem; } }
    #footer .footer-navbar .navbar .navbar-nav {
      flex-direction: column; }
      @media (min-width: 768px) {
        #footer .footer-navbar .navbar .navbar-nav {
          flex-direction: row; } }
      #footer .footer-navbar .navbar .navbar-nav .nav-link {
        text-align: center;
        font-weight: 700;
        padding: .5rem;
        color: #fff; }
        @media (min-width: 768px) {
          #footer .footer-navbar .navbar .navbar-nav .nav-link {
            text-align: left;
            padding: 1rem; } }
        #footer .footer-navbar .navbar .navbar-nav .nav-link:hover {
          color: rgba(0, 0, 0, 0.5); }
    #footer .footer-navbar .navbar .btn {
      transition: all 0.25s ease-out;
      margin: .75rem 0; }
      @media (min-width: 768px) {
        #footer .footer-navbar .navbar .btn {
          margin: 0 0 0 1.25rem; } }
      #footer .footer-navbar .navbar .btn:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35); }
      #footer .footer-navbar .navbar .btn.btn-secondary {
        background-color: rgba(0, 0, 0, 0.25);
        border: none; }
        #footer .footer-navbar .navbar .btn.btn-secondary:hover {
          box-shadow: none; }

#footer .footer-copyright {
  justify-content: space-between;
  flex-direction: column;
  padding: 2.5rem 1rem;
  align-items: center;
  background: #000;
  display: flex;
  color: #fff; }
  @media (min-width: 768px) {
    #footer .footer-copyright {
      flex-direction: row; } }
  #footer .footer-copyright .footer-brand, #footer .footer-copyright .footer-term, #footer .footer-copyright .footer-design, #footer .footer-copyright .footer-g2a {
    padding: 0 1rem;
    margin: .5rem 0; }
    @media (min-width: 768px) {
      #footer .footer-copyright .footer-brand, #footer .footer-copyright .footer-term, #footer .footer-copyright .footer-design, #footer .footer-copyright .footer-g2a {
        margin: 0; } }
    @media (min-width: 1200px) {
      #footer .footer-copyright .footer-brand, #footer .footer-copyright .footer-term, #footer .footer-copyright .footer-design, #footer .footer-copyright .footer-g2a {
        padding: 0; } }
  #footer .footer-copyright .footer-brand img {
    width: 170px; }
  #footer .footer-copyright .footer-design svg {
    margin-left: .25rem;
    height: 20px; }
.modal#processing-trade-modal ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal#processing-trade-modal ul li {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 1rem auto;
  padding: 1rem 0;
  color: #a4b0be;
  display: flex;
}
.modal#processing-trade-modal ul li:first-child {
  padding-top: 0;
}
.modal#processing-trade-modal ul li:last-child {
  border: none;
}
.modal#processing-trade-modal ul li .icon, .modal#processing-trade-modal ul li .spinner-border {
  margin-bottom: 0.5rem;
}
.modal#processing-trade-modal ul li .icon {
  font-size: 24px;
}
.modal#processing-trade-modal ul li .spinner-border {
  height: 24px;
  width: 24px;
}
.modal#processing-trade-modal ul li.done {
  color: #5ad1e8;
}
.modal .modal-content {
  border-radius: 0.5rem;
  border: none;
}
.modal .modal-content .modal-header {
  padding-bottom: 0.5rem;
  border: none;
}
.modal .modal-content .modal-header h5 {
  font-size: 1.75rem;
}
.icon-nav-toggle:before {
  content: "\e017";
}
.icon-remove-circle:before {
  content: "\e016";
}
.icon-mannco:before {
  content: "\e015";
}
.icon-check-circle:before {
  content: "\e014";
}
.icon-data-transfer:before {
  content: "\e013";
}
.icon-loading:before {
  content: "\e012";
}
.icon-gift-box:before {
  content: "\e011";
}
.icon-brightness:before {
  content: "\e010";
}
.icon-refresh:before {
  content: "\e009";
}
.icon-lock:before {
  content: "\e008";
}
.icon-moon:before {
  content: "\e007";
}
.icon-multiple-users:before {
  content: "\e006";
}
.icon-question-circle:before {
  content: "\e005";
}
.icon-search:before {
  content: "\e004";
}
.icon-steam:before {
  content: "\e003";
}
.icon-volume-control-full:before {
  content: "\e002";
}
.icon-volume-control-off:before {
  content: "\e001";
}
.errorTrade{
  color : #e74c3c !important;
}

.alert {
  padding: 0.5rem;
  align-items: center;
  display: flex;
}
.alert h5 {
  margin-bottom: 0.5rem;
}
.alert a {
  color: #fff;
}
.alert .icon {
  margin-right: 0.75rem;
  margin-left: 0.5rem;
  font-size: 16px;
}
.alert .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  margin-left: auto;
}
.alert.alert-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}
.alert.alert-danger .btn {
  color: #e74c3c;
}
.alert.alert-details {
  align-items: flex-start;
  flex-direction: column;
  font-size: 0.75rem;
  padding: 1rem;
}
.alert.alert-details .btn {
  margin: 1rem 0 0;
  width: 100%;
}
.alert.alert-success .btn-sucess {
  background-color: #155724;
  border-color: #155724;
  margin-left: 1rem;
}
.modal#processing-trade-modal ul li:last-child .alert {
  margin-bottom: 0;
}

#main #items-list li .item-unavailable {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTYuNSAwYy0zLjU4OTg1MDg3IDAtNi41IDIuOTEwMTQ5MTMtNi41IDYuNSAwIDMuNTg5ODUwOSAyLjkxMDE0OTEzIDYuNSA2LjUgNi41IDMuNTg5ODUwOSAwIDYuNS0yLjkxMDE0OTEgNi41LTYuNSAwLTEuNzIzOTA3MTgtLjY4NDgxOTUtMy4zNzcyMDc2Mi0xLjkwMzgwNTktNC41OTYxOTQwOC0xLjIxODk4NjQ4LTEuMjE4OTg2NDYtMi44NzIyODY5Mi0xLjkwMzgwNTkyLTQuNTk2MTk0MS0xLjkwMzgwNTkyem0tMy45NjcgOC42Yy0uNTQ4Nzg3MzctMS4wMTcwMjk5NC0uNjgwNDAyMzktMi4yMDc2NjE3My0uMzY3LTMuMzIuNDIzNTA3OTQtMS41MDk5NzEyNyAxLjYwMjU3Mzk4LTIuNjkwNTUyODIgMy4xMTItMy4xMTYgMS4xMTM4Mjk2My0uMzE1NDAzNDMgMi4zMDY3NzA4Mi0uMTgzNzMxNDMgMy4zMjUuMzY3LjA2OTEyNDU5LjAzODk5OTg3LjExNTgzNjkxLjEwODI4NTg2LjEyNjA2ODU5LjE4Njk5MTA4LjAxMDIzMTY3LjA3ODcwNTIyLS4wMTcyMTMwMy4xNTc2MzE2My0uMDc0MDY4NTkuMjEzMDA4OTJsLTUuNzI0IDUuNzI0Yy0uMDU1Nzk5MzYuMDU1Nzg4NDQtLjEzNDUwODA3LjA4MjIyMDYzLS4yMTI2Njk3Ni4wNzE0MTkzOS0uMDc4MTYxNy0uMDEwODAxMjQtLjE0Njc1MjEtLjA1NzU4ODg0LS4xODUzMzAyNC0uMTI2NDE5Mzl6bTguMy0uODg3Yy0uNDIyNDU5MiAxLjUxMDU4NDE5LTEuNjAxOTU5NzEgMi42OTE2MDA3LTMuMTEyIDMuMTE2LTEuMTExODk2MDIuMzE2NDg0OC0yLjMwMzQwMTgyLjE4NjYwNjctMy4zMjEtLjM2Mi0uMDY5MTI0NTktLjAzODk5OTktLjExNTgzNjkxLS4xMDgyODU5LS4xMjYwNjg1OS0uMTg2OTkxMS0uMDEwMjMxNjctLjA3ODcwNTIuMDE3MjEzMDMtLjE1NzYzMTYuMDc0MDY4NTktLjIxMzAwODlsNS43MjQtNS43MjJjLjA1NTIzNTMtLjA1Njk0MTM0LjEzNDA1OS0uMDg0NTQ5MTIuMjEyNzUyLS4wNzQ1MTU3Ny4wNzg2OTMuMDEwMDMzMzYuMTQ4MDY3Ni4wNTY1MzY0My4xODcyNDguMTI1NTE1NzcuNTQ3NTc5NyAxLjAxNzkxNzMyLjY3NzQxMzEgMi4yMDkwMTM2LjM2MiAzLjMyMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-color: rgba(0, 0, 0, 0.65);
  background-position: center 25px;
  background-repeat: no-repeat;
  justify-content: center;
  background-size: 24px;
  border-radius: 0.25rem;
  align-items: center;
  position: absolute;
  font-size: 0.875rem;
  padding-top: 25px;
  font-weight: 700;
  display: flex;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
}

body.dark .text-muted {
  color: #6f6c97 !important;
}
body.dark .form-control {
  border-color: #343261;
  background: #343261;
  color: #fff;
}

body.dark .btn.btn-steam {
  background-color: #99b62f;
  border-color: #99b62f;
  color: white;
}

body.dark #header .navbar {
  background-image: linear-gradient(180deg, #447c92 0%, #4a6e94 100%)
}

.botTopListt .active  {
    border: 2px solid #3fd6df;
}