/* reset */
.exchangepage a {
    box-shadow: none;
}
.exchangepage a:focus, .exchangepage a:active {
    outline: none;
    border: none;
    box-shadow: none;
}

/* table */
.cryptoboxes .coinnmc-table .title-bar {
    border-bottom: 1px solid #e6e6e6;
}
.cryptoboxes .cdt-table-tools {
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
    background: #F3F7FA;
    white-space: nowrap;
}
.cryptoboxes.cdt-table p {
    display: inline;
    margin: 0;
}
.cdt-table.cmcl-xs table.dataTable {
    font-size: 13px;
}
.cdt-table.cmcl-xs .coin-name {
    display: inline-block;
    max-width: 10ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cdt-table.cmcl-xs table.dataTable .coin-image img {
    max-width: 24px;
}
.cdt-table.cmcl-xs .coinmc-pagination,
.cdt-table.cmcl-sm .coinmc-pagination {
    margin-top: -1rem;
}
.cdt-table.dark .cdt-table-tools {
    background: rgba(18,22,41,0.22);
    border-bottom: 1px solid #3a4458;
}
.cdt-table .coinmc-dt-footer.dataTables-footer {
    display: block;
    padding: 0;
    font-size: 13px;
    white-space: nowrap;
    border-top: 5px solid transparent;
}
.cdt-table .dataTables_info {
    display: inline-block;
    padding: 10px 0;
    opacity: 0.7;
    font-weight: bold;
}
.cdt-table .cmc-row {
    margin: 0;
}
.cdt-table .datatable-scroll {
    margin-bottom: -5px;
    overflow: auto;
}
.cdt-table .datatable-scroll::-webkit-scrollbar {
    height: 5px;
}
.cdt-table .datatable-scroll::-webkit-scrollbar-track {
    background:#e9ecf5;
}
.cdt-table .datatable-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #848ea1;
}
.cdt-table.dark .datatable-scroll::-webkit-scrollbar-track {
    background:rgba(18,22,41,0.22);
}
.cdt-table.dark .coinmc-control {
    color: #ccd9e8;
    background: #313a50;
    border: 1px solid #414b61;
}
.cdt-table.dark input.coinmc-control:focus, .cdt-table.dark .coinmc-button:active {
    border: 1px solid #63708c;
}
.cryptoboxes .coinmc-previous-btn {
    display: none;
}
.cryptoboxes .coinmc-control {
    position: relative;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 8px 10px;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: #fff;
    transition: border .25s;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cryptoboxes input.coinmc-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.4);
}
.cryptoboxes .coinmc-input-group {
    display: flex;
    position: relative;
}
.cryptoboxes .coinmc-input-addon {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
    opacity: 0.6;
    transform: translateY(-50%);
    transition: all .25s ease-in-out;
}
.cryptoboxes .coinmc-input-group-right .coinmc-input-addon {
    left: auto;
    right: 15px;
}
.cryptoboxes .coinmc-input-group input.coinmc-control {
    flex: 1;
    width: 100%;
    padding-left: 30px;
}
.coinmc-dropdown-active .coinmc-input-addon {
    margin-top: -2px;
    transform: translateY(-50%) scale(-1);
}
.cryptoboxes .coinmc-button {
    width: 100%;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    box-sizing: border-box;
    text-align: center;
}
.cryptoboxes .coinmc-button i {
    font-style: normal;
    opacity: 0.6;
    margin: 0 5px;
}
.cryptoboxes .coinmc-button:focus {
    outline: none;
}
.cryptoboxes .coinmc-button:active {
    border: 1px solid rgba(0,0,0,0.4);
}
.cryptoboxes .coinmc-button.dark {
    color: #fff;
    background: #495057;
}
.cryptoboxes .coinmc-dropdown-select .coinmc-button {
    text-align: left;
}
.cryptoboxes .coinmc-dropdown-active .coinmc-button {
    border: 1px solid rgba(0,0,0,0.4);
}
.cryptoboxes .coinmc-dropdown__list,
.tippy-content .coinmc-dropdown__list {
    display: none;
    font-size: 13px;
    font-weight: normal;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.tippy-content .coinmc-dropdown__list {
    display: block;
}
.tippy-content .coinmc-dropdown__list.coinmc-dropdown-overflow {
    max-height: 170px;
    overflow-y: scroll;
}
.tippy-content .coinmc-dropdown__list::-webkit-scrollbar {
    width: 5px;
}
.tippy-content .coinmc-dropdown__list::-webkit-scrollbar-track {
    background: none;
}
.tippy-content .coinmc-dropdown__list::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border: 1px solid #fff;
    border-radius: 3px;
}
.tippy-content .coinmc-dropdown__list::-webkit-scrollbar-thumb:hover {
    background: #d0d0d0; 
}
.tippy-tooltip.dark-theme .coinmc-dropdown__list:hover::-webkit-scrollbar-thumb {
    background: #63708c;
}
.tippy-content .coinmc-dropdown__list .coinmc-dropdown__item {
    margin: 0;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    pointer-events: all;
}
.tippy-content .coinmc-dropdown__list .coinmc-dropdown__item a {
    display: inline-block;
    width: 100%;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
}
.tippy-content .coinmc-dropdown__list .coinmc-dropdown__item i {
    opacity: 0.6;
    font-style: normal;
    margin: 0 5px;
}
.tippy-content .coinmc-dropdown__list .coinmc-dropdown__item:hover {
    background: #F8FAFB;
}
.tippy-tooltip.dark-theme .coinmc-dropdown__list .coinmc-dropdown__item:hover {
    background: #0a0a13;
}

/* tippy themes */
.tippy-tooltip {
    border-radius: 5px;
}
.tippy-tooltip[data-animatefill]{
    background-color:transparent
}
.tippy-tooltip.light-theme {
    color:#656565;
    box-shadow: 2px 2px 2px #ccc;
    background-color:#fff;
    border: 1px solid rgba(0,0,0,0.2);
}
.tippy-tooltip.light-theme .tippy-backdrop {
    background-color:#fff;
}
.tippy-tooltip.dark-theme {
    color: #ccd9e8;
    background: #1a1d2d;
}
.tippy-tooltip.dropdown-theme {
    padding: 0;
}
.tippy-tooltip.dropdown-theme a {
    padding: 12px 10px;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.dark-theme .tippy-arrow {
    border-bottom: 8px solid #1a1d2d;
}

/* single page */
.exchangepage .exchange {
    display: flex;
    align-items: center;
}
.exchangepage .exchange .exchange-name {
    color: #495057;
    font-size: 2em;
    font-weight: bold;
}
.exchangepage .exchange img {
    margin-right: 10px;
}
.exchangepage .coinmc-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    text-align: center;
    box-shadow: 0px -4px inset rgba(0, 0, 0, 0.2);
    transition: all .15s;
    /* padding: 10px 100px; */
    height: 40px;
}
.exchangepage .coinmc-button:active {
    box-shadow: none;
    margin-top: 4px;
    height: 36px;
}
.exchangepage .coinmc-button-success {
    color: #fff;
    background: #00b09b;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #96c93d, #00b09b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #96c93d, #00b09b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none;
}
.exchangepage .cmc-stats {
    color: #495057;
    font-weight: bold;
}
.exchangepage .cmc-stats .stat-label {
    opacity: 0.6;
    padding-top: 10px;
}
.exchangepage .cmc-stats .stat-value {
    font-size: 1.4em;
    white-space: nowrap;
}
.exchangepage ul.coinex-links {
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-size: 1.1em;
}
.exchangepage ul.coinex-links li {
    display: inline-block;
    margin-left: 0;
    margin-right: 30px;
    text-align: center;
}
.exchangepage ul.coinex-links li a {
    color: #495057;
    text-decoration: none;
}
.exchangepage ul.coinex-links li a i {
    margin-right: 5px;
}
.exchangepage .coinex-highlights-table {
    margin: 0;
}