/* dataTables Custom Style ---- START */

div[id*="celp_"].dataTables_wrapper
  table.dataTable
  th[role="columnheader"]:not(.no-sort):after {
  content: "\21F3";
  right: 1.5px;
  top: calc(50% - 8px);

  opacity: 0.4;
  font-size: 11px;
}
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  th[role="columnheader"]:not(.no-sort):hover:after {
  visibility: visible;
  opacity: 1;
}
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  th[aria-sort="descending"]:not(.no-sort):after {
  content: "\21E9";
  opacity: 1;
}
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  th[aria-sort="ascending"]:not(.no-sort):after {
  content: "\21E7";
  opacity: 1;
}
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  th[role="columnheader"]:not(.no-sort) {
  cursor: pointer;
}

div[id*="celp_"].dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: unset;
}

div[id*="celp_"].dataTables_wrapper table.dataTable {
  clear: both;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  max-width: none !important;
  min-width: 100% !important;
  border-collapse: separate !important;
  table-layout: auto !important;
  box-sizing: border-box !important;
  background: #fff;
}

div[id*="celp_"].dataTables_wrapper
  .table-striped
  > tbody
  > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

div[id*="celp_"].dataTables_wrapper
  .table-striped
  > tbody
  > tr:nth-of-type(even) {
  background-color: #ffffff;
}

div[id*="celp_"].dataTables_wrapper table.dataTable td,
div[id*="celp_"].dataTables_wrapper table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  white-space: unset;
  vertical-align: middle;
  padding: 7px;
}

div[id*="celp_"].dataTables_wrapper table.dataTable td a,
div[id*="celp_"].dataTables_wrapper table.dataTable th a {
  text-decoration: none;
  box-shadow: none;
}

div[id*="celp_"].dataTables_wrapper table.dataTable td.dataTables_empty,
div[id*="celp_"].dataTables_wrapper table.dataTable th.dataTables_empty {
  text-align: center;
}

div[id*="celp_"].dataTables_wrapper table.dataTable.nowrap th,
div[id*="celp_"].dataTables_wrapper table.dataTable.nowrap td {
  white-space: nowrap;
}

div[id*="celp_"].dataTables_wrapper table.dataTable th {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  th[data-classes="celp-trust_score"] {
  max-width: 55px;
}

div[id*="celp_"].dataTables_wrapper table.dataTable td {
  font-size: 14px;
  border-right: 0 !important;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_length {
  display: inline-block;
  left: 0;
  top: -60px;
  position: absolute;
  vertical-align: middle;
  height: 40px;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_length select {
  width: 55px !important;
  display: inline-block !important;
  height: 40px !important;
  border: 1px solid #dedede;
  background: #f7f7f7;
  border-radius: 3px;
  color: #222;
  font-size: 14px;
  -moz-appearance: menulist !important;
  /* Firefox */
  -webkit-appearance: menulist !important;
  /* Safari and Chrome */
  appearance: menulist !important;
  padding: 3px;
  box-sizing: border-box;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_filter {
  display: inline-block;
  position: absolute;
  height: 40px;
  top: -60px;
  right: 0;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  width: 200px !important;
  display: inline-block !important;
  height: 40px !important;
  border: 1px solid #dedede;
  background: #f7f7f7;
  border-radius: 3px;
  color: #222;
  font-size: 14px;
  padding: 3px;
  box-sizing: border-box;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
  display: none !important;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_paginate {
  margin: 0px;
  white-space: unset;
  text-align: right;
  display: table;
  border-spacing: 7px 0px;
  margin-right: -6px;
  position: absolute;
  bottom: -60px;
  right: 0;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_paginate a.paginate_button {
  box-sizing: border-box;
  display: table-cell;
  min-width: 90px;
  padding: 8px 4px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: none;
  font-size: 14px;
  height: 48px;
  vertical-align: middle;
}

div[id*="celp_"].dataTables_wrapper
  div.dataTables_paginate
  a.paginate_button.disabled,
div[id*="celp_"].dataTables_wrapper
  div.dataTables_paginate
  a.paginate_button.disabled:hover {
  opacity: 0.6;
  cursor: not-allowed;
  color: #333 !important;
  border: 1px solid #ddd;
  background: none;
}

div[id*="celp_"].dataTables_wrapper
  div.dataTables_paginate
  a.paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #585858),
    color-stop(100%, #111)
  );
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

div[id*="celp_"].dataTables_wrapper
  div.dataTables_paginate
  a.paginate_button.current,
div[id*="celp_"].dataTables_wrapper
  div.dataTables_paginate
  a.paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cecece;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, white),
    color-stop(100%, #dcdcdc)
  );
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_asc,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_desc {
  background-image: none !important;
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead > tr > th.sorting_asc,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  > tr
  > th.sorting_desc,
div[id*="celp_"].dataTables_wrapper table.dataTable thead > tr > th.sorting {
  padding-right: 24px;
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead > tr > th:active,
div[id*="celp_"].dataTables_wrapper table.dataTable thead > tr > td:active,
div[id*="celp_"].dataTables_wrapper table.dataTable thead > tr > th:focus,
div[id*="celp_"].dataTables_wrapper table.dataTable thead > tr > td:focus {
  outline: none !important;
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_asc,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_desc,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_asc_disabled,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting:after,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_asc:after,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_desc:after,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_asc_disabled:after,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_desc_disabled:after {
  position: absolute;
  bottom: calc(50% - 10px) !important;
  display: block;
  opacity: 0.3;
  font-size: 13px;
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting:before,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_asc:before,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_desc:before,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_asc_disabled:before,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_desc_disabled:before {
  display: none !important;
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting:after,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_asc:after,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_desc:after,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_asc_disabled:after,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_desc_disabled:after {
  right: 0.5em;
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting:after,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_asc_disabled:after,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_desc_disabled:after {
  content: "\21F3";
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_asc:after {
  content: "\21E7";
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_desc:after {
  content: "\21E9";
}

div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_asc:after,
div[id*="celp_"].dataTables_wrapper table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_asc_disabled:before,
div[id*="celp_"].dataTables_wrapper
  table.dataTable
  thead
  .sorting_desc_disabled:after {
  opacity: 0;
}

div[id*="celp_"].dataTables_wrapper
  .DTFC_LeftBodyWrapper
  table.dataTable
  thead
  .sorting:after,
div[id*="celp_"].dataTables_wrapper
  .DTFC_LeftBodyWrapper
  table.dataTable
  thead
  .sorting_asc:after,
div[id*="celp_"].dataTables_wrapper
  .DTFC_LeftBodyWrapper
  table.dataTable
  thead
  .sorting_desc:after {
  display: none !important;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div[id*="celp_"].dataTables_wrapper div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div[id*="celp_"].dataTables_wrapper
  div.dataTables_scrollBody
  table
  thead
  .sorting:after,
div[id*="celp_"].dataTables_wrapper
  div.dataTables_scrollBody
  table
  thead
  .sorting_asc:after,
div[id*="celp_"].dataTables_wrapper
  div.dataTables_scrollBody
  table
  thead
  .sorting_desc:after {
  display: none;
}

div[id*="celp_"].dataTables_wrapper
  div.dataTables_scrollBody
  table
  tbody
  tr:first-child
  th,
div[id*="celp_"].dataTables_wrapper
  div.dataTables_scrollBody
  table
  tbody
  tr:first-child
  td {
  border-top: none;
}

div[id*="celp_"].dataTables_wrapper
  div.dataTables_scrollFoot
  > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div[id*="celp_"].dataTables_wrapper
  div.dataTables_scrollFoot
  > .dataTables_scrollFootInner
  > table {
  margin-top: 0 !important;
  border-top: none;
}

div[id*="celp_"].dataTables_wrapper table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

div[id*="celp_"].dataTables_wrapper table.dataTable.table-sm .sorting:before,
div[id*="celp_"].dataTables_wrapper
  table.dataTable.table-sm
  .sorting_asc:before,
div[id*="celp_"].dataTables_wrapper
  table.dataTable.table-sm
  .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

div[id*="celp_"].dataTables_wrapper table.dataTable.table-sm .sorting:after,
div[id*="celp_"].dataTables_wrapper table.dataTable.table-sm .sorting_asc:after,
div[id*="celp_"].dataTables_wrapper
  table.dataTable.table-sm
  .sorting_desc:after {
  top: 5px;
}

div[id*="celp_"].dataTables_wrapper table.table-bordered.dataTable th {
  background: #ffffff;
  color: #111;
  border-color: #ddd;
}

div[id*="celp_"].dataTables_wrapper table.table-bordered.dataTable th,
div[id*="celp_"].dataTables_wrapper table.table-bordered.dataTable td {
  border-left-width: 0;
}

div[id*="celp_"].dataTables_wrapper
  table.table-bordered.dataTable
  th:last-child,
div[id*="celp_"].dataTables_wrapper
  table.table-bordered.dataTable
  th:last-child,
div[id*="celp_"].dataTables_wrapper
  table.table-bordered.dataTable
  td:last-child,
div[id*="celp_"].dataTables_wrapper
  table.table-bordered.dataTable
  td:last-child {
  border-right-width: 0;
}

div[id*="celp_"].dataTables_wrapper table.table-bordered.dataTable tbody th,
div[id*="celp_"].dataTables_wrapper table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div[id*="celp_"].dataTables_wrapper
  div.dataTables_scrollHead
  table.table-bordered {
  border-bottom-width: 0;
}

div[id*="celp_"].dataTables_wrapper
  div.table-responsive
  > div.dataTables_wrapper
  > div.row {
  margin: 0;
}

div[id*="celp_"].dataTables_wrapper
  div.table-responsive
  > div.dataTables_wrapper
  > div.row
  > div[class^="col-"]:first-child {
  padding-left: 0;
}

div[id*="celp_"].dataTables_wrapper
  div.table-responsive
  > div.dataTables_wrapper
  > div.row
  > div[class^="col-"]:last-child {
  padding-right: 0;
}

/*Fixed Colums dataTables */

div[id*="celp_"].dataTables_wrapper table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}

div[id*="celp_"].dataTables_wrapper .DTFC_LeftHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background-color: white;
}

div[id*="celp_"].dataTables_wrapper .DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}

div[id*="celp_"].dataTables_wrapper
  .DTFC_LeftBodyWrapper
  table
  tbody
  tr:first-child
  th,
div[id*="celp_"].dataTables_wrapper
  .DTFC_LeftBodyWrapper
  table
  tbody
  tr:first-child
  td {
  border-top: none;
}

div[id*="celp_"].dataTables_wrapper .DTFC_LeftFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
  background-color: white;
}

div[id*="celp_"].dataTables_wrapper table.DTFC_Cloned thead,
div[id*="celp_"].dataTables_wrapper table.DTFC_Cloned tfoot {
  background-color: white;
}

div[id*="celp_"].dataTables_wrapper div.DTFC_Blocker {
  background-color: white;
}

div[id*="celp_"].dataTables_wrapper div.DTFC_LeftWrapper table.dataTable,
div[id*="celp_"].dataTables_wrapper div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}

div[id*="celp_"].dataTables_wrapper
  div.DTFC_LeftWrapper
  table.dataTable.no-footer,
div[id*="celp_"].dataTables_wrapper
  div.DTFC_RightWrapper
  table.dataTable.no-footer {
  border-bottom: none;
}

div[id*="celp_"].dataTables_wrapper .DTFC_LeftBodyLiner {
  overflow: hidden !important;
}

div[id*="celp_"].dataTables_wrapper .dataTables_scroll {
  width: calc(100% - 1px);
  overflow: hidden;
  border-right: 1px solid #ddd;
  box-shadow: 2px 0px 5px -3px #222;
}

div[id*="celp_"].dataTables_wrapper .DTFC_LeftBodyWrapper table,
div[id*="celp_"].dataTables_wrapper .DTFC_LeftHeadWrapper table {
  table-layout: auto !important;
  box-sizing: border-box !important;
  background-color: #fff !important;
}

div[id*="celp_"].dataTables_wrapper .dataTables_scrollBody,
div[id*="celp_"].dataTables_wrapper .dataTables_scrollHead,
div[id*="celp_"].dataTables_wrapper .dataTables_scrollBody table,
div[id*="celp_"].dataTables_wrapper .dataTables_scrollHead table {
  width: 100% !important;
  overflow-y: hidden !important;
  box-sizing: content-box !important;
}

div[id*="celp_"].dataTables_wrapper .DTFC_RightWrapper {
  display: none;
}

div[id*="celp_"].dataTables_wrapper table td:nth-of-type(1),
div[id*="celp_"].dataTables_wrapper table th:nth-of-type(1) {
  width: 20px !important;
  text-align: center;
  white-space: nowrap;
}

div[id*="celp_"].dataTables_wrapper table td:nth-of-type(2),
div[id*="celp_"].dataTables_wrapper table th:nth-of-type(2) {
  min-width: 75px !important;
  max-width: 110px !important;
  width: 110px;
  white-space: unset;
  word-wrap: break-word;
}
div[id*="celp_"].dataTables_wrapper table span.celp_circle,
div[id*="celp_"].dataTables_wrapper table.dataTable span.celp_circle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: red;
  display: inline-block;
}

/* dataTables Custom Style ---- END */

/* Main Exchange Table Styles ---- START */

#celp_main_list_wrapper::-webkit-scrollbar,
#celp_coin_exchanges_wrapper::-webkit-scrollbar,
#celp_currency_pairs_wrapper::-webkit-scrollbar {
  cursor: pointer;
}

#celp_main_list_wrapper::-webkit-scrollbar-track,
#celp_coin_exchanges_wrapper::-webkit-scrollbar-track,
#celp_currency_pairs_wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#celp_main_list_wrapper::-webkit-scrollbar-thumb,
#celp_coin_exchanges_wrapper::-webkit-scrollbar-thumb,
#celp_currency_pairs_wrapper::-webkit-scrollbar-thumb {
  background: #999;
}

#celp_main_list_wrapper::-webkit-scrollbar-thumb:hover,
#celp_coin_exchanges_wrapper::-webkit-scrollbar-thumb:hover,
#celp_currency_pairs_wrapper::-webkit-scrollbar-thumb:hover {
  background: #444;
}

#celp_main_list_wrapper
  .table-striped
  > tbody
  > tr:nth-of-type(odd)
  td:nth-of-type(1),
#celp_main_list_wrapper
  .table-striped
  > tbody
  > tr:nth-of-type(odd)
  td:nth-of-type(2),
.currecies-pairs .table-striped > tbody > tr:nth-of-type(odd) td:nth-of-type(1),
.currecies-pairs
  .table-striped
  > tbody
  > tr:nth-of-type(odd)
  td:nth-of-type(2) {
  background-color: #f9f9f9;
}

#celp_main_list_wrapper
  .table-striped
  > tbody
  > tr:nth-of-type(even)
  td:nth-of-type(1),
#celp_main_list_wrapper
  .table-striped
  > tbody
  > tr:nth-of-type(even)
  td:nth-of-type(2),
.currecies-pairs
  .table-striped
  > tbody
  > tr:nth-of-type(even)
  td:nth-of-type(1),
.currecies-pairs
  .table-striped
  > tbody
  > tr:nth-of-type(even)
  td:nth-of-type(2) {
  background-color: #ffffff;
}

#celp_main_list_wrapper .table-striped > tbody > tr td:nth-of-type(2),
.currecies-pairs .table-striped > tbody > tr td:nth-of-type(2) {
  box-shadow: 2px 2px 4px 0px #ddd;
}

.celp_container div.dataTables_processing,
.currecies-pairs div.dataTables_processing {
  position: absolute;
  text-align: center;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin: 0;
}

@keyframes coinsloader {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -240% 0%;
  }
}

.celp_container div.dataTables_processing:before,
.currecies-pairs div.dataTables_processing:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #444444 0%,
    #666666 15%,
    #ededed 30%,
    #ededed 50%,
    #dddddd 65%,
    #ffffff 80%,
    #444444 100%
  );
  background-size: 160%;
  animation: coinsloader 1s linear infinite;
}

.celp_container div.dataTables_processing:after,
.currecies-pairs div.dataTables_processing:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #444444 0%,
    #666666 15%,
    #ededed 30%,
    #ededed 50%,
    #dddddd 65%,
    #ffffff 80%,
    #444444 100%
  );
  background-size: 160%;
  animation: coinsloader 1s linear infinite;
}

.celp_container,
.currecies-pairs {
  position: relative;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 80px auto !important;
  box-shadow: 0px 0px 2px 0px #ddd;
}

.api-credits {
  position: absolute;
  bottom: -20px;
  display: inline-block !important;
}

.api-credits a {
  text-decoration: none;
  box-shadow: none;
  font-size: 8px !important;
  color: #dedede !important;
  padding: 0;
  display: inline-block !important;
}

td .exchange-country,
td .exchange-established,
td .exchange-alexa,
td .exchange-btc-price,
td .exchange-website-link {
  text-align: center;
}

td .exchange-website-link a {
  font-size: 22px;
  color: #444;
  display: block;
  width: 100%;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: relative;
}
td .exchange-website-link a i.cmc_icon-website {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
td .exchange-website-link a:hover {
  opacity: 0.8;
}

td .exchange-name-logo a {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  text-decoration: none;
  box-shadow: none;
}

td .exchange-name-logo img {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

td .exchange-volume,
td.exchange-volume {
  font-weight: bold;
  font-size: 15px;
}

td .exchange-volume span,
td.exchange-volume span {
  background: #efefef;
  padding: 2px;
  display: inline-block;
  border-radius: 5px;
  font-size: 11px;
  font-weight: lighter;
  color: #5d5d5d;
  margin-top: 3px;
  border: 1px solid #ddd;
}
.celp-trust-score.exchange-trust-score .celp-progress {
  background-color: #eee;
  display: inline-block;
  width: 70%;
  height: 10px;
  border-radius: 4px;
}
.celp-progress-color.celp-progress-10,
.celp-progress-color.celp-progress-9,
.celp-progress-color.celp-progress-8,
.celp-progress-color.celp-progress-7,
.celp-progress-color.celp-progress-6,
.celp-progress-color.celp-progress-5 {
  background-color: #61b309;
}

.celp-progress-color.celp-progress-4,
.celp-progress-color.celp-progress-3,
.celp-progress-color.celp-progress-2,
.celp-progress-color.celp-progress-1 {
  background-color: #f5b759;
}
.celp-trust-score.exchange-trust-score .celp-progress-color {
  height: 100%;
  display: block;
  border-radius: 4px;
}
.celp-trust-score.exchange-trust-score span.celp-progress-score {
  padding-left: 5px;
}
/* Main Exchange Table Styles ---- END */

/* Exchange Single Page Styles ---- START */
.celp-container-advanced-design{
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.ex_details {
  /* display: inline-block; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 40%;
  margin: 10px auto 20px;
}

.ex_details .ex_logo_section {
  display: block;
  /* text-align: center; */
  margin-right: 15px;
  /* width: 132px; */
  padding: 0;
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.ex_details .ex_logo_section .ex_logo_top{
  display: flex;
    align-items: center;
    gap: 5px;
}
a.trading-button {
  /* width: 90%; */
  text-decoration: none;
  color: white;
  padding: 5px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  border-bottom: 4px solid rgba(0, 0, 0, 0.68);
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  background: rgb(56, 56, 56);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #585858),
    color-stop(100%, #111)
  );
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

a.trading-button:hover {
  color: #333 !important;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, white),
    color-stop(100%, #dcdcdc)
  );
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}
.celp-container-advanced-design-inner{
  width: 70vw;
  display: flex;
  flex-direction: column;

}
#celp-container-description{
  padding-top: 17px;
}
.ex_details table {
  /* width: calc(100% - 150px); */
  display: table;
  padding: 0;
  margin: 0;
  table-layout: auto;
  max-width: 100%;
  overflow: hidden !important;
}

.ex_details table th,
.ex_details table td {
  font-size: 15px;
  padding: 8px;
  vertical-align: middle;
  text-transform: none;
  border: 1px solid #ddd;
  color: #444;
}

.ex_details table th {
  background: #f9f9f9 !important;
  width: 165px;
  white-space: nowrap;
}

.ex_details table td {
  background: #fff !important;
  word-wrap: break-word;
  white-space: unset;
}

.ex_details table th [class^="cmc_icon-"] {
  font-size: 18px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  background: #3c3c3c;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  margin: 0 3px 0 0;
  display: inline-block;
  box-sizing: border-box;
}
 /**
 * placeholder-loading v0.4.0
 * Author: Zalog (https://www.zalog.ro/)
 * License: MIT
 **/
 .ph-item{position:relative;display:flex;flex-wrap:wrap;margin-bottom:30px;padding:30px 15px 15px;overflow:hidden;direction:ltr;background-color:#fff;border:1px solid #e6e6e6;border-radius:2px}.ph-item,.ph-item *,.ph-item :after,.ph-item :before{box-sizing:border-box}.ph-item:before{position:absolute;top:0;right:0;bottom:0;left:50%;z-index:1;width:500%;margin-left:-250%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;-webkit-animation:phAnimation .8s linear infinite;animation:phAnimation .8s linear infinite;content:" ";pointer-events:none}.ph-item>*{display:flex;flex:1 1 auto;flex-flow:column;margin-bottom:15px;padding-right:15px;padding-left:15px}.ph-row{display:flex;flex-wrap:wrap;margin-top:-7.5px}.ph-row div{height:10px;margin-top:7.5px;background-color:#ced4da}.ph-row .big,.ph-row.big div{height:20px}.ph-row .empty{background-color:hsla(0,0%,100%,0)}.ph-col-2{flex:0 0 16.66667%}.ph-col-4{flex:0 0 33.33333%}.ph-col-6{flex:0 0 50%}.ph-col-8{flex:0 0 66.66667%}.ph-col-10{flex:0 0 83.33333%}.ph-col-12{flex:0 0 100%}[class*=ph-col]{direction:ltr}[class*=ph-col]>*+.ph-row{margin-top:0}[class*=ph-col]>*+*{margin-top:7.5px}.ph-avatar{position:relative;width:100%;min-width:60px;overflow:hidden;background-color:#ced4da;border-radius:50%}.ph-avatar:before{display:block;padding-top:100%;content:" "}.ph-picture{width:100%;height:120px;background-color:#ced4da}@-webkit-keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}@keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}


/* Exchange Single Page Styles ---- END */

/* Mobile Responsive Styles ---- START */
@media screen and (max-width: 1024px){
  .celp-container-advanced-design{
    flex-direction: column;
  }
  .celp-container-advanced-design .ex_details,.celp-container-advanced-design .celp-container-advanced-design-inner{
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .celp-container-advanced-design{
    flex-direction: column;
  }
  .ex_details {
    flex-direction: column;
    width: 100%;
  }
  .celp-container-advanced-design-inner{
    width: 100%;
  }
  .api-credits {
    bottom: -16px;
  }
  div[id*="celp_"].dataTables_wrapper div.dataTables_info,
  div[id*="celp_"].dataTables_wrapper div.dataTables_paginate {
    width: 100%;
  }
  div[id*="celp_"].dataTables_wrapper div.dataTables_filter input {
    width: 120px !important;
  }
  div[id*="celp_"].dataTables_wrapper div.dataTables_filter label,
  div[id*="celp_"].dataTables_wrapper div.dataTables_length label {
    font-size: 11px;
  }
  div[id*="celp_"].dataTables_wrapper table.dataTable th {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 5px;
  }
  div[id*="celp_"].dataTables_wrapper table.dataTable td {
    font-size: 12px;
    text-align: center;
    padding: 5px;
  }
  div[id*="celp_"].dataTables_wrapper .DTFC_LeftBodyWrapper,
  div[id*="celp_"].dataTables_wrapper .DTFC_LeftHeadWrapper {
    border-right: 1px solid #828282;
    box-shadow: 1px 0px 2px #9b9b9b;
  }
  div[id*="celp_"].dataTables_wrapper table.dataTable tr td:nth-of-type(3),
  div[id*="celp_"].dataTables_wrapper table.dataTable tr th:nth-of-type(3) {
    padding-left: 15px;
  }
  div[id*="celp_"].dataTables_wrapper table td:nth-of-type(1),
  div[id*="celp_"].dataTables_wrapper table th:nth-of-type(1) {
    min-width: 18px !important;
    max-width: 20px !important;
    width: 20px;
    padding-right: 10px !important;
  }
  div[id*="celp_"].dataTables_wrapper table td:nth-of-type(2),
  div[id*="celp_"].dataTables_wrapper table th:nth-of-type(2) {
    min-width: 70px !important;
    width: 85px;
    max-width: 85px !important;
    white-space: unset;
    word-wrap: break-word;
    word-break: break-word;
    text-align: left;
  }
  td .exchange-name-logo img {
    width: 16px;
    height: 16px;
  }
  td .exchange-name-logo a {
    margin-right: 12px !important;
  }
  /*Exchange Details Page Responsive*/
  .ex_details table {
    width: 100%;
  }
  .ex_details .ex_logo_section {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .ex_details .ex_logo_section .ex_logo_top {
    display: block;
  }
  .ex_details .ex_logo_section .ex_logo_top img {
    max-width: 64px;
    height: auto;
  }
  .ex_details .ex_logo_section a.trading-button {
    width: auto;
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
  }
  .ex_details table {
    table-layout: fixed;
  }
  .ex_details table th,
  .ex_details table td {
    font-size: 12px;
    white-space: unset;
    word-break: break-word;
    width: auto;
  }
  .ex_details table th i.fa {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
}

/* Mobile Responsive Styles ---- END */

/*tabs desing */

#celp-single-style1 {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  box-sizing: border-box;
}
#celp-single-style1 * {
  box-sizing: border-box;
}

.celp-info-style1 table {
  table-layout: fixed;
  text-align: center;
}
.celp-info-style1 table th,
.celp-info-style1 table td {
  text-align: center;
  font-size: 1.2em;
}

#celp-tabbed-area {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#celp-tabbed-area * {
  box-sizing: border-box;
}
ul.celp-tab-group {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
ul.celp-tab-group,
ul.celp-tab-group li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.celp-tab-group li {
  width: auto;
  cursor: pointer;
  margin: 0 2px;
}
ul.celp-tab-group li a {
  padding: 10px;
  text-decoration: none;
  width: 100%;
  transition: none;
  display: inline-block;
  text-decoration: none;
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #777;
}
ul.celp-tab-group li a.active {
  border: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  background: #fff;
  margin-bottom: -2px;
  border-radius: 4px 4px 0 0;
  color: #222;
  font-weight: bold;
  z-index: 11;
}
ul.celp-tab-group li a:not(.active):hover {
  border: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  background: #f1f1f1;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  color: #444;
}

.celp-containers-group {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.celp-data-container:not(.active) {
  display: none;
}
.celp-data-container.active {
  display: inline-block;
  width: 100%;
}
/* .ex_details {
  display: flex;
  justify-content: space-between;
} */

@media only screen and (max-width: 640px) {
  .celp-logo-style1 {
    width: 40%;
    margin-right: 5px;
  }
  .celp-price-style1 {
    width: calc(50% - 12px);
    margin-right: 0px;
  }
  .celp-price-style1 .chart_coin_price {
    font-size: 18px;
  }
  .celp-buy-sell-style1 {
    width: 100%;
  }
  .celp-logo-style1 h2 {
    font-size: 16px !important;
  }
  .celp-logo-style1 h2 img {
    width: 24px !important;
  }
  .celp-social-style1,
  .celp-info-style1 {
    width: 100%;
    margin-right: 0;
    margin-top: 6px;
  }
  .celp-info-style1 table th,
  .celp-info-style1 table td {
    font-size: 0.9em;
    line-height: 2.1em;
  }
}
