.loading {
    display:none;
}
.wrapper {
  margin: 30px;
  padding: 30px;
  background: #fff;
  width: 100%;
  height: 100%;
  /* display: flex; */
  flex-direction: column;
}

.wrapper-cell {
   /* display: flex; */
   margin-bottom: 30px;
}
/* #price-btcb-token-6 {
    direction:ltr;
} */
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 100% 0
    }
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}
.text {
    margin-left: 20px
}
.coin-name {
    color: #000000;
}
.coin-name a:hover{
    color: #4ba6ef !important;
}
.text-line {
    width: 100%;
    height: 40px;;
    margin: 10px 0;
    /* @ .animated-background; */
}
.input-group-modified {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
.coin-image {
    height: 36px;
    width: 36px;
    /* background-color: #5156be; */
    padding: 3px;
}
.flag-image {
    height: 20px;
    width: 20px;
    /* background-color: #5156be; */
}
.col-32 {
    width: 32%;
}
.col-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.header-top {
    height: 40px !important;
    background-color:#fbfaff;
    border-bottom: 1px solid #e9e9ef;
    color : #555b6d;
}
body[data-layout-mode="dark"] .header-top {
    background-color: #363a38;
    border-color: #3b403d;
}
body[data-layout-mode="dark"] .coin-name {
    color: #fff;
}
.home th {
    border-right: hidden !important;
    border-left: hidden !important;
    border-top: hidden !important;
}
.home td {
    border-right: hidden !important;
    border-left: hidden !important;
}
.navbar-header {
    height: 55px !important;
}
.topnav {
    margin-top: 95px !important;
}
.header-item {
    height: 40px !important;
    margin-top: -10px;
}
.page-content {
    margin-top: 85px !important;
}
.app-search .btn {
  right: -50% !important;
}
.app-search .form-control {
  width: 150% !important;
}
.pools th{
  border-right: hidden !important;
  border-left: hidden !important;
  border-top: hidden !important;
}
.pools td {
    border-right: hidden !important;
    border-left: hidden !important;
}
.fs-55 {
    font-size: 1rem !important
}
.text-justify {
    text-align: justify;
}
.fs-7 {
    font-size: .83rem !important
}
.fs-8 {
    font-size: .8rem !important
}
.symbol {
    color: #7e919f;
}
.fa-15x {
    font-size: 1.5em;
}
.hide {
    display: none;
}
/* Datatable */
table.dataTable thead .sorting {
    cursor: pointer;
    *cursor: hand;
}
table.dataTable thead .sorting_desc {
    background-image: url("../../images/icons/arrow-up.png") !important;
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 16px 16px;
}
table.dataTable thead .sorting_asc {
    background-image: url("../../images/icons/arrow-down.png") !important;
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 16px 16px;
}
/* table.dataTable thead .sorting {
    background-image: url("../../images/sort_both.png");
} */
.top2-bar-stats {
    display: none;
    border-top: 1px solid #e9e9ef !important;
    position: relative;
    white-space: nowrap;
    overflow: auto hidden;
    scrollbar-width: none;
}
.metrics td { 
    padding: 0 !important; 
}
.metrics th { 
    padding: 0 !important; 
}
/* .active a{
    color :#5156be !important;
} */
.coins-menu {
    position: relative;
}
.coins-menu ul {
    white-space: nowrap;
    display:block !important;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
}
.coins-menu li {
    display: inline-block;
}
/* SLim select Corrections */
.ss-main .ss-single-selected {
    border: 0 !important;
}
.ss-main .ss-single-selected .ss-arrow {
    display:none !important;
}
.mt-50 {
    max-height:120px !important;
}
.coins-top-menu-align {
    margin-top:-15px;
    margin-bottom:-15px;
}
.trades {
    overflow: auto;
    height: 450px;
}

.trades thead th {
    position: sticky;
    top: 0;
}
.btn-outline-facebook {
    color: #3b5998;
}
.btn-outline-twitter {
    color: #00acee;
}
.btn-outline-telegram {
    color: #229ED9;
}
.btn-outline-reddit {
    color: #ff4500;
}
.btn-outline-whatsapp {
    color: #25d366;
    /* border-color: #25d366; */
}
.share-buttons {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.search-display {
    display: block;
    width: 150%;
}
.tr-pairs th {
    border-right: hidden !important;
    border-left: hidden !important;
}
.tr-pairs td {
    border-right: hidden !important;
    border-left: hidden !important;
}
.similar th {
    border-right: hidden !important;
    border-left: hidden !important;
}
.similar td {
    border-right: hidden !important;
    border-left: hidden !important;
}
.markets th {
    border-right: hidden !important;
    border-left: hidden !important;
}
.markets td {
    border-right: hidden !important;
    border-left: hidden !important;
}
.markets-div {
    font-size:12px;
    margin-left:-15px;
    margin-right:-15px;
}
.card-trade {
    padding:10px !important;
}
.mg-20 {
    margin-top: -20px !important;
}
.mg-15 {
    margin-top: -15px !important;
}
.swap-button {
    position: absolute;
    z-index: 9999;
    margin-top: -32px;
    float: middle;
    left: 45%;
}
@media (max-width: 992px) {
    .margin-coin {
        margin-bottom: 20px;
    }
}
/* @media (max-width: 1240px) {
    .coins-menu {
        display:inline-block;
    }
} */

@media (min-width: 992px) {
    .topnav .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 14px !important;
    }
    .margin-coin {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:1230px)
{
    .top-bar-stats {
        display: none;
    }
}
@media only screen and (max-width:480px)
{
    .hide-text {
        display: none;
    }
}
@media only screen and (max-width:575px)
{
    .coins-metrics {
        margin-top: 15px;
    }
}
@media only screen and (max-width:986px)
{
    .top2-bar-stats {
        display: inline-block;
    }
    .topnav {
        margin-top: 133px !important;
    }
    .stats-bar-2 {
        display: none;
    }
}
@media only screen and (max-width:1031px)
{
    .hide-text-home {
        display: none;
    }
}
@media only screen and (max-width:635px)
{
    .hide-text-home-2 {
        display: none;
    }
    .hide-text-bl {
        display: none;
    }
}
@media only screen and (max-width:531px)
{
    .hide-text-home-3 {
        display: none;
    }

    .hide-text-pf {
        display: none;
    }
    .hide-coin-name {
        display: none;
    }
}
@media only screen and (max-width:453px)
{
    .hide-text-home-4 {
        display: none;
    }
}
@media only screen and (max-width:401px)
{
    .hide-text-home-5 {
        display: none;
    }
}
@media only screen and (max-width:1028px)
{
    .col-32 {
        width: 48%;
    }
}
@media only screen and (max-width:574px)
{
    .col-32 {
        width: 98%;
    }
}
@media only screen and (max-width:1198px)
{
    .coins-bar-tools {
        text-align: center !important;
    }
    .dex-bar-tools {
        text-align: center !important;
    }
}
@media only screen and (max-width:656px)
{
    .dex-hide-trade {
        display: none;
    }
    .hide-trade {
        display: none;
    }
}
@media only screen and (min-width:485px)
{
    .chart-options-align {
        float: right;
    }
    .portfolio-filter-options {
        float: right;
    }
    .compare-mobile {
        display:none;
    }
}
@media only screen and (max-width:484px)
{
    .portfolio-filter-options {
        text-align: center !important;
    }
    .chart-options-align {
        text-align: center !important;
    }
    .hide-text-share {
        display: none;
    }
    .good {
        min-width: 0px !important;
    }
    .bad {
        min-width: 0px !important;
    }
    .share-hide-button {
        display: none;
    }
    .compare-desktop {
        display:none;
    }
}