.loading_gif {
  display: block;
  margin: 100px auto;
  width: 80px;
  height: 80px;
}

.market_buttons_cont .market_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.market_buttons_cont .market_buttons div {
  border: 1px solid #d4d4d4;
  color: #3a3f4a;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 30px;
  padding: 13px 16px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.market_buttons_cont .market_buttons div.disabled {
  border: 1px solid #d4d4d4;
  color: #d4d4d4;
  cursor: not-allowed;
}
.market_buttons_cont .market_buttons div.active {
  border: 1px solid #2668f4;
  color: #2668f4;
}

.see_all_crypto {
  display: none;
}

.pair-1 .market_buttons_cont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.pair-1 .market_buttons_cont p {
  margin-bottom: 0;
}
.pair-1 .market_buttons_cont .market_buttons div {
  padding: 0;
  border: 0;
}
.pair-1 .see_all_crypto {
  display: block;
  text-align: center;
  margin-top: 16px;
}

#coin_items {
  overflow: hidden;
}
#coin_items .coin_items_big {
  display: flex;
  flex-wrap: wrap;
  margin: -25px;
  padding: 20px 0;
}
#coin_items .coin_items_big .coin_item_big {
  max-width: calc(33.333333% - 50px);
  width: 100%;
  margin: 25px;
  background: linear-gradient(180deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
  border: 1px solid #f5f5f5;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.05));
  border-radius: 16px;
  padding: 20px 20px 16px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
#coin_items .coin_items_big .coin_item_big .item_head {
  display: flex;
  align-items: center;
}
#coin_items .coin_items_big .coin_item_big .item_head img {
  width: 36px;
  margin-right: 13px;
}
#coin_items .coin_items_big .coin_item_big .item_head div .item_name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #383838;
  display: block;
  line-height: 1;
}
#coin_items .coin_items_big .coin_item_big .item_head div .item_code {
  font-size: 0.875rem;
  font-weight: 400;
  color: #87888a;
  display: block;
  line-height: 1;
}
#coin_items .coin_items_big .coin_item_big .item_chart {
  margin: 10px -20px 16px;
}
#coin_items .coin_items_big .coin_item_big .item_chart svg {
  width: 100%;
  height: auto;
  filter: hue-rotate(85deg) saturate(80%) brightness(0.85);
}
#coin_items .coin_items_big .coin_item_big .item_chart svg line {
  stroke-width: 1 !important;
}
#coin_items .coin_items_big .coin_item_big .item_chart img {
  width: 100%;
  filter: hue-rotate(85deg) saturate(80%) brightness(0.85);
}
#coin_items .coin_items_big .coin_item_big .item_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#coin_items .coin_items_big .coin_item_big .item_price div:first-child {
  font-size: 1rem;
  font-weight: 600;
  color: #505867;
}
#coin_items .coin_items_big .coin_item_big .item_price div:last-child {
  display: flex;
  align-items: center;
}
#coin_items .coin_items_big .coin_item_big .item_price div:last-child div:first-child {
  font-size: 0.875rem;
  font-weight: 400;
  color: #5d9450;
}
#coin_items .coin_items_big .coin_item_big .item_price div:last-child div:last-child {
  border-radius: 12px;
  background: #5d9450;
  color: #fff;
  padding: 6px 10px;
  margin-left: 10px;
}
#coin_items .coin_items_table {
  /*
  .table_titles {
      display: flex;
      align-items: center;
      justify-content: space-between;
      .table_title {
          font-size: 0.875rem;
          font-weight: 400;
          color: #7a7a7a;
          text-align: center;
      }
  }
  .item {
      display: flex;
      justify-content: space-between;
      .item_info {
          display: flex;
          align-items: center;
          img {
              margin-right: 10px;
              width: 24px;
          }
          .item_code {
              font-size: 0.875rem;
              font-weight: 400;
              color: $mid-blue;
              margin-right: 6px;
          }
          .item_name {
              font-size: 0.875rem;
              font-weight: 400;
              color: $gray-400;
          }
      }
      .item_price {
      }
      .item_value {
      }
      .item_percentage {
      }
      .item_chart {
          img {
          }
      }
  }*/
}
#coin_items .coin_items_table table {
  margin-top: 54px;
}
#coin_items .coin_items_table table thead th {
  font-size: 0.875rem;
  font-weight: 400;
  color: #7a7a7a;
  text-align: center;
}
#coin_items .coin_items_table table thead th:first-child {
  text-align: left;
  padding-left: 54px;
}
#coin_items .coin_items_table table tbody tr td {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #f5f5f5 !important;
  padding: 10px 0;
}
#coin_items .coin_items_table table tbody tr td:first-child {
  padding-left: 20px;
}
#coin_items .coin_items_table table tbody tr td .item_info {
  display: flex;
  align-items: center;
}
#coin_items .coin_items_table table tbody tr td .item_info img {
  margin-right: 10px;
  width: 24px;
}
#coin_items .coin_items_table table tbody tr td .item_info .item_code {
  font-size: 0.875rem;
  font-weight: 400;
  color: #242738;
  margin-right: 6px;
}
#coin_items .coin_items_table table tbody tr td .item_info .item_name {
  font-size: 0.875rem;
  font-weight: 400;
  color: #87888a;
}
#coin_items .coin_items_table table tbody tr td .item_price {
  font-size: 0.875rem;
  font-weight: 400;
  color: #505867;
  text-align: center;
}
#coin_items .coin_items_table table tbody tr td .item_value {
  font-size: 0.875rem;
  font-weight: 400;
  color: #505867;
  text-align: center;
}
#coin_items .coin_items_table table tbody tr td .item_percentage {
  font-size: 0.938rem;
  font-weight: 400;
  color: green;
  text-align: center;
}
#coin_items .coin_items_table table tbody tr td .item_chart {
  text-align: center;
}
#coin_items .coin_items_table table tbody tr td .item_chart img {
  filter: hue-rotate(85deg) saturate(80%) brightness(0.85);
}
#coin_items .coin_items_table table tbody tr td.text_right {
  text-align: right;
}
#coin_items .coin_items_table table tbody tr td.table_buttons {
  opacity: 0;
  transition: opacity 0.3s;
  width: 150px !important;
}
#coin_items .coin_items_table table tbody tr td .btn_green {
  background-color: #5d9450;
  color: #fff;
  font-size: 0.813rem;
  border-radius: 4px;
  padding: 14px 19px;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#coin_items .coin_items_table table tbody tr td .btn_green:hover {
  background-color: #63b44f;
}
#coin_items .coin_items_table table tbody tr td .btn_red {
  background-color: #de4733;
  color: #fff;
  font-size: 0.813rem;
  border-radius: 4px;
  padding: 14px 19px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#coin_items .coin_items_table table tbody tr td .btn_red:hover {
  background-color: #ff4026;
}
#coin_items .coin_items_table table tbody tr:hover td {
  background: #f5f5f5;
  border-bottom: 1px solid #f5f5f5 !important;
}
#coin_items .coin_items_table table tbody tr:hover td.table_buttons {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #coin_items .coin_items_big .coin_item_big {
    max-width: calc(100% - 50px);
  }
  #coin_items .coin_items_table {
    overflow-x: auto;
  }
  #coin_items .coin_items_table table {
    width: 900px;
  }
}
@media screen and (max-width: 640px) {
  .pair-1 .market_buttons_cont {
    flex-wrap: wrap;
  }
  #coin_items .coin_items_table {
    overflow-x: auto;
  }
  #coin_items .coin_items_table table {
    width: 900px;
  }
}
